2024-03-13 13:28:10

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] powerpc: Implement set_memory_rox()

On Fri, 16 Feb 2024 11:12:05 +0100, Christophe Leroy wrote:
> Same as x86 and s390, add set_memory_rox() to avoid doing
> one pass with set_memory_ro() and a second pass with set_memory_x().
>
> See commit 60463628c9e0 ("x86/mm: Implement native set_memory_rox()")
> and commit 22e99fa56443 ("s390/mm: implement set_memory_rox()") for
> more information.
>
> [...]

Applied to powerpc/next.

[1/1] powerpc: Implement set_memory_rox()
https://git.kernel.org/powerpc/c/09ca1b11716f96461a4675eb0418d5cb97687389

cheers