Re: [XEN PATCH 2/2] xen: address violations of MISRA C Rule 17.1

2024-03-22 Thread Simone Ballarin
On 21/03/24 02:47, Stefano Stabellini wrote: On Wed, 20 Mar 2024, Jan Beulich wrote: On 20.03.2024 09:51, Simone Ballarin wrote: MISRA C Rule 20.7 states: "The features of `' shall not be used" The Xen community wants to avoid using variadic functions except for specific circumstances where it

Re: [XEN PATCH 2/2] xen: address violations of MISRA C Rule 17.1

2024-03-20 Thread Stefano Stabellini
On Wed, 20 Mar 2024, Jan Beulich wrote: > On 20.03.2024 09:51, Simone Ballarin wrote: > > MISRA C Rule 20.7 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 co

Re: [XEN PATCH 2/2] xen: address violations of MISRA C Rule 17.1

2024-03-20 Thread Jan Beulich
On 20.03.2024 09:51, Simone Ballarin wrote: > MISRA C Rule 20.7 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. > > Functions hypercall_create_continu