This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from e8b9a4bcc2 aarch64: Do not link conform tests with -Wl,-z,force-bti (bu [...] new cdc1665bb1 aarch64: Disable ZA state of SME in setjmp and sigsetjmp new 51bcc73d95 aarch64: update tests for SME new 7af8db46d2 aarch64: define macro for calling __libc_arm_za_disable new 899ebf3569 aarch64: clear ZA state of SME before clone and clone3 syscalls new df3bcda9ac aarch64: tests for SME new 1c0ad5ea63 aarch64: fix cfi directives around __libc_arm_za_disable new a66680adf3 aarch64: fix includes in SME tests
The 7 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 | 54 ++++++++++ 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, 615 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