From: lauraa@codeaurora.org (Laura Abbott)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Page protections for arm64
Date: Thu, 17 Apr 2014 17:47:00 -0700 [thread overview]
Message-ID: <1397782023-28114-1-git-send-email-lauraa@codeaurora.org> (raw)
Hi,
These are a couple of semi-related patches to set memory on arm64 to something
other than read/write/execute everywhere. The CONFIG_DEBUG_SET_MODULE_RONX is
actually v2 of the previous patch[1] but it seemed reasonable to put this with
the other work to map regular memory with better protections. The direction
for the arm64 work is roughly based on arm.
Thanks,
Laura
[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-March/238246.html
Laura Abbott (3):
arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support
arm64: Treat handle_arch_irq as a function pointer
arm64: WIP: add better page protections to arm64
arch/arm64/Kconfig.debug | 21 +++++
arch/arm64/include/asm/cacheflush.h | 4 +
arch/arm64/kernel/entry.S | 4 +-
arch/arm64/mm/Makefile | 2 +-
arch/arm64/mm/init.c | 1 +
arch/arm64/mm/mm.h | 2 +
arch/arm64/mm/mmu.c | 173 ++++++++++++++++++++++++++++++++----
arch/arm64/mm/pageattr.c | 120 +++++++++++++++++++++++++
8 files changed, 309 insertions(+), 18 deletions(-)
create mode 100644 arch/arm64/mm/pageattr.c
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2014-04-18 0:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 0:47 Laura Abbott [this message]
2014-04-18 0:47 ` [PATCH 1/3] arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support Laura Abbott
2014-05-02 14:07 ` Steve Capper
2014-05-02 15:30 ` Will Deacon
2014-05-06 17:53 ` Laura Abbott
2014-04-18 0:47 ` [PATCH 2/3] arm64: Treat handle_arch_irq as a function pointer Laura Abbott
2014-04-22 10:48 ` Will Deacon
2014-04-18 0:47 ` [PATCH 3/3] arm64: WIP: add better page protections to arm64 Laura Abbott
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1397782023-28114-1-git-send-email-lauraa@codeaurora.org \
--to=lauraa@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).