qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ilya Leoshkevich
Subject: [PATCH 0/2] linux-user: Let sigaction query SIGKILL/SIGSTOP
Date: Tue, 1 Jun 2021 16:55:58 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]