From: Yunhui Cui <cuiyunhui@bytedance.com>
To: catalin.marinas@arm.com, will@kernel.org, sudeep.holla@arm.com,
gregkh@linuxfoundation.org, rafael@kernel.org, dakr@kernel.org,
beata.michalska@arm.com, ptsm@linux.microsoft.com,
sumitg@nvidia.com, yangyicong@hisilicon.com,
cuiyunhui@bytedance.com, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/1] Add support for parse_acpi_topology() on RISC-V
Date: Fri, 19 Sep 2025 16:59:17 +0800 [thread overview]
Message-ID: <20250919085918.5442-1-cuiyunhui@bytedance.com> (raw)
v1->v2:
Place the struct cpu_smt_info{} in drivers/base/arch_topology.c instead of arch_topology.h
v2->v3:
Modify the return values of acpi_pptt_cpu_is_thread()
Yunhui Cui (1):
arch_topology: move parse_acpi_topology() to common code
arch/arm64/kernel/topology.c | 87 +---------------------------------
drivers/base/arch_topology.c | 89 ++++++++++++++++++++++++++++++++++-
include/linux/arch_topology.h | 1 +
3 files changed, 90 insertions(+), 87 deletions(-)
--
2.39.5
next reply other threads:[~2025-09-19 8:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-19 8:59 Yunhui Cui [this message]
2025-09-19 8:59 ` [PATCH v3 1/1] arch_topology: move parse_acpi_topology() to common code Yunhui Cui
2025-09-19 11:43 ` Will Deacon
2025-09-19 14:04 ` Sudeep Holla
2025-09-22 2:18 ` [External] " yunhui cui
2025-09-22 9:01 ` Sudeep Holla
2025-09-22 11:04 ` yunhui cui
2025-09-22 13:51 ` Sudeep Holla
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=20250919085918.5442-1-cuiyunhui@bytedance.com \
--to=cuiyunhui@bytedance.com \
--cc=beata.michalska@arm.com \
--cc=catalin.marinas@arm.com \
--cc=dakr@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ptsm@linux.microsoft.com \
--cc=rafael@kernel.org \
--cc=sudeep.holla@arm.com \
--cc=sumitg@nvidia.com \
--cc=will@kernel.org \
--cc=yangyicong@hisilicon.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