All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 0/4] xen/arm: Enable USBAN support
@ 2023-06-29 20:11 Julien Grall
  2023-06-29 20:11 ` [v2 1/4] xen/arm64: head: Don't map too much in boot_third Julien Grall
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Julien Grall @ 2023-06-29 20:11 UTC (permalink / raw)
  To: xen-devel; +Cc: Luca.Fancellu, michal.orzel, Henry.Wang, Julien Grall

From: Julien Grall <jgrall@amazon.com>

Hi all,

At the moment, we are not able to enable UBSAN on Arm because the
final binary will be over the maximum size of Xen we currently support
(i.e. 2MB).

This patch series aim to lift the restrictions and also
enable UBSAN.

Cheers,

Julien Grall (4):
  xen/arm64: head: Don't map too much in boot_third
  xen/arm32: head: Don't map too much in boot_third
  xen/arm: Rework the code mapping Xen to avoid relying on the size of
    Xen
  xen/arm: Allow the user to build Xen with UBSAN

 xen/arch/arm/Kconfig              |  1 +
 xen/arch/arm/arm32/head.S         | 79 ++++++++++++++++++++++++-------
 xen/arch/arm/arm64/head.S         | 69 ++++++++++++++++++++++-----
 xen/arch/arm/include/asm/config.h | 23 +++++----
 xen/arch/arm/include/asm/lpae.h   | 10 ++--
 xen/arch/arm/mm.c                 | 24 ++++++----
 xen/arch/arm/xen.lds.S            |  9 ++++
 7 files changed, 161 insertions(+), 54 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-07-04 18:32 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 20:11 [v2 0/4] xen/arm: Enable USBAN support Julien Grall
2023-06-29 20:11 ` [v2 1/4] xen/arm64: head: Don't map too much in boot_third Julien Grall
2023-06-29 22:52   ` Henry Wang
2023-06-30  6:50   ` Michal Orzel
2023-07-04 18:25     ` Julien Grall
2023-07-04 14:09   ` Bertrand Marquis
2023-06-29 20:11 ` [v2 2/4] xen/arm32: " Julien Grall
2023-06-29 22:53   ` Henry Wang
2023-07-04 14:12   ` Bertrand Marquis
2023-07-04 18:27     ` Julien Grall
2023-06-29 20:11 ` [v2 3/4] xen/arm: Rework the code mapping Xen to avoid relying on the size of Xen Julien Grall
2023-06-30  6:56   ` Michal Orzel
2023-07-04 18:28     ` Julien Grall
2023-07-04 14:23   ` Bertrand Marquis
2023-06-29 20:11 ` [v2 4/4] xen/arm: Allow the user to build Xen with UBSAN Julien Grall
2023-06-29 22:53   ` Henry Wang
2023-06-30  6:58   ` Michal Orzel
2023-07-04 18:30     ` Julien Grall
2023-07-04 14:14   ` Bertrand Marquis
2023-07-04 18:32 ` [v2 0/4] xen/arm: Enable USBAN support Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.