Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1300154
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 00/42] ACPICA: 20151218 Release |
| Date | 2016-01-03 01:30 +0100 |
| Message-ID | <qMEIz-6D5-23@gated-at.bofh.it> (permalink) |
| References | <qKVu9-4Eg-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday, December 29, 2015 01:52:19 PM Lv Zheng wrote: > The 20151218 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 + allyes > 2. i386 + allno > 3. i386 + default + ACPI_DEBUGGER=y > 4. i386 + default + ACPI_DEBUGGER=n + ACPI_DEBUG=y > 5. i386 + default + ACPI_DEBUG=n + ACPI=y > 6. i386 + default + ACPI=n > 7. x86_64 + allyes > 8. x86_64 + allno > 9. x86_64 + default + ACPI_DEBUGGER=y > 10.x86_64 + default + ACPI_DEBUGGER=n + ACPI_DEBUG=y > 11.x86_64 + default + ACPI_DEBUG=n + ACPI=y > 12.x86_64 + default + ACPI=n > Boot tests are performed as follows: > 1. i386 + default + ACPI_DEBUGGER=y > 2. x86_64 + default + ACPI_DEBUGGER=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 (20150930 Release): > 517 lines > After applying (20151218 Release): > 506 lines > > Bob Moore (25): > ACPICA: exmutex: General cleanup, restructured some code > ACPICA: Core: Major update for code formatting, no functional changes > ACPICA: Split interpreter tracing functions to a new file > ACPICA: acpiexec: Add support for AML files containing multiple > tables > ACPICA: Disassembler/tools: Support for multiple ACPI tables in one > file > ACPICA: iasl/acpiexec: Update input file handling and verification > ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB > method." > ACPICA: Add comment explaining _SUB removal > ACPICA: acpiexec/acpinames: Update for error checking macros > ACPICA: Concatenate operator: Add extensions to support all ACPI > objects > ACPICA: Debug Object: Cleanup output > ACPICA: Debug object: Fix output for a NULL object > ACPICA: Update for output of the Debug Object > ACPICA: getopt: Comment update, no functional change > ACPICA: Add new exception code, AE_IO_ERROR > ACPICA: iasl/Disassembler: Support ASL ElseIf operator > ACPICA: Parser: Add constants for internal namepath function > ACPICA: Parser: Fix for SuperName method invocation > ACPICA: Update parameter type for ObjectType operator > ACPICA: Update internal #defines for ObjectType operator. No > functional change > ACPICA: Update for CondRefOf and RefOf operators > ACPICA: Cleanup code related to the per-table module level > improvement > ACPICA: Add "root node" case to the ACPI name repair code > ACPICA: Add per-table execution of module-level code > ACPICA: Update version to 20151218 > > Colin Ian King (1): > ACPICA: Tools: Add spacing and missing options in acpibin tool > > David E. Box (1): > ACPICA: Fix SyncLevel support interaction with method > auto-serialization > > LABBE Corentin (1): > ACPICA: Add "const" to some functions that return fixed strings > > Lv Zheng (12): > ACPICA: Linuxize: reduce divergences for 20151218 release > ACPICA: Namespace: Fix wrong error log > ACPICA: Debugger: reduce old external path format > ACPICA: Namespace: Add scope information to the simple object repair > mechanism > ACPICA: Namespace: Add String -> ObjectReference conversion support > ACPICA: Events: Deploys acpi_ev_find_region_handler() > ACPICA: Events: Uses common_notify for address space handlers > ACPICA: Utilities: Reorder initialization code > ACPICA: Events: Fix an issue that region object is re-attached to > another scope when it is already attached > ACPICA: Events: Split acpi_ev_associate_reg_method() from region > initialization code > ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no > _REG evaluations can happen during OS early boot stages > ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to > acpi_ev_execute_reg_methods() > > Markus Elfring (1): > ACPICA: Debugger: Remove some unecessary NULL checks > > Prarit Bhargava (1): > ACPICA: acpi_get_sleep_type_data: Reduce warnings Series applied, thanks! -- 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/42] ACPICA: 20151218 Release Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 24/42] ACPICA: Tools: Add spacing and missing options in acpibin tool Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 21/42] ACPICA: Namespace: Add scope information to the simple object repair mechanism Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 17/42] ACPICA: Concatenate operator: Add extensions to support all ACPI objects Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 13/42] ACPICA: Debugger: Remove some unecessary NULL checks Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 03/42] ACPICA: Namespace: Fix wrong error log Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 11/42] ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 06/42] ACPICA: Add "const" to some functions that return fixed strings Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 10/42] ACPICA: acpiexec: Add support for AML files containing multiple tables Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 05/42] ACPICA: Fix SyncLevel support interaction with method auto-serialization Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 12/42] ACPICA: iasl/acpiexec: Update input file handling and verification Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 15/42] ACPICA: Add comment explaining _SUB removal Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:00 +0100
[PATCH 40/42] ACPICA: Add "root node" case to the ACPI name repair code Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 38/42] ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evaluations can happen during OS early boot stages Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 41/42] ACPICA: Add per-table execution of module-level code Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 36/42] ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attached Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 28/42] ACPICA: Parser: Fix for SuperName method invocation Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 32/42] ACPICA: Cleanup code related to the per-table module level improvement Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 30/42] ACPICA: Update internal #defines for ObjectType operator. No functional change Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 33/42] ACPICA: Events: Deploys acpi_ev_find_region_handler() Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 39/42] ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods() Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 26/42] ACPICA: iasl/Disassembler: Support ASL ElseIf operator Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 31/42] ACPICA: Update for CondRefOf and RefOf operators Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 27/42] ACPICA: Parser: Add constants for internal namepath function Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 37/42] ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 34/42] ACPICA: Events: Uses common_notify for address space handlers Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 29/42] ACPICA: Update parameter type for ObjectType operator Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 35/42] ACPICA: Utilities: Reorder initialization code Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
[PATCH 42/42] ACPICA: Update version to 20151218 Lv Zheng <lv.zheng@intel.com> - 2015-12-29 07:10 +0100
Re: [PATCH 00/42] ACPICA: 20151218 Release "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-01 03:40 +0100
Re: [PATCH 00/42] ACPICA: 20151218 Release "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-01 04:00 +0100
RE: [PATCH 00/42] ACPICA: 20151218 Release "Zheng, Lv" <lv.zheng@intel.com> - 2016-01-04 03:30 +0100
Re: [PATCH 00/42] ACPICA: 20151218 Release "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-03 01:30 +0100
Re: [PATCH 00/42] ACPICA: 20151218 Release David Lang <david@lang.hm> - 2016-01-03 08:00 +0100
RE: [PATCH 00/42] ACPICA: 20151218 Release "Zheng, Lv" <lv.zheng@intel.com> - 2016-01-04 03:30 +0100
Re: [PATCH 00/42] ACPICA: 20151218 Release "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-01-04 13:50 +0100
csiph-web