Re: [PATCH 01/22] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()

From: Sebastian Andrzej Siewior
Date: Tue Feb 05 2019 - 05:08:26 EST


On 2019-01-14 17:24:00 [+0100], Borislav Petkov wrote:
> > @@ -315,40 +313,33 @@ static int __fpu__restore_sig(void __user *buf, void __user *buf_fx, int size)
â
> > - sanitize_restored_xstate(tsk, &env, xfeatures, fx_only);
> > + sanitize_restored_xstate(state, &env,
> > + xfeatures, fx_only);
>
> Just let that one stick out - there are other lines in this file already
> longer than 80.
Didn't want to add more of these but okay.

> Notwithstanding, I don't see anything wrong with this patch.
>
> Acked-by: Borislav Petkov <bp@xxxxxxx>
Thanks.

Sebastian