Re: [PATCH] powerpc: Add __must_check to set_memory_...()

2024-11-17 Thread Michael Ellerman
On Sat, 07 Sep 2024 17:40:41 +0200, Christophe Leroy wrote: > After the following powerpc commits, all calls to set_memory_...() > functions check returned value. > - Commit 8f17bd2f4196 ("powerpc: Handle error in mark_rodata_ro() and > mark_initmem_nx()") > - Commit f7f18e30b468 ("powerpc/kprobes:

Re: [PATCH] powerpc: Add __must_check to set_memory_...()

2024-11-06 Thread Michael Ellerman
Christophe Leroy writes: > Hi Michael, > > Le 07/09/2024 à 17:40, Christophe Leroy a écrit : >> After the following powerpc commits, all calls to set_memory_...() >> functions check returned value. >> - Commit 8f17bd2f4196 ("powerpc: Handle error in mark_rodata_ro() and >> mark_initmem_nx()") >> -

Re: [PATCH] powerpc: Add __must_check to set_memory_...()

2024-11-06 Thread Christophe Leroy
Hi Michael, Le 07/09/2024 à 17:40, Christophe Leroy a écrit : After the following powerpc commits, all calls to set_memory_...() functions check returned value. - Commit 8f17bd2f4196 ("powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()") - Commit f7f18e30b468 ("powerpc/kprobes: Hand