This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from aa601d0244 x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398] new e09e7b1492 support: Add support_socket_so_timestamp_time64 new e098446037 linux: Fix ancillary 64-bit time timestamp conversion (BZ #2 [...] new 489d0b8b32 Linux: Only generate 64 bit timestamps for 64 bit time_t rec [...] new 008003dc6e tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 3 + include/sys/socket.h | 10 +- support/Makefile | 1 + support/support.h | 4 + .../support_socket_so_timestamp_time64.c | 43 +-- sysdeps/unix/sysv/linux/Makefile | 9 + sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 14 +- sysdeps/unix/sysv/linux/recvmmsg.c | 36 ++- sysdeps/unix/sysv/linux/recvmsg.c | 34 ++- .../linux/tst-socket-timestamp-compat-time64.c | 1 + .../unix/sysv/linux/tst-socket-timestamp-compat.c | 265 ++++++++++++++++ .../unix/sysv/linux/tst-socket-timestamp-time64.c | 1 + sysdeps/unix/sysv/linux/tst-socket-timestamp.c | 336 +++++++++++++++++++++ 13 files changed, 709 insertions(+), 48 deletions(-) copy socket/sockaddr_un_set.c => support/support_socket_so_timestamp_time64.c (53%) create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-compat-time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp.c