Re: [PATCH V2 00/10] KASan ppc64 support

2018-07-06 Thread Christophe LEROY
Le 06/07/2018 à 16:11, Aneesh Kumar K.V a écrit : Christophe LEROY writes: Hi Aneesh, Are you still working on support for KASan for ppc64 ? Haven't got time to work on this. The hash memory layout makes it a bit complicated to implement this. Ok, maybe would be easier to start with

Re: [PATCH V2 00/10] KASan ppc64 support

2018-07-06 Thread Aneesh Kumar K.V
Christophe LEROY writes: > Hi Aneesh, > > Are you still working on support for KASan for ppc64 ? > Haven't got time to work on this. The hash memory layout makes it a bit complicated to implement this. -aneesh

Re: [PATCH V2 00/10] KASan ppc64 support

2018-07-05 Thread Christophe LEROY
Hi Aneesh, Are you still working on support for KASan for ppc64 ? Thanks, Christophe Le 26/08/2015 à 19:14, Aneesh Kumar K.V a écrit : Andrey Ryabinin writes: 2015-08-26 11:26 GMT+03:00 Aneesh Kumar K.V : Hi, This patchset implements kernel address sanitizer for ppc64. Since ppc64 virtua

Re: [PATCH V2 00/10] KASan ppc64 support

2015-08-26 Thread Aneesh Kumar K.V
Andrey Ryabinin writes: > 2015-08-26 11:26 GMT+03:00 Aneesh Kumar K.V : >> Hi, >> >> This patchset implements kernel address sanitizer for ppc64. >> Since ppc64 virtual address range is divided into different regions, >> we can't have one contigous area for the kasan shadow range. Hence >> we don

Re: [PATCH V2 00/10] KASan ppc64 support

2015-08-26 Thread Andrey Ryabinin
2015-08-26 11:26 GMT+03:00 Aneesh Kumar K.V : > Hi, > > This patchset implements kernel address sanitizer for ppc64. > Since ppc64 virtual address range is divided into different regions, > we can't have one contigous area for the kasan shadow range. Hence > we don't support the INLINE kasan instru

[PATCH V2 00/10] KASan ppc64 support

2015-08-26 Thread Aneesh Kumar K.V
Hi, This patchset implements kernel address sanitizer for ppc64. Since ppc64 virtual address range is divided into different regions, we can't have one contigous area for the kasan shadow range. Hence we don't support the INLINE kasan instrumentation. With Outline instrumentation, we override the