From: Sumit Gupta <sumitg@nvidia.com>
To: "Rafael J. Wysocki (Intel)" <rafael@kernel.org>,
Christian Loehle <christian.loehle@arm.com>
Cc: viresh.kumar@linaro.org, pierre.gondois@arm.com,
ionela.voinescu@arm.com, zhenglifeng1@huawei.com,
zhanjie9@hisilicon.com, saket.dumbre@intel.com,
ray.huang@amd.com, mario.limonciello@amd.com, perry.yuan@amd.com,
kprateek.nayak@amd.com, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, linux-acpi@vger.kernel.org,
acpica-devel@lists.linux.dev, linux-tegra@vger.kernel.org,
treding@nvidia.com, jonathanh@nvidia.com, vsethi@nvidia.com,
ksitaraman@nvidia.com, sanjayc@nvidia.com, mochs@nvidia.com,
bbasu@nvidia.com
Subject: Re: [PATCH v4 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
Date: Thu, 27 Aug 2026 01:26:11 +0530 [thread overview]
Message-ID: <067ccb72-5324-4f4a-b21f-d1ce87f78ad0@nvidia.com> (raw)
In-Reply-To: <CAJZ5v0hMRNTZbhb1tR7rf5+65Oes-7K__b1dLg5kGkm7NqKvWw@mail.gmail.com>
On 26/08/26 15:57, Rafael J. Wysocki (Intel) wrote:
> External email: Use caution opening links or attachments
>
>
> On Wed, Aug 26, 2026 at 11:07 AM Christian Loehle
> <christian.loehle@arm.com> wrote:
>> On 8/25/26 22:20, Sumit Gupta wrote:
>>> On 07/08/26 01:38, Sumit Gupta wrote:
>>>> This series keeps the CPPC cpufreq policy alive across CPU hotplug and
>>>> preserves the OSPM-set CPPC registers (Energy Performance Preference,
>>>> Autonomous Activity Window, Autonomous Selection - set via sysfs).
>>>>
>>>> Without online()/offline() callbacks, the core tears a policy down when
>>>> its last CPU goes offline and rebuilds it on the way back, re-reading the
>>>> CPPC capabilities each time. The values written to these registers can
>>>> be lost:
>>>>
>>>> - Across CPU hotplug or suspend/resume: the platform may reset them
>>>> while the CPU is offline.
>>>> - On driver unload: the driver-written value is left in the register
>>>> instead of returning to its pre-driver state.
>>>>
>>>> Handle these with:
>>>>
>>>> - Patch 1: adds online()/offline() callbacks so the core keeps policy
>>>> alive across CPU hotplug instead of tearing it down and rebuilding it.
>>>> - Patch 2: makes the autonomous selection register helpers take a u64.
>>>> - Patch 3: adds a table-driven mechanism that captures each register's
>>>> firmware value at init(), restores it from offline(), and reapplies
>>>> the OSPM-set value from online().
>>>> - Patch 4: extends the same save/restore to system suspend/resume.
>>> Gentle reminder.
>>> Could this be considered for queuing if nothing further needs addressing.
>> FWIW both sashiko findings look legit to me, the feedback counters one I
>> wouldn't consider that drastic, given that these counters are expected to
>> have 'fuzzy' readings anyhow, the second one is worse (losing sysfs settings
>> on cpu_online())
> I agree.
>
> Besides, as I said elsewhere, I want this series to go in before any
> other pending changes related to CPPC:
>
> https://lore.kernel.org/linux-acpi/20260826063019.670240-1-christian.loehle@arm.com/
>
> and I really would like to get some tags on it before it goes in. It
> clearly is not ready for 7.3, but it may be applicable early for 7.4
> if people care to respond to it.
>
> Thanks!
Thanks for pointing this out.
I did not receive a Sashiko review email for this series, so I was
unaware of the findings. I have found the web review now. I will go
through both findings and address them in v5.
Thanks,
Sumit
prev parent reply other threads:[~2026-08-26 19:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-06 20:08 [PATCH v4 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload Sumit Gupta
2026-08-06 20:08 ` [PATCH v4 1/4] cpufreq: CPPC: Keep the policy across CPU hotplug Sumit Gupta
2026-08-06 20:08 ` [PATCH v4 2/4] ACPI: CPPC: Make autonomous selection helpers take a u64 Sumit Gupta
2026-08-06 20:08 ` [PATCH v4 3/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload Sumit Gupta
2026-08-06 20:08 ` [PATCH v4 4/4] cpufreq: CPPC: Preserve OSPM-set registers across suspend/resume Sumit Gupta
2026-08-25 21:20 ` [PATCH v4 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload Sumit Gupta
2026-08-26 9:07 ` Christian Loehle
2026-08-26 10:27 ` Rafael J. Wysocki (Intel)
2026-08-26 19:56 ` Sumit Gupta [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=067ccb72-5324-4f4a-b21f-d1ce87f78ad0@nvidia.com \
--to=sumitg@nvidia.com \
--cc=acpica-devel@lists.linux.dev \
--cc=bbasu@nvidia.com \
--cc=christian.loehle@arm.com \
--cc=ionela.voinescu@arm.com \
--cc=jonathanh@nvidia.com \
--cc=kprateek.nayak@amd.com \
--cc=ksitaraman@nvidia.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=mochs@nvidia.com \
--cc=perry.yuan@amd.com \
--cc=pierre.gondois@arm.com \
--cc=rafael@kernel.org \
--cc=ray.huang@amd.com \
--cc=saket.dumbre@intel.com \
--cc=sanjayc@nvidia.com \
--cc=treding@nvidia.com \
--cc=viresh.kumar@linaro.org \
--cc=vsethi@nvidia.com \
--cc=zhanjie9@hisilicon.com \
--cc=zhenglifeng1@huawei.com \
/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