From: Greg Kroah-Hartman Date: Wed, 6 Jun 2007 16:35:26 +0000 (-0700) Subject: add signed-off-by for all 2.6.20 patches in the queue X-Git-Tag: v2.6.20.13~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86a234e67f7aed905eba5b40b6aeba08c6198c10;p=thirdparty%2Fkernel%2Fstable-queue.git add signed-off-by for all 2.6.20 patches in the queue --- diff --git a/queue-2.6.20/acpi-thermal-fix-mod_timer-interval.patch b/queue-2.6.20/acpi-thermal-fix-mod_timer-interval.patch index 7d63c40bd39..96f1527fa16 100644 --- a/queue-2.6.20/acpi-thermal-fix-mod_timer-interval.patch +++ b/queue-2.6.20/acpi-thermal-fix-mod_timer-interval.patch @@ -16,6 +16,7 @@ Acked-by: Len Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/acpi/thermal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queue-2.6.20/alsa-usb-audio-explicitly-match-logitech-quickcam.patch b/queue-2.6.20/alsa-usb-audio-explicitly-match-logitech-quickcam.patch index 3b02378b5e9..13a21033106 100644 --- a/queue-2.6.20/alsa-usb-audio-explicitly-match-logitech-quickcam.patch +++ b/queue-2.6.20/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.20/crypto-api-read-module-pointer-before-freeing-algorithm.patch b/queue-2.6.20/crypto-api-read-module-pointer-before-freeing-algorithm.patch index 49f9a96eda2..5c82e8ff862 100644 --- a/queue-2.6.20/crypto-api-read-module-pointer-before-freeing-algorithm.patch +++ b/queue-2.6.20/crypto-api-read-module-pointer-before-freeing-algorithm.patch @@ -16,6 +16,7 @@ Thanks to Luca Tettamanti for reporting this. Signed-off-by: Herbert Xu Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- crypto/api.c | 4 +++- diff --git a/queue-2.6.20/driver-core-don-t-free-devt_attr-till-the-device-is-released.patch b/queue-2.6.20/driver-core-don-t-free-devt_attr-till-the-device-is-released.patch index 32b2727caa0..8dc94db41fc 100644 --- a/queue-2.6.20/driver-core-don-t-free-devt_attr-till-the-device-is-released.patch +++ b/queue-2.6.20/driver-core-don-t-free-devt_attr-till-the-device-is-released.patch @@ -19,6 +19,7 @@ This bug is reported by Chris Rankin as bugzilla bug#8198. Signed-off-by: Tejun Heo Cc: Chris Rankin Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- Applies well to 2.6.20 and 21. As sysfs-immediate-disconnect doesn't seem to be included in 2.6.22, this should be included in linus#master diff --git a/queue-2.6.20/fuse-fix-mknod-of-regular-file.patch b/queue-2.6.20/fuse-fix-mknod-of-regular-file.patch index dc408a14d2a..6577263aede 100644 --- a/queue-2.6.20/fuse-fix-mknod-of-regular-file.patch +++ b/queue-2.6.20/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.20/iop13xx-fix-i-o-address-translation.patch b/queue-2.6.20/iop13xx-fix-i-o-address-translation.patch index 6ed47397e63..6601943659b 100644 --- a/queue-2.6.20/iop13xx-fix-i-o-address-translation.patch +++ b/queue-2.6.20/iop13xx-fix-i-o-address-translation.patch @@ -17,6 +17,7 @@ Cc: Martin Michlmayr Cc: Russell King Signed-off-by: Dan Williams Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/arm/mach-iop13xx/pci.c | 8 ++++---- diff --git a/queue-2.6.20/ip-nf-_nat_proto_gre-do-not-modify-corrupt-grev0-packets-through-nat.patch b/queue-2.6.20/ip-nf-_nat_proto_gre-do-not-modify-corrupt-grev0-packets-through-nat.patch index 5597617fab4..55089022ae2 100644 --- a/queue-2.6.20/ip-nf-_nat_proto_gre-do-not-modify-corrupt-grev0-packets-through-nat.patch +++ b/queue-2.6.20/ip-nf-_nat_proto_gre-do-not-modify-corrupt-grev0-packets-through-nat.patch @@ -12,15 +12,16 @@ While porting some changes of the 2.6.21-rc7 pptp/proto_gre conntrack and nat modules to a 2.4.32 kernel I noticed that the gre_key function returns a wrong pointer to the GRE key of a version 0 packet thus corrupting the packet payload. - + The intended behaviour for GREv0 packets is to act like nf_conntrack_proto_generic/nf_nat_proto_unknown so I have ripped the offending functions (not used anymore) and modified the nf_nat_proto_gre modules to not touch version 0 (non PPTP) packets. - + Signed-off-by: Jorge Boncompte Signed-off-by: Patrick McHardy Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- commit 244c67aee5750eb3a79c727d09c01a500e68bbbe diff --git a/queue-2.6.20/ipv6-track-device-renames-in-snmp6.patch b/queue-2.6.20/ipv6-track-device-renames-in-snmp6.patch index 30ec13a0c75..a41557aef90 100644 --- a/queue-2.6.20/ipv6-track-device-renames-in-snmp6.patch +++ b/queue-2.6.20/ipv6-track-device-renames-in-snmp6.patch @@ -14,6 +14,7 @@ The fix is trivial, just unregister/re-register in notify handler. Signed-off-by: Stephen Hemminger Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv6/addrconf.c | 6 ++++-- diff --git a/queue-2.6.20/jfs-fix-race-waking-up-jfsio-kernel-thread.patch b/queue-2.6.20/jfs-fix-race-waking-up-jfsio-kernel-thread.patch index 8bf0ae8faec..bd292c0e36c 100644 --- a/queue-2.6.20/jfs-fix-race-waking-up-jfsio-kernel-thread.patch +++ b/queue-2.6.20/jfs-fix-race-waking-up-jfsio-kernel-thread.patch @@ -15,6 +15,7 @@ the waking thread will really wake it. Signed-off-by: Dave Kleikamp Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/jfs/jfs_logmgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queue-2.6.20/oom-kill-all-threads-that-share-mm-with-killed-task.patch b/queue-2.6.20/oom-kill-all-threads-that-share-mm-with-killed-task.patch index b2532bfd218..ba721d2be3e 100644 --- a/queue-2.6.20/oom-kill-all-threads-that-share-mm-with-killed-task.patch +++ b/queue-2.6.20/oom-kill-all-threads-that-share-mm-with-killed-task.patch @@ -22,6 +22,7 @@ Cc: Andi Kleen Signed-off-by: David Rientjes Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- mm/oom_kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.20/sata_via-add-missing-pm-hooks.patch b/queue-2.6.20/sata_via-add-missing-pm-hooks.patch index 8f3028057d1..8fb0f212fe0 100644 --- a/queue-2.6.20/sata_via-add-missing-pm-hooks.patch +++ b/queue-2.6.20/sata_via-add-missing-pm-hooks.patch @@ -12,6 +12,7 @@ Jeroen Janssen . Signed-off-by: Tejun Heo Cc: Jeroen Janssen Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- [chrisw: trivial 2.6.20 backport] diff --git a/queue-2.6.20/smc911x-fix-compilation-breakage-wjen-debug-is-on.patch b/queue-2.6.20/smc911x-fix-compilation-breakage-wjen-debug-is-on.patch index f9fc6b06f39..f372db685e8 100644 --- a/queue-2.6.20/smc911x-fix-compilation-breakage-wjen-debug-is-on.patch +++ b/queue-2.6.20/smc911x-fix-compilation-breakage-wjen-debug-is-on.patch @@ -12,6 +12,7 @@ the patch below fixes compilation breakage of smc911x driver when ENABLE_SMC_DEB Signed-off-by: Vitaly Wool Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/net/smc911x.c | 2 +- diff --git a/queue-2.6.20/x86-64-always-flush-all-pages-in-change_page_attr.patch b/queue-2.6.20/x86-64-always-flush-all-pages-in-change_page_attr.patch index b95bd95eead..8b913ced144 100644 --- a/queue-2.6.20/x86-64-always-flush-all-pages-in-change_page_attr.patch +++ b/queue-2.6.20/x86-64-always-flush-all-pages-in-change_page_attr.patch @@ -22,6 +22,7 @@ Pointed out by Jan Beulich Signed-off-by: Andi Kleen Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/x86_64/mm/pageattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)