public inbox for live-patching@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] *** Rename KLP_* to KLP_TRANSITION_* ***
@ 2024-05-07  5:01 zhangwarden
  2024-05-07  5:01 ` [PATCH 1/1] livepatch: Rename KLP_* to KLP_TRANSITION_* zhangwarden
  0 siblings, 1 reply; 6+ messages in thread
From: zhangwarden @ 2024-05-07  5:01 UTC (permalink / raw)
  To: jpoimboe, mbenes, jikos, pmladek, joe.lawrence
  Cc: live-patching, linux-kernel, Wardenjohn

From: Wardenjohn <zhangwarden@gmail.com>

This is the v3 of commit " livepatch: Rename KLP_* to KLP_TRANSITION_* "
with the suggestion of @Josh

v1 -> v2 : 
Use KLP_TRANSITION_* to replace marcos KLP_*

v2 -> v3 :
Remove the unnecessary comment and fix one typo in the code.

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(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-09 13:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-07  5:01 [PATCH 0/1] *** Rename KLP_* to KLP_TRANSITION_* *** zhangwarden
2024-05-07  5:01 ` [PATCH 1/1] livepatch: Rename KLP_* to KLP_TRANSITION_* zhangwarden
2024-05-07 12:34   ` Petr Mladek
2024-05-08  5:05   ` Josh Poimboeuf
2024-05-09 12:55   ` Miroslav Benes
2024-05-09 13:43   ` Petr Mladek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox