This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/glibc.
from 976db046bc tst-realpath-toolong: Fix hurd build adds 114d07fd9a Add and use link-test-modules-rpath-link [BZ #28455] adds b5237c0746 elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676] adds e4c9268d15 elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688] adds d8d94863ef elf: Add a test for PT_LOAD segments with invalid p_align [B [...] adds 84d2d0fe20 realpath: Avoid overwriting preexisting error (CVE-2021-3998) adds 8442f0d966 Fix handling of unterminated bracket expressions in fnmatch [...] adds 5b8e7980c5 Linux: Detect user namespace support in io/tst-getcwd-smallbuff
No new revisions were added by this update.
Summary of changes: Makeconfig | 2 + Makerules | 1 + elf/Makefile | 46 +++++++++ elf/tst-elf-edit.h | 126 +++++++++++++++++++++++++ elf/tst-global2.c | 32 +++++++ elf/tst-globalmod2.c | 41 ++++++++ elf/tst-p_align.h | 20 ++++ elf/tst-p_align1.c | 27 ++++++ elf/tst-p_align2.c | 27 ++++++ elf/tst-p_align3.c | 27 ++++++ elf/tst-p_align3.sh | 27 ++++++ elf/tst-p_alignmod-base.c | 41 ++++++++ elf/tst-p_alignmod1-edit.c | 27 ++++++ elf/tst-p_alignmod2-edit.c | 27 ++++++ elf/tst-p_alignmod3.c | 25 +++++ posix/Makefile | 2 +- posix/fnmatch_loop.c | 9 +- posix/tst-fnmatch7.c | 37 ++++++++ stdlib/canonicalize.c | 2 +- sysdeps/unix/sysv/linux/tst-getcwd-smallbuff.c | 18 ++++ 20 files changed, 560 insertions(+), 4 deletions(-) create mode 100644 elf/tst-elf-edit.h create mode 100644 elf/tst-global2.c create mode 100644 elf/tst-globalmod2.c create mode 100644 elf/tst-p_align.h create mode 100644 elf/tst-p_align1.c create mode 100644 elf/tst-p_align2.c create mode 100644 elf/tst-p_align3.c create mode 100755 elf/tst-p_align3.sh create mode 100644 elf/tst-p_alignmod-base.c create mode 100644 elf/tst-p_alignmod1-edit.c create mode 100644 elf/tst-p_alignmod2-edit.c create mode 100644 elf/tst-p_alignmod3.c create mode 100644 posix/tst-fnmatch7.c