Re: [PATCH, rs6000] Fix address sanitizer for powerpc64.

2018-04-17 Thread Segher Boessenkool
Hi! On Wed, Apr 18, 2018 at 12:20:50AM +0200, Jakub Jelinek wrote: > On Tue, Apr 17, 2018 at 05:15:06PM -0500, Bill Seurer wrote: > > This patch fixes problems that asan has on powerpc64 running on some old > > kernels and also very new kernels. > > > > See https://gcc.gnu.org/bugzilla/show_bug.c

Re: [PATCH, rs6000] Fix address sanitizer for powerpc64.

2018-04-17 Thread Jakub Jelinek
On Tue, Apr 17, 2018 at 05:15:06PM -0500, Bill Seurer wrote: > [PATCH, rs6000] Fix address sanitizer for powerpc64. > > This patch fixes problems that asan has on powerpc64 running on some old > kernels and also very new kernels. > > See https://gcc.gnu.org/bugzilla/show_bu

[PATCH, rs6000] Fix address sanitizer for powerpc64.

2018-04-17 Thread Bill Seurer
[PATCH, rs6000] Fix address sanitizer for powerpc64. This patch fixes problems that asan has on powerpc64 running on some old kernels and also very new kernels. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85394 and https://github.com/google/sanitizers/issues/933 for more information