]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'probes-fixes-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Aug 2026 15:29:59 +0000 (08:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Aug 2026 15:29:59 +0000 (08:29 -0700)
Pull probes selftest fix from Masami Hiramatsu:

 - selftests/ftrace: Refactor eprobes test to fix argument checks

   Refactor the eprobes selftest to get more stable test result by using
   `sys_enter_chdir` instead of `openat` and filter for exact directory
   names

   This resolves test instability after the string pointer handling fix

* tag 'probes-fixes-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  selftests/ftrace: refactor eprobes test to fix argument checks


Trivial merge