[PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Yu-cheng Yu
** Based on tip/master ** This is Part 1 of previous 13 XSAVES patches. Break it down to smaller series. There are no code changes; only minor fixes in the titles. Fenghua Yu (3): x86/fpu/xstate: Define and use fpu_user_xstate_size x86/fpu/xstate: Rename xstate_size to fpu_kernel_xstate_size

[PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Yu-cheng Yu
** Based on tip/master ** This is Part 1 of previous 13 XSAVES patches. Break it down to smaller series. There are no code changes; only minor fixes in the titles. Fenghua Yu (3): x86/fpu/xstate: Define and use fpu_user_xstate_size x86/fpu/xstate: Rename xstate_size to fpu_kernel_xstate_size

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Ingo Molnar
* Yu-cheng Yu wrote: > On Fri, May 20, 2016 at 09:12:00AM +0200, Ingo Molnar wrote: > > Hm, the series does not apply cleanly: > > > > patching file arch/x86/include/asm/fpu/xstate.h > > patching file arch/x86/include/asm/processor.h > > patching file

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Ingo Molnar
* Yu-cheng Yu wrote: > On Fri, May 20, 2016 at 09:12:00AM +0200, Ingo Molnar wrote: > > Hm, the series does not apply cleanly: > > > > patching file arch/x86/include/asm/fpu/xstate.h > > patching file arch/x86/include/asm/processor.h > > patching file arch/x86/kernel/fpu/init.c > >

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Yu-cheng Yu
On Fri, May 20, 2016 at 09:12:00AM +0200, Ingo Molnar wrote: > patching file arch/x86/include/asm/fpu/xstate.h > patching file arch/x86/include/asm/processor.h > patching file arch/x86/kernel/fpu/init.c > patching file arch/x86/kernel/fpu/signal.c > patching file arch/x86/kernel/fpu/xstate.c

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Yu-cheng Yu
On Fri, May 20, 2016 at 09:12:00AM +0200, Ingo Molnar wrote: > patching file arch/x86/include/asm/fpu/xstate.h > patching file arch/x86/include/asm/processor.h > patching file arch/x86/kernel/fpu/init.c > patching file arch/x86/kernel/fpu/signal.c > patching file arch/x86/kernel/fpu/xstate.c

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Yu-cheng Yu
On Fri, May 20, 2016 at 09:12:00AM +0200, Ingo Molnar wrote: > Hm, the series does not apply cleanly: > > patching file arch/x86/include/asm/fpu/xstate.h > patching file arch/x86/include/asm/processor.h > patching file arch/x86/kernel/fpu/init.c > patching file arch/x86/kernel/fpu/signal.c >

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Yu-cheng Yu
On Fri, May 20, 2016 at 09:12:00AM +0200, Ingo Molnar wrote: > Hm, the series does not apply cleanly: > > patching file arch/x86/include/asm/fpu/xstate.h > patching file arch/x86/include/asm/processor.h > patching file arch/x86/kernel/fpu/init.c > patching file arch/x86/kernel/fpu/signal.c >

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Ingo Molnar
* Yu-cheng Yu wrote: > This is Part 1 of previous 13 XSAVES patches. Break it down to > smaller series. There are no code changes; only minor fixes in > the titles. > > Fenghua Yu (3): > x86/fpu/xstate: Define and use fpu_user_xstate_size > x86/fpu/xstate: Rename

Re: [PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-20 Thread Ingo Molnar
* Yu-cheng Yu wrote: > This is Part 1 of previous 13 XSAVES patches. Break it down to > smaller series. There are no code changes; only minor fixes in > the titles. > > Fenghua Yu (3): > x86/fpu/xstate: Define and use fpu_user_xstate_size > x86/fpu/xstate: Rename xstate_size to

[PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-12 Thread Yu-cheng Yu
This is Part 1 of previous 13 XSAVES patches. Break it down to smaller series. There are no code changes; only minor fixes in the titles. Fenghua Yu (3): x86/fpu/xstate: Define and use fpu_user_xstate_size x86/fpu/xstate: Rename xstate_size to fpu_kernel_xstate_size to distinguish from

[PATCH 0/4] x86/fpu/state: Fix XSAVES issues - Part 1

2016-05-12 Thread Yu-cheng Yu
This is Part 1 of previous 13 XSAVES patches. Break it down to smaller series. There are no code changes; only minor fixes in the titles. Fenghua Yu (3): x86/fpu/xstate: Define and use fpu_user_xstate_size x86/fpu/xstate: Rename xstate_size to fpu_kernel_xstate_size to distinguish from