search for: __nr_clock_gettime64

Displaying 2 results from an estimated 2 matches for "__nr_clock_gettime64".

2022 May 06
9
[Bug 3430] New: 64 bit time and seccomp conflict
...2 bit time. OpenSSH in source code tries to figure which syscalls are supported by kernel and only supported syscalls are added as an allowed in seccomp (https://github.com/openssh/openssh-portable/blob/master/sandbox-seccomp-filter.c). Because kernel 4.14 doesn?t support syscalls for 64 bit time, __NR_clock_gettime64 is not added as a trusted syscall to seccomp. As a result OpenSSH process is killed by seccomp every time when it tries to use clock_gettime from glibc. -- You are receiving this mail because: You are watching the assignee of the bug.
2023 Nov 03
0
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...GNU Toolchain 12.3.1 (and 11.3.1 and 10.3-2021.07): % grep -r clock_gettime64 /opt/sysroots/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-linux-gnueabihf/ /opt/sysroots/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/syscall.h:#ifdef __NR_clock_gettime64 /opt/sysroots/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/syscall.h:# define SYS_clock_gettime64 __NR_clock_gettime64 /opt/sysroots/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/in...