[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y/Tmc8NApocTZbX1@alley>
Date: Tue, 21 Feb 2023 16:42:43 +0100
From: Petr Mladek <pmladek@...e.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, live-patching@...r.kernel.org
Subject: [GIT PULL] livepatching for 6.3
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(-)
Powered by blists - more mailing lists