> -----Original Message----- > From: Paul Durrant <[email protected]> > Sent: 05 July 2019 10:03 > To: [email protected] > Cc: Paul Durrant <[email protected]>; Andrew Cooper > <[email protected]>; George Dunlap > <[email protected]>; Ian Jackson <[email protected]>; Jan Beulich > <[email protected]>; > Julien Grall <[email protected]>; Konrad Rzeszutek Wilk > <[email protected]>; Stefano > Stabellini <[email protected]>; Tim (Xen.org) <[email protected]>; Wei Liu > <[email protected]> > Subject: [PATCH v2 0/2] xmalloc patches > > 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 | 44 +++++++++++++-------------------------- > xen/include/xen/string.h | 2 ++ > xen/include/xen/xmalloc.h | 2 -- > 5 files changed, 43 insertions(+), 32 deletions(-) > --- > v2: > - Patch #1 of v1 of the series already commmitted, so dropped > - Patch #2 now removes the init_region
^ For clarity that's old patch #2, new patch #1. Paul > > Cc: Andrew Cooper <[email protected]> > Cc: George Dunlap <[email protected]> > Cc: Ian Jackson <[email protected]> > Cc: Jan Beulich <[email protected]> > Cc: Julien Grall <[email protected]> > Cc: Konrad Rzeszutek Wilk <[email protected]> > Cc: Stefano Stabellini <[email protected]> > Cc: Tim Deegan <[email protected]> > Cc: Wei Liu <[email protected]> > -- > 2.20.1.2.gb21ebb671 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
