Re: [PATCH 0/4] qla2xxx: Patches for 3.9-rc.

2013-03-22 Thread Saurav Kashyap
Carnuccio (1): Revert qla2xxx: Add setting of driver version string for vendor application. Saurav Kashyap (2): qla2xxx: Update copyright information in LICENSE.qla2xxx file. qla2xxx: Update the driver version to 8.04.00.13-k. Documentation/scsi/LICENSE.qla2xxx |2 +- drivers/scsi

[PATCH 0/5] qla2xxx: Patches for 3.9-rc.

2013-03-25 Thread Saurav Kashyap
Hi James, Please apply the following patches for 3.9-rc. Thanks, ~Saurav Arun Easi (1): qla2xxx: Fix crash during firmware dump procedure. Joe Carnuccio (1): Revert qla2xxx: Add setting of driver version string for vendor application. Saurav Kashyap (3): qla2xxx: Update copyright

[PATCH 2/5] qla2xxx: Fix crash during firmware dump procedure.

2013-03-25 Thread Saurav Kashyap
. Applicable to ISP24xx, ISP25xx, ISP81xx ISP83xx line of HBAs. Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_init.c |2 +- 2 files changed, 2 insertions(+), 2 deletions

[PATCH 4/5] qla2xxx: Remove debug code that msleeps for random duration.

2013-03-25 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_attr.c |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c

[PATCH 5/5] qla2xxx: Update the driver version to 8.04.00.13-k.

2013-03-25 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 b/drivers/scsi/qla2xxx

[PATCH 1/5] Revert qla2xxx: Add setting of driver version string for vendor application.

2013-03-25 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com The original patch was not covering all the adapters and firmwares. This commit reverts 3a11711ad00caebee07e262d188cea66f3473c38. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com

[PATCH 3/5] qla2xxx: Update copyright information in LICENSE.qla2xxx file.

2013-03-25 Thread Saurav Kashyap
Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- Documentation/scsi/LICENSE.qla2xxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/scsi/LICENSE.qla2xxx b/Documentation/scsi

[PATCH 0/5] qla2xxx: Patches for scsi misc branch.

2013-03-28 Thread Saurav Kashyap
fail cases. qla2xxx: Obtain loopback iteration count from bsg request. Saurav Kashyap (1): qla2xxx: Update the driver version to 8.05.00.03-k. Wei Yongjun (1): qla2xxx: Remove duplicated include form qla_isr.c drivers/scsi/qla2xxx/Makefile |2 +- drivers/scsi/qla2xxx/qla_attr.c

[PATCH 2/5] qla2xxx: Remove duplicated include form qla_isr.c

2013-03-28 Thread Saurav Kashyap
From: Wei Yongjun yongjun_...@trendmicro.com.cn Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_isr.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 4/5] qla2xxx: Obtain loopback iteration count from bsg request.

2013-03-28 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com qla2x00_loopback_test() was hard setting the loopback iteration count to 1 rather than obtaining it from the bsg request. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi

[PATCH 5/5] qla2xxx: Update the driver version to 8.05.00.03-k.

2013-03-28 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 |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_version.h b/drivers/scsi/qla2xxx

Re: [PATCH v2] qla2xxx: Fix for locking issue between driver ISR and mailbox routines

2013-04-24 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Thanks, ~Saurav The driver uses ha-mbx_cmd_flags variable to pass information between its ISR and mailbox routines, however, it does so without the protection of any locks. Under certain conditions, this can lead to multiple mailbox command

[PATCH 0/2] qla2xxx: Patches for scsi misc branch.

2013-04-24 Thread Saurav Kashyap
Hi James, This patchset fixes the sparse warnings. Please apply the following patches to the scsi tree at your earliest convenience for inclusion in the next mainline merge window. Thanks, ~Saurav Armen Baloyan (1): qla2xxx: fix sparse warning large integer implicitly truncated to

[PATCH 2/2] qla2xxx: qla2x00_sp_compl can be static.

