From: Greg Kroah-Hartman Date: Thu, 11 Aug 2005 23:33:11 +0000 (-0700) Subject: added my "signed-off-by" to the review patches X-Git-Tag: v2.6.12.6~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d62098c6d3ce9d642356af4828a1a25eda03fc9;p=thirdparty%2Fkernel%2Fstable-queue.git added my "signed-off-by" to the review patches --- diff --git a/review/failed-keyring-oops.patch b/review/failed-keyring-oops.patch index 0419675fc9c..11250d497ac 100644 --- a/review/failed-keyring-oops.patch +++ b/review/failed-keyring-oops.patch @@ -23,8 +23,9 @@ The problem occurs in three stages: This bug permits any user to take down a box trivially. -Signed-Off-By: David Howells +Signed-off-by: David Howells Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- security/keys/keyring.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletion(-) diff --git a/review/key-session-join.patch b/review/key-session-join.patch index 13bfcbe33a2..712fff38267 100644 --- a/review/key-session-join.patch +++ b/review/key-session-join.patch @@ -27,8 +27,9 @@ session keyring: Any user may attempt this operation, and so any user can cause the problem to occur. -Signed-Off-By: David Howells +Signed-off-by: David Howells Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- security/keys/process_keys.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/review/linux-zlib-fixes.patch b/review/linux-zlib-fixes.patch index 90bd5eea0cb..4c0886987df 100644 --- a/review/linux-zlib-fixes.patch +++ b/review/linux-zlib-fixes.patch @@ -12,6 +12,7 @@ b) http://bugs.gentoo.org/show_bug.cgi?id=94584 Signed-off-by: Tim Yamin Signed-off-by: Tavis Ormandy Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/ppc64/boot/zlib.c | 3 ++- lib/inflate.c | 16 +++++++++------- diff --git a/review/module-per-cpu-alignment-fix.patch b/review/module-per-cpu-alignment-fix.patch index 6c94079c255..a87f973a2a3 100644 --- a/review/module-per-cpu-alignment-fix.patch +++ b/review/module-per-cpu-alignment-fix.patch @@ -26,6 +26,7 @@ Signed-off-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- kernel/module.c | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/review/sys_set_mempolicy-mode-check.patch b/review/sys_set_mempolicy-mode-check.patch index 04d95ae90ed..7d04d07d5e9 100644 --- a/review/sys_set_mempolicy-mode-check.patch +++ b/review/sys_set_mempolicy-mode-check.patch @@ -18,6 +18,7 @@ Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- mm/mempolicy.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff --git a/review/x86_64-fix-smpboot-timing-problem.patch b/review/x86_64-fix-smpboot-timing-problem.patch index 1d3da4a2948..20610af8eb6 100644 --- a/review/x86_64-fix-smpboot-timing-problem.patch +++ b/review/x86_64-fix-smpboot-timing-problem.patch @@ -27,6 +27,7 @@ it fixes it for the right reasons. Signed-off-by: "Eric W. Biederman" Signed-off-by: Andi Kleen +Signed-off-by: Greg Kroah-Hartman Index: linux-2.6.12/arch/x86_64/kernel/smp.c =================================================================== diff --git a/review/x86_64-srat-dual-core-amd.patch b/review/x86_64-srat-dual-core-amd.patch index 56401d87888..bb9435736f3 100644 --- a/review/x86_64-srat-dual-core-amd.patch +++ b/review/x86_64-srat-dual-core-amd.patch @@ -12,6 +12,7 @@ Just drop the bogus check. Signed-off-by: Andi Kleen Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman Index: linux-2.6.12/arch/x86_64/kernel/setup.c =================================================================== diff --git a/review/zisofs.patch b/review/zisofs.patch index c5ae15b35e6..56f51216976 100644 --- a/review/zisofs.patch +++ b/review/zisofs.patch @@ -18,6 +18,7 @@ zlib decompressor before we even bother to start reading in the blocks. Problem noted by Tim Yamin Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/isofs/compress.c | 6 ++++++ include/linux/zlib.h | 5 +++++