crypto: api - Fix algorithm module auto-loading
commitd1e765382f287bd9707b95600b6424eea2c4326b
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2009 05:27:16 +0000 (21 13:27 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 15 Jun 2009 16:40:18 +0000 (15 09:40 -0700)
tree1c0d9872255bf764d398599f0530eb1c637a5393
parent8d21b16b57f4cc8551145da6e6b8177fbedebf1c
crypto: api - Fix algorithm module auto-loading

commit 37fc334cc8eb84f5fe0a5a1cbe6a6a68049e142a upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
crypto/api.c