From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH v4 0/4] cgroups: support for module-loadable subsystems Date: Wed, 6 Jan 2010 16:04:14 -0800 Message-ID: <20100106160414.bd555474.akpm@linux-foundation.org> References: <20091231051050.GA714@andrew.cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091231051050.GA714-OM76b2Iv3yLQjUSlxSEPGw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Ben Blum Cc: menage-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: containers.vger.kernel.org On Thu, 31 Dec 2009 00:10:50 -0500 Ben Blum wrote: > This patch series implements support for building, loading, and > unloading subsystems as modules, both within and outside the kernel > source tree. It provides an interface cgroup_load_subsys() and > cgroup_unload_subsys() which modular subsystems can use to register and > depart during runtime. The net_cls classifier subsystem serves as the > example for a subsystem which can be converted into a module using these > changes. What is the value in this? What are the usage scenarios? Why does the benefit of this change exceed the cost/risk/etc of merging it?