Merge tag 'livepatching-for-6.1' of...
Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching Pull livepatching updates from Petr Mladek: - 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 * tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching: selftests/livepatch: add sysfs test livepatch: add sysfs entry "patched" for each klp_object selftests/livepatch: normalize sysctl error message livepatch: Add a missing newline character in klp_module_coming() livepatch: fix race between fork and KLP transition
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-kernel-livepatch 8 additions, 0 deletionsDocumentation/ABI/testing/sysfs-kernel-livepatch
- kernel/livepatch/core.c 19 additions, 1 deletionkernel/livepatch/core.c
- kernel/livepatch/transition.c 16 additions, 2 deletionskernel/livepatch/transition.c
- tools/testing/selftests/livepatch/Makefile 2 additions, 1 deletiontools/testing/selftests/livepatch/Makefile
- tools/testing/selftests/livepatch/functions.sh 35 additions, 1 deletiontools/testing/selftests/livepatch/functions.sh
- tools/testing/selftests/livepatch/test-sysfs.sh 86 additions, 0 deletionstools/testing/selftests/livepatch/test-sysfs.sh
Loading
Please register or sign in to comment