RE: [PATCH trivial 1/3] megaraid_sas: Spelling s/intance/instance/

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Geert Uytterhoeven [mailto:ge...@linux-m68k.org] Sent: Tuesday, March 25, 2014 2:07 AM To: Jiri Kosina Cc: linux-ker...@vger.kernel.org; Geert Uytterhoeven; DL-MegaRAID Linux; linux-scsi@vger.kernel.org Subject: [PATCH trivial 1/3] megaraid_sas: Spelling

RE: [PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Saturday, March 29, 2014 11:47 PM To: linux-ker...@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-scsi@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 29/55] scsi: Mark functions as

RE: [PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Saturday, March 29, 2014 11:48 PM To: linux-ker...@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-scsi@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 30/55] scsi: Mark functions as

RE: [PATCH 51/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Sunday, March 30, 2014 12:18 AM To: linux-ker...@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-scsi@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 51/55] scsi: Move prototype

RE: [PATCH 52/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Sunday, March 30, 2014 12:19 AM To: linux-ker...@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-scsi@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 52/55] scsi: Move prototype

[PATCH] virtio-scsi: Skip setting affinity on uninitialized vq

2014-04-11 Thread Fam Zheng
virtscsi_init calls virtscsi_remove_vqs on err, even before initializing the vqs. The latter calls virtscsi_set_affinity, so let's check the pointer there before setting affinity on it. This fixes a panic when setting device's num_queues=2 on RHEL 6.5: qemu-system-x86_64 ... \ -device

Re: [PATCH 3/4] blk-mq: move request structures into struct blk_mq_tags

2014-04-11 Thread Christoph Hellwig
On Thu, Apr 10, 2014 at 08:42:27PM -0600, Jens Axboe wrote: Great. Will you send out an updated patchset? I was waiting for you to apply the previous series, but I'll just resend my whole set of outstanding patches, it'll need a bit of rebasing against your updated tree anyway. -- To

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-04-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 --- Comment #13 from Alex alexandernaum...@gmx.de --- Thanks for these tips. It looks like disabling serial console helps. But I need this one. I will try to get his patches working so that I can enbale serial console again. -- You are

[PATCH] [SCSI] libsas: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO

2014-04-11 Thread Duan Jiong
This patch fixes coccinelle error regarding usage of IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. Signed-off-by: Duan Jiong duanj.f...@cn.fujitsu.com --- drivers/scsi/libsas/sas_scsi_host.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

Re: hpsa driver bug crack kernel down!

2014-04-11 Thread David Woodhouse
On Thu, 2014-04-10 at 17:17 -0600, Shuah Khan wrote: This smells very much like the problem that was solved couple of years ago for SI domain. It is likely that path is broken with the DMAR device scope array change. Please take a look to see if the following no longer occurs. Looks like BIOS

[no subject]

2014-04-11 Thread Mercantile Finance
We are Christain organization we give out loan/financial help contact us via email: mercantilefinanceloanserv...@yahoo.com -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to majord...@vger.kernel.org More majordomo info at

[no subject]

2014-04-11 Thread Mercantile Finance
We are Christain organization we give out loan/financial help contact us via email: mercantilefinanceloanserv...@yahoo.com -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] scsi: lpfc: lpfc_init: use kcalloc for allocating memory

2014-04-11 Thread Matei Oprea
It's easier to use kcalloc for allocating arrays. While at it also remove useless casting value. Signed-off-by: Matei Oprea e...@opreamatei.ro Cc: ROSEdu Kernel Community fire...@lists.rosedu.org --- drivers/scsi/lpfc/lpfc_init.c | 13 +++-- 1 file changed, 7 insertions(+), 6

Re: hpsa driver bug crack kernel down!

2014-04-11 Thread Woodhouse, David
On Thu, 2014-04-10 at 09:19 -0700, Davidlohr Bueso wrote: Attaching a dmesg from one of the kernels that boots. It doesn't appear to have much of the related information... is there any debug config option I can enable that might give you more data? I'd like the contents of

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-04-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 Alex alexandernaum...@gmx.de changed: What|Removed |Added Component|SCSI|Other

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-04-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 --- Comment #14 from Alex alexandernaum...@gmx.de --- My Grub entry is: title Test root(hd0,0) kernel /boot/vmlinuz-3.10.25 root=/dev/sdb2 ro console=ttyS0 boot Removing console=ttyS0 will fix this problem. But

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-04-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 --- Comment #15 from Alex alexandernaum...@gmx.de --- After disabling ACPI Processor and cpuidle, I get these four different stack traces (system is working, but not rebooting anymore for example) several times: Call Trace: [8175bafd]

