* [GIT PULL] ACPI fixes for v6.7-rc4
@ 2023-12-01 21:19 Rafael J. Wysocki
2023-12-02 0:05 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2023-12-01 21:19 UTC (permalink / raw)
To: Linus Torvalds
Cc: ACPI Devel Maling List, Linux PM, Linux Kernel Mailing List
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.7-rc4
with top-most commit 7d4c44a53dade7103c3a9a928705db2326efba6f
Merge branch 'acpi-tables'
on top of commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab
Linux 6.7-rc3
to receive ACPI fixes for 6.7-rc4.
This fix a recently introduced build issue on ARM32 and a NULL pointer
dereference in the ACPI backlight driver due to a design issue exposed
by a recent change in the ACPI bus type code.
Specifics:
- Fix a recently introduced build issue on ARM32 platforms caused by an
inadvertent header file breakage (Dave Jiang).
- Eliminate questionable usage of acpi_driver_data() in the ACPI
backlight cooling device code that leads to NULL pointer dereferences
after recent ACPI core changes (Hans de Goede).
Thanks!
---------------
Dave Jiang (1):
ACPI: Fix ARM32 platforms compile issue introduced by fw_table changes
Hans de Goede (1):
ACPI: video: Use acpi_video_device for cooling-dev driver data
---------------
drivers/acpi/acpi_video.c | 14 +++++---------
include/linux/acpi.h | 22 +++++++++++-----------
include/linux/fw_table.h | 3 ---
lib/fw_table.c | 2 +-
4 files changed, 17 insertions(+), 24 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-02 0:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01 21:19 [GIT PULL] ACPI fixes for v6.7-rc4 Rafael J. Wysocki
2023-12-02 0:05 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox