[GIT PULL] livepatching for 6.14

From: Petr Mladek
Date: Mon Jan 20 2025 - 10:30:35 EST


Hi Linus,

please pull the latest changes for the kernel livepatching from

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

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

- Add a sysfs attribute showing the livepatch ordering.
- Some code clean up.

----------------------------------------------------------------
George Guo (1):
selftests/livepatch: Replace hardcoded module name with variable in test-callbacks.sh

Petr Mladek (1):
Merge branch 'for-6.14/selftests-trivial' into for-linus

Wardenjohn (2):
livepatch: Add stack_order sysfs attribute
selftests: livepatch: add test cases of stack_order sysfs interface

Documentation/ABI/testing/sysfs-kernel-livepatch | 9 +++
kernel/livepatch/core.c | 24 ++++++++
.../testing/selftests/livepatch/test-callbacks.sh | 2 +-
tools/testing/selftests/livepatch/test-sysfs.sh | 71 ++++++++++++++++++++++
4 files changed, 105 insertions(+), 1 deletion(-)