linux-stable/arch/arm/vfp
Julien Thierry 19c186ab4e ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc
Commit 5df7a99bdd upstream.

In vfp_preserve_user_clear_hwstate, ufp_exc->fpinst2 gets assigned to
itself. It should actually be hwstate->fpinst2 that gets assigned to the
ufp_exc field.

Fixes commit 3aa2df6ec2 ("ARM: 8791/1:
vfp: use __copy_to_user() when saving VFP state").

Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Julien Thierry <julien.thierry@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: David A. Long <dave.long@linaro.org>
Reviewed-by: Julien Thierry <julien.thierry@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-02-20 10:25:37 +01:00
..
entry.S
Makefile ARM: 8782/1: vfp: clean up arch/arm/vfp/Makefile 2018-07-30 11:45:50 +01:00
vfp.h
vfpdouble.c
vfphw.S
vfpinstr.h
vfpmodule.c ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc 2019-02-20 10:25:37 +01:00
vfpsingle.c