]> exis.tech > repos - linux.git/commit
Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Jul 2026 15:34:43 +0000 (05:34 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 5 Jul 2026 15:34:43 +0000 (05:34 -1000)
commitc10dc5c03e17a9502325f3f49721a6058d162048
treee393af5a43ba67fadb80dd24f900d9dd262cf528
parentfe5881ed7293813e492ad165292ae652b676ff6c
parent169328645663bae30e9abad4012d52441e085a71
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