Re: [RFC PATCH 1/3] module: Split module_enable_rodata_ro()
From: Luis Chamberlain
Date: Tue Nov 26 2024 - 14:58:13 EST
On Sat, Nov 09, 2024 at 11:35:35AM +0100, Christophe Leroy wrote:
> module_enable_rodata_ro() is called twice, once before module init
> to set rodata sections readonly and once after module init to set
> rodata_after_init section readonly.
>
> The second time, only the rodata_after_init section needs to be
> set to read-only, no need to re-apply it to already set rodata.
>
> Split module_enable_rodata_ro() in two.
>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Didn't see a respin so this will have to be a post v6.13-rc1 fix.
Luis