[PATCH 0/2] linux-user: Let sigaction query SIGKILL/SIGSTOP

Ilya Leoshkevich posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210601145600.3131040-1-iii@linux.ibm.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>
linux-user/signal.c              | 6 +++++-
tests/tcg/multiarch/linux-test.c | 9 +++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
[PATCH 0/2] linux-user: Let sigaction query SIGKILL/SIGSTOP
Posted by Ilya Leoshkevich 2 years, 10 months ago
valgrind fails to start under linux-user, one of the reasons being that
it tries to query all the sigactions, which qemu (unlike the real
kernel) doesn't allow for SIGKILL/SIGSTOP.

Patch 1 lifts this restriction, patch 2 adds a test.

Ilya Leoshkevich (2):
  linux-user: Let sigaction query SIGKILL/SIGSTOP
  tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOP

 linux-user/signal.c              | 6 +++++-
 tests/tcg/multiarch/linux-test.c | 9 +++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

-- 
2.31.1