mbox series

[XEN,0/2] x86/p2m: address a violation of MISRA C:2012 Rule 8.3

Message ID cover.1701344917.git.federico.serafini@bugseng.com (mailing list archive)
Headers show
Series x86/p2m: address a violation of MISRA C:2012 Rule 8.3 | expand

Message

Federico Serafini Nov. 30, 2023, 3:48 p.m. UTC
Patch 1/2 does some preparation work, hence it needs to be committed as first.
Patch 2/2 addresses the violation.

Federico Serafini (2):
  x86/p2m: preparation work for xenmem_add_to_physmap_one()
  x86/p2m: address a violation of MISRA C:2012 Rule 8.3

 xen/arch/x86/mm/p2m.c | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

Comments

Federico Serafini Nov. 30, 2023, 3:56 p.m. UTC | #1
On 30/11/23 16:48, Federico Serafini wrote:
> Patch 1/2 does some preparation work, hence it needs to be committed as first.
> Patch 2/2 addresses the violation.
> 
> Federico Serafini (2):
>    x86/p2m: preparation work for xenmem_add_to_physmap_one()
>    x86/p2m: address a violation of MISRA C:2012 Rule 8.3
> 
>   xen/arch/x86/mm/p2m.c | 36 ++++++++++++++++++------------------
>   1 file changed, 18 insertions(+), 18 deletions(-)

Adding maintainers in CC.