Commit c10dc5c03e17 for kernel

commit c10dc5c03e17a9502325f3f49721a6058d162048
Merge: fe5881ed7293 169328645663
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jul 5 05:34:43 2026 -1000

    Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull perf events fixes from Ingo Molnar:

     - Fix a perf_event_attr::remove_on_exec bug for group events
       (Taeyang Lee)

     - Fix uprobes CALL emulation interaction with shadow stacks, and
       add a testcase for this (David Windsor)

     - Fix uprobes unregister bug (Jiri Olsa)

    * tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
      selftests/x86: Add shadow stack uprobe CALL test
      x86/uprobes: Keep shadow stack in sync for emulated CALLs
      perf/core: Detach event groups during remove_on_exec