[patch cr 0/4] [patch cr 0/@total@]
[Posted January 31, 2012 by corbet]
| From: |
| Cyrill Gorcunov <gorcunov-AT-openvz.org> |
| To: |
| linux-kernel-AT-vger.kernel.org |
| Subject: |
| [patch cr 0/4] [patch cr 0/@total@] |
| Date: |
| Mon, 30 Jan 2012 18:09:05 +0400 |
| Message-ID: |
| <20120130140905.441199885@openvz.org> |
| Cc: |
| Andrew Morton <akpm-AT-linux-foundation.org>,
Pavel Emelyanov <xemul-AT-parallels.com>,
Serge Hallyn <serge.hallyn-AT-canonical.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu-AT-jp.fujitsu.com>,
Kees Cook <keescook-AT-chromium.org>, Tejun Heo <tj-AT-kernel.org>,
Andrew Vagin <avagin-AT-openvz.org>,
"Eric W. Biederman" <ebiederm-AT-xmission.com>,
Alexey Dobriyan <adobriyan-AT-gmail.com>,
Andi Kleen <andi-AT-firstfloor.org> |
| Archive‑link: | |
Article |
Hi,
this is a series where I tried to resolve all concerns and nits
I've got from previous attempt:
- fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v9
Now everything is under CONFIG_CHECKPOINT_RESTORE
- syscalls, x86: Add __NR_kcmp syscall v7
* EBADF returned if there is no file
* EOPNOTSUP returned if there is no sysv support compiled in
* test uses syscall() from libc instead of own syscall implementation
* man page for this syscall is under progress still
- c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat
task->exit_code is shown IIF a caller has enough permissions
- c/r: prctl: Extend PR_SET_MM to set up more mm_struct entries
when restoring mm->saved_auxv the task_lock is used to serialize access
Please review, if there is something I'm still missing, ping me back.
Thanks,
Cyrill