All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Beulich <jbeulich@suse.com>
To: "Durrant, Paul" <pdurrant@amazon.co.uk>
Cc: "Stefano Stabellini" <sstabellini@kernel.org>,
	"Julien Grall" <julien@xen.org>, "Wei Liu" <wl@xen.org>,
	"Konrad Rzeszutek Wilk" <konrad.wilk@oracle.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Ian Jackson" <ian.jackson@eu.citrix.com>,
	"George Dunlap" <george.dunlap@citrix.com>,
	"Tim Deegan" <tim@xen.org>,
	"Jun Nakajima" <jun.nakajima@intel.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
	"Volodymyr Babchuk" <Volodymyr_Babchuk@epam.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [Xen-devel] [PATCH v9 0/4] purge free_shared_domheap_page()
Date: Thu, 6 Feb 2020 09:45:52 +0100	[thread overview]
Message-ID: <97420ba1-ecc1-8545-d36b-8d67d6ac226a@suse.com> (raw)
In-Reply-To: <fe250b28cc42442c86fdb108e1702c45@EX13D32EUC003.ant.amazon.com>

On 06.02.2020 09:28, Durrant, Paul wrote:
> AFAICT these patches have the necessary A-b/R-b-s, or are there some missing that I need to chase?

According to my records ...

>> -----Original Message-----
>> From: Paul Durrant <pdurrant@amazon.com>
>> Sent: 03 February 2020 10:57
>>
>> 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 +-

... this (Arm), ...

>>  xen/arch/x86/domain.c           |  2 +-
>>  xen/arch/x86/hvm/vmx/vmx.c      | 25 ++++++++---

... this (VMX), ...

>>  xen/arch/x86/mm.c               | 15 ++-----
>>  xen/arch/x86/mm/p2m-pod.c       | 10 ++---

... this (MM), ...

>>  xen/arch/x86/mm/shadow/common.c |  2 +-

... this (shadow), ...

>>  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 ++-

... and this (Arm again). I think almost all are for patch 2, with
an Arm one needed on patch 3. If I overlooked any, please point me
at them.

Jan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2020-02-06  8:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 10:56 [Xen-devel] [PATCH v9 0/4] purge free_shared_domheap_page() Paul Durrant
2020-02-03 10:56 ` [Xen-devel] [PATCH v9 1/4] x86 / vmx: move teardown from domain_destroy() Paul Durrant
2020-02-03 10:56 ` [Xen-devel] [PATCH v9 2/4] add a domain_tot_pages() helper function Paul Durrant
2020-02-03 11:40   ` Jan Beulich
2020-02-06  9:46   ` Julien Grall
2020-02-03 10:56 ` [Xen-devel] [PATCH v9 3/4] mm: make pages allocated with MEMF_no_refcount safe to assign Paul Durrant
2020-02-06 10:04   ` Julien Grall
2020-02-06 10:12     ` Durrant, Paul
2020-02-06 11:43       ` Jan Beulich
2020-02-06 14:30         ` Julien Grall
2020-02-03 10:56 ` [Xen-devel] [PATCH v9 4/4] x86 / vmx: use a MEMF_no_refcount domheap page for APIC_DEFAULT_PHYS_BASE Paul Durrant
2020-02-06  8:28 ` [Xen-devel] [PATCH v9 0/4] purge free_shared_domheap_page() Durrant, Paul
2020-02-06  8:45   ` Jan Beulich [this message]
2020-02-06  9:17     ` Durrant, Paul
2020-02-08  6:58       ` Tim Deegan
2020-02-13 12:53       ` Durrant, Paul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97420ba1-ecc1-8545-d36b-8d67d6ac226a@suse.com \
    --to=jbeulich@suse.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=george.dunlap@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=julien@xen.org \
    --cc=jun.nakajima@intel.com \
    --cc=konrad.wilk@oracle.com \
    --cc=pdurrant@amazon.co.uk \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wl@xen.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.