This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.32/master in repository glibc.
from c542253f49 Merge branch release/2.32/master into ibm/2.32/master adds 1a24bbd43e x86-64: Avoid rep movsb with short distance [BZ #27130] adds 2b4f67c2b3 Update for [BZ #27130] fix adds 87450ecf8a x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] adds 4c619b3eed x86: Check IFUNC definition in unrelocated executable [BZ #20019] adds 610e2c5150 aarch64: Fix missing BTI protection from dependencies [BZ #26926] adds c6090dcebd aarch64: align address for BTI protection [BZ #26988] adds b6eae83717 elf: Move note processing after l_phdr is updated adds 46e1e64fe3 elf: Pass the fd to note processing adds 33dc30bc83 aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] adds 082798622d __vfscanf_internal: fix aliasing violation (bug 26690) adds 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 new 41d591e7cd Merge branch release/2.32/master into ibm/2.32/master
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: NEWS | 3 + elf/Makefile | 4 +- elf/dl-load.c | 38 ++-- elf/dl-tunables.c | 56 +++--- elf/ifuncmain6pie.c | 14 +- elf/ifuncmod6.c | 8 +- elf/rtld.c | 4 +- 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 +- stdio-common/vfscanf-internal.c | 22 +-- 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/aarch64/dl-bti.c | 71 ++++++-- sysdeps/aarch64/dl-prop.h | 14 +- sysdeps/aarch64/linkmap.h | 2 +- sysdeps/aarch64/start.S | 1 + sysdeps/generic/dl-prop.h | 6 +- sysdeps/generic/ldsodefs.h | 5 +- sysdeps/i386/dl-machine.h | 16 +- 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/x86/Makefile | 6 + sysdeps/x86/dl-cet.c | 5 +- sysdeps/x86/dl-prop.h | 6 +- sysdeps/x86/tst-setjmp-cet.c | 1 + sysdeps/x86_64/dl-machine.h | 16 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 21 +++ 37 files changed, 688 insertions(+), 541 deletions(-) create mode 100644 iconvdata/bug-iconv14.c create mode 100644 sysdeps/x86/tst-setjmp-cet.c