aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorJosh Poimboeuf <[email protected]>2016-09-22 16:21:25 -0500
committerIngo Molnar <[email protected]>2016-09-23 07:28:05 +0200
commitc1fad9ef7ed14aad464972e6444e7a3bd5670f26 (patch)
tree5a61b598b9f2be92ff4e108fa156115d6ccbc734 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parenta18a579e5f84daa74f64b1f1b652b4a6a8d6f8b4 (diff)
objtool: Add do_task_dead() to global noreturn list
objtool reports the following new warning: kernel/exit.o: warning: objtool: do_exit() falls through to next function complete_and_exit() The warning is caused by do_exit()'s new call to do_task_dead(), which is a new "noreturn" function which objtool doesn't know about yet, introduced by: 9af6528ee9b6 ("sched/core: Optimize __schedule()") ( objtool has to know all the global noreturn functions so it can follow the control flow of any functions which call them. Unfortunately they need to be hard-coded because there's no automated way to detect them. ) Reported-by: kbuild test robot <[email protected]> Signed-off-by: Josh Poimboeuf <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/20160922212125.zbuewckqll4yur25@treble Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions