Basil L. Contovounesios [2021-10-11 21:39 +0100] wrote: > close 51073 28.1 > quit > > Philipp Stephani [2021-10-09 19:43 +0200] wrote: > >> I've pushed a new rule to emacs-28 (commit b497add971). At least for >> me that fixes the test. Does it work for you as well? > > Yes, works fine here. Thanks! After a several month hiatus from Emacs development, I'm now getting two SIGSYS failures in 'make test/emacs-tests' again on both emacs-28 and master (ERT backtraces and configuration info follow my signature). This time, 'sudo journalctl -g SECCOMP' mentions the following: Jan 21 15:47:02 tia audit[138481]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj==unconfined pid=138481 comm="emacs" exe="/home/blc/.local/src/emacs-nox/src/emacs" sig=31 arch=c000003e syscall=17 compat=0 ip=0x7fd745f3714a code=0x80000000 Jan 21 15:47:03 tia audit[138493]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj==unconfined pid=138493 comm="emacs" exe="/home/blc/.local/src/emacs-nox/src/emacs" sig=31 arch=c000003e syscall=439 compat=0 ip=0x7f46e8c30fc0 code=0x80000000 where AFAICT syscalls 17 and 439 correspond to pread64 and faccessat2, respectively. This is again confirmed by the ausearch ert-info when I run 'sudo make test/emacs-tests': Potentially relevant Seccomp audit events: ---- type=SECCOMP msg=audit(01/21/22 16:07:33.250:1144) : auid=blc uid=root gid=root ses=2 subj==unconfined pid=139780 comm=emacs exe=/home/blc/.local/src/emacs-nox/src/emacs sig=SIGSYS arch=x86_64 syscall=pread compat=0 ip=0x7fe7ba15c14a code=kill Potentially relevant Seccomp audit events: ---- type=SECCOMP msg=audit(01/21/22 16:07:33.250:1144) : auid=blc uid=root gid=root ses=2 subj==unconfined pid=139780 comm=emacs exe=/home/blc/.local/src/emacs-nox/src/emacs sig=SIGSYS arch=x86_64 syscall=pread compat=0 ip=0x7fe7ba15c14a code=kill ---- type=SECCOMP msg=audit(01/21/22 16:07:33.646:1154) : auid=blc uid=root gid=root ses=2 subj==unconfined pid=139795 comm=emacs exe=/home/blc/.local/src/emacs-nox/src/emacs sig=SIGSYS arch=x86_64 syscall=faccessat2 compat=0 ip=0x7f610b2dffc0 code=kill In contrast to the OP, I am now on Linux 5.15.0-2 and glibc 2.33-2. HTH. As always, let me know if you'd like me to test anything. Thanks, -- Basil