Linux ACPI
 help / color / mirror / Atom feed
* [PATCH v1 00/27] ACPI: ACPICA 20260408
@ 2026-05-27 17:50 Rafael J. Wysocki
  2026-05-27 17:51 ` [PATCH v1 01/27] ACPICA: actypes: Distinguish between D3hot/cold Rafael J. Wysocki
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Rafael J. Wysocki @ 2026-05-27 17:50 UTC (permalink / raw)
  To: Linux ACPI; +Cc: LKML, Saket Dumbre, Pawel Chmielewski

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!




^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2026-05-27 18:12 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 17:50 [PATCH v1 00/27] ACPI: ACPICA 20260408 Rafael J. Wysocki
2026-05-27 17:51 ` [PATCH v1 01/27] ACPICA: actypes: Distinguish between D3hot/cold Rafael J. Wysocki
2026-05-27 17:52 ` [PATCH v1 02/27] ACPICA: actbl2.h: ACPI 6.6: Updates for MADT MPWakeup Rafael J. Wysocki
2026-05-27 17:53 ` [PATCH v1 03/27] ACPICA: Fix condition check in acpi_ps_parse_loop() Rafael J. Wysocki
2026-05-27 17:53 ` [PATCH v1 04/27] ACPICA: Add alias node support in namespace handling Rafael J. Wysocki
2026-05-27 17:54 ` [PATCH v1 05/27] ACPICA: Add modern standby DSM GUIDs Rafael J. Wysocki
2026-05-27 17:55 ` [PATCH v1 06/27] ACPICA: Fix FADT 32/64X length mismatch warning Rafael J. Wysocki
2026-05-27 17:55 ` [PATCH v1 07/27] ACPICA: Add LVR to acrestyp.h Rafael J. Wysocki
2026-05-27 17:56 ` [PATCH v1 08/27] ACPICA: Fetch LVR I2C resource descriptor Rafael J. Wysocki
2026-05-27 17:57 ` [PATCH v1 09/27] ACPICA: Change LVR to 8 bit value Rafael J. Wysocki
2026-05-27 17:57 ` [PATCH v1 10/27] ACPICA: Mention the LVR bits Rafael J. Wysocki
2026-05-27 17:58 ` [PATCH v1 11/27] ACPICA: fix I2C LVR item count in the conversion table Rafael J. Wysocki
2026-05-27 17:59 ` [PATCH v1 12/27] ACPICA: Fix use-after-free in acpi_ds_terminate_control_method() Rafael J. Wysocki
2026-05-27 17:59 ` [PATCH v1 13/27] ACPICA: validate byte_count in acpi_ps_get_next_package_length() Rafael J. Wysocki
2026-05-27 18:00 ` [PATCH v1 14/27] ACPICA: add boundary checks in acpi_ps_get_next_field() Rafael J. Wysocki
2026-05-27 18:01 ` [PATCH v1 15/27] ACPICA: Prevent adding invalid references Rafael J. Wysocki
2026-05-27 18:02 ` [PATCH v1 16/27] ACPICA: Fix integer overflow in acpi_ex_opcode_3A_1T_1R() (mid_op) Rafael J. Wysocki
2026-05-27 18:02 ` [PATCH v1 17/27] ACPICA: Improve argument parsing in acpi_ps_get_next_simple_arg() Rafael J. Wysocki
2026-05-27 18:03 ` [PATCH v1 18/27] ACPICA: validate handler object type in two places Rafael J. Wysocki
2026-05-27 18:04 ` [PATCH v1 19/27] ACPICA: Add validation for node in acpi_ns_build_normalized_path() Rafael J. Wysocki
2026-05-27 18:04 ` [PATCH v1 20/27] ACPICA: Enhance buffer validation in acpi_ut_walk_aml_resources() Rafael J. Wysocki
2026-05-27 18:05 ` [PATCH v1 21/27] ACPICA: Fix NULL pointer dereference in acpi_ns_custom_package() Rafael J. Wysocki
2026-05-27 18:06 ` [PATCH v1 22/27] ACPICA: Enhance OEM ID and Table ID validation in acpi_ex_load_table_op() Rafael J. Wysocki
2026-05-27 18:07 ` [PATCH v1 23/27] ACPICA: Remove spurious precision from format used to dump parse trees Rafael J. Wysocki
2026-05-27 18:08 ` [PATCH v1 24/27] ACPICA: Update the copyright year to 2026 Rafael J. Wysocki
2026-05-27 18:08 ` [PATCH v1 25/27] ACPICA: Update version to 20260408 Rafael J. Wysocki
2026-05-27 18:09 ` [PATCH v1 26/27] ACPICA: Add package limit checks in parser functions Rafael J. Wysocki
2026-05-27 18:10 ` [PATCH v1 27/27] ACPICA: add boundary checks in two places Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox