Re: [PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Jann Horn
On Fri, Oct 11, 2019 at 6:58 PM Christian Brauner wrote: > On Fri, Oct 11, 2019 at 05:30:03PM +0200, Jann Horn wrote: > > On Fri, Oct 11, 2019 at 5:17 PM Christian Brauner > > wrote: > > > > > > On Fri, Oct 11, 2019 at 04:55:59PM +0200, Jann Horn wrote: > > > > On Fri, Oct 11, 2019 at 2:23 PM Chr

Re: [PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Christian Brauner
On Fri, Oct 11, 2019 at 05:30:03PM +0200, Jann Horn wrote: > On Fri, Oct 11, 2019 at 5:17 PM Christian Brauner > wrote: > > > > On Fri, Oct 11, 2019 at 04:55:59PM +0200, Jann Horn wrote: > > > On Fri, Oct 11, 2019 at 2:23 PM Christian Kellner > > > wrote: > > > > The fdinfo file for a process fi

Re: [PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Jann Horn
On Fri, Oct 11, 2019 at 5:17 PM Christian Brauner wrote: > > On Fri, Oct 11, 2019 at 04:55:59PM +0200, Jann Horn wrote: > > On Fri, Oct 11, 2019 at 2:23 PM Christian Kellner > > wrote: > > > The fdinfo file for a process file descriptor already contains the > > > pid of the process in the caller

Re: [PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Christian Brauner
On Fri, Oct 11, 2019 at 04:55:59PM +0200, Jann Horn wrote: > On Fri, Oct 11, 2019 at 2:23 PM Christian Kellner wrote: > > The fdinfo file for a process file descriptor already contains the > > pid of the process in the callers namespaces. Additionally, if pid > > namespaces are configured, show th

Re: [PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Jann Horn
On Fri, Oct 11, 2019 at 2:23 PM Christian Kellner wrote: > The fdinfo file for a process file descriptor already contains the > pid of the process in the callers namespaces. Additionally, if pid > namespaces are configured, show the process ids of the process in > all nested namespaces in the same

Re: [PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Christian Brauner
On Fri, Oct 11, 2019 at 02:23:20PM +0200, Christian Kellner wrote: > From: Christian Kellner > > The fdinfo file for a process file descriptor already contains the > pid of the process in the callers namespaces. Additionally, if pid > namespaces are configured, show the process ids of the process

[PATCH v3 1/2] pidfd: show pids for nested pid namespaces in fdinfo

2019-10-11 Thread Christian Kellner
From: Christian Kellner The fdinfo file for a process file descriptor already contains the pid of the process in the callers namespaces. Additionally, if pid namespaces are configured, show the process ids of the process in all nested namespaces in the same format as in the procfs status file, i.