Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Date: Fri, 28 Oct 2016 20:09:19 +0000
From: "LeMay, Michael" <michael.lemay@...el.com>
To: "musl@...ts.openwall.com" <musl@...ts.openwall.com>
Subject: [RFC PATCH v2 0/2] Segmentation-hardened SafeStack support

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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.