Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <stefan.wiehler@nokia.com>
Link: https://patch.msgid.link/20260107114833.2030995-1-stefan.wiehler@nokia.com
Signed-off-by: Kees Cook <kees@kernel.org>

authored by

Stefan Wiehler and committed by
Kees Cook
1d1fd188 06190e1c

+1 -1
+1 -1
lib/Kconfig.ubsan
··· 104 104 This option enables -fsanitize=integer-divide-by-zero which checks 105 105 for integer division by zero. This is effectively redundant with the 106 106 kernel's existing exception handling, though it can provide greater 107 - debugging information under CONFIG_UBSAN_REPORT_FULL. 107 + debugging information. 108 108 109 109 config UBSAN_UNREACHABLE 110 110 bool "Perform checking for unreachable code"