All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] sigaltstack: SS_AUTODISARM fixes
@ 2017-02-05 10:12 Stas Sergeev
       [not found] ` <20170205101213.8163-2-stsp@list.ru>
  0 siblings, 1 reply; 5+ messages in thread
From: Stas Sergeev @ 2017-02-05 10:12 UTC (permalink / raw)
  Cc: Stas Sergeev, deller, linux-kernel, Andy Lutomirski

This patch set adds the missing SS_AUTODISARM handling for
compatibility mode (CONFIG_COMPAT). It is needed for dosemu
to not crash when built with -m32.

CC: deller@gmx.de
CC: linux-kernel@vger.kernel.org
CC: Andy Lutomirski <luto@kernel.org>

Stas Sergeev (2):
  sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT
  tests: improve output of sigaltstack testcase

 include/linux/compat.h                    |  4 +++-
 kernel/signal.c                           | 11 +++++++++--
 tools/testing/selftests/sigaltstack/sas.c |  7 ++++---
 3 files changed, 16 insertions(+), 6 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-07  9:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-05 10:12 [PATCH v2 0/2] sigaltstack: SS_AUTODISARM fixes Stas Sergeev
     [not found] ` <20170205101213.8163-2-stsp@list.ru>
2017-02-05 18:31   ` [PATCH 1/2] sigaltstack: support SS_AUTODISARM for CONFIG_COMPAT Andy Lutomirski
2017-02-06  9:30     ` Stas Sergeev
2017-02-07  0:04       ` Andrew Morton
2017-02-07  8:55         ` [PATCH 2/2] tests: improve output of sigaltstack testcase Stas Sergeev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.