From: leif.lindholm@linaro.org (Leif Lindholm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: expand fixmap region to 3MB
Date: Mon, 11 Aug 2014 17:14:48 +0100 [thread overview]
Message-ID: <20140811161448.GA4002@bivouac.eciton.net> (raw)
In-Reply-To: <1407511404-11997-1-git-send-email-robherring2@gmail.com>
On Fri, Aug 08, 2014 at 10:23:24AM -0500, Rob Herring wrote:
> From: Rob Herring <robh@kernel.org>
>
> With commit a05e54c103b0b8 "ARM: 8031/2: change fixmap mapping region to
> support 32 CPUs", the fixmap region was expanded to 2MB, but it
> precluded any other uses of the fixmap region in order to support up to
> 32 CPUs. In order to support other uses the fixmap region needs to be
> expanded beyond 2MB. Fortunately, the adjacent 1MB range
> 0xffe00000-0xfff00000 is availabe to use.
>
> Remove fixmap_page_table ptr and lookup the page table via the virtual
> address so that the fixmap region can span more that one pmd. The 2nd
> pmd is already created since it is shared with the vector page.
>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Kees Cook <keescook@chromium.org>
> Cc: Russell King <linux@arm.linux.org.uk>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>
> This patch can come before or after the generic fixmap.h. There's a
> single line conflict with the ending address
Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
For Kees' set with this addition + generic fixmap + early_ioremap +
UEFI.
> This worked for earlycon, but I've not done any highmem specific
> testing. My full series is available here:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git fixmap
I was hoping to be able to give you a tested-by for that series on
next-20140811 with the UEFI patches, but that setup fails to boot
right now. Looking into why.
/
Leif
next prev parent reply other threads:[~2014-08-11 16:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 15:23 [PATCH] ARM: expand fixmap region to 3MB Rob Herring
2014-08-08 15:54 ` Nicolas Pitre
2014-08-11 16:14 ` Leif Lindholm [this message]
2014-08-12 2:25 ` Rob Herring
2014-08-12 17:55 ` Kees Cook
2014-08-13 7:33 ` Rob Herring
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=20140811161448.GA4002@bivouac.eciton.net \
--to=leif.lindholm@linaro.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