Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Stefano Stabellini
On Tue, 22 Aug 2023, Jan Beulich wrote: > On 22.08.2023 03:30, Stefano Stabellini wrote: > > From: Stefano Stabellini > > > > During the discussions that led to the acceptable of the Rules, we > > Nit: acceptance > > > decided on a few exceptions that were not properly recorded in > > rules.rst

Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Stefano Stabellini
On Tue, 22 Aug 2023, Jan Beulich wrote: > On 22.08.2023 12:33, Julien Grall wrote: > > Hi Jan, > > > > On 22/08/2023 11:12, Jan Beulich wrote: > >> On 22.08.2023 09:56, Julien Grall wrote: > >>> On 22/08/2023 02:30, Stefano Stabellini wrote: > --- a/docs/misra/rules.rst > +++ b/docs/misr

Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Jan Beulich
On 22.08.2023 12:33, Julien Grall wrote: > Hi Jan, > > On 22/08/2023 11:12, Jan Beulich wrote: >> On 22.08.2023 09:56, Julien Grall wrote: >>> On 22/08/2023 02:30, Stefano Stabellini wrote: --- a/docs/misra/rules.rst +++ b/docs/misra/rules.rst @@ -59,7 +59,8 @@ maintainers if you wa

Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Julien Grall
Hi Jan, On 22/08/2023 11:12, Jan Beulich wrote: On 22.08.2023 09:56, Julien Grall wrote: On 22/08/2023 02:30, Stefano Stabellini wrote: --- a/docs/misra/rules.rst +++ b/docs/misra/rules.rst @@ -59,7 +59,8 @@ maintainers if you want to suggest a change. - Required - Precautions

Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Jan Beulich
On 22.08.2023 09:56, Julien Grall wrote: > On 22/08/2023 02:30, Stefano Stabellini wrote: >> --- a/docs/misra/rules.rst >> +++ b/docs/misra/rules.rst >> @@ -59,7 +59,8 @@ maintainers if you want to suggest a change. >>- Required >>- Precautions shall be taken in order to prevent the

Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Julien Grall
Hi Stefano, On 22/08/2023 02:30, Stefano Stabellini wrote: From: Stefano Stabellini During the discussions that led to the acceptable of the Rules, we decided on a few exceptions that were not properly recorded in rules.rst. Other times, the exceptions were decided later when it came to enabli

Re: [PATCH v2] docs/misra: add exceptions to rules

2023-08-22 Thread Jan Beulich
On 22.08.2023 03:30, Stefano Stabellini wrote: > From: Stefano Stabellini > > During the discussions that led to the acceptable of the Rules, we Nit: acceptance > decided on a few exceptions that were not properly recorded in > rules.rst. Other times, the exceptions were decided later when it c

[PATCH v2] docs/misra: add exceptions to rules

2023-08-21 Thread Stefano Stabellini
From: Stefano Stabellini During the discussions that led to the acceptable of the Rules, we decided on a few exceptions that were not properly recorded in rules.rst. Other times, the exceptions were decided later when it came to enabling a rule in ECLAIR. Either way, update rules.rst with approp