[PATCH v2 linux-scsi-ml] linux-firmware: qla2xxx: Update ql2{4,5}00_fw.bin to version 7.03.00

2014-06-10 Thread Xose Vazquez Perez
: Qlogic internal list linux-dri...@qlogic.com Cc: Linux Firmware Maintainers linux-firmw...@kernel.org Signed-off-by: Xose Vazquez Perez xose.vazq...@gmail.com --- WHENCE| 4 ++-- ql2400_fw.bin | Bin 259332 - 260656 bytes ql2500_fw.bin | Bin 265420 - 266912 bytes 3 files changed, 2

qla2xxx firmware

2012-12-07 Thread Xose Vazquez Perez
hi, please qlogic guys, send latest fw to upstream linux-firmware.git linux-firmware brings old releases: File: ql2400_fw.bin Version: 5.06.05 MID File: ql2500_fw.bin Version: 5.06.05 MIDQ qlogic-ftp releases: ql2400_fw.bin -- 5.08.00 MID ql2500_fw.bin -- 5.08.00 MIDQ -thank you- -- To

Re: qla2xxx firmware

2012-12-14 Thread Xose Vazquez Perez
On 12/07/2012 08:05 PM, Xose Vazquez Perez wrote: please qlogic guys, send latest fw to upstream linux-firmware.git linux-firmware brings old releases: File: ql2400_fw.bin Version: 5.06.05 MID File: ql2500_fw.bin Version: 5.06.05 MIDQ qlogic-ftp releases: ql2400_fw.bin -- 5.08.00

Re: [PATCH 06/23] qla2xxx: Update the FTP site references in the driver sources.

2013-02-11 Thread Xose Vazquez Perez
Giridhar Malavali wrote: From: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_init.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 1/1 linux-scs-ml] qla2xxx: Update ql2{4,5}00_fw.bin to version 7.01.00

2013-11-23 Thread Xose Vazquez Perez
...@decadent.org.uk Signed-off-by: Xose Vazquez Perez xose.vazq...@gmail.com --- LICENCE.qla2xxx | 60 WHENCE | 4 ++-- ql2400_fw.bin | Bin 257108 - 259332 bytes ql2500_fw.bin | Bin 260064 - 265420 bytes 4 files changed, 28

Re: [PATCH for-next] qla2xxx: delete references to unused firmware files

2015-05-21 Thread Xose Vazquez Perez
On 05/21/2015 12:42 PM, Xose Vazquez Perez wrote: ql2400_fw.bin: COPYRIGHT 2015 QLOGIC CORPORATION ISP24xx Firmware Version 8.01.00 $ ql2500_fw.bin: COPYRIGHT 2015 QLOGIC CORPORATION ISP24xx Firmware Version 8.01.00 $ ql2600_fw.bin: COPYRIGHT 2015 QLOGIC CORPORATION

Re: [PATCH for-next] qla2xxx: delete references to unused firmware files

2015-05-21 Thread Xose Vazquez Perez
On 05/19/2015 05:51 PM, Himanshu Madhani wrote: On 5/18/15, 6:50 PM, Julian Calaby julian.cal...@gmail.com wrote: Do the devices these firmware files are for exist and is there any chance of the files being released? Yes. These devices are available and we read firmware from FLASH on these

Re: [PATCH 2/2] qla2xxx: fix rwlock recursion

2015-11-16 Thread Xose Vazquez Perez
Bart Van Assche wrote: > [PATCH] qla2xxx: Fix rwlock recursion > > Fixes: 8dfa4b5a9b44 ("qla2xxx: Fix sparse annotation") > Signed-off-by: Bart Van Assche > Reported-by: Himanshu Madhani > Cc: Giridhar Malavali

Re: [PATCH for-next] scsi: qla2xxx: Hide unavailable firmware

