Re: [XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 Rule 17.1

2024-03-22 Thread Simone Ballarin
On 21/03/24 19:00, Stefano Stabellini wrote: On Thu, 21 Mar 2024, Jan Beulich wrote: On 21.03.2024 02:50, Stefano Stabellini wrote: On Wed, 20 Mar 2024, Jan Beulich wrote: On 20.03.2024 09:50, Simone Ballarin wrote: MISRA C:2012 Rule 17.1 states: The features of `' shall not be used The Xen

Re: [XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 Rule 17.1

2024-03-21 Thread Stefano Stabellini
On Thu, 21 Mar 2024, Jan Beulich wrote: > On 21.03.2024 02:50, Stefano Stabellini wrote: > > On Wed, 20 Mar 2024, Jan Beulich wrote: > >> On 20.03.2024 09:50, Simone Ballarin wrote: > >>> MISRA C:2012 Rule 17.1 states: > >>> The features of `' shall not be used > >>> > >>> The Xen community wants

Re: [XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 Rule 17.1

2024-03-21 Thread Jan Beulich
On 21.03.2024 02:50, Stefano Stabellini wrote: > On Wed, 20 Mar 2024, Jan Beulich wrote: >> On 20.03.2024 09:50, Simone Ballarin wrote: >>> MISRA C:2012 Rule 17.1 states: >>> The features of `' shall not be used >>> >>> The Xen community wants to avoid using variadic functions except for >>>

Re: [XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 Rule 17.1

2024-03-20 Thread Stefano Stabellini
On Wed, 20 Mar 2024, Jan Beulich wrote: > On 20.03.2024 09:50, Simone Ballarin wrote: > > MISRA C:2012 Rule 17.1 states: > > The features of `' shall not be used > > > > The Xen community wants to avoid using variadic functions except for > > specific circumstances where it feels appropriate by

Re: [XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 Rule 17.1

2024-03-20 Thread Jan Beulich
On 20.03.2024 09:50, Simone Ballarin wrote: > MISRA C:2012 Rule 17.1 states: > The features of `' shall not be used > > The Xen community wants to avoid using variadic functions except for > specific circumstances where it feels appropriate by strict code review. > > Add deviation for functions

[XEN PATCH 1/2] automation/eclair: add deviation for MISRA C:2012 Rule 17.1

2024-03-20 Thread Simone Ballarin
MISRA C:2012 Rule 17.1 states: The features of `' shall not be used The Xen community wants to avoid using variadic functions except for specific circumstances where it feels appropriate by strict code review. Add deviation for functions related to console output (printk and similar).