diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-04-12 20:13:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-04-12 20:13:13 -0700 |
commit | 54c63a75581f4b8d5d4b5660424f926510cfd98c (patch) | |
tree | 62f1528eeb5d2142e5496beeb709408a7fca3a71 /tools | |
parent | 8ee15f3248660f85102a47410079d408615723d4 (diff) | |
parent | 4fa5ecda2bf96be7464eb406df8aba9d89260227 (diff) | |
download | linux-54c63a75581f4b8d5d4b5660424f926510cfd98c.tar.bz2 |
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull core fixes from Ingo Molnar:
"Fix an objtool warning plus fix a u64_to_user_ptr() macro expansion
bug"
* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
objtool: Add rewind_stack_do_exit() to the noreturn list
linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()
Diffstat (limited to 'tools')
-rw-r--r-- | tools/objtool/check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/objtool/check.c b/tools/objtool/check.c index 5dde107083c6..479196aeb409 100644 --- a/tools/objtool/check.c +++ b/tools/objtool/check.c @@ -165,6 +165,7 @@ static int __dead_end_function(struct objtool_file *file, struct symbol *func, "fortify_panic", "usercopy_abort", "machine_real_restart", + "rewind_stack_do_exit", }; if (func->bind == STB_WEAK) |