[PATCH 0/4] x86: Misra rule 13.6

Jan Beulich posted 4 patches 2 days, 5 hours ago
Failed in applying to current master (apply log)
[PATCH 0/4] x86: Misra rule 13.6
Posted by Jan Beulich 2 days, 5 hours ago
1: shadow: split get_unsafe() invocations
2: shadow: avoid sizeof(this_cpu(...))
3: P2M: split a read_atomic() invocation
4: PV: split a get_unsafe() invocation

This takes care of all 77(?) violations of this rule, according to
https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/2543797752.

Jan