]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hardening: Enable i386 FORTIFY_SOURCE on Clang 16+
authorKees Cook <kees@kernel.org>
Sat, 8 Mar 2025 04:29:26 +0000 (20:29 -0800)
committerKees Cook <kees@kernel.org>
Sat, 8 Mar 2025 17:16:42 +0000 (09:16 -0800)
commitd70da12453ac3797e0c54884305ccc894e8c817b
tree2423e1b4aea4eb9f4fc3e7466cad3cc0e86f2e28
parent16cb16e0d28501f6eef7071675f1ffbceea8dd0d
hardening: Enable i386 FORTIFY_SOURCE on Clang 16+

The i386 regparm bug exposed with FORTIFY_SOURCE with Clang was fixed
in Clang 16[1].

Link: https://github.com/llvm/llvm-project/commit/c167c0a4dcdb998affb2756ce76903a12f7d8ca5
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20250308042929.1753543-2-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
arch/x86/Makefile
security/Kconfig.hardening