On Monday, October 28, 2019 6:49:10 PM CET Schmauss, Erik wrote: > > > -----Original Message----- > > From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Sent: Monday, October 28, 2019 8:59 AM > > To: Schmauss, Erik <erik.schmauss@xxxxxxxxx> > > Cc: Rafael J . Wysocki <rafael@xxxxxxxxxx>; linux-acpi@xxxxxxxxxxxxxxx > > Subject: Re: [PATCH v2 00/12] ACPICA version 20191018v2 > > > > On Fri, Oct 25, 2019 at 02:36:48PM -0700, Erik Schmauss wrote: > > > V2 - fixed build warnings > > > > > > This patchset contains the linuxized patches for ACPICA version > > > 20191018. There are several debugger changes but they are meant for > > > acpiexec at this time. acpi_load_table definition has been modified > > > and a new acpi_unload_table has been added. These new interfaces can > > > be used as a part of config fs to load and unload tables. > > > > > > Other than that, Bob has run clang on our code base and removed > > > several compiler warnings. > > > > > > This patchset is also available here: > > > https://github.com/SchmErik/linux/tree/v20191018 > > > > > > > I have tested this series and it works in my case. > > Thank you! > > > > P.S. Rafael, I think we can also append the oneliner I have added in the > > comment to the patch 5. > > I agree. It makes sense to use the interface in the same commit for linux OK, done. Please check the result in the bleeding-edge branch of my tree. Thanks!