Re: siginfo pid not populated from ptrace?
From: Tycho Andersen
Date: Mon Nov 12 2018 - 14:24:48 EST
On Mon, Nov 12, 2018 at 11:55:38AM -0700, Tycho Andersen wrote:
> I haven't manage to reproduce it on stock v4.20-rc2, unfortunately.
Ok, now I have,
seccomp_bpf.c:2736:global.syscall_restart:Expected getpid() (1493) == info._sifields._kill.si_pid (0)
global.syscall_restart: Test failed at step #22
That line number should match up with v4.20-rc2, but it's in a
different point in the test than the first failure I reported.
Tycho