[PATCH] target: Fix ->data_length re-assignment bug with SCSI overflow

2012-08-23 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch fixes a long-standing bug with SCSI overflow handling where se_cmd->data_length was incorrectly being re-assigned to the larger CDB extracted allocation length, resulting in a number of fabric level errors that would end up causing a session reset in most cases

Re: [PATCH] ipr: trivial: fix small coding style issues

2012-08-23 Thread Brian King
On 08/22/2012 04:14 PM, Kleber Sacilotto de Souza wrote: > Fixing small trivial coding style issues. > > Signed-off-by: Kleber Sacilotto de Souza > --- > drivers/scsi/ipr.c | 66 > ++-- > 1 files changed, 33 insertions(+), 33 deletions(-) Acked

Re: [PATCH 6/8] csiostor: Chelsio FCoE offload driver submission (headers part 1).

2012-08-23 Thread Nicholas A. Bellinger
On Fri, 2012-08-24 at 03:57 +0530, Naresh Kumar Inna wrote: > This patch contains the first set of the header files for csiostor driver. > > Signed-off-by: Naresh Kumar Inna > --- > drivers/scsi/csiostor/csio_defs.h | 143 ++ > drivers/scsi/csiostor/csio_fcoe_proto.h | 843 > +++

Re: [PATCH 5/8] csiostor: Chelsio FCoE offload driver submission (sources part 5).

2012-08-23 Thread Nicholas A. Bellinger
On Fri, 2012-08-24 at 03:57 +0530, Naresh Kumar Inna wrote: > This patch contains code to implement the interrupt handling and the fast > path I/O functionality. The interrupt handling includes allocation of > MSIX vectors, registering and implemeting the interrupt service routines. > The fast path

Re: [PATCH 6/8] csiostor: Chelsio FCoE offload driver submission (headers part 1).

2012-08-23 Thread Love, Robert W
On 8/23/2012 3:27 PM, Naresh Kumar Inna wrote: > This patch contains the first set of the header files for csiostor driver. > > Signed-off-by: Naresh Kumar Inna > --- > drivers/scsi/csiostor/csio_defs.h | 143 ++ > drivers/scsi/csiostor/csio_fcoe_proto.h | 843 > +++

[PATCH 8/8] cxgb4: Chelsio FCoE offload driver submission (cxgb4 common header updates).

2012-08-23 Thread Naresh Kumar Inna
This patch contains updates to firmware/hardware header files shared between csiostor and cxgb4, and the resulting changes to the cxgb4 files. Signed-off-by: Naresh Kumar Inna --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |2 +- drivers/net/ethernet/chelsio/cxgb4/sge.c| 10 +-

[PATCH 0/8] csiostor: Chelsio FCoE offload driver submission

2012-08-23 Thread Naresh Kumar Inna
This is the initial submission of the Chelsio FCoE offload driver (csiostor) to the upstream kernel. This driver currently supports FCoE offload functionality over Chelsio T4-based 10Gb Converged Network Adapters. The following patches contain the driver sources for csiostor driver and updates to

[Bug 34412] Error-valued pointer dereferences in SCSI

2012-08-23 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=34412 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

Re: request size limit in scsi tape driver

2012-08-23 Thread Olaf Hering
On Mon, Aug 20, Kai Makisara wrote: > On Mon, 20 Aug 2012, Olaf Hering wrote: > > > > > Currently the st driver does not to break up write requests into smaller > > chunks to satisfy the ->max_hw_sectors limit of the underlying host driver. > > > > # modprobe -v scsi_debug ptype=1 opts=1 dev_s