From 0663168ae5cf84d90481bcf867eb4f8981787bb5 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 6 Jun 2007 09:38:01 -0700 Subject: [PATCH] add my signed-off-by to the 2.6.21 patch queue --- queue-2.6.21/ahci-disable-64bit-dma-on-sb600.patch | 1 + ...-hda-intel-fix-detection-of-audio-codec-on-toshiba-a100.patch | 1 + ...alsa-hda-intel-probe-additional-slots-only-if-necessary.patch | 1 + .../alsa-usb-audio-explicitly-match-logitech-quickcam.patch | 1 + queue-2.6.21/alsa-wm8750-typo-fix.patch | 1 + queue-2.6.21/char-cyclades-fix-deadlock.patch | 1 + .../e1000-disable-polling-before-registering-netdevice.patch | 1 + queue-2.6.21/fix-compat-console-unimap-regression.patch | 1 + queue-2.6.21/fix-roundup_pow_of_two.patch | 1 + queue-2.6.21/fuse-fix-mknod-of-regular-file.patch | 1 + queue-2.6.21/hpt366-don-t-check-enablebits-for-hpt36x.patch | 1 + queue-2.6.21/i386-fix-k8-core2-oprofile-on-multiple-cpus.patch | 1 + queue-2.6.21/i386-hpet-check-if-the-counter-works.patch | 1 + queue-2.6.21/ieee1394-eth1394-bring-back-a-parent-device.patch | 1 + queue-2.6.21/ignore-bogus-acpi-info-for-offline-cpus.patch | 1 + .../input-i8042-fix-aux-port-detection-with-some-chips.patch | 1 + queue-2.6.21/make-freezeable-workqueues-singlethread.patch | 1 + ...oid-overflow-in-raid0-calculation-with-large-components.patch | 1 + ...rite-more-than-is-required-of-the-last-page-of-a-bitmap.patch | 1 + ...ofb-fix-pseudo_palette-array-overrun-in-neofb_setcolreg.patch | 1 + ...ohz-rate-limit-the-local-softirq-pending-warning-output.patch | 1 + queue-2.6.21/ntfs_init_locked_inode-fix-array-indexing.patch | 1 + queue-2.6.21/pci_ids-update-patch-for-intel-ich9m.patch | 1 + queue-2.6.21/prevent-going-idle-with-softirq-pending.patch | 1 + queue-2.6.21/tg3-fix-link-problem-on-dell-s-onboard-5906.patch | 1 + queue-2.6.21/timer-statistics-fix-race.patch | 1 + queue-2.6.21/timer-stats-speedups.patch | 1 + queue-2.6.21/tty-fix-leakage-of-erestartsys-to-userland.patch | 1 + queue-2.6.21/uml-improve-host-ptrace_sysemu-check.patch | 1 + queue-2.6.21/v4l-dvb-budget-ci-fix-tuning-for-tdm-1316.patch | 1 + queue-2.6.21/x86-fix-oprofile-double-free.patch | 1 + queue-2.6.21/x86_64-allocate-sparsemem-memmap-above-4g.patch | 1 + queue-2.6.21/zd1211rw-add-al2230s-rf-support.patch | 1 + 33 files changed, 33 insertions(+) diff --git a/queue-2.6.21/ahci-disable-64bit-dma-on-sb600.patch b/queue-2.6.21/ahci-disable-64bit-dma-on-sb600.patch index 3d218e47640..b89e7bf02e7 100644 --- a/queue-2.6.21/ahci-disable-64bit-dma-on-sb600.patch +++ b/queue-2.6.21/ahci-disable-64bit-dma-on-sb600.patch @@ -10,6 +10,7 @@ SB600 claims it can do 64bit DMA but it can't. Disable it. Signed-off-by: Tejun Heo Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- This is backport of commit c7a42156d99bcea7f8173ba7a6034bbaa2ecb77c. Due to initialization changes in devel branch, it looks a bit diff --git a/queue-2.6.21/alsa-hda-intel-fix-detection-of-audio-codec-on-toshiba-a100.patch b/queue-2.6.21/alsa-hda-intel-fix-detection-of-audio-codec-on-toshiba-a100.patch index a542492b26e..76c5df16294 100644 --- a/queue-2.6.21/alsa-hda-intel-fix-detection-of-audio-codec-on-toshiba-a100.patch +++ b/queue-2.6.21/alsa-hda-intel-fix-detection-of-audio-codec-on-toshiba-a100.patch @@ -17,6 +17,7 @@ ATI SB450 devices). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/hda_intel.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/queue-2.6.21/alsa-hda-intel-probe-additional-slots-only-if-necessary.patch b/queue-2.6.21/alsa-hda-intel-probe-additional-slots-only-if-necessary.patch index 9da262ba967..b8321ae1d9f 100644 --- a/queue-2.6.21/alsa-hda-intel-probe-additional-slots-only-if-necessary.patch +++ b/queue-2.6.21/alsa-hda-intel-probe-additional-slots-only-if-necessary.patch @@ -20,6 +20,7 @@ slots. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/hda_intel.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/queue-2.6.21/alsa-usb-audio-explicitly-match-logitech-quickcam.patch b/queue-2.6.21/alsa-usb-audio-explicitly-match-logitech-quickcam.patch index 7fa789e3bc1..f285758c57c 100644 --- a/queue-2.6.21/alsa-usb-audio-explicitly-match-logitech-quickcam.patch +++ b/queue-2.6.21/alsa-usb-audio-explicitly-match-logitech-quickcam.patch @@ -22,6 +22,7 @@ Signed-off-by: Daniel Drake Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=a91214589e6527b18f52bc0b31253f9dfb4665e6 diff --git a/queue-2.6.21/alsa-wm8750-typo-fix.patch b/queue-2.6.21/alsa-wm8750-typo-fix.patch index d328da87c39..957619e2f58 100644 --- a/queue-2.6.21/alsa-wm8750-typo-fix.patch +++ b/queue-2.6.21/alsa-wm8750-typo-fix.patch @@ -9,6 +9,7 @@ Signed-off-by: Andrew Morton Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/wm8750.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.21/char-cyclades-fix-deadlock.patch b/queue-2.6.21/char-cyclades-fix-deadlock.patch index acf4f3b49c2..81b7e4b9a63 100644 --- a/queue-2.6.21/char-cyclades-fix-deadlock.patch +++ b/queue-2.6.21/char-cyclades-fix-deadlock.patch @@ -13,6 +13,7 @@ An omitted unlock. Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/char/cyclades.c | 1 + diff --git a/queue-2.6.21/e1000-disable-polling-before-registering-netdevice.patch b/queue-2.6.21/e1000-disable-polling-before-registering-netdevice.patch index f5cd87c927c..62fb6bc6488 100644 --- a/queue-2.6.21/e1000-disable-polling-before-registering-netdevice.patch +++ b/queue-2.6.21/e1000-disable-polling-before-registering-netdevice.patch @@ -14,6 +14,7 @@ Cc: Herbert Xu Cc: Doug Chapman Signed-off-by: Jeff Garzik Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/net/e1000/e1000_main.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/queue-2.6.21/fix-compat-console-unimap-regression.patch b/queue-2.6.21/fix-compat-console-unimap-regression.patch index 333914b2ef9..856434a95bc 100644 --- a/queue-2.6.21/fix-compat-console-unimap-regression.patch +++ b/queue-2.6.21/fix-compat-console-unimap-regression.patch @@ -25,6 +25,7 @@ vc_cons_allocated check for safety, though failure may well be impossible. Signed-off-by: Hugh Dickins Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/compat_ioctl.c | 33 +++++++++++++++++++++++++-------- diff --git a/queue-2.6.21/fix-roundup_pow_of_two.patch b/queue-2.6.21/fix-roundup_pow_of_two.patch index 3168b892e7f..ae228a68b5c 100644 --- a/queue-2.6.21/fix-roundup_pow_of_two.patch +++ b/queue-2.6.21/fix-roundup_pow_of_two.patch @@ -14,6 +14,7 @@ wrong and returns 0. Probably nobody ever did it so this was never noticed. Signed-off-by: Rolf Eike Beer Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/log2.h | 2 +- diff --git a/queue-2.6.21/fuse-fix-mknod-of-regular-file.patch b/queue-2.6.21/fuse-fix-mknod-of-regular-file.patch index 1e486b02282..bec39b5213f 100644 --- a/queue-2.6.21/fuse-fix-mknod-of-regular-file.patch +++ b/queue-2.6.21/fuse-fix-mknod-of-regular-file.patch @@ -18,6 +18,7 @@ Kernels 2.6.18 onward are affected. Please apply to -stable as well. Signed-off-by: Miklos Szeredi Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/fuse/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.21/hpt366-don-t-check-enablebits-for-hpt36x.patch b/queue-2.6.21/hpt366-don-t-check-enablebits-for-hpt36x.patch index 612fc2da541..ba602864916 100644 --- a/queue-2.6.21/hpt366-don-t-check-enablebits-for-hpt36x.patch +++ b/queue-2.6.21/hpt366-don-t-check-enablebits-for-hpt36x.patch @@ -12,6 +12,7 @@ from checking them... Signed-off-by: Sergei Shtylyov Cc: Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- This has been an issue since 2.6.21-rc1... diff --git a/queue-2.6.21/i386-fix-k8-core2-oprofile-on-multiple-cpus.patch b/queue-2.6.21/i386-fix-k8-core2-oprofile-on-multiple-cpus.patch index 57c9742cdcd..ed8708b9fee 100644 --- a/queue-2.6.21/i386-fix-k8-core2-oprofile-on-multiple-cpus.patch +++ b/queue-2.6.21/i386-fix-k8-core2-oprofile-on-multiple-cpus.patch @@ -13,6 +13,7 @@ always saves/restores all MSRs so it works identical. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/i386/oprofile/nmi_int.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/queue-2.6.21/i386-hpet-check-if-the-counter-works.patch b/queue-2.6.21/i386-hpet-check-if-the-counter-works.patch index a226cfd6ab7..c5c80e67a8a 100644 --- a/queue-2.6.21/i386-hpet-check-if-the-counter-works.patch +++ b/queue-2.6.21/i386-hpet-check-if-the-counter-works.patch @@ -11,6 +11,7 @@ complete hang. Detect it during HPET setup. Signed-off-by: Thomas Gleixner Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- [chrisw: again, this time with feeling ;-) expected upstream soon] diff --git a/queue-2.6.21/ieee1394-eth1394-bring-back-a-parent-device.patch b/queue-2.6.21/ieee1394-eth1394-bring-back-a-parent-device.patch index ddee3453ae0..0dedaf9a49e 100644 --- a/queue-2.6.21/ieee1394-eth1394-bring-back-a-parent-device.patch +++ b/queue-2.6.21/ieee1394-eth1394-bring-back-a-parent-device.patch @@ -22,6 +22,7 @@ https://bugs.gentoo.org/show_bug.cgi?id=177199 Signed-off-by: Stefan Richter Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- Same as commit ef50a6c59dc66f22eba67704e291d709f21e0456. diff --git a/queue-2.6.21/ignore-bogus-acpi-info-for-offline-cpus.patch b/queue-2.6.21/ignore-bogus-acpi-info-for-offline-cpus.patch index 7fd043bd11b..1f3e9145f7e 100644 --- a/queue-2.6.21/ignore-bogus-acpi-info-for-offline-cpus.patch +++ b/queue-2.6.21/ignore-bogus-acpi-info-for-offline-cpus.patch @@ -18,6 +18,7 @@ Affects 2.6.21 / 2.6.22-rc Signed-off-by: Thomas Gleixner Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/time/tick-broadcast.c | 17 ++++++++++++----- diff --git a/queue-2.6.21/input-i8042-fix-aux-port-detection-with-some-chips.patch b/queue-2.6.21/input-i8042-fix-aux-port-detection-with-some-chips.patch index f9c5b65a1ba..add22e30d33 100644 --- a/queue-2.6.21/input-i8042-fix-aux-port-detection-with-some-chips.patch +++ b/queue-2.6.21/input-i8042-fix-aux-port-detection-with-some-chips.patch @@ -17,6 +17,7 @@ hit, without touching other workaround code in the same area. Signed-off-by: Roland Scheidegger Signed-off-by: Dmitry Torokhov Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=d2ada5597d33a9108acb2caf912f85cbc9caab1e diff --git a/queue-2.6.21/make-freezeable-workqueues-singlethread.patch b/queue-2.6.21/make-freezeable-workqueues-singlethread.patch index b0067fe4e32..764cfdcaa99 100644 --- a/queue-2.6.21/make-freezeable-workqueues-singlethread.patch +++ b/queue-2.6.21/make-freezeable-workqueues-singlethread.patch @@ -20,6 +20,7 @@ Cc: Gautham R Shenoy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/workqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.21/md-avoid-overflow-in-raid0-calculation-with-large-components.patch b/queue-2.6.21/md-avoid-overflow-in-raid0-calculation-with-large-components.patch index 2080a44cedb..60f4a9e156c 100644 --- a/queue-2.6.21/md-avoid-overflow-in-raid0-calculation-with-large-components.patch +++ b/queue-2.6.21/md-avoid-overflow-in-raid0-calculation-with-large-components.patch @@ -18,6 +18,7 @@ impossible to hit. Cc: "Jeff Zheng" Signed-off-by: Neil Brown Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/md/raid0.c | 3 +-- diff --git a/queue-2.6.21/md-don-t-write-more-than-is-required-of-the-last-page-of-a-bitmap.patch b/queue-2.6.21/md-don-t-write-more-than-is-required-of-the-last-page-of-a-bitmap.patch index 1a60fac1b8a..236d13f5708 100644 --- a/queue-2.6.21/md-don-t-write-more-than-is-required-of-the-last-page-of-a-bitmap.patch +++ b/queue-2.6.21/md-don-t-write-more-than-is-required-of-the-last-page-of-a-bitmap.patch @@ -14,6 +14,7 @@ rounded up to the hard sector size of the device. Signed-off-by: Neil Brown Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/md/bitmap.c | 17 ++++++++++++----- diff --git a/queue-2.6.21/neofb-fix-pseudo_palette-array-overrun-in-neofb_setcolreg.patch b/queue-2.6.21/neofb-fix-pseudo_palette-array-overrun-in-neofb_setcolreg.patch index 6b6dbc85070..0c29baf2f8e 100644 --- a/queue-2.6.21/neofb-fix-pseudo_palette-array-overrun-in-neofb_setcolreg.patch +++ b/queue-2.6.21/neofb-fix-pseudo_palette-array-overrun-in-neofb_setcolreg.patch @@ -12,6 +12,7 @@ attempts to write 256. Signed-off-by: Antonino Daplas Acked-by: Tero Roponen Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- This fixes the following regression/bug reported as follows: diff --git a/queue-2.6.21/nohz-rate-limit-the-local-softirq-pending-warning-output.patch b/queue-2.6.21/nohz-rate-limit-the-local-softirq-pending-warning-output.patch index 317b7cd6ff3..5259c074b29 100644 --- a/queue-2.6.21/nohz-rate-limit-the-local-softirq-pending-warning-output.patch +++ b/queue-2.6.21/nohz-rate-limit-the-local-softirq-pending-warning-output.patch @@ -15,6 +15,7 @@ until we found the root cause of that problem. Signed-off-by: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/time/tick-sched.c | 12 +++++++++--- diff --git a/queue-2.6.21/ntfs_init_locked_inode-fix-array-indexing.patch b/queue-2.6.21/ntfs_init_locked_inode-fix-array-indexing.patch index dd831916f67..8b08cc492f3 100644 --- a/queue-2.6.21/ntfs_init_locked_inode-fix-array-indexing.patch +++ b/queue-2.6.21/ntfs_init_locked_inode-fix-array-indexing.patch @@ -14,6 +14,7 @@ Cc: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/ntfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.21/pci_ids-update-patch-for-intel-ich9m.patch b/queue-2.6.21/pci_ids-update-patch-for-intel-ich9m.patch index aaae548c782..efab669453b 100644 --- a/queue-2.6.21/pci_ids-update-patch-for-intel-ich9m.patch +++ b/queue-2.6.21/pci_ids-update-patch-for-intel-ich9m.patch @@ -13,6 +13,7 @@ Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/pci_ids.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-2.6.21/prevent-going-idle-with-softirq-pending.patch b/queue-2.6.21/prevent-going-idle-with-softirq-pending.patch index 1723368103d..a9151b728fa 100644 --- a/queue-2.6.21/prevent-going-idle-with-softirq-pending.patch +++ b/queue-2.6.21/prevent-going-idle-with-softirq-pending.patch @@ -38,6 +38,7 @@ Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Cc: Anant Nitya Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/sched.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/queue-2.6.21/tg3-fix-link-problem-on-dell-s-onboard-5906.patch b/queue-2.6.21/tg3-fix-link-problem-on-dell-s-onboard-5906.patch index a60cb8a0962..e53e013110e 100644 --- a/queue-2.6.21/tg3-fix-link-problem-on-dell-s-onboard-5906.patch +++ b/queue-2.6.21/tg3-fix-link-problem-on-dell-s-onboard-5906.patch @@ -22,6 +22,7 @@ Update version to 3.75.2. Signed-off-by: Michael Chan Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/net/tg3.c | 5 +++-- diff --git a/queue-2.6.21/timer-statistics-fix-race.patch b/queue-2.6.21/timer-statistics-fix-race.patch index 8c779bf498f..3ae8d2ccc2d 100644 --- a/queue-2.6.21/timer-statistics-fix-race.patch +++ b/queue-2.6.21/timer-statistics-fix-race.patch @@ -19,6 +19,7 @@ Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/time/timer_stats.c | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/queue-2.6.21/timer-stats-speedups.patch b/queue-2.6.21/timer-stats-speedups.patch index 711214cc09d..41f2cfb59c9 100644 --- a/queue-2.6.21/timer-stats-speedups.patch +++ b/queue-2.6.21/timer-stats-speedups.patch @@ -25,6 +25,7 @@ Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- Documentation/hrtimer/timer_stats.txt | 7 ++++--- kernel/time/timer_stats.c | 7 ++++++- diff --git a/queue-2.6.21/tty-fix-leakage-of-erestartsys-to-userland.patch b/queue-2.6.21/tty-fix-leakage-of-erestartsys-to-userland.patch index 50126486dc3..884891ed4d6 100644 --- a/queue-2.6.21/tty-fix-leakage-of-erestartsys-to-userland.patch +++ b/queue-2.6.21/tty-fix-leakage-of-erestartsys-to-userland.patch @@ -22,6 +22,7 @@ Cc: Alan Cox Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/char/n_tty.c | 1 + diff --git a/queue-2.6.21/uml-improve-host-ptrace_sysemu-check.patch b/queue-2.6.21/uml-improve-host-ptrace_sysemu-check.patch index 0dda8f41587..4dbf82511d8 100644 --- a/queue-2.6.21/uml-improve-host-ptrace_sysemu-check.patch +++ b/queue-2.6.21/uml-improve-host-ptrace_sysemu-check.patch @@ -14,6 +14,7 @@ This fixes a hang on boot on FC6 hosts with a broken PTRACE_SYSEMU. Signed-off-by: Jeff Dike Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman -- arch/um/os-Linux/start_up.c | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/queue-2.6.21/v4l-dvb-budget-ci-fix-tuning-for-tdm-1316.patch b/queue-2.6.21/v4l-dvb-budget-ci-fix-tuning-for-tdm-1316.patch index 6d9124f41cf..c04037de051 100644 --- a/queue-2.6.21/v4l-dvb-budget-ci-fix-tuning-for-tdm-1316.patch +++ b/queue-2.6.21/v4l-dvb-budget-ci-fix-tuning-for-tdm-1316.patch @@ -23,6 +23,7 @@ Acked-by: Thomas Kaiser Signed-off-by: Mauro Carvalho Chehab Acked-by: Michael Krufky Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/media/dvb/ttpci/budget-ci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.21/x86-fix-oprofile-double-free.patch b/queue-2.6.21/x86-fix-oprofile-double-free.patch index 5dc76b910c5..1dd2e3bb9fb 100644 --- a/queue-2.6.21/x86-fix-oprofile-double-free.patch +++ b/queue-2.6.21/x86-fix-oprofile-double-free.patch @@ -22,6 +22,7 @@ Cc: Dave Jones Cc: Chuck Ebbert Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: Andrew Morton +Signed-off-by: Greg Kroah-Hartman --- arch/i386/oprofile/nmi_int.c | 12 +++++++++--- diff --git a/queue-2.6.21/x86_64-allocate-sparsemem-memmap-above-4g.patch b/queue-2.6.21/x86_64-allocate-sparsemem-memmap-above-4g.patch index b432d2b8b9c..fbd1b01ba5a 100644 --- a/queue-2.6.21/x86_64-allocate-sparsemem-memmap-above-4g.patch +++ b/queue-2.6.21/x86_64-allocate-sparsemem-memmap-above-4g.patch @@ -22,6 +22,7 @@ Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds [chrisw: trivial backport] Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/x86_64/mm/init.c | 6 ++++++ include/linux/bootmem.h | 1 + diff --git a/queue-2.6.21/zd1211rw-add-al2230s-rf-support.patch b/queue-2.6.21/zd1211rw-add-al2230s-rf-support.patch index 12ca16a34df..a6c1a14965b 100644 --- a/queue-2.6.21/zd1211rw-add-al2230s-rf-support.patch +++ b/queue-2.6.21/zd1211rw-add-al2230s-rf-support.patch @@ -23,6 +23,7 @@ the AL2230S support into 2.6.21-stable] Signed-off-by: Daniel Drake Signed-off-by: John W. Linville Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/zd1211rw/zd_chip.c | 5 - drivers/net/wireless/zd1211rw/zd_rf.c | 2 -- 2.47.3