Commit 75218b7acec3 for kernel

commit 75218b7acec35b0306572bf5fdf179486d463c9e
Merge: 805185b7c7a1 c35eb77a6751
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jun 25 12:33:15 2026 -0700

    Merge tag 'trace-tools-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

    Pull rtla fixes from Steven Rostedt:

     - Fix and cleanup .gitignore

     - Fix pgrep filter in get_workload_pids.sh

       Fix parsing of kernel thread names in get_workload_pids() helper
       function. On some systems pgrep matches kernel thread names including
       the brackets (e.g. "[osnoise/0]") and other systems brackets are not
       included. Fix the tests to handle both.

    * tag 'trace-tools-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
      rtla/tests: Fix pgrep filter in get_workload_pids.sh
      rtla: Fix and clean up .gitignore