procfs now shows stack thread information

This commit is contained in:
Gregory Nutt
2013-12-15 14:35:47 -06:00
parent 1f115c76eb
commit 7fdf57b7bb
2 changed files with 83 additions and 5 deletions
+2
View File
@@ -6231,4 +6231,6 @@
* fs/procfs/fs_procfsproc.c: procfs now shows information about
the group that each thread belongs: Like parents, group member,
open file, and open sockets (2013-12-15).
* fs/procfs/fs_procfsproc.c: Now shows task stack information
(2013-12-15).