Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-6.6-rc3 with top-most commit a1001c37f83b30a75c17796b453769773b71f9b2 Merge branch 'acpi-processor' on top of commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70 Linux 6.6-rc2 to receive ACPI fixes for 6.6-rc3. These fix a general ACPI processor driver regression and an ia64 build issue, both introduced recently. Specifics: - Fix recently introduced uninitialized memory access issue in the ACPI processor driver (Michal Wilczynski). - Fix ia64 build inadvertently broken by recent ACPI processor driver changes, which is prudent to do for 6.6 even though ia64 support is slated for removal in 6.7 (Ard Biesheuvel). Thanks! --------------- Ard Biesheuvel (1): acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check() Michal Wilczynski (1): ACPI: processor: Fix uninitialized access of buf in acpi_set_pdc_bits() --------------- arch/ia64/kernel/acpi.c | 4 ++++ drivers/acpi/processor_pdc.c | 1 + 2 files changed, 5 insertions(+)