[GIT PULL] livepatching for 6.1
From: Petr Mladek
Date: Wed Oct 05 2022 - 07:29:20 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.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