mbox series

[for-4.19,0/2] Xen: Final MISRA R8.3 fixes

Message ID 20240621205800.329230-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series Xen: Final MISRA R8.3 fixes | expand

Message

Andrew Cooper June 21, 2024, 8:57 p.m. UTC
This gets Xen clean to R8.3 and marks it as blocking in Gitlab.

https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/1342755199

Andrew Cooper (2):
  x86/pagewalk: Address MISRA R8.3 violation in guest_walk_tables()
  xen/multicall: Change nr_calls to uniformly be unsigned long

 automation/eclair_analysis/ECLAIR/tagging.ecl | 1 +
 xen/arch/x86/include/asm/guest_pt.h           | 2 +-
 xen/common/multicall.c                        | 4 ++--
 xen/include/hypercall-defs.c                  | 4 ++--
 xen/include/public/xen.h                      | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)


base-commit: 9e7c26ad8532c3efda174dee5ab8bdbeef1e4f6d

Comments

Oleksii June 24, 2024, 7:56 a.m. UTC | #1
On Fri, 2024-06-21 at 21:57 +0100, Andrew Cooper wrote:
> This gets Xen clean to R8.3 and marks it as blocking in Gitlab.
> 
> https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/1342755199
> 
> Andrew Cooper (2):
>   x86/pagewalk: Address MISRA R8.3 violation in guest_walk_tables()
>   xen/multicall: Change nr_calls to uniformly be unsigned long
> 
>  automation/eclair_analysis/ECLAIR/tagging.ecl | 1 +
>  xen/arch/x86/include/asm/guest_pt.h           | 2 +-
>  xen/common/multicall.c                        | 4 ++--
>  xen/include/hypercall-defs.c                  | 4 ++--
>  xen/include/public/xen.h                      | 2 +-
>  5 files changed, 7 insertions(+), 6 deletions(-)
> 
> 
> base-commit: 9e7c26ad8532c3efda174dee5ab8bdbeef1e4f6d

Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii