]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Kconfig.ubsan: Remove CONFIG_UBSAN_REPORT_FULL from documentation
authorStefan Wiehler <stefan.wiehler@nokia.com>
Wed, 7 Jan 2026 11:48:33 +0000 (12:48 +0100)
committerKees Cook <kees@kernel.org>
Wed, 7 Jan 2026 20:16:03 +0000 (12:16 -0800)
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 <stefan.wiehler@nokia.com>
Link: https://patch.msgid.link/20260107114833.2030995-1-stefan.wiehler@nokia.com
Signed-off-by: Kees Cook <kees@kernel.org>
lib/Kconfig.ubsan

index 74412117881548a691909667b13fad9b5b923a40..1ecaae7064d2acf291342847ed1bc33b6be650f4 100644 (file)
@@ -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"