mbox series

[v2,0/2] xen: fixes for UBSAN findings with SMMUv3 enabled

Message ID 20230905073135.12360-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series xen: fixes for UBSAN findings with SMMUv3 enabled | expand

Message

Michal Orzel Sept. 5, 2023, 7:31 a.m. UTC
This series contains fixes for UBSAN findings reported when running
with SMMUv3 enabled.

Michal Orzel (2):
  xen/arm: smmuv3: Add missing U for shifted constant
  xen: Change parameter of generic_{fls,ffs}() to unsigned int

 xen/drivers/passthrough/arm/smmu-v3.h | 4 ++--
 xen/include/xen/bitops.h              | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)