From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: [GIT PATCH] SCSI bug fixes for 2.6.14-rc5 Date: Sat, 22 Oct 2005 16:15:28 +0000 Message-ID: <1129997728.6461.3.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from stat9.steeleye.com ([209.192.50.41]:45202 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S1751364AbVJVQPh (ORCPT ); Sat, 22 Oct 2005 12:15:37 -0400 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Linus Torvalds , Andrew Morton Cc: SCSI Mailing List , Linux Kernel This represents hopefully the final bug fixes for 2.6.14-rc5 The patch is here: master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6.git The short changelog is: Alan Stern: o Fix leak of Scsi_Cmnds Christoph Hellwig: o mptsas: fix phy identifiers James Smart: o FW: [PATCH] for Deadlock in transport_fc Karl Magnus Kolstoe: o 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.c Mark Salyzyn: o Fix aacraid regression Randy Dunlap: o NCR5380: fix undefined preprocessor identifier Steven Rostedt: o scsi_error thread exits in TASK_INTERRUPTIBLE state And the diffstat: message/fusion/mptsas.c | 12 ++++++++---- scsi/NCR5380.c | 2 +- scsi/aacraid/aacraid.h | 2 +- scsi/scsi_devinfo.c | 1 + scsi/scsi_error.c | 2 ++ scsi/scsi_lib.c | 7 ++++--- scsi/scsi_transport_fc.c | 13 ++++++++++--- 7 files changed, 27 insertions(+), 12 deletions(-) James