2013-04-24 Thread Saurav Kashyap
From: Fengguang Wu fengguang...@intel.com Signed-off-by: Fengguang Wu fengguang...@intel.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 b/drivers

[PATCH 1/2] qla2xxx: fix sparse warning large integer implicitly truncated to unsigned type

2013-04-24 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 |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c

[PATCH 1/2] qla2xxx: fix sparse warning large integer implicitly truncated to unsigned type

2013-04-24 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 |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c

[PATCH 0/2] qla2xxx: Patches for scsi misc branch.

2013-04-24 Thread Saurav Kashyap
Hi James, This patchset fixes the sparse warnings. Please apply the following patches to the scsi tree at your earliest convenience for inclusion in the next mainline merge window. Thanks, ~Saurav Armen Baloyan (1): qla2xxx: fix sparse warning large integer implicitly truncated to

[PATCH 2/2] qla2xxx: qla2x00_sp_compl can be static.

2013-04-24 Thread Saurav Kashyap
From: Fengguang Wu fengguang...@intel.com Signed-off-by: Fengguang Wu fengguang...@intel.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 b/drivers

Re: [PATCH] qla2x00t: Fix a memory leak in an error path

2013-05-16 Thread Saurav Kashyap
. Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad Dupuis chad.dup...@qlogic.com Cc: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_bsg.c b/drivers/scsi/qla2xxx/qla_bsg.c

Re: [PATCH 0/10] qla2xxx: Reduce the number of Coverity warnings

2013-06-07 Thread Saurav Kashyap
Hi Bart, Thanks for the patches. Please share the warnings reported by Coverity, so that its easy for us to review the patches. Thanks, ~Saurav The current implementation of the qla2xxx Fibre Channel initiator driver triggers multiple warnings when analyzed with the Coverity static analyzer.

Re: [PATCH 0/10] qla2xxx: Reduce the number of Coverity warnings

2013-06-12 Thread Saurav Kashyap
Hi Bart, Thanks for patchset. There are minor issue with some patches like updating the missing msg_ids in qla_dbg.c file. I am replying to each of the patch. Thanks, ~Saurav On 06/07/13 21:06, Saurav Kashyap wrote: Thanks for the patches. Please share the warnings reported by Coverity, so

Re: [PATCH 01/10] qla2xxx: Clean up qla24xx_iidma()

2013-06-12 Thread Saurav Kashyap
| | Thanks, ~Saurav Remove dead code and simplify a pointer computation. Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad Dupuis chad.dup...@qlogic.com Cc: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c |9 + 1 file changed, 1 insertion(+), 8

Re: [PATCH 03/10] qla2xxx: Remove dead code in qla2x00_configure_hba()

2013-06-12 Thread Saurav Kashyap
that rval == QLA_SUCCESS. Hence remove the code that depends on rval != QLA_SUCCESS. Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad Dupuis chad.dup...@qlogic.com Cc: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_init.c |8 +--- 1 file changed, 1 insertion

Re: [PATCH 04/10] qla2xxx: Remove two superfluous tests

2013-06-12 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Since ha-model_desc is an array comparing it against NULL is superfluous. Hence remove these tests. Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad Dupuis chad.dup...@qlogic.com Cc: Saurav Kashyap saurav.kash...@qlogic.com

Re: [PATCH 05/10] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs()

2013-06-12 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Since the value of cur_seg is not used and since scsi_prot_sglist() has no side effects it is safe to remove the statement cur_seg = scsi_prot_sglist(cmd). Detected by Coverity. Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad

Re: [PATCH 08/10] qla2xxx: Fix qla2xxx_check_risc_status()

2013-06-12 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Change the 'rval' variable from QLA_FUNCTION_TIMEOUT into QLA_SUCCESS before starting a loop that is only executed if rval is initialized to QLA_SUCCESS. Coverity reported that loop as dead code. Signed-off-by: Bart Van Assche bvanass

