Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231AbbHAFEu (ORCPT ); Sat, 1 Aug 2015 01:04:50 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:33857 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750833AbbHAFEt (ORCPT ); Sat, 1 Aug 2015 01:04:49 -0400 From: Calvin Owens To: Nagalakshmi Nandigama , Praveen Krishnamoorthy , Sreekanth Reddy , Abhijit Mahajan CC: , , , , , Joe Lawrence Subject: [PATCH v3 0/2] Fixes for memory corruption in mpt2sas Date: Fri, 31 Jul 2015 22:02:12 -0700 Message-ID: <1438405334-1153698-1-git-send-email-calvinowens@fb.com> X-Mailer: git-send-email 1.8.5.6 In-Reply-To: <1436675096-324527-1-git-send-email-calvinowens@fb.com> References: <1436675096-324527-1-git-send-email-calvinowens@fb.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-08-01_02:2015-07-31,2015-08-01,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1125 Lines: 32 Hello all, This patchset attempts to address problems we've been having with panics due to memory corruption from the mpt2sas driver. Changes are noted in the individual patches, I realized putting them in the cover was probably a bit confusing. Thanks, Calvin Patches in this series: [PATCH v3 1/2] mpt2sas: Refcount sas_device objects and fix unsafe list [PATCH v3 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 | 579 ++++++++++++++++++++++--------- drivers/scsi/mpt2sas/mpt2sas_transport.c | 12 +- 3 files changed, 439 insertions(+), 174 deletions(-) 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/