]> 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)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 21 Jul 2023 14:18:18 +0000 (16:18 +0200)
commit2c6b4b272e6b4d07303af25709051c3e96288f2d
tree250e936a070fb54a664ef4f89a10baed0fa0f689
parentf7f181c12c140ff1fe45376b98fe32eb491e363f
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.
nptl/descr.h