Home
last modified time | relevance | path

Searched hist:"522 dc4e5f51e3d51c4ff55ad1c725d12176b71ea" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/proc/
H A Darray.cdiff 522dc4e5f51e3d51c4ff55ad1c725d12176b71ea Sun Apr 16 07:24:04 CEST 2023 Chunguang Wu <fullspring2018@gmail.com> 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/20230416052404.2920-1-fullspring2018@gmail.com
Signed-off-by: Chunguang Wu <fullspring2018@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>