Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/fpu: signals vs. floating point control register
git commit 904818e "s390/kernel: introduce fpu-internal.h with fpu helper functions" introduced the fpregs_store / fp_regs_load helper. These function fail to save and restore the floating pointer control registers. The effect is that the FPC is not correctly handled on signal delivery and signal return. Cc: stable@vger.kernel.org # 4.4 Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
- Loading branch information