From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luck, Tony" Subject: [PATCH v2 0/2] Clean up ACPI Boot Error Record Table code Date: Fri, 12 May 2017 14:42:10 -0700 Message-ID: References: <20170512120118.zwhgtcbf4u4zshbn@pd.tnic> Return-path: Received: from mga06.intel.com ([134.134.136.31]:58545 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757950AbdELVnX (ORCPT ); Fri, 12 May 2017 17:43:23 -0400 In-Reply-To: <20170512120118.zwhgtcbf4u4zshbn@pd.tnic> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Rafael J. Wysocki" Cc: Tony Luck , Len Brown , Huang Ying , Borislav Petkov , Tomasz Nowicki , Jonathan Zhang , Tyler Baicar , linux-acpi@vger.kernel.org From: Tony Luck ACPI 6.1 spec clarified the structure of the Boot Error Record Table. Linux code was overly complex, and included a redundant structure definition of "acpi_bert_region". v2 changes: Rafael: Split the change to into a separate patch so it can be fed through ACPICA process. Boris: Better wording for the comment about the "address" field in the acpi_table_bert structure. Tony Luck (2): ACPI / APEI: Boot Error Record Table processing was needlessly complicated ACPI / APEI: No remaining users of struct acpi_bert_region drivers/acpi/apei/bert.c | 54 +++++++----------------------------------------- include/acpi/actbl1.h | 16 +++++--------- 2 files changed, 12 insertions(+), 58 deletions(-) Cc: Len Brown Cc: Huang Ying Cc: Borislav Petkov Cc: Tomasz Nowicki Cc: Jonathan (Zhixiong) Zhang Cc: Tyler Baicar Cc: linux-acpi@vger.kernel.org Reviewed-by: Borislav Petkov Signed-off-by: Tony Luck -- 2.11.0