[PATCH 0/2] Address violations of MISRA C Rule 20.7

Dmytro Prokopchuk1 posted 2 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1773399567.git.dmytro._5Fprokopchuk1@epam.com
xen/arch/arm/pci/pci-access.c |  6 +++---
xen/common/livepatch.c        | 18 +++++++++---------
2 files changed, 12 insertions(+), 12 deletions(-)
[PATCH 0/2] Address violations of MISRA C Rule 20.7
Posted by Dmytro Prokopchuk1 1 week, 3 days ago
This series fixes some MISRA C Rule 20.7.

Test CI pipeline:
https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/2383264392

Dmytro Prokopchuk (2):
  arm/pci: address violations of MISRA C Rule 20.7
  livepatch: address violations of MISRA C Rule 20.7

 xen/arch/arm/pci/pci-access.c |  6 +++---
 xen/common/livepatch.c        | 18 +++++++++---------
 2 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] Address violations of MISRA C Rule 20.7
Posted by Andrew Cooper 1 week, 3 days ago
On 13/03/2026 11:44 am, Dmytro Prokopchuk1 wrote:
> This series fixes some MISRA C Rule 20.7.
>
> Test CI pipeline:
> https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/2383264392
>
> Dmytro Prokopchuk (2):
>   arm/pci: address violations of MISRA C Rule 20.7
>   livepatch: address violations of MISRA C Rule 20.7

I already have patches pending for these and more.

~Andrew
Re: [PATCH 0/2] Address violations of MISRA C Rule 20.7
Posted by Dmytro Prokopchuk1 1 week, 3 days ago

On 3/13/26 14:21, Andrew Cooper wrote:
> On 13/03/2026 11:44 am, Dmytro Prokopchuk1 wrote:
>> This series fixes some MISRA C Rule 20.7.
>>
>> Test CI pipeline:
>> https://gitlab.com/xen-project/people/dimaprkp4k/xen/-/pipelines/2383264392
>>
>> Dmytro Prokopchuk (2):
>>    arm/pci: address violations of MISRA C Rule 20.7
>>    livepatch: address violations of MISRA C Rule 20.7
>
> I already have patches pending for these and more.
>
> ~Andrew

Hello Andrew,

sorry, my bad. Just ignore my patches.

BR, Dmytro.