Re: [PATCH] misra: add deviations of MISRA C Rule 5.5

2025-07-24 Thread Nicola Vetrini
On 2025-07-16 20:08, Dmytro Prokopchuk1 wrote: MISRA C Rule 5.5 states that: "Identifiers shall be distinct from macro names". Update ECLAIR configuration to deviate: - clashes in 'xen/include/xen/bitops.h'; - clashes in 'xen/include/xen/irq.h'; - clashes in 'xen/common/grant_table.c'. Signed-o

Re: [PATCH] misra: add deviations of MISRA C Rule 5.5

2025-07-24 Thread Jan Beulich
On 23.07.2025 18:12, Dmytro Prokopchuk1 wrote: > > > On 7/21/25 13:34, Jan Beulich wrote: >> On 21.07.2025 12:27, Dmytro Prokopchuk1 wrote: >>> On 7/16/25 21:08, Dmytro Prokopchuk wrote: MISRA C Rule 5.5 states that: "Identifiers shall be distinct from macro names". Update ECL

Re: [PATCH] misra: add deviations of MISRA C Rule 5.5

2025-07-23 Thread Dmytro Prokopchuk1
On 7/21/25 13:34, Jan Beulich wrote: > On 21.07.2025 12:27, Dmytro Prokopchuk1 wrote: >> On 7/16/25 21:08, Dmytro Prokopchuk wrote: >>> MISRA C Rule 5.5 states that: "Identifiers shall >>> be distinct from macro names". >>> >>> Update ECLAIR configuration to deviate: >>> - clashes in 'xen/include

Re: [PATCH] misra: add deviations of MISRA C Rule 5.5

2025-07-21 Thread Jan Beulich
On 21.07.2025 12:27, Dmytro Prokopchuk1 wrote: > On 7/16/25 21:08, Dmytro Prokopchuk wrote: >> MISRA C Rule 5.5 states that: "Identifiers shall >> be distinct from macro names". >> >> Update ECLAIR configuration to deviate: >> - clashes in 'xen/include/xen/bitops.h'; >> - clashes in 'xen/include/xe

Re: [PATCH] misra: add deviations of MISRA C Rule 5.5

2025-07-21 Thread Dmytro Prokopchuk1
On 7/16/25 21:08, Dmytro Prokopchuk wrote: > MISRA C Rule 5.5 states that: "Identifiers shall > be distinct from macro names". > > Update ECLAIR configuration to deviate: > - clashes in 'xen/include/xen/bitops.h'; > - clashes in 'xen/include/xen/irq.h'; > - clashes in 'xen/common/grant_table.c'.

[PATCH] misra: add deviations of MISRA C Rule 5.5

2025-07-16 Thread Dmytro Prokopchuk1
MISRA C Rule 5.5 states that: "Identifiers shall be distinct from macro names". Update ECLAIR configuration to deviate: - clashes in 'xen/include/xen/bitops.h'; - clashes in 'xen/include/xen/irq.h'; - clashes in 'xen/common/grant_table.c'. Signed-off-by: Dmytro Prokopchuk --- This patch makes MI