Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2023 22:00:10 +0000 (14:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2023 22:00:10 +0000 (14:00 -0800)
commit7dd86cf80127aeef8a447c81228a77f0f25cc211
tree5edb72af92df06db74459a8e3da8b283d9dd757f
parentd8763154455e92a2ffed256e48fa46bb35ef3bdf
parent0c05e7bd2d017a3a9a0f4e9a19ad4acf1f616f12
Merge tag 'livepatching-for-6.3' of git://git./linux/kernel/git/livepatching/livepatching

Pull livepatching updates from Petr Mladek:

 - Allow reloading a livepatched module by clearing livepatch-specific
   relocations in the livepatch module.

   Otherwise, the repeated load would fail on consistency checks.

* tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
  livepatch,x86: Clear relocation targets on a module removal
  x86/module: remove unused code in __apply_relocate_add
arch/x86/kernel/module.c
include/linux/moduleloader.h
kernel/livepatch/core.c