]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPICA: executer/exsystem: Don't nag user about every Stall() violating the spec
authorVasily Khoruzhick <anarsoul@gmail.com>
Wed, 3 Apr 2024 04:12:40 +0000 (21:12 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 29 Aug 2024 15:53:50 +0000 (17:53 +0200)
commitc82c507126c9c9db350be28f14c83fad1c7969ae
treea1f7f6dcc15293151a114dd7c66e23810f93b1c7
parent632b746b108e3c62e0795072d00ed597371c738a
ACPICA: executer/exsystem: Don't nag user about every Stall() violating the spec

ACPICA commit 129b75516fc49fe1fd6b8c5798f86c13854630b3

Stop nagging user about every Stall() that violates the spec

On my Dell XPS 15 7590 I get hundreds of these warnings after few hours of
uptime:

$ dmesg | grep "fix the firmware" | wc -l
261

I cannot fix the firmware and I doubt that Dell cares about 4 year old
laptop either

Fixes: ace8f1c54a02 ("ACPICA: executer/exsystem: Inform users about ACPI spec violation")
Link: https://github.com/acpica/acpica/commit/129b7551
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/exsystem.c