Re: [PATCH v3 1/9] device_cgroup: prepare exception list handling functions for two lists

2013-01-30 Thread Aristeu Rozanski
On Wed, Jan 30, 2013 at 05:41:40PM +, Serge E. Hallyn wrote: > Quoting a...@redhat.com (a...@redhat.com): > > In the following patches, device_cgroup structure will have two sets of > > behavior and exceptions list (actual one, another with the local settings) > > so rework the functions to use

Re: [PATCH v3 1/9] device_cgroup: prepare exception list handling functions for two lists

2013-01-30 Thread Serge E. Hallyn
Quoting a...@redhat.com (a...@redhat.com): > In the following patches, device_cgroup structure will have two sets of > behavior and exceptions list (actual one, another with the local settings) > so rework the functions to use exception list, not a device_cgroup. > > Cc: Tejun Heo > Cc: Serge Hal

Re: [PATCH v3 1/9] device_cgroup: prepare exception list handling functions for two lists

2013-01-29 Thread Aristeu Rozanski
On Tue, Jan 29, 2013 at 11:41:55AM -0800, Tejun Heo wrote: > On Tue, Jan 29, 2013 at 02:08:00PM -0500, a...@redhat.com wrote: > > In the following patches, device_cgroup structure will have two sets of > > behavior and exceptions list (actual one, another with the local settings) > > so rework the

Re: [PATCH v3 1/9] device_cgroup: prepare exception list handling functions for two lists

2013-01-29 Thread Tejun Heo
On Tue, Jan 29, 2013 at 02:08:00PM -0500, a...@redhat.com wrote: > In the following patches, device_cgroup structure will have two sets of > behavior and exceptions list (actual one, another with the local settings) > so rework the functions to use exception list, not a device_cgroup. > > Cc: Teju

[PATCH v3 1/9] device_cgroup: prepare exception list handling functions for two lists

2013-01-29 Thread aris
In the following patches, device_cgroup structure will have two sets of behavior and exceptions list (actual one, another with the local settings) so rework the functions to use exception list, not a device_cgroup. Cc: Tejun Heo Cc: Serge Hallyn Signed-off-by: Aristeu Rozanski --- security/de