From: Thomas Gleixner <tglx@linutronix.de>
To: "Nysal Jan K.A." <nysal@linux.ibm.com>,
Michael Ellerman <mpe@ellerman.id.au>
Cc: Tyrel Datwyler <tyreld@linux.ibm.com>,
Eric DeVolder <eric.devolder@oracle.com>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Peter Zijlstra <peterz@infradead.org>,
Nicholas Piggin <npiggin@gmail.com>,
linux-kernel@vger.kernel.org,
Christophe Leroy <christophe.leroy@csgroup.eu>,
Laurent Dufour <ldufour@linux.ibm.com>,
Pawan Gupta <pawan.kumar.gupta@linux.intel.com>,
"Nysal Jan K.A" <nysal@linux.ibm.com>,
"Naveen N. Rao" <naveen.n.rao@linux.ibm.com>,
Sourabh Jain <sourabhjain@linux.ibm.com>,
Michal Suchanek <msuchanek@suse.de>,
linuxppc-dev@lists.ozlabs.org, Ard Biesheuvel <ardb@kernel.org>
Subject: Re: [PATCH v2 1/2] cpu/SMT: Enable SMT only if a core is online
Date: Wed, 31 Jul 2024 12:27:47 +0200 [thread overview]
Message-ID: <87r0b96el8.ffs@tglx> (raw)
In-Reply-To: <20240731030126.956210-2-nysal@linux.ibm.com>
On Wed, Jul 31 2024 at 08:31, Nysal Jan K. A. wrote:
> If the user has decided to offline certain cores, enabling SMT should
> not online CPUs in those cores. This patch fixes the issue and changes
> the behaviour as described, by introducing an arch specific function
> topology_is_core_online(). It is currently implemented only for PowerPC.
>
> Fixes: 73c58e7e1412 ("powerpc: Add HOTPLUG_SMT support")
> Reported-by: Tyrel Datwyler <tyreld@linux.ibm.com>
> Closes: https://groups.google.com/g/powerpc-utils-devel/c/wrwVzAAnRlI/m/5KJSoqP4BAAJ
> Signed-off-by: Nysal Jan K.A <nysal@linux.ibm.com>
Assuming this goes through the PPC tree:
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Michael: If I should route it through my tree, let me know.
Thanks,
tglx
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: "Nysal Jan K.A." <nysal@linux.ibm.com>,
Michael Ellerman <mpe@ellerman.id.au>
Cc: Tyrel Datwyler <tyreld@linux.ibm.com>,
Michal Suchanek <msuchanek@suse.de>,
"Nysal Jan K.A" <nysal@linux.ibm.com>,
Nicholas Piggin <npiggin@gmail.com>,
Christophe Leroy <christophe.leroy@csgroup.eu>,
"Naveen N. Rao" <naveen.n.rao@linux.ibm.com>,
Peter Zijlstra <peterz@infradead.org>,
Pawan Gupta <pawan.kumar.gupta@linux.intel.com>,
Ard Biesheuvel <ardb@kernel.org>,
Eric DeVolder <eric.devolder@oracle.com>,
Sourabh Jain <sourabhjain@linux.ibm.com>,
Stephen Rothwell <sfr@canb.auug.org.au>,
Laurent Dufour <ldufour@linux.ibm.com>,
linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v2 1/2] cpu/SMT: Enable SMT only if a core is online
Date: Wed, 31 Jul 2024 12:27:47 +0200 [thread overview]
Message-ID: <87r0b96el8.ffs@tglx> (raw)
In-Reply-To: <20240731030126.956210-2-nysal@linux.ibm.com>
On Wed, Jul 31 2024 at 08:31, Nysal Jan K. A. wrote:
> If the user has decided to offline certain cores, enabling SMT should
> not online CPUs in those cores. This patch fixes the issue and changes
> the behaviour as described, by introducing an arch specific function
> topology_is_core_online(). It is currently implemented only for PowerPC.
>
> Fixes: 73c58e7e1412 ("powerpc: Add HOTPLUG_SMT support")
> Reported-by: Tyrel Datwyler <tyreld@linux.ibm.com>
> Closes: https://groups.google.com/g/powerpc-utils-devel/c/wrwVzAAnRlI/m/5KJSoqP4BAAJ
> Signed-off-by: Nysal Jan K.A <nysal@linux.ibm.com>
Assuming this goes through the PPC tree:
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Michael: If I should route it through my tree, let me know.
Thanks,
tglx
next prev parent reply other threads:[~2024-07-31 10:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-31 3:01 [PATCH v2 0/2] Skip offline cores when enabling SMT on PowerPC Nysal Jan K.A.
2024-07-31 3:01 ` Nysal Jan K.A.
2024-07-31 3:01 ` [PATCH v2 1/2] cpu/SMT: Enable SMT only if a core is online Nysal Jan K.A.
2024-07-31 3:01 ` Nysal Jan K.A.
2024-07-31 6:26 ` Shrikanth Hegde
2024-07-31 6:26 ` Shrikanth Hegde
2024-07-31 10:27 ` Thomas Gleixner [this message]
2024-07-31 10:27 ` Thomas Gleixner
2024-07-31 3:01 ` [PATCH v2 2/2] powerpc/topology: Check " Nysal Jan K.A.
2024-07-31 3:01 ` Nysal Jan K.A.
2024-07-31 6:25 ` Shrikanth Hegde
2024-07-31 6:25 ` Shrikanth Hegde
2024-08-13 12:43 ` [PATCH v2 0/2] Skip offline cores when enabling SMT on PowerPC Michael Ellerman
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=87r0b96el8.ffs@tglx \
--to=tglx@linutronix.de \
--cc=ardb@kernel.org \
--cc=christophe.leroy@csgroup.eu \
--cc=eric.devolder@oracle.com \
--cc=ldufour@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
--cc=msuchanek@suse.de \
--cc=naveen.n.rao@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=nysal@linux.ibm.com \
--cc=pawan.kumar.gupta@linux.intel.com \
--cc=peterz@infradead.org \
--cc=sfr@canb.auug.org.au \
--cc=sourabhjain@linux.ibm.com \
--cc=tyreld@linux.ibm.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 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.