[GIT PULL] perf events fixes
From: Ingo Molnar
Date: Sun Sep 20 2026 - 05:46:54 EST
Linus,
Please pull the latest perf/urgent Git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-urgent-2026-09-20
for you to fetch changes up to 88aed0422f39b22406f35f1e758cea25e7bbcfb5:
Perf events fixes:
- Fix crash when probing CS CALL instructions (Jinke Han)
- Fix NULL pointer crash during module unload (Vinay Belgaumkar)
Thanks,
Ingo
------------------>
Jinke Han (1):
x86/kprobes: Fix crash when probing CS CALL instructions
Vinay Belgaumkar (1):
perf: Fix null pointer access in is_include_guest_event()
arch/x86/include/asm/text-patching.h | 4 ++--
arch/x86/kernel/alternative.c | 6 ++++--
arch/x86/kernel/kprobes/core.c | 5 ++---
kernel/events/core.c | 4 ++++
4 files changed, 12 insertions(+), 7 deletions(-)