https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94307
--- Comment #5 from Kees Cook <kees at outflux dot net> --- Hi! I recently learned that Clang has -fsanitizer-minimal-runtime that is very close to what I was expecting to use: https://bugs.llvm.org/show_bug.cgi?id=45295 That is close to what you're already suggesting. Would it be possible to do the same thing? That way the kernel can have just one "not the full debug details" handler. Thanks for looking at this!