[PATCH 0/1] *** Replace KLP_* to KLP_TRANSITION_* ***

From: zhangwarden
Date: Mon May 06 2024 - 22:17:39 EST


From: Wardenjohn <zhangwarden@xxxxxxxxx>

As the previous described, renaming variables is not a good idead
becase it will break userspace. This patch rename macros of KLP_*
to KLP_TRANSITION_* to fix the confusing description of the klp
transition state. With this marcos renamed, comments are not
necessary at this point.

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

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

--
2.37.3