<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.linux.kernel.commits.head">
    <title>gmane.linux.kernel.commits.head</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169600"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169599"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169598"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169597"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169592"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169591"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169590"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169589"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169588"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169607">
    <title>ieee1394: sbp2: fix race condition in state change</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169607</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2642b11295ebcc94843045933061bfbb263fce7f
Commit:     2642b11295ebcc94843045933061bfbb263fce7f
Parent:     e47c1feb17e61ef4e2f245c0af0c5a8e2a7798b2
Author:     Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
AuthorDate: Sat Nov 29 14:55:47 2008 +0100
Committer:  Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
CommitDate: Sat Nov 29 17:07:56 2008 +0100

    ieee1394: sbp2: fix race condition in state change
    
    An intermediate transition from _RUNNING to _IN_SHUTDOWN could have been
    missed by the former code.
    
    Signed-off-by: Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
---
 drivers/ieee1394/sbp2.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
index 3f5dbcb..a373c18 100644
--- a/drivers/ieee1394/sbp2.c
+++ b/drivers/ieee1394/sbp2.c
&lt; at &gt;&lt; at &gt; -895,12 +895,13 &lt; at &gt;&lt; at &gt; static void sbp2_host_reset(struct hpsb_host *host)
 return;
 
 read_lock_irq</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T17:59:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169606">
    <title>ieee1394: sbp2: another iPod mini quirk entry</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169606</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9e0de91011ef6fe6eb3bb63f7ea15f586955660a
Commit:     9e0de91011ef6fe6eb3bb63f7ea15f586955660a
Parent:     ed313489badef16d700f5a3be50e8fd8f8294bc8
Author:     Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
AuthorDate: Sat Nov 22 12:38:24 2008 +0100
Committer:  Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
CommitDate: Tue Nov 25 21:38:31 2008 +0100

    ieee1394: sbp2: another iPod mini quirk entry
    
    Add another model ID of a broken firmware to prevent early I/O errors
    by acesses at the end of the disk.  Reported at linux1394-user,
    http://marc.info/?t=122670842900002
    
    Signed-off-by: Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
---
 drivers/ieee1394/sbp2.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
index c52f6e6..3f5dbcb 100644
--- a/drivers/ieee1394/sbp2.c
+++ b/drivers/ieee1394/sbp2.c
&lt; at &gt;&lt; at &gt; -402,6 +402,11 &lt; at &gt;&lt; at &gt; static const str</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T17:59:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169605">
    <title>ieee1394: fix list corruption (reported at module removal)</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169605</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e47c1feb17e61ef4e2f245c0af0c5a8e2a7798b2
Commit:     e47c1feb17e61ef4e2f245c0af0c5a8e2a7798b2
Parent:     031bb27c4bf77c2f60b3f3dea8cce63ef0d1fba9
Author:     Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
AuthorDate: Wed Nov 26 01:34:25 2008 +0100
Committer:  Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
CommitDate: Sat Nov 29 17:07:56 2008 +0100

    ieee1394: fix list corruption (reported at module removal)
    
    If there is more than one FireWire controller present, dummy_zero_addr
    and dummy_max_addr were added multiple times to different lists, thus
    corrupting the lists.  Fix this by allocating them dynamically per host
    instead of just once globally.
    
    (Perhaps a better address space allocation algorithm could rid us of the
    two dummy address spaces.)
    
    Fixes http://bugzilla.kernel.org/show_bug.cgi?id=10129 .
    
    Signed-off-by: Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
---
 drivers/</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T17:59:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169604">
    <title>firewire: fw-sbp2: another iPod mini quirk entry</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169604</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=031bb27c4bf77c2f60b3f3dea8cce63ef0d1fba9
Commit:     031bb27c4bf77c2f60b3f3dea8cce63ef0d1fba9
Parent:     9e0de91011ef6fe6eb3bb63f7ea15f586955660a
Author:     Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
AuthorDate: Sat Nov 22 12:38:58 2008 +0100
Committer:  Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
CommitDate: Tue Nov 25 21:38:31 2008 +0100

    firewire: fw-sbp2: another iPod mini quirk entry
    
    Add another model ID of a broken firmware to prevent early I/O errors
    by acesses at the end of the disk.  Reported at linux1394-user,
    http://marc.info/?t=122670842900002
    
    Signed-off-by: Stefan Richter &lt;stefanr&lt; at &gt;s5r6.in-berlin.de&gt;
---
 drivers/firewire/fw-sbp2.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/firewire/fw-sbp2.c b/drivers/firewire/fw-sbp2.c
index 97df6da..e54403e 100644
--- a/drivers/firewire/fw-sbp2.c
+++ b/drivers/firewire/fw-sbp2.c
&lt; at &gt;&lt; at &gt; -372,6 +372,11 &lt; at &gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T17:59:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169603">
    <title>HID: Apple ALU wireless keyboards are bluetooth devices</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169603</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ee8a1a0a1a5817accd03ced7e7ffde3a4430f485
Commit:     ee8a1a0a1a5817accd03ced7e7ffde3a4430f485
Parent:     fde5be353e872fe6088d2b1951e56cdfda2042ff
Author:     Jan Scholz &lt;Scholz&lt; at &gt;fias.uni-frankfurt.de&gt;
AuthorDate: Wed Nov 26 15:33:45 2008 +0100
Committer:  Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
CommitDate: Fri Nov 28 15:09:26 2008 +0100

    HID: Apple ALU wireless keyboards are bluetooth devices
    
    While parsing 'hid_blacklist' in the apple alu wireless keyboard is not found.
    This happens because in the blacklist it is declared with HID_USB_DEVICE
    although the keyboards are really bluetooth devices.  The same holds for
    'apple_devices' list.
    
    This patch fixes it by changing HID_USB_DEVICE to HID_BLUETOOTH_DEVICE in those
    two lists.
    
    Signed-off-by: Jan Scholz &lt;Scholz&lt; at &gt;fias.uni-frankfurt.de&gt;
    Signed-off-by: Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
---
 drivers/hid/hid-apple.c |    6 +++---
 drivers/hi</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169602">
    <title>HID: remove setup mutex, fix possible deadlock</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169602</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fde5be353e872fe6088d2b1951e56cdfda2042ff
Commit:     fde5be353e872fe6088d2b1951e56cdfda2042ff
Parent:     578f3a35fecabff49bad808c5301313f785b5462
Author:     Jiri Slaby &lt;jirislaby&lt; at &gt;gmail.com&gt;
AuthorDate: Sun Nov 23 12:03:20 2008 +0100
Committer:  Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
CommitDate: Sun Nov 23 12:03:20 2008 +0100

    HID: remove setup mutex, fix possible deadlock
    
    It causes recursive locking warning and is unneeded after
    introduction of STARTED flag.
    
    * Resume vs. stop is effectively solved by DISCONNECT flag.
    * No problem in suspend vs. start -- urb is submitted even after open
      which is possible after connect which is called after start.
    * Resume vs. start solved by STARTED flag.
    * Suspend vs. stop -- no problem in killing urb and timer twice.
    
    Reported-by: Alan Stern &lt;stern&lt; at &gt;rowland.harvard.edu&gt;
    Signed-off-by: Jiri Slaby &lt;jirislaby&lt; at &gt;gmail.com&gt;
    Signed-off-by: </description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169601">
    <title>HID: fix blacklist entries for greenasia/pantherlord</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169601</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5181e594512faeac7d7fd9620ce91105f45bf643
Commit:     5181e594512faeac7d7fd9620ce91105f45bf643
Parent:     e14c8bf86350f6c39186a139c5c584a6111b2f01
Author:     Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
AuthorDate: Mon Nov 17 01:44:38 2008 +0100
Committer:  Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
CommitDate: Mon Nov 17 01:44:38 2008 +0100

    HID: fix blacklist entries for greenasia/pantherlord
    
    Fix misplaced quirk entries for devices driven by hid-pl driver. The
    devices shouls be only blacklisted by generic HID driver, not completely
    ignored.
    
    Signed-off-by: Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
---
 drivers/hid/hid-core.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 147ec59..69b1ce8 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
