Re: PATCH: mvsas: add support for Supermicro AOC-SAS2LP-MV8

2014-06-01 Thread Christoph Hellwig
On Fri, May 30, 2014 at 02:50:11PM +0200, Jan Kasprzak wrote: > Not sure whether I should ack my own patch, though. But you may apply > it to the original one, which is identical to what I did. > http://marc.info/?l=linux-scsi&m=139277202005675&w=2 Yes, that's what I will do. Thanks a lot! -- To

Re: [PATCH 7/8] be2iscsi: Fix processing cqe for cxn whose endpoint is freed

2014-06-01 Thread Christoph Hellwig
I will pull out that patch from the drivers queue, thanks. -- 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 http://vger.kernel.org/majordomo-info.html

RE: [PATCH 7/8] be2iscsi: Fix processing cqe for cxn whose endpoint is freed

2014-06-01 Thread Sony John-N
-Original Message- From: Mike Christie [mailto:micha...@cs.wisc.edu] Sent: Thursday, May 08, 2014 3:49 AM To: Jay Kallickal Cc: jbottom...@parallels.com; linux-scsi@vger.kernel.org; Jayamohan Kallickal; Minh Duc Tran; Sony John-N Subject: Re: [PATCH 7/8] be2iscsi: Fix processing cqe for

[PATCH 2/2] TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire

2014-06-01 Thread Sagi Grimberg
In various areas of the code, it is assumed that se_cmd->data_length describes pure data. In case that protection information exists over the wire (protect bits is are on) the target core decrease the protection length from the data length (instead of each transport peeking in the cdb). Modify loo

[PATCH 1/2] libiscsi, iser: Adjust data_length to include protection information

2014-06-01 Thread Sagi Grimberg
In case protection information exists over the wire iscsi header data_length field is required to include it. Also remove iser transfer length checks for each task as they are not always true and somewhat redundant anyway. Signed-off-by: Sagi Grimberg --- drivers/infiniband/ulp/iser/iser_initia

[PATCH 0/2] Include protection information in iscsi header

2014-06-01 Thread Sagi Grimberg
At the SCSI transport level, there is no distinction between user data and protection information. Thus, iscsi header field "expected data transfer length" should include protection information. This set modifies both the iscsi initiator (patch #1), and target (patch #2) to expect data length whic

Re: [PATCH 1/1] include/scsi/osd_protocol.h: remove unnecessary __constant

2014-06-01 Thread Boaz Harrosh
On 06/01/2014 05:06 PM, Fabian Frederick wrote: > __constant_cpu_to_be16 converted to cpu_to_be16 > > This patch fixes checkpatch warnings: > > "WARNING: __constant_cpu_to_be16 should be cpu_to_be16" > > Cc: Boaz Harrosh > Cc: Benny Halevy > Signed-off-by: Fabian Frederick Ack-by: Boaz Harro

[PATCH 1/1] include/scsi/osd_protocol.h: remove unnecessary __constant

2014-06-01 Thread Fabian Frederick
__constant_cpu_to_be16 converted to cpu_to_be16 This patch fixes checkpatch warnings: "WARNING: __constant_cpu_to_be16 should be cpu_to_be16" Cc: Boaz Harrosh Cc: Benny Halevy Signed-off-by: Fabian Frederick --- include/scsi/osd_protocol.h | 10 +- 1 file changed, 5 insertions(+), 5

[PATCH] scsi: sun3_NCR5380.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/sun3_NCR5380.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dri

[PATCH] scsi: pm8001: pm80xx_hwi.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/pm8001/pm80xx_hwi.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[PATCH] scsi: mpt3sas: mpt3sas_transport.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/mpt3sas/mpt3sas_transport.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-

[PATCH] scsi: advansys.c: Cleaning up uninitialized variables

2014-06-01 Thread Rickard Strandqvist
There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/scsi/advansys.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers