This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O2-vs-O2_LTO in repository toolchain/ci/glibc.
from d3cb8f6222 aarch64: fix static PIE start code for BTI [BZ #27068] adds 760e1d2878 gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256) adds 1d45265691 nscd: Fix double free in netgroupcache [BZ #27462] adds 44b3959329 powerpc64: Workaround sigtramp vdso return call adds 778b8d3786 S390: Also check vector support in memmove ifunc-selector [B [...] adds c511c9bd05 support: Add capability to fork an sgid child adds 3c207c9c29 tst-env-setuid: Use support_capture_subprogram_self_sgid adds 36ae20e676 Enhance setuid-tunables test adds 0e49f103ad Fix SXID_ERASE behavior in setuid programs (BZ #27471) adds b936cdc7f7 support: Pass environ to child process adds 1799ac8eab support: Typo and formatting fixes adds ff75390ef5 Use __pthread_attr_copy in mq_notify (bug 27896) adds 16949aeaa0 Fix use of __pthread_attr_copy in mq_notify (bug 27896) adds 27e892f660 wordexp: handle overflow in positional parameter number (bug 28011) adds 737efa27fc x86_64: Remove unneeded static PIE check for undefined weak [...]
No new revisions were added by this update.
Summary of changes: NEWS | 4 + elf/Makefile | 2 - elf/dl-tunables.c | 56 ++++----- elf/tst-env-setuid-tunables.c | 118 ++++++++++++++---- elf/tst-env-setuid.c | 197 +++--------------------------- iconvdata/Makefile | 4 +- iconvdata/bug-iconv14.c | 127 ++++++++++++++++++++ iconvdata/iso-2022-jp-3.c | 67 ++++++++--- nscd/netgroupcache.c | 4 +- posix/wordexp-test.c | 1 + posix/wordexp.c | 2 +- stdlib/tst-secure-getenv.c | 199 +++---------------------------- support/capture_subprocess.h | 6 + support/subprocess.h | 5 + support/support_capture_subprocess.c | 128 +++++++++++++++++++- support/support_subprocess.c | 21 +++- sysdeps/powerpc/powerpc64/backtrace.c | 13 +- sysdeps/s390/configure | 8 +- sysdeps/s390/configure.ac | 8 +- sysdeps/s390/memmove.c | 2 +- sysdeps/s390/multiarch/ifunc-impl-list.c | 3 +- sysdeps/unix/sysv/linux/mq_notify.c | 24 +++- sysdeps/x86_64/configure | 33 ----- sysdeps/x86_64/configure.ac | 25 ---- 24 files changed, 540 insertions(+), 517 deletions(-) create mode 100644 iconvdata/bug-iconv14.c mode change 100644 => 100755 sysdeps/x86_64/configure