Re: [RFC][PATCH 1/4] checkpoint-restart: general infrastructure

From: Dave Hansen
Date: Mon Aug 11 2008 - 13:12:32 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/