From: Greg Kroah-Hartman Date: Sat, 25 Mar 2006 03:17:06 +0000 (-0800) Subject: added sign-off from me, and refreshed patch X-Git-Tag: v2.6.16.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4e4f26a5b768089050db74545d93514178a2168;p=thirdparty%2Fkernel%2Fstable-queue.git added sign-off from me, and refreshed patch --- diff --git a/queue-2.6.16/cciss-fix-use-after-free-in-cciss_init_one.patch b/queue-2.6.16/cciss-fix-use-after-free-in-cciss_init_one.patch index e951a45b321..9304df6296e 100644 --- a/queue-2.6.16/cciss-fix-use-after-free-in-cciss_init_one.patch +++ b/queue-2.6.16/cciss-fix-use-after-free-in-cciss_init_one.patch @@ -60,13 +60,13 @@ Code: 04 b5 e0 de 40 c1 8d 50 04 8b 40 34 e8 3f b7 f9 ff 8b 04 b5 e0 de Signed-off-by: Patrick McHardy Cc: -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/block/cciss.c | 2 +- - 1 files changed, 1 insertion(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.16.orig/drivers/block/cciss.c +++ linux-2.6.16/drivers/block/cciss.c diff --git a/queue-2.6.16/dm-bio-split-bvec-fix.patch b/queue-2.6.16/dm-bio-split-bvec-fix.patch index 6d9bf7e367e..24595c55088 100644 --- a/queue-2.6.16/dm-bio-split-bvec-fix.patch +++ b/queue-2.6.16/dm-bio-split-bvec-fix.patch @@ -17,13 +17,13 @@ are necessary. Cc: "Abhishek Gupta" Cc: Dan Smith Signed-off-by: Alasdair G Kergon -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/md/dm.c | 45 +++++++++++++++++++++++++-------------------- - 1 files changed, 25 insertions(+), 20 deletions(-) + 1 file changed, 25 insertions(+), 20 deletions(-) --- linux-2.6.16.orig/drivers/md/dm.c +++ linux-2.6.16/drivers/md/dm.c diff --git a/queue-2.6.16/dm-fix-bug-bio_rw_barrier-requests-to-md-raid1-hang.patch b/queue-2.6.16/dm-fix-bug-bio_rw_barrier-requests-to-md-raid1-hang.patch index 25186c3cec1..b3059988c3f 100644 --- a/queue-2.6.16/dm-fix-bug-bio_rw_barrier-requests-to-md-raid1-hang.patch +++ b/queue-2.6.16/dm-fix-bug-bio_rw_barrier-requests-to-md-raid1-hang.patch @@ -5,7 +5,7 @@ To: torvalds@osdl.org Cc: neilb@suse.de, stable@kernel.org Subject: [PATCH] DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang. -From: NeilBrown +From: Neil Brown Both R1BIO_Barrier and R1BIO_Returned are 4 !!!! @@ -13,13 +13,13 @@ This means that barrier requests don't get returned (i.e. b_endio called) because it looks like they already have been. Signed-off-by: Neil Brown -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/raid/raid1.h | 2 +- - 1 files changed, 1 insertion(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.16.orig/include/linux/raid/raid1.h +++ linux-2.6.16/include/linux/raid/raid1.h diff --git a/queue-2.6.16/fix-scheduler-deadlock.patch b/queue-2.6.16/fix-scheduler-deadlock.patch index da895de924e..2866b9531a1 100644 --- a/queue-2.6.16/fix-scheduler-deadlock.patch +++ b/queue-2.6.16/fix-scheduler-deadlock.patch @@ -38,13 +38,13 @@ double runqueue locking functions. Signed-off-by: Anton Blanchard Acked-by: Ingo Molnar -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/sched.c | 9 +++++++-- - 1 files changed, 7 insertions(+), 2 deletions(-) + 1 file changed, 7 insertions(+), 2 deletions(-) --- linux-2.6.16.orig/kernel/sched.c +++ linux-2.6.16/kernel/sched.c diff --git a/queue-2.6.16/i810fb_cursor-use-gfp_atomic.patch b/queue-2.6.16/i810fb_cursor-use-gfp_atomic.patch index 979787687f2..ec89ac51b61 100644 --- a/queue-2.6.16/i810fb_cursor-use-gfp_atomic.patch +++ b/queue-2.6.16/i810fb_cursor-use-gfp_atomic.patch @@ -11,13 +11,13 @@ The console cursor can be called in atomic context. Change memory allocation to use the GFP_ATOMIC flag in i810fb_cursor(). Signed-off-by: Antonino Daplas -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/video/i810/i810_main.c | 2 +- - 1 files changed, 1 insertion(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.16.orig/drivers/video/i810/i810_main.c +++ linux-2.6.16/drivers/video/i810/i810_main.c diff --git a/queue-2.6.16/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch b/queue-2.6.16/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch index c2ca46c58b6..bb935742646 100644 --- a/queue-2.6.16/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch +++ b/queue-2.6.16/net-ensure-device-name-passed-to-so_bindtodevice-is-null-terminated.patch @@ -13,10 +13,11 @@ Found by Solar Designer. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/core/sock.c | 5 +++-- - 1 files changed, 3 insertions(+), 2 deletions(-) + 1 file changed, 3 insertions(+), 2 deletions(-) --- linux-2.6.16.orig/net/core/sock.c +++ linux-2.6.16/net/core/sock.c diff --git a/queue-2.6.16/proc-fix-duplicate-line-in-proc-devices.patch b/queue-2.6.16/proc-fix-duplicate-line-in-proc-devices.patch index 4eb1bbd72b8..573c2f1405b 100644 --- a/queue-2.6.16/proc-fix-duplicate-line-in-proc-devices.patch +++ b/queue-2.6.16/proc-fix-duplicate-line-in-proc-devices.patch @@ -11,13 +11,13 @@ Fix a duplicate block device line printed after the "Block device" header in /proc/devices. Signed-off-by: Neil Horman -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/proc/proc_misc.c | 2 +- - 1 files changed, 1 insertion(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.16.orig/fs/proc/proc_misc.c +++ linux-2.6.16/fs/proc/proc_misc.c diff --git a/queue-2.6.16/rtc.h-broke-strace-builds.patch b/queue-2.6.16/rtc.h-broke-strace-builds.patch index 0484a0e46cb..c128c2a3a99 100644 --- a/queue-2.6.16/rtc.h-broke-strace-builds.patch +++ b/queue-2.6.16/rtc.h-broke-strace-builds.patch @@ -14,13 +14,13 @@ Git patch 52dfa9a64cfb3dd01fa1ee1150d589481e54e28e broke strace(1) builds. The below moves the kernel-only additions lower, under the already provided #ifdef __KERNEL__ statement. -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- include/linux/rtc.h | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.16.orig/include/linux/rtc.h +++ linux-2.6.16/include/linux/rtc.h diff --git a/queue-2.6.16/v9fs-assign-dentry-ops-to-negative-dentries.patch b/queue-2.6.16/v9fs-assign-dentry-ops-to-negative-dentries.patch index 6a96d55a847..34b550a939d 100644 --- a/queue-2.6.16/v9fs-assign-dentry-ops-to-negative-dentries.patch +++ b/queue-2.6.16/v9fs-assign-dentry-ops-to-negative-dentries.patch @@ -17,13 +17,13 @@ This patch assigns the default v9fs dentry ops to the negative dentry. Signed-off-by: Latchesar Ionkov Signed-off-by: Eric Van Hensbergen -Cc: Signed-off-by: Andrew Morton Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/9p/vfs_inode.c | 3 +-- - 1 files changed, 1 insertion(+), 2 deletions(-) + 1 file changed, 1 insertion(+), 2 deletions(-) --- linux-2.6.16.orig/fs/9p/vfs_inode.c +++ linux-2.6.16/fs/9p/vfs_inode.c diff --git a/queue-2.6.16/xfs-writeout-fix.patch b/queue-2.6.16/xfs-writeout-fix.patch index 47751c35dda..4625efaa508 100644 --- a/queue-2.6.16/xfs-writeout-fix.patch +++ b/queue-2.6.16/xfs-writeout-fix.patch @@ -12,10 +12,11 @@ when doing random rewrites of a cached file. Signed-off-by: David Chinner Signed-off-by: Nathan Scott Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/xfs/linux-2.6/xfs_aops.c | 2 +- - 1 files changed, 1 insertion(+), 1 deletion(-) + 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.16.orig/fs/xfs/linux-2.6/xfs_aops.c +++ linux-2.6.16/fs/xfs/linux-2.6/xfs_aops.c