git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2d3a1
)
crypto: ahash - Use GFP_KERNEL in unaligned setkey
author
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 13:48:35 +0000
(21:48 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 13:48:35 +0000
(21:48 +0800)
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 <herbert@gondor.apana.org.au>
No differences found