]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Let sigaction query SIGKILL/SIGSTOP
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 1 Jun 2021 14:55:59 +0000 (16:55 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 20 Jun 2021 14:21:01 +0000 (16:21 +0200)
commitee3500d33a7431fbcc357a35ce1a46fcf13128cc
tree532679511c33d6989edf3a4d6f4094dc51ff79ad
parente10fbe8f34843891b18f68f76320b43606f4df69
linux-user: Let sigaction query SIGKILL/SIGSTOP

The kernel allows doing this, so let's allow this in qemu as well.
Valgrind relies on this.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210601145600.3131040-2-iii@linux.ibm.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/signal.c