From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> This patch changes LIO_TARGET to select CRYPTO, CRYPTO_CRC32C and CRYPTO_CRC32C_INTEL by default to ensure that the crypto_alloc_hash() calls in iscsi_login_setup_crypto() are able to function as expected. Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> --- drivers/target/lio-target/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/target/lio-target/Kconfig b/drivers/target/lio-target/Kconfig index 1998ba3..5cbd9e3 100644 --- a/drivers/target/lio-target/Kconfig +++ b/drivers/target/lio-target/Kconfig @@ -1,5 +1,8 @@ config LIO_TARGET tristate "Linux-iSCSI.org iSCSI Target Mode Stack" + select CRYPTO + select CRYPTO_CRC32C + select CRYPTO_CRC32C_INTEL help Say Y here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI Target Mode Stack. -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html