rpms/kernel/F-10 TODO, 1.50, 1.51 linux-2.6-crypto-aes-padlock-fix-autoload-2.patch, 1.1, 1.2 linux-2.6-crypto-aes-padlock-fix-autoload.patch, 1.1, 1.2

Chuck Ebbert cebbert at fedoraproject.org
Wed Jun 3 05:10:27 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15962

Modified Files:
	TODO linux-2.6-crypto-aes-padlock-fix-autoload-2.patch 
	linux-2.6-crypto-aes-padlock-fix-autoload.patch 
Log Message:
add upstream padlock autoload fixes, add to TODO for F-11


Index: TODO
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/TODO,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- TODO	3 Jun 2009 04:26:57 -0000	1.50
+++ TODO	3 Jun 2009 05:09:56 -0000	1.51
@@ -153,3 +153,6 @@ F-10 fixes that need to go into F-11
 	Drop ALSA jiffies checking: alsa-pcm-safer-boundary-checks.patch
 	Copy fix for bz 481753: linux-2.6-ptrace-fix-possible-zombie-leak.patch
 	Copy keyboard forced release quirks: linux-2.6-input-atkbd-forced-release.patch
+	Fix VIA padlock driver autoload:
+		linux-2.6-crypto-aes-padlock-fix-autoload-2.patch
+		linux-2.6-crypto-aes-padlock-fix-autoload.patch

linux-2.6-crypto-aes-padlock-fix-autoload-2.patch:

Index: linux-2.6-crypto-aes-padlock-fix-autoload-2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-crypto-aes-padlock-fix-autoload-2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-crypto-aes-padlock-fix-autoload-2.patch	23 Apr 2009 21:09:17 -0000	1.1
+++ linux-2.6-crypto-aes-padlock-fix-autoload-2.patch	3 Jun 2009 05:09:56 -0000	1.2
@@ -1,18 +1,21 @@
-commit 37fc334cc8eb84f5fe0a5a1cbe6a6a68049e142a
-Author: Herbert Xu <herbert at gondor.apana.org.au>
-Date:   Tue Apr 21 13:27:16 2009 +0800
+From: Herbert Xu <herbert at gondor.apana.org.au>
+Date: Tue, 21 Apr 2009 05:27:16 +0000 (+0800)
+Subject: crypto: api - Fix algorithm module auto-loading
+X-Git-Tag: v2.6.30-rc7~36^2~1
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=37fc334cc8eb84f5fe0a5a1cbe6a6a68049e142a
 
-    crypto: api - Fix algorithm module auto-loading
-    
-    The commit a760a6656e6f00bb0144a42a048cf0266646e22c (crypto:
-    api - Fix module load deadlock with fallback algorithms) broke
-    the auto-loading of algorithms that require fallbacks.  The
-    problem is that the fallback mask check is missing an and which
-    cauess bits that should be considered to interfere with the
-    result.
-    
-    Reported-by: Chuck Ebbert <cebbert at redhat.com>
-    Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
+crypto: api - Fix algorithm module auto-loading
+
+The commit a760a6656e6f00bb0144a42a048cf0266646e22c (crypto:
+api - Fix module load deadlock with fallback algorithms) broke
+the auto-loading of algorithms that require fallbacks.  The
+problem is that the fallback mask check is missing an and which
+cauess bits that should be considered to interfere with the
+result.
+
+Reported-by: Chuck Ebbert <cebbert at redhat.com>
+Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
+---
 
 diff --git a/crypto/api.c b/crypto/api.c
 index 314dab9..fd2545d 100644

linux-2.6-crypto-aes-padlock-fix-autoload.patch:

Index: linux-2.6-crypto-aes-padlock-fix-autoload.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-crypto-aes-padlock-fix-autoload.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-crypto-aes-padlock-fix-autoload.patch	21 Apr 2009 08:47:53 -0000	1.1
+++ linux-2.6-crypto-aes-padlock-fix-autoload.patch	3 Jun 2009 05:09:56 -0000	1.2
@@ -1,23 +1,17 @@
- [http://marc.info/?l=linux-kernel&m=124029340626998&q=raw]
+From: Herbert Xu <herbert at gondor.apana.org.au>
+Date: Tue, 21 Apr 2009 05:55:20 +0000 (+0800)
+Subject: crypto: padlock - Revert aes-all alias to aes
+X-Git-Tag: v2.6.30-rc7~36^2
+X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=acd246b7494c629aa617da49716409566cf52149
+
+crypto: padlock - Revert aes-all alias to aes
+
+Since the padlock-aes driver doesn't require a fallback (it's
+only padlock-sha that does), it should use the aes alias rather
+than aes-all so that ones that do need a fallback can use it.
 
-On Tue, Apr 21, 2009 at 01:53:31PM +0800, Herbert Xu wrote:
-> 
-> Thanks for the report.  This patch should fix the problem.
-
-In fact, padlock-aes shouldn't have been aes-all in the first
-place so I'm going to add tihs patch too.
-
-commit acd246b7494c629aa617da49716409566cf52149
-Author: Herbert Xu <herbert at gondor.apana.org.au>
-Date:   Tue Apr 21 13:55:20 2009 +0800
-
-    crypto: padlock - Revert aes-all alias to aes
-    
-    Since the padlock-aes driver doesn't require a fallback (it's
-    only padlock-sha that does), it should use the aes alias rather
-    than aes-all so that ones that do need a fallback can use it.
-    
-    Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
+Signed-off-by: Herbert Xu <herbert at gondor.apana.org.au>
+---
 
 diff --git a/drivers/crypto/padlock-aes.c b/drivers/crypto/padlock-aes.c
 index 3f0fdd1..856b3cc 100644
@@ -29,15 +23,3 @@ index 3f0fdd1..856b3cc 100644
  
 -MODULE_ALIAS("aes-all");
 +MODULE_ALIAS("aes");
-
-Thanks,
--- 
-Visit Openswan at http://www.openswan.org/
-Email: Herbert Xu ~{PmV>HI~} <herbert at gondor.apana.org.au>
-Home Page: http://gondor.apana.org.au/~herbert/
-PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
---
-To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
-Please read the FAQ at  http://www.tux.org/lkml/
\ No newline at end of file




More information about the fedora-extras-commits mailing list