> 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.rutl...@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