This is an automated email from git. It was generated because a ref change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated via ae2e0318d1b18534061706fe51528be1f484594c (commit) from 26ce610155d0bf856ea592389f602a9182b727fc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae2e0318d1b18534061706fe51528be1f484594c Author: Christian Ehrhardt <christian.ehrha...@canonical.com> Date: Fri Feb 12 10:19:55 2021 +0100 sys_linux: allow statx and fstatat64 in seccomp filter With glibc 2.33 on armhf statx and fstatat64 are triggered. Allow this call to un-break chrony on such platforms. Without this e.g. test 005-scfilter fails and with ltrace -rTS reports: a) 0.001684 SYS_397(11, 0xf75def08, 6144, 2047 <no return ...> 0.759239 +++ killed by SIGSYS +++ b) 0.003749 SYS_327(-100, 0xffdbcc3c, 0xffdbcb50, 0) 0.000821 --- SIGSYS (Bad system call) --- Current armhf syscalls from: https://github.com/torvalds/linux/blob/v5.10/arch/arm/tools/syscall.tbl Signed-off-by: Christian Ehrhardt <christian.ehrha...@canonical.com> ----------------------------------------------------------------------- Summary of changes: sys_linux.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- chrony/chrony.git -- To unsubscribe email chrony-dev-requ...@chrony.tuxfamily.org with "unsubscribe" in the subject. For help email chrony-dev-requ...@chrony.tuxfamily.org with "help" in the subject. Trouble? Email listmas...@chrony.tuxfamily.org.