Re: [REVIEW][PATCH 0/15] userns subsystem conversions

2012-08-26 Thread Eric W. Biederman
Vyacheslav Dubeyko writes: > HI, > > On Aug 26, 2012, at 3:54 AM, Eric W. Biederman wrote: >> >> fs/9p/acl.c |8 +- >> fs/btrfs/acl.c|8 +- >> fs/configfs/inode.c |4 +- >> fs/debugfs/inode.c| 26 +++-- >>

Re: [REVIEW][PATCH 0/15] userns subsystem conversions

2012-08-26 Thread Eric W. Biederman
Vyacheslav Dubeyko sl...@dubeyko.com writes: HI, On Aug 26, 2012, at 3:54 AM, Eric W. Biederman wrote: fs/9p/acl.c |8 +- fs/btrfs/acl.c|8 +- fs/configfs/inode.c |4 +- fs/debugfs/inode.c| 26 +++--

[REVIEW][PATCH 0/15] userns subsystem conversions

2012-08-25 Thread Eric W. Biederman
This patchset updates all of the major linux subsystems that use uids and gids to store them in kuid_t and kgid_t types. This update allows some of the subsystems to work in all user namespaces while other subsystems were updated to only work in the initial user namespace. kuid_t and kgid_t

[REVIEW][PATCH 0/15] userns subsystem conversions

2012-08-25 Thread Eric W. Biederman
This patchset updates all of the major linux subsystems that use uids and gids to store them in kuid_t and kgid_t types. This update allows some of the subsystems to work in all user namespaces while other subsystems were updated to only work in the initial user namespace. kuid_t and kgid_t