From: "Gautham R. Shenoy" <gautham.shenoy@amd.com>
To: Patryk Wlazlyn <patryk.wlazlyn@linux.intel.com>
Cc: x86@kernel.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org, rafael.j.wysocki@intel.com,
peterz@infradead.org, dave.hansen@linux.intel.com,
tglx@linutronix.de, len.brown@intel.com,
artem.bityutskiy@linux.intel.com
Subject: Re: [PATCH v6 0/4] SRF: Fix offline CPU preventing pc6 entry
Date: Mon, 9 Dec 2024 15:46:12 +0530 [thread overview]
Message-ID: <Z1bDbLZkfrxlie3M@BLRRASHENOY1.amd.com> (raw)
In-Reply-To: <20241127161518.432616-1-patryk.wlazlyn@linux.intel.com>
On Wed, Nov 27, 2024 at 05:15:14PM +0100, Patryk Wlazlyn wrote:
> Changes since v5:
> * Split 1/3 from v5 into two commits, as suggestem by Gautham.
> 1/4 splits wait_play_dead into mwait_play_dead_with_hint.
> 2/4 and 3/4 uses the new mwait_play_dead_with_hint
> 4/4 removes mwait_play_dead and calls cpuidle_play_dead right away
>
> * Reword 1-3/4 changelog slightly.
>
> * Move changelog from v5 1/3 into v6 4/4
FWIW,
I have tested the series on AMD platforms and there are no issues.
Tested-by: Gautham R. Shenoy <gautham.shenoy@amd.com>
>
> Patryk Wlazlyn (4):
> x86/smp: Allow calling mwait_play_dead with an arbitrary hint
> ACPI: processor_idle: Add FFH state handling
> intel_idle: Provide the default enter_dead() handler
> x86/smp native_play_dead: Prefer cpuidle_play_dead() over
> mwait_play_dead()
>
> arch/x86/include/asm/smp.h | 4 ++-
> arch/x86/kernel/acpi/cstate.c | 9 +++++++
> arch/x86/kernel/smpboot.c | 50 ++++-------------------------------
> drivers/acpi/processor_idle.c | 2 ++
> drivers/idle/intel_idle.c | 18 +++++++++++--
> include/acpi/processor.h | 5 ++++
> 6 files changed, 40 insertions(+), 48 deletions(-)
>
> --
> 2.47.1
>
--
Thanks and Regards
gautham.
next prev parent reply other threads:[~2024-12-09 10:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 16:15 [PATCH v6 0/4] SRF: Fix offline CPU preventing pc6 entry Patryk Wlazlyn
2024-11-27 16:15 ` [PATCH v6 1/4] x86/smp: Allow calling mwait_play_dead with an arbitrary hint Patryk Wlazlyn
2024-11-29 4:27 ` Gautham R. Shenoy
2024-11-29 12:09 ` Patryk Wlazlyn
2024-11-27 16:15 ` [PATCH v6 2/4] ACPI: processor_idle: Add FFH state handling Patryk Wlazlyn
2024-11-28 13:31 ` kernel test robot
2024-11-28 13:41 ` kernel test robot
2024-11-28 21:17 ` kernel test robot
2024-11-27 16:15 ` [PATCH v6 3/4] intel_idle: Provide the default enter_dead() handler Patryk Wlazlyn
2024-11-27 16:15 ` [PATCH v6 4/4] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead() Patryk Wlazlyn
2024-12-09 10:16 ` Gautham R. Shenoy [this message]
2024-12-09 12:58 ` [PATCH v6 0/4] SRF: Fix offline CPU preventing pc6 entry Patryk Wlazlyn
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=Z1bDbLZkfrxlie3M@BLRRASHENOY1.amd.com \
--to=gautham.shenoy@amd.com \
--cc=artem.bityutskiy@linux.intel.com \
--cc=dave.hansen@linux.intel.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=patryk.wlazlyn@linux.intel.com \
--cc=peterz@infradead.org \
--cc=rafael.j.wysocki@intel.com \
--cc=tglx@linutronix.de \
--cc=x86@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.