]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
clean up the patches, running them through quilt
authorGreg KH <greg@press.(none)>
Fri, 7 Oct 2005 23:32:59 +0000 (16:32 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 7 Oct 2005 23:32:59 +0000 (16:32 -0700)
queue/drm-module_param-permissions-fix.patch
queue/fix-sparc64-fpu-register-corruption.patch
queue/ieee1394-sbp2-fixes-for-hot-unplug-and-module-unloading.patch
queue/key-rka-memleak.patch
queue/orinoco-info-leak.patch
queue/plug-names_cache-memleak.patch
queue/tcp-congestion-control-bug.patch

index 992612b42481d415acb261439e0e0cece5e032b5..ffba6cbdf9ef675f244cc45000fb4e44656bd175 100644 (file)
@@ -16,12 +16,9 @@ http://bugs.gentoo.org/show_bug.cgi?id=107893
 Signed-off-by: Chris Wright <chrisw@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
-
  drivers/char/drm/drm_stub.c |    2 +-
- 1 files changed, 1 insertion(+), 1 deletion(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: linux-2.6.13.y/drivers/char/drm/drm_stub.c
-===================================================================
 --- linux-2.6.13.y.orig/drivers/char/drm/drm_stub.c
 +++ linux-2.6.13.y/drivers/char/drm/drm_stub.c
 @@ -47,7 +47,7 @@ MODULE_PARM_DESC(cards_limit, "Maximum n
index 6b7c0084385a2936ca04e1d5befb3df617d7e18d..ecfc49602bceecc02920e3371454c7c2e01284db 100644 (file)
@@ -18,8 +18,6 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  arch/sparc64/lib/VISsave.S  |    8 +++++---
  3 files changed, 30 insertions(+), 24 deletions(-)
 
-Index: linux-2.6.13.y/arch/sparc64/kernel/entry.S
-===================================================================
 --- linux-2.6.13.y.orig/arch/sparc64/kernel/entry.S
 +++ linux-2.6.13.y/arch/sparc64/kernel/entry.S
 @@ -186,7 +186,7 @@ vmalloc_addr:
@@ -112,8 +110,6 @@ Index: linux-2.6.13.y/arch/sparc64/kernel/entry.S
        ldda            [%g1 + %g2] ASI_BLK_S, %f16
        add             %g1, 0x80, %g1
        ldda            [%g1] ASI_BLK_S, %f32
-Index: linux-2.6.13.y/arch/sparc64/kernel/rtrap.S
-===================================================================
 --- linux-2.6.13.y.orig/arch/sparc64/kernel/rtrap.S
 +++ linux-2.6.13.y/arch/sparc64/kernel/rtrap.S
 @@ -310,32 +310,33 @@ kern_fpucheck:   ldub                    [%g6 + TI_FPDEPTH]
@@ -153,8 +149,6 @@ Index: linux-2.6.13.y/arch/sparc64/kernel/rtrap.S
                ldda                    [%o3 + %o2] ASI_BLK_P, %f32
                ldda                    [%o4 + %o2] ASI_BLK_P, %f48
                membar                  #Sync
-Index: linux-2.6.13.y/arch/sparc64/lib/VISsave.S
-===================================================================
 --- linux-2.6.13.y.orig/arch/sparc64/lib/VISsave.S
 +++ linux-2.6.13.y/arch/sparc64/lib/VISsave.S
 @@ -59,15 +59,17 @@ vis1:      ldub            [%g6 + TI_FPSAVED], %g3
index 1d99be380186851331a4c46e5a1bd54670d704d7..e22a31bca1ae9448c8ba9dd1a22138ee8540fbb1 100644 (file)
@@ -23,12 +23,9 @@ Cc: Ben Collins <bcollins@debian.org>
 Signed-off-by: Chris Wright <chrisw@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
-
  drivers/ieee1394/sbp2.c |   38 +++++++++++++++++++++++++++++++++++---
- 1 files changed, 35 insertions(+), 3 deletions(-)
+ 1 file changed, 35 insertions(+), 3 deletions(-)
 
-Index: linux-2.6.13.y/drivers/ieee1394/sbp2.c
-===================================================================
 --- linux-2.6.13.y.orig/drivers/ieee1394/sbp2.c
 +++ linux-2.6.13.y/drivers/ieee1394/sbp2.c
 @@ -596,6 +596,11 @@ static void sbp2util_mark_command_comple
index eb1efbd29dd758edcb798f673c23ea77c6a33f73..8da900a899ff7960bd1c6e9d348440d9ae1bf640 100644 (file)
@@ -13,10 +13,8 @@ Signed-Off-By: David Howells <dhowells@redhat.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
  security/keys/request_key_auth.c |    1 +
- 1 files changed, 1 insertion(+)
+ 1 file changed, 1 insertion(+)
 
-Index: linux-2.6.13.y/security/keys/request_key_auth.c
-===================================================================
 --- linux-2.6.13.y.orig/security/keys/request_key_auth.c
 +++ linux-2.6.13.y/security/keys/request_key_auth.c
 @@ -96,6 +96,7 @@ static void request_key_auth_destroy(str
index d8ec50693c8f4dadd2e5f04c429f0c3a959ea8fd..443c327688b5273c42ef2c34e89ca683d172b50b 100644 (file)
@@ -15,12 +15,9 @@ Signed-off-by: Pavel Roskin <proski@gnu.org>
 Signed-off-by: Chris Wright <chrisw@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
-
  drivers/net/wireless/orinoco.c |   14 +++++++++-----
- 1 files changed, 9 insertions(+), 5 deletions(-)
+ 1 file changed, 9 insertions(+), 5 deletions(-)
 
-Index: linux-2.6.13.y/drivers/net/wireless/orinoco.c
-===================================================================
 --- linux-2.6.13.y.orig/drivers/net/wireless/orinoco.c
 +++ linux-2.6.13.y/drivers/net/wireless/orinoco.c
 @@ -502,9 +502,14 @@ static int orinoco_xmit(struct sk_buff *
index cd9a1359e72baf4fd9d188358264ea83769345e2..252c0aa5837b1f8ff91f596749b40163607c4e6d 100644 (file)
@@ -21,10 +21,8 @@ Signed-off-by: Chris Wright <chrisw@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
  fs/namei.c |    6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
-Index: linux-2.6.13.y/fs/namei.c
-===================================================================
 --- linux-2.6.13.y.orig/fs/namei.c
 +++ linux-2.6.13.y/fs/namei.c
 @@ -1557,19 +1557,19 @@ do_link:
index e88f510b7fa30280d7f621c5d4d2e0c9adda9e72..a3433a20758b7238c51860bd98b1f9915a4e4a7f 100644 (file)
@@ -21,12 +21,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 ---
-
  net/ipv4/tcp_bic.c |    2 +-
- 1 files changed, 1 insertion(+), 1 deletion(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: linux-2.6.13.y/net/ipv4/tcp_bic.c
-===================================================================
 --- linux-2.6.13.y.orig/net/ipv4/tcp_bic.c
 +++ linux-2.6.13.y/net/ipv4/tcp_bic.c
 @@ -136,7 +136,7 @@ static inline void bictcp_update(struct