Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.14-rc3 with top-most commit 0b8a53a8444c267114f6b5a85d21153ddea190eb Merge branch 'acpi-utils' on top of commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c Linux 5.14-rc2 to receive ACPI fixes for 5.14-rc3. These fix a recently broken Kconfig dependency and ACPI device reference counting in an iterator macro. Specifics: - Fix recently broken Kconfig dependency for the ACPI table override via built-in initrd (Robert Richter). - Fix ACPI device reference counting in the for_each_acpi_dev_match() helper macro to avoid use-after-free (Andy Shevchenko). Thanks! --------------- Andy Shevchenko (1): ACPI: utils: Fix reference counting in for_each_acpi_dev_match() Robert Richter (1): ACPI: Kconfig: Fix table override from built-in initrd --------------- drivers/acpi/Kconfig | 2 +- drivers/acpi/utils.c | 7 +++---- drivers/firmware/efi/dev-path-parser.c | 1 - drivers/media/pci/intel/ipu3/cio2-bridge.c | 6 ++---- include/acpi/acpi_bus.h | 5 ----- 5 files changed, 6 insertions(+), 15 deletions(-)