From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sukadev Bhattiprolu Subject: [PATCH 0/6] /proc/pid/checkpointable Date: Mon, 16 Mar 2009 23:27:54 -0700 Message-ID: <20090317062754.GA2377@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: "David C. Hansen" Cc: Containers List-Id: containers.vger.kernel.org Started out implementing '/proc/pid/checkpointable' which reports 0 or 1 depending on whether a process is checkpointable atm. But realized hat some patches that were discussed earlier are missing from Dave Hansen's tree. This patchset includes those missing patches plus two new patches that create /proc/pid/checkpointable. [PATCH 1/6] Checkpoint multiple processes [PATCH 2/6] Restart multiple processes [PATCH 3/6] Check 'may_checkpoint()' early [PATCH 4/6] Deny external checkpoint unless task is frozen [PATCH 5/6] Define and use proc_pid_checkpointable() [PATCH 6/6] Explain reason for task being uncheckpointable