2015-10-07 Thread Xose Vazquez Perez
On Fri, May 22, 2015 at 10:00 AM, Julian Calaby wrote: > Some qla2xxx devices have firmware stored in flash on the device, > however for debugging and triage purposes, Qlogic staff like to > be able to load known-good versions of these firmwares through >

Re: [PATCH for-next] scsi: qla2xxx: Hide unavailable firmware

2015-10-09 Thread Xose Vazquez Perez
On 10/09/2015 02:26 AM, Giridhar Malavali wrote: > We will send a patch to remove such references in our driver. Could you please send latest(8.01.00 or better) firmware to linux-firmware.git ? Right now it brings 7.03.00, and some enterprise distributions already have 8.00.00 -thanks- -- To

Re: [PATCH 1/2] qla2xxx: Remove unavailable firmware files

2015-11-17 Thread Xose Vazquez Perez
; MODULE_FIRMWARE(FW_FILE_ISP24XX); > MODULE_FIRMWARE(FW_FILE_ISP25XX); > -MODULE_FIRMWARE(FW_FILE_ISP2031); > -MODULE_FIRMWARE(FW_FILE_ISP8031); > -MODULE_FIRMWARE(FW_FILE_ISP27XX); > -- > 1.7.7 You should remove this info also from Kconfig: 2031 ql2600_fw.bin

[PATCH] multipath-tools: document how to add devices that need special flags in the SCSI subsystem

