On 19.01.2023 19:19, Andrew Cooper wrote: > On 19/01/2023 1:19 pm, Jan Beulich wrote: >> Clearly within the for_each_vcpu() the vCPU of this loop is meant, not >> the (loop invariant) one the fault occurred on. >> >> Signed-off-by: Jan Beulich <jbeul...@suse.com> > > Wow that's been broken for the entire lifetime of the pagetable_dying op > 0 3d5e6a3ff38 from 2010, but it still deserves a fixes tag.
Oh, yes, of course. But then it'll really need two, as ef3b0d8d2c39 ("x86/shadow: shadow_table[] needs only one entry for PV-only configs") was also flawed, and I guess I really should have spotted the issue back then already. > Preferably with that, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> Thanks. Jan