Re: [PATCH] docs/misra: add D4.12

2024-05-27 Thread Stefano Stabellini
On Wed, 15 May 2024, Stefano Stabellini wrote: > On Wed, 15 May 2024, Jan Beulich wrote: > > On 15.05.2024 01:15, Stefano Stabellini wrote: > > > Add D4.12 with the same explanation as the rules of the R21 series. > > > D4.12 refers to the standard library memory allocation functions and > > > simi

Re: [PATCH] docs/misra: add D4.12

2024-05-15 Thread Stefano Stabellini
On Wed, 15 May 2024, Jan Beulich wrote: > On 15.05.2024 01:15, Stefano Stabellini wrote: > > Add D4.12 with the same explanation as the rules of the R21 series. > > D4.12 refers to the standard library memory allocation functions and > > similar third party libraries with memory allocation function

Re: [PATCH] docs/misra: add D4.12

2024-05-15 Thread Jan Beulich
On 15.05.2024 01:15, Stefano Stabellini wrote: > Add D4.12 with the same explanation as the rules of the R21 series. > D4.12 refers to the standard library memory allocation functions and > similar third party libraries with memory allocation functions. It > doesn't refer to the in-tree implementat

[PATCH] docs/misra: add D4.12

2024-05-14 Thread Stefano Stabellini
Add D4.12 with the same explanation as the rules of the R21 series. D4.12 refers to the standard library memory allocation functions and similar third party libraries with memory allocation functions. It doesn't refer to the in-tree implementation we have in Xen which is subject to MISRA C rules an