Re: [Patch V3] x86/ldt: correct fpu emulation access to ldt

2015-08-06 Thread Juergen Gross
On 08/06/2015 05:15 PM, Andy Lutomirski wrote: On Thu, Aug 6, 2015 at 2:21 AM, Juergen Gross wrote: Commit 37868fe113ff ("x86/ldt: Make modify_ldt synchronous") introduced a new struct ldt_struct anchored at mm->context.ldt. Adapt the x86 fpu emulation to use that new structure. Cc: # 37868f

Re: [Patch V3] x86/ldt: correct fpu emulation access to ldt

2015-08-06 Thread Andy Lutomirski
On Thu, Aug 6, 2015 at 2:21 AM, Juergen Gross wrote: > Commit 37868fe113ff ("x86/ldt: Make modify_ldt synchronous") introduced > a new struct ldt_struct anchored at mm->context.ldt. > > Adapt the x86 fpu emulation to use that new structure. > > Cc: # 37868fe113ff: x86/ldt: Make modify_ldt > sync