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

2019-02-12 Thread Thomas Gleixner
On Tue, 12 Feb 2019, Thomas Gleixner wrote: > On Tue, 12 Feb 2019, 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. > > > > Signed-off-by: Au

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

2019-02-12 Thread Thomas Gleixner
On Tue, 12 Feb 2019, 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. > > Signed-off-by: Aubrey Li > Cc: Peter Zijlstra > Cc: Andi Kleen > Cc: Tim

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

2019-02-11 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 --- fs/pr