Re: [PATCH 06/10] qla2xxx: Remove redundant assignments

2013-06-12 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com The value of the pointer called nxt is not used after the nxt = qla24xx_copy_eft(ha, nxt) statement. Hence keep the function call but remove the assignment. Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad Dupuis chad.dup

Re: [PATCH 09/10] qla2xxx: Remove an unused variable from qla2x00_remove_one()

2013-06-12 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Signed-off-by: Bart Van Assche bvanass...@acm.org Cc: Chad Dupuis chad.dup...@qlogic.com Cc: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

Re: [PATCH 07/10] qla2xxx: Help Coverity with analyzing ct_sns_pkt initialization

2013-06-12 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Coverity reports Overrunning struct type ct_sns_req of 1228 bytes by passing it to a function which accesses it at byte offset 8207 for each qla2x00_prep_ct_req(), qla2x00_prep_ct_fdmi_req() and qla24xx_prep_ct_fm_req() call. Help Coverity

Re: [PATCH 10/10] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()

2013-06-12 Thread Saurav Kashyap
: return rval; Thanks, ~Saurav -Original Message- From: Bart Van Assche bvanass...@acm.org Date: Wed, 5 Jun 2013 15:09:59 +0200 To: linux-scsi linux-scsi@vger.kernel.org Cc: Chad Dupuis chad.dup...@qlogic.com, Saurav Kashyap saurav.kash...@qlogic.com Subject: [PATCH 10/10] qla2xxx

Re: [PATCH 01/10] qla2xxx: Clean up qla24xx_iidma()

2013-06-12 Thread Saurav Kashyap
On Wed, 2013-06-12 at 08:05 +, Saurav Kashyap wrote: Hi Bart, Missing msg ids needs to be updated in qla_dbg.c file. Here is an updated patch OK, so since you modified the first patch in the series, you need to be the one who sends it all to me (with proper signoffs). SK Sure, I

[PATCH 09/16] qla2xxx: Remove dead code in qla2x00_configure_hba()

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org At the end of qla2x00_configure_hba() we know that rval == QLA_SUCCESS. Hence remove the dead code. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |1

[PATCH 06/16] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.

2013-06-25 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_def.h| 34 drivers/scsi/qla2xxx/qla_gbl.h|2 +- drivers/scsi/qla2xxx/qla_inline.h |2 +- drivers/scsi/qla2xxx/qla_iocb.c

[PATCH 04/16] qla2xxx: Do not query FC statistics during chip reset.

2013-06-25 Thread Saurav Kashyap
and return immediately if a chip reset is occurring. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 12/16] qla2xxx: Remove redundant assignments.

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org The value of the pointer called nxt is not used after the nxt = qla24xx_copy_eft(ha, nxt) statement. Hence keep the function call but remove the assignment. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash

[PATCH 01/16] qla2xxx: Clear the MBX_INTR_WAIT flag when the mailbox time-out happens.

2013-06-25 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_dbg.c |2 +- drivers/scsi/qla2xxx/qla_mbx.c | 10 -- 2 files changed, 9 insertions

[PATCH 03/16] qla2xxx: Move qla2x00_free_device to the correct location.

2013-06-25 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_os.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index

[PATCH 08/16] qla2xxx: Clean up qla84xx_mgmt_cmd()

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org Remove dead code, simplify a pointer computation and move the ql84_mgmt assignment to just before its first use. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c

[PATCH 05/16] qla2xxx: Do not take a second firmware dump when intentionally generating one.

2013-06-25 Thread Saurav Kashyap
not want to do this since the MBA_SYSTEM_ERR AEN already generates a firmware dump. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mbx.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff

[PATCH 15/16] qla2xxx: Remove an unused variable from qla2x00_remove_one().

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers

[PATCH 14/16] qla2xxx: Fix qla2xxx_check_risc_status().

2013-06-25 Thread Saurav Kashyap
-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_isr.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index d2a4c75..2d8e7b8 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers

[PATCH 11/16] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs().

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org Since the value of cur_seg is not used and since scsi_prot_sglist() has no side effects it is safe to remove the statement cur_seg = scsi_port_sglist(cmd). Detected by Coverity. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav

[PATCH 07/16] qla2xxx: Clean up qla24xx_iidma()

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org Remove dead code and simplify a pointer computation. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c |9 + drivers/scsi/qla2xxx/qla_dbg.c |3

[PATCH 16/16] qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()

2013-06-25 Thread Saurav Kashyap
bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_bsg.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_bsg.c b/drivers/scsi/qla2xxx/qla_bsg.c index b85f002..417eaad 100644

[PATCH 10/16] qla2xxx: Remove two superfluous tests.

2013-06-25 Thread Saurav Kashyap
From: Bart Van Assche bvanass...@acm.org Since ha-model_desc is an array comparing it against NULL is superfluous. Hence remove these tests. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_gs.c |3

[PATCH 13/16] qla2xxx: Help Coverity with analyzing ct_sns_pkt initialization.

2013-06-25 Thread Saurav Kashyap
that these calls do not trigger a buffer overflow by making it explicit that these three functions initializes both the request and reply structures. This patch does not change any functionality. Signed-off-by: Bart Van Assche bvanass...@acm.org Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com

[PATCH 2/2] qla2xxx: Properly set the tagging for commands.

2013-07-12 Thread Saurav Kashyap
Reported-by: Jack Hill jackh...@jackhill.us Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com --- drivers/scsi/qla2xxx/qla_iocb.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/scsi

[PATCH 0/2] qla2xxx: Patches for 3.10-rc.

2013-07-12 Thread Saurav Kashyap
Hi James, Please apply the following patches for 3.10-rc. Thanks, ~Saurav Saurav Kashyap (2): qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function. qla2xxx: Properly set the tagging for commands. drivers/scsi/qla2xxx/qla_iocb.c | 11 +-- drivers/scsi/qla2xxx/qla_mr.h

[PATCH 1/2] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.

2013-07-12 Thread Saurav Kashyap
Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.h |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.h b/drivers/scsi/qla2xxx/qla_mr.h index

RE: [PATCH 2/2] qla2xxx: Properly set the tagging for commands.

2013-07-19 Thread Saurav Kashyap
This should go to stable also, added in to list. This fixes a BZ https://bugzilla.kernel.org/show_bug.cgi?id=59601 Thanks, ~Saurav -Original Message- From: Saurav Kashyap [mailto:saurav.kash...@qlogic.com] Sent: Saturday, July 13, 2013 12:18 AM To: jbottom...@parallels.com Cc

RE: [PATCH 1/2] qla2xxx: Fix sparse warnings in qlafx00_fxdisc_iocb function.

