mbox series

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

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

Message

Michal Orzel Sept. 4, 2023, 9:14 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() to unsigned int

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