From 21f7001525c4c236b4a45f736ae68423719d1341 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 24 Feb 2006 12:19:51 -0800 Subject: [PATCH] added signed-off-by lines --- ...onfiguration-does-not-work-after-device-down-up-cycle.patch | 1 + queue/do_sigaction-cleanup-sa_mask-manipulation.patch | 1 + queue/fix-deadlock-in-br_stp_disable_bridge.patch | 1 + queue/fix-deadlock-in-ext2.patch | 2 +- queue/fix-s390-build-failure.patch | 1 + queue/fix-snd-usb-audio-in-32-bit-compat-environment.patch | 3 +-- queue/fix-zap_thread-s-ptrace-related-problems.patch | 1 + queue/hugetlbfs-mmap-enomem-failure.patch | 1 + queue/hwmon-it87-probe-i2c-0x2d-only.patch | 1 + ...ys_proc_id-early-intel-workaround-to-correct-function.patch | 1 + queue/i386-x86-64-don-t-ipi-to-offline-cpus-on-shutdown.patch | 1 + queue/netfilter-missing-symbol.patch | 1 + ...sable-automatic-enabling-of-reiserfs-inode-attributes.patch | 1 + .../revert-skb_copy_datagram_iovec-recursion-elimination.patch | 1 + queue/s390-klibc-build-fix-for-2.6.15.patch | 1 + queue/sys32_signal-forgets-to-initialize-sa_mask.patch | 1 + queue/sys_mbind-sanity-checking.patch | 1 + queue/sys_signal-initialize-sa_mask.patch | 1 + 18 files changed, 18 insertions(+), 3 deletions(-) diff --git a/queue/address-autoconfiguration-does-not-work-after-device-down-up-cycle.patch b/queue/address-autoconfiguration-does-not-work-after-device-down-up-cycle.patch index fe032a02eaa..60a261d7e06 100644 --- a/queue/address-autoconfiguration-does-not-work-after-device-down-up-cycle.patch +++ b/queue/address-autoconfiguration-does-not-work-after-device-down-up-cycle.patch @@ -21,6 +21,7 @@ Acked-by: Juha-Matti Tapio Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv6/addrconf.c | 3 +++ diff --git a/queue/do_sigaction-cleanup-sa_mask-manipulation.patch b/queue/do_sigaction-cleanup-sa_mask-manipulation.patch index a9af38cafd5..8e555042b10 100644 --- a/queue/do_sigaction-cleanup-sa_mask-manipulation.patch +++ b/queue/do_sigaction-cleanup-sa_mask-manipulation.patch @@ -8,6 +8,7 @@ Clear unblockable signals beforehand. Signed-off-by: Oleg Nesterov Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/sched.h | 2 +- diff --git a/queue/fix-deadlock-in-br_stp_disable_bridge.patch b/queue/fix-deadlock-in-br_stp_disable_bridge.patch index 31ac4db9068..a33f1d6265a 100644 --- a/queue/fix-deadlock-in-br_stp_disable_bridge.patch +++ b/queue/fix-deadlock-in-br_stp_disable_bridge.patch @@ -11,6 +11,7 @@ Signed-off-by: Adrian Drzewiecki Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/bridge/br_stp_if.c | 4 ++-- diff --git a/queue/fix-deadlock-in-ext2.patch b/queue/fix-deadlock-in-ext2.patch index 204c45bd669..0d0cb0c7186 100644 --- a/queue/fix-deadlock-in-ext2.patch +++ b/queue/fix-deadlock-in-ext2.patch @@ -22,8 +22,8 @@ ext2_xattr_delete_inode() obey the same locking rules as all other callers of sync_dirty_buffer() in the ext2 file system implementation. Signed-off-by: Peter Staubach -Cc: Signed-off-by: Andrew Morton +Signed-off-by: Greg Kroah-Hartman --- fs/ext2/xattr.c | 6 ++++-- diff --git a/queue/fix-s390-build-failure.patch b/queue/fix-s390-build-failure.patch index 0aba84fb361..f4ae8e2fe58 100644 --- a/queue/fix-s390-build-failure.patch +++ b/queue/fix-s390-build-failure.patch @@ -9,6 +9,7 @@ include/linux/sched.h:1115: error: previous declaration of 'do_sigaction' was he Signed-off-by: Dave Jones Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/s390/kernel/compat_signal.c | 3 --- diff --git a/queue/fix-snd-usb-audio-in-32-bit-compat-environment.patch b/queue/fix-snd-usb-audio-in-32-bit-compat-environment.patch index 9dfb1c11805..d62a64e54ab 100644 --- a/queue/fix-snd-usb-audio-in-32-bit-compat-environment.patch +++ b/queue/fix-snd-usb-audio-in-32-bit-compat-environment.patch @@ -17,10 +17,9 @@ because of the unsigned -> signed conversion.) Signed-off-by: Juergen Kreileder Cc: Jaroslav Kysela Acked-by: Takashi Iwai -Cc: Greg KH -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- sound/core/control_compat.c | 16 +++++++++++----- diff --git a/queue/fix-zap_thread-s-ptrace-related-problems.patch b/queue/fix-zap_thread-s-ptrace-related-problems.patch index fab7d900ecf..d93e9b3005f 100644 --- a/queue/fix-zap_thread-s-ptrace-related-problems.patch +++ b/queue/fix-zap_thread-s-ptrace-related-problems.patch @@ -16,6 +16,7 @@ Cc: Christoph Hellwig Cc: Eric W. Biederman Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/exec.c | 2 +- diff --git a/queue/hugetlbfs-mmap-enomem-failure.patch b/queue/hugetlbfs-mmap-enomem-failure.patch index fdf91709d97..c74eef66b73 100644 --- a/queue/hugetlbfs-mmap-enomem-failure.patch +++ b/queue/hugetlbfs-mmap-enomem-failure.patch @@ -19,6 +19,7 @@ Signed-off-by: Hugh Dickins Acked-By: Adam Litke Acked-by: William Irwin Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/hugetlbfs/inode.c | 4 ++-- diff --git a/queue/hwmon-it87-probe-i2c-0x2d-only.patch b/queue/hwmon-it87-probe-i2c-0x2d-only.patch index 0a338b04b65..3b39c2aac73 100644 --- a/queue/hwmon-it87-probe-i2c-0x2d-only.patch +++ b/queue/hwmon-it87-probe-i2c-0x2d-only.patch @@ -16,6 +16,7 @@ on systems known to contain I2C devices which behave badly when probed. Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- Documentation/hwmon/it87 | 2 +- diff --git a/queue/i386-move-phys_proc_id-early-intel-workaround-to-correct-function.patch b/queue/i386-move-phys_proc_id-early-intel-workaround-to-correct-function.patch index b18b369b7de..9eb498711c7 100644 --- a/queue/i386-move-phys_proc_id-early-intel-workaround-to-correct-function.patch +++ b/queue/i386-move-phys_proc_id-early-intel-workaround-to-correct-function.patch @@ -14,6 +14,7 @@ Looks like a mismerge somewhere. Also add a warning comment. Signed-off-by: Andi Kleen Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/i386/kernel/cpu/common.c | 17 ++++++++++------- diff --git a/queue/i386-x86-64-don-t-ipi-to-offline-cpus-on-shutdown.patch b/queue/i386-x86-64-don-t-ipi-to-offline-cpus-on-shutdown.patch index 91ec254d8a5..a7c3d451456 100644 --- a/queue/i386-x86-64-don-t-ipi-to-offline-cpus-on-shutdown.patch +++ b/queue/i386-x86-64-don-t-ipi-to-offline-cpus-on-shutdown.patch @@ -49,6 +49,7 @@ calling it. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/i386/kernel/reboot.c | 7 ++++--- diff --git a/queue/netfilter-missing-symbol.patch b/queue/netfilter-missing-symbol.patch index 80eb6295708..45933a3be3e 100644 --- a/queue/netfilter-missing-symbol.patch +++ b/queue/netfilter-missing-symbol.patch @@ -34,6 +34,7 @@ exists, and if so, the value of the parent. Signed-Off-By: Horms Acked-by: Stephen Hemminger Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/bridge/br_netfilter.c | 4 ++-- diff --git a/queue/reiserfs-disable-automatic-enabling-of-reiserfs-inode-attributes.patch b/queue/reiserfs-disable-automatic-enabling-of-reiserfs-inode-attributes.patch index 14312e36b56..c0020a923d6 100644 --- a/queue/reiserfs-disable-automatic-enabling-of-reiserfs-inode-attributes.patch +++ b/queue/reiserfs-disable-automatic-enabling-of-reiserfs-inode-attributes.patch @@ -20,6 +20,7 @@ Signed-off-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/reiserfs/super.c | 2 -- diff --git a/queue/revert-skb_copy_datagram_iovec-recursion-elimination.patch b/queue/revert-skb_copy_datagram_iovec-recursion-elimination.patch index 7745582c8b7..148f741e4f4 100644 --- a/queue/revert-skb_copy_datagram_iovec-recursion-elimination.patch +++ b/queue/revert-skb_copy_datagram_iovec-recursion-elimination.patch @@ -16,6 +16,7 @@ Noticed by: Jesse Brandeburg Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/datagram.c | 81 ++++++++++++++++++++++++++++++++++------------------ diff --git a/queue/s390-klibc-build-fix-for-2.6.15.patch b/queue/s390-klibc-build-fix-for-2.6.15.patch index 8c4616d9d03..27c1e2f129d 100644 --- a/queue/s390-klibc-build-fix-for-2.6.15.patch +++ b/queue/s390-klibc-build-fix-for-2.6.15.patch @@ -16,6 +16,7 @@ Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/asm-s390/setup.h | 10 ++++++---- diff --git a/queue/sys32_signal-forgets-to-initialize-sa_mask.patch b/queue/sys32_signal-forgets-to-initialize-sa_mask.patch index cbc6222ef4a..4c35c61ecfd 100644 --- a/queue/sys32_signal-forgets-to-initialize-sa_mask.patch +++ b/queue/sys32_signal-forgets-to-initialize-sa_mask.patch @@ -8,6 +8,7 @@ got the hint from Linus. Signed-off-by: Tony Luck Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/ia64/ia32/ia32_signal.c | 1 + diff --git a/queue/sys_mbind-sanity-checking.patch b/queue/sys_mbind-sanity-checking.patch index c6ad544369c..cce4892093f 100644 --- a/queue/sys_mbind-sanity-checking.patch +++ b/queue/sys_mbind-sanity-checking.patch @@ -10,6 +10,7 @@ Signed-off-by: Chris Wright Signed-off-by: Linus Torvalds [chrisw: fix units, pointed out by Andi] Cc: Andi Kleen +Signed-off-by: Greg Kroah-Hartman --- mm/mempolicy.c | 2 ++ diff --git a/queue/sys_signal-initialize-sa_mask.patch b/queue/sys_signal-initialize-sa_mask.patch index fefa21cb928..009bb0b91a2 100644 --- a/queue/sys_signal-initialize-sa_mask.patch +++ b/queue/sys_signal-initialize-sa_mask.patch @@ -13,6 +13,7 @@ sys_signal() forgets to initialize ->sa_mask. Signed-off-by: Oleg Nesterov Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/signal.c | 1 + -- 2.47.3