Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-13 Thread Hannes Reinecke
On 09/08/2015 08:30 PM, Mike Snitzer wrote: > On Tue, Sep 08 2015 at 1:34pm -0400, > James Bottomley wrote: > >> On Tue, 2015-09-08 at 13:23 -0400, Mike Snitzer wrote: >>> On Tue, Sep 08 2015 at 1:10pm -0400, >>> Jim Davis wrote: >>> Building with the attached random configuration file,

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-13 Thread Hannes Reinecke
On 09/08/2015 08:30 PM, Mike Snitzer wrote: > On Tue, Sep 08 2015 at 1:34pm -0400, > James Bottomley wrote: > >> On Tue, 2015-09-08 at 13:23 -0400, Mike Snitzer wrote: >>> On Tue, Sep 08 2015 at 1:10pm -0400, >>> Jim Davis wrote: >>> Building

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-11 Thread James Bottomley
On Wed, 2015-09-09 at 18:04 +0200, Christoph Hellwig wrote: > Does this fix the issue for you? My Kconfig-fu isn't the best, > but the idea behind this is that dm-mpath will depend on SCSI > if SCSI_DH is set. If SCSI_DH is not set it will use the stubs > and not care about SCSI. I assume I'm

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-11 Thread Mike Snitzer
On Wed, Sep 09 2015 at 12:04pm -0400, Christoph Hellwig wrote: > Does this fix the issue for you? My Kconfig-fu isn't the best, > but the idea behind this is that dm-mpath will depend on SCSI > if SCSI_DH is set. If SCSI_DH is not set it will use the stubs > and not care about SCSI. > > diff

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-11 Thread Mike Snitzer
On Wed, Sep 09 2015 at 12:04pm -0400, Christoph Hellwig wrote: > Does this fix the issue for you? My Kconfig-fu isn't the best, > but the idea behind this is that dm-mpath will depend on SCSI > if SCSI_DH is set. If SCSI_DH is not set it will use the stubs > and not care about

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-11 Thread James Bottomley
On Wed, 2015-09-09 at 18:04 +0200, Christoph Hellwig wrote: > Does this fix the issue for you? My Kconfig-fu isn't the best, > but the idea behind this is that dm-mpath will depend on SCSI > if SCSI_DH is set. If SCSI_DH is not set it will use the stubs > and not care about SCSI. I assume I'm

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-09 Thread Christoph Hellwig
Does this fix the issue for you? My Kconfig-fu isn't the best, but the idea behind this is that dm-mpath will depend on SCSI if SCSI_DH is set. If SCSI_DH is not set it will use the stubs and not care about SCSI. diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index b597273..e9ea681 100644

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-09 Thread Christoph Hellwig
Does this fix the issue for you? My Kconfig-fu isn't the best, but the idea behind this is that dm-mpath will depend on SCSI if SCSI_DH is set. If SCSI_DH is not set it will use the stubs and not care about SCSI. diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index b597273..e9ea681 100644

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread Mike Snitzer
On Tue, Sep 08 2015 at 1:34pm -0400, James Bottomley wrote: > On Tue, 2015-09-08 at 13:23 -0400, Mike Snitzer wrote: > > On Tue, Sep 08 2015 at 1:10pm -0400, > > Jim Davis wrote: > > > > > Building with the attached random configuration file, > > > > > > drivers/built-in.o: In function

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread James Bottomley
On Tue, 2015-09-08 at 13:23 -0400, Mike Snitzer wrote: > On Tue, Sep 08 2015 at 1:10pm -0400, > Jim Davis wrote: > > > Building with the attached random configuration file, > > > > drivers/built-in.o: In function `activate_path': > > /home/jim/linux-next/drivers/md/dm-mpath.c:1225: undefined

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread Mike Snitzer
On Tue, Sep 08 2015 at 1:10pm -0400, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/built-in.o: In function `activate_path': > /home/jim/linux-next/drivers/md/dm-mpath.c:1225: undefined reference > to `scsi_dh_activate' > drivers/built-in.o: In function

randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread Jim Davis
Building with the attached random configuration file, drivers/built-in.o: In function `activate_path': /home/jim/linux-next/drivers/md/dm-mpath.c:1225: undefined reference to `scsi_dh_activate' drivers/built-in.o: In function `parse_path': /home/jim/linux-next/drivers/md/dm-mpath.c:581: undefined

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread Mike Snitzer
On Tue, Sep 08 2015 at 1:34pm -0400, James Bottomley wrote: > On Tue, 2015-09-08 at 13:23 -0400, Mike Snitzer wrote: > > On Tue, Sep 08 2015 at 1:10pm -0400, > > Jim Davis wrote: > > > > > Building with the attached random configuration file, > > >

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread James Bottomley
On Tue, 2015-09-08 at 13:23 -0400, Mike Snitzer wrote: > On Tue, Sep 08 2015 at 1:10pm -0400, > Jim Davis wrote: > > > Building with the attached random configuration file, > > > > drivers/built-in.o: In function `activate_path': > >

randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread Jim Davis
Building with the attached random configuration file, drivers/built-in.o: In function `activate_path': /home/jim/linux-next/drivers/md/dm-mpath.c:1225: undefined reference to `scsi_dh_activate' drivers/built-in.o: In function `parse_path': /home/jim/linux-next/drivers/md/dm-mpath.c:581: undefined

Re: randconfig build error with next-20150908, in drivers/md/dm-mpath.c

2015-09-08 Thread Mike Snitzer
On Tue, Sep 08 2015 at 1:10pm -0400, Jim Davis wrote: > Building with the attached random configuration file, > > drivers/built-in.o: In function `activate_path': > /home/jim/linux-next/drivers/md/dm-mpath.c:1225: undefined reference > to `scsi_dh_activate' >