Re: [PATCH v8 0/10] More device removal fixes

2013-02-09 Thread Bart Van Assche
On 02/09/13 00:29, Joe Lawrence wrote: I haven't had time to rerun the test without the two patches that wait in scsi_remove_host(), however I did rerun the test and verify the same behavior as in my earlier mail. I didn't see any __scsi_remove_device() instances running. Some more

Re: [PATCH 2/3] target: Fix error checking for UNMAP commands

2013-02-09 Thread Chris Boot
On 08/02/2013 23:18, Roland Dreier wrote: diff --git a/drivers/target/target_core_iblock.c b/drivers/target/target_core_iblock.c index b526d23..b72ca5b 100644 --- a/drivers/target/target_core_iblock.c +++ b/drivers/target/target_core_iblock.c @@ -2674,6 +2675,15 @@

Re: [PATCH v7 1/9] Fix race between starved list processing and device removal

2013-02-09 Thread Bart Van Assche
Hello James, Please consider this patch for inclusion in kernel 3.9. Thanks, Bart. On 01/09/13 02:25, Chanho Min wrote: Is there any progress in this patch? Oops is still occurred from a torn down device due to this cause. We look forward to this patch is applied to mainline ASAP. Thanks

Re: [PATCH 2/3] target: Fix error checking for UNMAP commands

2013-02-09 Thread Roland Dreier
On Sat, Feb 9, 2013 at 1:23 AM, Chris Boot bo...@bootc.net wrote: + case TCM_PARAMETER_LIST_LENGTH_ERROR: + /* CURRENT ERROR */ + buffer[0] = 0x70; + buffer[SPC_ADD_SENSE_LEN_OFFSET] = 10; + /* ILLEGAL REQUEST */ +

[PATCH] [SCSI] aacraid: silence two GCC warnings

2013-02-09 Thread Paul Bolle
Compiling src.o for a 32 bit system triggers two GCC warnings: drivers/scsi/aacraid/src.c: In function ‘aac_src_deliver_message’: drivers/scsi/aacraid/src.c:410:3: warning: right shift count = width of type [enabled by default] drivers/scsi/aacraid/src.c:434:2: warning: right shift

[PATCH 0/3] megaraid_sas: Updates for scsi-misc

2013-02-09 Thread adam radford
James/linux-scsi, The following small patch series for megaraid_sas brings the driver up to v06.506.00.00-rc1: 1. Add 4k FastPath DIF support. 2. Dont load DevHandle unless FastPath enabled. 3. Version and Changelog update. -Adam -- To unsubscribe from this list: send the line unsubscribe

[PATCH 1/3] megaraid_sas: Add 4k FastPath DIF support

2013-02-09 Thread adam radford
James/linux-scsi, The following patch for megaraid_sas will allow Fastpath T10PI/DIF frame builds to work with 4k sector size. Signed-off-by: Adam Radford aradf...@gmail.com diff -Naur scsi-misc.old/drivers/scsi/megaraid/megaraid_sas_fusion.c

[PATCH 2/3] megaraid_sas: Dont load DevHandle unless FastPath enabled

2013-02-09 Thread adam radford
James/linux-scsi, The following patch for megaraid_sas will fix an issue where the driver should not be loading the DevHandle unless FastPath is enabled. If FastPath was not enabled, this means the hardware raid map validation failed for some reason, or the map was corrupted, which could mean

[PATCH 3/3] megaraid_sas: Version and Changelog update

2013-02-09 Thread adam radford
James/linux-scsi, This patch updates the megaraid_sas driver version and updates Documentation/scsi/ChangeLog.megaraid_sas. Signed-off-by: Adam Radford aradf...@gmail.com diff -Naur scsi-misc.old/Documentation/scsi/ChangeLog.megaraid_sas scsi-misc.new/Documentation/scsi/ChangeLog.megaraid_sas