Re: [PATCH 09/11] fortify: Drop Clang version check for 12.0.1 or newer

2024-01-25 Thread Kees Cook
On Thu, Jan 25, 2024 at 03:55:15PM -0700, Nathan Chancellor wrote: > Now that the minimum supported version of LLVM for building the kernel > has been bumped to 13.0.1, this condition is always true, as the build > will fail during the configuration stage for older LLVM versions. Remove > it. > >

[PATCH 09/11] fortify: Drop Clang version check for 12.0.1 or newer

2024-01-25 Thread Nathan Chancellor
Now that the minimum supported version of LLVM for building the kernel has been bumped to 13.0.1, this condition is always true, as the build will fail during the configuration stage for older LLVM versions. Remove it. Signed-off-by: Nathan Chancellor --- Cc: keesc...@chromium.org Cc: linux-harde