Commit d9bf296c398d for kernel

commit d9bf296c398d093f9641568411dee16285302113
Merge: 62cda74c79da 5ef268cb7a0a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Mar 15 13:08:05 2026 -0700

    Merge tag 'probes-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

    Pull probes fixes from Masami Hiramatsu:

     - Avoid crash when rmmod/insmod after ftrace killed

       This fixes a kernel crash caused by kprobes on the symbol in a module
       which is unloaded after ftrace_kill() is called.

     - Remove unneeded warnings from __arm_kprobe_ftrace()

       Remove unneeded WARN messages which can be triggered if the kprobe is
       using ftrace and it fails to enable the ftrace. Since kprobes
       correctly handle such failure, we don't need to warn it.

    * tag 'probes-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
      kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()
      kprobes: avoid crash when rmmod/insmod after ftrace killed