[LTP] [PATCH] syscalls: kill: Remove kill07
Li Wang
liwang@redhat.com
Thu Jun 12 03:52:24 CEST 2025
Ricardo B. Marlière via ltp <ltp@lists.linux.it> wrote:
From: Ricardo B. Marlière <rbm@suse.com>
>
> The test case description reads:
>
> "Test case to check that SIGKILL can not be caught."
>
> It makes use of sigaction() to set up a handler for SIGKILL, but
> according to its manual page:
>
> "EINVAL An invalid signal was specified. This will also be generated if an
> attempt is made to change the action for SIGKILL or SIGSTOP, which cannot
> be caught or ignored."
>
Or could we refactor kill07 to validate the EINVAL when changing action on
SIGKILL/SIGSTOP?
--
Regards,
Li Wang
More information about the ltp
mailing list