livepatch: Rename KLP_* to KLP_TRANSITION_*
authorWardenjohn <zhangwarden@gmail.com>
Tue, 7 May 2024 05:01:11 +0000 (13:01 +0800)
committerPetr Mladek <pmladek@suse.com>
Thu, 9 May 2024 13:48:01 +0000 (15:48 +0200)
commitd927752f287fe10965612541593468ffcfa9231f
treedd88e7e9030427f67558e22008b009d84e9e7db7
parent00657bb3dbecee324336e1da1ad71b670b6aee60
livepatch: Rename KLP_* to KLP_TRANSITION_*

The original macros of KLP_* is about the state of the transition.
Rename macros of KLP_* to KLP_TRANSITION_* to fix the confusing
description of klp transition state.

Signed-off-by: Wardenjohn <zhangwarden@gmail.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Tested-by: Petr Mladek <pmladek@suse.com>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>
Acked-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/20240507050111.38195-2-zhangwarden@gmail.com
Signed-off-by: Petr Mladek <pmladek@suse.com>
include/linux/livepatch.h
init/init_task.c
kernel/livepatch/core.c
kernel/livepatch/patch.c
kernel/livepatch/transition.c