This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ea5b996be9 replace use of double by float [BZ#29326] new b4b713bd89 aarch64: define macro for calling __libc_arm_za_disable new 27effb3d50 aarch64: clear ZA state of SME before clone and clone3 syscalls new ecb0fc2f0f aarch64: tests for SME
The 3 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 | 10 ++ sysdeps/aarch64/__longjmp.S | 12 +-- sysdeps/aarch64/setjmp.S | 12 +-- 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 | 7 +- sysdeps/aarch64/tst-sme-jmp.c | 7 +- sysdeps/aarch64/tst-sme-signal.c | 115 +++++++++++++++++++++ .../{tst-sme-za-state.c => tst-sme-skeleton.c} | 54 ++++------ .../aarch64/tst-sme-vfork.c | 40 ++++--- sysdeps/aarch64/tst-sme-za-state.c | 71 +------------ sysdeps/unix/sysv/linux/aarch64/clone.S | 3 + sysdeps/unix/sysv/linux/aarch64/clone3.S | 3 + sysdeps/unix/sysv/linux/aarch64/setcontext.S | 10 +- sysdeps/unix/sysv/linux/aarch64/sysdep.h | 37 +++++++ sysdeps/unix/sysv/linux/aarch64/vfork.S | 3 + 17 files changed, 378 insertions(+), 183 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-signal.c copy sysdeps/aarch64/{tst-sme-za-state.c => tst-sme-skeleton.c} (67%) copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-vfork.c (53%)