Le 26/11/2024 à 20:58, Luis Chamberlain a écrit :
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.
Indeed I was waiting for v6.13-rc1 before sending the non RFC rebased
version, but I can send it now if you prefer.
I expect it to spend a few days in linux-next before being applied to
mainline.
Christophe