From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolaus Voss Subject: Re: [PATCH v2 1/3] ACPI: Resolve objects on host-directed table loads Date: Fri, 14 Jun 2019 11:25:58 +0200 (CEST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Len Brown , Robert Moore , Erik Schmauss , Jacek Anaszewski , Pavel Machek , Dan Murphy , Thierry Reding , ACPI Devel Maling List , "open list:ACPI COMPONENT ARCHITECTURE (ACPICA)" , linux-leds@vger.kernel.org, Linux PWM List , Linux Kernel Mailing List List-Id: linux-pwm@vger.kernel.org Hi Rafael, On Fri, 14 Jun 2019, Rafael J. Wysocki wrote: > On Wed, Jun 12, 2019 at 10:36 AM Nikolaus Voss > wrote: >> >> If an ACPI SSDT overlay is loaded after built-in tables >> have been loaded e.g. via configfs or efivar_ssdt_load() >> it is necessary to rewalk the namespace to resolve >> references. Without this, relative and absolute paths >> like ^PCI0.SBUS or \_SB.PCI0.SBUS are not resolved >> correctly. >> >> Make configfs load use the same method as efivar_ssdt_load(). >> >> Signed-off-by: Nikolaus Voss > > This is fine by me, so > > Acked-by: Rafael J. Wysocki > > Or if you want me to take this patch (without the other two in the > series), please let me know. thanks. I think it would be the best if you take up this patch as it is an independent topic. In retrospect it wasn't a good idea to put it into this series. Kind regards, Niko [...]