On Fri, 2014-01-10 at 15:35 +0800, kbuild test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next > head: a0631b7edcb76ac58758e9e5e3bc7a223b9d1a07 > commit: e80864fc9fb6ac06353740640ef9d3b7fd7b9833 [24/34] target/sbc: Add DIF TYPE1+TYPE3 read/write verify emulation > config: i386-randconfig-c3-01101339 (attached as .config) > > All error/warnings: > > ERROR: "__udivdi3" [drivers/target/target_core_mod.ko] undefined! > >> ERROR: "crc_t10dif" [drivers/target/target_core_mod.ko] undefined! > Applying the following patch to always select CRC_T10DIF by default. Thanks Fengguang! --nab diff --git a/drivers/target/Kconfig b/drivers/target/Kconfig index 1830368..50aad2e 100644 --- a/drivers/target/Kconfig +++ b/drivers/target/Kconfig @@ -3,6 +3,7 @@ menuconfig TARGET_CORE tristate "Generic Target Core Mod (TCM) and ConfigFS Infrastructure" depends on SCSI && BLOCK select CONFIGFS_FS + select CRC_T10DIF default n help Say Y or M here to enable the TCM Storage Engine and ConfigFS enabled -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html