2013-07-21 Thread Saurav Kashyap
HI James, Yes, agreed. I will resend the relevant patch set. Thanks, ~Saurav -Original Message- From: James Bottomley [mailto:jbottom...@parallels.com] Sent: Friday, July 19, 2013 8:14 PM To: Saurav Kashyap Cc: Giridhar Malavali; Andrew Vasquez; linux-scsi Subject: Re: [PATCH 1/2

RE: [PATCH 2/2] qla2xxx: Properly set the tagging for commands.

2013-07-21 Thread Saurav Kashyap
HI Greg, Thanks, I will resend the relevant patch in proper way. Thanks, ~Saurav -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Friday, July 19, 2013 9:11 PM To: Saurav Kashyap Cc: jbottom...@parallels.com; sta...@vger.kernel.org; Giridhar Malavali; Andrew

[PATCH] qla2xxx: fix sparse warning introduced by previous target mode t10-dif patch

2014-06-02 Thread Saurav Kashyap
quinn.t...@qlogic.com Signed-off-by: Nicholas Bellinger n...@linux-iscsi.org Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com Signed-off-by: Christoph Hellwig h...@lst.de Signed-off-by: Quinn Tran quinn.t

Re: [PATCH -next 22/26] qla2xxx: Use dma_zalloc_coherent

2014-06-16 Thread Saurav Kashyap
Acked-by: Saurav Kashyap saurav.kash...@qlogic.com Use the zeroing function instead of dma_alloc_coherent memset(,0,) Signed-off-by: Joe Perches j...@perches.com --- drivers/scsi/qla2xxx/qla_init.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/scsi

[PATCH] qla2xxx: Fix sparse warning in qla_target.c.

2014-06-23 Thread Saurav Kashyap
From: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_target.c | 18 -- drivers/scsi/qla2xxx/qla_target.h |4 ++-- 2 files changed, 14 insertions(+), 8

[PATCH V2] qla2xxx: Fix sparse warning in qla_target.c.

2014-06-23 Thread Saurav Kashyap
From: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_target.c | 17 +++-- drivers/scsi/qla2xxx/qla_target.h |4 ++-- 2 files changed, 13 insertions(+), 8

[PATCH 08/35] qla2xxx: ISP25xx multiqueue shadow register crash fix.

2014-09-24 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com When creating request/response queues from qla25xx_setup_mode(), the shadow index register pointers were not being initialized to point at the registers. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash

[PATCH 00/35] qla2xxx: Patches for 3.18 scsi misc branch.

2014-09-24 Thread Saurav Kashyap
stack corruption. Saurav Kashyap (1): qla2xxx: Update the driver version to 8.07.00.16-k. Sawan Chandak (2): qla2xxx: Add fix in driver unload for pending activity. qla2xxx: Move warning message to debug level. drivers/scsi/qla2xxx/qla_attr.c| 16 +- drivers/scsi/qla2xxx/qla_bsg.c

[PATCH 13/35] qla2xxx: Incorrect linked list semantic in qlafx00_get_fcport().

2014-09-24 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_mr.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c

[PATCH 35/35] qla2xxx: Update the driver version to 8.07.00.16-k.

2014-09-24 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 b/drivers/scsi/qla2xxx

[PATCH 10/35] qla2xxx: Fix potential return count bug in qla2xxx_get_vpd_field().

2014-09-24 Thread Saurav Kashyap
written. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_sup.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_sup.c b/drivers/scsi/qla2xxx/qla_sup.c index

[PATCH 09/35] qla2xxx: ISP27xx fwdump template error print simplification.

2014-09-24 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 |3 +++ drivers/scsi/qla2xxx/qla_tmpl.c | 31 --- drivers/scsi/qla2xxx

[PATCH 14/35] qla2xxx: ISPFx00 unexpected resets during adapter boot sequence.

2014-09-24 Thread Saurav Kashyap
From: Jan Kulich jan.kul...@qlogic.com Signed-off-by: Jan Kulich jan.kul...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_mr.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_mr.c b/drivers

[PATCH 27/35] qla2xxx: Add missing ISP27xx checks to optrom code.

2014-09-24 Thread Saurav Kashyap
From: Alex Vechersky alex.vecher...@qlogic.com Signed-off-by: Alex Vechersky alex.vecher...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |3 ++- drivers/scsi/qla2xxx/qla_bsg.c |2 +- 2 files changed, 3 insertions(+), 2 deletions

[PATCH 18/35] qla2xxx: Fix driver version string message.

2014-09-24 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_sup.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 32/35] qla2xxx: Fail adapter initialization on load ram failure.

2014-09-24 Thread Saurav Kashyap
Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_init.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 23f12dd..1d66f2f 100644 --- a/drivers/scsi/qla2xxx

[PATCH 25/35] qla2xxx: Free sysfs attributes for ISP27xx.

2014-09-24 Thread Saurav Kashyap
From: Nigel Kirkland nigel.kirkl...@qlogic.com Signed-off-by: Nigel Kirkland nigel.kirkl...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 24/35] qla2xxx: Disable laser for ISP2031 while unloading driver.

