From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932549Ab2DDS7G (ORCPT ); Wed, 4 Apr 2012 14:59:06 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:50948 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932366Ab2DDS7E (ORCPT ); Wed, 4 Apr 2012 14:59:04 -0400 X-Sasl-enc: AsySt/+zuSRPoP4aoXPGSQ4Kv+NE0feWhooWsMqtbrL4 1333565942 Date: Wed, 4 Apr 2012 11:58:56 -0700 From: Greg Kroah-Hartman To: Josh Boyer Cc: Jonathan Nieder , Len Brown , linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Julian Anastasov , Len Brown , wzab@ise.pw.edu.pl, stable@vger.kernel.org Subject: Re: [3.0.y, 3.2.y, 3.3.y] Re: [PATCH 04/76] ACPICA: Fix regression in FADT revision checks Message-ID: <20120404185856.GA2272@kroah.com> References: <09f98a825a821f7a3f1b162f9ed023f37213a63b.1333101989.git.len.brown@intel.com> <1333102459-23750-1-git-send-email-lenb@kernel.org> <3e80acd1af40fcd91a200b0416a7616b20c5d647.1333101989.git.len.brown@intel.com> <20120403195804.GA19239@burratino> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 03, 2012 at 04:15:32PM -0400, Josh Boyer wrote: > On Tue, Apr 3, 2012 at 3:58 PM, Jonathan Nieder wrote: > > Hi Greg, > > > > Josh Boyer wrote: > >> On Fri, Mar 30, 2012 at 6:13 AM, Len Brown wrote: > > > >>> From: Julian Anastasov > >>> > >>>        commit 64b3db22c04586997ab4be46dd5a5b99f8a2d390 (2.6.39), > >>> "Remove use of unreliable FADT revision field" causes regression > >>> for old P4 systems because now cst_control and other fields are > >>> not reset to 0. > > [...] > >>>        The fix is to update acpi_gbl_FADT.header.length after > >>> the original value is used to check for old revisions. > >>> > >>> https://bugzilla.kernel.org/show_bug.cgi?id=42700 > >>> https://bugzilla.redhat.com/show_bug.cgi?id=727865 > >>> > >>> Signed-off-by: Julian Anastasov > >>> Acked-by: Bob Moore > >>> Signed-off-by: Len Brown > >> > >> This one should go into the stable trees. > > > > Please apply > > > >  3e80acd1af40 "ACPICA: Fix regression in FADT revision checks" > > > > which is in linus's master to the 3.0.y, 3.2.y, and 3.3.y series to > > fix this old boot problem.  (Many affected people disabled HT in the > > BIOS to work around it in the meantime.) > > > > WZab (cc-ed) has tested that the patch addresses the problem when > > applied to the 3.2.y and 3.3.y branches.  [1] has details. > > We've had this applied in Fedora on 3.2 and 3.3 for a while now as > well. Wonderful, now queued up, thanks for letting me know. greg k-h