]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'acpi-6.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Jan 2025 17:02:10 +0000 (09:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Jan 2025 17:02:10 +0000 (09:02 -0800)
commit5d5c4787595268a5ac11f77660d4673feb744c57
tree3864d36c144abc58512f05ca2a0252310ba631a3
parented8fd8d5dd4aa250e18152b80cbac24de7335488
parent14578923e8c251091d2bb8a2756cde3b662ac316
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()