2016-08-14 Thread Xose Vazquez Perez
C_ALUA}, <-- ontap {"NETAPP", "INF-01-00", NULL, BLIST_SYNC_ALUA}, <-- rdac!! {"SGI", "TP9100", "*", BLIST_REPORTLUN2}, {"Intel", "Multi-Flex", NULL, BLIST_

[PATCH] scsi: blacklist all RDAC devices for BLIST_NO_ULD_ATTACH

2016-08-12 Thread Xose Vazquez Perez
le.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_devinfo.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/scsi/scsi_devinfo.c

[PATCH] scsi: remove obsolete comment in scsi_devinfo.c

2016-08-13 Thread Xose Vazquez Perez
Unrealistic wish, maybe for next Christmas with the pony. And highlight "unused" comment at revision. Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: X

[PATCH 1/5] multipath-tools: document how to add devices that need special flags in the SCSI subsystem

2016-08-16 Thread Xose Vazquez Perez
_ALUA}, <-- ontap {"NETAPP", "INF-01-00", NULL, BLIST_SYNC_ALUA}, <-- rdac!! {"SGI", "TP9100", "*", BLIST_REPORTLUN2}, {"Intel", "Multi-Flex", NULL, BLIST

[PATCH] scsi: replace wrong device handler name for CLARiiON arrays

2016-10-07 Thread Xose Vazquez Perez
<j...@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_dh.c | 6 +++--- 1

[PATCH] scsi: update rdac devices at scsi_dh_rdac

2016-10-07 Thread Xose Vazquez Perez
tersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_dh.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deleti

Re: [PATCH 15/23] scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA'

2016-10-10 Thread Xose Vazquez Perez
Hi Hannes, Try #2. Is this needed for RDAC(INF-01-00) devices? Thank you. ---cut--- commit 851cde9909dd8b6fb90fab7f4e815c8f86c85a0d Author: Hannes Reinecke Date: Fri Feb 19 09:17:12 2016 +0100 scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA' Add a new blacklist

[PATCH] scsi_devinfo: remove synchronous ALUA for NETAPP/RDAC devices

2016-11-08 Thread Xose Vazquez Perez
inecke <h...@suse.de> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com&g

Re: [PATCH] scsi: update rdac devices at scsi_dh_rdac

2016-10-22 Thread Xose Vazquez Perez
Sean has to confirm this. It already was done, all changes are already included in multipath-tools. See below. > On 10/18/2016 10:11 AM, Xose Vazquez Perez wrote: >> On 10/07/2016 06:55 PM, Xose Vazquez Perez wrote: >> >> This patch is pending, ACK is needed! >> The part

[PATCH] scsi_devinfo: apply to HP-rebranded same options as Hitachi

2016-10-18 Thread Xose Vazquez Perez
ias.rudo...@hds.com> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com&

Re: [PATCH] scsi: update rdac devices at scsi_dh_rdac

2016-10-18 Thread Xose Vazquez Perez
On 10/07/2016 06:55 PM, Xose Vazquez Perez wrote: This patch is pending, ACK is needed! The part of multipath-tools was done time ago. CC: Babu Moger, just in case. > Remove IBM/1745 ghost array. > There is no references nowhere, also removed from multipath-tools > Confirmed by the

[PATCH v2] scsi_devinfo: remove synchronous ALUA for NETAPP devices

2016-11-11 Thread Xose Vazquez Perez
.de> Cc: Christophe Varoqui <christophe.varo...@opensvc.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: X

Re: [PATCH] scsi_devinfo: remove synchronous ALUA for NETAPP/RDAC devices

2016-11-11 Thread Xose Vazquez Perez
- > From: Hannes Reinecke [mailto:h...@suse.de] > Sent: Wednesday, November 9, 2016 12:20 PM > To: Xose Vazquez Perez <xose.vazq...@gmail.com> > Cc: George, Martin <martin.geo...@netapp.com>; Stankey, Robert > <robert.stan...@netapp.com>; Schremmer, Steven &

Re: iscsi (?): Unknown VPD Code: 0xc7

2017-03-24 Thread Xose Vazquez Perez
On 03/24/2017 09:16 PM, Xose Vazquez Perez wrote: > Try to add "scsi_dev_flags=AIX:VDASD:0x1000" to the kernel > command line in grub. # echo "AIX:VDASD:0x1000" > /proc/scsi/device_info should also work.

Re: iscsi (?): Unknown VPD Code: 0xc7

2017-03-24 Thread Xose Vazquez Perez
Harald Dunkel wrote: > I am trying to use LIO on amd64 to provide block devices to some > AIX 6.1 and 7.1 hosts. It works pretty well, except that I cannot > create rootvg wpars on AIX 7.1. (rootvg wpars are containers > running on their own volume group.) > > The error message on AIX is > >

Re: scsi: Add TRY_VPD_PAGES to HITACHI OPEN-V blacklist entry

2017-10-17 Thread Xose Vazquez Perez
On 10/17/2017 09:10 AM, Hannes Reinecke wrote: > HITACHI is always supporting VPD pages, even though it's claiming > to support SCSI Revision 3 only. "HP/OPEN-" is also affected. HP XP is a rebrand of HITACHI VSP. {"HP", "OPEN-", "*", BLIST_REPORTLUN2}, /* HP XP Arrays */ > Signed-off-by:

[PATCH] scsi: scsi_devinfo: replace "Dell PV 650F" with "EMC CLARiiON"

2017-11-23 Thread Xose Vazquez Perez
The Dell PV650F is a re-branded CLARiiON FC5700. And DGC/RAID,DISK identifies all CLARiiON family. Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazque

[PATCH] scsi_dh: fix format of struct members

2017-12-16 Thread Xose Vazquez Perez
Remove useless trailing comma and space. Cc: Hannes Reinecke <h...@suse.de> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@g

scsi_devinfo: devices and pattern matching

2017-12-16 Thread Xose Vazquez Perez
Hi, After last pattern matching changes, maybe some entries should be revised: Empty strings(current meaning?): {"", "Scanner", "1.80", BLIST_NOLUN}, /* responds to all lun */ {"Promise", "", NULL, BLIST_SPARSELUN}, {"HP", "C1790A", "", BLIST_NOLUN}, /*

[PATCH] scsi_devinfo: apply to HP XP the same flags as Hitachi VSP

2017-11-17 Thread Xose Vazquez Perez
Cc: Matthias Rudolph <matthias.rudo...@hitachivantara.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> ---

[PATCH try #2] scsi_devinfo: apply to HP-rebranded the same flags as Hitachi

2017-11-17 Thread Xose Vazquez Perez
-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_devinfo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c index 2464569..44d8cfb 100644 --- a/driv

[PATCH] scsi_dh: add new rdac devices

2017-11-17 Thread Xose Vazquez Perez
Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_dh.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_dh.c b/drivers/scsi/scsi_dh.c index 2b785d09d5bd..b88b5d

Re: scsi: Always retry internal target error

2018-01-10 Thread Xose Vazquez Perez
> On 10/17/2017 09:11 AM, Hannes Reinecke wrote: >> EMC Symmetrix is returning 'internal target error' for a variety >> of conditions, most of which will be transient. >> So we should always retry it, even with failfast set. >> Otherwise we'd get spurious path flaps with multipath. >> >>

[PATCH] scsi: devinfo: fix format of the device list

2018-01-15 Thread Xose Vazquez Perez
Replace "" with NULL for product revision level, and merge TEXEL duplicate entries. Cc: Hannes Reinecke <h...@suse.de> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org>

Re: [PATCH] scsi: handle ABORTED_COMMAND on Fujitsu ETERNUS

2018-01-17 Thread Xose Vazquez Perez
Martin Wilck wrote: > On Wed, 2018-01-17 at 01:15 -0500, Martin K. Petersen wrote: >> >> > + if (!strncmp(scmd->device->vendor, "FUJITSU", 7) >> > && >> > + !strncmp(scmd->device->model, >> > "ETERNUS_DXM", 11) && Is DXM the S3 family? >> Blacklist, please. > > To

Re: [PATCH] scsi: remove extra white space at the end of the line

2018-01-22 Thread Xose Vazquez Perez
Jason Yan wrote: > My editor always try to remove the extra white space at the end of the > line when I make some changes. I'm tired of adjusting them manually. A real (trailing) clean up is done with: find -type f -exec sed -i 's/[[:cntrl:]]\+$//' {} + Trailing spaces, tabs and ^L were deleted

[PATCH resend] scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arrays

2018-03-15 Thread Xose Vazquez Perez
hias.rudo...@hitachivantara.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_devinfo.c | 1 + 1 fil

[PATCH] scsi: devinfo: remove DF arrays from HP

2018-03-15 Thread Xose Vazquez Perez
. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_devinf

[PATCH resend] scsi: devinfo: delete duplicate "Generic"/"USB Storage-SMC" device

2018-04-06 Thread Xose Vazquez Perez
.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- drivers/scsi/scsi_devinfo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/scsi_devin

[PATCH] scsi: scsi_dh: replace too broad "TP9" string with the exact models

2018-04-06 Thread Xose Vazquez Perez
ies-upstream-maintain...@netapp.com> Cc: Hannes Reinecke <h...@suse.de> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: DM ML <dm-de...@redhat.com> Signed-off-by: Xose V

[PATCH RFC] scsi: devinfo: remove dasd devices from the scsi subsystem

2018-03-16 Thread Xose Vazquez Perez
.@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: s390 ML <linux-s...@vger.kernel.org> Cc: SCSI ML <linux-scsi@vger.kernel.org> Cc: device-mapper development <dm-de...@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- dri

[PATCH] scsi: devinfo: delete duplicate "Generic"/"USB Storage-SMC" device

2018-03-04 Thread Xose Vazquez Perez
Revision is irrelevant, it's unused by the scsi infrastructure. Cc: Hannes Reinecke <h...@suse.de> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose

[PATCH] scsi: devinfo: add HP DISK-SUBSYSTEM device, for HP XP arrays

2018-03-04 Thread Xose Vazquez Perez
tara.com> Cc: Hannes Reinecke <h...@suse.de> Cc: Martin K. Petersen <martin.peter...@oracle.com> Cc: James E.J. Bottomley <j...@linux.vnet.ibm.com> Cc: SCSI ML <linux-scsi@vger.kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com> --- driv