Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756656AbXIFOmm (ORCPT ); Thu, 6 Sep 2007 10:42:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752359AbXIFOmd (ORCPT ); Thu, 6 Sep 2007 10:42:33 -0400 Received: from hancock.steeleye.com ([71.30.118.248]:45998 "EHLO hancock.sc.steeleye.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751742AbXIFOmc (ORCPT ); Thu, 6 Sep 2007 10:42:32 -0400 Subject: [GIT PATCH] SCSI bug fixes for 2.6.23-rc5 From: James Bottomley To: Andrew Morton , Linus Torvalds Cc: linux-scsi , linux-kernel Content-Type: text/plain Date: Thu, 06 Sep 2007 15:42:27 +0100 Message-Id: <1189089747.3466.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-2.fc7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1931 Lines: 49 These are basically three sets of bug fixes for drivers (qla2xxx, iscsi and zfcp) including a blocking show stopper for zfcp. The patch is available at: master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git The short changelog is: Andrew Vasquez (6): qla2xxx: Update version number to 8.02.00-k3. qla2xxx: Correct mailbox register dump for FWI2 capable ISPs. qla2xxx: Correct 8GB iIDMA support. qla2xxx: Correct management-server login-state synchronization issue. qla2xxx: Don't modify parity bits during ISP25XX restart. qla2xxx: Allocate enough space for the full PCI descriptor. Heiko Carstens (3): zfcp: fix the data buffer accessor patch zfcp: allocate gid_pn_data objects from gid_pn_cache zfcp: fix memory leak Mike Christie (2): libiscsi: sync up iscsi and scsi eh's access to the connection libiscsi: fix null ptr regression when aborting a command with data to transfer and the diffstat: drivers/s390/scsi/zfcp_aux.c | 4 +- drivers/s390/scsi/zfcp_qdio.c | 10 +---- drivers/s390/scsi/zfcp_scsi.c | 4 +- drivers/scsi/libiscsi.c | 65 +++++++++++++++++++++++++++++-------- drivers/scsi/qla2xxx/qla_dbg.c | 21 +++++------ drivers/scsi/qla2xxx/qla_def.h | 1 drivers/scsi/qla2xxx/qla_gs.c | 28 ++++++++++----- drivers/scsi/qla2xxx/qla_init.c | 51 ++++++++--------------------- drivers/scsi/qla2xxx/qla_isr.c | 1 drivers/scsi/qla2xxx/qla_os.c | 2 - drivers/scsi/qla2xxx/qla_version.h | 2 - include/scsi/libiscsi.h | 7 +++ 12 files changed, 113 insertions(+), 83 deletions(-) James - 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/