Re: [PATCH] Add sanitizer support for AArch64 ILP32

2018-02-23 Thread Adhemerval Zanella
On 23/02/2018 11:39, Jakub Jelinek wrote: > On Fri, Feb 23, 2018 at 11:27:19AM -0300, Adhemerval Zanella wrote: >> This patch adds asan support for aarch64 ilp32. It is based on 'official' >> glibc support branch [1] (which is in turn based on Linux branch [2]). >> >> Main changes for

Re: [PATCH] Add sanitizer support for AArch64 ILP32

2018-02-23 Thread Jakub Jelinek
On Fri, Feb 23, 2018 at 11:27:19AM -0300, Adhemerval Zanella wrote: > This patch adds asan support for aarch64 ilp32. It is based on 'official' > glibc support branch [1] (which is in turn based on Linux branch [2]). > > Main changes for libsanitizer is the kernel ABI support for internal >

[PATCH] Add sanitizer support for AArch64 ILP32

2018-02-23 Thread Adhemerval Zanella
This patch adds asan support for aarch64 ilp32. It is based on 'official' glibc support branch [1] (which is in turn based on Linux branch [2]). Main changes for libsanitizer is the kernel ABI support for internal syscalls. Different than x32, ILP32 tries to leverage 32-bits syscalls with kernel