diff options
author | Chunguang Wu <[email protected]> | 2023-04-16 13:24:04 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-04-21 14:54:34 -0700 |
commit | 522dc4e5f51e3d51c4ff55ad1c725d12176b71ea (patch) | |
tree | 2bc3e886ccd84eb1e580c88dd421c9dbf776b113 /net/unix/unix_bpf.c | |
parent | 3647ebcfbfca384840231fe13fae665453238a61 (diff) |
fs/proc: add Kthread flag to /proc/$pid/status
The command `ps -ef ` and `top -c` mark kernel thread by '[' and ']', but
sometimes the result is not correct. The task->flags in /proc/$pid/stat
is good, but we need remember the value of PF_KTHREAD is 0x00200000 and
convert dec to hex. If we have no binary program and shell script which
read /proc/$pid/stat, we can know it directly by `cat /proc/$pid/status`.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Chunguang Wu <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions