Messages in this thread |  | | Date | Wed, 15 Mar 2017 14:31:51 +0800 | From | Herbert Xu <> | Subject | Crypto Fixes for 4.11 |
| |
Hi Linus:
This push fixes the following issues:
- Self-test failure of crc32c on powerpc. - Regressions of ecb(aes) when used with xts/lrw in s5p-sss. - A number of bugs in the omap RNG driver.
Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus
Daniel Axtens (1): crypto: powerpc - Fix initialisation of crc32c context
Krzysztof Kozlowski (2): crypto: s5p-sss - Fix completing crypto request in IRQ handler crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
Thomas Petazzoni (3): hwrng: omap - write registers after enabling the clock hwrng: omap - use devm_clk_get() instead of of_clk_get() hwrng: omap - Do not access INTMASK_REG on EIP76
arch/powerpc/crypto/crc32c-vpmsum_glue.c | 2 +- drivers/char/hw_random/omap-rng.c | 16 +++- drivers/crypto/s5p-sss.c | 132 +++++++++++++++++++----------- 3 files changed, 100 insertions(+), 50 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
|  |