| From: |
| "Rafael J. Wysocki" <rafael-AT-kernel.org> |
| To: |
| Linux ACPI <linux-acpi-AT-vger.kernel.org> |
| Subject: |
| [PATCH v1 00/27] ACPI: ACPICA 20260408 |
| Date: |
| Wed, 27 May 2026 19:50:57 +0200 |
| Message-ID: |
| <5998844.DvuYhMxLoT@rafael.j.wysocki> |
| Cc: |
| LKML <linux-kernel-AT-vger.kernel.org>, Saket Dumbre <saket.dumbre-AT-intel.com>, Pawel Chmielewski <pawel.chmielewski-AT-intel.com> |
| Archive-link: |
| Article |
Hi All,
This series of patches corresponds to upstream ACPICA changes made between
the 20251212 release and the 20260408 release that have not been included
into the Linux source code yet, and a couple upstream ACPICA changes made
after the 20260408 release.
It contains the following material:
Abdelkader Boudih (1):
ACPICA: Fix FADT 32/64X length mismatch warning
Akhil R (5):
ACPICA: Add LVR to acrestyp.h
ACPICA: Fetch LVR I2C resource descriptor
ACPICA: Change LVR to 8 bit value
ACPICA: Mention the LVR bits
ACPICA: fix I2C LVR item count in the conversion table
Aymeric Wibo (1):
ACPICA: actypes: Distinguish between D3hot/cold
Daniel Schaefer (1):
ACPICA: Add modern standby DSM GUIDs
David Laight (1):
ACPICA: Remove spurious precision from format used to dump parse trees
Pawel Chmielewski (2):
ACPICA: actbl2.h: ACPI 6.6: Updates for MADT MPWakeup
ACPICA: Update the copyright year to 2026
Saket Dumbre (1):
ACPICA: Update version to 20260408
Weiming Shi (1):
ACPICA: Fix NULL pointer dereference in acpi_ns_custom_package()
ikaros (14):
ACPICA: Fix condition check in acpi_ps_parse_loop()
ACPICA: Add alias node support in namespace handling
ACPICA: Fix use-after-free in acpi_ds_terminate_control_method()
ACPICA: validate byte_count in acpi_ps_get_next_package_length()
ACPICA: add boundary checks in acpi_ps_get_next_field()
ACPICA: Prevent adding invalid references
ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op)
ACPICA: Improve argument parsing in acpi_ps_get_next_simple_arg()
ACPICA: validate handler object type in two places
ACPICA: Add validation for node in acpi_ns_build_normalized_path()
ACPICA: Enhance buffer validation in acpi_ut_walk_aml_resources()
ACPICA: Enhance OEM ID and Table ID validation in acpi_ex_load_table_op()
ACPICA: Add package limit checks in parser functions
ACPICA: add boundary checks in two places
Thanks!