Re: [PATCH 3/4] blk-mq: move request structures into struct blk_mq_tags

2014-04-11 Thread Jens Axboe
On 04/11/2014 01:33 AM, Christoph Hellwig wrote: On Thu, Apr 10, 2014 at 08:42:27PM -0600, Jens Axboe wrote: Great. Will you send out an updated patchset? I was waiting for you to apply the previous series, but I'll just resend my whole set of outstanding patches, it'll need a bit of rebasing

Re: [PATCH] virtio-scsi: Skip setting affinity on uninitialized vq

2014-04-11 Thread Greg KH
On Fri, Apr 11, 2014 at 03:23:45PM +0800, Fam Zheng wrote: virtscsi_init calls virtscsi_remove_vqs on err, even before initializing the vqs. The latter calls virtscsi_set_affinity, so let's check the pointer there before setting affinity on it. This fixes a panic when setting device's

Re: [PATCH 2/3] m68k/atari - atari_scsi: change abort/reset return codes

2014-04-11 Thread Sam Creasey
Acked-by: Sam Creasey sa...@sammy.net On Thu, Mar 13, 2014 at 01:30:15AM +1100, Finn Thain wrote: This is a larger version of Michael's patch. It takes care of the header files and comments and it addresses sun3_NCR5380 as well as atari_NCR5380. This means that the initio.h include (!) can

Re: [PATCH] Update Maintainers for IBM Power 842, vscsi, and vfc drivers

2014-04-11 Thread Robert Jennings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 04/09/2014 01:32 PM, Nathan Fontenot wrote: Update the MAINTAINERS file to indicate the current maintainers for the IBM Power 842 Compression driver, IBM Power Virtual SCSI driver and the IBM Power Virtual FC Driver. Signed-off-by: Nathan

Re: LSI SAS - SSDs with DRAT and DZAT

2014-04-11 Thread Bernd Schubert
On 02/12/2014 03:27 AM, Kurt Miller wrote: I can report that the Samsung 840 Pro*does* support trim on the LSI SAS2008. As suspected it supports deterministic read zeros after trim. One other thing to note, in my testing the P16 LSI firmware has broken trim support. P14 and P15 report

Re: [PATCH 0/6] qla4xxx: 5.04.00-k6: Updates for scsi misc branch

2014-04-11 Thread Mike Christie
On 04/09/2014 08:12 PM, vikas.chaudh...@qlogic.com wrote: From: Vikas Chaudhary vikas.chaudh...@qlogic.com James, Please apply the following patches to the scsi tree at your earliest convenience. Adheer Chandravanshi (2): qla4xxx: Fix smatch warning in func qla4xxx_get_ep_param

Re: [GIT PULL] async scsi resume for 3.15

2014-04-11 Thread James Bottomley
On Thu, 2014-04-10 at 18:24 -0700, Dan Williams wrote: Hi Linus, James might still be in the process of sending this your way. However, given the proximity to -rc1, my reasoning for sending this directly is: 1/ It provides a tangible speed up for a non-esoteric use case (laptop resume):

Re: [PATCH 0/3] Fix USB deadlock caused by SCSI error handling

2014-04-11 Thread Andreas Reis
I did set the scsi_logging_level as you wrote, but it still resulted into exactly the same dmesg (resp. sudo journalctl -b 0) output with the entire patchset (including the scmd-eh_eflags = 0;). Except for the reverted do nothings, for course. However, I did miss to mention the following

[PATCH 26/42] qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware.

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com If the firmware cannot find the command specified then return SUCCESS to the error handler so as not to needlessly escalate. Also cleanup the resources for the command since we cannot expect the original command to returned in interrupt context.

[PATCH 25/42] qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.

2014-04-11 Thread Saurav Kashyap
From: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c

[PATCH 09/42] qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044.

2014-04-11 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malv...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_nx.c | 12 ++-- drivers/scsi/qla2xxx/qla_nx2.c |3 +++ drivers/scsi/qla2xxx/qla_os.c |1 +

[PATCH 14/42] qla2xxx: Track the process when the ROM_LOCK failure happens

2014-04-11 Thread Saurav Kashyap
From: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx.c | 20 ++-- drivers/scsi/qla2xxx/qla_nx.h |3 --- 2 files changed, 14 insertions(+), 9

