From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: [BK PATCH] SCSI bug fixes for 2.6.11-rc3 Date: Thu, 10 Feb 2005 12:51:45 -0500 Message-ID: <1108057905.7361.21.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Received: from stat16.steeleye.com ([209.192.50.48]:2726 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S262176AbVBJRv7 (ORCPT ); Thu, 10 Feb 2005 12:51:59 -0500 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Morton , Linus Torvalds Cc: SCSI Mailing List , Linux Kernel This is a set of four bug fixes each with a corresponding user oops report and one well tested driver update. The patch is available at bk://linux-scsi.bkbits.net/scsi-rc-fixes-2.6 The short changelog is Andreas Herrmann: o zfcp: bugfixes (without kfree) for -bk Andrew Vasquez: o qla2xxx: fix BUG's for smp_processor_id() on interrupt Christoph Hellwig: o cciss: handle scsi_add_host failure James Bottomley: o SCSI: fix HBA removal problem with transport classes Seokmann Ju: o megaraid_mbox 2.20.4.3 patch and the diffstat is: Documentation/scsi/ChangeLog.megaraid | 104 ++++++++ drivers/block/cciss_scsi.c | 15 - drivers/s390/scsi/zfcp_erp.c | 6 drivers/s390/scsi/zfcp_fsf.c | 37 +-- drivers/scsi/megaraid/Kconfig.megaraid | 1 drivers/scsi/megaraid/mega_common.h | 3 drivers/scsi/megaraid/megaraid_ioctl.h | 1 drivers/scsi/megaraid/megaraid_mbox.c | 403 ++++++++++++++++++++++++++++++++- drivers/scsi/megaraid/megaraid_mbox.h | 24 + drivers/scsi/megaraid/megaraid_mm.c | 39 +++ drivers/scsi/megaraid/megaraid_mm.h | 5 drivers/scsi/qla2xxx/qla_isr.c | 4 drivers/scsi/scsi_transport_fc.c | 3 drivers/scsi/scsi_transport_iscsi.c | 4 drivers/scsi/scsi_transport_spi.c | 3 15 files changed, 604 insertions(+), 48 deletions(-) James