Ubuntu-focal-kernel/tools/objtool
Eric W. Biederman 0a9bad52eb objtool: Add a missing comma to avoid string concatenation
BugLink: https://bugs.launchpad.net/bugs/2011226

commit 1fb466dff904e4a72282af336f2c355f011eec61 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: 0e25498f8cd4 ("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: Sasha Levin <sashal@kernel.org>
Signed-off-by: Luke Nowakowski-Krijger <luke.nowakowskikrijger@canonical.com>
Acked-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
2023-03-21 10:09:01 +01:00
..
Documentation
arch/x86
.gitignore
Build
Makefile tools: Factor HOSTCC, HOSTLD, HOSTAR definitions 2021-02-19 16:46:12 +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-03-21 10:09:01 +01:00
check.h
elf.c objtool: Don't fail on missing symbol table 2021-03-24 11:11:34 +01:00
elf.h
objtool.c
orc.h
orc_dump.c
orc_gen.c objtool: Support Clang non-section symbols in ORC generation 2020-12-10 12:02:24 +01:00
special.c
special.h
sync-check.sh x86: xen: insn: Decode Xen and KVM emulate-prefix signature 2022-07-11 16:39:55 +02:00
warn.h