This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 1d401d1fcc x86: use default cache size if it cannot be determined [BZ #28784] adds 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) new d084965adc realpath: Avoid overwriting preexisting error (CVE-2021-3998) new 3438bbca90 Linux: Detect user namespace support in io/tst-getcwd-smallbuff
The 2 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 | 10 + 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/powerpc/Makefile | 5 - sysdeps/powerpc/tst-set_ppr.c | 3 +- sysdeps/unix/sysv/linux/Makefile | 7 +- sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c | 259 +++++++++++++++++++++ 11 files changed, 553 insertions(+), 67 deletions(-) copy grp/tst-initgroups1.c => stdlib/tst-realpath-toolong.c (59%) create mode 100644 sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c