File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1038,6 +1038,9 @@ config HAVE_JUMP_LABEL_HACK
1038
1038
config HAVE_NOINSTR_HACK
1039
1039
bool
1040
1040
1041
+ config HAVE_NOINSTR_VALIDATION
1042
+ bool
1043
+
1041
1044
config HAVE_STACK_VALIDATION
1042
1045
bool
1043
1046
help
Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ config X86
233
233
select HAVE_MOVE_PUD
234
234
select HAVE_NOINSTR_HACK if HAVE_OBJTOOL
235
235
select HAVE_NMI
236
+ select HAVE_NOINSTR_VALIDATION if HAVE_OBJTOOL
236
237
select HAVE_OBJTOOL if X86_64
237
238
select HAVE_OPTPROBES
238
239
select HAVE_PCSPKR_PLATFORM
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ config STACK_VALIDATION
502
502
503
503
config NOINSTR_VALIDATION
504
504
bool
505
- depends on HAVE_OBJTOOL && DEBUG_ENTRY
505
+ depends on HAVE_NOINSTR_VALIDATION && DEBUG_ENTRY
506
506
select OBJTOOL
507
507
default y
508
508
You can’t perform that action at this time.
0 commit comments