All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix MISRA regression about flexible array member not at the end
@ 2024-04-30 11:09 Luca Fancellu
  2024-04-30 11:09 ` [PATCH 1/2] xen/kernel.h: Import __struct_group from Linux Luca Fancellu
  2024-04-30 11:09 ` [PATCH 2/2] xen/arm: Fix MISRA regression on R1.1, flexible array member not at the end Luca Fancellu
  0 siblings, 2 replies; 22+ messages in thread
From: Luca Fancellu @ 2024-04-30 11:09 UTC (permalink / raw)
  To: xen-devel
  Cc: consulting, nicola.vetrini, Andrew Cooper, George Dunlap,
	Jan Beulich, Julien Grall, Stefano Stabellini, Bertrand Marquis,
	Michal Orzel, Volodymyr Babchuk

This small serie is fixing a MISRA regression on the R1.1 due to the
introduction of a new interface that uses a flexible member array [1].

I've splitted the serie in two in order to keep the Linux imported code on a
single commit, the imported macro is later used in the second patch of the
serie.

[1] https://lore.kernel.org/all/8be082b6d22d61c0b14910680d3833a7@bugseng.com/

Luca Fancellu (2):
  xen/kernel.h: Import __struct_group from Linux
  xen/arm: Fix MISRA regression on R1.1, flexible array member not at
    the end

 xen/arch/arm/acpi/domain_build.c        |  2 +-
 xen/arch/arm/domain_build.c             |  6 +++---
 xen/arch/arm/include/asm/kernel.h       | 11 ++++++++++-
 xen/arch/arm/include/asm/setup.h        | 18 ++++++++++--------
 xen/arch/arm/include/asm/static-shmem.h | 12 ++++++++++++
 xen/arch/arm/static-shmem.c             | 19 +++++++++----------
 xen/include/xen/kernel.h                | 21 +++++++++++++++++++++
 7 files changed, 66 insertions(+), 23 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-05-08 16:18 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30 11:09 [PATCH 0/2] Fix MISRA regression about flexible array member not at the end Luca Fancellu
2024-04-30 11:09 ` [PATCH 1/2] xen/kernel.h: Import __struct_group from Linux Luca Fancellu
2024-04-30 11:43   ` Jan Beulich
2024-05-01  6:54     ` Luca Fancellu
2024-05-02  6:09       ` Jan Beulich
2024-05-02  6:23         ` Luca Fancellu
2024-05-02  6:38           ` Jan Beulich
2024-05-02 18:23   ` Stefano Stabellini
2024-04-30 11:09 ` [PATCH 2/2] xen/arm: Fix MISRA regression on R1.1, flexible array member not at the end Luca Fancellu
2024-04-30 11:37   ` Jan Beulich
2024-05-01  6:57     ` Luca Fancellu
2024-05-02  6:14       ` Jan Beulich
2024-05-02  6:33         ` Luca Fancellu
2024-05-02  6:43           ` Jan Beulich
2024-05-02  8:13             ` Luca Fancellu
2024-05-02  9:53               ` Jan Beulich
2024-05-02 10:12                 ` Luca Fancellu
2024-05-02 10:30                   ` Jan Beulich
2024-05-02 10:42                     ` Luca Fancellu
2024-04-30 12:55   ` Nicola Vetrini
2024-05-02 18:35   ` Stefano Stabellini
2024-05-08 16:18     ` 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.