From: Greg KH Date: Fri, 7 Oct 2005 23:27:31 +0000 (-0700) Subject: add my signed-off-by X-Git-Tag: v2.6.13.4~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f17310962da8efcb020ad6d5750e124be53a9333;p=thirdparty%2Fkernel%2Fstable-queue.git add my signed-off-by --- diff --git a/queue/drm-module_param-permissions-fix.patch b/queue/drm-module_param-permissions-fix.patch index 74fb4e052fc..992612b4248 100644 --- a/queue/drm-module_param-permissions-fix.patch +++ b/queue/drm-module_param-permissions-fix.patch @@ -14,6 +14,7 @@ This fell through the cracks. Until Josh pointed me at http://bugs.gentoo.org/show_bug.cgi?id=107893 Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/char/drm/drm_stub.c | 2 +- diff --git a/queue/fix-sparc64-fpu-register-corruption.patch b/queue/fix-sparc64-fpu-register-corruption.patch index 208f1885498..6b7c0084385 100644 --- a/queue/fix-sparc64-fpu-register-corruption.patch +++ b/queue/fix-sparc64-fpu-register-corruption.patch @@ -11,6 +11,7 @@ FPU register file. Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- arch/sparc64/kernel/entry.S | 39 +++++++++++++++++++++------------------ arch/sparc64/kernel/rtrap.S | 7 ++++--- diff --git a/queue/ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.patch b/queue/ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.patch index e8804cd85a7..1d99be38018 100644 --- a/queue/ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.patch +++ b/queue/ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.patch @@ -21,6 +21,7 @@ Patch is equivalent to commit abd559b1052e28d8b9c28aabde241f18fa89090b in Signed-off-by: Stefan Richter Cc: Ben Collins Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/ieee1394/sbp2.c | 38 +++++++++++++++++++++++++++++++++++--- diff --git a/queue/key-rka-memleak.patch b/queue/key-rka-memleak.patch index df6cb6f39e2..eb1efbd29dd 100644 --- a/queue/key-rka-memleak.patch +++ b/queue/key-rka-memleak.patch @@ -1,3 +1,8 @@ +From security-bounces@linux.kernel.org Fri Oct 7 07:05:14 2005 +From: David Howells +To: torvalds@osdl.org, akpm@osdl.org +X-Mailer: MH-E 7.84; nmh 1.1; GNU Emacs 22.0.50.1 +Date: Fri, 07 Oct 2005 15:01:09 +0100 Subject: [PATCH] key: plug request_key_auth memleak Plug request_key_auth memleak. This can be triggered by unprivileged @@ -5,6 +10,7 @@ users, so is local DoS. Signed-off-by: Chris Wright Signed-Off-By: David Howells +Signed-off-by: Greg Kroah-Hartman --- security/keys/request_key_auth.c | 1 + 1 files changed, 1 insertion(+) diff --git a/queue/orinoco-info-leak.patch b/queue/orinoco-info-leak.patch index bf6fd72987f..d8ec50693c8 100644 --- a/queue/orinoco-info-leak.patch +++ b/queue/orinoco-info-leak.patch @@ -1,5 +1,4 @@ From stable-bounces@linux.kernel.org Tue Oct 4 20:36:20 2005 - padding Date: Tue, 04 Oct 2005 21:33:10 -0400 From: Pavel Roskin To: orinoco-devel , NetDev @@ -12,11 +11,9 @@ when its length needs to be increased. Reported by Meder Kydyraliev -Please try to get it to Linux 2.6.14 and maybe even 2.6.13.y. It's a -security issue. - Signed-off-by: Pavel Roskin Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- drivers/net/wireless/orinoco.c | 14 +++++++++----- diff --git a/queue/plug-names_cache-memleak.patch b/queue/plug-names_cache-memleak.patch index c8ddf0b8f0e..cd9a1359e72 100644 --- a/queue/plug-names_cache-memleak.patch +++ b/queue/plug-names_cache-memleak.patch @@ -3,7 +3,7 @@ Date: Fri, 7 Oct 2005 04:54:21 +0000 (-0700) Subject: [PATCH] Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL Avoid 'names_cache' memory leak with CONFIG_AUDITSYSCALL - + The nameidata "last.name" is always allocated with "__getname()", and should always be free'd with "__putname()". @@ -18,6 +18,7 @@ Reported by Robert Derr, patch by Rick Lindsley. Acked-by: Al Viro Signed-off-by: Linus Torvalds Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- fs/namei.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/queue/tcp-congestion-control-bug.patch b/queue/tcp-congestion-control-bug.patch index 787eea6966e..e88f510b7fa 100644 --- a/queue/tcp-congestion-control-bug.patch +++ b/queue/tcp-congestion-control-bug.patch @@ -19,6 +19,7 @@ Spotted by Injong Rhee. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller Signed-off-by: Chris Wright +Signed-off-by: Greg Kroah-Hartman --- net/ipv4/tcp_bic.c | 2 +-