lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ae43d146993e63dc91a1d764baa099ba7021771a.camel@linux.intel.com>
Date: Tue, 23 Dec 2025 04:59:06 -0800
From: srinivas pandruvada <srinivas.pandruvada@...ux.intel.com>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: rui.zhang@...el.com, daniel.lezcano@...aro.org,
 linux-pm@...r.kernel.org, 	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] thermal: intel: intel_tcc_cooling: Add CPU models in
 the support list

On Tue, 2025-12-23 at 12:08 +0100, Rafael J. Wysocki wrote:
> On Thu, Dec 18, 2025 at 8:51 PM Srinivas Pandruvada
> <srinivas.pandruvada@...ux.intel.com> wrote:
> > 
> > Add Panther Lake, Wildcat Lake and Nova Lake CPU models in the
> > support
> > list.
> > 
> > Signed-off-by: Srinivas Pandruvada
> > <srinivas.pandruvada@...ux.intel.com>
> > ---
> >  drivers/thermal/intel/intel_tcc_cooling.c | 4 ++++
> >  1 file changed, 4 insertions(+)
> > 
> > diff --git a/drivers/thermal/intel/intel_tcc_cooling.c
> > b/drivers/thermal/intel/intel_tcc_cooling.c
> > index f352ecafbedf..92de161e359a 100644
> > --- a/drivers/thermal/intel/intel_tcc_cooling.c
> > +++ b/drivers/thermal/intel/intel_tcc_cooling.c
> > @@ -65,6 +65,10 @@ static const struct x86_cpu_id tcc_ids[]
> > __initconst = {
> >         X86_MATCH_VFM(INTEL_RAPTORLAKE, NULL),
> >         X86_MATCH_VFM(INTEL_RAPTORLAKE_P, NULL),
> >         X86_MATCH_VFM(INTEL_RAPTORLAKE_S, NULL),
> > +       X86_MATCH_VFM(INTEL_PANTHERLAKE_L, NULL),
> > +       X86_MATCH_VFM(INTEL_WILDCATLAKE_L, NULL),
> > +       X86_MATCH_VFM(INTEL_NOVALAKE, NULL),
> > +       X86_MATCH_VFM(INTEL_NOVALAKE_L, NULL),
> >         {}
> >  };
> > 
> > --
> 
> Applied, but I'm not planning to send pull requests this week and
> next
> week, so it may become 6.20 material I'm afraid.

Not urgent.

Thanks,
Srinivas

> 
> Thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