This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from eb948facd8 Fix typo in the name for Wednesday in Kurdish [BZ #9809] adds ec44e1efcd elf.h: Add R_RISCV_IRELATIVE adds 6c80c6e876 Add internal <file_change_detection.h> header file adds 6b89c385d8 io: Implement lchmod using fchmodat [BZ #14578] adds 752dd17443 Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PAT [...] adds 47136d6cc3 io: Add io/tst-lchmod covering lchmod and fchmodat adds 08aea89ef6 S390: Fix non-ascii character in fenv.h. adds 6cf6a91d05 Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET foll [...] adds 6721b9d52e Update translations adds eb447b7b4b elf: Allow dlopen of filter object to work [BZ #16272] adds 71bcfa6245 elf: avoid redundant sort in dlopen adds 0a8ce6a096 elf: avoid stack allocation in dl_open_worker adds f34c4d0f10 sunrpc: Properly clean up if tst-udp-timeout fails adds c953219420 alpha: Use generic gettimeofday implementation adds d3fbb18aa3 mips: Use 'long int' and 'long long int' in linux syscall code adds 4fbba6fe90 mips: Fix argument passing for inlined syscalls on Linux [BZ [...] adds 9333498794 Avoid ldbl-96 stack corruption from range reduction of pseud [...] adds 8a92214150 nss_compat: Do not use nss_* names for function pointers adds 499a92df8b nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS mac [...] adds 6978700688 nss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS adds ff10435963 nss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS adds 7e3987ab54 nss_db: Use NSS_DECLARE_MODULE_FUNCTIONS adds 680f109322 nss_files: Use NSS_DECLARE_MODULE_FUNCTIONS adds bd65a52a5f nss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS adds fd3540deff nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS adds d3436a7f32 alpha: Fix static gettimeofday symbol adds c10acd4026 math/test-sinl-pseudo: Use stack protector only if available adds 5e6efd3ec2 Use gcc -finput-charset=ascii for check-installed-headers. new fe7df8eb5e Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.
The 1 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: elf/Makefile | 18 +- elf/dl-deps.c | 39 +- elf/dl-open.c | 39 +- elf/elf.h | 3 +- elf/tst-auxobj-dlopen.c | 47 ++ sysdeps/mach/hurd/fchmodat.c => elf/tst-auxobj.c | 41 +- .../mips16-syscall0.c => elf/tst-filterobj-aux.c | 22 +- .../hurd/fchmodat.c => elf/tst-filterobj-dlopen.c | 38 +- .../tst-filterobj-filtee.c | 18 +- .../gettimeofday.c => elf/tst-filterobj-filtee.h | 14 +- .../mips16-syscall0.c => elf/tst-filterobj-flt.c | 18 +- .../mips16-syscall0.c => elf/tst-filterobj.c | 27 +- hesiod/nss_hesiod/hesiod-grp.c | 2 + hesiod/nss_hesiod/hesiod-proto.c | 2 + hesiod/nss_hesiod/hesiod-pwd.c | 2 + hesiod/nss_hesiod/hesiod-service.c | 2 + include/file_change_detection.h | 140 ++++ include/sys/stat.h | 1 + io/Makefile | 2 +- io/bits/statx-generic.h | 1 + io/fchmodat.c | 1 + io/lchmod.c | 10 +- io/tst-file_change_detection.c | 206 ++++++ io/tst-lchmod.c | 314 ++++++++ nis/nss-nisplus.h | 1 + nscd/aicache.c | 23 +- nss/nss.h | 203 +++++- nss/nss_compat/compat-grp.c | 56 +- nss/nss_compat/compat-initgroups.c | 73 +- nss/nss_compat/compat-pwd.c | 58 +- nss/nss_compat/compat-spwd.c | 46 +- nss/nss_db/db-init.c | 2 + nss/nss_db/db-initgroups.c | 1 - nss/nss_db/nss_db.h | 1 + nss/nss_files/files-alias.c | 2 + nss/nss_files/files-ethers.c | 3 + nss/nss_files/files-grp.c | 3 + nss/nss_files/files-hosts.c | 2 + nss/nss_files/files-init.c | 3 + nss/nss_files/files-initgroups.c | 3 + nss/nss_files/files-key.c | 2 + nss/nss_files/files-netgrp.c | 2 + nss/nss_files/files-network.c | 3 + nss/nss_files/files-proto.c | 2 + nss/nss_files/files-pwd.c | 3 + nss/nss_files/files-rpc.c | 2 + nss/nss_files/files-service.c | 2 + nss/nss_files/files-sgrp.c | 3 + nss/nss_files/files-spwd.c | 3 + po/be.po | 41 +- po/pt.po | 799 ++++++++++++++++++++- resolv/nss_dns/dns-canon.c | 2 + resolv/nss_dns/dns-host.c | 2 + resolv/nss_dns/dns-network.c | 2 + scripts/check-installed-headers.sh | 3 +- sunrpc/tst-udp-timeout.c | 18 +- sysdeps/ieee754/ldbl-96/Makefile | 5 +- sysdeps/ieee754/ldbl-96/e_rem_pio2l.c | 12 + .../ieee754/ldbl-96/test-sinl-pseudo.c | 43 +- sysdeps/mach/hurd/fchmodat.c | 1 + sysdeps/posix/getaddrinfo.c | 18 +- sysdeps/s390/fpu/bits/fenv.h | 4 +- sysdeps/unix/sysv/linux/alpha/bits/resource.h | 2 +- sysdeps/unix/sysv/linux/alpha/gettimeofday.c | 6 +- sysdeps/unix/sysv/linux/alpha/syscalls.list | 1 - sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 3 +- sysdeps/unix/sysv/linux/bits/resource.h | 2 +- sysdeps/unix/sysv/linux/fchmodat.c | 58 +- sysdeps/unix/sysv/linux/mips/bits/resource.h | 2 +- .../unix/sysv/linux/mips/mips32/mips-syscall5.S | 6 +- .../unix/sysv/linux/mips/mips32/mips-syscall6.S | 6 +- .../unix/sysv/linux/mips/mips32/mips-syscall7.S | 7 +- .../sysv/linux/mips/mips32/mips16/mips16-syscall.h | 64 +- .../linux/mips/mips32/mips16/mips16-syscall0.c | 4 +- .../linux/mips/mips32/mips16/mips16-syscall1.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall2.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall3.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall4.c | 6 +- sysdeps/unix/sysv/linux/mips/mips32/sysdep.h | 145 ++-- sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h | 121 ++-- sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h | 119 +-- sysdeps/unix/sysv/linux/mips/mips64/syscall.S | 2 +- sysdeps/unix/sysv/linux/mips/sysdep.h | 4 +- sysdeps/unix/sysv/linux/sparc/bits/resource.h | 2 +- time/gettimeofday.c | 8 +- 85 files changed, 2494 insertions(+), 551 deletions(-) create mode 100644 elf/tst-auxobj-dlopen.c copy sysdeps/mach/hurd/fchmodat.c => elf/tst-auxobj.c (53%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/mach/hurd/fchmodat.c => elf/tst-filterobj-dlopen.c (55%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/alpha/gettimeofday.c => elf/tst-filterobj-filtee.h (70%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] create mode 100644 include/file_change_detection.h create mode 100644 io/tst-file_change_detection.c create mode 100644 io/tst-lchmod.c copy io/fchmodat.c => sysdeps/ieee754/ldbl-96/test-sinl-pseudo.c (54%)