From: Linus Torvalds Date: Thu, 2 Jun 2022 15:55:01 +0000 (-0700) Subject: Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: baikal/aarch64/sdk6.1~3840 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=dae9f7aa26f61e39e7e0b954ef1a1db8d632b3f2;p=kernel.git Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching Pull livepatching cleanup from Petr Mladek: - Remove duplicated livepatch code [Christophe] * tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching: livepatch: Remove klp_arch_set_pc() and asm/livepatch.h --- dae9f7aa26f61e39e7e0b954ef1a1db8d632b3f2 diff --cc MAINTAINERS index 7dff84d95e5f2,589c61412e3bb..984de9085eb6c --- a/MAINTAINERS +++ b/MAINTAINERS @@@ -11434,11 -11338,8 +11434,9 @@@ T: git git://git.kernel.org/pub/scm/lin F: Documentation/ABI/testing/sysfs-kernel-livepatch F: Documentation/livepatch/ F: arch/powerpc/include/asm/livepatch.h - F: arch/s390/include/asm/livepatch.h - F: arch/x86/include/asm/livepatch.h F: include/linux/livepatch.h F: kernel/livepatch/ +F: kernel/module/livepatch.c F: lib/livepatch/ F: samples/livepatch/ F: tools/testing/selftests/livepatch/