This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 6032ae6514 Update translations adds 04dff6fc0d x86: Properly set usable CET feature bits [BZ #26625] adds 570bb42376 NEWS: Add entry for glibc-hwcaps and deprecate legacy hwcaps adds d7f4f3f5fb NEWS: Mention CVE-2021-3326 (iconv assertion with ISO-20220-JP-3) adds a50a080f6b elf: Fix tests that rely on ld.so.cache for cross-compiling adds 934c48a05b NEWS: Fix typo in CVE-2021-3326 entry adds 730ad885ef Update translations adds 5e25920fb2 Update NEWS with bugs adds 9826b03b74 Prepare for glibc 2.33 release adds 2edf8f3d75 Open master branch for glibc 2.34 development adds 02d393f248 elf: Replace a --defsym trick with an object file to be comp [...] adds d5c8f98c5e tst-mallinfo2.c: Remove useless trailing semicolon for macro adds 36231bee7a hurd TIOCFLUSH: Cope BSD 4.1 semantic adds 6c57d32048 sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] adds fd4405747c hurd TIOCFLUSH: fix fixing argument adds f9be44c7e6 libSegFault: Fix printing signal number [BZ #27249] adds 57fb02b2cf Move _SC_MINSIGSTKSZ/_SC_SIGSTKSZ entry in NEWS adds 0ca21427d9 Add MS_NOSYMFOLLOW from Linux 5.10 to <sys/mount.h>. adds caa60b79f8 Fix version.h for glibc 2.34 development adds 6e02b3e932 x86: Adding an upper bound for Enhanced REP MOVSB. adds 9132010785 linux: Remove shmmax check from tst-sysvshm-linux new d2d12c7a98 tst-rtld-list-tunables.sh: Unset glibc tunables
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: ChangeLog.old/ChangeLog.22 | 12846 +++++++++++++++++++ NEWS | 174 +- bits/confname.h | 8 +- bits/sigstksz.h | 21 + debug/segfault.c | 2 +- elf/Makefile | 13 +- elf/dl-support.c | 5 + elf/dl-sysdep.c | 9 + .../ldconfig.run} | 0 .../ldconfig.run} | 0 elf/tst-rtld-list-tunables.sh | 11 + include/bits/sigstack.h | 5 + include/bits/sigstksz.h | 7 + include/features.h | 13 +- malloc/tst-mallinfo2.c | 2 +- manual/conf.texi | 21 + manual/creature.texi | 6 + po/sr.po | 6965 ++++++++++ posix/sysconf.c | 3 + signal/Makefile | 5 +- signal/signal.h | 1 + signal/tst-minsigstksz-5.c | 84 + support/test-container.c | 26 + sysdeps/generic/ldsodefs.h | 3 + sysdeps/mach/hurd/ioctl.c | 4 + sysdeps/unix/sysv/linux/bits/sigstksz.h | 33 + sysdeps/unix/sysv/linux/ia64/sysconf-sigstksz.h | 27 + sysdeps/unix/sysv/linux/sys/mount.h | 2 + sysdeps/unix/sysv/linux/sysconf-sigstksz.h | 38 + sysdeps/unix/sysv/linux/sysconf.c | 9 + sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 26 +- sysdeps/unix/sysv/linux/x86/dl-minsigstacksize.h | 83 + .../unix/sysv/linux/x86/include/bits/sigstack.h | 5 + sysdeps/x86/Makefile | 8 +- sysdeps/x86/cacheinfo.h | 4 + sysdeps/x86/cpu-features.c | 14 +- sysdeps/x86/dl-cacheinfo.h | 15 +- sysdeps/x86/dl-cet.c | 4 +- sysdeps/x86/dl-minsigstacksize.h | 27 + sysdeps/x86/include/cpu-features.h | 2 + sysdeps/x86/tst-cet-legacy-10-static.c | 1 + sysdeps/x86/tst-cet-legacy-10.c | 43 + sysdeps/x86/tst-cet-legacy-5.c | 11 +- sysdeps/x86/tst-cet-legacy-6.c | 11 +- sysdeps/x86/tst-cet-legacy-9-static.c | 1 + sysdeps/x86/tst-cet-legacy-9.c | 41 + sysdeps/x86/tst-get-cpu-features.c | 2 + .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 7 +- version.h | 2 +- 49 files changed, 20606 insertions(+), 44 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.22 create mode 100644 bits/sigstksz.h copy elf/{tst-glibc-hwcaps-2-cache.root/postclean.req => tst-glibc-hwcaps-prepend- [...] copy elf/{tst-glibc-hwcaps-2-cache.root/postclean.req => tst-ldconfig-ld_so_conf-u [...] create mode 100644 include/bits/sigstack.h create mode 100644 include/bits/sigstksz.h create mode 100644 po/sr.po create mode 100644 signal/tst-minsigstksz-5.c create mode 100644 sysdeps/unix/sysv/linux/bits/sigstksz.h create mode 100644 sysdeps/unix/sysv/linux/ia64/sysconf-sigstksz.h create mode 100644 sysdeps/unix/sysv/linux/sysconf-sigstksz.h create mode 100644 sysdeps/unix/sysv/linux/x86/dl-minsigstacksize.h create mode 100644 sysdeps/unix/sysv/linux/x86/include/bits/sigstack.h create mode 100644 sysdeps/x86/dl-minsigstacksize.h create mode 100644 sysdeps/x86/tst-cet-legacy-10-static.c create mode 100644 sysdeps/x86/tst-cet-legacy-10.c create mode 100644 sysdeps/x86/tst-cet-legacy-9-static.c create mode 100644 sysdeps/x86/tst-cet-legacy-9.c