RE: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-20 Thread Schmauss, Erik
rnel.org>; ACPI Devel Maling List a...@vger.kernel.org>; Linux Memory Management List m...@kvack.org>; Greg Kroah-Hartman > ; Hansen, Dave > > Subject: Re: [PATCHv2 01/12] acpi: Create subtable parsing > infrastructure > > On Thu, Dec 20, 2018 at 2:15 AM Schmauss, Erik &

Re: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-20 Thread Rafael J. Wysocki
t; To: Schmauss, Erik > > Cc: Rafael J. Wysocki ; Busch, Keith > > ; Moore, Robert ; > > Linux Kernel Mailing List ; ACPI Devel > > Maling List ; Linux Memory Management > > List ; Greg Kroah-Hartman > > ; Hansen, Dave > > > > Subject: Re: [PATCHv2 01

RE: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-19 Thread Schmauss, Erik
inux Kernel Mailing List ; ACPI Devel > Maling List ; Linux Memory Management > List ; Greg Kroah-Hartman > ; Hansen, Dave > > Subject: Re: [PATCHv2 01/12] acpi: Create subtable parsing > infrastructure > > On Wed, Dec 19, 2018 at 3:19 PM Schmauss, Erik > wrote: >

Re: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-19 Thread Dan Williams
t; > To: Busch, Keith > > Cc: Linux Kernel Mailing List ; ACPI Devel > > Maling List ; Linux Memory Management List > > ; Greg Kroah-Hartman > > ; Rafael J. Wysocki ; > > Hansen, Dave ; Williams, Dan J > > > > Subject: Re: [PATCHv2 01/12] acpi: Create su

RE: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-19 Thread Schmauss, Erik
nux Memory Management List > ; Greg Kroah-Hartman > ; Rafael J. Wysocki ; > Hansen, Dave ; Williams, Dan J > > Subject: Re: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure > > On Tue, Dec 11, 2018 at 2:05 AM Keith Busch > wrote: > > Hi Rafael and Bob,

Re: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-19 Thread kbuild test robot
Hi Keith, I love your patch! Yet something to improve: [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.20-rc7 next-20181219] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

Re: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-13 Thread kbuild test robot
Hi Keith, I love your patch! Yet something to improve: [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.20-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Keith-Busch/a

Re: [PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-11 Thread Rafael J. Wysocki
On Tue, Dec 11, 2018 at 2:05 AM Keith Busch wrote: > > Parsing entries in an ACPI table had assumed a generic header structure > that is most common. There is no standard ACPI header, though, so less > common types would need custom parsers if they want go through their > sub-table entry list. It

[PATCHv2 01/12] acpi: Create subtable parsing infrastructure

2018-12-10 Thread Keith Busch
Parsing entries in an ACPI table had assumed a generic header structure that is most common. There is no standard ACPI header, though, so less common types would need custom parsers if they want go through their sub-table entry list. Create the infrastructure for adding different table types so pa