]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'livepatching-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Mar 2025 02:26:10 +0000 (19:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 28 Mar 2025 02:26:10 +0000 (19:26 -0700)
commitdcf9f31c62b3d31c033ee5bce522855c3d7f56b1
tree213e4ba3dcb9a6d0943036d1f37b800946b45e59
parent96050814a3f667eb28dabb78e7b3a7b06e5243e9
parentd11f0d172a3c2ea9cbe9b07abd47d5b767600ad9
Merge tag 'livepatching-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

Pull livepatching updates from Petr Mladek:

 - Add a selftest for tracing of a livepatched function

 - Skip a selftest when kprobes are not using ftrace

 - Some documentation clean up

* tag 'livepatching-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
  selftests: livepatch: test if ftrace can trace a livepatched function
  selftests: livepatch: add new ftrace helpers functions
  selftest/livepatch: Only run test-kprobe with CONFIG_KPROBES_ON_FTRACE
  docs: livepatch: move text out of code block
  livepatch: Add comment to clarify klp_add_nops()
tools/testing/selftests/livepatch/functions.sh