From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Lv Zheng <lv.zheng@intel.com>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>, Lv Zheng <zetalog@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: Re: [PATCH 00/20] ACPICA: 20150818 Release
Date: Wed, 26 Aug 2015 01:49:31 +0200 [thread overview]
Message-ID: <5059463.QBoEmM0tRe@vostro.rjw.lan> (raw)
In-Reply-To: <cover.1440402549.git.lv.zheng@intel.com>
On Tuesday, August 25, 2015 10:28:18 AM Lv Zheng wrote:
> The 20150818 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 "drivers/platform" drivers
> All other drivers that link the APIs provided by ACPICA subsystem
>
> The divergences checking result:
> Before applying (20150717 Release):
> 518 lines
> After applying (20150818 Release):
> 517 lines
>
> Bob Moore (14):
> ACPICA: Correctly cleanup after a ACPI table load failure.
> ACPICA: Disassembler: Remove duplicate code in _PLD processing.
> ACPICA: Update parameter validation for data_table_region and
> load_table.
> ACPICA: Disassembler: Update for new listing mode.
> ACPICA: Update info messages during ACPICA init.
> ACPICA: Headers: Fix some comments, no functional change.
> ACPICA: acpinames: Add new options and wildcard support.
> ACPICA: acpiexec/acpinames: Support very large number of ACPI tables.
> ACPICA: Table handling: Cleanup and update debug output for tools.
> ACPICA: Add additional debug info/statements.
> ACPICA: Debugger: Add option to display namespace summary/counts.
> ACPICA: Make the max-number-of-loops runtime configurable.
> ACPICA: Header support to improve compatibility with MSVC.
> ACPICA: Update version to 20150818.
>
> Lv Zheng (6):
> ACPICA: Tables: Fix global table list issues by removing fixed table
> indexes.
> ACPICA: Tables: Cleanup to reduce FACS globals.
> ACPICA: Debugger: Split debugger initialization/termination APIs.
> ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasm.
> ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usage.
> ACPICA: Debugger: Cleanup debugging outputs to dump name path without
> trailing underscores.
Series queued up for 4.3, thanks!
Rafael
prev parent reply other threads:[~2015-08-25 23:21 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 2:28 [PATCH 00/20] ACPICA: 20150818 Release Lv Zheng
2015-08-25 2:28 ` [PATCH 01/20] ACPICA: Correctly cleanup after a ACPI table load failure Lv Zheng
2015-08-25 2:28 ` [PATCH 02/20] ACPICA: Disassembler: Remove duplicate code in _PLD processing Lv Zheng
2015-08-25 2:28 ` [PATCH 03/20] ACPICA: Update parameter validation for data_table_region and load_table Lv Zheng
2015-08-25 2:28 ` [PATCH 04/20] ACPICA: Disassembler: Update for new listing mode Lv Zheng
2015-08-25 2:28 ` [PATCH 05/20] ACPICA: Update info messages during ACPICA init Lv Zheng
2015-08-25 2:29 ` [PATCH 06/20] ACPICA: Tables: Fix global table list issues by removing fixed table indexes Lv Zheng
2015-08-25 2:29 ` [PATCH 07/20] ACPICA: Tables: Cleanup to reduce FACS globals Lv Zheng
2015-08-25 2:29 ` [PATCH 08/20] ACPICA: Headers: Fix some comments, no functional change Lv Zheng
2015-08-25 2:29 ` [PATCH 09/20] ACPICA: acpinames: Add new options and wildcard support Lv Zheng
2015-08-25 2:29 ` [PATCH 10/20] ACPICA: acpiexec/acpinames: Support very large number of ACPI tables Lv Zheng
2015-08-25 2:29 ` [PATCH 11/20] ACPICA: Table handling: Cleanup and update debug output for tools Lv Zheng
2015-08-25 2:29 ` [PATCH 12/20] ACPICA: Add additional debug info/statements Lv Zheng
2015-08-25 2:29 ` [PATCH 13/20] ACPICA: Debugger: Add option to display namespace summary/counts Lv Zheng
2015-08-25 2:30 ` [PATCH 14/20] ACPICA: Make the max-number-of-loops runtime configurable Lv Zheng
2015-08-25 2:30 ` [PATCH 15/20] ACPICA: Header support to improve compatibility with MSVC Lv Zheng
2015-08-25 2:30 ` [PATCH 16/20] ACPICA: Debugger: Split debugger initialization/termination APIs Lv Zheng
2015-08-25 2:30 ` [PATCH 17/20] ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasm Lv Zheng
2015-08-25 2:30 ` [PATCH 18/20] ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usage Lv Zheng
2015-08-25 2:30 ` [PATCH 19/20] ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailing underscores Lv Zheng
2015-08-25 2:30 ` [PATCH 20/20] ACPICA: Update version to 20150818 Lv Zheng
2015-08-25 23:49 ` Rafael J. Wysocki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5059463.QBoEmM0tRe@vostro.rjw.lan \
--to=rjw@rjwysocki.net \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=rafael.j.wysocki@intel.com \
--cc=zetalog@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox