Messages in this thread |  | | Date | Fri, 28 Jul 2017 16:49:55 +0800 | From | Herbert Xu <> | Subject | Crypto Fixes for 4.13 |
| |
Hi Linus:
This push fixes the following issues:
- Remove broken dt bindings in inside-secure. - Fix authencesn crash when used with digest_null. - Fix cavium/nitrox firmware path. - Fix SHA3 failure in brcm. - Fix Kconfig dependency for brcm.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Antoine Tenart (2): crypto: inside-secure - do not parse the dma mask from dt Documentation/bindings: crypto: remove the dma-mask property
Herbert Xu (1): crypto: authencesn - Fix digest_null crash
Srikanth Jampala (1): crypto: cavium/nitrox - Change in firmware path.
raveendra padasalagi (2): crypto: brcm - Fix SHA3-512 algorithm failure crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
.../devicetree/bindings/crypto/inside-secure-safexcel.txt | 2 -- crypto/authencesn.c | 5 +++++ drivers/crypto/Kconfig | 2 +- drivers/crypto/bcm/spu2.c | 1 + drivers/crypto/cavium/nitrox/nitrox_main.c | 3 ++- drivers/crypto/inside-secure/safexcel.c | 5 +---- 6 files changed, 10 insertions(+), 8 deletions(-)
Thanks, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |