]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2025 16:13:09 +0000 (09:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2025 16:13:09 +0000 (09:13 -0700)
Pull misc perf events fixes from Ingo Molnar:

 - Use POLLERR for events in error state, instead of the ambiguous
   POLLHUP error value

 - Fix non-sampling (counting) events on certain x86 platforms

* tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/x86: Fix non-sampling (counting) events on certain x86 platforms
  perf/core: Change to POLLERR for pinned events with error


Trivial merge