<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/usbip, branch v2.6.32</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.32</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.32'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2009-09-15T19:02:05+00:00</updated>
<entry>
<title>Staging: usb-ip: vhci_hdc:Fix the returned error value</title>
<updated>2009-09-15T19:02:05+00:00</updated>
<author>
<name>Shan Wei</name>
<email>shanwei@cn.fujitsu.com</email>
</author>
<published>2009-07-24T08:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=a7cd5829d8b3837755105d71f76a75cddf49003f'/>
<id>urn:sha1:a7cd5829d8b3837755105d71f76a75cddf49003f</id>
<content type='text'>
Compared with other drivers, the "ret" should be nagative and
returned. But in vhci_hdc, it always return 0;

I dont't use the driver, and I'm not familiar with the code.
Hope the patch is helpful.

Signed-off-by: Shan Wei &lt;shanwei@cn.fujitsu.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: USB-IP code cleanup</title>
<updated>2009-09-15T19:02:05+00:00</updated>
<author>
<name>Brian G. Merrell</name>
<email>bgmerrell@novell.com</email>
</author>
<published>2009-07-21T06:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b8868e45c5f8956d57ba489df3ebd24e3f858684'/>
<id>urn:sha1:b8868e45c5f8956d57ba489df3ebd24e3f858684</id>
<content type='text'>
This includes fixes for all of the legit checkpatch.pl errors and
warnings.  I have also included several of the suggestions from the
linux-kernel mailing list when the USB-IP code was first added.

Signed-off-by: Brian G. Merrell &lt;bgmerrell@novell.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Fix staging drivers after smp_lock.h redux</title>
<updated>2009-07-13T16:09:08+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2009-07-13T10:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1d03d2bd6e6421224d618b120348bd5ee328d96a'/>
<id>urn:sha1:1d03d2bd6e6421224d618b120348bd5ee328d96a</id>
<content type='text'>
Commit 405f55712dfe464b3240d7816cc4fe4174831be2 ("headers: smp_lock.h
redux") broke the build of two staging drivers. Fix them.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Cc: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: BUG to BUG_ON changes</title>
<updated>2009-04-03T21:54:26+00:00</updated>
<author>
<name>Stoyan Gaydarov</name>
<email>stoyboyker@gmail.com</email>
</author>
<published>2009-03-10T05:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2961f24f78f456a0a2d0dada56ee795232fe21b3'/>
<id>urn:sha1:2961f24f78f456a0a2d0dada56ee795232fe21b3</id>
<content type='text'>
Signed-off-by: Stoyan Gaydarov &lt;stoyboyker@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: usbip: kmem_cache_alloc/memset -&gt; kmem_cache_zalloc</title>
<updated>2009-04-03T21:53:28+00:00</updated>
<author>
<name>Wei Yongjun</name>
<email>yjwei@cn.fujitsu.com</email>
</author>
<published>2009-02-06T03:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e68f2849c14bc64c728b1f35d67887a093c059c6'/>
<id>urn:sha1:e68f2849c14bc64c728b1f35d67887a093c059c6</id>
<content type='text'>
Used kmem_cache_zalloc instead of kmem_cache_alloc/memset.

Signed-off-by: Wei Yongjun &lt;yjwei@cn.fujitsu.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: usbip: usbip_start_threads(): handle kernel_thread failure</title>
<updated>2009-01-28T23:49:05+00:00</updated>
<author>
<name>Roel Kluin</name>
<email>roel.kluin@gmail.com</email>
</author>
<published>2008-12-19T22:37:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=05d6d677ab4b975697c6a987f1dffdc55d61a160'/>
<id>urn:sha1:05d6d677ab4b975697c6a987f1dffdc55d61a160</id>
<content type='text'>
kernel_thread may fail, notice this.

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: usbip: switch to list_for_each_entry()</title>
<updated>2009-01-06T21:52:32+00:00</updated>
<author>
<name>Alexander Beregalov</name>
<email>a.beregalov@gmail.com</email>
</author>
<published>2008-12-07T02:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=88a1e909da60cd3adf159bc337ede09d4ac93e3e'/>
<id>urn:sha1:88a1e909da60cd3adf159bc337ede09d4ac93e3e</id>
<content type='text'>
Signed-off-by: Alexander Beregalov &lt;a.beregalov@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: usbip: cleanup kerneldoc</title>
<updated>2009-01-06T21:52:08+00:00</updated>
<author>
<name>Qinghuang Feng</name>
<email>qhfeng.kernel@gmail.com</email>
</author>
<published>2008-11-12T22:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=1c80db5c9b6649bc499fc799771b0b3edd2d8a97'/>
<id>urn:sha1:1c80db5c9b6649bc499fc799771b0b3edd2d8a97</id>
<content type='text'>
No argument named @regs in stub_complete(), remove it.

Signed-off-by: Qinghuang Feng &lt;qhfeng.kernel@gmail.com&gt;
Cc: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: struct device - replace bus_id with dev_name(), dev_set_name()</title>
<updated>2009-01-06T21:52:05+00:00</updated>
<author>
<name>Kay Sievers</name>
<email>kay.sievers@vrfy.org</email>
</author>
<published>2008-10-30T00:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e913397202b7551299da20fc8cf7b90c46f61ba3'/>
<id>urn:sha1:e913397202b7551299da20fc8cf7b90c46f61ba3</id>
<content type='text'>
Signed-off-by: Kay Sievers &lt;kay.sievers@vrfy.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: make usbip depend on CONFIG_NET</title>
<updated>2008-11-08T06:05:18+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-10-29T17:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b8f6ec2e61f650fd1a316a207a00965bcb8805d4'/>
<id>urn:sha1:b8f6ec2e61f650fd1a316a207a00965bcb8805d4</id>
<content type='text'>
Thanks to Randy Dunlap for finding this problem.

Reported-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
