Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Thomas Gleixner: "Two perf fixes: - Do not check the LBR_TOS MSR when setting up unrelated LBR MSRs as this can cause malfunction when TOS is not supported - Allocate the LBR XSAVE buffers along with the DS buffers upfront because allocating them when adding an event can deadlock" * tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic context perf/x86: Avoid touching LBR_TOS MSR for Arch LBR
No related branches found
No related tags found
Showing
- arch/x86/events/core.c 4 additions, 2 deletionsarch/x86/events/core.c
- arch/x86/events/intel/core.c 1 addition, 1 deletionarch/x86/events/intel/core.c
- arch/x86/events/intel/lbr.c 20 additions, 6 deletionsarch/x86/events/intel/lbr.c
- arch/x86/events/perf_event.h 6 additions, 0 deletionsarch/x86/events/perf_event.h
Loading
Please register or sign in to comment