Re: [PATCH v5 2/2] x86/purgatory: Add linker script

From: Ross Zwisler
Date: Fri Mar 31 2023 - 15:14:47 EST


On Thu, Mar 30, 2023 at 3:45 AM Ricardo Ribalda <ribalda@xxxxxxxxxxxx> wrote:
> Make sure that the .text section is not divided in multiple overlapping
> sections. This is not supported by kexec_file.

How does this interact with patch #1 from this series, which IIUC
allows us to handle the case where the .text section is split between
.text and .text.hot? Do we still need that patch, but only for
non-x86 platforms? Or do we need both, and this patch will need to be
replicated for other arches?