All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien@xen.org>
To: xen-devel@lists.xenproject.org
Cc: Luca.Fancellu@arm.com, michal.orzel@amd.com, Henry.Wang@arm.com,
	Julien Grall <jgrall@amazon.com>
Subject: [v2 0/4] xen/arm: Enable USBAN support
Date: Thu, 29 Jun 2023 21:11:25 +0100	[thread overview]
Message-ID: <20230629201129.12934-1-julien@xen.org> (raw)

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



             reply	other threads:[~2023-06-29 20:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-29 20:11 Julien Grall [this message]
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

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=20230629201129.12934-1-julien@xen.org \
    --to=julien@xen.org \
    --cc=Henry.Wang@arm.com \
    --cc=Luca.Fancellu@arm.com \
    --cc=jgrall@amazon.com \
    --cc=michal.orzel@amd.com \
    --cc=xen-devel@lists.xenproject.org \
    /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 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.