From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arm64: memblock: don't permit memblock resizing until linear mapping is up
Date: Tue, 6 Nov 2018 21:22:47 +0000 [thread overview]
Message-ID: <20181106212246.GA31298@brain-police> (raw)
In-Reply-To: <20181106113732.16351-2-ard.biesheuvel@linaro.org>
On Tue, Nov 06, 2018 at 12:37:29PM +0100, Ard Biesheuvel wrote:
> Bhupesh reports that having numerous memblock reservations at early
> boot may result in the following crash:
>
> Unable to handle kernel paging request at virtual address ffff80003ffe0000
> ...
> Call trace:
> __memcpy+0x110/0x180
> memblock_add_range+0x134/0x2e8
> memblock_reserve+0x70/0xb8
> memblock_alloc_base_nid+0x6c/0x88
> __memblock_alloc_base+0x3c/0x4c
> memblock_alloc_base+0x28/0x4c
> memblock_alloc+0x2c/0x38
> early_pgtable_alloc+0x20/0xb0
> paging_init+0x28/0x7f8
>
> This is caused by the fact that we permit memblock resizing before the
> linear mapping is up, and so the memblock_reserved() array is moved
> into memory that is not mapped yet.
>
> So let's ensure that this crash can no longer occur, by deferring to
> call to memblock_allow_resize() to after the linear mapping has been
> created.
>
> Reported-by: Bhupesh Sharma <bhsharma@redhat.com>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
> arch/arm64/mm/init.c | 2 --
> arch/arm64/mm/mmu.c | 2 ++
> 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks for posting this so quickly.
Acked-by: Will Deacon <will.deacon@arm.com>
Bhupesh -- please can you give this series a spin and confirm that it fixes
the problem you were seeing?
Thanks,
Will
next prev parent reply other threads:[~2018-11-06 21:22 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-06 11:37 [PATCH 0/4] arm/efi: fix memblock reallocation crash due to persistent reservations Ard Biesheuvel
2018-11-06 11:37 ` [PATCH 1/4] arm64: memblock: don't permit memblock resizing until linear mapping is up Ard Biesheuvel
2018-11-06 21:22 ` Will Deacon [this message]
2018-11-06 11:37 ` [PATCH 2/4] efi/arm: defer persistent reservations until after paging_init() Ard Biesheuvel
2018-11-06 19:02 ` Ard Biesheuvel
2018-11-06 19:08 ` Russell King - ARM Linux
2018-11-06 20:06 ` Ard Biesheuvel
2018-11-06 23:49 ` Russell King - ARM Linux
2018-11-07 9:51 ` Marc Zyngier
2018-11-07 9:58 ` Russell King - ARM Linux
2018-11-07 10:04 ` Ard Biesheuvel
2018-11-07 10:24 ` Russell King - ARM Linux
2018-11-06 11:37 ` [PATCH 3/4] efi: permit multiple entries in persistent memreserve data structure Ard Biesheuvel
2018-11-06 11:37 ` [PATCH 4/4] efi: reduce the amount of memblock reservations for persistent allocations Ard Biesheuvel
2018-11-06 18:27 ` [PATCH 0/4] arm/efi: fix memblock reallocation crash due to persistent reservations Marc Zyngier
2018-11-06 19:01 ` Ard Biesheuvel
2018-11-06 19:40 ` Marc Zyngier
2018-11-06 21:34 ` Will Deacon
2018-11-06 21:39 ` Ard Biesheuvel
2018-11-06 21:46 ` Will Deacon
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=20181106212246.GA31298@brain-police \
--to=will.deacon@arm.com \
--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).