commit | 1b17cb796f5d40ffa239c6926385abd83a77a49b | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Feb 19 15:29:05 2016 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Feb 22 09:29:35 2016 +0100 |
tree | c6c5fd79a1215194de5c685868830f190e2bf1e1 | |
parent | 342300cc9cd3428bc6bfe5809bfcc1b9a0f06702 [diff] |
s390/fpu: signals vs. floating point control register git commit 904818e2f229f3d94ec95f6932a6358c81e73d78 "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>