From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60315 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729167AbeHMVe4 (ORCPT ); Mon, 13 Aug 2018 17:34:56 -0400 Date: Mon, 13 Aug 2018 20:51:24 +0200 From: Greg KH To: "Schmauss, Erik" Cc: "Rafael J. Wysocki" , stable , ACPI Devel Maling List , "Rafael J. Wysocki" Subject: Re: [PATCH 05/11] ACPICA: AML Parser: skip opcodes that open a scope upon parse failure Message-ID: <20180813185124.GA5606@kroah.com> References: <20180810214304.13475-1-erik.schmauss@intel.com> <20180810214304.13475-6-erik.schmauss@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: stable-owner@vger.kernel.org List-ID: On Mon, Aug 13, 2018 at 05:52:49PM +0000, Schmauss, Erik wrote: > > > > -----Original Message----- > > From: Rafael J. Wysocki [mailto:rafael@kernel.org] > > Sent: Sunday, August 12, 2018 2:47 AM > > To: Schmauss, Erik > > Cc: ACPI Devel Maling List ; Rafael J. Wysocki > > > > Subject: Re: [PATCH 05/11] ACPICA: AML Parser: skip opcodes that open a scope > > upon parse failure > > > > On Fri, Aug 10, 2018 at 11:45 PM Erik Schmauss > > wrote: > > > > > > This change skips the entire length of opcodes that open a scope > > > (Device, Scope, Processor, etc) if the creation of the op fails. The > > > failure could be caused by various errors including AE_ALREADY_EXISTS > > > and AE_NOT_FOUND. > > > > > > Reported-by: Jeremy Linton > > > Tested-by: Jeremy Linton > > > Signed-off-by: Erik Schmauss > > > > I think that we should propagate this fix to the "stable" kernel series, at least > > 4.17.y and newer. Do you agree? > > Yes, I agree. > > Hi Greg, please add this to the stable kernel What commit id should I add to the stable kernel? thanks, greg k-h