aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/dumpstack.c
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2017-11-20 12:17:19 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-10-09 11:21:27 +0200
commitf4f0d32bfb273537fcea9febc7081dac0252dcc0 (patch)
tree92c45346956146efe0a900908b6ea3aeb8f2efc5 /arch/s390/kernel/dumpstack.c
parents390/kasan: reipl and kexec support (diff)
downloadlinux-dev-f4f0d32bfb273537fcea9febc7081dac0252dcc0.tar.xz
linux-dev-f4f0d32bfb273537fcea9febc7081dac0252dcc0.zip
s390/dumpstack: disable __dump_trace kasan instrumentation
Walking async_stack produces false positives. Disable __dump_trace function instrumentation for now. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/dumpstack.c')
-rw-r--r--arch/s390/kernel/dumpstack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/dumpstack.c b/arch/s390/kernel/dumpstack.c
index ef85a00442cd..d4c88e119e1f 100644
--- a/arch/s390/kernel/dumpstack.c
+++ b/arch/s390/kernel/dumpstack.c
@@ -30,7 +30,7 @@
* The stack trace can start at any of the three stacks and can potentially
* touch all of them. The order is: panic stack, async stack, sync stack.
*/
-static unsigned long
+static unsigned long __no_sanitize_address
__dump_trace(dump_trace_func_t func, void *data, unsigned long sp,
unsigned long low, unsigned long high)
{