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(-)

Reply via email to