Re: [PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output

2019-04-19 Thread Li, Aubrey
On 2019/4/18 21:00, Thomas Gleixner wrote: > On Wed, 17 Apr 2019, Andy Lutomirski wrote: > >> On Tue, Apr 16, 2019 at 4:01 PM Andrew Morton >> wrote: >>> >>> On Tue, 16 Apr 2019 14:32:48 +0800 Aubrey Li >>> wrote: >>> The architecture specific information of the running processes could >>

Re: [PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output

2019-04-18 Thread Thomas Gleixner
On Wed, 17 Apr 2019, Andy Lutomirski wrote: > On Tue, Apr 16, 2019 at 4:01 PM Andrew Morton > wrote: > > > > On Tue, 16 Apr 2019 14:32:48 +0800 Aubrey Li > > wrote: > > > > > The architecture specific information of the running processes could > > > be useful to the userland. Add support to ex

Re: [PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output

2019-04-17 Thread Andy Lutomirski
On Tue, Apr 16, 2019 at 4:01 PM Andrew Morton wrote: > > On Tue, 16 Apr 2019 14:32:48 +0800 Aubrey Li > wrote: > > > The architecture specific information of the running processes could > > be useful to the userland. Add support to examine process architecture > > specific information externally

Re: [PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output

2019-04-17 Thread Li, Aubrey
On 2019/4/17 7:01, Andrew Morton wrote: > On Tue, 16 Apr 2019 14:32:48 +0800 Aubrey Li > wrote: > >> The architecture specific information of the running processes could >> be useful to the userland. Add support to examine process architecture >> specific information externally. > > The impleme

Re: [PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output

2019-04-16 Thread Andrew Morton
On Tue, 16 Apr 2019 14:32:48 +0800 Aubrey Li wrote: > The architecture specific information of the running processes could > be useful to the userland. Add support to examine process architecture > specific information externally. The implementation looks just fine to me. Have you had any feedb

[PATCH v15 1/3] /proc/pid/status: Add support for architecture specific output

2019-04-15 Thread Aubrey Li
The architecture specific information of the running processes could be useful to the userland. Add support to examine process architecture specific information externally. Signed-off-by: Aubrey Li Cc: Peter Zijlstra Cc: Andi Kleen Cc: Tim Chen Cc: Dave Hansen Cc: Arjan van de Ven Cc: Linux