2014-09-24 Thread Saurav Kashyap
Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c |2 +- drivers/scsi/qla2xxx/qla_def.h |5 + drivers/scsi/qla2xxx/qla_os.c | 31 +++ 3 files changed, 37 insertions(+), 1 deletions(-) diff --git a/drivers/scsi

[PATCH 01/35] qla2xxx: ISP27xx add tests for incomplete template.

2014-09-24 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 |9 + 2 files changed, 10 insertions(+), 1

[PATCH 06/35] qla2xxx: Enable fast flash access for ISP83xx.

2014-09-24 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_sup.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_sup.c b

[PATCH 22/35] qla2xxx: Declaration error cause stack corruption.

2014-09-24 Thread Saurav Kashyap
From: Quinn Tran quinn.t...@qlogic.com Declaration error of mb array in qla2x00_iidma_fcport cause data to be written beyond the array. This ends up causing stack corruption. Signed-off-by: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi

[PATCH 34/35] qla2xxx: Fix sparse warning in qla_iocb.c file.

2014-09-24 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_iocb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_iocb.c

[PATCH 12/35] qla2xxx: Incorrect debug level on mailbox command print 0x1111.

2014-09-24 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 b

[PATCH 30/35] qla2xxx: Mark port lost when we receive an RSCN for it.

2014-09-24 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_isr.c | 17 - 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 20/35] qla2xxx: Unload of qla2xxx driver crashes the machine.

2014-09-24 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi

[PATCH 15/35] qla2xxx: Add FDMI-2 functionality.

2014-09-24 Thread Saurav Kashyap
-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_attr.c |5 +- drivers/scsi/qla2xxx/qla_dbg.c |4 +- drivers/scsi/qla2xxx/qla_def.h | 154 ++-- drivers/scsi/qla2xxx/qla_gbl.h |4 +- drivers/scsi/qla2xxx/qla_gs.c | 943

[PATCH 33/35] qla2xxx: Move warning message to debug level.

2014-09-24 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_nx.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx.c b

[PATCH 19/35] qla2xxx: Allow user to change ql2xfdmienable value.

2014-09-24 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Himanshu Madhani himanshu.madh...@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

[PATCH 29/35] qla2xxx: Restore WWPN in case of Loop Dead.

2014-09-24 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com For FA-WWPN capable device, ISP2031 and ISP27XX, when loop dead is detected by a driver, restore WWPN from NVRAM. Signed-off-by: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers

[PATCH 26/35] qla2xxx: Force use of mailbox interface for flash access commands for ISP27xx.

2014-09-24 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 |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_init.c b

[PATCH 05/35] qla2xxx: Add ISP27xx fwdump template entry T275 (insert buffer).

2014-09-24 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 |7 +++ drivers/scsi/qla2xxx/qla_tmpl.c | 27 +++ drivers/scsi/qla2xxx

[PATCH 11/35] qla2xxx: ISPFX00 avoid writing semaphore register in request_irqs().

2014-09-24 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Semaphore register does not exist for ISPFx00. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_isr.c |5 +++-- 1 files changed, 3 insertions(+), 2

[PATCH 16/35] qla2xxx: Add FA-WWN functionality.

2014-09-24 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Add support for the FA-WWN (fabric assigned wwn) fabric switch feature. (Fabric Assigned World Wide Port Name) Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx

[PATCH 03/35] qla2xxx: ISP27xx fwdump template remove high frequency debug logs.

2014-09-24 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 | 17 - 2 files changed, 1 insertions(+), 18

[PATCH 02/35] qla2xxx: ISP27xx optimize fwdump entry table lookup.

2014-09-24 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Since the entry call array is sorted in order of entry type opcode, the search can be terminated as soon as the search key is exceeded. Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com

[PATCH 04/35] qla2xxx: ISP27xx fwdump template fix insertbuf() routine.

