Re: [PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-15 Thread Stefano Stabellini
On Fri, 15 Nov 2024, Alessandro Zucchelli wrote: > On 2024-11-14 03:23, Stefano Stabellini wrote: > > On Wed, 13 Nov 2024, Jan Beulich wrote: > > > On 13.11.2024 11:48, Alessandro Zucchelli wrote: > > > > At this link you can see all the violations of Rule 5.2: > > > > > > > > > > > https://saas.ec

Re: [PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-15 Thread Alessandro Zucchelli
On 2024-11-14 03:23, Stefano Stabellini wrote: On Wed, 13 Nov 2024, Jan Beulich wrote: On 13.11.2024 11:48, Alessandro Zucchelli wrote: > At this link you can see all the violations of Rule 5.2: > > https://saas.eclairit.com:3787/fs/var/local/eclair/xen-project.ecdf/xen-project/people/bugseng/x

Re: [PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-13 Thread Stefano Stabellini
On Wed, 13 Nov 2024, Jan Beulich wrote: > On 13.11.2024 11:48, Alessandro Zucchelli wrote: > > At this link you can see all the violations of Rule 5.2: > > > > https://saas.eclairit.com:3787/fs/var/local/eclair/xen-project.ecdf/xen-project/people/bugseng/xen/ECLAIR_normal/40_characters/X86_64/8143

[PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-13 Thread Alessandro Zucchelli
This addresses violations of MISRA C:2012 Rule 5.2 which states as following: Identifiers declared in the same scope and name space shall be distinct. This deviation addresses violations of Rule 5.2 arising from identifiers generated through token pasting macros CHECK_NAME_ and DEFINE_COMPAT_HANDL

Re: [PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-13 Thread Jan Beulich
On 13.11.2024 11:48, Alessandro Zucchelli wrote: > At this link you can see all the violations of Rule 5.2: > > https://saas.eclairit.com:3787/fs/var/local/eclair/xen-project.ecdf/xen-project/people/bugseng/xen/ECLAIR_normal/40_characters/X86_64/8143097084/PROJECT.ecd;/by_service/MC3R1.R5.2.html

Re: [PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-13 Thread Alessandro Zucchelli
Hi Jan, At this link you can see all the violations of Rule 5.2: https://saas.eclairit.com:3787/fs/var/local/eclair/xen-project.ecdf/xen-project/people/bugseng/xen/ECLAIR_normal/40_characters/X86_64/8143097084/PROJECT.ecd;/by_service/MC3R1.R5.2.html By deviating the two macros CHECK_NAME_ and DE

Re: [PATCH] xen:add deviations for MISRA C 2012 Rule R5.2

2024-11-13 Thread Jan Beulich
On 13.11.2024 09:41, Alessandro Zucchelli wrote: > This addresses violations of MISRA C:2012 Rule 5.2 which states as > following: Identifiers declared in the same scope and name space shall > be distinct. > > This deviation addresses violations of Rule 5.2 arising from > identifiers generated thr