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

Andrew Cooper posted 2 patches 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20240621205800.329230-1-andrew.cooper3@citrix.com
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(-)
[PATCH for-4.19 0/2] Xen: Final MISRA R8.3 fixes
Posted by Andrew Cooper 5 months ago
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
-- 
2.39.2
Re: [PATCH for-4.19 0/2] Xen: Final MISRA R8.3 fixes
Posted by Oleksii 5 months ago
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