diff options
Diffstat (limited to 'tools/objtool/check.c')
| -rw-r--r-- | tools/objtool/check.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/objtool/check.c b/tools/objtool/check.c index 044c9a3cb247..4768d91c6d68 100644 --- a/tools/objtool/check.c +++ b/tools/objtool/check.c @@ -144,6 +144,7 @@ static bool __dead_end_function(struct objtool_file *file, struct symbol *func,  		"usercopy_abort",  		"machine_real_restart",  		"rewind_stack_do_exit", +		"kunit_try_catch_throw",  	};  	if (!func) @@ -481,6 +482,7 @@ static const char *uaccess_safe_builtin[] = {  	"ubsan_type_mismatch_common",  	"__ubsan_handle_type_mismatch",  	"__ubsan_handle_type_mismatch_v1", +	"__ubsan_handle_shift_out_of_bounds",  	/* misc */  	"csum_partial_copy_generic",  	"__memcpy_mcsafe",  | 
