Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Herbert Xu <[email protected]>
- Loading branch information