From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lv Zheng Subject: [PATCH v2 0/3] ACPI / sysfs: Cleanup sysfs table handling code Date: Tue, 13 Sep 2016 17:48:14 +0800 Message-ID: References: Return-path: Received: from mga01.intel.com ([192.55.52.88]:39000 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752883AbcIMJsV (ORCPT ); Tue, 13 Sep 2016 05:48:21 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Len Brown Cc: Lv Zheng , Lv Zheng , linux-acpi@vger.kernel.org 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