We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2906aa commit c2f75a4Copy full SHA for c2f75a4
lib/Kconfig.ubsan
@@ -94,7 +94,7 @@ config UBSAN_UNREACHABLE
94
bool "Perform checking for unreachable code"
95
# objtool already handles unreachable checking and gets angry about
96
# seeing UBSan instrumentation located in unreachable places.
97
- depends on !(OBJTOOL && (STACK_VALIDATION || UNWINDER_ORC || X86_SMAP))
+ depends on !(OBJTOOL && (STACK_VALIDATION || UNWINDER_ORC || HAVE_UACCESS_VALIDATION))
98
depends on $(cc-option,-fsanitize=unreachable)
99
help
100
This option enables -fsanitize=unreachable which checks for control
0 commit comments