[GIT PULL] perf events fixes
From: Ingo Molnar
Date: Sat Apr 26 2025 - 04:35:30 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-2025-04-26
# HEAD: 1a97fea9db9e9b9c4839d4232dde9f505ff5b4cc perf/x86: Fix non-sampling (counting) events on certain x86 platforms
Misc perf events fixes:
- Use POLLERR for events in error state, instead of
the ambiguous POLLHUP error value
- Fix non-sampling (counting) events on certain x86 platforms
Thanks,
Ingo
------------------>
Luo Gengkun (1):
perf/x86: Fix non-sampling (counting) events on certain x86 platforms
Namhyung Kim (1):
perf/core: Change to POLLERR for pinned events with error
arch/x86/events/core.c | 2 +-
kernel/events/core.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)