mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] ns,procfs: pid conversion between ns and showing pidns hierarchy
@ 2014-09-03 10:29 Chen Hanxiao
  2014-09-03 10:29 ` [RFC PATCH 1/3] procfs: check uniq proc_dir_entry subdir name Chen Hanxiao
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Chen Hanxiao @ 2014-09-03 10:29 UTC (permalink / raw)
  To: containers, linux-kernel
  Cc: Eric W. Biederman, Serge Hallyn, Oleg Nesterov, Al Viro,
	David Howells, Richard Weinberger, Pavel Emelyanov,
	Vasiliy Kulikov

This series will expose pid inside containers
via procfs.
Also show the hierarchy of pid namespcae.
Then we could know how pid looks inside a container
and their ns relationships.

Chen Hanxiao (3):
  procfs: check uniq proc_dir_entry subdir name
  procfs: show hierarchy of pid namespace
  /proc/pid/status: show all sets of pid according to ns

 fs/proc/Kconfig           |   6 ++
 fs/proc/Makefile          |   1 +
 fs/proc/array.c           |  17 +++++
 fs/proc/generic.c         |  15 +++++
 fs/proc/pidns_hierarchy.c | 161 ++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/proc_fs.h   |   3 +
 6 files changed, 203 insertions(+)
 create mode 100644 fs/proc/pidns_hierarchy.c

-- 
1.9.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-09-16  9:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 10:29 [RFC PATCH 0/3] ns,procfs: pid conversion between ns and showing pidns hierarchy Chen Hanxiao
2014-09-03 10:29 ` [RFC PATCH 1/3] procfs: check uniq proc_dir_entry subdir name Chen Hanxiao
2014-09-09 23:17   ` Serge E. Hallyn
2014-09-03 10:29 ` [RFC PATCH 2/3] procfs: show hierarchy of pid namespace Chen Hanxiao
2014-09-03 12:46   ` Vasiliy Kulikov
2014-09-04 10:13     ` Chen, Hanxiao
2014-09-10 16:23   ` Serge E. Hallyn
2014-09-11  9:48     ` Chen, Hanxiao
2014-09-03 10:30 ` [PATCH 3/3] /proc/pid/status: show all sets of pid according to ns Chen Hanxiao
2014-09-04 14:44 ` [RFC PATCH 0/3] ns, procfs: pid conversion between ns and showing pidns hierarchy Serge E. Hallyn
2014-09-05  5:21 ` Chen, Hanxiao
2014-09-12 22:18 ` Serge E. Hallyn
2014-09-16  9:06   ` Chen, Hanxiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome