From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: [BK PATCH] SCSI bug fixes for 2.6.1 Date: 19 Jan 2004 19:46:40 -0500 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <1074539066.1647.32.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from stat1.steeleye.com ([65.114.3.130]:27019 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S265352AbUATAqu (ORCPT ); Mon, 19 Jan 2004 19:46:50 -0500 List-Id: linux-scsi@vger.kernel.org To: Andrew Morton , Linus Torvalds Cc: Linux Kernel , SCSI Mailing List The attached is specifically bugfixes only for 2.6.1 that I'd like to get in before we begin release candidates for 2.6.2. Some of them are bug fix only pieces from driver updates that I'll begin pushing after 2.6.2 is out. The update is available at: bk://linux-scsi.bkbits.net/scsi-for-linus-2.6 The short changelog is : o No LUNs detected with qla2xxx / qla2300 : o MPT Fusion x86-64 boot fix : o Fix error path when adding sysfs attributes Andrew Morton: o fix qla2xxx build for older gcc's James Bottomley: o aha152x PCMCIA fix Jes Sorensen: o qla1280 update Mike Anderson: o scsi_eh_flush_done_q return status The diffstats are message/fusion/mptbase.h | 4 - message/fusion/mptscsih.c | 4 + scsi/aha152x.c | 2 scsi/qla1280.c | 133 ++++++++++++++++++++++++++++++---------------- scsi/qla1280.h | 23 ++++--- scsi/qla2xxx/qla_def.h | 6 +- scsi/qla2xxx/qla_init.c | 2 scsi/scsi_error.c | 28 ++++----- scsi/scsi_sysfs.c | 11 ++- 9 files changed, 134 insertions(+), 79 deletions(-) James