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 e5f5dfdda2 x86_64: Add atanh with FMA new 8fc492bb42 x86: Skip XSAVE state size reset if ISA level requires XSAVE new df22af58f6 x86: Use separate variable for TLSDESC XSAVE/XSAVEC state si [...]
The 2 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: NEWS | 1 + sysdeps/x86/Makefile | 19 +++++++++++++++++++ sysdeps/x86/cpu-features.c | 16 +++++++++++----- sysdeps/x86/cpu-tunables.c | 2 ++ sysdeps/x86/dl-diagnostics-cpu.c | 2 ++ sysdeps/x86/include/cpu-features.h | 9 +++++++-- sysdeps/x86/tst-gnu2-tls2-x86-noxsave.c | 1 + sysdeps/x86/tst-gnu2-tls2-x86-noxsavec.c | 1 + sysdeps/x86/tst-gnu2-tls2-x86-noxsavexsavec.c | 1 + sysdeps/x86_64/dl-tlsdesc-dynamic.h | 2 +- 10 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 sysdeps/x86/tst-gnu2-tls2-x86-noxsave.c create mode 100644 sysdeps/x86/tst-gnu2-tls2-x86-noxsavec.c create mode 100644 sysdeps/x86/tst-gnu2-tls2-x86-noxsavexsavec.c