From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 01/29] task containersv11 basic task container framework Date: Sun, 30 Sep 2007 02:29:42 -0700 Message-ID: <20070930022942.b36dd34f.akpm@linux-foundation.org> References: <20070911195239.997111000@menage.corp.google.com> <20070911200144.779221000@menage.corp.google.com> <20070929214043.57e9cc39.pj@sgi.com> <6599ad830709300010xda1e97cp8c569ce08a87a86b@mail.gmail.com> <20070930020330.6bd34dd4.akpm@linux-foundation.org> <20070930021536.3bd65dc3.pj@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070930021536.3bd65dc3.pj-sJ/iWh9BUns@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: Paul Jackson Cc: dev-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org, clg-NmTC/0ZBporQT0dZR+AlfA@public.gmane.org, ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org, containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org, menage-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org List-Id: containers.vger.kernel.org On Sun, 30 Sep 2007 02:15:36 -0700 Paul Jackson wrote: > Andrew wrote: > > And I think that's OK, because we don't care about git bisectability with > > CONFIG_CGROUPS=y (I think?) Anyone who is bisecting through the middle of > > the containers patch series is not searching for a containers problem, so > > they can just configure it all off. > > Ok - I guess. > > In *-mm, this seems fine. I'd have figured that in Linus's tree, a wider > variety of people will be bisecting, some of them with CONFIG_CGROUPS=y > who don't even know what a CGROUP is, and so we'd want bisect to work > for them. Well obviously the situation is less than ideal, but it's livable with. If one of their bisection points precedes the crgroups patch series, their `make oldconfig' will knock out cgroups for them anyway, so when their bisection cursor moves within or after the cgroups patches, they'll still have CONFIG_CGROUPS=n. Serendipity.