From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: dario.faggioli@citrix.com, julien.grall@linaro.org, tim@xen.org,
JBeulich@suse.com, xen-devel@lists.xenproject.org,
Malcolm Crossley <malcolm.crossley@citrix.com>
Subject: Re: [PATCH] Xen: Spread boot time page scrubbing across all available CPU's (v5)
Date: Wed, 4 Jun 2014 14:35:49 +0100 [thread overview]
Message-ID: <538F20B5.30701@citrix.com> (raw)
In-Reply-To: <1401888576-30027-2-git-send-email-konrad.wilk@oracle.com>
On 04/06/14 14:29, Konrad Rzeszutek Wilk wrote:
> diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown
> index 514c7b2..39a67be 100644
> --- a/docs/misc/xen-command-line.markdown
> +++ b/docs/misc/xen-command-line.markdown
> @@ -198,6 +198,16 @@ Scrub free RAM during boot. This is a safety feature to prevent
> accidentally leaking sensitive VM data into other VMs if Xen crashes
> and reboots.
>
> +### bootscrub_chunk_
> +> `= <size>`
> +
> +> Default: `128MB`
The 'B' here is still erroneous.
> printk("done.\n");
> diff --git a/xen/include/asm-arm/numa.h b/xen/include/asm-arm/numa.h
> index cb8f2ba..2c019d7 100644
> --- a/xen/include/asm-arm/numa.h
> +++ b/xen/include/asm-arm/numa.h
> @@ -12,6 +12,7 @@ static inline __attribute__((pure)) int phys_to_nid(paddr_t addr)
>
> /* XXX: implement NUMA support */
> #define node_spanned_pages(nid) (total_pages)
> +#define node_start_pfn(nid) (frametable_base_mfn)
What is this supposed to achieve?
~Andrew
> #define __node_distance(a, b) (20)
>
> #endif /* __ARCH_ARM_NUMA_H */
next prev parent reply other threads:[~2014-06-04 13:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-04 13:29 [PATCH v5] Spread boot time scrubbing across available CPUs Konrad Rzeszutek Wilk
2014-06-04 13:29 ` [PATCH] Xen: Spread boot time page scrubbing across all available CPU's (v5) Konrad Rzeszutek Wilk
2014-06-04 13:35 ` Andrew Cooper [this message]
2014-06-04 13:52 ` Konrad Rzeszutek Wilk
2014-06-05 10:09 ` Tim Deegan
2014-06-05 11:22 ` Jan Beulich
2014-06-05 17:49 ` Konrad Rzeszutek Wilk
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=538F20B5.30701@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=JBeulich@suse.com \
--cc=dario.faggioli@citrix.com \
--cc=julien.grall@linaro.org \
--cc=konrad.wilk@oracle.com \
--cc=malcolm.crossley@citrix.com \
--cc=tim@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).