Re: [PATCH v18 1/3] proc: add /proc//arch_status

2019-05-27 Thread Li, Aubrey
On 2019/5/24 11:18, Andrew Morton wrote: > On Thu, 25 Apr 2019 22:32:17 +0800 Aubrey Li > wrote: > >> The architecture specific information of the running processes >> could be useful to the userland. Add /proc//arch_status >> interface support to examine process architecture specific >> informa

Re: [PATCH v18 1/3] proc: add /proc//arch_status

2019-05-23 Thread Andrew Morton
On Thu, 25 Apr 2019 22:32:17 +0800 Aubrey Li wrote: > The architecture specific information of the running processes > could be useful to the userland. Add /proc//arch_status > interface support to examine process architecture specific > information externally. I'll give this an Acked-by: Andre

[PATCH v18 1/3] proc: add /proc//arch_status

2019-04-25 Thread Aubrey Li
The architecture specific information of the running processes could be useful to the userland. Add /proc//arch_status interface support to examine process architecture specific information externally. Signed-off-by: Aubrey Li Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Andi Kleen Cc: Tim Chen