Re: [PATCH v5 0/4] KASAN for powerpc64 radix

2020-01-21 Thread Daniel Axtens
Christophe Leroy writes: > Le 09/01/2020 à 08:08, Daniel Axtens a écrit : >> Building on the work of Christophe, Aneesh and Balbir, I've ported >> KASAN to 64-bit Book3S kernels running on the Radix MMU. >> >> This provides full inline instrumentation on radix, but does require >> that you be ab

Re: [PATCH v5 0/4] KASAN for powerpc64 radix

2020-01-16 Thread Christophe Leroy
Le 09/01/2020 à 08:08, Daniel Axtens a écrit : Building on the work of Christophe, Aneesh and Balbir, I've ported KASAN to 64-bit Book3S kernels running on the Radix MMU. This provides full inline instrumentation on radix, but does require that you be able to specify the amount of physically

[PATCH v5 0/4] KASAN for powerpc64 radix

2020-01-08 Thread Daniel Axtens
Building on the work of Christophe, Aneesh and Balbir, I've ported KASAN to 64-bit Book3S kernels running on the Radix MMU. This provides full inline instrumentation on radix, but does require that you be able to specify the amount of physically contiguous memory on the system at compile time. Mor