]> git.ipfire.org Git - thirdparty/linux.git/commit
stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
authorKees Cook <kees@kernel.org>
Thu, 17 Jul 2025 23:25:08 +0000 (16:25 -0700)
committerKees Cook <kees@kernel.org>
Tue, 22 Jul 2025 04:40:57 +0000 (21:40 -0700)
commit76261fc7d1be3fde06efed859cb10c95b1204055
tree9e4652ac0f6c387850536fc23085929917533cf7
parent9ea1e8d28add49ab3c1ecfa43f08d92ee23f3e33
stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS

In preparation for Clang stack depth tracking for KSTACK_ERASE,
split the stackleak-specific cflags out of GCC_PLUGINS_CFLAGS into
KSTACK_ERASE_CFLAGS.

Link: https://lore.kernel.org/r/20250717232519.2984886-3-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
MAINTAINERS
Makefile
arch/arm/vdso/Makefile
arch/arm64/kernel/vdso/Makefile
arch/sparc/vdso/Makefile
arch/x86/entry/vdso/Makefile
scripts/Makefile.gcc-plugins
scripts/Makefile.kstack_erase [new file with mode: 0644]