From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761642AbXKMS5v (ORCPT ); Tue, 13 Nov 2007 13:57:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759410AbXKMS5l (ORCPT ); Tue, 13 Nov 2007 13:57:41 -0500 Received: from fk-out-0910.google.com ([209.85.128.188]:18295 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757427AbXKMS5i (ORCPT ); Tue, 13 Nov 2007 13:57:38 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=fIL2WVC4ZlAp0qcfemF/rerxxTPA0opicDyPMUm3UHetyS7dGu9aIT6qT7LAzR1LmNsOrJgaTbgwmAl1WlUM1dK+xhBtUScFN20OsGEAZ8LO/eDv1Uofr8ade99NBEgQj8bvazHoQ9RzBqMv/BPgdcGySObSoNjnprn0f6WIDNY= Message-ID: <4739F399.2010605@googlemail.com> Date: Tue, 13 Nov 2007 19:57:29 +0100 From: Gabriel C User-Agent: Thunderbird 2.0.0.6 (X11/20071004) MIME-Version: 1.0 To: Adrian Bunk CC: Theodore Tso , Benoit Boissinot , Mark Lord , Ingo Molnar , Andrew Morton , David Miller , protasnb@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-ide@vger.kernel.org, linux-pcmcia@lists.infradead.org, linux-input@atrey.karlin.mff.cuni.cz, bugme-daemon@bugzilla.kernel.org Subject: Re: [BUG] New Kernel Bugs References: <20071113031553.3c7b5c16.akpm@linux-foundation.org> <20071113.033946.114918709.davem@davemloft.net> <20071113034916.2556edd7.akpm@linux-foundation.org> <20071113.035824.40509981.davem@davemloft.net> <20071113041259.79c9a8c5.akpm@linux-foundation.org> <20071113134029.GA30978@elte.hu> <4739AFE0.20705@rtr.ca> <40f323d00711130752k19cab8eauc3456721274b3267@mail.gmail.com> <20071113171356.GA25824@thunk.org> <20071113175610.GE4250@stusta.de> In-Reply-To: <20071113175610.GE4250@stusta.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Adrian Bunk wrote: > On Tue, Nov 13, 2007 at 12:13:56PM -0500, Theodore Tso wrote: >> On Tue, Nov 13, 2007 at 04:52:32PM +0100, Benoit Boissinot wrote: >>> Btw, I used to test every -mm kernel. But since I've switched distros >>> (gentoo->ubuntu) >>> and I have less time, I feel it's harder to test -rc or -mm kernels (I >>> know this isn't a lkml problem >>> but more a distro problem, but I would love having an ubuntu blessed >>> repo with current dev kernel >>> for the latest stable ubuntu release). >> There are two parts to this. One is a Ubuntu development kernel which >> we can give to large numbers of people to expand our testing pool. >> But if we don't do a better job of responding to bug reports that >> would be generated by expanded testing this won't necessarily help us. >> ... > > The main problem is finding experienced developers who spend time on > looking into bug reports. There are already. IMO the problem is the development model. There are tons new features in each new kernel release and 'tons new bugs' which are not fixed during the release cycle nor in the .XX stable kernels. Maybe after XX kernel releases there should be one just with bug-fixes _without_ any new features , eg: cleaning bugs from bugzilla , know regressions , cleaning up code , removing broken drivers and the like. > cu > Adrian Gabriel