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
..
2022-05-01 19:51:24 -07:00
2022-05-01 19:51:23 -07:00
2022-09-26 19:46:20 -07:00
2022-06-18 14:46:59 -07:00
2022-12-06 16:21:26 -08:00