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/gnu-release-arm-spec2k6-O3 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
No new revisions were added by this update.
Summary of changes: 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 +- 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 +- 18 files changed, 516 insertions(+), 452 deletions(-) create mode 100644 iconvdata/bug-iconv14.c