From: Ralf Baechle <ralf@linux-mips.org>
To: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Cc: linux-mips@linux-mips.org, David Daney <david.daney@cavium.com>,
Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>,
Huacai Chen <chenhc@lemote.com>,
Andreas Herrmann <andreas.herrmann@caviumnetworks.com>,
Joe Perches <joe@perches.com>,
"Steven J. Hill" <Steven.Hill@imgtec.com>,
Yusuf Khan <yusuf.khan@nokia.com>,
Michael Kreuzer <michael.kreuzer@nokia.com>,
Aaro Koskinen <aaro.koskinen@iki.fi>
Subject: Re: [PATCH RFC] mips: bootmem: Don't use memory holes for page bitmap
Date: Thu, 9 Jul 2015 11:07:11 +0200 [thread overview]
Message-ID: <20150709090711.GA31002@linux-mips.org> (raw)
In-Reply-To: <559555B1.7000207@nokia.com>
On Thu, Jul 02, 2015 at 05:16:01PM +0200, Alexander Sverdlin wrote:
> Commit f9a7febd leads to a fact that mapstart and therefore a page bitmap for
> bootmem allocator immediately follows initrd_end. This doesn't always work
> well on Octeon, where there are holes in PFN ranges (refer to 5b3b1688 and
> 4MB-aligned PFN allocation). Depending on the inird location it could happen,
> that mapstart would be in an area not allocated by plat_mem_setup() in
> arch/mips/cavium-octeon/setup.c, but in the alignment hole between initrd and
> the next PFN area. Later on this memory will be unconditionally made available
> to buddy allocator at the end of free_all_bootmem_core() (mm/bootmem.c).
> All of this results in Linux using the memory not designated for Linux in
> Octeon's plat_mem_setup(), which in turn means corruption of the memory used
> by another OS/baremetal code on the same SoC.
>
> It doesn't look to me as a problem of Octeon platform code, but rather as an
> inability of f9a7febd to deal correctly with the fragmented memory-mappings.
> Proposed fix moves the check for initrd address to the same calculation-loop
> in bootmem_init() (arch/mips/kernel/setup.c), which also accounts for kernel
> code location. This should result in mapstart located starting from the first
> PFN area after kernel code AND initrd.
>
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@nokia.com>
Appears reasonable. Applied.
Thanks,
Ralf
prev parent reply other threads:[~2015-07-09 9:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-02 15:16 [PATCH RFC] mips: bootmem: Don't use memory holes for page bitmap Alexander Sverdlin
2015-07-09 9:07 ` Ralf Baechle [this message]
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=20150709090711.GA31002@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=Steven.Hill@imgtec.com \
--cc=Zubair.Kakakhel@imgtec.com \
--cc=aaro.koskinen@iki.fi \
--cc=alexander.sverdlin@nokia.com \
--cc=andreas.herrmann@caviumnetworks.com \
--cc=chenhc@lemote.com \
--cc=david.daney@cavium.com \
--cc=joe@perches.com \
--cc=linux-mips@linux-mips.org \
--cc=michael.kreuzer@nokia.com \
--cc=yusuf.khan@nokia.com \
/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