All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Durrant <paul.durrant@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Stefano Stabellini <sstabellini@kernel.org>, Wei Liu <wl@xen.org>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
	George Dunlap <George.Dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Julien Grall <julien.grall@arm.com>,
	Paul Durrant <paul.durrant@citrix.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: [Xen-devel] [PATCH v3 0/2] xmalloc patches
Date: Fri, 5 Jul 2019 15:48:53 +0100	[thread overview]
Message-ID: <20190705144855.15259-1-paul.durrant@citrix.com> (raw)

These are the remaining patches to xmalloc_tlsf.c that stem from debugging
the problem that led to commit 56ad6265 "x86/msi: fix loop termination
condition in pci_msi_conf_write_intercept()".

Paul Durrant (2):
  xmalloc: remove struct xmem_pool init_region
  xmalloc: add a Kconfig option to poison free pool memory

 xen/Kconfig.debug         |  7 ++++++
 xen/common/string.c       | 20 +++++++++++++++++
 xen/common/xmalloc_tlsf.c | 46 ++++++++++++++-------------------------
 xen/include/xen/string.h  |  2 ++
 xen/include/xen/xmalloc.h |  2 --
 5 files changed, 45 insertions(+), 32 deletions(-)
 ---
 v3:
  - Extra note on patch #1 commit comment
  - Couple of fixes to patch #2
  
 v2:
  - Patch #1 of v1 of the series already commmitted, so dropped
  - New patch #1 (old patch #2) now removes the init_region

Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Julien Grall <julien.grall@arm.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wl@xen.org>
-- 
2.20.1.2.gb21ebb671


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

             reply	other threads:[~2019-07-05 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-05 14:48 Paul Durrant [this message]
2019-07-05 14:48 ` [Xen-devel] [PATCH v3 1/2] xmalloc: remove struct xmem_pool init_region Paul Durrant
2019-07-05 14:48 ` [Xen-devel] [PATCH v3 2/2] xmalloc: add a Kconfig option to poison free pool memory Paul Durrant
2019-07-05 14:52   ` Jan Beulich
2019-07-05 15:20     ` Paul Durrant

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=20190705144855.15259-1-paul.durrant@citrix.com \
    --to=paul.durrant@citrix.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=julien.grall@arm.com \
    --cc=konrad.wilk@oracle.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.