Re: [PATCH v2] acpi: configfs: Unload SSDT on configfs entry removal

2017-06-02 Thread kbuild test robot
Hi Jan, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.12-rc3 next-20170602] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2] acpi: configfs: Unload SSDT on configfs entry removal

2017-06-02 Thread kbuild test robot
Hi Jan, [auto build test ERROR on pm/linux-next] [also build test ERROR on v4.12-rc3 next-20170602] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v2] acpi: configfs: Unload SSDT on configfs entry removal

2017-06-02 Thread Jan Kiszka
Call directly into acpica to load a table to obtain its index on return. We choose the direct call of acpica internal functions to avoid having to modify its API which is used outside of Linux as well. Use that index to unload the table again when the corresponding directory in configfs gets

[PATCH v2] acpi: configfs: Unload SSDT on configfs entry removal

2017-06-02 Thread Jan Kiszka
Call directly into acpica to load a table to obtain its index on return. We choose the direct call of acpica internal functions to avoid having to modify its API which is used outside of Linux as well. Use that index to unload the table again when the corresponding directory in configfs gets