Re: [PATCH V8 0/7] blk-mq support for ZBC disks

2017-11-24 Thread Jens Axboe
On 11/24/2017 04:48 PM, Damien Le Moal wrote: > [Full quote deleted] > > Hi Jens, > > Any comment regarding this series ? > I understand that this would be for the 4.16 merge window, so no hurry, > but I would like to know if I need to go back to the drawing board for > ZBC blk-mq/scsi-mq

Re: [PATCH V8 0/7] blk-mq support for ZBC disks

2017-11-24 Thread Damien Le Moal
[Full quote deleted] Hi Jens, Any comment regarding this series ? I understand that this would be for the 4.16 merge window, so no hurry, but I would like to know if I need to go back to the drawing board for ZBC blk-mq/scsi-mq support or if this is an acceptable solution. Best regards. --

[PATCH] scsi: sd: add missing KERN_CONT for disk spin-up

2017-11-24 Thread Michał Mirosław
KERN_CONT is now required for continued printks(). Add it. Signed-off-by: Michał Mirosław --- drivers/scsi/sd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index d175c5c5ccf8..9743b5f0800d 100644 ---

Re: [PATCH 0/3] scsi: arcmsr: add driver module parameter - msi_enable, msix_enable

2017-11-24 Thread Dan Carpenter
On Fri, Nov 24, 2017 at 03:12:39AM +0800, Ching Huang wrote: > On Thu, 2017-11-23 at 04:57 -0800, Christoph Hellwig wrote: > > On Thu, Nov 23, 2017 at 09:22:03AM +0800, Ching Huang wrote: > > > From: Ching Huang > > > > > > Hi all, > > > > > > The following patches apply

[PATCH] scsi: sym53c8xx_2: use setup_timer instead of init_timer

2017-11-24 Thread Colin King
From: Colin Ian King Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Colin Ian King --- drivers/scsi/sym53c8xx_2/sym_glue.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

[PATCH] scsi: bfa: use setup_timer instead of init_timer

2017-11-24 Thread Colin King
From: Colin Ian King Use setup_timer function instead of initializing timer with the function and data fields. Signed-off-by: Colin Ian King --- drivers/scsi/bfa/bfad.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

Re: [PATCH 1/3] scsi: arcmsr: Add driver module parameter msi_enable

2017-11-24 Thread Ching Huang
On Fri, 2017-11-24 at 04:45 +0800, Ching Huang wrote: > Hello Dan, > > On Thu, 2017-11-23 at 13:44 +0300, Dan Carpenter wrote: > > On Thu, Nov 23, 2017 at 09:27:19AM +0800, Ching Huang wrote: > > > From: Ching Huang > > > > > > Add module parameter msi_enable to has a