[GIT PULL] livepatching for 6.11

From: Petr Mladek
Date: Tue Jul 23 2024 - 11:46:33 EST


Hi Linus,

please pull the latest changes for the kernel livepatching from

git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching tags/livepatching-for-6.11

============================================

- Show also patch->replace flag in sysfs.
- Add or improve few selftests.

----------------------------------------------------------------
Marcos Paulo de Souza (1):
selftests: livepatch: Test atomic replace against multiple modules

Petr Mladek (1):
Merge branch 'for-6.11/sysfs-patch-replace' into for-linus

Ryan Sullivan (1):
selftests/livepatch: define max test-syscall processes

Yafang Shao (3):
livepatch: Add "replace" sysfs attribute
selftests/livepatch: Add selftests for "replace" sysfs attribute
livepatch: Replace snprintf() with sysfs_emit()

Documentation/ABI/testing/sysfs-kernel-livepatch | 8 ++
kernel/livepatch/core.c | 17 ++-
.../testing/selftests/livepatch/test-livepatch.sh | 138 +++++++++++++--------
tools/testing/selftests/livepatch/test-syscall.sh | 5 +-
tools/testing/selftests/livepatch/test-sysfs.sh | 48 +++++++
5 files changed, 163 insertions(+), 53 deletions(-)