On Wed, Sep 17, 2014 at 09:43:09PM -0700, Dave Hansen wrote: > On 09/17/2014 08:23 PM, Kevin Easton wrote: > > I was actually thinking that the kernel would take care of the xsave / > > xrstor (for current), updating tsk->thread.fpu.state (for non-running > > threads) and sending an IPI for threads running on other CPUs. > > > > Of course userspace can always then manually change the bounds directory > > address itself, but then it's quite clear that they're doing something > > unsupported. Just an idea, anyway. > > What's the benefit of that? > > As it stands now, MPX is likely to be enabled well before any threads > are created, and the MPX enabling state will be inherited by the new > thread at clone() time. The current mechanism allows a thread to > individually enable or disable MPX independently of the other threads. > > I think it makes it both more complicated and less flexible.
I was assuming that if an application did want to enable MPX after threads had already been created, it would generally want to enable it simultaneously across all threads. This would be a lot easier for the kernel than for the application. - Kevin -- 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/