Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-12 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 issues in the first > implementation. > > Changes since Version 5: > > Patch 1, 2 - Change names to fpu_user_xstate_size and

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-12 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 issues in the first > implementation. > > Changes since Version 5: > > Patch 1, 2 - Change names to fpu_user_xstate_size and fpu_kernel_xstate_size; >

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-11 Thread Borislav Petkov
On Wed, May 11, 2016 at 01:03:37PM -0700, Yu-cheng Yu wrote: > There are no actual functional changes. I wanted to respond to > comments quickly. This is not how you respond to comments quickly - you wait roughly a week until people have had time to review the whole thing and *then* you send

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-11 Thread Borislav Petkov
On Wed, May 11, 2016 at 01:03:37PM -0700, Yu-cheng Yu wrote: > There are no actual functional changes. I wanted to respond to > comments quickly. This is not how you respond to comments quickly - you wait roughly a week until people have had time to review the whole thing and *then* you send

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-11 Thread Yu-cheng Yu
On Wed, May 11, 2016 at 06:17:41AM +0200, Borislav Petkov wrote: > Please, for the future, do send your patchset roughly only once a week - > you just sent v5 a day or two ago without giving proper time to people > (me?) to review them all. Consult Documentation/SubmittingPatches if > there are

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-11 Thread Yu-cheng Yu
On Wed, May 11, 2016 at 06:17:41AM +0200, Borislav Petkov wrote: > Please, for the future, do send your patchset roughly only once a week - > you just sent v5 a day or two ago without giving proper time to people > (me?) to review them all. Consult Documentation/SubmittingPatches if > there are

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-10 Thread Borislav Petkov
On Tue, May 10, 2016 at 04:29:52PM -0700, Yu-cheng Yu wrote: > XSAVES is a kernel-mode instruction. It offers a compacted format and > memory-write optimization. These patches fix issues in the first > implementation. > > Changes since Version 5: Please, for the future, do send your patchset

Re: [PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-10 Thread Borislav Petkov
On Tue, May 10, 2016 at 04:29:52PM -0700, Yu-cheng Yu wrote: > XSAVES is a kernel-mode instruction. It offers a compacted format and > memory-write optimization. These patches fix issues in the first > implementation. > > Changes since Version 5: Please, for the future, do send your patchset

[PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-10 Thread Yu-cheng Yu
XSAVES is a kernel-mode instruction. It offers a compacted format and memory-write optimization. These patches fix issues in the first implementation. Changes since Version 5: Patch 1, 2 - Change names to fpu_user_xstate_size and fpu_kernel_xstate_size; fix some comments, etc.

[PATCH v6 00/13] x86/xsaves: Fix XSAVES issues

2016-05-10 Thread Yu-cheng Yu
XSAVES is a kernel-mode instruction. It offers a compacted format and memory-write optimization. These patches fix issues in the first implementation. Changes since Version 5: Patch 1, 2 - Change names to fpu_user_xstate_size and fpu_kernel_xstate_size; fix some comments, etc.