* [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT
@ 2025-10-21 7:57 Huang Shijie
2025-10-21 8:04 ` Shijie Huang
2025-11-19 19:10 ` Catalin Marinas
0 siblings, 2 replies; 4+ messages in thread
From: Huang Shijie @ 2025-10-21 7:57 UTC (permalink / raw)
To: catalin.marinas, will
Cc: patches, cl, Shubhang, linux-arm-kernel, krzysztof.kozlowski,
geert+renesas, arnd, linux-kernel, peterz, soc, Huang Shijie,
Zenghui Yu
The patch "7bd291abe2d sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig"
has enabled the SCHED_MC/SCHED_SMT by default for arm64.
So remove the redundant code in defconfig.
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
---
v1-->v2:
Fix a typo.
v1:
---
arch/arm64/configs/defconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e3a2d37bd104..f089ec615b90 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -82,8 +82,6 @@ CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VISCONTI=y
CONFIG_ARCH_XGENE=y
CONFIG_ARCH_ZYNQMP=y
-CONFIG_SCHED_MC=y
-CONFIG_SCHED_SMT=y
CONFIG_NUMA=y
CONFIG_XEN=y
CONFIG_COMPAT=y
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT
2025-10-21 7:57 [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT Huang Shijie
@ 2025-10-21 8:04 ` Shijie Huang
2025-11-19 19:10 ` Catalin Marinas
1 sibling, 0 replies; 4+ messages in thread
From: Shijie Huang @ 2025-10-21 8:04 UTC (permalink / raw)
To: Huang Shijie, catalin.marinas, will
Cc: patches, cl, Shubhang, linux-arm-kernel, krzysztof.kozlowski,
geert+renesas, arnd, linux-kernel, peterz, soc, Zenghui Yu
On 21/10/2025 15:57, Huang Shijie wrote:
> v1:
The v1 link:
https://lists.infradead.org/pipermail/linux-arm-kernel/2025-October/1069661.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT
2025-10-21 7:57 [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT Huang Shijie
2025-10-21 8:04 ` Shijie Huang
@ 2025-11-19 19:10 ` Catalin Marinas
2025-11-24 15:16 ` Catalin Marinas
1 sibling, 1 reply; 4+ messages in thread
From: Catalin Marinas @ 2025-11-19 19:10 UTC (permalink / raw)
To: will, Huang Shijie
Cc: Catalin Marinas, patches, cl, Shubhang, linux-arm-kernel,
krzysztof.kozlowski, geert+renesas, arnd, linux-kernel, peterz,
soc, Zenghui Yu
From: Catalin Marinas <catalin.marinas@arm.com>
On Tue, 21 Oct 2025 15:57:04 +0800, Huang Shijie wrote:
> The patch "7bd291abe2d sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig"
> has enabled the SCHED_MC/SCHED_SMT by default for arm64.
>
> So remove the redundant code in defconfig.
It's usually Arnd picking up defconfig changes but since it's more about
core features, I queued it.
Applied to arm64 (for-next/defconfig), thanks!
[1/1] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT
https://git.kernel.org/arm64/c/a086f211a3b1
--
Catalin
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT
2025-11-19 19:10 ` Catalin Marinas
@ 2025-11-24 15:16 ` Catalin Marinas
0 siblings, 0 replies; 4+ messages in thread
From: Catalin Marinas @ 2025-11-24 15:16 UTC (permalink / raw)
To: will, Huang Shijie
Cc: patches, cl, Shubhang, linux-arm-kernel, krzysztof.kozlowski,
geert+renesas, arnd, linux-kernel, peterz, soc, Zenghui Yu
On Wed, Nov 19, 2025 at 07:10:55PM +0000, Catalin Marinas wrote:
> From: Catalin Marinas <catalin.marinas@arm.com>
>
> On Tue, 21 Oct 2025 15:57:04 +0800, Huang Shijie wrote:
> > The patch "7bd291abe2d sched: Unify the SCHED_{SMT,CLUSTER,MC} Kconfig"
> > has enabled the SCHED_MC/SCHED_SMT by default for arm64.
> >
> > So remove the redundant code in defconfig.
>
> It's usually Arnd picking up defconfig changes but since it's more about
> core features, I queued it.
>
> Applied to arm64 (for-next/defconfig), thanks!
>
> [1/1] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT
> https://git.kernel.org/arm64/c/a086f211a3b1
I'll drop this as Arnd already merged it.
--
Catalin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-24 15:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-21 7:57 [PATCH v2] arm64: defconfig: Remove the redundant SCHED_MC/SCHED_SMT Huang Shijie
2025-10-21 8:04 ` Shijie Huang
2025-11-19 19:10 ` Catalin Marinas
2025-11-24 15:16 ` Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).