RE: [PATCH v2 7/8] x86, perf: Only allow rdpmc if a perf_event is mapped

From: Hillf Danton
Date: Tue Oct 28 2014 - 00:08:17 EST


> >> Subject: Re: [PATCH v2 7/8] x86, perf: Only allow rdpmc if a perf_event is mapped
> >>
> > CPU D CPU A
> > switch_mm
> > load_mm_cr4
> > x86_pmu_event_unmapped
> >
> > I wonder if the X86_CR4_PCE set on CPU D is
> > cleared by CPU A by broadcasting IPI.
> >
>
> It should be okay. The IPI does:
>
> + if (current->mm)
> + load_mm_cr4(current->mm);
>
> which refers to the current task running on the targetted CPU, not to
> the IPI sender's task. So, if it happens after a context switch, it
> will harmlessly reload the new task's cr4.
>
Right, but prev != next is checked in switch_mm.

Hillf


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/