[PATCH v3 0/2] arm64: livepatch: Enable livepatch without sframe
Dylan Hatch
dylanbhatch at google.com
Mon May 19 10:11:04 PDT 2025
> FWIW: I reviewed the patch above ([1]) already but didn't hear anything
> back.
Sorry for the delay on this, last week was busier than expected on my
end. I'm aiming to send the revised patch within the next couple of
days.
On Mon, May 19, 2025 at 9:40 AM Mark Rutland <mark.rutland at arm.com> wrote:
> I've had a quick look at [1], and IIUC that's a hard prerequisite for
> livepatching, as without it the kernel *will* crash if it attempts a
> late module relocation.
>
This is correct. In both module-patch scenarios (module is loaded
first, or patch is loaded first) the relocations on the livepatch
module occur after it is already RX-only, so a crash is inevitable
with the current relocation code.
Thanks,
Dylan
More information about the linux-arm-kernel
mailing list