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: Wed, 19 Jun 2019 11:31:01 +0200 (CEST) Message-ID: References: <94F2FBAB4432B54E8AACC7DFDE6C92E3B95EFB26@ORSMSX110.amr.corp.intel.com> <94F2FBAB4432B54E8AACC7DFDE6C92E3B95F9EC6@ORSMSX110.amr.corp.intel.com> <94F2FBAB4432B54E8AACC7DFDE6C92E3B95FB0BA@ORSMSX110.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: In-Reply-To: <94F2FBAB4432B54E8AACC7DFDE6C92E3B95FB0BA@ORSMSX110.amr.corp.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: "Moore, Robert" Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Len Brown , "Schmauss, Erik" , 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 , nikolaus.voss@loewensteinmedical.de List-Id: linux-leds@vger.kernel.org Hi Bob, On Tue, 18 Jun 2019, Moore, Robert wrote: > > >> -----Original Message----- >> From: Moore, Robert >> Sent: Tuesday, June 18, 2019 1:25 PM >> To: 'Nikolaus Voss' >> Cc: 'Rafael J. Wysocki' ; 'Rafael J. Wysocki' >> ; 'Len Brown' ; Schmauss, Erik >> ; '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' > kernel@vger.kernel.org> >> Subject: RE: [PATCH v2 1/3] ACPI: Resolve objects on host-directed table >> loads >> >> If it is in fact the AcpiLoadTable interface that is incorrect, that of >> course is different. I'll check that out next. >> > [Moore, Robert] > > Yes, this is the issue, not specifically the Load() operator, but the > AcpiLoadTable interface only. thanks for checking this out. So what is the conclusion? Is my fix of AcpiLoadTable() sufficient or do we need a different solution? Niko [...]