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-master-aarch64-spec2k6-O2 in repository toolchain/ci/glibc.
from ddcc612ce9 Exclude static tests for mcheck and malloc-check adds de2f68c3c7 hurd: _Fork: unlock malloc before calling fork child hooks adds fb1621a886 manual: Drop the .so suffix in libc_malloc_debug description adds 4aedc25f55 __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524] adds b8e8bb324a xmalloc: Fix warnings with gcc analyzer adds 70d08ba204 tests: use xmalloc to allocate implementation array adds 5f18453d1c build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration adds c25c32165d Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER adds 91cc803d27 x86-64: Add Avoid_Short_Distance_REP_MOVSB adds c37fc3ebf0 Update libc.pot for 2.34 release. adds 3908fa933a elf: Fix audit regression adds cfdaa29f66 NEWS: Fix typos, grammar, and missing words adds 2e2c08aa4d Update NEWS. adds e502942eb8 Update translations. adds 06eae99ab4 Update install.texi, and regenerate INSTALL. adds e39d2b84a2 po/nl.po: Update Dutch translation. adds cdf4cd5e60 Prepare for glibc 2.34 release. adds ae37d06c7d Update ChangeLog.old/ChangeLog.23. adds a85c93c424 Open master branch for glibc 2.35 development adds 4165dd2e95 Remove obsolete comments/name from acos-inputs, since slow p [...] adds db737c79c6 Remove obsolete comments/name from several benchtest input files. adds 6069826312 nis: Fix leak on realloc failure in nis_getnames [BZ #28150] adds 2ee9b24f47 Fix build of nptl/tst-thread_local1.cc with GCC 12 adds b0234d79e7 ldconfig: avoid leak on empty paths in config file adds 5f9b78fe35 gconv_parseconfdir: Fix memory leak adds 1e0e6d656d iconv_charmap: Close output file when done adds 45caed9d67 copy_and_spawn_sgid: Avoid double calls to close() adds 77a34079d8 gaiconf_init: Avoid double-free in label and precedence lists adds df183287ff hurd: Avoid spurious warning adds b17e842a60 gethosts: Remove unused argument _type adds ac30324c67 test-dlclose-exit-race: avoid hang on pthread_create error adds 5b86241a03 linux: Add sparck brk implementation adds c52eb066bc Update sparc libm-test-ulps adds 3d9a539ee6 rt: Set the correct message queue for tst-mqueue10 adds 505a964ae0 tst-mxfast: Don't run with mcheck adds fb89489636 Add INADDR_DUMMY from Linux 5.13 to netinet/in.h adds c87fcacc50 Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 ( [...] new e4ca6de1bc powerpc64: Replace some PPC_FEATURE_HAS_VSX with PPC_FEATURE [...] new f2a15dd668 powerpc64: Check cacheline size before using optimised memse [...] new 60b4dd2579 powerpc64: Add checks for Altivec and VSX in ifunc selection
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: ChangeLog.old/ChangeLog.23 | 32243 +++++++++++++++++++ INSTALL | 8 +- NEWS | 225 +- benchtests/acos-inputs | 3 - benchtests/asin-inputs | 3 - benchtests/atan-inputs | 3 - benchtests/bench-string.h | 5 +- benchtests/cos-inputs | 3 - benchtests/pow-inputs | 4 - benchtests/sin-inputs | 3 - benchtests/tan-inputs | 7 - elf/Makefile | 12 +- elf/dl-open.c | 11 +- elf/ldconfig.c | 6 +- elf/{tst-main1mod.c => tst-audit17.c} | 4 +- elf/{dl-diagnostics-cpu.c => tst-auditmod17.c} | 9 +- hurd/hurdselect.c | 2 +- iconv/gconv_parseconfdir.h | 9 +- iconv/iconv_charmap.c | 2 + include/features.h | 2 +- include/programs/xmalloc.h | 9 +- inet/netinet/in.h | 3 + io/fcntl.h | 8 +- malloc/Makefile | 3 +- manual/install.texi | 8 +- manual/memory.texi | 6 +- manual/tunables.texi | 2 +- misc/sys/cdefs.h | 10 + misc/sys/ioctl.h | 4 +- nis/nis_subr.c | 8 +- nptl/tst-thread_local1.cc | 1 + po/be.po | 314 +- po/bg.po | 484 +- po/ca.po | 398 +- po/cs.po | 490 +- po/da.po | 366 +- po/de.po | 476 +- po/el.po | 94 +- po/eo.po | 222 +- po/es.po | 390 +- po/fi.po | 358 +- po/fr.po | 406 +- po/gl.po | 306 +- po/hr.po | 406 +- po/hu.po | 118 +- po/ia.po | 360 +- po/id.po | 366 +- po/it.po | 368 +- po/ja.po | 368 +- po/ko.po | 480 +- po/libc.pot | 416 +- po/lt.po | 158 +- po/nb.po | 150 +- po/nl.po | 484 +- po/pl.po | 480 +- po/pt.po | 406 +- po/pt_BR.po | 406 +- po/ru.po | 406 +- po/rw.po | 4 +- po/sk.po | 314 +- po/sl.po | 306 +- po/sr.po | 406 +- po/sv.po | 482 +- po/tr.po | 492 +- po/uk.po | 480 +- po/vi.po | 398 +- po/zh_CN.po | 398 +- po/zh_TW.po | 406 +- rt/tst-mqueue10.c | 4 +- scripts/build-many-glibcs.py | 10 + stdlib/cxa_thread_atexit_impl.c | 4 + stdlib/test-dlclose-exit-race.c | 14 +- string/test-string.h | 5 +- support/support.h | 24 +- support/support_capture_subprocess.c | 1 + sysdeps/mach/hurd/_Fork.c | 1 + sysdeps/posix/getaddrinfo.c | 8 +- sysdeps/powerpc/powerpc64/multiarch/bzero.c | 6 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 157 +- sysdeps/powerpc/powerpc64/multiarch/memchr.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/memcmp.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/memcpy.c | 7 +- sysdeps/powerpc/powerpc64/multiarch/memmove.c | 3 +- sysdeps/powerpc/powerpc64/multiarch/mempcpy.c | 3 +- sysdeps/powerpc/powerpc64/multiarch/memrchr.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/memset.c | 16 +- sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/stpcpy.c | 9 +- sysdeps/powerpc/powerpc64/multiarch/stpncpy.c | 2 +- sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c | 2 +- sysdeps/powerpc/powerpc64/multiarch/strcasestr.c | 3 +- sysdeps/powerpc/powerpc64/multiarch/strcat.c | 6 +- sysdeps/powerpc/powerpc64/multiarch/strchr.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strchrnul.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strcmp.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strcpy.c | 9 +- sysdeps/powerpc/powerpc64/multiarch/strcspn.c | 3 +- sysdeps/powerpc/powerpc64/multiarch/strlen.c | 11 +- sysdeps/powerpc/powerpc64/multiarch/strncase.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strncase_l.c | 2 +- sysdeps/powerpc/powerpc64/multiarch/strncat.c | 6 +- sysdeps/powerpc/powerpc64/multiarch/strncmp.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strncpy.c | 2 +- sysdeps/powerpc/powerpc64/multiarch/strnlen.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strrchr.c | 5 +- sysdeps/powerpc/powerpc64/multiarch/strspn.c | 3 +- sysdeps/powerpc/powerpc64/multiarch/strstr.c | 2 +- sysdeps/sparc/fpu/libm-test-ulps | 2 +- sysdeps/unix/sysv/linux/clone-internal.c | 2 +- sysdeps/unix/sysv/linux/i386/sysdep.h | 2 +- sysdeps/unix/sysv/linux/{ => sparc}/brk.c | 19 +- sysdeps/unix/sysv/linux/sys/prctl.h | 2 +- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 +- sysdeps/x86/cacheinfo.h | 9 + sysdeps/x86/cpu-features.c | 5 + .../cpu-features-preferred_feature_index_1.def | 1 + sysdeps/x86/sysdep.h | 5 + .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 5 + version.h | 2 +- 120 files changed, 39811 insertions(+), 6616 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.23 copy elf/{tst-main1mod.c => tst-audit17.c} (88%) copy elf/{dl-diagnostics-cpu.c => tst-auditmod17.c} (86%) copy sysdeps/unix/sysv/linux/{ => sparc}/brk.c (76%)