]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: Unconditionally use a 32-byte rseq area
authorFlorian Weimer <fweimer@redhat.com>
Fri, 21 Jul 2023 14:18:18 +0000 (16:18 +0200)
committerArjun Shankar <arjun@redhat.com>
Mon, 18 Mar 2024 10:55:02 +0000 (11:55 +0100)
commitc9ee9cc8b8e4f8671c1d487f83db333b6be6a925
tree0a37ef6ebf7c4df0a7c98d1a4183cd832cf40118
parent3cd02612e831500dacc8d731f23a52aae01cbc39
nptl: Unconditionally use a 32-byte rseq area

If the kernel headers provide a larger struct rseq, we used that
size as the argument to the rseq system call.  As a result,
rseq registration would fail on older kernels which only accept
size 32.

(cherry picked from commit 2c6b4b272e6b4d07303af25709051c3e96288f2d)
nptl/descr.h