From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756338AbZBRTQm (ORCPT ); Wed, 18 Feb 2009 14:16:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754019AbZBRTQ3 (ORCPT ); Wed, 18 Feb 2009 14:16:29 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:39299 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753931AbZBRTQ1 (ORCPT ); Wed, 18 Feb 2009 14:16:27 -0500 Date: Wed, 18 Feb 2009 11:15:10 -0800 From: Andrew Morton To: James Bottomley Cc: david@lang.hm, matthew@wil.cx, yinghai@kernel.org, jbarnes@virtuousgeek.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, DL-MPTFusionLinux@lsi.com, linux-pci@vger.kernel.org Subject: Re: [PATCH] pci: enable MSI on 8132 Message-Id: <20090218111510.b720aacb.akpm@linux-foundation.org> In-Reply-To: <1234982285.3225.42.camel@localhost.localdomain> References: <499B46B2.5040601@kernel.org> <499B6BF7.9090300@kernel.org> <499B724A.2040408@kernel.org> <499B774C.5010705@kernel.org> <499B9129.50104@kernel.org> <20090218122137.GJ16841@parisc-linux.org> <20090218100448.7f7c5b86.akpm@linux-foundation.org> <1234982285.3225.42.camel@localhost.localdomain> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Feb 2009 18:38:04 +0000 James Bottomley wrote: > On Wed, 2009-02-18 at 10:04 -0800, Andrew Morton wrote: > > On Wed, 18 Feb 2009 04:27:28 -0800 (PST) david@lang.hm wrote: > > > > > On Wed, 18 Feb 2009, Matthew Wilcox wrote: > > > > > > > On Tue, Feb 17, 2009 at 08:40:09PM -0800, Yinghai Lu wrote: > > > >> > > > >> Impact: workaround BIOS that doesn't enable that bit > > > >> > > > >> David reported that LSI sas doesn't work with MSI. > > > >> it turns out that BIOS doesn't enable HT MSI > > > >> 8132 does support HT MSI. > > > >> add quirk to enable it > > > >> > > > >> Reported-by: David Lang > > > >> Signed-off-by: Yinghai Lu > > > > > > > > Reviewed-by: Matthew Wilcox > > > > > > > > Jesse, I think this should go into Linus' tree sooner rather than later. > > > > > > please forward to -stable as well. this is a regression since the card > > > works with older kernels. > > > > > > > Which kernel version introduced the regression? > > Technically, it's not a regression. The MSI problem has always been > there, it was just exposed when the SAS card switched to using MSI by > default. It's fixed by the bridge quirk ... of course it's unclear how > many more bridges with problems there are. > > > Do we not need mpt-fix-enable-lsi-sas-to-use-msi-as-default.patch as > > well, to fix this regression? > > No ... it's a separate issue. MSI was enabled for fusion SAS in 2.6.26; > the problem msi patch which the above corrects actually has the effect > of disabling MSI for fusion and went into 2.6.29-rc2, which isn't a > kernel that's been tested here. So it should be the case that _either_ of mpt-fix-enable-lsi-sas-to-use-msi-as-default.patch and pci-enable-msi-on-8132.patch would fix David's machine?