[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110526183806.GB2490@elte.hu>
Date: Thu, 26 May 2011 20:38:06 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Avi Kivity <avi@...hat.com>, James Morris <jmorris@...ei.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Kees Cook <kees.cook@...onical.com>,
Thomas Gleixner <tglx@...utronix.de>,
Will Drewry <wad@...omium.org>,
Steven Rostedt <rostedt@...dmis.org>,
linux-kernel@...r.kernel.org, gnatapov@...hat.com,
Chris Wright <chrisw@...s-sol.org>,
Pekka Enberg <penberg@...helsinki.fi>
Subject: Re: [PATCH 3/5] v2 seccomp_filters: Enable ftrace-based system call
filtering
* Peter Zijlstra <peterz@...radead.org> wrote:
> On Thu, 2011-05-26 at 20:15 +0200, Ingo Molnar wrote:
>
> > Incidentally i suggested this to Pekka just yesterday: i think we
> > should consider guest RAM images to be named files on the local
> > filesystem (prefixed with the disk image's name or so, for easy
> > identification),
>
> That'll break THP and KSM, both rely and work on anon only.
No reason they should be limited to anon only though.
Also, don't we have some sort of anonfs, from which we could get an
fd, which, if mmap()-ed produces regular anonymous shared memory?
That fd could be passed over to other processes, who could then
mmap() the new piece of shared-anon memory as well.
Thanks,
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists