Re: [PATCH v3] docs/misra: add 14.3

2023-09-27 Thread Henry Wang
Hi Stefano, > On Sep 28, 2023, at 07:53, Stefano Stabellini wrote: > > Actually adding Henry > > On Wed, 27 Sep 2023, Stefano Stabellini wrote: >> Hi Henry, >> >> This patch is now acked. Should it go in 4.18? Sure, a doc change should be harmless so: Release-acked-by: Henry Wang Kind rega

Re: [PATCH v3] docs/misra: add 14.3

2023-09-27 Thread Stefano Stabellini
Actually adding Henry On Wed, 27 Sep 2023, Stefano Stabellini wrote: > Hi Henry, > > This patch is now acked. Should it go in 4.18? > > In terms of risk of breaking, it is zero as nothing builds or runs based > on this document. > > At the same time, the benefit is also low because the main val

Re: [PATCH v3] docs/misra: add 14.3

2023-09-27 Thread Stefano Stabellini
Hi Henry, This patch is now acked. Should it go in 4.18? In terms of risk of breaking, it is zero as nothing builds or runs based on this document. At the same time, the benefit is also low because the main value of this document is for future coding changes that would be too late now for 4.18.

Re: [PATCH v3] docs/misra: add 14.3

2023-09-27 Thread Bertrand Marquis
Hi Stefano, > On 8 Sep 2023, at 22:27, Stefano Stabellini wrote: > > From: Stefano Stabellini > > Add 14.3, with project-wide deviations. > > Also take the opportunity to clarify that parameters of function pointer > types are expected to have names (Rule 8.2). > > Signed-off-by: Stefano Sta

Re: [PATCH v3] docs/misra: add 14.3

2023-09-27 Thread Jan Beulich
On 08.09.2023 22:27, Stefano Stabellini wrote: > From: Stefano Stabellini > > Add 14.3, with project-wide deviations. > > Also take the opportunity to clarify that parameters of function pointer > types are expected to have names (Rule 8.2). > > Signed-off-by: Stefano Stabellini I'm not overl

[PATCH v3] docs/misra: add 14.3

2023-09-08 Thread Stefano Stabellini
From: Stefano Stabellini Add 14.3, with project-wide deviations. Also take the opportunity to clarify that parameters of function pointer types are expected to have names (Rule 8.2). Signed-off-by: Stefano Stabellini --- Changes in v3: - add , - add switch(sizeof(...)) and switch(offsetof(...)