]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Sep 2025 02:17:07 +0000 (19:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Sep 2025 02:17:07 +0000 (19:17 -0700)
commitbf40f4b87761e2ec16efc8e49b9ca0d81f4115d8
tree094559be39a78056bdc2fd96de99923374a531f1
parentd0ca0df179c4b21e2a6c4a4fb637aa8fa14575cb
parent456c32e3c4316654f95f9d49c12cbecfb77d5660
Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes fixes from Masami Hiramatsu:

 - fprobe: Even if there is a memory allocation failure, try to remove
   the addresses recorded until then from the filter. Previously we just
   skipped it.

 - tracing: dynevent: Add a missing lockdown check on dynevent. This
   dynevent is the interface for all probe events. Thus if there is no
   check, any probe events can be added after lock down the tracefs.

* tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing: dynevent: Add a missing lockdown check on dynevent
  tracing: fprobe: Fix to remove recorded module addresses from filter