[PATCH 0/2] kbuild: Follow-up to "Reject unexpected values for LLVM="

Thomas Weißschuh posted 2 patches 1 month, 1 week ago
Documentation/kbuild/llvm.rst  | 4 ----
tools/scripts/Makefile.include | 2 ++
2 files changed, 2 insertions(+), 4 deletions(-)
[PATCH 0/2] kbuild: Follow-up to "Reject unexpected values for LLVM="
Posted by Thomas Weißschuh 1 month, 1 week ago
Some cleanups.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (2):
      Documentation/llvm: drop note about LLVM=0
      tools/build: Reject unexpected values for LLVM=

 Documentation/kbuild/llvm.rst  | 4 ----
 tools/scripts/Makefile.include | 2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260226-kbuild-llvm-followup-5ad6253f85c8

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>

Re: [PATCH 0/2] kbuild: Follow-up to "Reject unexpected values for LLVM="
Posted by Nicolas Schier 1 month ago
On Thu, 26 Feb 2026 22:23:56 +0100, Thomas Weißschuh wrote:
> Some cleanups.
> 
> 

Applied to kbuild/linux.git (kbuild-for-next), thanks!

[1/2] Documentation/llvm: drop note about LLVM=0
      https://git.kernel.org/kbuild/c/8830b2e5
[2/2] tools/build: Reject unexpected values for LLVM=
      https://git.kernel.org/kbuild/c/7239ae53

Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped,
reverted or modified (e.g. trailers). Patches applied to a
kbuild-*-unstable branch are accepted pending wider testing in
linux-next and any post-commit review; they will generally be moved
to the main branch (kbuild-next or kbuild-fixes) in a week if no
issues are found.

Best regards,
-- 
Nicolas