Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'perf/urgent' into perf/core, to pick up fixes

Signed-off-by: Ingo Molnar <mingo@kernel.org>

+3
+3
arch/x86/events/intel/lbr.c
··· 507 507 cpuc->lbr_entries[i].to = msr_lastbranch.to; 508 508 cpuc->lbr_entries[i].mispred = 0; 509 509 cpuc->lbr_entries[i].predicted = 0; 510 + cpuc->lbr_entries[i].in_tx = 0; 511 + cpuc->lbr_entries[i].abort = 0; 512 + cpuc->lbr_entries[i].cycles = 0; 510 513 cpuc->lbr_entries[i].reserved = 0; 511 514 } 512 515 cpuc->lbr_stack.nr = i;