Skip to content
ACPI fixes for 5.11-rc6

 - Modify the ACPI thermal driver to avoid evaluating _TMP directly
   in its Notify () handler callback and running too many thermal
   checks for one thermal zone at the same time so as to address a
   work item accumulation issue observed on some systems that fail
   to shut down as a result of it (Rafael Wysocki).

 - Modify the ACPI uevent file creation code to avoid putting
   multiple "MODALIAS=" entries in one uevent file in sysfs which
   breaks systemd-udevd (Kai-Heng Feng).