From: Stefan Wiehler Date: Wed, 7 Jan 2026 11:48:33 +0000 (+0100) Subject: Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d1fd188691242fe4a66f7aca91f39a42425d3e8;p=thirdparty%2Flinux.git Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation There is no indication in the history that such an option was merged to mainline. Fixes: c637693b20da ("ubsan: remove UBSAN_MISC in favor of individual options") Signed-off-by: Stefan Wiehler Link: https://patch.msgid.link/20260107114833.2030995-1-stefan.wiehler@nokia.com Signed-off-by: Kees Cook --- diff --git a/lib/Kconfig.ubsan b/lib/Kconfig.ubsan index 7441211788154..1ecaae7064d2a 100644 --- a/lib/Kconfig.ubsan +++ b/lib/Kconfig.ubsan @@ -104,7 +104,7 @@ config UBSAN_DIV_ZERO This option enables -fsanitize=integer-divide-by-zero which checks for integer division by zero. This is effectively redundant with the kernel's existing exception handling, though it can provide greater - debugging information under CONFIG_UBSAN_REPORT_FULL. + debugging information. config UBSAN_UNREACHABLE bool "Perform checking for unreachable code"