Re: [PATCH 03/16] kdb: Use real_parent when displaying a list of processes

2022-05-20 Thread Doug Anderson
Hi, On Thu, May 19, 2022 at 4:49 PM Eric W. Biederman wrote: > > Doug Anderson writes: > > > Hi, > > > > On Wed, May 18, 2022 at 3:54 PM Eric W. Biederman > > wrote: > >> > >> kdb has a bug that when using the ps command to display a list of > >> processes, if a process is being debugged the d

Re: [PATCH 03/16] kdb: Use real_parent when displaying a list of processes

2022-05-19 Thread Eric W. Biederman
Doug Anderson writes: > Hi, > > On Wed, May 18, 2022 at 3:54 PM Eric W. Biederman > wrote: >> >> kdb has a bug that when using the ps command to display a list of >> processes, if a process is being debugged the debugger as the parent >> process. >> >> This is silly, and I expect it never comes

Re: [PATCH 03/16] kdb: Use real_parent when displaying a list of processes

2022-05-19 Thread Doug Anderson
Hi, On Wed, May 18, 2022 at 3:54 PM Eric W. Biederman wrote: > > kdb has a bug that when using the ps command to display a list of > processes, if a process is being debugged the debugger as the parent > process. > > This is silly, and I expect it never comes up in ptractice. As there > is very

Re: [PATCH 03/16] kdb: Use real_parent when displaying a list of processes

2022-05-19 Thread Eric W. Biederman
Peter Zijlstra writes: > On Wed, May 18, 2022 at 05:53:42PM -0500, Eric W. Biederman wrote: >> kdb has a bug that when using the ps command to display a list of >> processes, if a process is being debugged the debugger as the parent >> process. >> >> This is silly, and I expect it never comes up

Re: [PATCH 03/16] kdb: Use real_parent when displaying a list of processes

2022-05-19 Thread Peter Zijlstra
On Wed, May 18, 2022 at 05:53:42PM -0500, Eric W. Biederman wrote: > kdb has a bug that when using the ps command to display a list of > processes, if a process is being debugged the debugger as the parent > process. > > This is silly, and I expect it never comes up in ptractice. As there

[PATCH 03/16] kdb: Use real_parent when displaying a list of processes

2022-05-18 Thread Eric W. Biederman
kdb has a bug that when using the ps command to display a list of processes, if a process is being debugged the debugger as the parent process. This is silly, and I expect it never comes up in ptractice. As there is very little point in using gdb and kdb simultaneously. Update the code to use re