This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.41/master in repository glibc.
from 580746904b x86: fix wmemset ifunc stray '!' (bug 33542) new 1f57ffdf35 aarch64: Disable ZA state of SME in setjmp and sigsetjmp new 97076e0cf1 aarch64: update tests for SME new 1a0ee26714 aarch64: define macro for calling __libc_arm_za_disable new 889ae4bdbb aarch64: clear ZA state of SME before clone and clone3 syscalls new e4ffcf32b9 aarch64: tests for SME new 5bf8ee7ad5 aarch64: fix cfi directives around __libc_arm_za_disable
The 6 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: sysdeps/aarch64/Makefile | 14 ++- sysdeps/aarch64/__longjmp.S | 19 +--- sysdeps/aarch64/setjmp.S | 6 ++ sysdeps/aarch64/tst-sme-clone.c | 53 ++++++++++ sysdeps/aarch64/tst-sme-clone3.c | 84 +++++++++++++++ .../aarch64/tst-sme-fork.c | 40 ++++--- sysdeps/aarch64/tst-sme-helper.h | 94 +++++++++++++++++ sysdeps/aarch64/tst-sme-jmp.c | 86 ++------------- sysdeps/aarch64/tst-sme-signal.c | 115 +++++++++++++++++++++ sysdeps/aarch64/tst-sme-skeleton.c | 101 ++++++++++++++++++ .../aarch64/tst-sme-vfork.c | 40 ++++--- sysdeps/aarch64/tst-sme-za-state.c | 52 ++++++++++ sysdeps/unix/sysv/linux/aarch64/clone.S | 3 + sysdeps/unix/sysv/linux/aarch64/clone3.S | 3 + sysdeps/unix/sysv/linux/aarch64/setcontext.S | 21 +--- sysdeps/unix/sysv/linux/aarch64/sysdep.h | 39 +++++++ sysdeps/unix/sysv/linux/aarch64/vfork.S | 3 + 17 files changed, 614 insertions(+), 159 deletions(-) create mode 100644 sysdeps/aarch64/tst-sme-clone.c create mode 100644 sysdeps/aarch64/tst-sme-clone3.c copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-fork.c (53%) create mode 100644 sysdeps/aarch64/tst-sme-helper.h create mode 100644 sysdeps/aarch64/tst-sme-signal.c create mode 100644 sysdeps/aarch64/tst-sme-skeleton.c copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-vfork.c (53%) create mode 100644 sysdeps/aarch64/tst-sme-za-state.c