]> sourceware.org Git - glibc.git/commit
Linux: Make __rseq_size useful for feature detection (bug 31965)
authorFlorian Weimer <fweimer@redhat.com>
Mon, 8 Jul 2024 19:14:00 +0000 (21:14 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 9 Jul 2024 17:33:37 +0000 (19:33 +0200)
commit2e456ccf0c34a056e3ccafac4a0c7effef14d918
treef8850016fc638b37f5edb32a729bb023d8084fa6
parent7e7f35278cf5980f6eb1ddd384217a04a5293bc8
Linux: Make __rseq_size useful for feature detection (bug 31965)

The __rseq_size value is now the active area of struct rseq
(so 20 initially), not the full struct size including padding
at the end (32 initially).

Update misc/tst-rseq to print some additional diagnostics.

Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
NEWS
manual/threads.texi
sysdeps/nptl/dl-tls_init_tp.c
sysdeps/unix/sysv/linux/rseq-internal.h
sysdeps/unix/sysv/linux/tst-rseq.c
This page took 1.798848 seconds and 5 git commands to generate.