Re: [Ksummit-2010-discuss] checkpoint-restart: naked patch

From: Nathan Lynch
Date: Mon Nov 08 2010 - 16:01:21 EST


Hi Grant,

On Mon, 2010-11-08 at 11:55 -0500, Grant Likely wrote:
> Also:
> > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> > index 9458685..335a4b3 100644
> > --- a/arch/x86/Kconfig
> > +++ b/arch/x86/Kconfig
> > @@ -93,6 +93,10 @@ config STACKTRACE_SUPPORT
> > config HAVE_LATENCYTOP_SUPPORT
> > def_bool y
> >
> > +config CHECKPOINT_SUPPORT
> > + bool
> > + default y
> > +
>
> Definitely should not default to 'y', and needs to be user-selectable.

CHECKPOINT_SUPPORT is what an arch sets to indicate that it has support
for C/R -- the user selectable option is in a generic location (and
defaults to n).


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/