[Devel] Re: [RFC][PATCH 1/4] checkpoint-restart: general infrastructure
Dave Hansen
dave at linux.vnet.ibm.com
Mon Aug 11 10:11:45 PDT 2008
On Mon, 2008-08-11 at 18:53 +0200, Arnd Bergmann wrote:
> The best way I can think of for this would be to use existing syscalls
> (e.g. sched_setscheduler, setfsuid, ...) from user space whereever
> possible and do only the bare minimum for the restart part in the
> kernel.
Well, the current direction is about as far away from that as you can
get, unless we basically call those system calls from inside our new
sys_restart() one. As of now, we're as much work in the kernel as
possible, and doing the bare minimum in userspace. That's what both
Oren and our OpenVZ colleagues have advocated.
-- Dave
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list