Stefan Berger
2008-Apr-02 01:46 UTC
[Xen-devel] [PATCH] [RFC] scrub pages when balloon frees them
When a domain is killed, all its memory pages are cleared. However, I looked at the code path that is run when a domain releases memory from the balloon and could not find code that would scrub these pages. So I added this line, but I am wondering whether previously it was forgotten or not done due to some other reason? Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2008-Apr-02 07:23 UTC
[Xen-devel] Re: [PATCH] [RFC] scrub pages when balloon frees them
The domain is responsible for scrubbing its own secrets while it is alive. -- Keir On 2/4/08 02:46, "Stefan Berger" <stefanb@us.ibm.com> wrote:> When a domain is killed, all its memory pages are cleared. However, I > looked at the code path that is run when a domain releases memory from > the balloon and could not find code that would scrub these pages. So I > added this line, but I am wondering whether previously it was forgotten > or not done due to some other reason? > > Signed-off-by: Stefan Berger <stefanb@us.ibm.com> >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel