From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934704Ab3BSWLv (ORCPT ); Tue, 19 Feb 2013 17:11:51 -0500 Received: from mail-lb0-f169.google.com ([209.85.217.169]:34055 "EHLO mail-lb0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933538Ab3BSWLu (ORCPT ); Tue, 19 Feb 2013 17:11:50 -0500 Date: Wed, 20 Feb 2013 02:11:46 +0400 From: Cyrill Gorcunov To: Andrew Morton Cc: "H. Peter Anvin" , Michal Marek , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ebiederm@xmission.com, xemul@parallels.com, Andrey Vagin , KOSAKI Motohiro , Ingo Molnar , Thomas Gleixner , Glauber Costa , Andi Kleen , Tejun Heo , Matt Helsley , Pekka Enberg , Eric Dumazet , Vasiliy Kulikov , Alexey Dobriyan , Frederic Weisbecker Subject: Re: [patch 1/2] kcmp: Make it to depend on CONFIG_KCMP Message-ID: <20130219221146.GR20312@moon> References: <20130219064800.719149796@openvz.org> <20130219065210.030802820@openvz.org> <5123444D.6000806@suse.cz> <20130219093154.GF20312@moon> <5123BC2B.6000304@zytor.com> <20130219182838.GL20312@moon> <20130219134256.f4cedf44.akpm@linux-foundation.org> <20130219215432.GP20312@moon> <20130219140035.373ce4d2.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130219140035.373ce4d2.akpm@linux-foundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 19, 2013 at 02:00:35PM -0800, Andrew Morton wrote: > > > > I think this syscall is usefull even without c/r stuff. > > That's why I made it with separate config option. > > hm, OK. > > But the patch also permits CONFIG_CHECKPOINT_RESTORE=y, CONFIG_KCMP=n > which surely isn't something which CRIU wants to support? Hmm, yes from one pov this feature is useful for out-of-c/r user, from another pov -- we will have to ask users to turn on additional CONFIG entries (which i'm sure not set by default in wide range of distros). Thus it seems less paiful way is either make it obj-(CHECKPOINT_RESTORE) as you proposed, or obj-y by default. The last can't be undone, so I'll prepare the patch for obj-(CHECKPOINT_RESTORE) I think.