Searched hist:"965018 bea7ce79e1987b50ba9160cba957f015df" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | helper.h | diff 965018bea7ce79e1987b50ba9160cba957f015df Mon Feb 11 23:30:44 CST 2019 Richard Henderson <richard.henderson@linaro.org> target/s390x: Implement STCK et al for CONFIG_USER_ONLY
This is a non-privileged instruction that was only implemented for system mode. However, the stck instruction is used by glibc, so this was causing SIGILL for programs run under debian stretch.
Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20190212053044.29015-3-richard.henderson@linaro.org> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|