This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/glibc.
from 7df596a58c grep: egrep -> grep -E, fgrep -> grep -F adds 603e5c8ba7 Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h adds 828c72519f Declare timegm for ISO C2X adds 999835533b socket: Fix mistyped define statement in socket/sys/socket.h [...] adds 8521001731 scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant new 5082a287d5 x86_64: Add strstr function with 512-bit EVEX
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: elf/elf.h | 3 + scripts/glibcelf.py | 4 + socket/sys/socket.h | 2 +- sysdeps/x86_64/multiarch/Makefile | 2 + sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 + sysdeps/x86_64/multiarch/strstr-avx512.c | 214 +++++++++++++++++++++++++++++ sysdeps/x86_64/multiarch/strstr.c | 24 +++- time/time.h | 19 ++- 8 files changed, 264 insertions(+), 10 deletions(-) create mode 100644 sysdeps/x86_64/multiarch/strstr-avx512.c