From: Greg Kroah-Hartman Date: Tue, 20 Feb 2007 22:10:09 +0000 (-0800) Subject: add signed off by to 2.6.18 patches X-Git-Tag: v2.6.18.7~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dbf43f9d1a8de08de995a65c8062de63ed3f60b;p=thirdparty%2Fkernel%2Fstable-queue.git add signed off by to 2.6.18 patches --- diff --git a/queue-2.6.18/don-t-leak-nt-bit-into-next-task.patch b/queue-2.6.18/don-t-leak-nt-bit-into-next-task.patch index a7b299d03c4..af8a9a4fd1a 100644 --- a/queue-2.6.18/don-t-leak-nt-bit-into-next-task.patch +++ b/queue-2.6.18/don-t-leak-nt-bit-into-next-task.patch @@ -16,6 +16,7 @@ Signed-off-by: Andi Kleen [backport from Chuck Ebbert] Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/x86_64/kernel/entry.S | 4 ++++ arch/x86_64/kernel/setup64.c | 4 ++++ diff --git a/queue-2.6.18/grow_buffers-infinite-loop-fix.patch b/queue-2.6.18/grow_buffers-infinite-loop-fix.patch index eb1e09bac3e..81723a3f627 100644 --- a/queue-2.6.18/grow_buffers-infinite-loop-fix.patch +++ b/queue-2.6.18/grow_buffers-infinite-loop-fix.patch @@ -21,6 +21,7 @@ Detect that, and handle it. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- Date: Wed, 11 Oct 2006 08:21:46 +0000 (-0700) Subject: [PATCH] grow_buffers() infinite loop fix diff --git a/queue-2.6.18/hfs_fill_super-returns-success-even-if-no-root-inode.patch b/queue-2.6.18/hfs_fill_super-returns-success-even-if-no-root-inode.patch index f8a95c10890..dd53d49ed68 100644 --- a/queue-2.6.18/hfs_fill_super-returns-success-even-if-no-root-inode.patch +++ b/queue-2.6.18/hfs_fill_super-returns-success-even-if-no-root-inode.patch @@ -44,6 +44,7 @@ Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- Date: Thu, 16 Nov 2006 09:19:22 +0000 (-0800) Subject: [PATCH] hfs_fill_super returns success even if no root inode diff --git a/queue-2.6.18/i2c-fix-broken-ds1337-initialization.patch b/queue-2.6.18/i2c-fix-broken-ds1337-initialization.patch index a0082b05120..4beb8667f2e 100644 --- a/queue-2.6.18/i2c-fix-broken-ds1337-initialization.patch +++ b/queue-2.6.18/i2c-fix-broken-ds1337-initialization.patch @@ -31,6 +31,7 @@ Signed-off-by: Dirk Stieler Signed-off-by: Dirk Eibach Signed-off-by: Jean Delvare Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/chips/ds1337.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/queue-2.6.18/ib-mad-fix-race-between-cancel-and-receive-completion.patch b/queue-2.6.18/ib-mad-fix-race-between-cancel-and-receive-completion.patch index 56987bdc9ab..69791185a2f 100644 --- a/queue-2.6.18/ib-mad-fix-race-between-cancel-and-receive-completion.patch +++ b/queue-2.6.18/ib-mad-fix-race-between-cancel-and-receive-completion.patch @@ -25,6 +25,7 @@ check to the search of the wait_list. Signed-off-by: Roland Dreier Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- This fixes a crash seen in production when switching between IPoIB interfaces in a HA setup. diff --git a/queue-2.6.18/ib-srp-fix-fmr-mapping-for-32-bit-kernels-and-addresses-above-4g.patch b/queue-2.6.18/ib-srp-fix-fmr-mapping-for-32-bit-kernels-and-addresses-above-4g.patch index 7325ea48a6a..bf90cbc6ddd 100644 --- a/queue-2.6.18/ib-srp-fix-fmr-mapping-for-32-bit-kernels-and-addresses-above-4g.patch +++ b/queue-2.6.18/ib-srp-fix-fmr-mapping-for-32-bit-kernels-and-addresses-above-4g.patch @@ -19,6 +19,7 @@ the fix. Signed-off-by: Roland Dreier Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- I just asked Linus to pull this. It fixes nasty corruption/crash problems on 32-bit systems with > 4G of memory. diff --git a/queue-2.6.18/scsi-add-missing-cdb-clearing-in-scsi_execute.patch b/queue-2.6.18/scsi-add-missing-cdb-clearing-in-scsi_execute.patch index aee813d9215..b516c10ad67 100644 --- a/queue-2.6.18/scsi-add-missing-cdb-clearing-in-scsi_execute.patch +++ b/queue-2.6.18/scsi-add-missing-cdb-clearing-in-scsi_execute.patch @@ -16,6 +16,7 @@ Signed-off-by: Tejun Heo Cc: Jens Axboe Cc: Douglas Gilbert Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/scsi/scsi_lib.c | 1 +