Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-6.16-rc1-2 with top-most commit f4c606df263b6de746412dee707bc4b590adf45a Merge branches 'acpica', 'acpi-tables' and 'acpi-apei' on top of commit 3702a515edec515fcc7e085053da636fefac88d6 Merge tag 'acpi-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm to receive ACPI fixes for 6.16-rc1. These address issues introduced by recent ACPI changes merged previously: - Unbreak acpi_ut_safe_strncpy() by restoring its previous behavior changed incorrectly by a recent update (Ahmed Salem). - Make a new static checker warning in the recently introduced ACPI MRRM table parser go away (Dan Carpenter). - Fix ACPI table reference leak in error path of einj_probe() (Dan Carpenter). Thanks! --------------- Ahmed Salem (1): ACPICA: Switch back to using strncpy() in acpi_ut_safe_strncpy() Dan Carpenter (2): ACPI: APEI: EINJ: Clean up on error in einj_probe() ACPI: MRRM: Silence error code static checker warning --------------- drivers/acpi/acpi_mrrm.c | 4 +++- drivers/acpi/acpica/utnonansi.c | 2 +- drivers/acpi/apei/einj-core.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-)