This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 27f7463675 x86: Properly disable XSAVE related features [BZ #27605] new 4c4e90ccf8 linux: Implement fstatat with __fstatat64_time64 new 1fbffbda36 linux: Disable fstatat64 fallback if __ASSUME_STATX is defined new 5b980d4809 linux: Use statx for MIPSn64 new 6fbc0540de support: Add support_path_support_time64_value new f8466cc504 linux: Add y2106 support on utimensat tests
The 5 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: support/support.h | 11 ++- support/support_path_support_time64.c | 10 +-- sysdeps/unix/sysv/linux/fstatat.c | 49 +++---------- sysdeps/unix/sysv/linux/fstatat64.c | 81 ++++++++++++++++----- sysdeps/unix/sysv/linux/mips/kernel_stat.h | 4 ++ sysdeps/unix/sysv/linux/statx_cp.c | 29 -------- sysdeps/unix/sysv/linux/tst-futimens.c | 63 +++------------- sysdeps/unix/sysv/linux/tst-utime.c | 63 +++------------- sysdeps/unix/sysv/linux/tst-utimensat-skeleton.c | 91 ++++++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-utimes.c | 68 +++--------------- 10 files changed, 209 insertions(+), 260 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/tst-utimensat-skeleton.c