Re: [PATCH v11 1/9] powerpc/mm: Implement set_memory() routines

2021-05-02 Thread Jordan Niethe
On Thu, Apr 29, 2021 at 5:32 PM Christophe Leroy wrote: > > > > Le 29/04/2021 à 05:15, Jordan Niethe a écrit : > > From: Russell Currey > > > > The set_memory_{ro/rw/nx/x}() functions are required for > > STRICT_MODULE_RWX, and are generally useful primitives to have. This > > implementation is

Re: [PATCH v11 1/9] powerpc/mm: Implement set_memory() routines

2021-04-29 Thread Christophe Leroy
Le 29/04/2021 à 05:15, Jordan Niethe a écrit : From: Russell Currey The set_memory_{ro/rw/nx/x}() functions are required for STRICT_MODULE_RWX, and are generally useful primitives to have. This implementation is designed to be generic across powerpc's many MMUs. It's possible that this coul