From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oren Laadan Subject: Re: [PATCH 0/8] checkpoint: improve handling of pending signals Date: Mon, 19 Jul 2010 23:00:28 -0400 Message-ID: <4C45114C.3030107@cs.columbia.edu> References: <1279035864-10533-1-git-send-email-ntl@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1279035864-10533-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org> 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: Nathan Lynch Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org Thanks Nathan - acking and pulling entire series including the extra one to v22-dev. Oren. On 07/13/2010 11:44 AM, Nathan Lynch wrote: > Hi Oren, > > The following series improves the support for checkpointing pending > signal state and (I think) is exhaustive. These have been tested on > top of your ckpt-v22-dev branch on x86 and powerpc systems for the > last couple of weeks. > > Nathan Lynch (8): > checkpoint: model ckpt_siginfo on signalfd_siginfo > checkpoint: add const qualifiers to siginfo handlers > checkpoint: clean up pending posix timer signal handling > checkpoint: clean up __SI_POLL siginfo save/restore > checkpoint: clean up __SI_FAULT siginfo save/restore > checkpoint: clean up __SI_CHLD siginfo save/restore > checkpoint: __SI_KILL does not use si_ptr > checkpoint: handle siginfo->si_code < 0 > > include/linux/checkpoint_hdr.h | 29 +++++---- > kernel/signal.c | 134 +++++++++++++++++++++++++++------------- > 2 files changed, 107 insertions(+), 56 deletions(-) > >