This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from c7cd626538 s390x: Fix segfault in wcsncmp [BZ #31934] new 602fff4efa Add AT_RSEQ_* from Linux 6.3 to elf.h new d36daa4c01 nptl: fix potential merge of __rseq_* relro symbols new f8a52d39c0 elf: Make dl-rseq-symbols Linux only new a180e82837 Linux: Make __rseq_size useful for feature detection (bug 31965)
The 4 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 | 6 +++ elf/elf.h | 3 ++ manual/threads.texi | 8 +++- sysdeps/nptl/dl-tls_init_tp.c | 12 +----- sysdeps/unix/sysv/linux/Makefile | 1 + sysdeps/unix/sysv/linux/dl-rseq-symbols.S | 64 +++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/rseq-internal.h | 23 ++++++++++- sysdeps/unix/sysv/linux/tst-rseq.c | 10 ++++- 8 files changed, 112 insertions(+), 15 deletions(-) create mode 100644 sysdeps/unix/sysv/linux/dl-rseq-symbols.S