From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 7 Mar 2012 20:25:53 -0800 From: Jesse Barnes To: Greg KH Cc: Matthew Garrett , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, stable@kernel.org Subject: Re: [PATCH] Ignore pre-1.1 ASPM quirking when ASPM is disabled Message-ID: <20120307202553.50b6c91c@jbarnes-x220> In-Reply-To: <20120307054859.GB7775@kroah.com> References: <1331059309-4335-1-git-send-email-mjg@redhat.com> <20120307054859.GB7775@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: On Tue, 6 Mar 2012 21:48:59 -0800 Greg KH wrote: > On Tue, Mar 06, 2012 at 01:41:49PM -0500, Matthew Garrett wrote: > > Right now we won't touch ASPM state if ASPM is disabled, except in > > the case where we find a device that appears to be too old to > > reliably support ASPM. Right now we'll clear it in that case, which > > is almost certainly the wrong thing to do. The easiest way around > > this is just to disable the blacklisting when ASPM is disabled. > > > > Signed-off-by: Matthew Garrett > > Cc: stable@kernel.org > > That's if we want to get it right :) > > Anyway, Jesse, this needs to get into 3.3-final to prevent > regressions... Any bz links to add to the changelog? I'll fix up the stable cc when I commit... Jesse