public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* re: Kernel Releases
@ 2001-11-25  5:37 Dan Kegel
  2001-11-25  9:25 ` Nathan Dabney
  0 siblings, 1 reply; 35+ messages in thread
From: Dan Kegel @ 2001-11-25  5:37 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org; +Cc: David Relson, stp

David Relson <relson@osagesoftware.com> wrote:
> With the recent problems, the working 
> versions tend to be the -pre1 or -pre2 releases, not the released 
> one.  With a bit of QA, I think we can have 2.4.x releases be the stable 
> releases.  Here's how...
> 
> When the kernel maintainer, now Marcelo for 2.4, is ready to release the 
> next kernel, for example 2.4.16, I suggest he switch from "pre?" to "-rc1" 
> (as in release candidate).  A day or two with -rc1 will quickly show if it 
> has a show stopper.  If so, then the minor fixes (and nothing else) go into 
> -rc2.  A day or two ..., and either -rc3 appears or we have a stable 
> release and 2.4.16 is ready to be released.
> 
> Let's go the extra distance and have the releases be usable, stable 
> kernels!  It's what users want and it's within the abilities of the 
> developers to produce.  Let's do it :-)

Hear, hear!  

Also, Marcelo should get in touch with the nice folks at stp@osdlab.org
and find out what sort of regression tests they will be running on
his kernels.  Perhaps he can wait for their feedback on the -rcX
kernels before declaring them final.  (Not that they would have
found the 2.4.15 problem with their current tests, but they'll
catch a few things.)

- Dan

^ permalink raw reply	[flat|nested] 35+ messages in thread
[parent not found: <Pine.LNX.4.33.0111261807570.489-100000@mikeg.weiden.de>]
[parent not found: <fa.dac7a7v.1hkofg8@ifi.uio.no>]
* Re: Kernel Releases
@ 2001-11-27 17:25 Dan Kegel
  2001-11-27 17:36 ` François Cami
  0 siblings, 1 reply; 35+ messages in thread
From: Dan Kegel @ 2001-11-27 17:25 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

> On Monday 26 November 2001 16:45, Mike Galbraith wrote:
> > > The only way we can get good testing for new kernels is to stop using
> > > -preN prefix in development branch (2.5.x). Just increment that 'x'.
> >
> > That won't change anything except the number on the kernel.  The people
> > who you're trying to turn into bleeding edge testers (those who stay a
> > little behind [bignum]) will continue to ride the curve at the point of
> > their choosing.
> 
> Yes, but they can't tell which 2.5.x is more stable just from version number.
> This way Linus will get better test coverage in 2.5.x.
> 
> Those who need stability can read lkml and figure out which 2.5.x was 
> 'glitchless' :-) or stick with 2.4.x

Agreed.  2.5.x should not use -pre.  Just increment X.  

2.4.x should continue to use -preY.
There's no need for a -rcY as some have suggested.
All we need to do to avoid messes like the 2.4.15 debacle
is to insist that a 2.4.X-preY should not be
released as final 2.4.X until the pre's been out for a week,
and there should never be any changes introduced into a final
that didn't cook for a week as a pre.  Marcello, what say ye?

That should give enough time for everyone to
find bugs and yell.
- Dan

