Re: [RFC] [PATCH 0/7] Some basic vserver infrastructure

From: Kirill Korotaev
Date: Fri Mar 24 2006 - 10:35:23 EST


I made a preliminary attempt to rebase the /proc hooks atop of your
work. I looked forward to being ready for if a patchset like this got
adopted to -mm to be able to hand that piece over :-).
I strongly object against using /proc hooks to get virtualization-like
solution.
You endup with lots of hooks and unmaintainable code.
Also though it works find with a small subset of /proc and sysctl, it
works poorly with dynamic trees, as the same entries can be
created in container, though they already exist in host. e.g. network
device names.

Thanks,
Kirill


-
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/