[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cfd18e0f0812040720y5cabd2aarbf3912644dea42c4@mail.gmail.com>
Date: Thu, 4 Dec 2008 10:20:26 -0500
From: "Michael Kerrisk" <mtk.manpages@...glemail.com>
To: "Serge E. Hallyn" <serue@...ibm.com>
Cc: ebiederm@...ssion.com, lkml <linux-kernel@...r.kernel.org>,
linux-man@...r.kernel.org, clg@...ibm.com, herbert@...hfloor.at,
dev@...ru, "Subrata Modak" <subrata@...ux.vnet.ibm.com>
Subject: Could you write some CLONE_NEWUSER?
Hi Serge,
Thanks for CCing me on recent CLONE_NEWUSER patches.
Would you be will to write some documentation for this flag? (It's
the only remaining undocumented flag in clone(2).) Plain text would
be fine -- I'll integrate it into the man page with suitable macros.
Cheers,
Michael
---------- Forwarded message ----------
From: Michael Kerrisk <mtk.manpages@...glemail.com>
Date: Wed, Nov 19, 2008 at 3:04 PM
Subject: Current state of CLONE_NEWUSER?
To: Serge Hallyn <serue@...ibm.com>
Cc: Subrata Modak <subrata@...ux.vnet.ibm.com>, ebiederm@...ssion.com,
lkml <linux-kernel@...r.kernel.org>, linux-man@...r.kernel.org,
clg@...ibm.com, herbert@...hfloor.at, dev@...ru
Hi Serge,
What is the current status of CLONE_NEWUSER? I'm currently trying to
test this flag in preparation for documenting it in the clone(2) man
page, but am running into an ENOMEM error from the clone() call, which
seems to occur after a failure in kobject_init_and_add() in the
following call sequence:
clone_user_ns() --> alloc_uid() --> uids_user_create() -->
kobject_init_and_add()
Are there already some test programs somewhere? Is there any
documentation already available for this flag?
Thanks,
Michael
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
man-pages online: http://www.kernel.org/doc/man-pages/online_pages.html
Found a bug? http://www.kernel.org/doc/man-pages/reporting_bugs.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists