]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up some From: for some .23 patches
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Feb 2008 23:47:17 +0000 (15:47 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Feb 2008 23:47:17 +0000 (15:47 -0800)
queue-2.6.23/crypto-padlock-fix-spurious-ecb-page-fault.patch
queue-2.6.23/fix-sparc64-cpu-cross-call-hangs.patch
queue-2.6.23/vm-audit-add-vm_dontexpand-to-mmap-for-drivers-that-need-it.patch

index 09f1a0cb78c2b41c4ced2f3e326d6afc704a36b5..512b41c2ea5e8c87d4b316629c16fccb56120967 100644 (file)
@@ -6,6 +6,7 @@ To: stable@kernel.org
 Message-ID: <20080111050252.GA24339@gondor.apana.org.au>
 Content-Disposition: inline
 
+From: Herbert Xu <herbert@gondor.apana.org.au>
 
 [CRYPTO] padlock: Fix spurious ECB page fault
 
index 23de31e93e17cd4f66cefb5c5252fc6bd1ba82be..e9d900414e011965847a6b6d45de61223873d1c5 100644 (file)
@@ -1,21 +1,12 @@
 From stable-bounces@linux.kernel.org Wed Dec 19 15:50:31 2007
 From: David Miller <davem@davemloft.net>
 Date: Wed, 19 Dec 2007 15:50:06 -0800 (PST)
-Subject: [stable] [PATCH]: Fix sparc64 cpu cross call hangs.
+Subject: SPARC64: Fix sparc64 cpu cross call hangs.
 To: stable@kernel.org
 Cc: bunk@kernel.org
 Message-ID: <20071219.155006.86794054.davem@davemloft.net>
 
-
-
-Adrian, this patch needs a little bit of backporting for
-2.6.16, which I will send to you in the next email.
-
-Please add to -stable, this fits both 2.6.22 and 2.6.23
-and I think since it hangs people's systems it is
-appropriate for both :-)
-
-Thanks!
+From: David Miller <davem@davemloft.net>
 
 [SPARC64]: Fix endless loop in cheetah_xcall_deliver().
 
index db5ec2a4a13d500fc7e8078cb47f4d548c0d9601..0de70f43964dc95255cf250eef8998aa99e53bee 100644 (file)
@@ -3,6 +3,8 @@ From: Nick Piggin <npiggin@suse.de>
 Date: Sat, 2 Feb 2008 03:08:53 +0100
 Subject: vm audit: add VM_DONTEXPAND to mmap for drivers that need it (CVE-2008-0007)
 
+From: Nick Piggin <npiggin@suse.de>
+
 Drivers that register a ->fault handler, but do not range-check the
 offset argument, must set VM_DONTEXPAND in the vm_flags in order to
 prevent an expanding mremap from overflowing the resource.