Commit abb91eed948f for kernel
commit abb91eed948fcdabc7360d57cc3d3a7fba75db67
Merge: 2f7ff5f5479b 88aed0422f39
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sun Sep 20 09:26:22 2026 -0700
Merge tag 'perf-urgent-2026-09-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf events fixes from Ingo Molnar:
- Fix crash when probing CS CALL instructions (Jinke Han)
- Fix NULL pointer crash during module unload (Vinay Belgaumkar)
* tag 'perf-urgent-2026-09-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf: Fix null pointer access in is_include_guest_event()
x86/kprobes: Fix crash when probing CS CALL instructions