<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers, branch linux-2.6.16.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.16.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.16.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2008-07-19T20:52:28+00:00</updated>
<entry>
<title>kconfig: move the option SCSI_HPTIOP to a better place</title>
<updated>2008-07-19T20:52:28+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-07-19T20:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=53250a38ef49e477f412015caa18e25a4dc58a98'/>
<id>urn:sha1:53250a38ef49e477f412015caa18e25a4dc58a98</id>
<content type='text'>
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (3393): Cx88: reduce excessive logging</title>
<updated>2008-07-19T20:39:40+00:00</updated>
<author>
<name>Ian Pickworth</name>
<email>ian@pickworth.me.uk</email>
</author>
<published>2008-07-19T20:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2f586e5589ef42afa60778aaab6641c99f9bc16a'/>
<id>urn:sha1:2f586e5589ef42afa60778aaab6641c99f9bc16a</id>
<content type='text'>
- fix temporary debug code by changing printk to dprintk at level 1.
- move CORE_IOCTL messages from level 1 to level 2.
- this should help with selective debugging,
  while not filling people's logs up during normal use.

Signed-off-by: Ian Pickworth &lt;ian@pickworth.me.uk&gt;
Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>USB: remove short initial timeout for device descriptor fetch</title>
<updated>2008-07-19T19:46:12+00:00</updated>
<author>
<name>Alan Stern</name>
<email>stern@rowland.harvard.edu</email>
</author>
<published>2008-07-19T19:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=06a2539978d97915d82c4d405528f8f92db0faaf'/>
<id>urn:sha1:06a2539978d97915d82c4d405528f8f92db0faaf</id>
<content type='text'>
This patch (as905) removes a micro-optimization from the hub port
initialization code.  Previously we had been using a short timeout on
the first attempt the read the device descriptor; now we will use the
standard timeout length.

It's not clear that the short timeout ever provided any benefit.  And
now we know of one case where it actually hurts: The device can't meet
the short timeout and then it gets terminally confused.

This fixes Bugzilla #8444.

Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>unexport gameport_{cooked_read,set_name}</title>
<updated>2008-07-19T12:56:06+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-07-19T12:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=23a22510e95a7dafa38bbdd076daa0bb28b18ff8'/>
<id>urn:sha1:23a22510e95a7dafa38bbdd076daa0bb28b18ff8</id>
<content type='text'>
static inline functions mustn't be exported.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>3w-xxxx: Prevent data corruption</title>
<updated>2008-07-14T18:09:24+00:00</updated>
<author>
<name>3ware Inc</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-07-14T18:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=797fbc12708d07601ac379c92bd1ba777d79d66c'/>
<id>urn:sha1:797fbc12708d07601ac379c92bd1ba777d79d66c</id>
<content type='text'>
Use default DMA data direction to prevent data corruption
when using SWIOTLB with 4GB+ on EM64T.

http://www.3ware.com/KB/article.aspx?id=15243&amp;cNode=6I1C6S

Acked-by: Jean Delvare &lt;jdelvare@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>USB: race on disconnect in mdc800</title>
<updated>2008-03-19T20:43:12+00:00</updated>
<author>
<name>Oliver Neukum</name>
<email>oliver@neukum.org</email>
</author>
<published>2008-03-19T20:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=03b7f70b359bcf52ac57516d18fa0f956a5eacf7'/>
<id>urn:sha1:03b7f70b359bcf52ac57516d18fa0f956a5eacf7</id>
<content type='text'>
I overlooked one. Setting the flag and killing the URBs must be under the lo
so that no URB is submitted after usb_kill_urb()

Adrian Bunk:
Backported to 2.6.16.

Signed-off-by: Oliver Neukum &lt;oliver@neukum.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>I4L: fix isdn_ioctl memory overrun vulnerability (CVE-2007-6151)</title>
<updated>2008-01-21T00:14:20+00:00</updated>
<author>
<name>Karsten Keil</name>
<email>kkeil@suse.de</email>
</author>
<published>2008-01-20T22:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b39c2791e24103cd13375843cb48a5046395902d'/>
<id>urn:sha1:b39c2791e24103cd13375843cb48a5046395902d</id>
<content type='text'>
Fix possible memory overrun issue in the isdn ioctl code.

Found by ADLAB &lt;adlab@venustech.com.cn&gt;

Signed-off-by: Karsten Keil &lt;kkeil@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>isdn: avoid copying overly-long strings (CVE-2007-6063)</title>
<updated>2008-01-21T00:14:19+00:00</updated>
<author>
<name>Karsten Keil</name>
<email>kkeil@suse.de</email>
</author>
<published>2008-01-20T22:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=85d24e1c313cba60ce2baf708b01a5d22e3f6e4a'/>
<id>urn:sha1:85d24e1c313cba60ce2baf708b01a5d22e3f6e4a</id>
<content type='text'>
Addresses http://bugzilla.kernel.org/show_bug.cgi?id=9416

Signed-off-by: Karsten Keil &lt;kkeil@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>drivers/scsi/BusLogic.c: #ifdef MODULE BusLogic_pci_tbl[]</title>
<updated>2008-01-21T00:14:17+00:00</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-01-20T18:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=be960fae271c48371a3836f07c63f863f7f19a3d'/>
<id>urn:sha1:be960fae271c48371a3836f07c63f863f7f19a3d</id>
<content type='text'>
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>[BusLogic] Add pci dev table for auto module loading.</title>
<updated>2008-01-21T00:14:16+00:00</updated>
<author>
<name>Ben Collins</name>
<email>bcollins@ubuntu.com</email>
</author>
<published>2008-01-20T17:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=05039306797df74dfb120a71d287ea640968665d'/>
<id>urn:sha1:05039306797df74dfb120a71d287ea640968665d</id>
<content type='text'>
Signed-off-by: Ben Collins &lt;bcollins@ubuntu.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
</feed>
