]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/x86/Makefile
x86/cet: Check legacy shadow stack applications
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 21 Mar 2023 19:53:24 +0000 (12:53 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Dec 2023 14:57:27 +0000 (06:57 -0800)
commitf418fe6f973300c4c61461ed241928cba11017c2
tree4ff1bf3b1d28972033078d2b9b136818c1369019
parent1e7025250843f234ac6743dd0dcd8aa9018bae3f
x86/cet: Check legacy shadow stack applications

Add tests to verify that legacy shadow stack applications run properly
when shadow stack is enabled in Linux kernel.
sysdeps/x86/Makefile
sysdeps/x86/tst-shstk-legacy-1-extra.S [new file with mode: 0644]
sysdeps/x86/tst-shstk-legacy-1a-static.c [new file with mode: 0644]
sysdeps/x86/tst-shstk-legacy-1a.c [new file with mode: 0644]
sysdeps/x86/tst-shstk-legacy-1b-static.c [new file with mode: 0644]
sysdeps/x86/tst-shstk-legacy-1b.c [new file with mode: 0644]