lkml.org 
[lkml]   [2012]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: ptrace && fpu_lazy_restore
forgot to mention just in case...

On 04/15, Oleg Nesterov wrote:
>
> --- x/arch/x86/kernel/i387.c~ 2012-04-09 20:12:12.000000000 +0200
> +++ x/arch/x86/kernel/i387.c 2012-04-15 01:34:09.000000000 +0200
> @@ -301,6 +301,8 @@ int xfpregs_set(struct task_struct *targ
>
> sanitize_i387_state(target);
>
> + target->thread.fpu.last_cpu = ~0;
> +
> ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
> &target->thread.fpu.state->fxsave, 0, -1);
>
> @@ -563,6 +565,8 @@ int fpregs_set(struct task_struct *targe
>
> sanitize_i387_state(target);
>
> + target->thread.fpu.last_cpu = ~0;
> +
> if (!HAVE_HWFP)
> return fpregs_soft_set(target, regset, pos, count, kbuf, ubuf);
>

with this hack the test-case works fine.

Oleg.



\
 
 \ /
  Last update: 2012-04-15 02:03    [W:0.091 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site