Re: Is there any plan to support 64bit lun in mainline?

2013-10-15 Thread Hannes Reinecke
On 10/14/2013 08:30 PM, James Bottomley wrote: On Mon, 2013-10-14 at 12:32 +0200, Hannes Reinecke wrote: [ .. ] However, there are two other patchsets pending (EH Deadline and asynchronous command aborts), both of which have been tested thoroughly _and_ have acked-by from various other

[PATCH] qla4xxx: Fix memory leak in func qla4_84xx_config_acb()

2013-10-15 Thread vikas.chaudhary
From: Vikas Chaudhary vikas.chaudh...@qlogic.com Use correct goto statement to free dma memory in case of failure in function qla4_84xx_config_acb() Signed-off-by: Vikas Chaudhary vikas.chaudh...@qlogic.com --- drivers/scsi/qla4xxx/ql4_mbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: PROBLEM: special sense code asc,ascq=04h,0Ch abort scsi scan in the middle

2013-10-15 Thread Vaughan Cao
On 2013年10月15日 13:51, Hannes Reinecke wrote: But that notwithstanding, did you get a chance to test my patch? Cheers, Hannes Hi Hannes, Kernel patched and waiting feedback from lab guy. Thanks, Vaughan -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a

Re: Is there any plan to support 64bit lun in mainline?

2013-10-15 Thread James Bottomley
Ok may be brief: on top of cliff with fleeting mobile signal. Hannes Reinecke h...@suse.de wrote: On 10/14/2013 08:30 PM, James Bottomley wrote: On Mon, 2013-10-14 at 12:32 +0200, Hannes Reinecke wrote: [ .. ] However, there are two other patchsets pending (EH Deadline and asynchronous

Re: [patch|resend] block: fix race between request completion and timeout handling

2013-10-15 Thread Jens Axboe
On Tue, Oct 08 2013, Jeff Moyer wrote: crocode i2c_i801 i2c_core iTCO_wdt iTCO_vendor_support shpchp ioatdma dca be2net sg ses enclosure ext4 mbcache jbd2 sd_mod crc_t10dif ahci megaraid_sas(U) dm_mirror dm_region_hash dm_log dm_mod [last unloaded: scsi_wait_scan] Pid: 491, comm:

Re: [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

2013-10-15 Thread Alexander Gordeev
On Fri, Oct 11, 2013 at 04:29:39PM -0400, Mark Lord wrote: static int xx_alloc_msix_irqs(struct xx_dev *dev, int nvec) { nvec = roundup_pow_of_two(nvec);/* assume 0 nvec = 16 */ xx_disable_all_irqs(dev); pci_lock_msi(dev-pdev); rc =

[PATCH 1/2][RESEND] scsi_dh_alua: ALUA check sense should retry device internal reset unit attention

2013-10-15 Thread Stewart, Sean
When the scsi_dh_alua handler issues an RTPG during initialization, if it gets 0x06/0x29/0x04 as the sense, it will fail to attach the handler. NetApp E-Series returns 0x29/0x00 for power on, and 0x29/0x04 for conditions that cause the controller to reboot again. These conditions should be

[PATCH 0/2][RESEND] scsi_dh_alua fixes for NetApp E-Series Storage

2013-10-15 Thread Stewart, Sean
Resending without extra whitespace characters... Apologies! This short patch series fixes a couple of issues found while testing the scsi_dh_alua handler with NetApp E-Series storage, both of which would prevent the handler from attaching even though TPGS is enabled. Sean Stewart (2):

[PATCH 2/2][RESEND] scsi_dh_alua: ALUA handler attach should succeed while TPG is transitioning

2013-10-15 Thread Stewart, Sean
During testing, it was discovered that when a device tries to attach to the alua handler while in TPG state of transitioning, the alua_rtpg function will wait for it to exit the state before allowing it to continue. As a result, if the 60 second timeout expires, the alua handler will not attach

Re: eSATA Drive Detection issues on mvsas

2013-10-15 Thread Praveen Murali
Dan/James, Can you please take a look at this and let me know if I am at the right place? Or point me in the right direction? As I understand, this deost not look like an mvsas driver issue. Thanks, Praveen On 10/14/2013 05:18 PM, Praveen Murali wrote: Hi, I have couple of external

[PATCH] drivers: scsi: lpfc: Fix typo on NULL assignment

2013-10-15 Thread Felipe Pena
In the lpfc_ct_free_iocb function after freeing associated memory to the ctiocb-context3, the ctiocb-context1 is set to NULL instead of context3. Signed-off-by: Felipe Pena felipe...@gmail.com --- drivers/scsi/lpfc/lpfc_ct.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: eSATA Drive Detection issues on mvsas

2013-10-15 Thread Dan Williams
On Tue, Oct 15, 2013 at 5:15 PM, Praveen Murali pmur...@logicube.com wrote: Dan/James, Can you please take a look at this and let me know if I am at the right place? Or point me in the right direction? As I understand, this deost not look like an mvsas driver issue. Looks like a latent bug

Re: [PATCH 3/3] Fix device detection issues with mvsas driver

2013-10-15 Thread Dan Williams
On Thu, Jun 21, 2012 at 10:05 AM, Praveen Murali pmur...@logicube.com wrote: here is the updated patch. On Thu, 2012-06-21 at 09:48 -0700, Dan Williams wrote: On Thu, Jun 21, 2012 at 9:41 AM, Praveen Murali pmur...@logicube.com wrote: Ok, do you want me to regenerate the patch? Yes, James

[Announce] sg3_utils-1.37 available

2013-10-15 Thread Douglas Gilbert
sg3_utils is a package of command line utilities for sending SCSI and some ATA commands to devices. This package targets the Linux 3, 2.6 and 2.4 kernel series. It also has ports to FreeBSD, Tru64, Solaris, and Windows (cygwin and MinGW). This version contains many fixes, some code cleanup and

Re: [PATCH 3/3] Fix device detection issues with mvsas driver

2013-10-15 Thread Praveen Murali
Yes, I checked that today and was meaning to ask you about it. :) On Oct 15, 2013, at 6:31 PM, Dan Williams dan.j.willi...@intel.com wrote: On Thu, Jun 21, 2012 at 10:05 AM, Praveen Murali pmur...@logicube.com wrote: here is the updated patch. On Thu, 2012-06-21 at 09:48 -0700, Dan

Re: Is there any plan to support 64bit lun in mainline?

2013-10-15 Thread Vladislav Bolkhovitin
Hannes Reinecke, on 10/14/2013 11:01 PM wrote: And HBAs like lpfc or qla2xxx even have a fast command abort built into the firmware, where the firmware will not even wait for a command abort to hit the wire but rather just disable the exchange internally and return. Doing so is asking for

Re: [PATCH 1/2][RESEND] scsi_dh_alua: ALUA check sense should retry device internal reset unit attention

2013-10-15 Thread Hannes Reinecke
On 10/15/2013 05:52 PM, Stewart, Sean wrote: When the scsi_dh_alua handler issues an RTPG during initialization, if it gets 0x06/0x29/0x04 as the sense, it will fail to attach the handler. NetApp E-Series returns 0x29/0x00 for power on, and 0x29/0x04 for conditions that cause the