Re: [PATCH] docs/misra: replace R13.1 with R13.2

2024-05-14 Thread Stefano Stabellini
On Tue, 14 May 2024, Jan Beulich wrote: > On 11.05.2024 01:32, Stefano Stabellini wrote: > > After looking closely at the R13.1 violations and potential fixes or > > deviations, upon further reflection and discussions, we realized that it > > is R13.2, limited to initializers list, that we want to

Re: [PATCH] docs/misra: replace R13.1 with R13.2

2024-05-14 Thread Jan Beulich
On 14.05.2024 15:47, Jan Beulich wrote: > On 11.05.2024 01:32, Stefano Stabellini wrote: >> After looking closely at the R13.1 violations and potential fixes or >> deviations, upon further reflection and discussions, we realized that it >> is R13.2, limited to initializers list, that we want to com

Re: [PATCH] docs/misra: replace R13.1 with R13.2

2024-05-14 Thread Jan Beulich
On 11.05.2024 01:32, Stefano Stabellini wrote: > After looking closely at the R13.1 violations and potential fixes or > deviations, upon further reflection and discussions, we realized that it > is R13.2, limited to initializers list, that we want to comply with. > > Link: https://marc.info/?l=xen

[PATCH] docs/misra: replace R13.1 with R13.2

2024-05-10 Thread Stefano Stabellini
After looking closely at the R13.1 violations and potential fixes or deviations, upon further reflection and discussions, we realized that it is R13.2, limited to initializers list, that we want to comply with. Link: https://marc.info/?l=xen-devel&m=170751643325805 Signed-off-by: Stefano Stabellin