All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Misc MISRA fixes from Arm allcode report
@ 2026-04-01 14:58 Michal Orzel
  2026-04-01 14:58 ` [PATCH 1/3] xen/arm: acpi: Rename local acpi_size to avoid shadowing typedef Michal Orzel
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Michal Orzel @ 2026-04-01 14:58 UTC (permalink / raw)
  To: xen-devel
  Cc: Michal Orzel, Stefano Stabellini, Julien Grall, Bertrand Marquis,
	Volodymyr Babchuk, Mykyta Poturai

The number of violations for clean rules drops from 22 down to 5:
https://gitlab.com/xen-project/people/morzel/xen/-/pipelines/2423381226

Michal Orzel (3):
  xen/arm: acpi: Rename local acpi_size to avoid shadowing typedef
  xen/arm: pci: Narrow scope of file-local symbols
  xen/arm: vpci: Move content of xen/arch/arm/vpci.h to arch header

 xen/arch/arm/acpi/domain_build.c   | 14 +++++-----
 xen/arch/arm/domain.c              |  2 +-
 xen/arch/arm/include/asm/vpci.h    | 18 +++++++++++++
 xen/arch/arm/pci/pci-host-common.c |  4 +--
 xen/arch/arm/pci/pci-host-rcar4.c  |  5 ++--
 xen/arch/arm/pci/pci-host-zynqmp.c |  2 +-
 xen/arch/arm/vpci.h                | 42 ------------------------------
 7 files changed, 32 insertions(+), 55 deletions(-)
 delete mode 100644 xen/arch/arm/vpci.h

-- 
2.43.0



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

end of thread, other threads:[~2026-04-02 15:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-01 14:58 [PATCH 0/3] Misc MISRA fixes from Arm allcode report Michal Orzel
2026-04-01 14:58 ` [PATCH 1/3] xen/arm: acpi: Rename local acpi_size to avoid shadowing typedef Michal Orzel
2026-04-02  2:30   ` Julien Grall
2026-04-01 14:58 ` [PATCH 2/3] xen/arm: pci: Narrow scope of file-local symbols Michal Orzel
2026-04-02  2:32   ` Julien Grall
2026-04-01 14:58 ` [PATCH 3/3] xen/arm: vpci: Move content of xen/arch/arm/vpci.h to arch header Michal Orzel
2026-04-02  2:44   ` Julien Grall
2026-04-02  6:32     ` Orzel, Michal
2026-04-02 15:58       ` Volodymyr Babchuk
2026-04-02 13:52   ` Luca Fancellu

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.