* [PATCH] kbuild: fix dependency on sorttable
@ 2025-05-11 3:55 Masahiro Yamada
2025-05-11 7:54 ` Ard Biesheuvel
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2025-05-11 3:55 UTC (permalink / raw)
To: linux-kbuild
Cc: linux-kernel, Masahiro Yamada, Ard Biesheuvel, Nathan Chancellor,
Nicolas Schier
Commit ac4f06789b4f ("kbuild: Create intermediate vmlinux build with
relocations preserved") missed replacing one occurrence of "vmlinux"
that was added during the same development cycle.
Fixes: ac4f06789b4f ("kbuild: Create intermediate vmlinux build with relocations preserved")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
scripts/Makefile.vmlinux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux
index b0a6cd5b818c..d14ab3409da6 100644
--- a/scripts/Makefile.vmlinux
+++ b/scripts/Makefile.vmlinux
@@ -94,7 +94,7 @@ $(vmlinux-final): $(RESOLVE_BTFIDS)
endif
ifdef CONFIG_BUILDTIME_TABLE_SORT
-vmlinux: scripts/sorttable
+$(vmlinux-final): scripts/sorttable
endif
# module.builtin.ranges
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] kbuild: fix dependency on sorttable
2025-05-11 3:55 [PATCH] kbuild: fix dependency on sorttable Masahiro Yamada
@ 2025-05-11 7:54 ` Ard Biesheuvel
0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2025-05-11 7:54 UTC (permalink / raw)
To: Masahiro Yamada
Cc: linux-kbuild, linux-kernel, Nathan Chancellor, Nicolas Schier
On Sun, 11 May 2025 at 05:55, Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> Commit ac4f06789b4f ("kbuild: Create intermediate vmlinux build with
> relocations preserved") missed replacing one occurrence of "vmlinux"
> that was added during the same development cycle.
>
> Fixes: ac4f06789b4f ("kbuild: Create intermediate vmlinux build with relocations preserved")
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
> ---
>
> scripts/Makefile.vmlinux | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux
> index b0a6cd5b818c..d14ab3409da6 100644
> --- a/scripts/Makefile.vmlinux
> +++ b/scripts/Makefile.vmlinux
> @@ -94,7 +94,7 @@ $(vmlinux-final): $(RESOLVE_BTFIDS)
> endif
>
> ifdef CONFIG_BUILDTIME_TABLE_SORT
> -vmlinux: scripts/sorttable
> +$(vmlinux-final): scripts/sorttable
> endif
>
> # module.builtin.ranges
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-11 7:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-11 3:55 [PATCH] kbuild: fix dependency on sorttable Masahiro Yamada
2025-05-11 7:54 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®