&lt; at &gt;&lt; at &gt; -1266,6 +1266,8 &lt; at &gt;&lt; at &gt; static const struct hid_device_id hid_blacklist[] = {
 { HID_USB_DEVICE</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169600">
    <title>HID: add USB ID for another dual gameron adapter</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169600</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=578f3a35fecabff49bad808c5301313f785b5462
Commit:     578f3a35fecabff49bad808c5301313f785b5462
Parent:     06d2148ed3b3fa997fa5a848f6405709c464b3ba
Author:     Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
AuthorDate: Thu Nov 20 15:55:38 2008 +0100
Committer:  Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
CommitDate: Thu Nov 20 15:55:38 2008 +0100

    HID: add USB ID for another dual gameron adapter
    
    0x0810/0x0002 needs the very same handling as 0x0001.
    
    Reported-by: Steve Conklin &lt;sconklin&lt; at &gt;canonical.com&gt;
    Signed-off-by: Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
---
 drivers/hid/hid-core.c |    1 +
 drivers/hid/hid-ids.h  |    1 +
 drivers/hid/hid-pl.c   |    2 ++
 3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 5000711..026a463 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
&lt; at &gt;&lt; at &gt; -1267,6 +1267,7 &lt; at &gt;&lt; at &gt; static const struct hid_device_id hid_blacklist[] = {
 { HID</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169599">
    <title>HID: unignore mouse on unibody macbooks</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169599</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=06d2148ed3b3fa997fa5a848f6405709c464b3ba
Commit:     06d2148ed3b3fa997fa5a848f6405709c464b3ba
Parent:     5181e594512faeac7d7fd9620ce91105f45bf643
Author:     Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
AuthorDate: Thu Nov 20 11:22:17 2008 +0100
Committer:  Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
CommitDate: Thu Nov 20 11:22:17 2008 +0100

    HID: unignore mouse on unibody macbooks
    
    In commit a96d6ef34, the mouse interfaces on the unibody macbooks were
    put into hid mouse ignore list. This was a little bit too premature
    though, as the corresponding bcm5974 changes are scheduled for 2.6.29.
    
    Remove these devices from the ignore list for now, in order to provide at
    least basic functionality with the HID driver.
    
    Will be reintroduced in 2.6.29
    
    Reported-by: Henrik Rydberg &lt;rydberg&lt; at &gt;euromail.se&gt;
    Signed-off-by: Jiri Kosina &lt;jkosina&lt; at &gt;suse.cz&gt;
---
 drivers/hid/hid-core.c |    3 ---
 1 files changed, 0 i</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169598">
    <title>USB: usb-storage: unusual_devs entry for Nikon D2H</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169598</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=621b239d75b790ac66854d46b094874f69e6776e
Commit:     621b239d75b790ac66854d46b094874f69e6776e
Parent:     a6b7b034d7f20761c55743be2acb762ce09a0c6b
Author:     Tobias Kunze Briseño &lt;t&lt; at &gt;fictive.com&gt;
AuthorDate: Mon Nov 24 11:28:31 2008 -0500
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:03 2008 -0800

    USB: usb-storage: unusual_devs entry for Nikon D2H
    
    This patch adds an unusual_devs entry for the Nikon D2H camera.
    
    From: Tobias Kunze Briseño &lt;t&lt; at &gt;fictive.com&gt;,
    Signed-off-by: Alan Stern &lt;stern&lt; at &gt;rowland.harvard.edu&gt;
    Signed-off-by: Greg Kroah-Hartman &lt;gregkh&lt; at &gt;suse.de&gt;
---
 drivers/usb/storage/unusual_devs.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index e8e3eda..e61f2bf 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_de</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169597">
    <title>Add kref to fake tty used by USB console</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169597</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e5404586a499f7dce915456e85ff94b2df7a3b1c
Commit:     e5404586a499f7dce915456e85ff94b2df7a3b1c
Parent:     296fa7f6a3f3342d40df7713e74246198295654b
Author:     Kevin Hao &lt;kexin.hao&lt; at &gt;windriver.com&gt;
AuthorDate: Mon Dec 1 11:36:16 2008 +0000
Committer:  Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
CommitDate: Mon Dec 1 08:19:10 2008 -0800

    Add kref to fake tty used by USB console
    
    We alloc a fake tty in usb serial console setup function. we should
    init the tty's kref otherwise we will face WARN_ON after following
    invoke of tty_port_tty_set --&gt; tty_kref_get.
    
    Signed-off-by: Kevin Hao &lt;kexin.hao&lt; at &gt;windriver.com&gt;
    Signed-off-by: Alan Cox &lt;alan&lt; at &gt;redhat.com&gt;
    Signed-off-by: Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
---
 drivers/usb/serial/console.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/console.c b/drivers/usb/serial/console.c
index 5b20d</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169596">
    <title>USB: serial: add more Onda device ids to option driver</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169596</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5bb4bd9895df508ed2bd8b3280252d8a8170e4ac
Commit:     5bb4bd9895df508ed2bd8b3280252d8a8170e4ac
Parent:     621b239d75b790ac66854d46b094874f69e6776e
Author:     Greg Kroah-Hartman &lt;gregkh&lt; at &gt;suse.de&gt;
AuthorDate: Sat Nov 29 11:46:21 2008 -0800
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:03 2008 -0800

    USB: serial: add more Onda device ids to option driver
    
    Thanks to Domenico Riccio for pointing these out.
    
    Cc: Domenico Riccio &lt;domenico.riccio&lt; at &gt;gmail.com&gt;
    Signed-off-by: Greg Kroah-Hartman &lt;gregkh&lt; at &gt;suse.de&gt;
---
 drivers/usb/serial/option.c |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index 6fa1ec4..809697b 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
&lt; at &gt;&lt; at &gt; -224,6 +224,7 &lt; at &gt;&lt; at &gt; static int  option_send_setup(struct tty_struct </description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169595">
    <title>USB: storage: unusual_devs entry for Mio C520-GPS</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169595</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a6b7b034d7f20761c55743be2acb762ce09a0c6b
Commit:     a6b7b034d7f20761c55743be2acb762ce09a0c6b
Parent:     1f15a506f356aa21c29b6a7b0e9e826695273dfc
Author:     Alan Stern &lt;stern&lt; at &gt;rowland.harvard.edu&gt;
AuthorDate: Fri Nov 21 16:15:12 2008 -0500
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:03 2008 -0800

    USB: storage: unusual_devs entry for Mio C520-GPS
    
    This patch (as1176) adds an unusual_devs entry for the Mio C520 GPS
    unit.  Other devices also based on the Mitac hardware use the same USB
    interface firmware, so the Vendor and Product names are generalized.
    
    This fixes Bugzilla #11583.
    
    Signed-off-by: Alan Stern &lt;stern&lt; at &gt;rowland.harvard.edu&gt;
    Tested-by: Tamas Kerecsen &lt;kerecsen&lt; at &gt;bigfoot.com&gt;
    Signed-off-by: Greg Kroah-Hartman &lt;gregkh&lt; at &gt;suse.de&gt;
---
 drivers/usb/storage/unusual_devs.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletio</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169594">
    <title>drivers/char/tty_io.c: Avoid panic when no console is configured.</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169594</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=296fa7f6a3f3342d40df7713e74246198295654b
Commit:     296fa7f6a3f3342d40df7713e74246198295654b
Parent:     b4dcfbee3b536c9125762e8f6681ac6be0e9256b
Author:     Will Newton &lt;will.newton&lt; at &gt;gmail.com&gt;
AuthorDate: Mon Dec 1 11:36:06 2008 +0000
Committer:  Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
CommitDate: Mon Dec 1 08:19:10 2008 -0800

    drivers/char/tty_io.c: Avoid panic when no console is configured.
    
    When no console is configured tty_open tries to call kref_get on a NULL
    pointer, return ENODEV instead.
    
    Signed-off-by: Will Newton &lt;will.newton&lt; at &gt;gmail.com&gt;
    Signed-off-by: Alan Cox &lt;alan&lt; at &gt;redhat.com&gt;
    Signed-off-by: Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
---
 drivers/char/tty_io.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 59f4721..1412a8d 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/c</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169593">
    <title>USB: fsl_usb2_udc: Report disconnect before unbinding</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169593</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f15a506f356aa21c29b6a7b0e9e826695273dfc
Commit:     1f15a506f356aa21c29b6a7b0e9e826695273dfc
Parent:     9ac36da3f8bc646a628bd09326e090defc8b7940
Author:     Anton Vorontsov &lt;avorontsov&lt; at &gt;ru.mvista.com&gt;
AuthorDate: Thu Nov 13 15:00:46 2008 +0300
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:03 2008 -0800

    USB: fsl_usb2_udc: Report disconnect before unbinding
    
    Gadgets disable endpoints in their disconnect callbacks, so
    we must call disconnect before unbinding.
    
    The patch fixes following badness:
    
    root&lt; at &gt;b1:~# insmod fsl_usb2_udc.ko
    Freescale High-Speed USB SOC Device Controller driver (Apr 20, 2007)
    root&lt; at &gt;b1:~# insmod g_ether.ko
    g_ether gadget: using random self ethernet address
    g_ether gadget: using random host ethernet address
    usb0: MAC 26:07:ba:c0:44:33
    usb0: HOST MAC 96:81:0c:05:4d:e3
    g_ether gadget: Ethernet Gadget, versio</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169592">
    <title>USB: fix SB600 USB subsystem hang bug</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169592</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0a99e8ac430a27825bd055719765fd0d65cd797f
Commit:     0a99e8ac430a27825bd055719765fd0d65cd797f
Parent:     269f0532332410e97e3edeb78e6cd3bb940e52b4
Author:     Shane Huang &lt;shane.huang&lt; at &gt;amd.com&gt;
AuthorDate: Tue Nov 25 15:12:33 2008 +0800
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:02 2008 -0800

    USB: fix SB600 USB subsystem hang bug
    
    This patch is required for all AMD SB600 revisions to avoid USB subsystem hang
    symptom. The USB subsystem hang symptom is observed when the system has
    multiple USB devices connected to it. In some cases a USB hub may be required
    to observe this symptom.
    
    Reported in bugzilla as #11599, the similar patch for SB700 old revision is:
    commit b09bc6cbae4dd3a2d35722668ef2c502a7b8b093
    
    Reported-by: raffaele &lt;ralfconn&lt; at &gt;tele2.it&gt;
    Tested-by: Roman Mamedov &lt;roman&lt; at &gt;rm.pp.ru&gt;
    Signed-off-by: Shane Huang &lt;shane.huang&lt; at &gt;a</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169591">
    <title>USB: fsl_qe_udc: Report disconnect before unbinding</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169591</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9ac36da3f8bc646a628bd09326e090defc8b7940
Commit:     9ac36da3f8bc646a628bd09326e090defc8b7940
Parent:     0a99e8ac430a27825bd055719765fd0d65cd797f
Author:     Anton Vorontsov &lt;avorontsov&lt; at &gt;ru.mvista.com&gt;
AuthorDate: Thu Nov 13 14:57:20 2008 +0300
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:02 2008 -0800

    USB: fsl_qe_udc: Report disconnect before unbinding
    
    Gadgets disable endpoints in their disconnect callbacks, so
    we must call disconnect before unbinding. This also fixes
    muram memory leak, since we free muram in the qe_ep_disable().
    
    But mainly the patch fixes following badness:
    
    root&lt; at &gt;b1:~# insmod fsl_qe_udc.ko
    fsl_qe_udc: Freescale QE/CPM USB Device Controller driver, 1.0
    fsl_qe_udc e01006c0.usb: QE USB controller initialized as device
    root&lt; at &gt;b1:~# insmod g_ether.ko
    g_ether gadget: using random self ethernet address
    g_ether ga</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169590">
    <title>powerpc: Fix build for 32-bit SMP configs</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169590</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a1e0eb104249817e5251bd4aade50921ffcb2159
Commit:     a1e0eb104249817e5251bd4aade50921ffcb2159
Parent:     d9d060a98ff89fe0f86e24c9c0c3d2f0c566781c
Author:     Milton Miller &lt;miltonm&lt; at &gt;bga.com&gt;
AuthorDate: Sun Nov 16 11:44:42 2008 +0000
Committer:  Paul Mackerras &lt;paulus&lt; at &gt;samba.org&gt;
CommitDate: Mon Dec 1 13:28:19 2008 +1100

    powerpc: Fix build for 32-bit SMP configs
    
    attr_smt_snooze_delay is only defined for CONFIG_PPC64, so protect the
    attribute removal with the same condition.  This fixes this build error
    on 32-bit SMP configurations:
    
    /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c: In function ‘unregister_cpu_online’:
    /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722: error: ‘attr_smt_snooze_delay’ undeclared (first use in this function)
    /data/home/miltonm/next.git/arch/powerpc/kernel/sysfs.c:722: error: (Each undeclared identifier is reported only once
   </description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169589">
    <title>Revert "of_platform_driver noise on sparce"</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169589</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=33b07db9f38fe73b3895f8d4db8fdee03e3afec3
Commit:     33b07db9f38fe73b3895f8d4db8fdee03e3afec3
Parent:     d9d060a98ff89fe0f86e24c9c0c3d2f0c566781c
Author:     Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
AuthorDate: Mon Dec 1 07:55:14 2008 -0800
Committer:  Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
CommitDate: Mon Dec 1 07:55:14 2008 -0800

    Revert "of_platform_driver noise on sparce"
    
    This reverts commit e669dae6141ff97d3c7566207f5de3b487dcf837, since it
    is incomplete, and clashes with fuller patches and the sparc 32/64
    unification effort.
    
    Requested-by: David Miller &lt;davem&lt; at &gt;davemloft.net&gt;
    Acked-by: Al Viro &lt;viro&lt; at &gt;ZenIV.linux.org.uk&gt;
    Signed-off-by: Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
---
 arch/sparc64/kernel/pci_fire.c   |    2 +-
 arch/sparc64/kernel/pci_psycho.c |    4 ++--
 arch/sparc64/kernel/pci_sun4v.c  |    2 +-
 drivers/sbus/char/bbc_i2c.c      |    6 +++---
</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169588">
    <title>Revert "USB: improve ehci_watchdog's side effect in CPU power management"</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169588</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=269f0532332410e97e3edeb78e6cd3bb940e52b4
Commit:     269f0532332410e97e3edeb78e6cd3bb940e52b4
Parent:     d9d060a98ff89fe0f86e24c9c0c3d2f0c566781c
Author:     Greg Kroah-Hartman &lt;gregkh&lt; at &gt;suse.de&gt;
AuthorDate: Tue Nov 25 13:34:45 2008 -0800
Committer:  Greg Kroah-Hartman &lt;gregkh&lt; at &gt;kvm.kroah.org&gt;
CommitDate: Sun Nov 30 22:24:02 2008 -0800

    Revert "USB: improve ehci_watchdog's side effect in CPU power management"
    
    This reverts commit f0d781d59cb621e1795d510039df973d0f8b23fc.
    
    It was the wrong thing to do, and does not really do what it said
    it did.
    
    Cc: Yi Yang &lt;yi.y.yang&lt; at &gt;intel.com&gt;
    Cc: David Brownell &lt;dbrownell&lt; at &gt;users.sourceforge.net&gt;
    Cc: Alan Stern &lt;stern&lt; at &gt;rowland.harvard.edu&gt;
    Signed-off-by: Greg Kroah-Hartman &lt;gregkh&lt; at &gt;suse.de&gt;
---
 drivers/usb/host/ehci.h |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/e</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/169587">
    <title>vmscan: protect zone rotation stats by lru lock</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/169587</link>
    <description>Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a1dc509747fdcfdf3a2df818a14908aed86c3d4
Commit:     2a1dc509747fdcfdf3a2df818a14908aed86c3d4
Parent:     33b07db9f38fe73b3895f8d4db8fdee03e3afec3
Author:     Johannes Weiner &lt;hannes&lt; at &gt;saeurebad.de&gt;
AuthorDate: Mon Dec 1 03:00:35 2008 +0100
Committer:  Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
CommitDate: Mon Dec 1 07:58:06 2008 -0800

    vmscan: protect zone rotation stats by lru lock
    
    The zone's rotation statistics must not be accessed without the
    corresponding LRU lock held.  Fix an unprotected write in
    shrink_active_list().
    
    Acked-by: Rik van Riel &lt;riel&lt; at &gt;redhat.com&gt;
    Reviewed-by: KOSAKI Motohiro &lt;kosaki.motohiro&lt; at &gt;jp.fujitsu.com&gt;
    Signed-off-by: Johannes Weiner &lt;hannes&lt; at &gt;saeurebad.de&gt;
    Signed-off-by: Linus Torvalds &lt;torvalds&lt; at &gt;linux-foundation.org&gt;
---
 mm/vmscan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 7ea1440..62e7f6</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2008-12-01T16:59:03</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.linux.kernel.commits.head">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel.commits.head</link>
  </textinput>
</rdf:RDF>