[PATCH 22/42] qla2xxx: Include delay.h file for msleep declartion in qla_nx2.c file.

2014-04-11 Thread Saurav Kashyap
From: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx2.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx2.c

[PATCH 21/42] qla2xxx: Use proper log message for flash lock failed error.

2014-04-11 Thread Saurav Kashyap
From: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Atul Deshmukh atul.deshm...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_nx.c |4 drivers/scsi/qla2xxx/qla_nx2.c |4 ++-- 3 files

[PATCH 39/42] qla2xxx: ABTS cause double free of qla_tgt_cmd +.

2014-04-11 Thread Saurav Kashyap
From: Quinn Tran quinn.t...@qlogic.com Fix double free problem within qla2xxx driver where current code prematurely free qla_tgt_cmd while firmware still has the command. When firmware release the command after abort, the code attempt a second free as part of command completion processing. When

[PATCH 23/42] qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.c

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx2.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx2.c

[PATCH 18/42] qla2xxx: Update entry type 270 to match spec update.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Increment the address by 4 on each iteration. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_tmpl.c |2 +- 1 files changed, 1 insertions(+), 1

[PATCH 13/42] qla2xxx: Correction to ISP27xx template entry types 256 and 258.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com The window address inserted into the dump should be have been incremented by 1 rather than 4. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_tmpl.c |2 +-

[PATCH 03/42] qla2xxx: Correct operations for ISP27xx template types 270 and 271.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_tmpl.c | 21 - 2 files changed, 17

[PATCH 41/42] qla2xxx: Remove wait for online from host reset handler.

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com This can block progress of the SCSI error handler thread and cause long I/O outages. Instead just fail immediately if another reset is going on or we are accessing flash memory. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav

[PATCH 07/42] qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive.

2014-04-11 Thread Saurav Kashyap
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_nx.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH 36/42] qla2xxx: Add MBC option for fast SFP data access.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_attr.c

[PATCH 24/42] qla2xxx: ISP8044 poll ipmdio bus timeout improvement.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx2.c | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) diff --git

[PATCH 42/42] qla2xxx: Update the driver version to 8.07.00.08-k.

2014-04-11 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_version.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_version.h

[PATCH 05/42] qla2xxx: Correct ISP83xx/ISP27xx mislogic in setting out_mb in qla25xx_init_req_que().

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mbx.c

[PATCH 19/42] qla2xxx: Change copyright year to 2014 in all the source files.

2014-04-11 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- Documentation/scsi/LICENSE.qla2xxx |2 +- drivers/scsi/qla2xxx/qla_attr.c |2 +- drivers/scsi/qla2xxx/qla_bsg.c |2

[PATCH 08/42] qla2xxx: Add pci device id 0x2271.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |8 ++-- drivers/scsi/qla2xxx/qla_os.c | 21 +++-- 2 files changed, 21

[PATCH 38/42] qla2xxx: T10-Dif: add T10-PI support

2014-04-11 Thread Saurav Kashyap
From: Quinn Tran quinn.t...@qlogic.com Add support for T10-Dif for Target Mode to qla driver. The driver will look for firmware attribute that support this feature. When the feature is present, the capabilities will be report to TCM layer. Add CTIO CRC2 iocb to build T10-Dif commands. Add

[PATCH 00/42] qla2xxx: 8.07.00.08-k: Updates for scsi misc branch

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Hi James, Please apply the following patches to the scsi tree, misc branch at your earliest convenience. Thanks, ~Saurav Armen Baloyan (3): qla2xxx: Change copyright year to 2014 in all the source files. qla2xxx: Decrease pci access for response

[PATCH 20/42] qla2xxx: Decrease pci access for response queue processing for ISPFX00.

2014-04-11 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c

[PATCH 01/42] qla2xxx: Wait for reset completion without lock for ISPFX00.

2014-04-11 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c b/drivers/scsi/qla2xxx/qla_mr.c index

[PATCH 16/42] qla2xxx: Introduce fw_dump_flag to track fw dump progress.

2014-04-11 Thread Saurav Kashyap
From: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c | 42 +- drivers/scsi/qla2xxx/qla_dbg.h |3 +-

[PATCH 40/42] qla2xxx: Do logins from a chip reset in DPC thread instead of the error handler thread.

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Attempting to do any logins from the SCSI reset handler can lead to a deadlock scenario if a rport times out and the FC transport layer. Move doing any port logins to the DPC thread so as not to impede the progress of the SCSI error handler thread and

[PATCH 34/42] qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.

