Merge tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2025 18:41:50 +0000 (10:41 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 16 Feb 2025 18:41:50 +0000 (10:41 -0800)
commitff1848d81ca63e49bce57c29ffb12c6539333ac4
tree85209d457aeeaf620700d05e9ecb81b820dae1f6
parentff3b373ecc88098103b6ae80d96d6527210b2e64
parentc631a2de7ae48d50434bdc205d901423f8577c65
Merge tag 'perf_urgent_for_v6.14_rc3' of git://git./linux/kernel/git/tip/tip

Pull x86 perf fixes from Borislav Petkov:

 - Explicitly clear DEBUGCTL.LBR to prevent LBRs continuing being
   enabled after handoff to the OS

 - Check CPUID(0x23) leaf and subleafs presence properly

 - Remove the PEBS-via-PT feature from being supported on hybrid systems

 - Fix perf record/top default commands on systems without a raw PMU
   registered

* tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/x86/intel: Ensure LBRs are disabled when a CPU is starting
  perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF
  perf/x86/intel: Clean up PEBS-via-PT on hybrid
  perf/x86/rapl: Fix the error checking order