Revert Intel CET changes to __jmp_buf_tag (Bug 22743)
commit2ec0e7eade0ea1258acd5c6f5e5e9bfaeb5041a8
authorCarlos O'Donell <carlos@systemhalted.org>
Thu, 25 Jan 2018 04:35:22 +0000 (24 20:35 -0800)
committerCarlos O'Donell <carlos@systemhalted.org>
Fri, 26 Jan 2018 07:43:46 +0000 (25 23:43 -0800)
tree9d069618e0132fa31ab0c39eda4c95f14d50a1b0
parent47c4b4b060db0290022dcc37cab7b5ff4bdb5c32
Revert Intel CET changes to __jmp_buf_tag (Bug 22743)

In commit cba595c350e52194e10c0006732e1991e3d0803b and commit
f81ddabffd76ac9dd600b02adbf3e1dac4bb10ec, ABI compatibility with
applications was broken by increasing the size of the on-stack
allocated __pthread_unwind_buf_t beyond the oringal size.
Applications only have the origianl space available for
__pthread_unwind_register, and __pthread_unwind_next to use,
any increase in the size of __pthread_unwind_buf_t causes these
functions to write beyond the original structure into other
on-stack variables leading to segmentation faults in common
applications like vlc. The only workaround is to version those
functions which operate on the old sized objects, but this must
happen in glibc 2.28.

Thank you to Andrew Senkevich, H.J. Lu, and Aurelien Jarno, for
submitting reports and tracking the issue down.

The commit reverts the above mentioned commits and testing on
x86_64 shows that the ABI compatibility is restored. A tst-cleanup1
regression test linked with an older glibc now passes when run
with the newly built glibc. Previously a tst-cleanup1 linked with
an older glibc would segfault when run with an affected glibc build.

Tested on x86_64 with no regressions.

Signed-off-by: Carlos O'Donell <carlos@redhat.com>
13 files changed:
ChangeLog
bits/types/__cancel_jmp_buf_tag.h [deleted file]
nptl/Makefile
nptl/descr.h
sysdeps/i386/nptl/tcb-offsets.sym
sysdeps/i386/nptl/tls.h
sysdeps/nptl/pthread.h
sysdeps/unix/sysv/linux/hppa/pthread.h
sysdeps/unix/sysv/linux/x86/bits/types/__cancel_jmp_buf_tag.h [deleted file]
sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h [deleted file]
sysdeps/unix/sysv/linux/x86/pthreaddef.h [deleted file]
sysdeps/x86_64/nptl/tcb-offsets.sym
sysdeps/x86_64/nptl/tls.h