[PATCH] Disable __asan_init for KASan

2014-10-03 Thread Yury Gribov
Hi all, This patch disables generation of asan_init calls for KASan as discussed in https://lkml.org/lkml/2014/9/26/711 Bootstrapped and regtested no x64. Ok to commit? -Y commit 91c015e54687666f4abf6745f33c2eee8e569d17 Author: Yury Gribov y.gri...@samsung.com Date: Fri Oct 3 11:53:38 2014

Re: [PATCH] Disable __asan_init for KASan

2014-10-03 Thread Jakub Jelinek
On Fri, Oct 03, 2014 at 05:07:01PM +0400, Yury Gribov wrote: Hi all, This patch disables generation of asan_init calls for KASan as discussed in https://lkml.org/lkml/2014/9/26/711 Bootstrapped and regtested no x64. Ok to commit? Ok, thanks. commit

Re: [PATCH] Disable __asan_init for KASan

2014-10-03 Thread Dmitry Vyukov
Looks good to me On Fri, Oct 3, 2014 at 5:07 PM, Yury Gribov y.gri...@samsung.com wrote: Hi all, This patch disables generation of asan_init calls for KASan as discussed in https://lkml.org/lkml/2014/9/26/711 Bootstrapped and regtested no x64. Ok to commit? -Y commit