[PATCH 1/4] bfa:Updating copyright messages

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfa.h |5 +++-- drivers/scsi/bfa/bfa_core.c |5 +++--

[PATCH 0/4] bfa: Patches for scsi "misc" branch

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Hi Martin, James Re-sending the patches that were submitted earlier, but appear to have fell through the cracks. Please apply the following patches to the scsi tree, misc branch at your earliest convenience. Thanks, Anil Anil Gurumurthy (4):

[PATCH 4/4] bfa:Update driver version to 3.2.25.0

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfad_drv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 2/4] bfa:Fix for crash when bfa_itnim is NULL

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfad_im.c | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff

[PATCH 3/4] bfa:File header and user visible string changes

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfa.h |2 +- drivers/scsi/bfa/bfa_core.c |2 +- drivers/scsi/bfa/bfa_cs.h

[PATCH v2 2/4] bfa:Fix for crash when bfa_itnim is NULL

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Fix a very corner case when the port gets disconnected and the BFA and FCS layers clean up references to the IT nexus. During this window if a task management command is issued by the SCSI-ML and ends up referencing a NULL itnim, it could lead

[PATCH v2 3/4] bfa:File header and user visible string changes

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfa.h |2 +- drivers/scsi/bfa/bfa_core.c |2 +- drivers/scsi/bfa/bfa_cs.h

[PATCH v2 0/4] bfa: Patches for scsi "misc" branch

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Hi Martin, James Re-sending the patches that were submitted earlier, but appear to have fallen through the cracks. Addressed a comment regarding the commit message as well. Please apply the following patches to the scsi tree, misc branch at

[PATCH v2 4/4] bfa:Update driver version to 3.2.25.0

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfad_drv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH v2 1/4] bfa:Updating copyright messages

2015-11-26 Thread anil.gurumurthy
From: Anil Gurumurthy Signed-off-by: Sudarsana Kalluru Signed-off-by: Anil Gurumurthy --- drivers/scsi/bfa/bfa.h |5 +++-- drivers/scsi/bfa/bfa_core.c |5 +++--

[PATCH 0/2] Patches for scsi misc branch

2015-08-13 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Hi James, Christoph, Please apply the following patches to the scsi tree, misc branch at your earliest convenience. Thanks, Anil Anil Gurumurthy (2): bfa: Fix indentation bfa: Fix incorrect de-reference of pointer

[PATCH 1/2] bfa: Fix indentation

2015-08-13 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com Tested-by : Sudarasana Kalluru sudarsana.kall...@qlogic.com --- drivers/scsi/bfa/bfa_ioc.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 2/2] bfa: Fix incorrect de-reference of pointer

2015-08-13 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com Tested-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com --- drivers/scsi/bfa/bfa_ioc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/bfa/bfa_ioc.c

[PATCH RESEND 3/4] bfa:File header and user visible string changes

2015-02-03 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfa.h |2 +- drivers/scsi/bfa/bfa_core.c |2 +- drivers/scsi/bfa/bfa_cs.h

[PATCH RESEND 0/4] bfa: Patches for scsi misc branch

2015-02-03 Thread anil.gurumurthy
Hi James, Christoph, Re-sending the patches to move user visible strings to a separate patch. Please apply the following patches to the scsi tree, misc branch at your earliest convenience. Thanks, Anil Anil Gurumurthy (4): bfa:Updating copyright messages bfa:Fix for crash when bfa_itnim is

[PATCH RESEND 1/4] bfa:Updating copyright messages

2015-02-03 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfa.h |5 +++-- drivers/scsi/bfa/bfa_core.c |5 +++-- drivers/scsi/bfa/bfa_cs.h

[PATCH RESEND 2/4] bfa:Fix for crash when bfa_itnim is NULL

2015-02-03 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfad_im.c | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-)

[PATCH RESEND 4/4] bfa:Update driver version to 3.2.25.0

2015-02-03 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfad_drv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 4/4] Update driver version to 3.2.25.0

2015-01-29 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfad_drv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 3/4] File header and user visible string changes

2015-01-29 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfa.h |2 +- drivers/scsi/bfa/bfa_core.c |2 +- drivers/scsi/bfa/bfa_cs.h|

[PATCH 1/4] Updating copyright messages

2015-01-29 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfa.h |5 +++-- drivers/scsi/bfa/bfa_core.c |5 +++-- drivers/scsi/bfa/bfa_cs.h

[PATCH 0/4] bfa: Patches for scsi misc branch

2015-01-29 Thread anil.gurumurthy
Hi James, Christoph, Please apply the following patches to the scsi tree, misc branch at your earliest convenience. Thanks, Anil Anil Gurumurthy (4): Updating copyright messages Fix for crash when bfa_itnim is NULL File header and user visible string changes Update driver version to

[PATCH 2/4] Fix for crash when bfa_itnim is NULL

2015-01-29 Thread anil.gurumurthy
From: Anil Gurumurthy anil.gurumur...@qlogic.com Signed-off-by: Sudarsana Kalluru sudarsana.kall...@qlogic.com Signed-off-by: Anil Gurumurthy anil.gurumur...@qlogic.com --- drivers/scsi/bfa/bfa_fcs_lport.c |2 +- drivers/scsi/bfa/bfad_im.c | 26 ++ 2 files