This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 38942a336b linux: Also check pkey_get for ENOSYS on tst-pkey (BZ 31996) new 1b3bd9a9a6 aarch64: Disable ZA state of SME in setjmp and sigsetjmp new 58cf4aa421 aarch64: update tests for SME new dbe1904b7c aarch64: define macro for calling __libc_arm_za_disable new d1d0d09e9e aarch64: clear ZA state of SME before clone and clone3 syscalls new d60f15dc89 aarch64: tests for SME new c1dc4412f8 aarch64: fix cfi directives around __libc_arm_za_disable new 0d05a895f1 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