This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O3 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 adds d2d12c7a98 tst-rtld-list-tunables.sh: Unset glibc tunables adds d46c51e9f9 i686: Regenerate ULPs adds a4efbf4475 posix/tst-rfc3484: Fix compile failure linking to local __stat64 adds 5d5d71b898 stdio-common: Add a few double formatting tests [BZ #27245] adds c4ad832276 nptl: Remove private futex optimization [BZ #27304] adds 2d8a22cdec manual: Correct description of ENTRY [BZ #17183] adds dfc3907cde Use binutils 2.36 branch in build-many-glibcs.py. adds 5ec029c883 argp: fix pointer-subtraction bug adds 1b3fc33f81 argp: Don't rely on undefined behaviour of _tolower(). adds e9f63b5126 argp: Don't pass invalid arguments to isspace, isalnum, isal [...] adds bbf15241db argp: Improve comments. adds 1e3d9c1e4d argp: Avoid undefined behaviour when invoking qsort(). adds 339f7fea92 Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h. adds 921e6f4198 printf: Add smoke tests for long double adds c3479fb793 nsswitch: return result when nss database is locked [BZ #27343] adds 5ab25c8875 x86: Add PTWRITE feature detection [BZ #27346]
No new revisions were added by this update.
Summary of changes: ChangeLog.old/ChangeLog.22 | 12846 +++++++++++++++++++ NEWS | 174 +- argp/argp-help.c | 379 +- 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 + elf/elf.h | 2 + .../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 + manual/platform.texi | 3 + manual/search.texi | 26 +- nss/nss_database.c | 3 +- po/sr.po | 6965 ++++++++++ posix/sysconf.c | 3 + posix/tst-rfc3484-2.c | 1 + posix/tst-rfc3484-3.c | 1 + posix/tst-rfc3484.c | 1 + scripts/build-many-glibcs.py | 2 +- signal/Makefile | 5 +- signal/signal.h | 1 + signal/tst-minsigstksz-5.c | 84 + stdio-common/tfformat.c | 30 +- stdio-common/tst-printf.c | 65 +- stdio-common/tst-printf.sh | 66 +- support/test-container.c | 26 + sysdeps/generic/ldsodefs.h | 3 + sysdeps/i386/fpu/libm-test-ulps | 10 +- sysdeps/mach/hurd/ioctl.c | 4 + sysdeps/nptl/lowlevellock-futex.h | 14 +- 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 | 15 +- sysdeps/x86/bits/platform/x86.h | 11 +- sysdeps/x86/cacheinfo.h | 4 + sysdeps/x86/cpu-features.c | 22 +- sysdeps/x86/dl-cacheinfo.h | 15 +- sysdeps/x86/dl-cet.c | 4 +- sysdeps/x86/dl-minsigstacksize.h | 27 + sysdeps/x86/include/cpu-features.h | 19 +- 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-cpu-features-cpuinfo-static.c | 1 + sysdeps/x86/tst-cpu-features-cpuinfo.c | 1 + sysdeps/x86/tst-cpu-features-supports-static.c | 1 + sysdeps/x86/tst-cpu-features-supports.c | 1 + sysdeps/x86/tst-get-cpu-features.c | 4 + .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 7 +- version.h | 2 +- 68 files changed, 21060 insertions(+), 242 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 create mode 100644 sysdeps/x86/tst-cpu-features-cpuinfo-static.c create mode 100644 sysdeps/x86/tst-cpu-features-supports-static.c