Received: with ECARTIS (v1.0.0; list netdev); Fri, 13 May 2005 09:48:41 -0700 (PDT) Received: from perch.kroah.org (mail.kroah.org [69.55.234.183]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j4DGmZOv016588 for ; Fri, 13 May 2005 09:48:35 -0700 Received: from [192.168.0.10] (c-24-22-118-199.hsd1.or.comcast.net [24.22.118.199]) (authenticated) by perch.kroah.org (8.11.6/8.11.6) with ESMTP id j4DGlxi19653; Fri, 13 May 2005 09:47:59 -0700 Received: from greg by echidna.kroah.org with local (masqmail 0.2.19) id 1DWdKX-30x-00; Fri, 13 May 2005 09:48:05 -0700 Date: Fri, 13 May 2005 09:48:05 -0700 From: Greg KH To: James Ketrenos Cc: Pavel Machek , netdev@oss.sgi.com, kernel list , jbohac@suse.cz, jbenc@suse.cz Subject: Re: ipw2100: intrusive cleanups, working this time ;-) Message-ID: <20050513164804.GI11089@kroah.com> References: <20050512225026.GA2822@elf.ucw.cz> <4283FA4D.3010208@linux.intel.com> <20050513034201.GA11817@kroah.com> <42844876.8060907@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42844876.8060907@linux.intel.com> User-Agent: Mutt/1.5.8i X-archive-position: 1096 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: greg@kroah.com Precedence: bulk X-list: netdev Content-Length: 2653 Lines: 64 On Fri, May 13, 2005 at 01:25:58AM -0500, James Ketrenos wrote: > Greg KH wrote: > >On Thu, May 12, 2005 at 07:52:29PM -0500, James Ketrenos wrote: > >>Part of the process we have in place is to try and make sure that the > >>versions that get picked up by distros and the majority of users have a > >>'known' level of quality. As part of that, we only want to get changes > >>pushed to -mm and eventual mainline that have gone through regression > >>testing. > > > >Any chance of making those regression tests public so we can all do this > >kind of testing on any future changes that might be made to the driver? > > I believe all of our test plans are available publically. We just put > up test runner on our bugzilla server so that we can better track which > tests have been run by users, etc. Some tests are automated, some are > manual. > > The bugzilla site is http://bughost.org and test tracker is toward the > bottom of that page. > > You can also find information at http://ipw2200.sf.net/validation.php Nice, thanks for the pointers. > >Remember, once it hits mainline, lots of different people will be > >touching it for various reasons at times... > > > > > I am hopeful that if we can get a process streamlined enough so that > regression passes can occur quickly, we will be able to keep pace w/ any > critical fixes or changes that are desired to go into mainline. > > What is driving the approach is that our customers want to build > solutions with drivers that have gone through a known level of > interoperability and functionality testing. > > We ideally want to be able to say "you can either download the driver > version X from http://whatever, or any mainline kernel newer than > 2.6.13+". However we can only do that if the code that is pulled into > mainline /has/ gone through all of that testing. Of course. > The reality of the community process may require that we can only say > "version X from http://whatever or versions 2.6.{x,y,z} of the kernel" > if patches are accepted into the tree that haven't been sufficiently tested. Good luck testing every kernel release :) Perhaps you might want to automate this with a test against the kernel-of-the-day once the driver makes it into mainline? I know some people who are working on a kernel tinderbox that this kind of effort would tie nicely into. > We want to have a process that meets the needs of the end users, the > ipw* and kernel development communities, the platform manufacturers, and > the distros. That's a good goal, sounds like you are well on your way. Now if only everyone would have test suites for drivers... thanks, greg k-h