Re: [PATCH v2] target: fix tcm_loop build errors when SCSI=m

2018-08-06 Thread Randy Dunlap
On 08/06/2018 04:29 PM, Randy Dunlap wrote: > On 08/06/2018 04:26 PM, Bart Van Assche wrote: >> On Mon, 2018-08-06 at 16:20 -0700, Randy Dunlap wrote: >>> Fixes: 3703b2c5d041 ("[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD >>>fabric module") >> >> From drivers/target/Kconfig on Linus'

Re: [PATCH v2] target: fix tcm_loop build errors when SCSI=m

2018-08-06 Thread Bart Van Assche
On Mon, 2018-08-06 at 16:29 -0700, Randy Dunlap wrote: > On 08/06/2018 04:26 PM, Bart Van Assche wrote: > > On Mon, 2018-08-06 at 16:20 -0700, Randy Dunlap wrote: > > > Fixes: 3703b2c5d041 ("[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD > > >fabric module") > > > > From

Re: [PATCH v2] target: fix tcm_loop build errors when SCSI=m

2018-08-06 Thread Randy Dunlap
On 08/06/2018 04:26 PM, Bart Van Assche wrote: > On Mon, 2018-08-06 at 16:20 -0700, Randy Dunlap wrote: >> Fixes: 3703b2c5d041 ("[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD >>fabric module") > > From drivers/target/Kconfig on Linus' master branch: > > menuconfig TARGET_CORE >

Re: [PATCH v2] target: fix tcm_loop build errors when SCSI=m

2018-08-06 Thread Bart Van Assche
On Mon, 2018-08-06 at 16:20 -0700, Randy Dunlap wrote: > Fixes: 3703b2c5d041 ("[SCSI] tcm_loop: Add multi-fabric Linux/SCSI LLD >fabric module") >From drivers/target/Kconfig on Linus' master branch: menuconfig TARGET_CORE tristate "Generic Target Core Mod (TCM) and ConfigFS

[PATCH v2] target: fix tcm_loop build errors when SCSI=m

2018-08-06 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when CONFIG_SCSI=m and CONFIG_LOOPBACK_TARGET=y by making LOOPBACK_TARGET depend on SCSI. drivers/target/loopback/tcm_loop.o: In function `tcm_loop_port_link': tcm_loop.c:(.text+0x445): undefined reference to `scsi_add_device'