Hi Linus: This push fixes the following issues: - Potential boot hang in hwrng. - Missing switch/break in talitos. - Bugs and warnings in hisilicon. - Build warning in inside-secure. The following changes since commit 9575d1a5c0780ea26ff8dd29c94a32be32ce3c85: crypto: caam - Cast to long first before pointer conversion (2019-09-13 21:20:47 +1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus for you to fetch changes up to bf6a7a5ad6fa69e48b735be75eeb90569d9584bb: crypto: hisilicon - avoid unused function warning (2019-09-20 23:05:33 +1000) ---------------------------------------------------------------- Arnd Bergmann (1): crypto: hisilicon - avoid unused function warning Gustavo A. R. Silva (1): crypto: talitos - fix missing break in switch statement Laurent Vivier (1): hwrng: core - don't wait on add_early_randomness() Pascal van Leeuwen (1): crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=n Yunfeng Ye (3): crypto: hisilicon - Fix double free in sec_free_hw_sgl() crypto: hisilicon - Matching the dma address for dma_pool_free() crypto: hisilicon - Fix return value check in hisi_zip_acompress() drivers/char/hw_random/core.c | 2 +- drivers/crypto/hisilicon/sec/sec_algs.c | 43 ++++++++++++++----------------- drivers/crypto/hisilicon/zip/zip_crypto.c | 4 +-- drivers/crypto/hisilicon/zip/zip_main.c | 7 ++--- drivers/crypto/inside-secure/safexcel.c | 40 ++++++++++++++++++++-------- drivers/crypto/talitos.c | 1 + 6 files changed, 54 insertions(+), 43 deletions(-) Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt