* [PATCH] kasan: Add abbreviation KASAN to init log
@ 2026-04-13 9:40 Paul Menzel
0 siblings, 0 replies; only message in thread
From: Paul Menzel @ 2026-04-13 9:40 UTC (permalink / raw)
To: Andrey Ryabinin, Alexander Potapenko, Andrey Konovalov,
Dmitry Vyukov, Vincenzo Frascino, Andrew Morton
Cc: Paul Menzel, kasan-dev, linux-mm, linux-kernel
`sudo dmesg | grep -i kasan` comes back empty, at least confusing me.
So, include the abbreviation in the log line.
Before:
KernelAddressSanitizer initialized (generic)
After:
KernelAddressSanitizer (KASAN) initialized (generic)
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
mm/kasan/generic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/kasan/generic.c b/mm/kasan/generic.c
index 2b8e73f5f6a7..1fccf7cc9fce 100644
--- a/mm/kasan/generic.c
+++ b/mm/kasan/generic.c
@@ -44,7 +44,7 @@ void __init kasan_init_generic(void)
{
kasan_enable();
- pr_info("KernelAddressSanitizer initialized (generic)\n");
+ pr_info("KernelAddressSanitizer (KASAN) initialized (generic)\n");
}
/*
--
2.53.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-13 9:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-13 9:40 [PATCH] kasan: Add abbreviation KASAN to init log Paul Menzel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox