X86 platform drivers
 help / color / mirror / Atom feed
From: Krishna Chomal <krishna.chomal108@gmail.com>
To: Thorsten Leemhuis <regressions@leemhuis.info>
Cc: "Hans de Goede" <hansg@kernel.org>,
	"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	"Linux kernel regressions list" <regressions@lists.linux.dev>,
	LKML <linux-kernel@vger.kernel.org>,
	moravec@ukf.sk,
	"platform-driver-x86@vger.kernel.org"
	<platform-driver-x86@vger.kernel.org>
Subject: Re: [regression] Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kernel
Date: Thu, 11 Jun 2026 13:51:24 +0530	[thread overview]
Message-ID: <aiprVEqP_VdmMfGJ@archlinux> (raw)
In-Reply-To: <b00ba475-fc58-4be3-82f8-5fdfdfe70303@leemhuis.info>

On Tue, Jun 02, 2026 at 10:36:29AM +0200, Thorsten Leemhuis wrote:
>Resending below mail to the platform maintainers & list, maybe someone
>here might have an idea (I had miss-read MAINTAINERS file earlier and
>sent the mail to the HP WMI Sensor maintainer -- uuphs, sorry!), Ciao,
>Thorsten
>
>On 6/1/26 17:58, Thorsten Leemhuis wrote:
>> Hi James! I noticed a regression report that might or might not be
>> related to hp-wmi; to quote
>> https://bugzilla.kernel.org/show_bug.cgi?id=221569 :
>>
>> """
>>> Hello, I'm testing 7.1 kernel tree end seeing much louder fan on my laptop even when system is idling. CPU fan is spinning nearly all the time even CPU reported temperatures are low. Currently:
>>>
>>> migo@migo-HP:~$ uname -a
>>> Linux migo-HP 7.1.0-rc4-00685-g4cbfe4502e3d #45 SMP PREEMPT_DYNAMIC Sun May 24 12:47:18 CEST 2026 x86_64 GNU/Linux
>>>
>>>
>>> In 7.0 kernel tree is my laptop much quieter, fan spins only sometimes and with lower RPM.
>>>
>>> Machine is: HP OmniBook X Flip Laptop 16-ar0xx, with Arch Linux installed.
>>>
>>> Is there any way I can make more exact/useful report or debug this issue?
>> """
>>
>> See the ticket for details and kernel logs, I asked a few questions to
>> hopefully make things a bit easier for you.
>>
>> Maybe you might have an idea what's wrong here; if not, I guess Milan,
>> the reporter (CCed), must bisect this to find the change that causes the
>> problem.

Hi all,

I tried to look into this but unfortunately I can't think of what might
be going wrong here. Based on your dmesg logs in the ticket, I believe
its best if Milan could bisect between v7.0.8 and v7.1-rc4 tags (there
would be roughly 13 steps).

If you believe it is because of hp-wmi then you can limit to just these
16 commits:

$ git log --oneline v7.0.8..v7.1-rc4 -- drivers/platform/x86/hp/hp-wmi.c
a59e45221df8 platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2)
c2d4b76458c9 platform/x86: hp-wmi: silence unknown board warning for 8D41
da6b5aae84be Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
344bf523d441 platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77)
899225257e78 platform/x86: hp-wmi: Add support for Omen 16-n0xxx (8A44)
5badf5ebcd14 platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)
9d317a54e46d platform/x86: hp-wmi: fix fan table parsing
92c36b634b45 platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
2fb9ec386fa1 Merge branch 'acpi-driver'
e8c597368b85 platform/x86: hp-wmi: Ignore backlight and FnLock events
5969c55e2145 platform/x86: hp-wmi: add locking for concurrent hwmon access
cb4daa450f05 platform/x86: hp-wmi: fix u8 underflow in gpu_delta calculation
6297443beb0c platform/x86: hp-wmi: use mod_delayed_work to reset keep-alive timer
249ddba9c0ba platform/x86: hp-wmi: avoid cancel_delayed_work_sync from work handler
7265b57fbc32 platform/x86: hp-wmi: fix ignored return values in fan settings
236ad358166c ACPI: AC: Define ACPI_AC_CLASS in one place

However, I personally don't believe hp-wmi is the issue, since most of
these commits are hardware support addition and fixes for old bugs.
Moreover, your board (8DA8) isn't officially supported in hp-wmi in
either of the trees, which means the fan and thermal control falls back
to the default firmware behaviour, so it should have been consistent,
unless another module is somehow interfering with it.

That being said, I don't want to be biased, let's bisect and see the
results.

Thanks

>>
>> Ciao, Thorsten
>>
>

      reply	other threads:[~2026-06-11  8:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4fb7bbf1-466e-438c-a301-e118e7e2a225@leemhuis.info>
2026-06-02  8:36 ` [regression] Laptop fan too loud (spinning nearly always) hp-wmi 7.1-rc4 kernel Thorsten Leemhuis
2026-06-11  8:21   ` Krishna Chomal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aiprVEqP_VdmMfGJ@archlinux \
    --to=krishna.chomal108@gmail.com \
    --cc=hansg@kernel.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=moravec@ukf.sk \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=regressions@leemhuis.info \
    --cc=regressions@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox