Re: [PATCH] lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()

2016-07-26 Thread Martin K. Petersen
> "Mauricio" == Mauricio Faria de Oliveira > writes: Mauricio> Can this be routed into stable? Added a stable tag. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.ke

Re: [PATCH 0/6] fcoe: VN2VN target mode fixes

2016-07-26 Thread Martin K. Petersen
> "Johannes" == Johannes Thumshirn writes: Johannes> I've now Acked patches 5 and 6 as well, Hannes' answers Johannes> clarified my concerns. Can you pick 'em up for 4.8 as well? Done! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "uns

Re: [PATCH 1/1] ipr: Wait to do async scan until scsi host is initialized

2016-07-26 Thread Martin K. Petersen
> "Brian" == Brian King writes: Brian> When performing an async scan, make sure the kthread doing Brian> scanning doesn't start before the scsi host is fully initialized. Applied to 4.8/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send t

Re: dm-mq and end_clone_request()

2016-07-26 Thread Bart Van Assche
On 07/25/2016 06:15 PM, Mike Snitzer wrote: > Please try this patch to see if it fixes your issue, thanks. > > diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c > index 52baf8a..287caa7 100644 > --- a/drivers/md/dm-mpath.c > +++ b/drivers/md/dm-mpath.c > @@ -433,10 +433,17 @@ failed: >

Re: [PATCH 1/1] ipr: Wait to do async scan until scsi host is initialized

2016-07-26 Thread Gabriel Krisman Bertazi
Brian King writes: > When performing an async scan, make sure the kthread doing scanning > doesn't start before the scsi host is fully initialized. > Reviewed-by: Gabriel Krisman Bertazi -- Gabriel Krisman Bertazi -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in th

[PATCH] scsi: ufs: add support for BLKSECDISCARD

2016-07-26 Thread Pawel Wodkowski
Add BLKSECDISCAD feature support if LU is provisioned for TPRZ (bProvisioningType = 3). To perform BLKSECDISCAD driver issue purge operation after each discard SCSI command with REQ_SECURE flag set, and delay calling scsi_done() till purge finish. This operation might long so block requests from S

[PATCH] ata: xgene: Enable NCQ support for APM X-Gene SATA controller hardware v1.1

2016-07-26 Thread Rameshwar Prasad Sahu
This patch enables NCQ support for APM X-Gene SATA controller hardware v1.1 that was broken with hardware v1.0. Signed-off-by: Rameshwar Prasad Sahu --- drivers/ata/ahci_xgene.c | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/drivers/ata/ahci_xgene.c b/drive