[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] misra: add deviation for MISRA C Rule 11.3
- To: Jan Beulich <jbeulich@xxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
- From: Dmytro Prokopchuk1 <dmytro_prokopchuk1@xxxxxxxx>
- Date: Thu, 21 Aug 2025 14:51:16 +0000
- Accept-language: en-US, uk-UA, ru-RU
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=OZ0kaPsKO3Ml3Z9weND2aI5Cmr/DJI0HseFxS2Ej6qo=; b=urLiEhEMa3Kh1FiGHUw3Rs9YoCpjJZKNQZyAC3AwuCoa9GLrCvUtlgrrRYAECfPcN62AM0AD3I355a5tiFLOiBcRs4yBAr5ayWrHbyDikQGW29wxm3aTk/dPSmPzhNnQgOMRqeqKZDpbRFoOkiDeuDtYqvBDNslzKqutwVKPvBE9UYzz/b8Lsmby2btOiL7fLWeAHIfVxO1Gi06xYHFpeGcgrDph8F4CXJCLnHN5WD/AQOZc/Gel64X82m5ESHkSkzigY6Yn26vrcKcgu+ic5MjzILShf1rWTB+FKojfXiVkA2iJQjsIkITYQu4Ku3fdIVgrLZJiDkUJ4pcj7O0HpA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=d3XhbENF1hlNOkxxgxzp0pMIYV5JRmUkEh9YWunpxE2wrXoVT3BuMMYW8nadoljif2TMjbH0g6sJTsHBZRMPxbr8jt/GYt9A1VE+/zyt4dtiuDLRXJXR4MzC/zJMNynBW4Tmw0ZescQ/0kYc/gLw/POOBvHG+0HSc5A3v/jvfCcGQOs14S76cFxNS6X+ntWv1+MEvPxb1O4R+73oRW9Y3rEagJydlywugzR7iNz7OsdFG6m5lMCS2rgZ/yTy09x4wKpWi5otiXb21ZfvNlJ6XKyAgY8UK5nfjOu8JhAZVDSrw3W+Xi0jIqnIL6Ju0Ii77MD3ndCNed4hrgcSYf42oQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Doug Goldstein <cardoe@xxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 21 Aug 2025 14:51:23 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHcEaKMMDydbZiTjE+UNGKddouDNbRs1fAAgABSSoCAAAVDgIAABVUA
- Thread-topic: [PATCH] misra: add deviation for MISRA C Rule 11.3
On 8/21/25 17:32, Jan Beulich wrote:
> On 21.08.2025 16:13, Dmytro Prokopchuk1 wrote:
>> On 8/21/25 12:18, Jan Beulich wrote:
>>> On 20.08.2025 09:17, Dmytro Prokopchuk1 wrote:
>>>> --- a/automation/eclair_analysis/ECLAIR/monitored.ecl
>>>> +++ b/automation/eclair_analysis/ECLAIR/monitored.ecl
>>>> @@ -45,6 +45,7 @@
>>>> -enable=MC3A2.R10.2
>>>> -enable=MC3A2.R11.1
>>>> -enable=MC3A2.R11.2
>>>> +-enable=MC3A2.R11.3
>>>
>>> While the description mentions this change, it doesn't say why (e.g. "no
>>> violations left" or "only this and that violation left" or some such).
>> ARM: 813V -> 16V
>> X86: 1422V -> 1035V
>>
>> Looks OK for ARM (to be added in the monitoring list), but X86...
>> Anyway the number of reported errors has no side effect.
>
> Does it not, i.e. not even on the time it takes Eclair to do a full run?
Yes, scan time depends on number of enabled rules.
But I don't know the time values.
Dmytro.
>
>> Jan, decision up to you (include into monitored.ecl or not).
>
> For x86 I think the count is still too high. And no, it's not solely my
> decision.
>
> Jan
|