Re: [PATCH] driver core: add uid and gid to devtmpfs

From: Greg KH
Date: Thu Apr 11 2013 - 11:58:03 EST


On Thu, Apr 11, 2013 at 08:56:06AM -0700, Greg KH wrote:
> > > + newattrs.ia_uid = uid;
> > > + newattrs.ia_gid = gid;
> > This doesn't even compile because the types are wrong.
>
> Yes, this has been fixed. But note, it only fails the build if
> namespaces are enabled, and given that no one seems to have reported
> this build error in either the 0-day tester, or linux-next, or the
> distro developers that tested this patch on their systems, it seems that
> no one enables namespaces on their systems :(

USER_NS that is, not namespaces in general, sorry about that.

greg k-h
--
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/