From: Greg Kroah-Hartman Date: Fri, 27 Jan 2006 20:57:56 +0000 (-0800) Subject: added my signed-off-by: X-Git-Tag: v2.6.14.7~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3640b354342128c2b4a6f19eb5e33b4a9ed9f9ce;p=thirdparty%2Fkernel%2Fstable-queue.git added my signed-off-by: --- diff --git a/queue-2.6.14/fix-bridge-netfilter-matching-ip-fragments.patch b/queue-2.6.14/fix-bridge-netfilter-matching-ip-fragments.patch index 8c8a463a0c9..b8f3f9f591c 100644 --- a/queue-2.6.14/fix-bridge-netfilter-matching-ip-fragments.patch +++ b/queue-2.6.14/fix-bridge-netfilter-matching-ip-fragments.patch @@ -10,6 +10,7 @@ From: Bart De Schuymer Signed-off-by: Bart De Schuymer Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/bridge/netfilter/ebt_ip.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/queue-2.6.14/netfilter-fix-another-crash-in-ip_nat_pptp.patch b/queue-2.6.14/netfilter-fix-another-crash-in-ip_nat_pptp.patch index 4487c6afdb3..7ed9683023d 100644 --- a/queue-2.6.14/netfilter-fix-another-crash-in-ip_nat_pptp.patch +++ b/queue-2.6.14/netfilter-fix-another-crash-in-ip_nat_pptp.patch @@ -14,6 +14,7 @@ used. Signed-off-by: Patrick McHardy Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/netfilter/ip_nat_helper_pptp.c | 57 +++++++++++++++----------------- 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/queue-2.6.14/netfilter-fix-crash-in-ip_nat_pptp.patch b/queue-2.6.14/netfilter-fix-crash-in-ip_nat_pptp.patch index 3037e9484d2..5ece2210742 100644 --- a/queue-2.6.14/netfilter-fix-crash-in-ip_nat_pptp.patch +++ b/queue-2.6.14/netfilter-fix-crash-in-ip_nat_pptp.patch @@ -13,6 +13,7 @@ and corrupts random memory or crashes. Signed-off-by: Patrick McHardy Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/netfilter/ip_nat_helper_pptp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.14/setting-irq-affinity-is-broken-in-ia32-with-MSI-enabled.patch b/queue-2.6.14/setting-irq-affinity-is-broken-in-ia32-with-MSI-enabled.patch index 631f449e6ef..4e7533839eb 100644 --- a/queue-2.6.14/setting-irq-affinity-is-broken-in-ia32-with-MSI-enabled.patch +++ b/queue-2.6.14/setting-irq-affinity-is-broken-in-ia32-with-MSI-enabled.patch @@ -11,6 +11,7 @@ Signed-off-by: Shaohua Li Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/i386/kernel/io_apic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue-2.6.14/sparc64-fix-ptrace.patch b/queue-2.6.14/sparc64-fix-ptrace.patch index 152285debb3..396e116c896 100644 --- a/queue-2.6.14/sparc64-fix-ptrace.patch +++ b/queue-2.6.14/sparc64-fix-ptrace.patch @@ -22,6 +22,7 @@ exercise the "NOERROR" codepath. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/entry.S | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/queue-2.6.14/sparc64-fix-sys_fstat64-entry-in-64-bit-syscall-table.patch b/queue-2.6.14/sparc64-fix-sys_fstat64-entry-in-64-bit-syscall-table.patch index c69bcd058c8..65cf3b697e6 100644 --- a/queue-2.6.14/sparc64-fix-sys_fstat64-entry-in-64-bit-syscall-table.patch +++ b/queue-2.6.14/sparc64-fix-sys_fstat64-entry-in-64-bit-syscall-table.patch @@ -9,6 +9,7 @@ Noticed by Jakub Jelinek. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/systbls.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/elevator-as-back-compatibility.patch b/queue/elevator-as-back-compatibility.patch index f6be01cb610..91df6809ea1 100644 --- a/queue/elevator-as-back-compatibility.patch +++ b/queue/elevator-as-back-compatibility.patch @@ -17,6 +17,7 @@ Cc: Jens Axboe Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- block/elevator.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/queue/fix-double-decrement-of-mqueue_mnt-mnt_count-in-sys_mq_open.patch b/queue/fix-double-decrement-of-mqueue_mnt-mnt_count-in-sys_mq_open.patch index b76db03538e..5b5af172f19 100644 --- a/queue/fix-double-decrement-of-mqueue_mnt-mnt_count-in-sys_mq_open.patch +++ b/queue/fix-double-decrement-of-mqueue_mnt-mnt_count-in-sys_mq_open.patch @@ -19,6 +19,7 @@ normal path. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- ipc/mqueue.c | 59 +++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 33 insertions(+), 26 deletions(-) diff --git a/queue/fix-oops-in-ufs_fill_super-at-mount-time.patch b/queue/fix-oops-in-ufs_fill_super-at-mount-time.patch index 76216fdf832..2a066e7c910 100644 --- a/queue/fix-oops-in-ufs_fill_super-at-mount-time.patch +++ b/queue/fix-oops-in-ufs_fill_super-at-mount-time.patch @@ -14,6 +14,7 @@ Signed-off-by: Evgeniy Dushistov Acked-by: Alexey Dobriyan Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/ufs/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/queue/input-hid-fix-an-oops-in-pid-initialization-code.patch b/queue/input-hid-fix-an-oops-in-pid-initialization-code.patch index 2c90e3d60b4..bb714cc4b78 100644 --- a/queue/input-hid-fix-an-oops-in-pid-initialization-code.patch +++ b/queue/input-hid-fix-an-oops-in-pid-initialization-code.patch @@ -8,6 +8,7 @@ Input: HID - fix an oops in PID initialization code Signed-off-by: Dmitry Torokhov Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/usb/input/pid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/kill-blk_attempt_remerge.patch b/queue/kill-blk_attempt_remerge.patch index 6e7f6827e79..3cb9803f652 100644 --- a/queue/kill-blk_attempt_remerge.patch +++ b/queue/kill-blk_attempt_remerge.patch @@ -14,6 +14,7 @@ code was merged). So kill it, ide-cd is the only user of it. Signed-off-by: Jens Axboe chrisw: backport to 2.6.15 tree Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- block/ll_rw_blk.c | 24 ------------------------ diff --git a/queue/mask-off-GFP-flags-before-swiotlb_alloc_coherent.patch b/queue/mask-off-GFP-flags-before-swiotlb_alloc_coherent.patch index e69b0533b5c..66c23739e20 100644 --- a/queue/mask-off-GFP-flags-before-swiotlb_alloc_coherent.patch +++ b/queue/mask-off-GFP-flags-before-swiotlb_alloc_coherent.patch @@ -12,6 +12,7 @@ Mask off GFP flags before swiotlb_alloc_coherent Signed-off-by: Andi Kleen Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- akpm: Guys, this is a simple patch from Andi to fix a gfp.h BUG due to us diff --git a/queue/net-make-second-arg-to-skb_reserved-signed.patch b/queue/net-make-second-arg-to-skb_reserved-signed.patch index da145033594..acbb58029ed 100644 --- a/queue/net-make-second-arg-to-skb_reserved-signed.patch +++ b/queue/net-make-second-arg-to-skb_reserved-signed.patch @@ -17,6 +17,7 @@ reports. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/skbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue/sparc64-fix-timekeeping-on-ultra-IIe-machines.patch b/queue/sparc64-fix-timekeeping-on-ultra-IIe-machines.patch index 36f76931280..5221ef173b7 100644 --- a/queue/sparc64-fix-timekeeping-on-ultra-IIe-machines.patch +++ b/queue/sparc64-fix-timekeeping-on-ultra-IIe-machines.patch @@ -34,6 +34,7 @@ or so. Signed-off-by: Richard Mortimer Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/time.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/queue/usb-audio-dont-use-empty-packets-at-start-of-playback.patch b/queue/usb-audio-dont-use-empty-packets-at-start-of-playback.patch index 7a217bae5d9..ede3a71be18 100644 --- a/queue/usb-audio-dont-use-empty-packets-at-start-of-playback.patch +++ b/queue/usb-audio-dont-use-empty-packets-at-start-of-playback.patch @@ -15,6 +15,7 @@ ALSA bug: http://bugtrack.alsa-project.org/alsa-bug/view.php?id=1585 Signed-off-by: Clemens Ladisch Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- sound/usb/usbaudio.c | 26 +++++++++++++++++++++-----