This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibm/2.28/master in repository glibc.
from 148200bda3 Merge branch release/2.28/master into ibm/2.28/master adds 118fbee7a0 AArch64: Align ENTRY to a cacheline adds 4bd28df0b0 AArch64: Add optimized Q-register memcpy adds b915da29da AArch64: Improve backwards memmove performance adds 722c93572e aarch64: Increase small and medium cases for __memcpy_generic adds fe09348c4e [AArch64] Improve integer memcpy adds 98979f62b8 AArch64: Rename IS_ARES to IS_NEOVERSE_N1 adds e5dac996b9 AArch64: Use __memcpy_simd on Neoverse N2/V1 adds d81114e0aa aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] adds 56fbd0ba21 x86-64: Avoid rep movsb with short distance [BZ #27130] adds 4a68828e37 x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] adds 44fd8887d0 x86: Check IFUNC definition in unrelocated executable [BZ #20019] adds e9db77683e gconv: Fix assertion failure in ISO-2022-JP-3 module (bug 27256) new cde88e7398 Merge branch release/2.28/master into ibm/2.28/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 | 2 + elf/ifuncmain6pie.c | 14 +- elf/ifuncmod6.c | 8 +- iconvdata/Makefile | 4 +- iconvdata/bug-iconv14.c | 127 +++++++++++ iconvdata/iso-2022-jp-3.c | 67 ++++-- sysdeps/aarch64/dl-machine.h | 12 +- sysdeps/aarch64/memcpy.S | 211 ++++++++++-------- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 2 + sysdeps/aarch64/multiarch/memcpy.c | 8 +- sysdeps/aarch64/multiarch/memcpy_advsimd.S | 248 +++++++++++++++++++++ sysdeps/aarch64/multiarch/memmove.c | 6 +- sysdeps/aarch64/sysdep.h | 2 +- sysdeps/i386/dl-machine.h | 16 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 8 +- sysdeps/x86/Makefile | 6 + sysdeps/x86/dl-cet.c | 6 +- sysdeps/x86/tst-setjmp-cet.c | 1 + sysdeps/x86_64/dl-machine.h | 16 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 21 ++ 22 files changed, 632 insertions(+), 158 deletions(-) create mode 100644 iconvdata/bug-iconv14.c create mode 100644 sysdeps/aarch64/multiarch/memcpy_advsimd.S create mode 100644 sysdeps/x86/tst-setjmp-cet.c