Re: [PATCH v3 17/18] xen/arm: linker: The identitymap check should cover the whole .text.header

2022-12-12 Thread Stefano Stabellini
On Mon, 12 Dec 2022, Julien Grall wrote: > From: Julien Grall > > At the moment, we are only checking that only some part of .text.header > is part of the identity mapping. However, this doesn't take into account > the litteral pool which will be located at the end of the section. ^ literal

[PATCH v3 17/18] xen/arm: linker: The identitymap check should cover the whole .text.header

2022-12-12 Thread Julien Grall
From: Julien Grall At the moment, we are only checking that only some part of .text.header is part of the identity mapping. However, this doesn't take into account the litteral pool which will be located at the end of the section. While we could try to avoid using a literal pool, in the near fut