Re: [XEN PATCH v5 10/17] x86/asm: address violations of MISRA C:2012 Directive 4.10

2024-07-24 Thread Jan Beulich
On 23.07.2024 10:15, Alessandro Zucchelli wrote: > --- a/xen/include/Makefile > +++ b/xen/include/Makefile > @@ -105,9 +105,14 @@ xlat-y := $(shell sed -ne 's,@arch@,$(compat-arch-y),g' > -re 's,^[?!][[:blank:]]+ > xlat-y := $(filter $(patsubst compat/%,%,$(headers-y)),$(xlat-y)) > > quiet_cmd

Re: [XEN PATCH v5 10/17] x86/asm: address violations of MISRA C:2012 Directive 4.10

2024-07-23 Thread Stefano Stabellini
On Tue, 23 Jul 2024, Alessandro Zucchelli wrote: > From: Simone Ballarin > > Amend generation script, add inclusion guards to address violations > of MISRA C:2012 Directive 4.10 ("Precautions shall be taken in order > to prevent the contents of a header file being included more than > once"). >

[XEN PATCH v5 10/17] x86/asm: address violations of MISRA C:2012 Directive 4.10

2024-07-23 Thread Alessandro Zucchelli
From: Simone Ballarin Amend generation script, add inclusion guards to address violations of MISRA C:2012 Directive 4.10 ("Precautions shall be taken in order to prevent the contents of a header file being included more than once"). This patch amends the Makefile adding the required inclusion gu