diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-06 15:08:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-07-06 15:08:30 -0400 |
commit | 8addf0c713061aad2fc256181be3ceac221ac215 (patch) | |
tree | ae759900c1b96e86896fd097bf28c1f7fe9546ac /MAINTAINERS | |
parent | 110e4308f89fed7be824abb681d962eacc0bc319 (diff) | |
parent | 77ae174ddb84800611f5339a8bd53d49df6cd740 (diff) |
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley:
"This is a set of 13 fixes, a MAINTAINERS update and a sparse update.
The fixes are mostly correct value initialisations, avoiding NULL
derefs and some uninitialised pointer avoidance.
All the patches have been incubated in -next for a few days. The
final patch (use the scsi data buffer length to extract transfer size)
has been rebased to add a cc to stable, but only the commit message
has changed"
* tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
[SCSI] use the scsi data buffer length to extract transfer size
virtio-scsi: fix various bad behavior on aborted requests
virtio-scsi: avoid cancelling uninitialized work items
ibmvscsi: Add memory barriers for send / receive
ibmvscsi: Abort init sequence during error recovery
qla2xxx: Fix sparse warning in qla_target.c.
bnx2fc: Improve stats update mechanism
bnx2fc: do not scan uninitialized lists in case of error.
fc: ensure scan_work isn't active when freeing fc_rport
pm8001: Fix potential null pointer dereference and memory leak.
MAINTAINERS: Update LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) maintainers Email IDs
be2iscsi: remove potential junk pointer free
be2iscsi: add an missing goto in error path
scsi_error: set DID_TIME_OUT correctly
scsi_error: fix invalid setting of host byte
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 56b013a1309a..6813d0aa5ecf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5530,10 +5530,11 @@ S: Maintained | |||
5530 | F: arch/arm/mach-lpc32xx/ | 5530 | F: arch/arm/mach-lpc32xx/ |
5531 | 5531 | ||
5532 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 5532 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
5533 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> | 5533 | M: Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com> |
5534 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> | 5534 | M: Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com> |
5535 | M: support@lsi.com | 5535 | M: Sreekanth Reddy <sreekanth.reddy@avagotech.com> |
5536 | L: DL-MPTFusionLinux@lsi.com | 5536 | M: Abhijit Mahajan <abhijit.mahajan@avagotech.com> |
5537 | L: MPT-FusionLinux.pdl@avagotech.com | ||
5537 | L: linux-scsi@vger.kernel.org | 5538 | L: linux-scsi@vger.kernel.org |
5538 | W: http://www.lsilogic.com/support | 5539 | W: http://www.lsilogic.com/support |
5539 | S: Supported | 5540 | S: Supported |