On Wed, Jun 04, 2025 at 11:22:00AM +0200, Jan Beulich wrote: > It being non-static and it not having a declaration (anymore) violates > one or more Misra rules, iirc. > > Fixes: ff3e5dfa7c2d ("x86/mm: move mmio_ro_emulated_write() to PV only file") > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Roger Pau Monné <roger....@citrix.com> We are not checking for those rules in Eclair I think? Otherwise this won't have passed the CI testing. Or maybe we are just checking builds with !CONFIG_PV? Thanks, Roger.