Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier

2017-09-27 Thread Dou Liyang
Hi Borislav, At 09/27/2017 05:02 PM, Borislav Petkov wrote: On Wed, Sep 13, 2017 at 05:17:54PM +0800, Dou Liyang wrote: Linux uses acpi_early_init() to put the ACPI table management into the late stage from the early stage. This two stages are different. the mapped ACPI tables in early stage is

Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier

2017-09-27 Thread Borislav Petkov
On Wed, Sep 13, 2017 at 05:17:54PM +0800, Dou Liyang wrote: > Linux uses acpi_early_init() to put the ACPI table management into the > late stage from the early stage. This two stages are different. the > mapped ACPI tables in early stage is temporary and should be unmapped, > but in late stage, it

Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier

2017-09-27 Thread Dou Liyang
Hi Thomas, At 09/27/2017 03:19 PM, Thomas Gleixner wrote: On Wed, 27 Sep 2017, Dou Liyang wrote: Hi Rafael, Zheng, Welcome any comments! Now, our patches are in tip tree, they are based on this independent patch, we hope it can be merged earlier than our patches to avoid ACPI Error. we need

Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier

2017-09-27 Thread Thomas Gleixner
On Wed, 27 Sep 2017, Dou Liyang wrote: > Hi Rafael, Zheng, > > Welcome any comments! > > Now, our patches are in tip tree, they are based on this > independent patch, we hope it can be merged earlier than our > patches to avoid ACPI Error. we need your advice and confirmation. You should have i

Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier

2017-09-26 Thread Dou Liyang
Hi Rafael, Zheng, Welcome any comments! Now, our patches are in tip tree, they are based on this independent patch, we hope it can be merged earlier than our patches to avoid ACPI Error. we need your advice and confirmation. Thanks, dou. At 09/13/2017 05:17 PM, Dou Liyang wrote: Linux

[PATCH v9] ACPI / init: Invoke early ACPI initialization earlier

2017-09-13 Thread Dou Liyang
Linux uses acpi_early_init() to put the ACPI table management into the late stage from the early stage. This two stages are different. the mapped ACPI tables in early stage is temporary and should be unmapped, but in late stage, it is permanent and don't need to be unmapped. Originally, mapping an