[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z-UzRZybK1du6HYM@pathway.suse.cz>
Date: Thu, 27 Mar 2025 12:15:17 +0100
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.15
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.15
==========================================
- Add a selftest for tracing of a livepatched function.
- Skip a selftest when kprobes are not using ftrace
- Some documentation clean up.
----------------------------------------------------------------
Filipe Xavier (2):
selftests: livepatch: add new ftrace helpers functions
selftests: livepatch: test if ftrace can trace a livepatched function
Petr Mladek (1):
Merge branch 'for-6.15/ftrace-test' into for-linus
Song Liu (1):
selftest/livepatch: Only run test-kprobe with CONFIG_KPROBES_ON_FTRACE
Vincenzo MEZZELA (1):
docs: livepatch: move text out of code block
Yafang Shao (1):
livepatch: Add comment to clarify klp_add_nops()
Documentation/livepatch/module-elf-format.rst | 13 ++++---
kernel/livepatch/core.c | 9 +++--
tools/testing/selftests/livepatch/functions.sh | 49 ++++++++++++++++++++++++
tools/testing/selftests/livepatch/test-ftrace.sh | 34 ++++++++++++++++
tools/testing/selftests/livepatch/test-kprobe.sh | 2 +
5 files changed, 99 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists