Re: [PATCH 1/3] module: Use set_memory_rox()

2024-01-29 Thread Luis Chamberlain
On Thu, Dec 21, 2023 at 08:24:23AM +0100, Christophe Leroy wrote: > A couple of architectures seem concerned about calling set_memory_ro() > and set_memory_x() too frequently and have implemented a version of > set_memory_rox(), see commit 60463628c9e0 ("x86/mm: Implement native >

[PATCH 1/3] module: Use set_memory_rox()

2023-12-20 Thread Christophe Leroy
A couple of architectures seem concerned about calling set_memory_ro() and set_memory_x() too frequently and have implemented a version of set_memory_rox(), see commit 60463628c9e0 ("x86/mm: Implement native set_memory_rox()") and commit 22e99fa56443 ("s390/mm: implement set_memory_rox()") Use