public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 0/3] Patches in a sake of checkpoint/restore, procfs and prctls
@ 2011-12-12 20:06 Cyrill Gorcunov
  2011-12-12 20:06 ` [patch 1/3] Kconfig: Introduce CHECKPOINT_RESTORE symbol Cyrill Gorcunov
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Cyrill Gorcunov @ 2011-12-12 20:06 UTC (permalink / raw)
  To: LKML
  Cc: Tejun Heo, Andrew Morton, Andrew Vagin, Serge Hallyn,
	Vasiliy Kulikov, Kees Cook, KAMEZAWA Hiroyuki, Alexey Dobriyan,
	Eric W. Biederman

Hi,

while /proc/pid/children patch is still under review/rework other
patches were fixed and I hope in good shape. The first one introduces
CONFIG_CHECKPOINT_RESTORE Kconfig symbol which should be a lever to
turn on/off all c/r related features for those who not need it. In
particular new prctl codes are covered by.

Eric pointed that /proc/<pid>/stat enhancement might be a dangerous
one from user-space point of view, so while I've successfuly tested
it, it doesn't mean I've covered every single user-space utility which
might use this file, and if it's still considered to be pretty harmful
change -- I'll hapily move to /proc/pid/statm or whatever. The only
reason it was introduced in "stat" -- we already have mm->start_code
and etc there, so I wanted to have them in one place, not sprinkled
over several files.

Any complains are welcome as usual.

Cyrill

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

end of thread, other threads:[~2011-12-12 22:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 20:06 [patch 0/3] Patches in a sake of checkpoint/restore, procfs and prctls Cyrill Gorcunov
2011-12-12 20:06 ` [patch 1/3] Kconfig: Introduce CHECKPOINT_RESTORE symbol Cyrill Gorcunov
2011-12-12 20:40   ` Kees Cook
2011-12-12 20:06 ` [patch 2/3] [PATCH] fs, proc: Add start_data, end_data, start_brk members to /proc/$pid/stat v4 Cyrill Gorcunov
2011-12-12 20:06 ` [patch 3/3] [PATCH] prctl: Add PR_SET_MM codes to set up mm_struct entires v3 Cyrill Gorcunov
2011-12-12 20:38   ` Kees Cook
2011-12-12 20:51     ` Cyrill Gorcunov
2011-12-12 21:53       ` Andrew Morton
2011-12-12 22:01         ` Cyrill Gorcunov
2011-12-12 22:05           ` Cyrill Gorcunov
2011-12-12 21:49   ` KOSAKI Motohiro
2011-12-12 21:58     ` Cyrill Gorcunov
2011-12-12 22:24       ` KOSAKI Motohiro

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