https://github.com/torvalds/linux
Revision eb0ef8add5a3e98332f803737d18a384da7f9a74 authored by Linus Torvalds on 20 November 2022, 18:41:14 UTC, committed by Linus Torvalds on 20 November 2022, 18:41:14 UTC
Pull perf fixes from Borislav Petkov:

 - Fix an intel PT erratum where CPUs do not support single range output
   for more than 4K

 - Fix a NULL ptr dereference which can happen after an NMI interferes
   with the event enabling dance in amd_pmu_enable_all()

 - Free the events array too when freeing uncore contexts on CPU online,
   thereby fixing a memory leak

 - Improve the pending SIGTRAP check

* tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf/x86/intel/pt: Fix sampling using single range output
  perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling
  perf/x86/amd/uncore: Fix memory leak for events array
  perf: Improve missing SIGTRAP checking
2 parent s 6a211a7 + ce0d998
Raw File
Tip revision: eb0ef8add5a3e98332f803737d18a384da7f9a74 authored by Linus Torvalds on 20 November 2022, 18:41:14 UTC
Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: eb0ef8a
.gitattributes
*.c   diff=cpp
*.h   diff=cpp
*.dtsi diff=dts
*.dts  diff=dts
back to top