^ permalink raw reply	[flat|nested] 35+ messages in thread
* Re: Kernel Releases
@ 2001-11-26 10:46 Martin Knoblauch
  2001-11-26 15:27 ` John Jasen
  0 siblings, 1 reply; 35+ messages in thread
From: Martin Knoblauch @ 2001-11-26 10:46 UTC (permalink / raw)
  To: jjasen1; +Cc: linux-kernel@vger.kernel.org

> Re: Kernel Releases
> 
> 
> > Development kernels are development kernels... nothing else. Look to
> > distributors for high degrees of quality assurance testing. When you run a
> > development kernel you have joined the development team, even if you don't
> > know it. Finding and reporting bugs is your job...
> 
> That's why you stay away from 2.5.x, or 2.4.x-pre, or 2.4.x-ac -- which
> are development kernels. 2.4.x kernels are released kernels.
> 

 The point being made (I believe) is that recently the "released"
kernels have had a low quality with showstopper-quality bugs being
introduced, but not detected,  very late in the -preX cycle. What the
initiator of this thread wants is a longer testing of the last -preX
version. And changes between that an the "release" confined to bug/doc
fixing *only*. Whether this has to be under the "-rcX" label, or not -
the idea behind it is sound.

Martin
-- 
------------------------------------------------------------------
Martin Knoblauch         |    email:  Martin.Knoblauch@TeraPort.de
TeraPort GmbH            |    Phone:  +49-89-510857-309
C+ITS                    |    Fax:    +49-89-510857-111
http://www.teraport.de   |    Mobile: +49-170-4904759

^ permalink raw reply	[flat|nested] 35+ messages in thread
* Kernel Releases
@ 2001-11-25  4:27 David Relson
  2001-11-25  5:49 ` John Alvord
                   ` (3 more replies)
  0 siblings, 4 replies; 35+ messages in thread
From: David Relson @ 2001-11-25  4:27 UTC (permalink / raw)
  To: linux-kernel

Greetings to All,

Over the past few months, I've been listening in on LKML, with occasional, 
minor comments - mostly to help newbies.  Now, I think it's time for a 
suggestion ...

As we all know, several of the recent releases have had defects that have 
__required__ patches before they could be built (or used safely).  Problems 
with symlinks, loopbacks, and unmount come to mind as being like 
this.  They are all show stoppers that required immediate fixes and the 
creation of a new release or of the next -pre1 version.

I have a tendency to tink that it's better to be running a released kernel, 
than a pre-release kernel.  I'd much rather be running a kernel named 2.4.x 
than a kernel named 2.4.y-pre?.  With the recent problems, the working 
versions tend to be the -pre1 or -pre2 releases, not the released 
one.  With a bit of QA, I think we can have 2.4.x releases be the stable 
releases.  Here's how...

When the kernel maintainer, now Marcelo for 2.4, is ready to release the 
next kernel, for example 2.4.16, I suggest he switch from "pre?" to "-rc1" 
(as in release candidate).  A day or two with -rc1 will quickly show if it 
has a show stopper.  If so, then the minor fixes (and nothing else) go into 
-rc2.  A day or two ..., and either -rc3 appears or we have a stable 
release and 2.4.16 is ready to be released.

Let's go the extra distance and have the releases be usable, stable 
kernels!  It's what users want and it's within the abilities of the 
developers to produce.  Let's do it :-)

David




^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2001-11-28 19:17 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-25  5:37 Kernel Releases Dan Kegel
2001-11-25  9:25 ` Nathan Dabney
2001-11-25 10:24   ` Keith Owens
2001-11-25 13:34     ` Phil Howard
2001-11-25 19:03     ` Nathan Dabney
     [not found] <Pine.LNX.4.33.0111261807570.489-100000@mikeg.weiden.de>
2001-11-27 18:08 ` vda
2001-11-27 16:58   ` Mike Galbraith
     [not found] <fa.dac7a7v.1hkofg8@ifi.uio.no>
2001-11-27 17:53 ` Giacomo Catenazzi
  -- strict thread matches above, loose matches on Subject: below --
2001-11-27 17:25 Dan Kegel
2001-11-27 17:36 ` François Cami
2001-11-27 17:38   ` Dan Kegel
2001-11-27 18:13     ` Vitaly Luban
2001-11-28 16:23     ` Horst von Brand
2001-11-28 19:17       ` Mike Fedyk
2001-11-26 10:46 Martin Knoblauch
2001-11-26 15:27 ` John Jasen
2001-11-26 20:36   ` Horst von Brand
2001-11-27  2:40     ` Gerhard Mack
2001-11-25  4:27 David Relson
2001-11-25  5:49 ` John Alvord
2001-11-25  6:34   ` CaT
2001-11-25 14:12   ` John Jasen
2001-11-26  7:15     ` John Alvord
2001-11-25 15:46   ` Eric W. Biederman
2001-11-25 16:23     ` Nathan Walp
2001-11-26 21:03     ` Bill Davidsen
2001-11-25 19:55 ` Phil Sorber
2001-11-26  9:22 ` Allan Sandfeld
2001-11-26 14:51   ` Ian Stirling
2001-11-26 15:02     ` Rik van Riel
2001-11-26 19:11       ` Ian Stirling
2001-11-26 19:55       ` vda
2001-11-26 20:42 ` Bill Davidsen
2001-11-27  4:21   ` Mike Fedyk
2001-11-27  9:50   ` Helge Hafting

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox