Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Nick Andrew
On Wed, Feb 20, 2008 at 10:50:34AM -0600, [EMAIL PROTECTED] wrote: > thanks for all this work. > > Perhaps it would be better to have a Documentation/Namespaces/PID file > describing these semantics, and have the description read something > briefer like > > Pid namespaces provide

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread serge
Quoting Nick Andrew ([EMAIL PROTECTED]): > Rewrite the help descriptions for clarity, accuracy and consistency. > > Kernel config options affected: > > - NAMESPACES > - UTS_NS > - IPC_NS > - USER_NS > - PID_NS > > Signed-off-by: Nick Andrew <[EMAIL PROTECTED]> > --- > Here's try #2 at

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Pavel Emelyanov
Nick Andrew wrote: > On Wed, Feb 20, 2008 at 03:23:05PM +0300, Pavel Emelyanov wrote: >>> + This is used by container systems (i.e. vservers). >>> + Tasks in the container are placed in the PID namespace >>> + corresponding to the container, and can only see or >>> + affect

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Nick Andrew
On Wed, Feb 20, 2008 at 03:23:05PM +0300, Pavel Emelyanov wrote: > > + This is used by container systems (i.e. vservers). > > + Tasks in the container are placed in the PID namespace > > + corresponding to the container, and can only see or > > + affect processes in the same PID

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Pavel Emelyanov
Nick Andrew wrote: > Rewrite the help descriptions for clarity, accuracy and consistency. > > Kernel config options affected: > > - NAMESPACES > - UTS_NS > - IPC_NS > - USER_NS > - PID_NS > > Signed-off-by: Nick Andrew <[EMAIL PROTECTED]> > --- > Here's try #2 at the 3rd patch in the

[PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Nick Andrew
Rewrite the help descriptions for clarity, accuracy and consistency. Kernel config options affected: - NAMESPACES - UTS_NS - IPC_NS - USER_NS - PID_NS Signed-off-by: Nick Andrew <[EMAIL PROTECTED]> --- Here's try #2 at the 3rd patch in the series, for namespace descriptions. Patching

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Pavel Emelyanov
Nick Andrew wrote: Rewrite the help descriptions for clarity, accuracy and consistency. Kernel config options affected: - NAMESPACES - UTS_NS - IPC_NS - USER_NS - PID_NS Signed-off-by: Nick Andrew [EMAIL PROTECTED] --- Here's try #2 at the 3rd patch in the series, for

[PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Nick Andrew
Rewrite the help descriptions for clarity, accuracy and consistency. Kernel config options affected: - NAMESPACES - UTS_NS - IPC_NS - USER_NS - PID_NS Signed-off-by: Nick Andrew [EMAIL PROTECTED] --- Here's try #2 at the 3rd patch in the series, for namespace descriptions. Patching

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Nick Andrew
On Wed, Feb 20, 2008 at 03:23:05PM +0300, Pavel Emelyanov wrote: + This is used by container systems (i.e. vservers). + Tasks in the container are placed in the PID namespace + corresponding to the container, and can only see or + affect processes in the same PID namespace.

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Pavel Emelyanov
Nick Andrew wrote: On Wed, Feb 20, 2008 at 03:23:05PM +0300, Pavel Emelyanov wrote: + This is used by container systems (i.e. vservers). + Tasks in the container are placed in the PID namespace + corresponding to the container, and can only see or + affect processes in the

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread serge
Quoting Nick Andrew ([EMAIL PROTECTED]): Rewrite the help descriptions for clarity, accuracy and consistency. Kernel config options affected: - NAMESPACES - UTS_NS - IPC_NS - USER_NS - PID_NS Signed-off-by: Nick Andrew [EMAIL PROTECTED] --- Here's try #2 at the 3rd patch

Re: [PATCH 2.6.25-rc2 3/9] config: Improve init/Kconfig help descriptions - namespaces

2008-02-20 Thread Nick Andrew
On Wed, Feb 20, 2008 at 10:50:34AM -0600, [EMAIL PROTECTED] wrote: thanks for all this work. Perhaps it would be better to have a Documentation/Namespaces/PID file describing these semantics, and have the description read something briefer like Pid namespaces provide filtered