mbox series

[v2,0/2] x86/misra: fix remaining violation of rule 20.7

Message ID 20241126093508.6966-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/misra: fix remaining violation of rule 20.7 | expand

Message

Roger Pau Monne Nov. 26, 2024, 9:35 a.m. UTC
Hello,

This series fixes the remaining violation of rule 20.7, and marks the
rule a blocking for x86 also on the Eclair scan.

An example gitlab job with the rule enabled can be seen at:

https://gitlab.com/xen-project/people/royger/xen/-/jobs/8470641011

Thanks, Roger.

Roger Pau Monne (2):
  x86/uaccess: rework user access speculative harden guards
  automation/eclair: make Misra rule 20.7 blocking for x86 also

 automation/eclair_analysis/ECLAIR/tagging.ecl |  3 +-
 xen/arch/x86/include/asm/uaccess.h            | 45 +++++++++----------
 xen/arch/x86/usercopy.c                       | 26 +++++------
 3 files changed, 37 insertions(+), 37 deletions(-)