2014-09-24 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_tmpl.c | 12 ++-- 1 files changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 23/35] qla2xxx: Enable diagnostic port using NVRAM parameters.

2014-09-24 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h |1 + drivers/scsi/qla2xxx/qla_init.c |4 2 files changed, 5 insertions(+), 0

[PATCH 17/35] qla2xxx: Add diagnostic port functionality.

2014-09-24 Thread Saurav Kashyap
From: Joe Carnuccio joe.carnuc...@qlogic.com Add support for the D-port (diagnostic port) fabric switch feature. (Fabric Switch initiates loopback style port testing) Signed-off-by: Joe Carnuccio joe.carnuc...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi

[PATCH 28/35] qla2xxx: Honor FCP_RSP retry delay timer field.

2014-09-24 Thread Saurav Kashyap
Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_def.h|2 ++ drivers/scsi/qla2xxx/qla_fw.h |2 +- drivers/scsi/qla2xxx/qla_inline.h |8 drivers/scsi/qla2xxx/qla_isr.c| 12 drivers/scsi

[PATCH 07/35] qla2xxx: Add endianizer to max_payload_size modifier.

2014-09-24 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_fw.h |2 +- drivers/scsi/qla2xxx/qla_init.c | 12 ++-- 2 files changed, 7 insertions(+), 7

[PATCH 21/35] qla2xxx: Add fix in driver unload for pending activity.

2014-09-24 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 |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_os.c

[PATCH 31/35] qla2xxx: Disable PCI device in shutdown handler.

2014-09-24 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Disable the PCI device during shutdown to prevent any races with other PCI code such as the AER handling code. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_os.c

[PATCH 00/19] qla2xxx/target: Target bug fixes and enchancements.

2014-09-25 Thread Saurav Kashyap
to cmd_kref not decrementing Target/transport: SCSI Status Respond being sent to Initiator twice. Saurav Kashyap (4): qla2xxx: Add counter for message qla2xxx: Increase the request queue size to 8K for ISP2031 qla2xxx: Add flags for tracing the target commands. target: Implement report lun data

[PATCH 01/19] qla2xxx: Fix sparse warnings in tcm_qla2xxx.c

2014-09-25 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/tcm_qla2xxx.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 03/19] qla2xxx: Use correct offset to req-q-out for reserve calculation

2014-09-25 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Cc: sta...@vger.kernel.org Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_target.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/scsi

[PATCH 17/19] qla2xxx: Add memory barrier before ringing doorbell.

2014-09-25 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Himanshu Madhani himanshu.madh...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_target.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git

[PATCH 08/19] qla2xxx: fix crash due to task mgmt cmd type

2014-09-25 Thread Saurav Kashyap
From: Himanshu Madhani himanshu.madh...@qlogic.com tcm_qla2xxx_get_task_tag incorrectly assume command is qla_tgt_cmd. Add check to see if it's a scsi cmd or task mgmt command. Signed-off-by: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers

[PATCH 09/19] qla2xxx: Add Host reset handling in target mode.

2014-09-25 Thread Saurav Kashyap
From: Arun Easi arun.e...@qlogic.com Signed-off-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_dbg.c|2 +- drivers/scsi/qla2xxx/qla_gbl.h|1 + drivers/scsi/qla2xxx/qla_os.c |2 + drivers/scsi/qla2xxx

[PATCH 06/19] qla2xxx: Enable SLER conditionally in target mode.

2014-09-25 Thread Saurav Kashyap
-by: Arun Easi arun.e...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/scsi/qla2xxx/qla_target.c | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c index

[PATCH 18/19] Target/transport: SCSI Status Respond being sent to Initiator twice.

2014-09-25 Thread Saurav Kashyap
cause Null pointer access. Signed-off-by: Quinn Tran quinn.t...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com --- drivers/target/target_core_transport.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/target/target_core_transport.c b/drivers

  1   2   3   4   5   >