Re: [PATCH v5] automation/eclair: update configuration of D4.10

2025-06-23 Thread Stefano Stabellini
On Mon, 23 Jun 2025, Jan Beulich wrote: > On 22.06.2025 22:58, Stefano Stabellini wrote: > > On Sun, 22 Jun 2025, Nicola Vetrini wrote: > >> On 2025-06-21 04:19, Stefano Stabellini wrote: > >>> --- a/xen/arch/x86/include/asm/cpufeatures.h > >>> +++ b/xen/arch/x86/include/asm/cpufeatures.h > >>> @@

Re: [PATCH v5] automation/eclair: update configuration of D4.10

2025-06-23 Thread Jan Beulich
On 22.06.2025 22:58, Stefano Stabellini wrote: > On Sun, 22 Jun 2025, Nicola Vetrini wrote: >> On 2025-06-21 04:19, Stefano Stabellini wrote: >>> --- a/xen/arch/x86/include/asm/cpufeatures.h >>> +++ b/xen/arch/x86/include/asm/cpufeatures.h >>> @@ -1,6 +1,6 @@ >>> -/* >>> - * Explicitly intended for

Re: [PATCH v5] automation/eclair: update configuration of D4.10

2025-06-22 Thread Stefano Stabellini
On Sun, 22 Jun 2025, Nicola Vetrini wrote: > On 2025-06-21 04:19, Stefano Stabellini wrote: > > MISRA C Directive 4.10 states that "Precautions shall be taken in order > > to prevent the contents of a header file being included more than > > once". > > > > Add a SAF tag to the existing comment on

Re: [PATCH v5] automation/eclair: update configuration of D4.10

2025-06-22 Thread Nicola Vetrini
On 2025-06-21 04:19, Stefano Stabellini wrote: MISRA C Directive 4.10 states that "Precautions shall be taken in order to prevent the contents of a header file being included more than once". Add a SAF tag to the existing comment on top of cpufeatures.h. You say this, but technically the comme

[PATCH v5] automation/eclair: update configuration of D4.10

2025-06-20 Thread Stefano Stabellini
MISRA C Directive 4.10 states that "Precautions shall be taken in order to prevent the contents of a header file being included more than once". Add a SAF tag to the existing comment on top of cpufeatures.h. Add a header inclusion guard to compile.h. Update ECLAIR configuration to: - extend exist