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