Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-08-20 Thread Eric W. Biederman
Richard Guy Briggs r...@redhat.com writes: On 14/05/20, Richard Guy Briggs wrote: On 14/05/20, Eric Paris wrote: On Tue, 2014-05-20 at 09:12 -0400, Richard Guy Briggs wrote: The purpose is to track namespaces in use by logged processes from the perspective of init_*_ns. (Including the

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-08-20 Thread Richard Guy Briggs
On 14/08/19, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: On 14/05/20, Richard Guy Briggs wrote: On 14/05/20, Eric Paris wrote: On Tue, 2014-05-20 at 09:12 -0400, Richard Guy Briggs wrote: The purpose is to track namespaces in use by logged processes from the

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-08-20 Thread Nicolas Dichtel
Le 20/08/2014 18:25, Richard Guy Briggs a écrit : On 14/08/19, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: On 14/05/20, Richard Guy Briggs wrote: On 14/05/20, Eric Paris wrote: On Tue, 2014-05-20 at 09:12 -0400, Richard Guy Briggs wrote: The purpose is to track

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-08-19 Thread Richard Guy Briggs
On 14/05/20, Richard Guy Briggs wrote: On 14/05/20, Eric Paris wrote: On Tue, 2014-05-20 at 09:12 -0400, Richard Guy Briggs wrote: The purpose is to track namespaces in use by logged processes from the perspective of init_*_ns. (Including the Linux API list due to the additions to

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-05-27 Thread Michael Kerrisk (man-pages)
Hi Richard On Mon, May 26, 2014 at 6:58 PM, Richard Guy Briggs r...@redhat.com wrote: On 14/05/22, Michael Kerrisk wrote: Richard, Hi Michael, On Tue, May 20, 2014 at 3:12 PM, Richard Guy Briggs r...@redhat.com wrote: The purpose is to track namespaces in use by logged processes from the

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-05-26 Thread Richard Guy Briggs
On 14/05/22, Michael Kerrisk wrote: Richard, Hi Michael, On Tue, May 20, 2014 at 3:12 PM, Richard Guy Briggs r...@redhat.com wrote: The purpose is to track namespaces in use by logged processes from the perspective of init_*_ns. 1/6 defines a function to generate them and assigns them.

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-05-26 Thread Richard Guy Briggs
On 14/05/26, Michael Kerrisk (man-pages) wrote: Hi Richard On Mon, May 26, 2014 at 6:58 PM, Richard Guy Briggs r...@redhat.com wrote: On 14/05/22, Michael Kerrisk wrote: Richard, Hi Michael, On Tue, May 20, 2014 at 3:12 PM, Richard Guy Briggs r...@redhat.com wrote: The

[PATCH V3 0/6] namespaces: log namespaces per task

2014-05-20 Thread Richard Guy Briggs
The purpose is to track namespaces in use by logged processes from the perspective of init_*_ns. 1/6 defines a function to generate them and assigns them. Use a serial number per namespace (unique across one boot of one kernel) instead of the inode number (which is claimed to have had the right

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-05-20 Thread Eric Paris
On Tue, 2014-05-20 at 09:12 -0400, Richard Guy Briggs wrote: The purpose is to track namespaces in use by logged processes from the perspective of init_*_ns. 1/6 defines a function to generate them and assigns them. Use a serial number per namespace (unique across one boot of one kernel)

Re: [PATCH V3 0/6] namespaces: log namespaces per task

2014-05-20 Thread Richard Guy Briggs
On 14/05/20, Eric Paris wrote: On Tue, 2014-05-20 at 09:12 -0400, Richard Guy Briggs wrote: The purpose is to track namespaces in use by logged processes from the perspective of init_*_ns. 1/6 defines a function to generate them and assigns them. Use a serial number per namespace