Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1207282
| From | Calvin Owens <calvinowens@fb.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/2] Fixes for memory corruption in mpt2sas |
| Date | 2015-08-14 03:50 +0200 |
| Message-ID | <pXci6-4fP-9@gated-at.bofh.it> (permalink) |
| References | <pSxdv-3dJ-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello all, This patchset attempts to address problems we've been having with panics due to memory corruption from the mpt2sas driver. Thanks, Calvin [PATCH v4 1/2] mpt2sas: Refcount sas_device objects and fix unsafe list [PATCH v4 2/2] mpt2sas: Refcount fw_events and fix unsafe list usage Total diffstat: drivers/scsi/mpt2sas/mpt2sas_base.h | 22 +- drivers/scsi/mpt2sas/mpt2sas_scsih.c | 592 ++++++++++++++++++++++--------- drivers/scsi/mpt2sas/mpt2sas_transport.c | 12 +- 3 files changed, 451 insertions(+), 175 deletions(-) Diff showing changes v3 => v4: http://jcalvinowens.github.io/stuff/mpt2sas-patchset-v3v4.patch Diff showing changes v2 => v3: http://jcalvinowens.github.io/stuff/mpt2sas-patchset-v2v3.patch Diff showing changes v1 => v2: http://jcalvinowens.github.io/stuff/mpt2sas-patchset-v1v2.patch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 0/2] Fixes for memory corruption in mpt2sas Calvin Owens <calvinowens@fb.com> - 2015-08-14 03:50 +0200
csiph-web