Hi James, Today's linux-next merge of the security tree got a conflict in crypto/Makefile between commit a62b01cd6cc1 ("crypto: create generic version of ablk_helper") from the crypto tree and commit ee08997fee16 ("crypto: provide single place for hash algo information") from the security tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc crypto/Makefile index e0b7cf4e18b6,b3a7e807e08b..000000000000 --- a/crypto/Makefile +++ b/crypto/Makefile @@@ -109,4 -104,4 +109,5 @@@ obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) obj-$(CONFIG_XOR_BLOCKS) += xor.o obj-$(CONFIG_ASYNC_CORE) += async_tx/ obj-$(CONFIG_ASYMMETRIC_KEY_TYPE) += asymmetric_keys/ +obj-$(CONFIG_CRYPTO_ABLK_HELPER) += ablk_helper.o + obj-$(CONFIG_CRYPTO_HASH_INFO) += hash_info.o