projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
43f462f
c14ca83
)
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
author
Linus Torvalds
<
[email protected]
>
Wed, 29 Nov 2017 00:22:10 +0000
(16:22 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 29 Nov 2017 00:22:10 +0000
(16:22 -0800)
Pull crypto fixes from Herbert Xu:
- avoid potential bogus alignment for some AEAD operations
- fix crash in algif_aead
- avoid sleeping in softirq context with async af_alg
* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: skcipher - Fix skcipher_walk_aead_common
crypto: af_alg - remove locking in async callback
crypto: algif_aead - skip SGL entries with NULL page
1
2
crypto/skcipher.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
crypto/skcipher.c
Simple merge