linux-stable/tools/objtool
Eric W. Biederman c52a9d3a71 objtool: Add a missing comma to avoid string concatenation
commit 1fb466dff9 upstream.

Recently the kbuild robot reported two new errors:

>> lib/kunit/kunit-example-test.o: warning: objtool: .text.unlikely: unexpected end of section
>> arch/x86/kernel/dumpstack.o: warning: objtool: oops_end() falls through to next function show_opcodes()

I don't know why they did not occur in my test setup but after digging
it I realized I had accidentally dropped a comma in
tools/objtool/check.c when I renamed rewind_stack_do_exit to
rewind_stack_and_make_dead.

Add that comma back to fix objtool errors.

Link: https://lkml.kernel.org/r/202112140949.Uq5sFKR1-lkp@intel.com
Fixes: 0e25498f8c ("exit: Add and use make_task_dead.")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-02-06 07:49:45 +01:00
..
Documentation
arch/x86 x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytes 2020-12-11 13:25:02 +01:00
.gitignore
Build
Makefile tools: Factor HOSTCC, HOSTLD, HOSTAR definitions 2021-01-30 13:32:13 +01:00
arch.h
builtin-check.c
builtin-orc.c
builtin.h
cfi.h
check.c objtool: Add a missing comma to avoid string concatenation 2023-02-06 07:49:45 +01:00
check.h objtool: Support per-function rodata sections 2019-06-25 11:35:52 +08:00
elf.c objtool: Don't fail on missing symbol table 2021-02-07 14:48:38 +01:00
elf.h objtool: Support per-function rodata sections 2019-06-25 11:35:52 +08:00
objtool.c
orc.h
orc_dump.c objtool: Support Clang non-section symbols in ORC dump 2020-05-02 17:25:57 +02:00
orc_gen.c objtool: Support Clang non-section symbols in ORC generation 2020-11-05 11:08:31 +01:00
special.c
special.h
sync-check.sh
warn.h