c1fad9ef7e
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:
|
||
---|---|---|
.. | ||
Documentation | ||
arch/x86 | ||
.gitignore | ||
Build | ||
Makefile | ||
arch.h | ||
builtin-check.c | ||
builtin.h | ||
elf.c | ||
elf.h | ||
objtool.c | ||
special.c | ||
special.h | ||
warn.h |