public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64 defconfig: remove CONFIG_SCHED_DEBUG reference
@ 2025-09-11 14:47 Mikko Rapeli
  2025-09-11 15:01 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Mikko Rapeli @ 2025-09-11 14:47 UTC (permalink / raw)
  To: linux-arm-kernel, catalin.marinas, will
  Cc: krzysztof.kozlowski, arnd, Mikko Rapeli, stable, Jon Mason,
	Ross Burton, bruce.ashfield

It has been completely removed since v6.14-rc6 by

commit dd5bdaf2b72da81d57f4f99e518af80002b6562e
Author:     Ingo Molnar <mingo@kernel.org>
AuthorDate: Mon Mar 17 11:42:54 2025 +0100
Commit:     Ingo Molnar <mingo@kernel.org>
CommitDate: Wed Mar 19 22:20:53 2025 +0100

    sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional

Fixes yocto meta-arm sbsa-ref kernel config warning which
uses kernel.org arm64 defconfig:

DEBUG: Executing python function do_kernel_configcheck
WARNING: [kernel config]: This BSP contains fragments with warnings:

[INFO]: the following symbols were not found in the active
configuration:
     - CONFIG_SCHED_DEBUG

DEBUG: Python function do_kernel_configcheck finished

Fixes: dd5bdaf2b72d ("sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditional")
Cc: <stable@vger.kernel.org>
Cc: Jon Mason <jon.mason@arm.com>
Cc: Ross Burton <ross.burton@arm.com>
Cc: bruce.ashfield@gmail.com
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 58f87d09366cd..4126281665bf2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1798,7 +1798,6 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
 CONFIG_DEBUG_INFO_REDUCED=y
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_DEBUG_FS=y
-# CONFIG_SCHED_DEBUG is not set
 # CONFIG_DEBUG_PREEMPT is not set
 # CONFIG_FTRACE is not set
 CONFIG_CORESIGHT=m
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-12  6:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11 14:47 [PATCH] arm64 defconfig: remove CONFIG_SCHED_DEBUG reference Mikko Rapeli
2025-09-11 15:01 ` Krzysztof Kozlowski
2025-09-12  6:06   ` Mikko Rapeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox