Ubuntu-focal-kernel/tools
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
..
accounting
arch parisc: Align parisc MADV_XXX constants with all other architectures 2023-02-01 15:23:43 +01:00
bpf bpftool: Clear errno after libcap's checks 2023-01-06 08:44:03 -08:00
build tools build: Switch to new openssl API for test-libcrypto 2022-10-17 15:01:45 +02:00
cgroup
debugging
firewire
firmware
gpio
hv
iio tools: iio: iio_utils: fix digit calculation 2023-01-06 08:44:38 -08:00
include tools/nolibc/string: Fix memcmp() implementation 2023-01-06 08:44:44 -08:00
io_uring
kvm/kvm_stat
laptop
leds
lib libbpf: Fix the name of a reused map 2022-10-17 15:00:43 +02:00
memory-model
nfsd
objtool objtool: Add a missing comma to avoid string concatenation 2023-03-21 10:09:01 +01:00
pci
pcmcia
perf perf auxtrace: Fix address filter duplicate symbol selection 2023-02-01 15:23:44 +01:00
power
scripts
spi
testing UBUNTU: SAUCE: selftest: rtcpie: Force passing unreliable subtest 2023-02-24 14:01:18 +01:00
thermal/tmon tools/thermal: Fix possible path truncations 2022-10-17 15:01:22 +02:00
time
usb
virtio
vm tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep" 2023-02-01 15:21:44 +01:00
wmi
Makefile