[PATCH] arm64/module: Support for patching modules during runtime

Marc Zyngier maz at kernel.org
Mon Aug 11 01:55:55 PDT 2025


On Mon, 11 Aug 2025 09:32:19 +0100,
fanqincui <fanqincui at 163.com> wrote:
> 
> 
> Hi marc,
> The callback function is designed by the developer. Developers need
> to use the callback function to patch their own module code. Under
> this premise, developers are responsible for providing the correct
> callback function.
> A correct callback function implementation does not require further
> patching.

Well, you can't know about that. We patch basic primitives such as
atomics, system register access, and plenty of other things. These
things need to interoperate with the rest of the kernel.

It's already difficult to guarantee inside the kernel itself. Having
it in random modules will be even harder.

> Furthermore, the callback itself must be executable. If the callback
> function has problems, the module's functionality will be affected.

Exactly. Hence my question.

	M.

-- 
Without deviation from the norm, progress is not possible.



More information about the linux-arm-kernel mailing list