Re: [XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-27 Thread oleksii . kurochko
On Wed, 2024-06-26 at 17:37 -0700, Stefano Stabellini wrote: > On Wed, 26 Jun 2024, Federico Serafini wrote: > > On 26/06/24 09:37, Oleksii wrote: > > > On Tue, 2024-06-25 at 18:59 -0700, Stefano Stabellini wrote: > > > > > +-doc_begin="The conversion from a function pointer to > > > > > unsigned >

Re: [XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-26 Thread Stefano Stabellini
On Wed, 26 Jun 2024, Federico Serafini wrote: > On 26/06/24 09:37, Oleksii wrote: > > On Tue, 2024-06-25 at 18:59 -0700, Stefano Stabellini wrote: > > > > +-doc_begin="The conversion from a function pointer to unsigned > > > > long or (void *) does not lose any information, provided that the > > >

Re: [XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-26 Thread Federico Serafini
On 26/06/24 09:37, Oleksii wrote: On Tue, 2024-06-25 at 18:59 -0700, Stefano Stabellini wrote: +-doc_begin="The conversion from a function pointer to unsigned long or (void *) does not lose any information, provided that the target type has enough bits to store it." +-config=MC3R1.R11.1,casts+={

Re: [XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-26 Thread Oleksii
On Tue, 2024-06-25 at 18:59 -0700, Stefano Stabellini wrote: > > +-doc_begin="The conversion from a function pointer to unsigned > > long or (void *) does not lose any information, provided that the > > target type has enough bits to store it." > > +-config=MC3R1.R11.1,casts+={safe, > > +  "from(ty

Re: [XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-25 Thread Federico Serafini
On 26/06/24 03:59, Stefano Stabellini wrote: On Tue, 25 Jun 2024, Federico Serafini wrote: Update ECLAIR configuration to take into account the deviations agreed during the MISRA meetings. While doing this, remove the obsolete "Set [123]" comments. Signed-off-by: Federico Serafini Thank you

Re: [XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-25 Thread Stefano Stabellini
On Tue, 25 Jun 2024, Federico Serafini wrote: > Update ECLAIR configuration to take into account the deviations > agreed during the MISRA meetings. > > While doing this, remove the obsolete "Set [123]" comments. > > Signed-off-by: Federico Serafini Thank you! Many of these deviations are really

[XEN PATCH for 4.19] automation/eclair: add deviations agreed in MISRA meetings

2024-06-25 Thread Federico Serafini
Update ECLAIR configuration to take into account the deviations agreed during the MISRA meetings. While doing this, remove the obsolete "Set [123]" comments. Signed-off-by: Federico Serafini --- .../eclair_analysis/ECLAIR/deviations.ecl | 93 +-- docs/misra/deviations.rst