Re: [PATCH] perf_events: improve DS/BTS/PEBS buffer allocation

From: Peter Zijlstra
Date: Mon Sep 13 2010 - 11:17:19 EST


On Mon, 2010-09-13 at 17:13 +0200, Stephane Eranian wrote:
> > For now I think you can not do this. vmalloc'ed memory can't be safely
> > accessed from NMIs in x86 because that might fault. And faults from NMIs
> > are not supported. They cause very bad things: return from fault calls
> > iret which reenables NMI, so NMI can nest but in the meantime there is
> > only one NMI stack, so that gets quickly messed up.
> >
> What kind of faults are you talking about here? TLB faults?

Page faults. vmalloc pte setup is lazy.
--
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/