Re: [PATCH V3 (resend) 08/19] xen/x86: Add build assertion for fixmap entries

2024-05-15 Thread Jan Beulich
On 13.05.2024 15:40, Elias El Yandouzi wrote: > The early fixed addresses must all fit into the static L1 table. > Introduce a build assertion to this end. > > Signed-off-by: Elias El Yandouzi > > > > Changes in v2: > * New patch > > diff --git

Re: [PATCH V3 (resend) 08/19] xen/x86: Add build assertion for fixmap entries

2024-05-14 Thread Jan Beulich
On 14.05.2024 11:42, Roger Pau Monné wrote: > On Mon, May 13, 2024 at 01:40:35PM +, Elias El Yandouzi wrote: >> The early fixed addresses must all fit into the static L1 table. >> Introduce a build assertion to this end. >> >> Signed-off-by: Elias El Yandouzi >> >> >> >> Changes in

Re: [PATCH V3 (resend) 08/19] xen/x86: Add build assertion for fixmap entries

2024-05-14 Thread Roger Pau Monné
On Mon, May 13, 2024 at 01:40:35PM +, Elias El Yandouzi wrote: > The early fixed addresses must all fit into the static L1 table. > Introduce a build assertion to this end. > > Signed-off-by: Elias El Yandouzi > > > > Changes in v2: > * New patch > > diff --git

[PATCH V3 (resend) 08/19] xen/x86: Add build assertion for fixmap entries

2024-05-13 Thread Elias El Yandouzi
The early fixed addresses must all fit into the static L1 table. Introduce a build assertion to this end. Signed-off-by: Elias El Yandouzi Changes in v2: * New patch diff --git a/xen/arch/x86/include/asm/fixmap.h b/xen/arch/x86/include/asm/fixmap.h index