[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yz1qgrJA+wmbVILN@alley>
Date: Wed, 5 Oct 2022 13:29:06 +0200
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.1
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.1
==================================
- Fix race between fork and livepatch transition revert.
- Add sysfs entry that shows "patched" state for each object (module)
that can be livepatched by the given livepatch.
- Some clean up.
----------------------------------------------------------------
Joe Lawrence (1):
selftests/livepatch: normalize sysctl error message
Petr Mladek (1):
Merge branch 'for-6.1/sysfs-patched-object' into for-linus
Rik van Riel (1):
livepatch: fix race between fork and KLP transition
Song Liu (2):
livepatch: add sysfs entry "patched" for each klp_object
selftests/livepatch: add sysfs test
Zhen Lei (1):
livepatch: Add a missing newline character in klp_module_coming()
Documentation/ABI/testing/sysfs-kernel-livepatch | 8 +++
kernel/livepatch/core.c | 20 +++++-
kernel/livepatch/transition.c | 18 ++++-
tools/testing/selftests/livepatch/Makefile | 3 +-
tools/testing/selftests/livepatch/functions.sh | 36 +++++++++-
tools/testing/selftests/livepatch/test-sysfs.sh | 86 ++++++++++++++++++++++++
6 files changed, 166 insertions(+), 5 deletions(-)
create mode 100755 tools/testing/selftests/livepatch/test-sysfs.sh
Powered by blists - more mailing lists