summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/objtool/check.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/objtool/check.c b/tools/objtool/check.c
index 4907545d3ce3..ea62a4e03f1e 100644
--- a/tools/objtool/check.c
+++ b/tools/objtool/check.c
@@ -1285,6 +1285,9 @@ static const char *uaccess_safe_builtin[] = {
"copy_mc_enhanced_fast_string",
"ftrace_likely_update", /* CONFIG_TRACE_BRANCH_PROFILING */
"clear_user_original",
+ "copy_user_generic_unrolled",
+ "copy_user_fast_string",
+ "__copy_user_nocache",
NULL
};