Patches 1, 4, and 6 are already committed. I plan to commit patches 2, 3 and 5 in the next couple of days.
Patch 7 needs further discussions and it is best addressed during the next MISRA C sync-up. On Fri, 19 Aug 2022, Xenia Ragiadakou wrote: > Xenia Ragiadakou (7): > xen/arm: gic_v3_its: Fix MISRA C 2012 Rule 20.7 violations > xsm/flask: sidtab: Fix MISRA C 2012 Rule 20.7 violations > xen/elf: Fix MISRA C 2012 Rule 20.7 violations > xen/vgic: Fix MISRA C 2012 Rule 20.7 violation > xen/rbtree: Fix MISRA C 2012 Rule 20.7 violation > xen/arm: processor: Fix MISRA C 2012 Rule 20.7 violations > xen/device_tree: Fix MISRA C 2012 Rule 20.7 violations > > xen/arch/arm/include/asm/gic_v3_its.h | 10 +++++----- > xen/arch/arm/include/asm/new_vgic.h | 2 +- > xen/arch/arm/include/asm/processor.h | 4 ++-- > xen/include/xen/device_tree.h | 6 +++--- > xen/include/xen/elfstructs.h | 4 ++-- > xen/lib/rbtree.c | 2 +- > xen/xsm/flask/ss/sidtab.c | 8 ++++---- > 7 files changed, 18 insertions(+), 18 deletions(-) > > -- > 2.34.1 >