Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762234AbXJDQVQ (ORCPT ); Thu, 4 Oct 2007 12:21:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757237AbXJDQU7 (ORCPT ); Thu, 4 Oct 2007 12:20:59 -0400 Received: from hancock.steeleye.com ([71.30.118.248]:55456 "EHLO hancock.sc.steeleye.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757838AbXJDQU6 (ORCPT ); Thu, 4 Oct 2007 12:20:58 -0400 Subject: [GIT PATCH] critical megaraid bug fix for 2.6.23 From: James Bottomley To: Andrew Morton , Linus Torvalds Cc: linux-scsi , linux-kernel , Adrian Bunk , Burton Windle Content-Type: text/plain Date: Thu, 04 Oct 2007 12:20:56 -0400 Message-Id: <1191514856.9479.39.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1149 Lines: 36 This is a critical fix for the reported megaraid inability to boot: http://lkml.org/lkml/2007/10/2/243 The patch is here: master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git And the description and diffstat: commit d5e89385e92a77b2764d9eb8284808a7628cb2a8 Author: FUJITA Tomonori Date: Wed Oct 3 09:00:58 2007 +0900 [SCSI] megaraid_old: fix READ_CAPACITY The bulk transfer mode got eleminated by 3f6270ef76f2ce5c134615a470685d6c2a66c07e. Unfortunately, this mode is required for READ_CAPACITY commands on certain cards, so put it back again. This fixes a boot failure regression reported by Burton Windle. Signed-off-by: FUJITA Tomonori Signed-off-by: James Bottomley megaraid.c | 8 ++++++++ 1 file changed, 8 insertions(+) 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/