Commit 5d5c47875952 for kernel
commit 5d5c4787595268a5ac11f77660d4673feb744c57
Merge: ed8fd8d5dd4a 14578923e8c2
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu Jan 16 09:02:10 2025 -0800
Merge tag 'acpi-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI fix from Rafael Wysocki:
"Prevent acpi_video_device_EDID() from returning a pointer to a memory
region that should not be passed to kfree() which causes one of its
users to crash randomly on attempts to free it (Chris Bainbridge)"
* tag 'acpi-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
ACPI: video: Fix random crashes due to bad kfree()