This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a1735e0aa8 x86_64: Suppress false positive valgrind error new 9b7091415a x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers
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: sysdeps/unix/sysv/linux/x86_64/Makefile | 27 +++++++ sysdeps/unix/sysv/linux/x86_64/include/asm/prctl.h | 5 ++ .../sysv/linux/x86_64/tst-gnu2-tls2-amx-mod0.c | 2 + .../sysv/linux/x86_64/tst-gnu2-tls2-amx-mod1.c | 2 + .../sysv/linux/x86_64/tst-gnu2-tls2-amx-mod2.c | 2 + sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx.c | 83 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx.h | 63 ++++++++++++++++ sysdeps/x86/cpu-features-offsets.sym | 1 + sysdeps/x86/cpu-features.c | 55 +++++++++++++- sysdeps/x86/include/cpu-features.h | 2 + sysdeps/x86/sysdep.h | 18 ++++- sysdeps/x86_64/configure | 28 ++++++++ sysdeps/x86_64/configure.ac | 15 ++++ sysdeps/x86_64/dl-tlsdesc-dynamic.h | 2 +- 14 files changed, 299 insertions(+), 6 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx-mod0.c create mode 100644 sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx-mod1.c create mode 100644 sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx-mod2.c create mode 100644 sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx.c create mode 100644 sysdeps/unix/sysv/linux/x86_64/tst-gnu2-tls2-amx.h