From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: Re: [PATCH 1/1] cr: move CKPT_ARCH_NSIG to asm/signal.h Date: Fri, 26 Jun 2009 11:27:17 -0500 Message-ID: <20090626162717.GB24867@us.ibm.com> References: <20090626153012.GA23103@us.ibm.com> <4A44F11B.20803@cs.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4A44F11B.20803-eQaUEPhvms7ENvBUuze7eA@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: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org Quoting Oren Laadan (orenl-eQaUEPhvms7ENvBUuze7eA@public.gmane.org): > > > Serge E. Hallyn wrote: > > I dunno... does this seem worth a shot? Or should I just go ahead > > and #define CKPT_ARCH_NSIG in arch/s390/include/asm/checkpoint_hdr.h > > after all? > > How about leaving definition in checkpoint_hdr.h, and adding > somewhere a compile bug (under __KERNEL__) if there is a > mismatch, i.e. if CKPT_ARCH_NSIG != _NSIG ? Yeah that sounds better. thanks, -serge