AFAICT these patches have the necessary A-b/R-b-s, or are there some missing that I need to chase?
Paul > -----Original Message----- > From: Paul Durrant <pdurr...@amazon.com> > Sent: 03 February 2020 10:57 > To: xen-devel@lists.xenproject.org > Cc: Durrant, Paul <pdurr...@amazon.co.uk>; Andrew Cooper > <andrew.coop...@citrix.com>; George Dunlap <george.dun...@citrix.com>; Ian > Jackson <ian.jack...@eu.citrix.com>; Julien Grall <jul...@xen.org>; Jun > Nakajima <jun.nakaj...@intel.com>; Konrad Rzeszutek Wilk > <konrad.w...@oracle.com>; Roger Pau Monné <roger....@citrix.com>; Stefano > Stabellini <sstabell...@kernel.org>; Tim Deegan <t...@xen.org>; Volodymyr > Babchuk <volodymyr_babc...@epam.com>; Wei Liu <w...@xen.org> > Subject: [PATCH v9 0/4] purge free_shared_domheap_page() > > Paul Durrant (4): > x86 / vmx: move teardown from domain_destroy()... > add a domain_tot_pages() helper function > mm: make pages allocated with MEMF_no_refcount safe to assign > x86 / vmx: use a MEMF_no_refcount domheap page for > APIC_DEFAULT_PHYS_BASE > > xen/arch/arm/arm64/domctl.c | 2 +- > xen/arch/x86/domain.c | 2 +- > xen/arch/x86/hvm/vmx/vmx.c | 25 ++++++++--- > xen/arch/x86/mm.c | 15 ++----- > xen/arch/x86/mm/p2m-pod.c | 10 ++--- > xen/arch/x86/mm/shadow/common.c | 2 +- > xen/arch/x86/msi.c | 2 +- > xen/arch/x86/numa.c | 2 +- > xen/arch/x86/pv/dom0_build.c | 25 ++++++----- > xen/arch/x86/pv/domain.c | 2 +- > xen/arch/x86/pv/shim.c | 4 +- > xen/common/domctl.c | 2 +- > xen/common/grant_table.c | 4 +- > xen/common/keyhandler.c | 2 +- > xen/common/memory.c | 2 +- > xen/common/page_alloc.c | 78 ++++++++++++++++++++++++--------- > xen/include/asm-arm/mm.h | 5 ++- > xen/include/asm-x86/mm.h | 9 ++-- > xen/include/public/memory.h | 4 +- > xen/include/xen/sched.h | 27 +++++++++--- > 20 files changed, 143 insertions(+), 81 deletions(-) > --- > Cc: Andrew Cooper <andrew.coop...@citrix.com> > Cc: George Dunlap <george.dun...@citrix.com> > Cc: Ian Jackson <ian.jack...@eu.citrix.com> > Cc: Julien Grall <jul...@xen.org> > Cc: Jun Nakajima <jun.nakaj...@intel.com> > Cc: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> > Cc: "Roger Pau Monné" <roger....@citrix.com> > Cc: Stefano Stabellini <sstabell...@kernel.org> > Cc: Tim Deegan <t...@xen.org> > Cc: Volodymyr Babchuk <volodymyr_babc...@epam.com> > Cc: Wei Liu <w...@xen.org> > -- > 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel