On 31/07/2020 15:58, Jan Beulich wrote: > On 15.07.2020 11:59, Jan Beulich wrote: >> The filling and cleaning up of v->arch.guest_table in new_guest_cr3() >> was apparently inconsistent so far: There was a type ref acquired >> unconditionally for the new top level page table, but the dropping of >> the old type ref was conditional upon !paging_mode_refcounts(). Mirror >> this also to arch_set_info_guest(). >> >> Also move new_guest_cr3()'s #ifdef to around the function - both callers >> now get built only when CONFIG_PV, i.e. no need to retain a stub. >> >> Signed-off-by: Jan Beulich <jbeul...@suse.com> > While I've got an ack from Tim, I think I need either an ack from > Andrew or someone's R-b in order to commit this.
Acked-by: Andrew Cooper <andrew.coop...@citrix.com>