public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/thermald] rawhide: Add patch to restore Wildcat Lake support (rhbz#2520855)
Date: Fri, 21 Aug 2026 15:37:40 GMT	[thread overview]
Message-ID: <178732666076.1.488134932128946110.rpms-thermald-516c2c09ffcb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/thermald
Branch : rawhide
Commit : 516c2c09ffcbee1dd8a045ecb52400a9d6aaa4a5
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-08-21T11:37:23-04:00
Stats  : +29/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/thermald/c/516c2c09ffcbee1dd8a045ecb52400a9d6aaa4a5?branch=rawhide

Log:
Add patch to restore Wildcat Lake support (rhbz#2520855)

---
diff --git a/594.patch b/594.patch
new file mode 100644
index 0000000..e12e27d
--- /dev/null
+++ b/594.patch
@@ -0,0 +1,26 @@
+From dd0eb7e2bb7a9278770eb208af6f6adb27df51d9 Mon Sep 17 00:00:00 2001
+From: Neal Gompa <neal@gompa.dev>
+Date: Tue, 18 Aug 2026 21:02:25 -0400
+Subject: [PATCH] thermald: platform: intel: Re-add Wildcat Lake support
+
+This was accidentally dropped during the refactor that split out
+Intel platform code into a separate backend.
+
+Fixes: 4cf42fc89cc ("Refactor Intel-specific logic into separate files")
+Signed-off-by: Neal Gompa <neal@gompa.dev>
+---
+ src/thd_platform_intel.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/thd_platform_intel.cpp b/src/thd_platform_intel.cpp
+index 1d8337c9..4be95fdc 100644
+--- a/src/thd_platform_intel.cpp
++++ b/src/thd_platform_intel.cpp
+@@ -81,6 +81,7 @@ static supported_ids_t intel_id_table[] = {
+     { 6, 0xc5, 1 }, // Arrow Lake H
+     { 6, 0xb5, 1 }, // Arrow Lake U
+     { 6, 0xcc, 1 }, // Panther Lake L
++    { 6, 0xd5, 1 }, // Wildcat Lake L
+     { 15, 0x01, 1 }, // Nova Lake S
+     { 15, 0x03, 1 }, // Nova Lake U/P/H/Hx
+     { 0, 0, 0 } // Last Invalid entry

diff --git a/thermald.spec b/thermald.spec
index 4fd3219..998c2ff 100644
--- a/thermald.spec
+++ b/thermald.spec
@@ -13,6 +13,9 @@ Source:		%{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 Patch0:		https://github.com/intel/thermal_daemon/commit/32c70aaba5837014fd3a2cb0b7e6b695d13043ad.patch
 Patch1:		https://github.com/intel/thermal_daemon/commit/de4821ce559a2041f6a5d574aeca278df340e379.patch
 
+# Proposed upstream
+Patch100:	https://github.com/intel/thermal_daemon/pull/594.patch
+
 ExclusiveArch:	%{ix86} %{x86_64} %{arm64}
 
 BuildRequires:	make

                 reply	other threads:[~2026-08-21 15:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178732666076.1.488134932128946110.rpms-thermald-516c2c09ffcb@fedoraproject.org \
    --to=ngompa@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /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