From: Dave Hansen <dave-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH] Enhance checkpoint/restart Kconfig options
Date: Thu, 04 Jun 2009 13:17:01 -0700 [thread overview]
Message-ID: <1244146621.20418.4912.camel@nimitz> (raw)
In-Reply-To: <m3iqjbix8u.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
On Thu, 2009-06-04 at 15:01 -0500, Nathan Lynch wrote:
> Dave Hansen <dave-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org> writes:
> > diff -puN checkpoint/Kconfig~cr-kconfig-fixup checkpoint/Kconfig
> > --- linux-2.6.git/checkpoint/Kconfig~cr-kconfig-fixup 2009-06-04 11:38:57.000000000 -0700
> > +++ linux-2.6.git-dave/checkpoint/Kconfig 2009-06-04 11:38:57.000000000 -0700
> > @@ -7,9 +7,14 @@ config DEFERQUEUE
> > default n
> >
> > config CHECKPOINT
> > - bool "Enable checkpoint/restart (EXPERIMENTAL)"
> > + bool "Checkpoint/restart (EXPERIMENTAL)"
> > depends on CHECKPOINT_SUPPORT && EXPERIMENTAL
> > select DEFERQUEUE
> > + select UTS_NS
> > + select IPC_NS
> > + select NET_NS
> > + select PID_NS
> > + select USER_NS
>
> *_NS all depend on NAMESPACES at the very least; some have additional
> dependencies. Selecting a symbol without ensuring its dependencies are
> enabled is one way to break a build.
Ahh, but there *isn't* a strict build dependency on them. We just want
to make sure that if they're available that we enable them. If we have
CONFIG_NET=n, then we certainly don't want to make CHECKPOINT depends on
it.
> Also - checkpoint is useful without *_NS, no? Forcing these things on
> seems a little user-hostile..
I think the hostile thing is trying to completely unshare all the
namespaces without checking to see which ones are enabled, first. ;)
-- Dave
next prev parent reply other threads:[~2009-06-04 20:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090604184504.F1BCB2F8@kernel>
2009-06-04 20:01 ` [PATCH] Enhance checkpoint/restart Kconfig options Nathan Lynch
[not found] ` <m3iqjbix8u.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-06-04 20:17 ` Dave Hansen [this message]
2009-06-05 1:32 ` Oren Laadan
2009-06-05 4:25 ` Nathan Lynch
[not found] ` <m2zlcnfgst.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-06-05 19:01 ` Dave Hansen
2009-06-04 20:41 ` Serge E. Hallyn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1244146621.20418.4912.camel@nimitz \
--to=dave-23vcf4htsmix0ybbhkvfkdbpr1lh4cv8@public.gmane.org \
--cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox