[PATCH 0/5] x86: More misc MISRA fixes

Andrew Cooper posted 5 patches 1 day, 5 hours ago
xen/arch/x86/include/asm/hypercall.h |  4 ++--
xen/arch/x86/include/asm/pv/mm.h     |  4 ++--
xen/arch/x86/include/asm/shadow.h    |  2 +-
xen/arch/x86/mm.c                    |  4 ++--
xen/arch/x86/mm/shadow/common.c      |  8 ++++----
xen/arch/x86/mm/shadow/multi.h       |  6 ++++--
xen/arch/x86/mm/shadow/private.h     | 10 +++++-----
xen/arch/x86/pv/descriptor-tables.c  | 10 ++++------
xen/arch/x86/pv/emul-inv-op.c        |  2 +-
xen/arch/x86/pv/traps.c              |  4 ++--
xen/arch/x86/setup.c                 |  4 ++--
xen/common/kimage.c                  |  2 +-
xen/common/livepatch.c               | 14 +++++++-------
xen/include/hypercall-defs.c         |  2 +-
xen/include/xen/livepatch.h          |  2 +-
15 files changed, 39 insertions(+), 39 deletions(-)
[PATCH 0/5] x86: More misc MISRA fixes
Posted by Andrew Cooper 1 day, 5 hours ago
Andrew Cooper (5):
  x86/pv: Address MISRA C:2012 Rule 4.1
  x86/pv: Change type of do_update_descriptor()'s desc parameter
  x86: Address MIRSA R8.3 (declaration/definition mismatch) issues
  x86: Address MIRSA R8.4 (declaration visibility) issues
  RFC x86/shadow: Deviate multi.h as being included multiple times

 xen/arch/x86/include/asm/hypercall.h |  4 ++--
 xen/arch/x86/include/asm/pv/mm.h     |  4 ++--
 xen/arch/x86/include/asm/shadow.h    |  2 +-
 xen/arch/x86/mm.c                    |  4 ++--
 xen/arch/x86/mm/shadow/common.c      |  8 ++++----
 xen/arch/x86/mm/shadow/multi.h       |  6 ++++--
 xen/arch/x86/mm/shadow/private.h     | 10 +++++-----
 xen/arch/x86/pv/descriptor-tables.c  | 10 ++++------
 xen/arch/x86/pv/emul-inv-op.c        |  2 +-
 xen/arch/x86/pv/traps.c              |  4 ++--
 xen/arch/x86/setup.c                 |  4 ++--
 xen/common/kimage.c                  |  2 +-
 xen/common/livepatch.c               | 14 +++++++-------
 xen/include/hypercall-defs.c         |  2 +-
 xen/include/xen/livepatch.h          |  2 +-
 15 files changed, 39 insertions(+), 39 deletions(-)

-- 
2.39.5