From: Ard Biesheuvel <ardb@kernel.org>
To: Mike Rapoport <rppt@kernel.org>
Cc: mawupeng <mawupeng1@huawei.com>,
akpm@linux-foundation.org, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm: ignore nomap memory during mirror init
Date: Mon, 21 Jul 2025 15:08:48 +1000 [thread overview]
Message-ID: <CAMj1kXGKGXeKGKWT3VzkBtACtjFyz8ntiyoTU26DA4aR6mi88g@mail.gmail.com> (raw)
In-Reply-To: <aHzjOxg_oPp06blC@kernel.org>
On Sun, 20 Jul 2025 at 22:38, Mike Rapoport <rppt@kernel.org> wrote:
>
...
>
> > w/o this patch
> > [root@localhost ~]# lsmem --output-all
> > RANGE SIZE STATE REMOVABLE BLOCK NODE ZONES
> > 0x0000084000000000-0x00000847ffffffff 32G online yes 67584-67839 0 Movable
> > 0x0000085000000000-0x0000085fffffffff 64G online yes 68096-68607 0 Movable
> >
> > w/ this patch
> > [root@localhost ~]# lsmem --output-all
> > RANGE SIZE STATE REMOVABLE BLOCK NODE ZONES
> > 0x0000084000000000-0x00000847ffffffff 32G online yes 8448-8479 0 Normal
> > 0x0000085000000000-0x0000085fffffffff 64G online yes 8512-8575 0 Movable
>
> As I see the problem, you have a problematic firmware that fails to report
> memory as mirrored because it reserved for firmware own use. This causes
> for non-mirrored memory to appear before mirrored memory. And this breaks
> an assumption in find_zone_movable_pfns_for_nodes() that mirrored memory
> always has lower addresses than non-mirrored memory and you end up wiht
> having all the memory in movable zone.
>
That assumption seems highly problematic to me on non-x86
architectures: why should mirrored (or 'more reliable' in EFI speak)
memory always appear before ordinary memory in the physical memory
map?
> So to workaround this firmware issue you propose a hack that would skip
> NOMAP regions while calculating zone_movable_pfn because your particular
> firmware reports the reserved mirrored memory as NOMAP.
>
NOMAP is a Linux construct - the particular firmware reports a
'reserved' memory region, but other more widely used memory types such
as EfiRuntimeServicesCode or *Data would result in an omitted region
as well, and can appear anywhere in the physical memory map. There is
no requirement for the firmware to do anything here wrt the
MORE_RELIABLE attribute even though such regions may be carved out of
a block of memory that is reported as such to the OS.
So I agree with Wupeng Ma that there is an issue here: reporting it as
mirrored even though it is reserved should not be needed to prevent
the kernel from mishandling it.
next prev parent reply other threads:[~2025-07-21 5:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-17 8:57 [PATCH] mm: ignore nomap memory during mirror init Wupeng Ma
2025-07-17 10:29 ` Mike Rapoport
2025-07-17 11:06 ` mawupeng
2025-07-17 13:37 ` Mike Rapoport
2025-07-18 1:37 ` mawupeng
2025-07-20 12:38 ` Mike Rapoport
2025-07-21 2:11 ` mawupeng
2025-07-22 8:23 ` Mike Rapoport
2025-07-23 2:02 ` mawupeng
2025-07-21 5:08 ` Ard Biesheuvel [this message]
2025-07-22 8:17 ` Mike Rapoport
2025-08-05 8:47 ` mawupeng
2025-08-06 10:58 ` Mike Rapoport
2025-08-10 5:14 ` Ard Biesheuvel
2025-08-10 8:14 ` Mike Rapoport
2025-08-29 16:47 ` Ard Biesheuvel
2025-08-31 9:16 ` Mike Rapoport
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=CAMj1kXGKGXeKGKWT3VzkBtACtjFyz8ntiyoTU26DA4aR6mi88g@mail.gmail.com \
--to=ardb@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mawupeng1@huawei.com \
--cc=rppt@kernel.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).