[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 9/9] mm: Make sure pages are scrubbed
On Fri, May 05, 2017 at 09:05:54AM -0600, Jan Beulich wrote: > >>> On 14.04.17 at 17:37, <boris.ostrovsky@xxxxxxxxxx> wrote: > > --- a/xen/Kconfig.debug > > +++ b/xen/Kconfig.debug > > @@ -114,6 +114,13 @@ config DEVICE_TREE_DEBUG > > logged in the Xen ring buffer. > > If unsure, say N here. > > > > +config SCRUB_DEBUG > > + bool "Page scrubbing test" > > + default DEBUG > > + ---help--- > > + Verify that pages that need to be scrubbed before being allocated to > > + a guest are indeed scrubbed. > > Indentation. > > > --- a/xen/common/page_alloc.c > > +++ b/xen/common/page_alloc.c > > @@ -694,6 +694,31 @@ static void page_list_add_scrub(struct page_info *pg, > > unsigned int node, > > page_list_add(pg, &heap(node, zone, order)); > > } > > > > +#define SCRUB_BYTE_PATTERN 0xc2c2c2c2c2c2c2c2 > > This likely needs a ULL suffix at least for the ARM32 build. See 3ac7ca1 So 0xe7f000f0 for ARM32 and AARCH64_BREAK_FAULT for ARM64. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |