[Devel] [cr][GIT]linux-cr branch, ckpt-v16-dev, updated. v2.6.27-rc5-36014-g8a031aa
orenl at cs.columbia.edu
orenl at cs.columbia.edu
Sat Jun 27 12:20:33 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "linux-cr".
The branch, ckpt-v16-dev has been updated
via 8a031aa88271ac44e5574c15d82c21af98855876 (commit)
via 27099c13bee4a24d4f79f8911d71bc99ddde95d3 (commit)
via fcb7a17df8c1b42346aab9fd5dd1af27beee2b39 (commit)
from c147a0c72dd40c5a0dba96602da3c8b1559cff1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a031aa88271ac44e5574c15d82c21af98855876
Author: Dave Hansen <dave at linux.vnet.ibm.com>
Date: Thu Jun 25 12:51:25 2009 -0700
c/r: better file error debugging
This should give a nice message with symbol names for when we have an
open file that doesn't have an f_op->checkpoint.
Something along the lines of:
[1133:c/r:checkpoint_file] file operations have no checkpoint handler:tty_open+0x0/0x24
Also add a debug message when hitting an unlinked file.
Based on a patch by Dave Hansen.
Signed-off-by: Oren Laadan <orenl at cs.columbia.edu>
commit 27099c13bee4a24d4f79f8911d71bc99ddde95d3
Author: Serge E. Hallyn <serue at us.ibm.com>
Date: Fri Jun 26 15:06:43 2009 -0400
cr: define CKPT_ARCH_NSIG for s390
Also add a check for x86 and s390 in the hopes of catching any
changes to NSIG which don't update CKPT_ARCH_NSIG.
Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
Acked-by: Oren Laadan <orenl at cs.columbia.edu>
commit fcb7a17df8c1b42346aab9fd5dd1af27beee2b39
Author: Oren Laadan <orenl at cs.columbia.edu>
Date: Thu Jun 25 05:06:06 2009 -0400
c/r: tighten ptrace checking for checkpoint to PTRACE_MODE_ATTACH
Security modules distinguish reading of process state (via proc) from
full ptrace access using the access mode: PTRACE_MODE_{READ,ATTACH}.
Read access to /proc/pid/mem requires a full ptrace attach (for more
details, see: http://lwn.net/Articles/282930/).
Checkpoint needs access to full process state, including memory, so
we require PTRACE_MODE_ATTACH.
Signed-off-by: Oren Laadan <orenl at cs.columbia.edu>
Acked-by: Serge Hallyn <serue at us.ibm.com>
-----------------------------------------------------------------------
Summary of changes:
arch/s390/include/asm/checkpoint_hdr.h | 8 ++++++++
arch/x86/include/asm/checkpoint_hdr.h | 6 ++++++
checkpoint/checkpoint.c | 2 +-
checkpoint/files.c | 8 ++++++--
4 files changed, 21 insertions(+), 3 deletions(-)
hooks/post-receive
--
linux-cr
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list