Re: [PATCHv4 2/5] scsi: Export blacklist flags to sysfs

2017-08-30 Thread Bart Van Assche
On Wed, 2017-08-30 at 12:50 +0200, Hannes Reinecke wrote: > On 08/29/2017 06:02 PM, Bart Van Assche wrote: > > On Tue, 2017-08-29 at 10:49 +0200, Hannes Reinecke wrote: > > > +} sdev_bflags[] = { > > > +#include "scsi_devinfo_tbl.c" > > > +}; > > > + > > > +static const char *sdev_bflags_name(unsig

Re: [PATCHv4 2/5] scsi: Export blacklist flags to sysfs

2017-08-30 Thread Hannes Reinecke
On 08/29/2017 06:02 PM, Bart Van Assche wrote: > On Tue, 2017-08-29 at 10:49 +0200, Hannes Reinecke wrote: >> [ ... ] >> +$(obj)/scsi_sysfs.o: $(obj)/scsi_devinfo_tbl.c >> + >> +quiet_cmd_bflags = GEN $@ >> +cmd_bflags = $(PERL) -s $(src)/mktbl.pl BLIST $< > $@ > > Hello Hannes, > > Is it

Re: [PATCHv4 2/5] scsi: Export blacklist flags to sysfs

2017-08-29 Thread kbuild test robot
Hi Hannes, [auto build test ERROR on mkp-scsi/for-next] [also build test ERROR on v4.13-rc7 next-20170829] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Hannes-Reinecke/Fixup-blacklist-handling

Re: [PATCHv4 2/5] scsi: Export blacklist flags to sysfs

2017-08-29 Thread Bart Van Assche
On Tue, 2017-08-29 at 10:49 +0200, Hannes Reinecke wrote: > [ ... ] > +$(obj)/scsi_sysfs.o: $(obj)/scsi_devinfo_tbl.c > + > +quiet_cmd_bflags = GEN $@ > + cmd_bflags = $(PERL) -s $(src)/mktbl.pl BLIST $< > $@ Hello Hannes, Is it considered acceptable to require that perl is available to b