<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/base/map.c, branch v4.14.233</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.14.233</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.14.233'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2015-03-25T13:35:08Z</updated>
<entry>
<title>drivers: base: map: Use kmalloc_array instead of kmalloc</title>
<updated>2015-03-25T13:35:08Z</updated>
<author>
<name>Andrei Poenaru</name>
<email>andreigpoenaru@gmail.com</email>
</author>
<published>2015-03-08T10:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2e4fabec5e79d9fb8b75e4afda192ed3d6486f86'/>
<id>urn:sha1:2e4fabec5e79d9fb8b75e4afda192ed3d6486f86</id>
<content type='text'>
Reported by checkpatch.pl

While at it, removed blank line between function call and error
checking.

Signed-off-by: Andrei Poenaru &lt;andreigpoenaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kobj_map semaphore to mutex conversion</title>
<updated>2006-03-20T21:42:58Z</updated>
<author>
<name>Jes Sorensen</name>
<email>jes@sgi.com</email>
</author>
<published>2006-02-06T22:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=58383af629efb07e5a0694e445eda0c65b16e1de'/>
<id>urn:sha1:58383af629efb07e5a0694e445eda0c65b16e1de</id>
<content type='text'>
Convert the kobj_map code to use a mutex instead of a semaphore.  It
converts the single two users as well, genhd.c and char_dev.c.

Signed-off-by: Jes Sorensen &lt;jes@sgi.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset</title>
<updated>2005-09-13T15:22:27Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2005-09-13T08:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=4aed0644d684428e811bb6944f032b460a3ab165'/>
<id>urn:sha1:4aed0644d684428e811bb6944f032b460a3ab165</id>
<content type='text'>
Fixes a bunch of memset bugs too.

Signed-off-by: Lion Vollnhals &lt;webmaster@schiggl.de&gt;
Signed-off-by: Jiri Slaby &lt;xslaby@fi.muni.cz&gt;
Cc: Greg KH &lt;greg@kroah.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kmap: remove usage of rwsem from kobj_map.</title>
<updated>2005-03-09T07:06:02Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2005-03-09T07:06:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=66928d6cf6bc7ae31f2c465c570a23fe3b1a1a31'/>
<id>urn:sha1:66928d6cf6bc7ae31f2c465c570a23fe3b1a1a31</id>
<content type='text'>
This forces the caller to provide the lock, but as they all already had one, it's not a big change.
It also removes the now-unneeded cdev_subsys.  Thanks to Jon Corbet for reminding me about that.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Driver core: handle error if we run out of memory in kmap code</title>
<updated>2004-05-05T07:40:43Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>greg@kroah.com</email>
</author>
<published>2004-05-05T07:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a54ce5445641f9dcb1ba9ea9d1f347417c58daf'/>
<id>urn:sha1:7a54ce5445641f9dcb1ba9ea9d1f347417c58daf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Fix a 64bit bug in kobject module request</title>
<updated>2004-03-10T13:02:29Z</updated>
<author>
<name>Andi Kleen</name>
<email>ak@suse.de</email>
</author>
<published>2004-03-10T13:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=19c0199a1561d1eaa492fd935963a08df58c7736'/>
<id>urn:sha1:19c0199a1561d1eaa492fd935963a08df58c7736</id>
<content type='text'>
From Takashi Iwai

kobj_lookup had a 64bit bug, which caused the request of a unknown
character device to burn CPU instead of failing quickly.
</content>
</entry>
<entry>
<title>[PATCH] large dev_t - second series (1/15)</title>
<updated>2003-09-05T03:53:11Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2003-09-05T03:53:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b9e8bb61e47ed0631d93839d370a43e10b8c951c'/>
<id>urn:sha1:b9e8bb61e47ed0631d93839d370a43e10b8c951c</id>
<content type='text'>
	misc trivial cleanups
</content>
</entry>
<entry>
<title>[PATCH] kobj_map</title>
<updated>2003-05-25T04:42:11Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2003-05-25T04:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6abc19b443e0df3a63500d184b756878a4692332'/>
<id>urn:sha1:6abc19b443e0df3a63500d184b756878a4692332</id>
<content type='text'>
code responsible for gendisk lookups taken out in drivers/base and
generalized - now it allows to have a range-based mapping from numbers
to kobjects for given struct subsystem.
</content>
</entry>
</feed>
