From: "Eric W. Biederman" <ebiederm@xmission.com>
To: Breno Leitao <leitao@debian.org>
Cc: ardb@kernel.org, linux-efi@vger.kernel.org,
kexec@lists.infradead.org, bhe@redhat.com, vgoyal@redhat.com,
devel@edk2.groups.io, rppt@kernel.org, usamaarif642@gmail.com,
gourry@gourry.net, rmikey@meta.com
Subject: Re: EFI table being corrupted during Kexec
Date: Tue, 10 Sep 2024 12:05:19 -0500 [thread overview]
Message-ID: <87seu7a180.fsf@email.froward.int.ebiederm.org> (raw)
In-Reply-To: <20240910-uppish-gopher-of-spirit-f14f0e@devvm32600> (Breno Leitao's message of "Tue, 10 Sep 2024 08:13:44 -0700")
Breno Leitao <leitao@debian.org> writes:
> Hello Eric,
>
> On Tue, Sep 10, 2024 at 09:26:00AM -0500, Eric W. Biederman wrote:
>> > I am wondering if that memory region/range should be part of e820 table that is
>> > passed by EFI firmware to kernel, and if it is not passed (as it is not being
>> > passed today), then the kernel doesn't need to respect it, and it is free to
>> > overwrite (as it does today). In other words, this is a firmware bug and not a
>> > kernel bug.
>> >
>> > Am I missing something?
>>
>> I agree that this appears to be a firmware bug. This memory is reserved
>> in one location and not in another location.
>
> That was is our current understanding also, but, having the same issue
> in EDK2 and on a real machine firmware was surprising.
>
> Anyway, I've CCed the EDK2 mailing list in this thread as well, let's
> see if someone has any comment.
>
>> As I recall the memblock allocator is the bootstrap memory allocator
>> used when bringing up the kernel. So I don't see reserving something
>> in the memblock allocator as being authoritative as to how the firmware
>> has setup memory.
>>
>> I would suggest writing a patch to update whatever is calling
>> memblock_reserve to also, or perhaps in preference to update the e820
>> map. If the code is not x86 specific I would suggest using ACPI's
>> arch_reserve_mem_area call.
>
> Should all memblock_reserve() memory ranges be mapped to e820 table, or,
> just specific cases where we see problems?
Just specific cases. There could be other linux specific reasons to
tell the memblock allocator not to allocation from a specific range
of memory.
Eric
next prev parent reply other threads:[~2024-09-10 17:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 13:58 EFI table being corrupted during Kexec Breno Leitao
2024-09-10 14:26 ` Eric W. Biederman
2024-09-10 15:13 ` Breno Leitao
2024-09-10 17:05 ` Eric W. Biederman [this message]
2024-09-10 15:46 ` Usama Arif
2024-09-10 16:09 ` Breno Leitao
2024-09-10 16:14 ` Gregory Price
2024-09-11 10:58 ` Usama Arif
2024-09-10 15:44 ` [edk2-devel] " Andrew (EFI) Fish
2024-09-11 8:44 ` Gerd Hoffmann
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=87seu7a180.fsf@email.froward.int.ebiederm.org \
--to=ebiederm@xmission.com \
--cc=ardb@kernel.org \
--cc=bhe@redhat.com \
--cc=devel@edk2.groups.io \
--cc=gourry@gourry.net \
--cc=kexec@lists.infradead.org \
--cc=leitao@debian.org \
--cc=linux-efi@vger.kernel.org \
--cc=rmikey@meta.com \
--cc=rppt@kernel.org \
--cc=usamaarif642@gmail.com \
--cc=vgoyal@redhat.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