Merge tag 'probes-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Aug 2025 23:29:30 +0000 (16:29 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Aug 2025 23:29:30 +0000 (16:29 -0700)
commit068a56e56fa81e42fc5f08dff34fab149bb60a09
tree93f96fb7accb8712126c39eec4c3dc411e5e5b0e
parent43f981b7a72bd39358b876f801ffee463536dea5
parentec879e1a0be8007aa232ffedcf6a6445dfc1a3d7
Merge tag 'probes-fixes-v6.17-rc2' of git://git./linux/kernel/git/trace/linux-trace

Pull probes fix from Masami Hiramatsu:
 "Sanitize wildcard for fprobe event name

  Fprobe event accepts wildcards for the target functions, but unless
  the user specifies its event name, it makes an event with the
  wildcards. Replace the wildcard '*' with the underscore '_'"

* tag 'probes-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: fprobe-event: Sanitize wildcard for fprobe event name