[PATCH 0/2] xen/types: Cleanup

Andrew Cooper posted 2 patches 10 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230621211200.4132989-1-andrew.cooper3@citrix.com
There is a newer version of this series
xen/arch/arm/include/asm/types.h   | 19 ---------------
xen/arch/riscv/include/asm/types.h | 19 ---------------
xen/arch/x86/include/asm/types.h   | 21 ++++++++---------
xen/include/xen/types.h            | 37 +++++++++++++++---------------
4 files changed, 27 insertions(+), 69 deletions(-)
[PATCH 0/2] xen/types: Cleanup
Posted by Andrew Cooper 10 months, 1 week ago
Done both to avoid PPC64 bringing in yet another copy of some antipatterns,
and because it fixes the MISRA issue relating to the __signed__ keyword.

https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/907638603

Andrew Cooper (2):
  xen/types: Drop #ifdefary for __{SIZE,PTRDIFF}_TYPE__
  xen/types: Rework stdint vs __{u,s}$N types

 xen/arch/arm/include/asm/types.h   | 19 ---------------
 xen/arch/riscv/include/asm/types.h | 19 ---------------
 xen/arch/x86/include/asm/types.h   | 21 ++++++++---------
 xen/include/xen/types.h            | 37 +++++++++++++++---------------
 4 files changed, 27 insertions(+), 69 deletions(-)


base-commit: 5c84f1f636981dab5341e84aaba8d4dd00bbc2cb
-- 
2.30.2