summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_files.py
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2023-03-17 09:00:21 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2023-03-18 02:44:28 +0300
commit1d3b7a788ca7435156809a6bd5b20c95b2370d45 (patch)
tree0fb151d66ca72f978a4fe5733da92db3659ac8a7 /scripts/lib/kdoc/kdoc_files.py
parenteeac8ede17557680855031c6f305ece2378af326 (diff)
downloadlinux-1d3b7a788ca7435156809a6bd5b20c95b2370d45.tar.xz
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>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions