Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756294Ab2B1ATQ (ORCPT ); Mon, 27 Feb 2012 19:19:16 -0500 Received: from cavan.codon.org.uk ([93.93.128.6]:34035 "EHLO cavan.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755076Ab2B1ATP (ORCPT ); Mon, 27 Feb 2012 19:19:15 -0500 Date: Tue, 28 Feb 2012 00:19:09 +0000 From: Matthew Garrett To: Greg KH Cc: Matthias Schniedermeyer , Linus Torvalds , Clemens Ladisch , linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: Linux 3.2.5 Message-ID: <20120228001909.GA27242@srcf.ucam.org> References: <20120207084037.GA6140@citd.de> <4F30FABF.4060409@ladisch.de> <20120207105835.GA12864@citd.de> <4F310DBC.1040501@ladisch.de> <20120207114806.GA15323@citd.de> <4F3118F7.8050205@ladisch.de> <20120207165416.GA27342@citd.de> <20120207165944.GA30442@srcf.ucam.org> <20120228001309.GA2989@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120228001309.GA2989@kroah.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: mjg59@cavan.codon.org.uk X-SA-Exim-Scanned: No (on cavan.codon.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 33 On Mon, Feb 27, 2012 at 04:13:09PM -0800, Greg KH wrote: > On Tue, Feb 07, 2012 at 04:59:44PM +0000, Matthew Garrett wrote: > > Ok. Can you try this? > > > > diff --git a/drivers/pci/pcie/aspm.c b/drivers/pci/pcie/aspm.c > > index 1cfbf22..24f049e 100644 > > --- a/drivers/pci/pcie/aspm.c > > +++ b/drivers/pci/pcie/aspm.c > > @@ -500,6 +500,9 @@ static int pcie_aspm_sanity_check(struct pci_dev *pdev) > > int pos; > > u32 reg32; > > > > + if (aspm_disabled) > > + return 0; > > + > > /* > > * Some functions in a slot might not all be PCIe functions, > > * very strange. Disable ASPM for the whole slot > > > > Matthew, this doesn't look like it made it into Linus's tree, don't we > still need this for 3.3-final? Yeah, I'll post this properly. I think it probably is the correct solution. -- Matthew Garrett | mjg59@srcf.ucam.org -- 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/