x86/fpu: Reset state for all signal restore failures
authorThomas Gleixner <tglx@linutronix.de>
Wed, 9 Jun 2021 19:18:00 +0000 (21:18 +0200)
committerBorislav Petkov <bp@suse.de>
Thu, 10 Jun 2021 06:04:24 +0000 (08:04 +0200)
commitefa165504943f2128d50f63de0c02faf6dcceb0d
tree2bd01cbb7e1e6f455394dfaa058997e30c38c3cc
parent510b80a6a0f1a0d114c6e33bcea64747d127973c
x86/fpu: Reset state for all signal restore failures

If access_ok() or fpregs_soft_set() fails in __fpu__restore_sig() then the
function just returns but does not clear the FPU state as it does for all
other fatal failures.

Clear the FPU state for these failures as well.

Fixes: 72a671ced66d ("x86, fpu: Unify signal handling code paths for x86 and x86_64 kernels")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: stable@vger.kernel.org
Link: https://lkml.kernel.org/r/87mtryyhhz.ffs@nanos.tec.linutronix.de
arch/x86/kernel/fpu/signal.c