commit | 37fc334cc8eb84f5fe0a5a1cbe6a6a68049e142a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Apr 21 13:27:16 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Apr 21 13:27:16 2009 +0800 |
tree | e137bc3843707b51bc12776175734f38cfc6de1f | |
parent | abe5fa7899fb5809ddc7336d8dd0edd5b2b96665 [diff] |
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@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>