Hi Linus: This push fixes the following issues: - Fix build error in crypto lib code when crypto API is off. - Fix NULL/error check in hisilicon. - Fix Kconfig-related build error in talitos. The following changes since commit 4ee812f6143d78d8ba1399671d78c8d78bf2817c: crypto: vmx - Avoid weird build failures (2019-11-22 18:48:39 +0800) 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 8a6b8f4d7a891ac66db4f97900a86b55c84a5802: crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx() (2019-11-27 13:08:50 +0800) ---------------------------------------------------------------- Dan Carpenter (1): crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx() Herbert Xu (1): crypto: talitos - Fix build error by selecting LIB_DES Jason A. Donenfeld (1): crypto: arch - conditionalize crypto api in arch glue for lib code arch/arm/crypto/chacha-glue.c | 26 ++++++++++++++++---------- arch/arm/crypto/curve25519-glue.c | 5 +++-- arch/arm/crypto/poly1305-glue.c | 9 ++++++--- arch/arm64/crypto/chacha-neon-glue.c | 5 +++-- arch/arm64/crypto/poly1305-glue.c | 5 +++-- arch/mips/crypto/chacha-glue.c | 6 ++++-- arch/mips/crypto/poly1305-glue.c | 6 ++++-- arch/x86/crypto/blake2s-glue.c | 6 ++++-- arch/x86/crypto/chacha_glue.c | 5 +++-- arch/x86/crypto/curve25519-x86_64.c | 7 ++++--- arch/x86/crypto/poly1305_glue.c | 5 +++-- drivers/crypto/Kconfig | 1 + drivers/crypto/hisilicon/sec2/sec_crypto.c | 4 ++-- 13 files changed, 56 insertions(+), 34 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