[GIT PULL] livepatching for 6.3

From: Petr Mladek
Date: Tue Feb 21 2023 - 10:43:41 EST


Hi Linus,

please pull the latest livepatching changes from

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

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

- Allow to reload livepatched module by clearing livepatch-specific
relocations in the livepatch module. Otherwise, the repeated load
would fail on consistency checks.

----------------------------------------------------------------
Song Liu (2):
x86/module: remove unused code in __apply_relocate_add
livepatch,x86: Clear relocation targets on a module removal

arch/x86/kernel/module.c | 97 +++++++++++++++++++++++++++-----------------
include/linux/moduleloader.h | 17 ++++++++
kernel/livepatch/core.c | 62 ++++++++++++++++++++++------
3 files changed, 126 insertions(+), 50 deletions(-)