mbox series

[XEN,v5,0/3] address violations of MISRA C:2012 Rule 10.1

Message ID cover.1700724350.git.nicola.vetrini@bugseng.com (mailing list archive)
Headers show
Series address violations of MISRA C:2012 Rule 10.1 | expand

Message

Nicola Vetrini Nov. 23, 2023, 7:37 a.m. UTC
This series contains the leftover patches from [1] with the rename
s/ISOLATE_LOW_BIT/ISOLATE_LSB/ applied. All the already committed patches from
the aforementioned series are dropped.

[1] https://marc.info/?l=xen-devel&m=169841347803987

Nicola Vetrini (3):
  arm/bitops: encapsulate violation of MISRA C:2012 Rule 10.1
  xen/pdx: amend definition of PDX_GROUP_COUNT
  x86_64/mm: express macro CNT using ISOLATE_LSB

 xen/arch/arm/include/asm/bitops.h |  4 ++--
 xen/arch/x86/x86_64/mm.c          | 12 ++++++------
 xen/include/xen/pdx.h             |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)