All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN v3 0/3] Pre-requisite patches for supporting 32 bit physical address
@ 2023-01-23 13:44 Ayan Kumar Halder
  2023-01-23 13:44 ` [XEN v3 1/3] xen/arm: Use the correct format specifier Ayan Kumar Halder
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ayan Kumar Halder @ 2023-01-23 13:44 UTC (permalink / raw)
  To: xen-devel
  Cc: sstabellini, stefano.stabellini, julien, Volodymyr_Babchuk,
	bertrand.marquis, andrew.cooper3, george.dunlap, jbeulich, wl,
	xuwei5, Ayan Kumar Halder

Hi All,

These series include some patches and fixes identified during the review of
"[XEN v2 00/11] Add support for 32 bit physical address".

Patch 1/3 : The previous version causes CI to fail. This patch attempts to fix
this.

Patch 2/3 : This was pointed by Jan during the review of
"[XEN v2 05/11] xen/arm: Use paddr_t instead of u64 for address/size".
Similar to Patch 1/3, this can also be considered as a pre-req for supporting
32 bit physical address.

Patch 3/3 : This was also pointed by Jan during the review of
"[XEN v2 05/11] xen/arm: Use paddr_t instead of u64 for address/size".

Ayan Kumar Halder (3):
  xen/arm: Use the correct format specifier
  xen/drivers: ns16550: Fix the use of simple_strtoul() for extracting
    u64
  xen/drivers: ns16550: Fix an incorrect assignment to uart->io_size

 xen/arch/arm/domain_build.c | 45 +++++++++++++++++--------------------
 xen/arch/arm/gic-v2.c       |  6 ++---
 xen/arch/arm/mm.c           |  2 +-
 xen/drivers/char/ns16550.c  |  6 ++---
 4 files changed, 28 insertions(+), 31 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2023-01-23 22:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23 13:44 [XEN v3 0/3] Pre-requisite patches for supporting 32 bit physical address Ayan Kumar Halder
2023-01-23 13:44 ` [XEN v3 1/3] xen/arm: Use the correct format specifier Ayan Kumar Halder
2023-01-23 21:19   ` Stefano Stabellini
2023-01-23 22:07     ` Julien Grall
2023-01-23 22:57       ` Stefano Stabellini
2023-01-23 13:44 ` [XEN v3 2/3] xen/drivers: ns16550: Fix the use of simple_strtoul() for extracting u64 Ayan Kumar Halder
2023-01-23 14:01   ` Jan Beulich
2023-01-23 13:44 ` [XEN v3 3/3] xen/drivers: ns16550: Fix an incorrect assignment to uart->io_size Ayan Kumar Halder
2023-01-23 21:21   ` Stefano Stabellini

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.