From c789506a9d5598fb21f6f929f02194bf8d36cb64 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 6 Jun 2008 17:40:47 -0700 Subject: [PATCH] Added my Signed-off-by --- .../block-do_mounts-accept-root-non-existant-partition.patch | 1 + .../ext3-4-fix-uninitialized-bs-in-ext3-4_xattr_set_handle.patch | 1 + queue-2.6.25/i2c-max6875-really-prevent-24rf08-corruption.patch | 1 + ...the-second-smbus-channel-on-the-dfi-lanparty-nf4-expert.patch | 1 + .../libata-force-hardreset-if-link-is-in-powersave-mode.patch | 1 + .../memory_hotplug-always-initialize-pageblock-bitmap.patch | 1 + ...pc-bolt-in-slb-entry-for-kernel-stack-on-secondary-cpus.patch | 1 + .../usb-add-telstra-nextg-cdma-id-to-option-driver.patch | 1 + ...ics-model-3095f-v.92-usb-mini-external-modem-to-cdc-acm.patch | 1 + .../usb-do-not-handle-device-1410-5010-in-option-driver.patch | 1 + .../usb-fix-build-errors-in-ohci-omap.c-and-ohci-sm501.c.patch | 1 + queue-2.6.25/usb-option-add-new-dell-5520-hsdpa-variant.patch | 1 + .../usb-remove-picdem-fs-usb-demo-device-from-ldusb.patch | 1 + ...-unusual_devs-add-support-for-gi-0401-sd-card-interface.patch | 1 + .../x86-user_regset_view-table-fix-for-ia32-on-64-bit.patch | 1 + 15 files changed, 15 insertions(+) diff --git a/queue-2.6.25/block-do_mounts-accept-root-non-existant-partition.patch b/queue-2.6.25/block-do_mounts-accept-root-non-existant-partition.patch index 097cda9928b..942904c988d 100644 --- a/queue-2.6.25/block-do_mounts-accept-root-non-existant-partition.patch +++ b/queue-2.6.25/block-do_mounts-accept-root-non-existant-partition.patch @@ -20,6 +20,7 @@ Acked-by: Neil Brown Tested-by: Joao Luis Meloni Assirati Signed-off-by: Kay Sievers Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- block/genhd.c | 9 ++++++--- diff --git a/queue-2.6.25/ext3-4-fix-uninitialized-bs-in-ext3-4_xattr_set_handle.patch b/queue-2.6.25/ext3-4-fix-uninitialized-bs-in-ext3-4_xattr_set_handle.patch index f234977e696..8895b34934e 100644 --- a/queue-2.6.25/ext3-4-fix-uninitialized-bs-in-ext3-4_xattr_set_handle.patch +++ b/queue-2.6.25/ext3-4-fix-uninitialized-bs-in-ext3-4_xattr_set_handle.patch @@ -25,6 +25,7 @@ Acked-by: Andreas Dilger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- fs/ext3/xattr.c | 5 +++++ diff --git a/queue-2.6.25/i2c-max6875-really-prevent-24rf08-corruption.patch b/queue-2.6.25/i2c-max6875-really-prevent-24rf08-corruption.patch index fab83c7e298..e5697dbab43 100644 --- a/queue-2.6.25/i2c-max6875-really-prevent-24rf08-corruption.patch +++ b/queue-2.6.25/i2c-max6875-really-prevent-24rf08-corruption.patch @@ -20,6 +20,7 @@ missed that one. Signed-off-by: Jean Delvare Cc: Ben Gardner Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/i2c/chips/max6875.c | 3 --- diff --git a/queue-2.6.25/i2c-nforce2-disable-the-second-smbus-channel-on-the-dfi-lanparty-nf4-expert.patch b/queue-2.6.25/i2c-nforce2-disable-the-second-smbus-channel-on-the-dfi-lanparty-nf4-expert.patch index 663ae5533a7..886351cf534 100644 --- a/queue-2.6.25/i2c-nforce2-disable-the-second-smbus-channel-on-the-dfi-lanparty-nf4-expert.patch +++ b/queue-2.6.25/i2c-nforce2-disable-the-second-smbus-channel-on-the-dfi-lanparty-nf4-expert.patch @@ -20,6 +20,7 @@ http://bugzilla.kernel.org/show_bug.cgi?id=5889 Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/i2c/busses/i2c-nforce2.c | 28 ++++++++++++++++++++++++---- diff --git a/queue-2.6.25/libata-force-hardreset-if-link-is-in-powersave-mode.patch b/queue-2.6.25/libata-force-hardreset-if-link-is-in-powersave-mode.patch index 6a975638820..653946a7cc9 100644 --- a/queue-2.6.25/libata-force-hardreset-if-link-is-in-powersave-mode.patch +++ b/queue-2.6.25/libata-force-hardreset-if-link-is-in-powersave-mode.patch @@ -16,6 +16,7 @@ if link is in powersave mode. Signed-off-by: Tejun Heo Cc: Jeff Garzik Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/ata/libata-core.c | 12 ++++++++++++ diff --git a/queue-2.6.25/memory_hotplug-always-initialize-pageblock-bitmap.patch b/queue-2.6.25/memory_hotplug-always-initialize-pageblock-bitmap.patch index 22abc666aac..18fdff1e9fd 100644 --- a/queue-2.6.25/memory_hotplug-always-initialize-pageblock-bitmap.patch +++ b/queue-2.6.25/memory_hotplug-always-initialize-pageblock-bitmap.patch @@ -41,6 +41,7 @@ Cc: Yasunori Goto Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- mm/memory_hotplug.c | 78 ++++++++++++++++++++++++++-------------------------- diff --git a/queue-2.6.25/powerpc-bolt-in-slb-entry-for-kernel-stack-on-secondary-cpus.patch b/queue-2.6.25/powerpc-bolt-in-slb-entry-for-kernel-stack-on-secondary-cpus.patch index 7f497b8c5de..c91dc6fbf59 100644 --- a/queue-2.6.25/powerpc-bolt-in-slb-entry-for-kernel-stack-on-secondary-cpus.patch +++ b/queue-2.6.25/powerpc-bolt-in-slb-entry-for-kernel-stack-on-secondary-cpus.patch @@ -48,6 +48,7 @@ in slb_initialize. Signed-off-by: Paul Mackerras Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- arch/powerpc/kernel/smp.c | 2 ++ diff --git a/queue-2.6.25/usb-add-telstra-nextg-cdma-id-to-option-driver.patch b/queue-2.6.25/usb-add-telstra-nextg-cdma-id-to-option-driver.patch index f1e72d6c0c1..ddfa68b93e6 100644 --- a/queue-2.6.25/usb-add-telstra-nextg-cdma-id-to-option-driver.patch +++ b/queue-2.6.25/usb-add-telstra-nextg-cdma-id-to-option-driver.patch @@ -13,6 +13,7 @@ As reported by Magnus Boman Cc: Magnus Boman Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/serial/option.c | 1 + diff --git a/queue-2.6.25/usb-add-zoom-telephonics-model-3095f-v.92-usb-mini-external-modem-to-cdc-acm.patch b/queue-2.6.25/usb-add-zoom-telephonics-model-3095f-v.92-usb-mini-external-modem-to-cdc-acm.patch index 910a9ab0721..0c23d5f5a00 100644 --- a/queue-2.6.25/usb-add-zoom-telephonics-model-3095f-v.92-usb-mini-external-modem-to-cdc-acm.patch +++ b/queue-2.6.25/usb-add-zoom-telephonics-model-3095f-v.92-usb-mini-external-modem-to-cdc-acm.patch @@ -20,6 +20,7 @@ then initialises correctly. Signed-off-by: Iain McFarlane Acked-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/class/cdc-acm.c | 3 +++ diff --git a/queue-2.6.25/usb-do-not-handle-device-1410-5010-in-option-driver.patch b/queue-2.6.25/usb-do-not-handle-device-1410-5010-in-option-driver.patch index c2d3e7c639a..bcefb294e46 100644 --- a/queue-2.6.25/usb-do-not-handle-device-1410-5010-in-option-driver.patch +++ b/queue-2.6.25/usb-do-not-handle-device-1410-5010-in-option-driver.patch @@ -28,6 +28,7 @@ ejected before use. Product id for serial port in this case is 0x4100. Signed-off-by: Eugeniy Meshcheryakov Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/serial/option.c | 3 --- diff --git a/queue-2.6.25/usb-fix-build-errors-in-ohci-omap.c-and-ohci-sm501.c.patch b/queue-2.6.25/usb-fix-build-errors-in-ohci-omap.c-and-ohci-sm501.c.patch index 48441ed0e37..ca4111e15c0 100644 --- a/queue-2.6.25/usb-fix-build-errors-in-ohci-omap.c-and-ohci-sm501.c.patch +++ b/queue-2.6.25/usb-fix-build-errors-in-ohci-omap.c-and-ohci-sm501.c.patch @@ -15,6 +15,7 @@ This makes the code mirror what went into Linus's tree previously. Reported-by: Randy Dunlap Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/host/ohci-omap.c | 3 ++- diff --git a/queue-2.6.25/usb-option-add-new-dell-5520-hsdpa-variant.patch b/queue-2.6.25/usb-option-add-new-dell-5520-hsdpa-variant.patch index b01795378a5..7b39da0f8cc 100644 --- a/queue-2.6.25/usb-option-add-new-dell-5520-hsdpa-variant.patch +++ b/queue-2.6.25/usb-option-add-new-dell-5520-hsdpa-variant.patch @@ -13,6 +13,7 @@ New variant of the 5520 found by Luke Sheldrick. Signed-off-by: Dan Williams Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/serial/option.c | 1 + diff --git a/queue-2.6.25/usb-remove-picdem-fs-usb-demo-device-from-ldusb.patch b/queue-2.6.25/usb-remove-picdem-fs-usb-demo-device-from-ldusb.patch index c6f22cd324c..2254799dbb8 100644 --- a/queue-2.6.25/usb-remove-picdem-fs-usb-demo-device-from-ldusb.patch +++ b/queue-2.6.25/usb-remove-picdem-fs-usb-demo-device-from-ldusb.patch @@ -23,6 +23,7 @@ demo firmware. It should be removed. Signed-off-by: Xiaofan Chen Cc: Michael Hund Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/misc/ldusb.c | 4 ---- diff --git a/queue-2.6.25/usb-unusual_devs-add-support-for-gi-0401-sd-card-interface.patch b/queue-2.6.25/usb-unusual_devs-add-support-for-gi-0401-sd-card-interface.patch index 0e69750f7f3..6194787d1ff 100644 --- a/queue-2.6.25/usb-unusual_devs-add-support-for-gi-0401-sd-card-interface.patch +++ b/queue-2.6.25/usb-unusual_devs-add-support-for-gi-0401-sd-card-interface.patch @@ -67,6 +67,7 @@ E: Ad=8b(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms Signed-off-by: Filip Aben Signed-off-by: Phil Dibowitz Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- drivers/usb/storage/unusual_devs.h | 10 ++++++++++ diff --git a/queue-2.6.25/x86-user_regset_view-table-fix-for-ia32-on-64-bit.patch b/queue-2.6.25/x86-user_regset_view-table-fix-for-ia32-on-64-bit.patch index b11773ea7c7..73dab2fe1d5 100644 --- a/queue-2.6.25/x86-user_regset_view-table-fix-for-ia32-on-64-bit.patch +++ b/queue-2.6.25/x86-user_regset_view-table-fix-for-ia32-on-64-bit.patch @@ -15,6 +15,7 @@ But the fix is trivial and risk-free. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Chris Wright --- arch/x86/kernel/ptrace.c | 7 +++++-- -- 2.47.3