[PATCH 1/3] qla4xxx: Pass correct function param to qla4_8xxx_rd_direct

2012-12-28 Thread vikas . chaudhary
From: Vikas Chaudhary Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_os.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c index 6096866..640d257 100644 --- a/drivers/scsi/qla4xxx/ql4_os.c +++ b/

[PATCH 3/3] qla4xxx: Update driver version to 5.03.00-k3

2012-12-28 Thread vikas . chaudhary
From: Vikas Chaudhary Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_version.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/qla4xxx/ql4_version.h b/drivers/scsi/qla4xxx/ql4_version.h index 4a20b88..765bb77 100644 --- a/drivers/scsi/qla4xxx

[PATCH 2/3] qla4xxx: Correct the validation to check in get_sys_info mailbox

2012-12-28 Thread vikas . chaudhary
From: Nilesh Javali Check mbox_sts[3] instead of mbox_sts[4] for ISP83xx to validate size of data returned Signed-off-by: Nilesh Javali Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_nx.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla

[PATCH 0/3] qla4xxx: Updates for scsi "misc" branch

2012-12-28 Thread vikas . chaudhary
From: Vikas Chaudhary James, Please apply the following patches to the scsi tree at your earliest convenience. Thanks, Vikas. Nilesh Javali (1): qla4xxx: Correct the validation to check in get_sys_info mailbox Vikas Chaudhary (2): qla4xxx: Pass correct function param to qla4_8xxx_

Re: megaraid_sas: problem with specific hardware only with kernel 3.2.5 and above

2012-12-28 Thread Ron A
Hello, After 3 straight days of wrongly debugging the megaraid_sas source code, I believe I found the proper work-around/solution for this situation. Setting linux kernel boot parameter pci=conf1 allows my Intel RAID Controller-RMS25PB080 (LSI 2208/Fusion based) to be detected, and the FW to

[Bug 51881] HighPoint RocketRAID 2720 fail to detect some SATA hdd

2012-12-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=51881 Bohdan Popovych changed: What|Removed |Added CC||boh...@popovych.info --- Comment #7

Re: [PATCH] a100u2w: Added sanitization for pointer dereference using a value from hardware. Detected using Carburizer (http://lwn.net/Articles/479653/)

2012-12-28 Thread Asim Kadav
> It's probably really not worth it. The u100w2 is a pretty old SCSI > driver. I can't imagine there's more than a handful of them left. As I > said, there's no evidence of a problem. I would argue that having hardened code is always better if you plan to support this code at all. And these bu

Re: [PATCH v9 06/10] ata: zpodd: check zero power ready status

2012-12-28 Thread Tejun Heo
Hello, On Wed, Dec 26, 2012 at 09:42:14AM +0800, Aaron Lu wrote: > > This is really a round-about way to find out the matching device and > > it wouldn't work if the disk device nests deeper. Doesn't really look > > like a good idea to me. > > I don't quite understand the 'disk device nests deep

Request for Information Required for Linux Kernel Hard Lockup with PCMCIA SYM53C895a Card

2012-12-28 Thread John L. Males
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathew, I have a PCMCIA SYM53C895a based card that has been no end of challenges for a few years. It worked with one Debian kernel a couple years ago, but only one and for the life of me I cannot find the notes for what version. I can advise you I d

Re: [PATCH] [SCSI] csiostor: Don't leak mem or fail to release firmware in csio_hw_flash_config()

2012-12-28 Thread Naresh Kumar Inna
On 12/27/2012 2:01 AM, Jesper Juhl wrote: > If kzalloc() or csio_hw_check_fwconfig() fail we may leave the > csio_hw_flash_config() function without freeing allocated memory or > firmware. This should take care of the leaks. > > Signed-off-by: Jesper Juhl > --- > drivers/scsi/csiostor/csio_hw.c