Re: [PATCH v5] arm64: Implement HAVE_LIVEPATCH
From: Catalin Marinas
Date: Tue Jul 01 2025 - 10:28:49 EST
On Mon, 30 Jun 2025 10:45:02 -0700, Song Liu wrote:
> Allocate a task flag used to represent the patch pending state for the
> task. When a livepatch is being loaded or unloaded, the livepatch code
> uses this flag to select the proper version of a being patched kernel
> functions to use for current task.
>
> In arch/arm64/Kconfig, select HAVE_LIVEPATCH and include proper Kconfig.
>
> [...]
Applied to arm64 (for-next/livepatch), thanks!
[1/1] arm64: Implement HAVE_LIVEPATCH
https://git.kernel.org/arm64/c/fd1e0fd71f65
--
Catalin