Re: [PATCH v7] arm64/module: Use text-poke API for late relocations.
From: Catalin Marinas
Date: Fri Jun 20 2025 - 08:35:54 EST
On Tue, 03 Jun 2025 22:34:17 +0000, Dylan Hatch wrote:
> To enable late module patching, livepatch modules need to be able to
> apply some of their relocations well after being loaded. In this
> scenario however, the livepatch module text and data is already RX-only,
> so special treatment is needed to make the late relocations possible. To
> do this, use the text-poking API for these late relocations.
>
> This patch is partially based off commit 88fc078a7a8f6 ("x86/module: Use
> text_poke() for late relocations").
>
> [...]
Applied to arm64 (for-next/livepatch), thanks!
[1/1] arm64/module: Use text-poke API for late relocations.
https://git.kernel.org/arm64/c/91b89a634487
--
Catalin