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

2019-06-06 Thread Andrew Morton
On Thu, 6 Jun 2019 09:22:34 +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 grab these for some testing.

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

2019-06-05 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. v3: Add a /proc//arch_state interface to expose per-task cpu specific state values. v5: