[GIT PULL] livepatching for 6.10

From: Petr Mladek
Date: Wed May 15 2024 - 08:25:07 EST


Hi Linus,

please pull the latest changes for the kernel livepatching from

git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching tags/livepatching-for-6.10

==========================================

- Use more informative names for the livepatch transition states.

----------------------------------------------------------------
Wardenjohn (1):
livepatch: Rename KLP_* to KLP_TRANSITION_*

include/linux/livepatch.h | 6 ++---
init/init_task.c | 2 +-
kernel/livepatch/core.c | 4 ++--
kernel/livepatch/patch.c | 4 ++--
kernel/livepatch/transition.c | 54 +++++++++++++++++++++----------------------
5 files changed, 35 insertions(+), 35 deletions(-)