Re: Reply Urgent

2017-06-19 Thread INFO
Hello, How are you doing? I have been sent to inform you that, We have an inheritance of a deceased client with your surname. Contact Mr Andrew Bailey Reply Email To: myinf...@gmail.com with your "Full Names" for more info. Thanks for your understanding. Reply ASAP thank you. Melissa.

Re: [PATCH 0/2] qedi: Remove unwanted warnings.

2017-06-19 Thread Martin K. Petersen
Manish, > Please consider below patches for next 'scsi-fixes' submission. Applied to 4.12/scsi-fixes, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v6 00/22] hisi_sas: hip08 support

2017-06-19 Thread Martin K. Petersen
John, > This patchset adds support for the HiSilicon SAS controller in the > hip08 chipset. Applied to 4.13/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 00/11] lpfc updates for 11.4.0.1

2017-06-19 Thread Martin K. Petersen
James, > The patches were cut against the Martin's 4.13/scsi-queue tree. There > are no outside dependencies. The patches should merge via Martin's > tree. Applied to 4.13/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression

2017-06-19 Thread Ye Xiaolong
Hi, Christoph On 06/19, Christoph Hellwig wrote: >On Mon, Jun 19, 2017 at 04:52:36PM +0800, Ye Xiaolong wrote: >> >I've not seen a compile-time option for the MQ I/O scheduler (unlike >> >the legacy one), so the way to change it would be to echo the name to >> >/sys/block//queue/scheduler >> >>

Re: [PATCH 1/6] qla2xxx: Add FC-NVMe port discovery and PRLI handling

2017-06-19 Thread Madhani, Himanshu
> On Jun 19, 2017, at 1:26 PM, James Smart wrote: > > On 6/16/2017 3:47 PM, Himanshu Madhani wrote: >>/* FCP-4 types */ >> #define FC4_TYPE_FCP_SCSI 0x08 >> +#define FC4_TYPE_NVME 0x28 >> #define FC4_TYPE_OTHER 0x0 >> #define

Re: [PATCH] tcmu: Add fifo type waiter list support to avoidstarvation

2017-06-19 Thread Xiubo Li
Hi Nic & Mike I will update this just after the issue reported by Bryant on his environment been fixed later. Thanks, BRs Xiubo On 2017年06月04日 12:11, Mike Christie wrote: On 05/04/2017 09:51 PM, lixi...@cmss.chinamobile.com wrote: From: Xiubo Li The fifo

Re: [PATCH 3/6] qla2xxx: Add FC-NVMe F/W initialization and transport registration

2017-06-19 Thread Madhani, Himanshu
> On Jun 19, 2017, at 2:22 PM, James Smart wrote: > > On 6/16/2017 3:47 PM, Himanshu Madhani wrote: >> From: Duane Grigsby >> >> This code provides the interfaces to register remote and local ports >> of FC4 type 0x28 with the FC-NVMe

Re: [PATCH 2/6] qla2xxx: Add FC-NVMe command handling

2017-06-19 Thread Madhani, Himanshu
> On Jun 19, 2017, at 2:01 PM, James Smart wrote: > > On 6/16/2017 3:47 PM, Himanshu Madhani wrote: >> @@ -615,8 +620,25 @@ struct sts_entry_24xx { >> uint32_t rsp_residual_count;/* FCP RSP residual count. */ >> uint32_t sense_len; /* FCP

[PATCH] mpt3sas: Fix error "space prohibited before that ','"

2017-06-19 Thread Minwoo Im
It will fix the following error from checkpatch.pl. ERROR: space prohibited before that ',' Signed-off-by: Minwoo Im --- drivers/scsi/mpt3sas/mpt3sas_base.c | 18 +- drivers/scsi/mpt3sas/mpt3sas_ctl.c |2 +-

[PATCH] scsi/libata: Support variable-length cdb of ata pass-thru(32)-bug fixed.

2017-06-19 Thread Minwoo Im
Bug fixed in libata-scsi.c from previous patch. Bit shifting of service action value in ata_scsi_var_len_cdb_xlat() was reversed. I have tested a ata pass-thru(32) command with sg_io and it worked well. I'm sorry for making a confusion. Signed-off-by: Minwoo Im ---

iscsi deadlock while login and logout 2 iscsi nodes in tight loop at unstable network environment

2017-06-19 Thread wangqiang (AY)
Hi all, In the upstream 4.12.0-rc5 kernel, I encounter a deadlock problem while login and logout 2 iscsi nodes in tight loop at unstable network environment, the iscsid will be D state. SysRq-w reported the following call stacks: [10660.667133] sysrq: SysRq : Show Blocked State [10660.671536]  

[PATCH 1/1] qedi: Add support for offload iSCSI Boot

2017-06-19 Thread Nilesh Javali
This patch adds support for offload iSCSI boot (Boot from SAN over iSCSI offload). The dependent qed patches for this support are, - qed: Support NVM-image reading API - qed: Share additional information with qedf Signed-off-by: Arun Easi Signed-off-by: Andrew Vasquez

[PATCH 0/1] qedi: Add iSCSI Boot-from-SAN support

2017-06-19 Thread Nilesh Javali
Martin, Please consider below patch for next 'scsi-fixes' submission. Thanks, Nilesh Nilesh Javali (1): qedi: Add support for offload iSCSI Boot drivers/scsi/qedi/qedi.h | 17 ++ drivers/scsi/qedi/qedi_main.c | 419 +

Re: [PATCH 2/6] qla2xxx: Add FC-NVMe command handling

2017-06-19 Thread Madhani, Himanshu
> On Jun 19, 2017, at 1:20 AM, Johannes Thumshirn wrote: > > On Fri, Jun 16, 2017 at 03:47:40PM -0700, Himanshu Madhani wrote: >> From: Duane Grigsby >> >> Signed-off-by: Darren Trapp >> Signed-off-by: Duane Grigsby

Re: [PATCH 1/6] qla2xxx: Add FC-NVMe port discovery and PRLI handling

2017-06-19 Thread Madhani, Himanshu
> On Jun 19, 2017, at 1:09 AM, Johannes Thumshirn wrote: > > On Fri, Jun 16, 2017 at 03:47:39PM -0700, Himanshu Madhani wrote: >> From: Duane Grigsby >> >> Signed-off-by: Darren Trapp >> Signed-off-by: Duane Grigsby

Re: [PATCH 1/6] qla2xxx: Add FC-NVMe port discovery and PRLI handling

2017-06-19 Thread James Smart
On 6/16/2017 3:47 PM, Himanshu Madhani wrote: /* FCP-4 types */ #define FC4_TYPE_FCP_SCSI 0x08 +#define FC4_TYPE_NVME 0x28 #define FC4_TYPE_OTHER0x0 #define FC4_TYPE_UNKNOWN 0xff please use the types from include/uapi/scsi/fc/fc_fs.h

Re: [PATCH 3/6] qla2xxx: Add FC-NVMe F/W initialization and transport registration

2017-06-19 Thread Madhani, Himanshu
> On Jun 19, 2017, at 3:01 AM, Johannes Thumshirn wrote: > > On Fri, Jun 16, 2017 at 03:47:41PM -0700, Himanshu Madhani wrote: > [...] >> /* >> + * Global functions prototype in qla_nvme.c source file. >> + */ >> +extern void qla_nvme_register_hba(scsi_qla_host_t *); >>

[Bug 176951] boot fails unless acpi=off Acer Travelmate X-349

2017-06-19 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=176951 --- Comment #27 from mus@gmail.com --- Can confirm, this seems to be fixed in 4.12-rc5 mainline (Arch Linux x64). Machine boots and works fine now, even in UEFI mode. -- You are receiving this mail because: You are watching the assignee of

Re: [PATCH 2/6] qla2xxx: Add FC-NVMe command handling

2017-06-19 Thread James Smart
On 6/16/2017 3:47 PM, Himanshu Madhani wrote: @@ -615,8 +620,25 @@ struct sts_entry_24xx { uint32_t rsp_residual_count;/* FCP RSP residual count. */ uint32_t sense_len; /* FCP SENSE length. */ - uint32_t rsp_data_len; /* FCP response data length. */ -

Re: [PATCH 4/6] qla2xxx: Send FC4 type NVMe to the management server

2017-06-19 Thread James Smart
On 6/16/2017 3:47 PM, Himanshu Madhani wrote: From: Duane Grigsby This patch adds switch command support for FC-4 type of FC-NVMe (0x28) for resgistering HBA port to the management server. RFT_ID command is used to register FC-4 type of 0x28 and RFF_ID is used to

Re: [PATCH 5/6] qla2xxx: Use FC-NMVe FC4 type for FDMI registration

2017-06-19 Thread James Smart
On 6/16/2017 3:47 PM, Himanshu Madhani wrote: From: Duane Grigsby Signed-off-by: Duane Grigsby Signed-off-by: Darren Trapp Signed-off-by: Anil Gurumurthy Signed-off-by: Giridhar Malavali

Re: [PATCH 6/6] qla2xxx: Update Driver version to 10.00.00.00-k

2017-06-19 Thread James Smart
On 6/16/2017 3:47 PM, Himanshu Madhani wrote: Signed-off-by: Himanshu Madhani Reviewed-by: James Smart

Re: [PATCH 3/6] qla2xxx: Add FC-NVMe F/W initialization and transport registration

2017-06-19 Thread James Smart
On 6/16/2017 3:47 PM, Himanshu Madhani wrote: From: Duane Grigsby This code provides the interfaces to register remote and local ports of FC4 type 0x28 with the FC-NVMe transport and transports the requests (FC-NVMe FC link services and FC-NVMe commands IUs) to the

Re: [PATCH 3/6] qla2xxx: Add FC-NVMe F/W initialization and transport registration

2017-06-19 Thread Johannes Thumshirn
On Fri, Jun 16, 2017 at 03:47:41PM -0700, Himanshu Madhani wrote: [...] > /* > + * Global functions prototype in qla_nvme.c source file. > + */ > +extern void qla_nvme_register_hba(scsi_qla_host_t *); > +extern int qla_nvme_register_remote(scsi_qla_host_t *, fc_port_t *); > +extern void

Re: [lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression

2017-06-19 Thread Christoph Hellwig
On Mon, Jun 19, 2017 at 04:52:36PM +0800, Ye Xiaolong wrote: > >I've not seen a compile-time option for the MQ I/O scheduler (unlike > >the legacy one), so the way to change it would be to echo the name to > >/sys/block//queue/scheduler > > echo mq-deadline > /sys/block//queue/scheduler ? > >

Re: [PATCH 4/6] qla2xxx: Send FC4 type NVMe to the management server

2017-06-19 Thread Johannes Thumshirn
On Fri, Jun 16, 2017 at 03:47:42PM -0700, Himanshu Madhani wrote: > From: Duane Grigsby > > This patch adds switch command support for FC-4 type of FC-NVMe (0x28) > for resgistering HBA port to the management server. RFT_ID command is > used to register FC-4 type of

Re: [PATCH 6/6] qla2xxx: Update Driver version to 10.00.00.00-k

2017-06-19 Thread Johannes Thumshirn
Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB

Re: [PATCH 5/6] qla2xxx: Use FC-NMVe FC4 type for FDMI registration

2017-06-19 Thread Johannes Thumshirn
On Fri, Jun 16, 2017 at 03:47:43PM -0700, Himanshu Madhani wrote: > From: Duane Grigsby > > Signed-off-by: Duane Grigsby > Signed-off-by: Darren Trapp > Signed-off-by: Anil Gurumurthy >

Re: [PATCH 1/6] qla2xxx: Add FC-NVMe port discovery and PRLI handling

2017-06-19 Thread Johannes Thumshirn
On Fri, Jun 16, 2017 at 03:47:39PM -0700, Himanshu Madhani wrote: > From: Duane Grigsby > > Signed-off-by: Darren Trapp > Signed-off-by: Duane Grigsby > Signed-off-by: Anil Gurumurthy >

Re: mptsas crash on expander hot-remove

2017-06-19 Thread Johannes Thumshirn
On Fri, Jun 16, 2017 at 07:57:08PM -0400, Will Simoneau wrote: > Is this is a known / obvious issue, or should I try to bisect it? This is a known issue with SAS (and FC) drivers, although no soulution exists to this point. Johannes -- Johannes Thumshirn

Re: [lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression

2017-06-19 Thread Ye Xiaolong
On 06/19, Christoph Hellwig wrote: >On Mon, Jun 19, 2017 at 03:49:43PM +0800, Ye Xiaolong wrote: >> On 06/19, Christoph Hellwig wrote: >> >On Mon, Jun 19, 2017 at 02:03:18PM +0800, kernel test robot wrote: >> >> >> >> Greeting, >> >> >> >> FYI, we noticed a -4% regression of fio.write_bw_MBps

Re: [lkp-robot] [scsi] ebc76736f2: fio.write_bw_MBps -4% regression

2017-06-19 Thread Christoph Hellwig
On Mon, Jun 19, 2017 at 03:49:43PM +0800, Ye Xiaolong wrote: > On 06/19, Christoph Hellwig wrote: > >On Mon, Jun 19, 2017 at 02:03:18PM +0800, kernel test robot wrote: > >> > >> Greeting, > >> > >> FYI, we noticed a -4% regression of fio.write_bw_MBps due to commit: > > > >What does cat

Re: [PATCH 03/11] au1100fb: remove a bogus dma_free_nonconsistent call

2017-06-19 Thread Bartlomiej Zolnierkiewicz
On Friday, June 16, 2017 09:17:08 AM Christoph Hellwig wrote: > au1100fb is using managed dma allocations, so it doesn't need to > explicitly free the dma memory in the error path (and if it did > it would have to use the managed version). > > Signed-off-by: Christoph Hellwig

[PATCH 1/2] scsi: remove various unused blist flags

2017-06-19 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_scan.c| 25 ++--- include/scsi/scsi_devinfo.h | 9 - 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c index

[PATCH 2/2] scsi_dh_alua: remove synchronous STPG support

2017-06-19 Thread Christoph Hellwig
Since 9c58b395 ("scsi: scsi_devinfo: remove synchronous ALUA for NETAPP devices") this code is unused. Signed-off-by: Christoph Hellwig --- drivers/scsi/device_handler/scsi_dh_alua.c | 27 +-- include/scsi/scsi_device.h | 1 - 2 files

[PATCH] sd: add support for TCG OPAL self encrypting disks

2017-06-19 Thread Christoph Hellwig
Just wire up the generic TCG OPAL infrastructure to the SCSI disk driver and the Security In/Out commands. Note that I don't know of any actual SCSI disks that do support TCG OPAL, but this is required to support ATA disks through libata. Signed-off-by: Christoph Hellwig ---

TCG Opal support for sd.c

2017-06-19 Thread Christoph Hellwig
Hi all, this patch adds TCG Opal support to the scsi disk driver. As far as I know only SATA disks actually support OPAL, and as Martin fears RSOC-related regressions the support is conditional in a flag in struct scsi_device, which so far only libata sets. Because of that we should merge the