Am 12.12.24 um 15:15 schrieb Greg KH:
On Thu, Dec 12, 2024 at 02:48:53PM +0100, Armin Wolf wrote:
Am 12.12.24 um 14:18 schrieb gregkh@xxxxxxxxxxxxxxxxxxx:
This is a note to let you know that I've just added the patch titled
platform/x86: asus-wmi: Fix thermal profile initialization
to the 6.6-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
platform-x86-asus-wmi-fix-thermal-profile-initialization.patch
and it can be found in the queue-6.6 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.
From b012170fed282151f7ba8988a347670c299f5ab3 Mon Sep 17 00:00:00 2001
From: Armin Wolf <W_Armin@xxxxxx>
Date: Fri, 25 Oct 2024 21:15:13 +0200
Subject: platform/x86: asus-wmi: Fix thermal profile initialization
From: Armin Wolf <W_Armin@xxxxxx>
commit b012170fed282151f7ba8988a347670c299f5ab3 upstream.
When support for vivobook fan profiles was added, the initial
call to throttle_thermal_policy_set_default() was removed, which
however is necessary for full initialization.
Fix this by calling throttle_thermal_policy_set_default() again
when setting up the platform profile.
AFAIK the offending commit was never backported to the 6.6-stable tree, so this commit
is mot necessary here since the original call to throttle_thermal_policy_set_default() is
still present.
The offending commit is currently in the 6.6.y stable queue, which is
why I applied this fixup change.
thanks,
greg k-h
I see, in this case the commit should be fine.
Thanks,
Armin Wolf