Skip to content
Snippets Groups Projects
Commit 093900c2 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: ahash - Use GFP_KERNEL in unaligned setkey


We currently use GFP_ATOMIC in the unaligned setkey function
to allocate the temporary aligned buffer.  Since setkey must
be called in a sleepable context, we can use GFP_KERNEL instead.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 0e2d3a12
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment