linux/arch/xtensa/kernel
Max Filippov 1d3b7a788c xtensa: fix KASAN report for show_stack
show_stack dumps raw stack contents which may trigger an unnecessary
KASAN report. Fix it by copying stack contents to a temporary buffer
with __memcpy and then printing that buffer instead of passing stack
pointer directly to the print_hex_dump.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2023-03-17 16:44:28 -07:00
..
syscalls
.gitignore
align.S
asm-offsets.c
coprocessor.S
entry.S
head.S
hibernate.c
hw_breakpoint.c
irq.c
jump_label.c
Makefile
mcount.S
module.c
mxhead.S
pci-dma.c
pci.c
perf_event.c
platform.c
process.c
ptrace.c
s32c1i_selftest.c
setup.c
signal.c
smp.c
stacktrace.c
syscall.c
time.c
traps.c
vectors.S
vmlinux.lds.S
xtensa_ksyms.c