This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.36/master in repository glibc.
from a70c55a91b s390x: Fix segfault in wcsncmp [BZ #31934] new 61da55a07f Add AT_RSEQ_* from Linux 6.3 to elf.h new 72f4c0533c nptl: fix potential merge of __rseq_* relro symbols new bce1d80721 elf: Make dl-rseq-symbols Linux only new b0471d1605 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