From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: [BK PATCH] last scsi fixes for 2.6.10-rc3 Date: Mon, 20 Dec 2004 12:19:33 -0600 Message-ID: <1103566774.5267.62.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from stat16.steeleye.com ([209.192.50.48]:10150 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S261596AbULTSTu (ORCPT ); Mon, 20 Dec 2004 13:19:50 -0500 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Andrew Morton , Linus Torvalds Cc: Linux Kernel , SCSI Mailing List These are all small and fairly essential fixes (except for one minor piece of code removal which crept into the wrong bucket but should be harmless) that I'd like to get in before 2.6.10 the patch is available at bk://linux-scsi.bkbits.net/scsi-for-linus-2.6 The short changelog is: Adrian Bunk: o scsi/qla2xxx/qla_rscn.c: remove unused functions James Bottomley: o Fix cable pull problem with USB storage Jens Axboe: o hack imm.c to work in highmem machines Mark Haverkamp: o aacraid: 2.6 fix panic on module removal Sreenivas Bagalkote: o megaraid: fix a bug in kioc dma buffer deallocation And the diffstat is Documentation/scsi/ChangeLog.megaraid | 7 ++++++ drivers/scsi/aacraid/linit.c | 3 -- drivers/scsi/imm.c | 4 +++ drivers/scsi/megaraid/megaraid_ioctl.h | 2 - drivers/scsi/megaraid/megaraid_mm.c | 34 ++++++++++++++++++--------------- drivers/scsi/megaraid/megaraid_mm.h | 5 +--- drivers/scsi/qla2xxx/qla_rscn.c | 26 ------------------------- drivers/scsi/sd.c | 2 - drivers/scsi/sr.c | 2 - 9 files changed, 36 insertions(+), 49 deletions(-) James