Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-05-08 Thread Richard Guy Briggs
On 15/04/27, Eric W. Biederman wrote: > Richard Guy Briggs writes: > > On 15/04/24, Eric W. Biederman wrote: > >> Richard Guy Briggs writes: > >> > On 15/04/22, Richard Guy Briggs wrote: > >> >> On 15/04/20, Eric W. Biederman wrote: > >> >> > Richard Guy Briggs writes: > >> > Do I even need to

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-05-08 Thread Richard Guy Briggs
On 15/04/27, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: On 15/04/24, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: On 15/04/22, Richard Guy Briggs wrote: On 15/04/20, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes:

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-27 Thread Eric W. Biederman
Richard Guy Briggs writes: > On 15/04/24, Eric W. Biederman wrote: >> Richard Guy Briggs writes: >> > On 15/04/22, Richard Guy Briggs wrote: >> >> On 15/04/20, Eric W. Biederman wrote: >> >> > Richard Guy Briggs writes: >> >> > >> > >> > Do I even need to report the device number anymore

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-27 Thread Richard Guy Briggs
On 15/04/24, Eric W. Biederman wrote: > Richard Guy Briggs writes: > > On 15/04/22, Richard Guy Briggs wrote: > >> On 15/04/20, Eric W. Biederman wrote: > >> > Richard Guy Briggs writes: > >> > > >> > > The purpose is to track namespace instances in use by logged processes > >> > > from the >

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-27 Thread Richard Guy Briggs
On 15/04/24, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: On 15/04/22, Richard Guy Briggs wrote: On 15/04/20, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: The purpose is to track namespace instances in use by logged processes from

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-27 Thread Eric W. Biederman
Richard Guy Briggs r...@redhat.com writes: On 15/04/24, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: On 15/04/22, Richard Guy Briggs wrote: On 15/04/20, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: Do I even need to report the device

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-24 Thread Eric W. Biederman
Richard Guy Briggs writes: > On 15/04/22, Richard Guy Briggs wrote: >> On 15/04/20, Eric W. Biederman wrote: >> > Richard Guy Briggs writes: >> > >> > > The purpose is to track namespace instances in use by logged processes >> > > from the >> > > perspective of init_*_ns by logging the

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-24 Thread Eric W. Biederman
Richard Guy Briggs r...@redhat.com writes: On 15/04/22, Richard Guy Briggs wrote: On 15/04/20, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: The purpose is to track namespace instances in use by logged processes from the perspective of init_*_ns by logging

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-23 Thread Richard Guy Briggs
On 15/04/22, Richard Guy Briggs wrote: > On 15/04/20, Eric W. Biederman wrote: > > Richard Guy Briggs writes: > > > > > The purpose is to track namespace instances in use by logged processes > > > from the > > > perspective of init_*_ns by logging the namespace IDs (device ID and > > >

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-23 Thread Richard Guy Briggs
On 15/04/22, Richard Guy Briggs wrote: On 15/04/20, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: The purpose is to track namespace instances in use by logged processes from the perspective of init_*_ns by logging the namespace IDs (device ID and namespace

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-22 Thread Richard Guy Briggs
On 15/04/20, Eric W. Biederman wrote: > Richard Guy Briggs writes: > > > The purpose is to track namespace instances in use by logged processes from > > the > > perspective of init_*_ns by logging the namespace IDs (device ID and > > namespace > > inode - offset). > > In broad strokes the

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-22 Thread Richard Guy Briggs
On 15/04/20, Eric W. Biederman wrote: Richard Guy Briggs r...@redhat.com writes: The purpose is to track namespace instances in use by logged processes from the perspective of init_*_ns by logging the namespace IDs (device ID and namespace inode - offset). In broad strokes the

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-20 Thread Eric W. Biederman
Richard Guy Briggs writes: > The purpose is to track namespace instances in use by logged processes from > the > perspective of init_*_ns by logging the namespace IDs (device ID and namespace > inode - offset). In broad strokes the user interface appears correct. Things that I see that

Re: [PATCH V6 00/10] namespaces: log namespaces per task

2015-04-20 Thread Eric W. Biederman
Richard Guy Briggs r...@redhat.com writes: The purpose is to track namespace instances in use by logged processes from the perspective of init_*_ns by logging the namespace IDs (device ID and namespace inode - offset). In broad strokes the user interface appears correct. Things that I see

[PATCH V6 00/10] namespaces: log namespaces per task

2015-04-17 Thread Richard Guy Briggs
The purpose is to track namespace instances in use by logged processes from the perspective of init_*_ns by logging the namespace IDs (device ID and namespace inode - offset). 1/10 exposes proc's ns entries structure which lists a number of useful operations per namespace type for other

[PATCH V6 00/10] namespaces: log namespaces per task

2015-04-17 Thread Richard Guy Briggs
The purpose is to track namespace instances in use by logged processes from the perspective of init_*_ns by logging the namespace IDs (device ID and namespace inode - offset). 1/10 exposes proc's ns entries structure which lists a number of useful operations per namespace type for other