Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750981AbWBZSIn (ORCPT ); Sun, 26 Feb 2006 13:08:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751377AbWBZSIn (ORCPT ); Sun, 26 Feb 2006 13:08:43 -0500 Received: from wproxy.gmail.com ([64.233.184.203]:39978 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S1750981AbWBZSIm convert rfc822-to-8bit (ORCPT ); Sun, 26 Feb 2006 13:08:42 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q8TNMIYrfCGkPmaYEf3W2F1DWjMNp+xRMY4yyTgkNhUg6T/5K/LMBW+FgYJgGYttl5sPD3xGSJaZaCLIM8V0WDJrhjR2aIt1gf6Xbjn+wQ7QLKpfwQVXflIunF8MhB/iivs6AaCV+bc90kRPiNlYVxh+sjaXgjm6+zhxygOLW6U= Message-ID: <9a8748490602261008v427d3cb6ufb446efc96117220@mail.gmail.com> Date: Sun, 26 Feb 2006 19:08:41 +0100 From: "Jesper Juhl" To: "Adrian Bunk" Subject: Re: Building 100 kernels; we suck at dependencies and drown in warnings Cc: linux-kernel@vger.kernel.org, "Andrew Morton" , "Sam Ravnborg" In-Reply-To: <20060226174123.GJ3674@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: <200602261721.17373.jesper.juhl@gmail.com> <20060226170038.GF3674@stusta.de> <9a8748490602260929v74fd8358r8bdb2d670508bb0a@mail.gmail.com> <20060226174123.GJ3674@stusta.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2651 Lines: 64 On 2/26/06, Adrian Bunk wrote: > On Sun, Feb 26, 2006 at 06:29:54PM +0100, Jesper Juhl wrote: > > On 2/26/06, Adrian Bunk wrote: > >... > > > > >From 100 kernel builds there was a total of 16152 warnings and 645 of those > > > > are unique warnings, the rest are duplicates. > > > > > > > > We are drowning in warnings people. Sure, many of the warnings are due to > > > > gcc getting something wrong and shouldn't really be emitted, but a lot of > > > > them point to actual problems or deficiencies (I obviously haven't looked > > > > at them all in detail yet, so take that with a grain of salt please). > > > >... > > > > > > It's well-known that BROKEN_ON_SMP drivers often spit 50 warnings in one > > > warning. If you remove the dozen worst drivers the numbers should look > > > much better. > > > > > Better yet, let's fix the warnings. > > It's never bad if someone converts drivers still using cli/sti. > > Unfortunately, this is non-trivial... > > > > Not that our current situation was perfect, but the number of warnings > > > in .config's people usually use isn't that bad. > > > > I agree it's not too bad for most people. The point of my post was > > mostly a "call to arms" trying to get people interrested in fixing all > > the warnings and build errors we have. > > I'm agreeing that this is a good idea, I simply disagreed with your > "we suck at..." point, since although we can become better we aren't > that bad. > Ok, maybe that was a bit too stong wording. > > There's a lot of focus on implementing new features - and that's great > > - but there's little emphasis on fixing the problems we have and > > already know about - I'd like to see that change, and my post was > > mainly an attempt at making that happen :) > > IMHO, the real problems we already know about are not warnings, they are > the ones listed at > http://bugzilla.kernel.org/ > > And in these cases, the bugs in unmaintained areas of the kernel like > APM or the floppy driver are the worst ones. > Agreed, those bugs should be fixed as well. Unfortunately most of them are beyond my abilities, so I tend to focus on the stuff that I see is broken and that I am actually able to help fix. :-) -- Jesper Juhl Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - 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/