RE: xsaves support broken?

2015-03-02 Thread Yu, Fenghua
> From: Hansen, Dave > On 03/02/2015 04:09 PM, Yu, Fenghua wrote: > > Xsaves has been tested by QA since 3.17 with or without MPX. I'm not > > aware of reported issues. > > > > But MPX is the only code to call the get_xsave_addr kernel API. > > Though it has been tested before on upstream MPX code.

Re: xsaves support broken?

2015-03-02 Thread Dave Hansen
On 03/02/2015 04:09 PM, Yu, Fenghua wrote: > Xsaves has been tested by QA since 3.17 with or without MPX. I'm not > aware of reported issues. > > But MPX is the only code to call the get_xsave_addr kernel API. > Though it has been tested before on upstream MPX code. Has it? I'm fairly sure I've

RE: xsaves support broken?

2015-03-02 Thread Yu, Fenghua
> From: Hansen, Dave > Sent: Monday, March 02, 2015 4:00 PM > > Hi Fenghua, > > I was testing some new MPX code, and realized that MPX had stopped > working completely. The prctl() failed to turn it on, which I tracked down > to a > 0 in "BNDCSR" where we expected to see an enable bit. > > I r

xsaves support broken?

2015-03-02 Thread Dave Hansen
Hi Fenghua, I was testing some new MPX code, and realized that MPX had stopped working completely. The prctl() failed to turn it on, which I tracked down to a 0 in "BNDCSR" where we expected to see an enable bit. I realized that I had managed to remove the "noxsaves" boot option from my kernel.