Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754840AbbEUCae (ORCPT ); Wed, 20 May 2015 22:30:34 -0400 Received: from mga14.intel.com ([192.55.52.115]:62657 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754286AbbEUCaY (ORCPT ); Wed, 20 May 2015 22:30:24 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,466,1427785200"; d="scan'208";a="732812903" From: Lv Zheng To: "Rafael J. Wysocki" , Len Brown Cc: Lv Zheng , Lv Zheng , , linux-acpi@vger.kernel.org Subject: [PATCH 00/19] ACPICA: 20150515 Release Date: Thu, 21 May 2015 10:29:57 +0800 Message-Id: X-Mailer: git-send-email 1.7.10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3557 Lines: 91 The 20150515 ACPICA kernel-resident subsystem updates are linuxized based on the linux-pm/linux-next branch. The patchset has passed the following build/boot tests. Build tests are performed as follows: 1. i386 + default + COFNIG_ACPI=y 2. i386 + allyes + CONFIG_ACPI=y 3. i386 + default + COFNIG_ACPI=n 4. i386 + allyes + CONFIG_ACPI=n 5. x86_64 + default + COFNIG_ACPI=y 6. x86_64 + allyes + CONFIG_ACPI=y 7. x86_64 + default + COFNIG_ACPI=n 8. x86_64 + allyes + CONFIG_ACPI=n Boot tests are performed as follows: 1. i386 + default + COFNIG_ACPI=y 2. x86_64 + default + COFNIG_ACPI=y Where: 1. i386: machine named as "Dell Inspiron Mini 1010" 2. x86_64: machine named as "HP Compaq 8200 Elite SFF PC" 3. default: kernel configuration with following items enabled: All hardware drivers related to the machines of i386/x86_64 All drivers/acpi configurations All platform drivers The divergences checking result: Before applying (20150410 Release): 531 lines After applying (20150515 Release): 565 lines (Increased due to _REV reversion). Bob Moore (14): ACPICA: Additional dragon_fly BSD support. ACPICA: ACPI 6.0: Add support for STAO table. ACPICA: ACPI 6.0: Add support for new predefined names. ACPICA: ACPI 6.0: Add support for XENV table. ACPICA: Parser: Move a couple externals to the proper header. ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. ACPICA: ACPI 6.0: Add support for WPBT table. ACPICA: ACPI 6.0: Add changes for FADT table. ACPICA: ACPI 6.0: Add changes for LPIT table. ACPICA: ACPI 6.0: Add changes for MADT table. ACPICA: iASL/disassembler - fix possible fault for -e option. ACPICA: acpi_help: Add option to display all known/supported ACPI tables. ACPICA: ACPI 6.0: Add support for NFIT table. ACPICA: Update version to 20150515. Lv Zheng (5): ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_method(). ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list(). ACPICA: ACPI 6.0: Add ACPI_SUB_PTR(). ACPICA: ACPI 6.0: Add support for IORT table. ACPICA: ACPI 6.0: Add changes for DRTM table. drivers/acpi/acpica/acdebug.h | 4 +- drivers/acpi/acpica/aclocal.h | 15 ++++ drivers/acpi/acpica/acparser.h | 3 + drivers/acpi/acpica/acpredef.h | 45 +++++++++- drivers/acpi/acpica/acutils.h | 2 +- drivers/acpi/acpica/dsmethod.c | 5 +- drivers/acpi/acpica/hwpci.c | 9 +- drivers/acpi/acpica/nsprepkg.c | 13 +++ drivers/acpi/acpica/nsrepair.c | 2 +- drivers/acpi/acpica/psopinfo.c | 3 - drivers/acpi/acpica/utfileio.c | 9 +- drivers/acpi/acpica/uthex.c | 4 +- drivers/acpi/acpica/utxferror.c | 11 ++- include/acpi/acpixf.h | 2 +- include/acpi/actbl.h | 17 ++-- include/acpi/actbl1.h | 176 ++++++++++++++++++++++++++++++++++++++- include/acpi/actbl2.h | 146 ++++++++++++++++++++++++++++---- include/acpi/actbl3.h | 88 ++++++++++++++++++-- include/acpi/actypes.h | 1 + include/acpi/acuuid.h | 64 ++++++++++++++ include/acpi/platform/acenv.h | 3 + include/acpi/platform/acenvex.h | 3 + 22 files changed, 560 insertions(+), 65 deletions(-) create mode 100644 include/acpi/acuuid.h -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/