Re: [PATCH 00/10] x86/xsaves: Fix XSAVES known issues

2016-02-24 Thread Yu-cheng Yu
On Wed, Feb 24, 2016 at 09:43:36AM +0100, Ingo Molnar wrote: > > Small housekeeping request: could you please make sure your series is > properly > threaded for email clients? This submission was sent as singular patches, > without > any References header. > > I don't even know how you

Re: [PATCH 00/10] x86/xsaves: Fix XSAVES known issues

2016-02-24 Thread Yu-cheng Yu
On Wed, Feb 24, 2016 at 09:43:36AM +0100, Ingo Molnar wrote: > > Small housekeeping request: could you please make sure your series is > properly > threaded for email clients? This submission was sent as singular patches, > without > any References header. > > I don't even know how you

Re: [PATCH 00/10] x86/xsaves: Fix XSAVES known issues

2016-02-24 Thread Ingo Molnar
* Yu-cheng Yu wrote: > XSAVES is a kernel-mode instruction. It offers a compacted format and > memory-write optimization. These patches fix known issues in the first > implementation. They are intended for discussion and getting feedback > before actually getting applied.

Re: [PATCH 00/10] x86/xsaves: Fix XSAVES known issues

2016-02-24 Thread Ingo Molnar
* Yu-cheng Yu wrote: > XSAVES is a kernel-mode instruction. It offers a compacted format and > memory-write optimization. These patches fix known issues in the first > implementation. They are intended for discussion and getting feedback > before actually getting applied. > > Patch 1, 2, and

[PATCH 00/10] x86/xsaves: Fix XSAVES known issues

2016-02-22 Thread Yu-cheng Yu
XSAVES is a kernel-mode instruction. It offers a compacted format and memory-write optimization. These patches fix known issues in the first implementation. They are intended for discussion and getting feedback before actually getting applied. Patch 1, 2, and 4 are for converting between

[PATCH 00/10] x86/xsaves: Fix XSAVES known issues

2016-02-22 Thread Yu-cheng Yu
XSAVES is a kernel-mode instruction. It offers a compacted format and memory-write optimization. These patches fix known issues in the first implementation. They are intended for discussion and getting feedback before actually getting applied. Patch 1, 2, and 4 are for converting between