Re: [PATCH] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC

2025-01-08 Thread Kees Cook
On Tue, 07 Jan 2025 09:38:57 +0100, Geert Uytterhoeven wrote: > The help text for INIT_STACK_ALL_PATTERN documents the patterns used by > Clang, but lacks documentation for GCC. > > Applied to for-next/hardening, thanks! [1/1] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC h

[PATCH] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC

2025-01-07 Thread Geert Uytterhoeven
The help text for INIT_STACK_ALL_PATTERN documents the patterns used by Clang, but lacks documentation for GCC. Signed-off-by: Geert Uytterhoeven --- security/Kconfig.hardening | 1 + 1 file changed, 1 insertion(+) diff --git a/security/Kconfig.hardening b/security/Kconfig.hardening index c9d5c