Re: [PATCH] selftests/seccomp: Remove SIGSTOP si_pid check

2018-12-11 Thread shuah
On 12/11/18 5:43 PM, Kees Cook wrote: On Thu, Dec 6, 2018 at 3:50 PM Kees Cook wrote: Commit f149b3155744 ("signal: Never allocate siginfo for SIGKILL or SIGSTOP") means that the seccomp selftest cannot check si_pid under SIGSTOP anymore. Since it's believed[1] there are no other userspace thi

Re: [PATCH] selftests/seccomp: Remove SIGSTOP si_pid check

2018-12-11 Thread Kees Cook
On Thu, Dec 6, 2018 at 3:50 PM Kees Cook wrote: > > Commit f149b3155744 ("signal: Never allocate siginfo for SIGKILL or SIGSTOP") > means that the seccomp selftest cannot check si_pid under SIGSTOP anymore. > Since it's believed[1] there are no other userspace things depending on the > old behavio

[PATCH] selftests/seccomp: Remove SIGSTOP si_pid check

2018-12-06 Thread Kees Cook
Commit f149b3155744 ("signal: Never allocate siginfo for SIGKILL or SIGSTOP") means that the seccomp selftest cannot check si_pid under SIGSTOP anymore. Since it's believed[1] there are no other userspace things depending on the old behavior, this removes the behavioral check in the selftest, since