]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Added my Signed-off-by
authorChris Wright <chrisw@sous-sol.org>
Sat, 7 Jun 2008 00:40:47 +0000 (17:40 -0700)
committerChris Wright <chrisw@sous-sol.org>
Sat, 7 Jun 2008 00:40:47 +0000 (17:40 -0700)
15 files changed:
queue-2.6.25/block-do_mounts-accept-root-non-existant-partition.patch
queue-2.6.25/ext3-4-fix-uninitialized-bs-in-ext3-4_xattr_set_handle.patch
queue-2.6.25/i2c-max6875-really-prevent-24rf08-corruption.patch
queue-2.6.25/i2c-nforce2-disable-the-second-smbus-channel-on-the-dfi-lanparty-nf4-expert.patch
queue-2.6.25/libata-force-hardreset-if-link-is-in-powersave-mode.patch
queue-2.6.25/memory_hotplug-always-initialize-pageblock-bitmap.patch
queue-2.6.25/powerpc-bolt-in-slb-entry-for-kernel-stack-on-secondary-cpus.patch
queue-2.6.25/usb-add-telstra-nextg-cdma-id-to-option-driver.patch
queue-2.6.25/usb-add-zoom-telephonics-model-3095f-v.92-usb-mini-external-modem-to-cdc-acm.patch
queue-2.6.25/usb-do-not-handle-device-1410-5010-in-option-driver.patch
queue-2.6.25/usb-fix-build-errors-in-ohci-omap.c-and-ohci-sm501.c.patch
queue-2.6.25/usb-option-add-new-dell-5520-hsdpa-variant.patch
queue-2.6.25/usb-remove-picdem-fs-usb-demo-device-from-ldusb.patch
queue-2.6.25/usb-unusual_devs-add-support-for-gi-0401-sd-card-interface.patch
queue-2.6.25/x86-user_regset_view-table-fix-for-ia32-on-64-bit.patch

index 097cda9928b434994dbb157065b2ca38e7cec3a1..942904c988da4d184cc6e5071659955024e3ba37 100644 (file)
@@ -20,6 +20,7 @@ Acked-by: Neil Brown <neilb@suse.de>
 Tested-by: Joao Luis Meloni Assirati <assirati@nonada.if.usp.br>
 Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  block/genhd.c         |    9 ++++++---
index f234977e6962fbd098da6925422997f517d3d11d..8895b34934e8c0ee9b07eed93947db6c31c86b9f 100644 (file)
@@ -25,6 +25,7 @@ Acked-by: Andreas Dilger <adilger@sun.com>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  fs/ext3/xattr.c |    5 +++++
index fab83c7e298a57096c8c6d790c870874f3904f63..e5697dbab43439e1eb068f598a500669822154b3 100644 (file)
@@ -20,6 +20,7 @@ missed that one.
 Signed-off-by: Jean Delvare <khali@linux-fr.org>
 Cc: Ben Gardner <bgardner@wabtec.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/i2c/chips/max6875.c |    3 ---
index 663ae5533a7a505490e028a61d2b6c630e83955e..886351cf534ef751607bc65657c2f2505f74b5ef 100644 (file)
@@ -20,6 +20,7 @@ http://bugzilla.kernel.org/show_bug.cgi?id=5889
 
 Signed-off-by: Jean Delvare <khali@linux-fr.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/i2c/busses/i2c-nforce2.c |   28 ++++++++++++++++++++++++----
index 6a9756388204514b6b80e934fce0f0625ef432fc..653946a7cc9cdf99d08d6469fa9465df4f0b3f4d 100644 (file)
@@ -16,6 +16,7 @@ if link is in powersave mode.
 Signed-off-by: Tejun Heo <htejun@gmail.com>
 Cc: Jeff Garzik <jeff@garzik.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/ata/libata-core.c |   12 ++++++++++++
