Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261588AbVCCI2L (ORCPT ); Thu, 3 Mar 2005 03:28:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261616AbVCCI2L (ORCPT ); Thu, 3 Mar 2005 03:28:11 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:23173 "EHLO parcelfarce.linux.theplanet.co.uk") by vger.kernel.org with ESMTP id S261588AbVCCI2A (ORCPT ); Thu, 3 Mar 2005 03:28:00 -0500 Message-ID: <4226CA7E.4090905@pobox.com> Date: Thu, 03 Mar 2005 03:27:42 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg KH CC: "David S. Miller" , torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Re: RFD: Kernel release numbering References: <42265A6F.8030609@pobox.com> <20050302165830.0a74b85c.davem@davemloft.net> <422674A4.9080209@pobox.com> <42268749.4010504@pobox.com> <20050302200214.3e4f0015.davem@davemloft.net> <42268F93.6060504@pobox.com> <4226969E.5020101@pobox.com> <20050302205826.523b9144.davem@davemloft.net> <4226C235.1070609@pobox.com> <20050303080459.GA29235@kroah.com> In-Reply-To: <20050303080459.GA29235@kroah.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2168 Lines: 57 Greg KH wrote: > Sure they've been asking for it, but I think they really don't know what > it entails. Look at all of the "non-stable" type patches in the -ac and > as tree. There's a lot of stuff in there. It's a slippery slope down > when trying to say, "I'm only going to accept bug fixes." We have all these problems precisely because _nobody_ is saying "I'm only going to accept bug fixes". We _need_ some amount of release engineering. Right now we basically have none. > Bug fixes for what? Kernel api changes that fix bugs? That's pretty > big. Some driver fixes, but not others? Driver fixes that are in the > middle of bigger, subsystem reworks as a series of patches? All of this > currently happens today in the main tree in a semi-cohesive manner. To > try to split it out is a very difficult task. Easiest to answer with a concrete example: Linux 2.6.11 is released. Linus then does a bk clone linux-2.6 linux-2.6.11 Bug fixes that (a) 2.6.11 users really should have, or (b) Linus/Andrew feels are important, or (c) a subsystem maintainer feels are important [and does the work to split out the fixes] go into linux-2.6.11 repo, and then is pulled into linux-2.6 repo. All other changes go into linux-2.6. There's no need to over-think or over-work this. The goal is to provide a stable 2.6.11 for users, until 2.6.12 is available. My prediction is that several patches will flow into the linux-2.6.11 repo a week or so after a release, and then the flow will die off to a trickle. Subsystem maintainers that care can submit patches/BK-pulls for the stable release if they so desire. Only important "oh shit, that should have been in 2.6.11" bug fixes need apply. Bug fixes for reworks, API changes, etc. are -not- applicable to linux-2.6.11 repo. Since BitKeeper can handle nicely a cd linux-2.6 bk pull ../linux-2.6.11 there is no duplication of bug fixes. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/