Himanshu,
> This patch series adds support for our next generation ISP28XX (Gen7)
> adapter.
Some of the patches mixed fixing sparse warnings with functional
changes. I would have like those to be separate commits. In the future,
please make one logical change per patch.
Applied to 5.2/scsi-qu
James,
> Update lpfc to revision 12.2.0.1
Applied this series to 5.2/scsi-queue.
Please verify that I resolved the conflicts in
lpfc: Correct localport timeout duration error
correctly. Your commit clashed with Ewan's recent change to place
completion on the stack.
--
Martin K. Pet
Christoph,
>> no_scsi2_lun_in_cdb declares a new bitfield, but we should
>> rather move it to the existing bitfield for better alignment.
>
> Independent of if this helps the alignment keeping the various bit field
> flags together seems like a good idea:
Applied to 5.2/scsi-queue, thanks!
--
Christoph,
> This function is only used inside the SCSI midlayer.
Applied to 5.2/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
Bart,
> All code from which the OSD include files were included has been
> removed. Hence also remove the include files themselves. See also
> commit 19fcae3d4f2d ("scsi: remove the SCSI OSD library").
Hand-applied to 5.2/scsi-queue, thanks!
--
Martin K. Petersen Oracle Linux Engineering
Bart,
> cmd->rcu is initialized by scsi_initialize_rq(). For passthrough
> requests, blk_get_request() calls scsi_initialize_rq(). For filesystem
> requests, scsi_init_command() calls scsi_initialize_rq(). Make sure
> that destroy_rcu_head() is called for passthrough requests.
Applied to 5.1/sc
Bart,
> Since scsi_device_quiesce() skips SCSI devices that have another state
> than RUNNING, OFFLINE or TRANSPORT_OFFLINE, scsi_device_resume()
> should not complain about SCSI devices that have been skipped. Hence
> this patch. This patch avoids that the following warning appears
> during re
Himanshu,
> These are couple bug fixes for system crash and Target discovery
> failure for qla2xxx driver.
Applied to 5.1/scsi-fixes, thanks.
--
Martin K. Petersen Oracle Linux Engineering
On Tue, 2019-01-29 at 01:26 -0500, Martin K. Petersen wrote:
> Doug,
>
> > The WRITE SAME(10) and (16) implementations didn't take account of the
> > buffer wrap required when the virtual_gb parameter is greater than 0.
> >
> > Fix that and rename the fake_store() function to lba2fake_store() to
On Tue, 2019-03-19 at 12:24 -0700, Bart Van Assche wrote:
> On Tue, 2019-01-29 at 01:26 -0500, Martin K. Petersen wrote:
> > Doug,
> >
> > > The WRITE SAME(10) and (16) implementations didn't take account of the
> > > buffer wrap required when the virtual_gb parameter is greater than 0.
> > >
> >
Hi Bart,
> Has this patch already been sent to Linus? I see it in your
> 5.0/scsi-fixes branch but I can't find it in Linus' current master
> branch.
commit 40d07b523cf434f252b134c86b1f8f2d907ffb0b
Author: Douglas Gilbert
Date: Fri Jan 25 12:46:09 2019 -0500
scsi: scsi_debug: fix write_
Bart,
> Sorry, I was looking at the wrong branch. The patch is in Linus'
> master but it seems like that patch is not yet in your 5.1/scsi-queue
> branch?
It wouldn't be as 5.1/scsi-queue is based on 5.0-rc1 and the fix went
into 5.0-rc5.
--
Martin K. Petersen Oracle Linux Engineering
On Tue, 2019-03-19 at 15:37 -0400, Martin K. Petersen wrote:
> Bart,
>
> > Sorry, I was looking at the wrong branch. The patch is in Linus'
> > master but it seems like that patch is not yet in your 5.1/scsi-
> > queue branch?
>
> It wouldn't be as 5.1/scsi-queue is based on 5.0-rc1 and the fix w
Stanley,
> This patch series adds UFS M-PHY and UFS host driver support in
> MediaTek chipsets.
>
> In the meantime, re-factors ufshcd_get_pwr_dev_param in vendors'
> drivers. This function is for vendors to decide finally agreed
> attributes for power mode change if vendors define their host
>
YueHaibing,
> Fixes gcc '-Wunused-but-set-variable' warning:
>
> drivers/message/fusion/mptspi.c: In function 'mptspi_writeIOCPage4':
> drivers/message/fusion/mptspi.c:262:9: warning:
> variable 'frameOffset' set but not used [-Wunused-but-set-variable]
>
> drivers/message/fusion/mptspi.c:261:9
Matteo,
> Ping, can someone review and merge it?
Applied to 5.2/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
YueHaibing,
> Fixes gcc '-Wunused-but-set-variable' warning:
>
> drivers/scsi/qedi/qedi_fw.c: In function 'qedi_tmf_resp_work':
> drivers/scsi/qedi/qedi_fw.c:158:28: warning:
> variable 'cls_sess' set but not used [-Wunused-but-set-variable]
>
> drivers/scsi/qedi/qedi_fw.c: In function 'qedi_tm
On Tue, 2019-03-12 at 16:30 -0700, James Smart wrote:
> Currently the driver maintains a sideband structure which has a
> pointer for each queue element. However, at 8bytes a pointer, and up
> to 4k elements per queue, and 100's of queues, this can take up a lot
> of memory.
>
> Convert the driver
> On Mar 19, 2019, at 6:02 PM, James Bottomley
> wrote:
>
> On Tue, 2019-03-12 at 16:30 -0700, James Smart wrote:
>> Currently the driver maintains a sideband structure which has a
>> pointer for each queue element. However, at 8bytes a pointer, and up
>> to 4k elements per queue, and 100's o
On Tue, Mar 12, 2019 at 11:08:18AM -0700, Himanshu Madhani wrote:
> From: Joe Carnuccio
>
> This patch made following changes to flash access routines
> - updated return type for read_optrom
> - use void instead of uint32_t * for buffer parameter in read
> and write optrom routines
> - Fix flas
20 matches
Mail list logo