This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O3_LTO_VECT in repository toolchain/ci/glibc.
from 82b1acd9de powerpc: Fix unrecognized instruction errors with recent binutils adds 062ff490c1 support: Add helpers to create paths longer than PATH_MAX adds 269eb9d930 stdlib: Sort tests in Makefile adds 73c362840c stdlib: Fix formatting of tests list in Makefile adds f7a79879c0 realpath: Set errno to ENAMETOOLONG for result larger than P [...] adds 8c8a71c85f tst-realpath-toolong: Fix hurd build adds 472e799a5f getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999) adds d084965adc realpath: Avoid overwriting preexisting error (CVE-2021-3998) adds 3438bbca90 Linux: Detect user namespace support in io/tst-getcwd-smallbuff adds 1b9cd6a721 NEWS: add bug entry for BZ #28769 and BZ #28770 new b50d5b746c x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755] new 08beb3a3f4 x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755] new 72123e1b56 NEWS: Add a bug entry for BZ #28755
The 3 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 | 13 ++ stdlib/Makefile | 102 ++++++-- stdlib/canonicalize.c | 12 +- .../tst-realpath-toolong.c | 45 ++-- support/temp_file.c | 161 ++++++++++++- support/temp_file.h | 9 + sysdeps/posix/getcwd.c | 7 + sysdeps/unix/sysv/linux/Makefile | 7 +- sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c | 259 +++++++++++++++++++++ sysdeps/x86_64/multiarch/strcmp-avx2.S | 10 + sysdeps/x86_64/multiarch/strcmp-evex.S | 10 + 11 files changed, 574 insertions(+), 61 deletions(-) copy grp/tst-initgroups1.c => stdlib/tst-realpath-toolong.c (59%) create mode 100644 sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c