diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2023-11-10 11:37:43 -0800 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2023-11-19 10:56:26 -0800 |
commit | 1b173d06068c4a4e93fad88205399232925967a4 (patch) | |
tree | c851d9c82970ab9e4bd3ee7643aeac2dd9ccc78a /hw/ide | |
parent | 9c673a41eefc50f1cb2fe3c083e7de842c7d276a (diff) |
linux-user: xtensa: fix signal delivery in FDPIC
In FDPIC signal handlers are passed around as FD pointers. Actual code
address and GOT pointer must be fetched from memory by the QEMU code
that implements kernel signal delivery functionality. This change is
equivalent to the following kernel change:
9c2cc74fb31e ("xtensa: fix signal delivery to FDPIC process")
Cc: qemu-stable@nongnu.org
Fixes: d2796be69d7c ("linux-user: add support for xtensa FDPIC")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'hw/ide')
0 files changed, 0 insertions, 0 deletions