All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86: More misc MISRA fixes
@ 2025-12-12 22:20 Andrew Cooper
  2025-12-12 22:20 ` [PATCH 1/5] x86/pv: Address MISRA C:2012 Rule 4.1 Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Andrew Cooper @ 2025-12-12 22:20 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné,
	Stefano Stabellini, consulting @ bugseng . com, Nicola Vetrini

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-12-15 10:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-12 22:20 [PATCH 0/5] x86: More misc MISRA fixes Andrew Cooper
2025-12-12 22:20 ` [PATCH 1/5] x86/pv: Address MISRA C:2012 Rule 4.1 Andrew Cooper
2025-12-13  6:52   ` Nicola Vetrini
2025-12-12 22:20 ` [PATCH 2/5] x86/pv: Change type of do_update_descriptor()'s desc parameter Andrew Cooper
2025-12-12 22:20 ` [PATCH 3/5] x86: Address MIRSA R8.3 (declaration/definition mismatch) issues Andrew Cooper
2025-12-13  6:58   ` Nicola Vetrini
2025-12-12 22:20 ` [PATCH 4/5] x86: Address MIRSA R8.4 (declaration visibility) issues Andrew Cooper
2025-12-12 22:20 ` [PATCH RFC 5/5] x86/shadow: Deviate multi.h as being included multiple times Andrew Cooper
2025-12-13  7:04   ` Nicola Vetrini
2025-12-15 10:15 ` [PATCH 0/5] x86: More misc MISRA fixes Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.