]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
module: Don't fail module loading when setting ro_after_init section RO failed
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 5 Dec 2024 19:46:16 +0000 (20:46 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Feb 2025 09:02:06 +0000 (10:02 +0100)
commit4fb3fa81ff0f6e05e395ba95220cdec72ae9422d
treedd256364b11da752bb6ff4e76868e0ccbf2c09b5
parent78cf26ebe662838864fe83f6f50c129930770f8f
module: Don't fail module loading when setting ro_after_init section RO failed

[ Upstream commit 110b1e070f1d50f5217bd2c758db094998bb7b77 ]

Once module init has succeded it is too late to cancel loading.
If setting ro_after_init data section to read-only fails, all we
can do is to inform the user through a warning.

Reported-by: Thomas Gleixner <tglx@linutronix.de>
Closes: https://lore.kernel.org/all/20230915082126.4187913-1-ruanjinjie@huawei.com/
Fixes: d1909c022173 ("module: Don't ignore errors from set_memory_XX()")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/d6c81f38da76092de8aacc8c93c4c65cb0fe48b8.1733427536.git.christophe.leroy@csgroup.eu
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/module/main.c