On Thu, Aug 01, 2013 at 03:31:55PM +0200, Peter Zijlstra wrote: > the branch_stack thing tests ATTACH_TASK, which should also be good, but > leaves me wonder wth they do for those that are attached to tasks.
Ah found it, in intel_pmu_lbr_enable() we test cpuc->lbr_context against event->ctx and wipe the LBR if they differ, that should indeed avoid the leak but isn't sufficient to guarantee sane data as the context swap for inherited counters can foil this. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/