* [PATCH] kbuild: remove dependency of run-command on config
@ 2026-02-05 20:49 Thomas Weißschuh
2026-02-06 8:21 ` Nicolas Schier
2026-02-07 22:12 ` Nathan Chancellor
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Weißschuh @ 2026-02-05 20:49 UTC (permalink / raw)
To: Nathan Chancellor, Nicolas Schier
Cc: linux-kbuild, linux-kernel, Thomas Weißschuh
The run-command target does not always require a kernel configuration
to be present.
Drop the dependency so it can be executed without one.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 93831019c17b..a1f3b7d98188 100644
--- a/Makefile
+++ b/Makefile
@@ -295,7 +295,8 @@ no-dot-config-targets := $(clean-targets) \
cscope gtags TAGS tags help% %docs check% coccicheck \
$(version_h) headers headers_% archheaders archscripts \
%asm-generic kernelversion %src-pkg dt_binding_check \
- outputmakefile rustavailable rustfmt rustfmtcheck
+ outputmakefile rustavailable rustfmt rustfmtcheck \
+ run-command
no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
image_name
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %/
---
base-commit: c7c88b20cd4226af0c9fbdb365fb6f221501c7da
change-id: 20260205-kbuild-run-command-fbdb12ce4f56
Best regards,
--
Thomas Weißschuh <linux@weissschuh.net>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kbuild: remove dependency of run-command on config
2026-02-05 20:49 [PATCH] kbuild: remove dependency of run-command on config Thomas Weißschuh
@ 2026-02-06 8:21 ` Nicolas Schier
2026-02-07 22:12 ` Nathan Chancellor
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Schier @ 2026-02-06 8:21 UTC (permalink / raw)
To: Thomas Weißschuh; +Cc: Nathan Chancellor, linux-kbuild, linux-kernel
On Thu, Feb 05, 2026 at 09:49:58PM +0100, Thomas Weißschuh wrote:
> The run-command target does not always require a kernel configuration
> to be present.
>
> Drop the dependency so it can be executed without one.
>
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
> ---
> Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Thanks!
Reviewed-by: Nicolas Schier <nsc@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kbuild: remove dependency of run-command on config
2026-02-05 20:49 [PATCH] kbuild: remove dependency of run-command on config Thomas Weißschuh
2026-02-06 8:21 ` Nicolas Schier
@ 2026-02-07 22:12 ` Nathan Chancellor
1 sibling, 0 replies; 3+ messages in thread
From: Nathan Chancellor @ 2026-02-07 22:12 UTC (permalink / raw)
To: Nathan Chancellor, Nicolas Schier, Thomas Weißschuh
Cc: linux-kbuild, linux-kernel
On Thu, 05 Feb 2026 21:49:58 +0100, Thomas Weißschuh wrote:
> The run-command target does not always require a kernel configuration
> to be present.
>
> Drop the dependency so it can be executed without one.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-next
Thanks!
[1/1] kbuild: remove dependency of run-command on config
https://git.kernel.org/kbuild/c/d8ad80a85b966
Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped or
reverted. Patches applied to an "unstable" branch are accepted pending
wider testing in -next and any post-commit review; they will generally
be moved to the main branch in a week if no issues are found.
Best regards,
--
Nathan Chancellor <nathan@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-07 22:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-05 20:49 [PATCH] kbuild: remove dependency of run-command on config Thomas Weißschuh
2026-02-06 8:21 ` Nicolas Schier
2026-02-07 22:12 ` Nathan Chancellor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox