mbox

[v5,0/2] fix mask calculation in pdx_init_mask

Message ID alpine.DEB.2.21.1906211320580.25730@sstabellini-ThinkPad-T480s (mailing list archive)
State New, archived
Headers show

Pull-request

http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git

Message

Stefano Stabellini June 21, 2019, 8:23 p.m. UTC
Hi all,

This is an update on "fix mask calculation in pdx_init_mask", plus a
cleanup patch.

The following changes since commit f3d8eef9091747e70c505094f63514b43329a922:

  x86/linker: use DECL_SECTION uniformly (2019-06-21 17:41:05 +0100)

are available in the Git repository at:

  http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git 

for you to fetch changes up to d713e176bc0715fc798ee8fdae4c02fc6481cd58:

  xen/arm: fix mask calculation in pdx_init_mask (2019-06-21 13:20:25 -0700)

----------------------------------------------------------------
Stefano Stabellini (2):
      xen: Replace u64 with uint64_t in pdx_init_mask() and callers
      xen/arm: fix mask calculation in pdx_init_mask

 xen/arch/arm/setup.c  | 9 ++++++++-
 xen/arch/x86/srat.c   | 2 +-
 xen/common/pdx.c      | 9 +++++++--
 xen/include/xen/pdx.h | 2 +-
 4 files changed, 17 insertions(+), 5 deletions(-)