mailing list of musl libc
 help / color / mirror / code / Atom feed
* [RFC PATCH v2 0/2] Segmentation-hardened SafeStack support
@ 2016-10-28 20:09 LeMay, Michael
  0 siblings, 0 replies; only message in thread
From: LeMay, Michael @ 2016-10-28 20:09 UTC (permalink / raw)
  To: musl

This series of patches adds support for the separate stack segment feature that I have submitted to LLVM.

I sought to address the feedback from Nagy by defining the "ss" subarch when this feature is enabled.

Michael LeMay (2):
  add support for separate stack segment
  avoid invoking vDSO when separate stack segment is enabled

 Makefile                               |  31 ++++++-
 arch/i386/syscall_arch.h               |   9 ++
 configure                              |  10 +++
 src/env/__libc_start_main.c            |   6 ++
 src/internal/i386/separate_stack_seg.c | 151 +++++++++++++++++++++++++++++++++
 src/internal/safe_stack.c              |  25 +++++-
 src/thread/i386/clone.s                |   3 +-
 7 files changed, 228 insertions(+), 7 deletions(-)
 create mode 100644 src/internal/i386/separate_stack_seg.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-28 20:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-28 20:09 [RFC PATCH v2 0/2] Segmentation-hardened SafeStack support LeMay, Michael

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).