Re: [PATCH] kallsyms: exclude kasan local symbols on s390

2019-07-06 Thread Masahiro Yamada
On Sat, Jun 29, 2019 at 2:22 AM Vasily Gorbik wrote: > > gcc asan instrumentation emits the following sequence to store frame pc > when the kernel is built with CONFIG_RELOCATABLE: > debug/vsprintf.s: > .section.data.rel.ro.local,"aw" > .align 8 > .LC3: > .quad .

[PATCH] kallsyms: exclude kasan local symbols on s390

2019-06-28 Thread Vasily Gorbik
gcc asan instrumentation emits the following sequence to store frame pc when the kernel is built with CONFIG_RELOCATABLE: debug/vsprintf.s: .section.data.rel.ro.local,"aw" .align 8 .LC3: .quad .LASANPC4826@GOTOFF .text .align 8 .type number, @fu