All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv8 0/2] Better page protections for arm64
@ 2015-01-22  1:36 Laura Abbott
  2015-01-22  1:36 ` [PATCHv8 1/2] arm64: use fixmap for text patching Laura Abbott
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Laura Abbott @ 2015-01-22  1:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This should be the final version of the series to add stricter page
protections for arm64. The goal is to have text be RO/X and everything
else be RW/NX.

v8: Minor tweaks, adding acks

Laura Abbott (2):
  arm64: use fixmap for text patching
  arm64: add better page protections to arm64

 arch/arm64/Kconfig.debug            |  23 ++++
 arch/arm64/include/asm/cacheflush.h |   5 +
 arch/arm64/include/asm/fixmap.h     |   1 +
 arch/arm64/kernel/insn.c            |  47 +++++++-
 arch/arm64/kernel/vmlinux.lds.S     |  17 ++-
 arch/arm64/mm/init.c                |   1 +
 arch/arm64/mm/mm.h                  |   2 +
 arch/arm64/mm/mmu.c                 | 211 ++++++++++++++++++++++++++++++++----
 8 files changed, 280 insertions(+), 27 deletions(-)

-- 
Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2015-01-22 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  1:36 [PATCHv8 0/2] Better page protections for arm64 Laura Abbott
2015-01-22  1:36 ` [PATCHv8 1/2] arm64: use fixmap for text patching Laura Abbott
2015-01-22  1:36 ` [PATCHv8 2/2] arm64: add better page protections to arm64 Laura Abbott
2015-01-22 15:48 ` [PATCHv8 0/2] Better page protections for arm64 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.