summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-07-25 08:40:39 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-07-25 08:40:50 -0700
commit08ac6bed146c0546d63163ac0d42c9a35880412d (patch)
treea3e3a44aea93c41afdfadfc25b9733b2b2468aa2 /ChangeLog
parent9faaf9385034ac71f308643de1afc91b5dd731aa (diff)
x86/CET: Add a setcontext test for CET
Verify that setcontext works with gaps above and below the newly allocated shadow stack. * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add tst-cet-setcontext-1 if CET is enabled. (CFLAGS-tst-cet-setcontext-1.c): Add -mshstk. * sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6aa73550b..0694ff3f24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/unix/sysv/linux/x86/Makefile (tests): Add
+ tst-cet-setcontext-1 if CET is enabled.
+ (CFLAGS-tst-cet-setcontext-1.c): Add -mshstk.
+ * sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c: New file.
+
2018-07-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* include/threads.h: Move to ...