All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] arm64: signal: Report signal frame size to userspace via auxv
@ 2018-06-01 10:10 Dave Martin
  2018-06-01 10:10 ` [PATCH v6 1/2] arm64/sve: Thin out initialisation sanity-checks for sve_max_vl Dave Martin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dave Martin @ 2018-06-01 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds support for telling userspace the size of the signal
frame via a new AT_MINSIGSTKSZ entry in the aux vector.

This is an update to [1].  An omitted AT_MINSIGSTKSZ is now replaced
with an AT_IGNORE entry instead of being collapsed out of the auxv
entirely.

See individual patches for the delta.

[1] [PATCH v5 0/2] arm64: signal: Report signal frame size to userspace via auxv
http://lists.infradead.org/pipermail/linux-arm-kernel/2018-May/580974.html


Dave Martin (2):
  arm64/sve: Thin out initialisation sanity-checks for sve_max_vl
  arm64: signal: Report signal frame size to userspace via auxv

 arch/arm64/include/asm/elf.h         | 13 +++++++++
 arch/arm64/include/asm/processor.h   |  5 ++++
 arch/arm64/include/uapi/asm/auxvec.h |  3 ++-
 arch/arm64/kernel/cpufeature.c       |  1 +
 arch/arm64/kernel/fpsimd.c           | 17 +++---------
 arch/arm64/kernel/ptrace.c           |  3 ---
 arch/arm64/kernel/signal.c           | 52 +++++++++++++++++++++++++++++++-----
 7 files changed, 70 insertions(+), 24 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2018-06-01 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-01 10:10 [PATCH v6 0/2] arm64: signal: Report signal frame size to userspace via auxv Dave Martin
2018-06-01 10:10 ` [PATCH v6 1/2] arm64/sve: Thin out initialisation sanity-checks for sve_max_vl Dave Martin
2018-06-01 10:10 ` [PATCH v6 2/2] arm64: signal: Report signal frame size to userspace via auxv Dave Martin
2018-06-01 15:11 ` [PATCH v6 0/2] " Catalin Marinas

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.