2014-04-11 Thread Saurav Kashyap
From: Tej Prakash tej.prak...@qlogic.com Signed-off-by: Tej Prakash tej.prak...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_nx.c | 43 1 files changed, 13 insertions(+), 30 deletions(-) diff --git

[PATCH 15/42] qla2xxx: Remove unnecessary delays from fw dump code path.

2014-04-11 Thread Saurav Kashyap
From: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c | 71 +-- drivers/scsi/qla2xxx/qla_dbg.h |2 +- 2 files changed, 32

[PATCH 28/42] qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_init.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_init.c

[PATCH 35/42] qla2xxx: Fix beacon blink logic for ISP26xx/83xx.

2014-04-11 Thread Saurav Kashyap
From: Himanshu Madani himanshu.mad...@qlogic.com Signed-off-by: Himanshu Madani himanshu.mad...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |6 -- drivers/scsi/qla2xxx/qla_sup.c |7 ++- 2 files changed, 6 insertions(+), 7

[PATCH 17/42] qla2xxx: Enable fw_dump_size for ISP8044.

2014-04-11 Thread Saurav Kashyap
From: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_attr.c

[PATCH 33/42] qla2xxx: Delay driver unload if there is any pending activity going on.

2014-04-11 Thread Saurav Kashyap
From: Sawan Chandak sawan.chan...@qlogic.com Signed-off-by: Sawan Chandak sawan.chan...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git

[PATCH 30/42] qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling.

2014-04-11 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c

[PATCH 10/42] qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMDIO(39),QLA8044_POLLWR(40).

2014-04-11 Thread Saurav Kashyap
From: Pratik Mohanty pratik.moha...@qlogic.com Signed-off-by: Pratik Mohanty pratik.moha...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_nx.h |1 + drivers/scsi/qla2xxx/qla_nx2.c | 335

[PATCH 27/42] qla2xxx: Adjust adapter reset routine to the changes in firmware specification for ISPFx00.

2014-04-11 Thread Saurav Kashyap
From: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Armen Baloyan armen.balo...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c | 55 +++-- drivers/scsi/qla2xxx/qla_mr.h |1 + 2 files changed,

[PATCH 32/42] qla2xxx: ISP27xx queue index shadow registers.

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com For ISP27xx use the request/response queue index shadow registers to avoid directly access them on the PCI bus. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com ---

[PATCH 31/42] qla2xxx: ISP27xx firmware dump template spec updates (including T274).

2014-04-11 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |6 +- drivers/scsi/qla2xxx/qla_tmpl.c | 90 +++

[PATCH 29/42] qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the owner of the reset.

2014-04-11 Thread Saurav Kashyap
From: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Hiral Patel hiral.pa...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |1 + drivers/scsi/qla2xxx/qla_nx2.c | 120 +++-

Re: [PATCH] virtio-scsi: Skip setting affinity on uninitialized vq

2014-04-11 Thread Paolo Bonzini
Il 11/04/2014 03:23, Fam Zheng ha scritto: virtscsi_init calls virtscsi_remove_vqs on err, even before initializing the vqs. The latter calls virtscsi_set_affinity, so let's check the pointer there before setting affinity on it. This fixes a panic when setting device's num_queues=2 on RHEL 6.5:

Re: [PATCH] virtio-scsi: Skip setting affinity on uninitialized vq

2014-04-11 Thread Paolo Bonzini
Il 11/04/2014 03:23, Fam Zheng ha scritto: virtscsi_init calls virtscsi_remove_vqs on err, even before initializing the vqs. The latter calls virtscsi_set_affinity, so let's check the pointer there before setting affinity on it. This fixes a panic when setting device's num_queues=2 on RHEL 6.5:

Re: [GIT PULL] async scsi resume for 3.15

2014-04-11 Thread Linus Torvalds
On Fri, Apr 11, 2014 at 11:20 AM, James Bottomley james.bottom...@hansenpartnership.com wrote: I also don't see this in linux-next, unless I'm not looking in the right place, so it would be a bit of a risk adding it just before -rc1. .. but it sounds like you're not against it? I'll pull it -

Re: [GIT PULL] async scsi resume for 3.15

2014-04-11 Thread Linus Torvalds
On Fri, Apr 11, 2014 at 5:23 PM, Linus Torvalds torva...@linux-foundation.org wrote: This has been the biggest (by far) merge window so far, afaik. Might as well take this too. Actually, I take that by far back. In fact it's not even the biggest one (yet). It looks like 3.10-rc1 was worse in