Re: [PATCH 4/5] scripts/gdb: Add mount point list command

2016-01-23 Thread Kieran Bingham
On 23/01/16 15:27, Jan Kiszka wrote: > On 2016-01-20 12:15, Kieran Bingham wrote: >> lx-mounts will identify current mount points based on the 'init_task' >> namespace by default, as we do not yet have a kernel thread list >> implementation to select the current running thread. >> >> Optionally, a

Re: [PATCH 4/5] scripts/gdb: Add mount point list command

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > lx-mounts will identify current mount points based on the 'init_task' > namespace by default, as we do not yet have a kernel thread list > implementation to select the current running thread. > > Optionally, a user can specify a PID to list from that

Re: [PATCH 4/5] scripts/gdb: Add mount point list command

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > lx-mounts will identify current mount points based on the 'init_task' > namespace by default, as we do not yet have a kernel thread list > implementation to select the current running thread. > > Optionally, a user can specify a PID to list from that

Re: [PATCH 4/5] scripts/gdb: Add mount point list command

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > lx-mounts will identify current mount points based on the 'init_task' > namespace by default, as we do not yet have a kernel thread list > implementation to select the current running thread. > > Optionally, a user can specify a PID to list from that

Re: [PATCH 4/5] scripts/gdb: Add mount point list command

2016-01-23 Thread Jan Kiszka
On 2016-01-20 12:15, Kieran Bingham wrote: > lx-mounts will identify current mount points based on the 'init_task' > namespace by default, as we do not yet have a kernel thread list > implementation to select the current running thread. > > Optionally, a user can specify a PID to list from that

Re: [PATCH 4/5] scripts/gdb: Add mount point list command

2016-01-23 Thread Kieran Bingham
On 23/01/16 15:27, Jan Kiszka wrote: > On 2016-01-20 12:15, Kieran Bingham wrote: >> lx-mounts will identify current mount points based on the 'init_task' >> namespace by default, as we do not yet have a kernel thread list >> implementation to select the current running thread. >> >> Optionally, a