[PATCH 2/2] be2iscsi: Revert ownership to Emulex

2015-07-02 Thread Ketan Mukadam
We would like to get the following updates in: Revert ownership to "Emulex" from "Avago Technologies" Signed-off-by: Ketan Mukadam --- drivers/scsi/be2iscsi/Kconfig| 4 ++-- drivers/scsi/be2iscsi/Makefile | 2 +- drivers/scsi/be2iscsi/be.h | 4 ++-- drivers/scsi/be2iscsi/be_cmds.

[PATCH 1/2] MAINTAINERS: Update MAINTAINER list

2015-07-02 Thread Ketan Mukadam
We would like to update the MAINTAINER list for be2iscsi driver Signed-off-by: Ketan Mukadam --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4336263..897e777 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8804,8 +8804,8 @@ F

[PATCH 0/2] be2iscsi : Revert ownership and update MAINTAINER

2015-07-02 Thread Ketan Mukadam
Revert the ownership to Emulex and update the MAINTAINER for be2iscsi Ketan Mukadam (2): MAINTAINERS: Update MAINTAINER list be2iscsi: Revert ownership to Emulex MAINTAINERS | 4 ++-- drivers/scsi/be2iscsi/Kconfig| 4 ++-- drivers/scsi/be2iscsi/Makefile | 2 +- dri

Re: [PATCHv1] mpt2sas: setpci reset kernel oops fix

2015-07-02 Thread Nagarajkumar Narayanan
spinlock initialization modified as per comments, Could anyone please review and approve the patch On Thu, Jun 25, 2015 at 4:24 PM, Nagarajkumar Narayanan wrote: > This patch contains the fix for kernel oops on issuing setpci reset > along with sysfs, cli access > > spinlock initialization mo

Re: [PATCH 1/2] cxlflash: Base superpipe support

2015-07-02 Thread Michael Neuling
On Thu, 2015-07-02 at 17:00 +1000, Michael Neuling wrote: > > +struct dk_cxlflash_attach { > > + struct dk_cxlflash_hdr hdr; /* Common fields */ > > + __u64 num_interrupts; /* Requested number of interrupts */ > > + __u64 context_id; /* Returned context */ > > Mat

[PATCH 1/1] we added changes in fnic driver patch 1.6.0.16 to acquire io_req_lock in fnic_queuecommand() before issuing I/O so that io completion is serialized. But when releasing the lock we check fo

2015-07-02 Thread Hiral Shah
Signed-off-by: Hiral Shah Signed-off-by: Sesidhar Baddela Signed-off-by: Anil Chintalapati --- drivers/scsi/fnic/fnic.h | 2 +- drivers/scsi/fnic/fnic_scsi.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index 2

Re: [PATCH] libiscsi: Fix host busy blocking during connection teardown

2015-07-02 Thread Mike Christie
On 6/23/15, 8:11 PM, John Soni Jose wrote: Issue: In case of hw iscsi offload, an host can have N-number of active connections. There can be IO's running on some connections which make host->host_busy always TRUE. Now if logout from a connection is tried then the code gets into an infin

Re: [RESEND][PATCH 0/6] Fixes for memory corruption in mpt2sas

2015-07-02 Thread Bart Van Assche
On 06/08/2015 08:50 PM, Calvin Owens wrote: This patchset attempts to address problems we've been having with panics due to memory corruption from the mpt2sas driver. I will provide a similar set of fixes for mpt3sas, since we see similar issues there as well. "Porting" this to mpt3sas will be t

Re: [PATCH] libiscsi: Fix iscsi_check_transport_timeouts possible infinite loop

2015-07-02 Thread Mike Christie
On 6/30/15, 9:55 AM, Sagi Grimberg wrote: From: Ariel Nahum Connection last_ping is not being updated when iscsi_send_nopout fails. Not updating the last_ping will cause firing a timer to a past time (last_ping + ping_tmo < current_time) which triggers an infinite loop of iscsi_check_transport_

Re: [PATCH 0/6] Fixes for memory corruption in mpt2sas

2015-07-02 Thread Jens Axboe
On 05/14/2015 09:41 PM, Calvin Owens wrote: Hello all, This patchset attempts to address problems we've been having with panics due to memory corruption from the mpt2sas driver. I will provide a similar set of fixes for mpt3sas, since we see similar issues there as well. "Porting" this to mpt3s

Re: [PATCH 1/2] cxlflash: Base superpipe support

2015-07-02 Thread Matthew R. Ochs
Mikey, Thanks for reviewing. Responses are inline below. -matt On Jul 2, 2015, at 1:39 AM, Michael Neuling wrote: > On Fri, 2015-06-19 at 17:37 -0500, Matthew R. Ochs wrote: >> >> --- a/drivers/scsi/cxlflash/common.h >> +++ b/drivers/scsi/cxlflash/common.h >> @@ -103,6 +103,14 @@ struct cxlfla

Re: [PATCH] st: null pointer dereference panic caused by use after kref_put by st_open

2015-07-02 Thread Kai Mäkisara (Kolumbus)
> On 2.7.2015, at 15.01, Seymour, Shane M wrote: > > > Two SLES11 SP3 servers encountered similar crashes simultaneously > following some kind of SAN/tape target issue: > ... > The crash is fixed by reordering the code so we no longer access > the struct scsi_tape after the kref_put() is done

Re: [PATCH RFC 1/2] cxlflash: Base support for IBM CXL Flash Adapter

2015-07-02 Thread Matthew R. Ochs
Shane, All great suggestions. I've gone ahead and implemented these and also applied your comments to our other attributes as well. Will include in our next push of fixes. -matt On Jul 2, 2015, at 3:08 AM, Seymour, Shane M wrote: > -Original Message- > From: linux-scsi-ow...@vger.ker

Re: [PATCH] st: null pointer dereference panic caused by use after kref_put by st_open

2015-07-02 Thread Johannes Thumshirn
"Seymour, Shane M" writes: > Two SLES11 SP3 servers encountered similar crashes simultaneously > following some kind of SAN/tape target issue: > Thanks, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de

[PATCH] st: null pointer dereference panic caused by use after kref_put by st_open

2015-07-02 Thread Seymour, Shane M
Two SLES11 SP3 servers encountered similar crashes simultaneously following some kind of SAN/tape target issue: ... qla2xxx [:81:00.0]-801c:3: Abort command issued nexus=3:0:2 -- 1 2002. qla2xxx [:81:00.0]-801c:3: Abort command issued nexus=3:0:2 -- 1 2002. qla2xxx [:81:00.0]-8009:3

RE: [PATCH RFC 1/2] cxlflash: Base support for IBM CXL Flash Adapter

2015-07-02 Thread Seymour, Shane M
-Original Message- From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-ow...@vger.kernel.org] On Behalf Of Matthew R. Ochs Sent: Monday, April 27, 2015 2:50 PM To: linux-scsi@vger.kernel.org; james.bottom...@hansenpartnership.com; n...@linux-iscsi.org; brk...@linux.vnet.ibm.com Cc:

Re: [PATCH 1/2] cxlflash: Base superpipe support

2015-07-02 Thread Michael Neuling
> +struct dk_cxlflash_attach { > + struct dk_cxlflash_hdr hdr; /* Common fields */ > + __u64 num_interrupts; /* Requested number of interrupts */ > + __u64 context_id; /* Returned context */ Matt, These ioctls seem to take a context id. Why isn't that assu