There are issues in sysfs table handling code: 1. It cannot handle table loaded by LoadTable opcode executed after acpi_sysfs_init(); 2. Its signature handling code is not correct. This patchset fixes these issues. This patchset also contains a regression fix, fixing a mistake caused in ACPICA upstream due to a rebase problem, the wrong commit is released in the ACPICA 20160831 release cycle. Lv Zheng (3): ACPICA: Tables: Fix a regression in acpi_tb_find_table() ACPI / sysfs: Fix an issue for LoadTable opcode ACPI / sysfs: Update sysfs signature handling code drivers/acpi/acpica/tbfind.c | 2 +- drivers/acpi/sysfs.c | 66 +++++++++++++++++++++++------------------- 2 files changed, 37 insertions(+), 31 deletions(-) -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html