All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Misc MISRA fixes for default Xen build configurations
@ 2025-11-20 19:32 Nicola Vetrini
  2025-11-20 19:32 ` [PATCH 1/4] xen/xsm: address violations of MISRA C rules 8.3 and 7.2 Nicola Vetrini
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Nicola Vetrini @ 2025-11-20 19:32 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, jbeulich, sstabellini, Nicola Vetrini,
	Daniel P. Smith, Dario Faggioli, Juergen Gross, George Dunlap,
	Anthony PERARD, Michal Orzel, Julien Grall, Roger Pau Monné

This series addresses some of the violations found by widening the scope of
application of MISRA checking to default builds of Xen for both ARM64 and x86_64.

While it has been tested on top of a patch yet to be applied (but with
the necessary R-by [1]) these fixes can go in independently of that.

As evidenced by the CI pipeline below, there are a number of regressions on
guidelines that were clean on the restricted scope but are not in the wider one;
the patches in this series address a subset of those.

CI pipeline: https://gitlab.com/xen-project/people/bugseng/xen/-/pipelines/2156782159

[1] https://lore.kernel.org/xen-devel/alpine.DEB.2.22.394.2511031448530.495094@ubuntu-linux-20-04-desktop/

Nicola Vetrini (4):
  xen/xsm: address violations of MISRA C rules 8.3 and 7.2
  xen/sched: address violation of MISRA C Rule 16.3
  xen/param: address violation of MISRA C Rule 20.7
  xen/param: address violation of MISRA C Rule 8.2

 xen/common/sched/credit.c | 2 +-
 xen/include/xen/param.h   | 6 +++---
 xen/include/xsm/xsm.h     | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.51.2



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

end of thread, other threads:[~2025-11-25 14:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 19:32 [PATCH 0/4] Misc MISRA fixes for default Xen build configurations Nicola Vetrini
2025-11-20 19:32 ` [PATCH 1/4] xen/xsm: address violations of MISRA C rules 8.3 and 7.2 Nicola Vetrini
2025-11-25 14:52   ` Daniel P. Smith
2025-11-20 19:32 ` [PATCH 2/4] xen/sched: address violation of MISRA C Rule 16.3 Nicola Vetrini
2025-11-24 10:27   ` Jürgen Groß
2025-11-20 19:32 ` [PATCH 3/4] xen/param: address violation of MISRA C Rule 20.7 Nicola Vetrini
2025-11-24 12:58   ` Jan Beulich
2025-11-20 19:32 ` [PATCH 4/4] xen/param: address violation of MISRA C Rule 8.2 Nicola Vetrini
2025-11-24 12:59   ` 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.