index 22abc666aac39fe971aef7d2137ffdba1660c3be..18fdff1e9fdc4149d914c7855305112906517b76 100644 (file)
@@ -41,6 +41,7 @@ Cc: Yasunori Goto <y-goto@jp.fujitsu.com>
 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  mm/memory_hotplug.c |   78 ++++++++++++++++++++++++++--------------------------
index 7f497b8c5dea292e9a6298b42db54454317ba64c..c91dc6fbf593ee2e62e337e963ee8dd59fe59727 100644 (file)
@@ -48,6 +48,7 @@ in slb_initialize.
 
 Signed-off-by: Paul Mackerras <paulus@samba.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  arch/powerpc/kernel/smp.c |    2 ++
index f1e72d6c0c1cef78b6b925bb25b8d7d9ead794ce..ddfa68b93e6f69e4ae33078c6a7d46a746220eee 100644 (file)
@@ -13,6 +13,7 @@ As reported by Magnus Boman <captain.magnus@opensuse.org>
 
 Cc: Magnus Boman <captain.magnus@opensuse.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/serial/option.c |    1 +
index 910a9ab0721fa0af872b73e579b7d768c106e2f2..0c23d5f5a00e14406f6413bb19448b0d17424b81 100644 (file)
@@ -20,6 +20,7 @@ then initialises correctly.
 Signed-off-by: Iain McFarlane <iain@imcfarla.homelinux.net>
 Acked-by: Oliver Neukum <oneukum@suse.de>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/class/cdc-acm.c |    3 +++
index c2d3e7c639a8efc649927b2f734e0154ac065d6f..bcefb294e469efef936dfc93aa9c6ab851bf1cdc 100644 (file)
@@ -28,6 +28,7 @@ ejected before use. Product id for serial port in this case is 0x4100.
 
 Signed-off-by: Eugeniy Meshcheryakov <eugen@debian.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/serial/option.c |    3 ---
index 48441ed0e378c958171b0f94b7c2c7a4da5052f5..ca4111e15c084f55a5f7c7eabde619df6ece6ecb 100644 (file)
@@ -15,6 +15,7 @@ This makes the code mirror what went into Linus's tree previously.
 Reported-by: Randy Dunlap <rdunlap@xenotime.net>
 Cc: Alan Stern <stern@rowland.harvard.edu>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/host/ohci-omap.c  |    3 ++-
index b01795378a59f65187bcb4acae90b2eeb7b01e00..7b39da0f8ccc61443d47cf575a1275af3ed91a4f 100644 (file)
@@ -13,6 +13,7 @@ New variant of the 5520 found by Luke Sheldrick.
 
 Signed-off-by: Dan Williams <dcbw@redhat.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/serial/option.c |    1 +
index c6f22cd324c2f46f10d52adccd026689f1ef1d7b..2254799dbb861e2380cfdf4ca2ed51c43001eddb 100644 (file)
@@ -23,6 +23,7 @@ demo firmware.  It should be removed.
 Signed-off-by: Xiaofan Chen <xiaofanc@gmail.com>
 Cc: Michael Hund <MHund@LD-Didactic.de>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/misc/ldusb.c |    4 ----
index 0e69750f7f318c18a4e8b3c3686aa9da37a5ccc2..6194787d1ffccc80c63972e4db5c143cf91e51b9 100644 (file)
@@ -67,6 +67,7 @@ E:  Ad=8b(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
 Signed-off-by: Filip Aben <f.aben@option.com>
 Signed-off-by: Phil Dibowitz <phil@ipom.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  drivers/usb/storage/unusual_devs.h |   10 ++++++++++
index b11773ea7c7d0a4396abbc3c58f3adc716e862f9..73dab2fe1d523bccaebcdde118ae58441ac07279 100644 (file)
@@ -15,6 +15,7 @@ But the fix is trivial and risk-free.
 Signed-off-by: Roland McGrath <roland@redhat.com>
 Signed-off-by: Ingo Molnar <mingo@elte.hu>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
+Signed-off-by: Chris Wright <chrisw@sous-sol.org>
 
 ---
  arch/x86/kernel/ptrace.c |    7 +++++--