public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4.16-pre1
@ 2001-11-24 18:39 Marcelo Tosatti
  2001-11-24 18:40 ` Marcelo Tosatti
                   ` (4 more replies)
  0 siblings, 5 replies; 103+ messages in thread
From: Marcelo Tosatti @ 2001-11-24 18:39 UTC (permalink / raw)
  To: lkml; +Cc: Linus Torvalds


Hi,

So here it goes 2.4.16-pre1. Obviously the most important fix is the
iput() one, which probably fixes the filesystem corruption problem people
have been seeing.

Please, people who have been experiencing the fs corruption problems test
this and tell me its now working so I can release a final 2.4.16 ASAP.


- Correctly sync inodes in iput()			(Alexander Viro)
- Make pagecache readahead size tunable via /proc	(was in -ac tree)
- Fix PPC kernel compilation problems			(Paul Mackerras)


^ permalink raw reply	[flat|nested] 103+ messages in thread
* Re: [RFC] 2.5/2.6/2.7 transition [was Re: Linux 2.4.16-pre1]
@ 2001-11-26 12:26 willy tarreau
  2001-11-26 14:54 ` Horst von Brand
  0 siblings, 1 reply; 103+ messages in thread
From: willy tarreau @ 2001-11-26 12:26 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

> The _real_ solution is to make fewer fundamental
changes
> between stable kernels, and that's a real solution
that I
> expect to become more and more realistic as the
kernel
> stabilizes. I already expect 2.5 to have a _lot_
less
> fundamental changes than the 2.3.x tree ever had -
the
> SMP scaliability efforts and page-cachification
between
> 2.2.x and 2.4.x is really quite a big change.

Well, I know this has been discussed several times,
but why
not having 2 stable trees : one for the average "joe"
user
which would include fixes and new features, and one
for
prod servers which will have only bugfixes, and quite
old, 
tested features, with less risks of regression. I
think that all
in all, current 2.4 kernels are fairly stable except,
perhaps
for a few, not so common, features. There are still
lots of
people who don't upgrade their 2.2 to 2.4 (or even old
2.4 to
newer 2.4) because of a "well known bug" in a feature
they
might even never use.

I'm myself used to build kernels from Alan's tree, on
which
I add several features (ipsec...), and backport
bugfixes from
more recent kernels (as far as my understanding can
go, of
course). When 2.4.14 went out, I was still using a
2.4.10ac12
+many fixes, but without any feature upgrade. I have
several
friends using my kernels because they find them more
stable
although I couldn't judge because they don't always
report
bugs as people do on LKML.

A very conservative branch could be maintained with
not 
much effort since we would only have to include new
fixes
(ok, sometimes you can't keep up and have to make the
step, that's why I jumped from 2.4.10ac to 2.4.13ac).
We
could even count failure and success reports for some 
features to help those paranoïd to decide which kernel
to
use.

Perhaps it's what distro makers do, but at least they
don't
announce their kernels on LKML as you, Alan, or Andrea
actually do.

I even may participate in this, given my very limited
time (ie,
if people are ready to wait 3 weeks without news, and 
accept sometimes completely broken kernels when I jump
from one major release to one other), but honnestly,
that's
not my primary goal.

Just my 2 euro-cents here,
Willy


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Courrier : http://courrier.yahoo.fr

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

end of thread, other threads:[~2001-12-04 20:54 UTC | newest]

Thread overview: 103+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-24 18:39 Linux 2.4.16-pre1 Marcelo Tosatti
2001-11-24 18:40 ` Marcelo Tosatti
2001-11-24 20:36   ` Phil Sorber
2001-11-24 19:44     ` Marcelo Tosatti
2001-11-24 21:14       ` Linus Torvalds
2001-11-24 21:32         ` H. Peter Anvin
2001-11-24 22:04           ` François Cami
2001-11-26  0:49           ` Horst von Brand
2001-11-26  0:51             ` H. Peter Anvin
2001-11-26 17:50               ` Alan Cox
2001-11-26 18:08                 ` H. Peter Anvin
2001-11-26  0:51             ` David Weinehall
2001-11-26  0:53               ` H. Peter Anvin
2001-11-25  1:56         ` Patrick McFarland
2001-11-25  2:12           ` Patrick McFarland
2001-11-25  2:34             ` war
2001-11-25  2:41               ` Patrick McFarland
2001-11-25  3:05                 ` Mohammad A. Haque
2001-11-25 21:55                   ` Patrick McFarland
2001-11-26 12:06                   ` Martin Persson
2001-11-26 14:26                     ` David Lang
2001-11-26 16:55                       ` Alan Cox
2001-11-26 16:58                         ` Dominik Kubla
2001-11-26 15:38                     ` M. Edward (Ed) Borasky
2001-11-26 18:12                     ` J Sloan
2001-11-25  4:10                 ` J Sloan
2001-11-25 21:58                   ` Patrick McFarland
2001-11-25 22:57                     ` J Sloan
2001-11-25 23:11                       ` Patrick McFarland
2001-11-26  0:26                         ` Patrick McFarland
2001-11-26  0:31                           ` Patrick McFarland
2001-11-26  0:39                             ` CaT
2001-11-25  4:23                 ` Victor Yodaiken
2001-11-25  3:04           ` John Alvord
2001-11-26 18:13         ` Alan Cox
2001-11-26 18:09           ` H. Peter Anvin
2001-11-24 20:58     ` Ryan Cumming
2001-11-24 22:21       ` H. Peter Anvin
2001-11-24 22:35         ` kernel.org maintenance Ahmed Masud
2001-11-24 22:56         ` Linux 2.4.16-pre1 Mohammad A. Haque
2001-11-24 21:09 ` Marc A. Ohmann
2001-11-24 19:54   ` Marcelo Tosatti
2001-11-24 21:13   ` Arnaldo Carvalho de Melo
2001-11-24 23:32 ` F.H. Bulthuis
2001-11-24 23:37   ` Rik van Riel
2001-11-24 23:47     ` F.H. Bulthuis
2001-11-25 13:34 ` Dominik Kubla
2001-11-25 14:15   ` Stephan von Krawczynski
2001-11-25 18:07     ` Tobias Ringstrom
2001-11-25 18:17     ` Linus Torvalds
2001-11-25 19:16       ` Stephan von Krawczynski
2001-11-25 22:07       ` Patrick McFarland
2001-11-25 19:27         ` Alex Bligh - linux-kernel
2001-11-25 22:13         ` Arnaldo Carvalho de Melo
2001-11-25 22:18           ` Patrick McFarland
2001-11-25 22:26             ` Arnaldo Carvalho de Melo
2001-11-25 22:31               ` Arnaldo Carvalho de Melo
2001-11-26  1:16             ` Mohammad A. Haque
2001-11-26  1:33               ` Patrick McFarland
2001-11-26  2:45                 ` Mohammad A. Haque
2001-11-26  2:50                 ` Horst von Brand
2001-11-27  0:47                   ` Patrick McFarland
2001-11-27  1:01                     ` Rik van Riel
2001-11-27  1:04                       ` Patrick McFarland
2001-11-27  1:02                     ` Andre Hedrick
2001-11-26 10:44                 ` Rik van Riel
2001-11-26  6:57           ` Martin Eriksson
2001-11-25 22:28         ` François Cami
2001-11-25 22:36           ` Patrick McFarland
2001-11-25 22:40             ` Patrick McFarland
2001-11-26  0:20         ` Andrew Pimlott
2001-11-26  0:56           ` Patrick McFarland
2001-11-26  1:16             ` Phil Oester
2001-12-04 20:28             ` The Doctor What
2001-12-04 20:51               ` Rik van Riel
2001-11-25 23:53       ` [RFC] 2.5/2.6/2.7 transition [was Re: Linux 2.4.16-pre1] Mike Fedyk
2001-11-26  3:58         ` Linus Torvalds
2001-11-26  5:33           ` Mike Fedyk
2001-11-26 10:59           ` Rik van Riel
2001-11-26 14:58             ` jlnance
2001-11-26 18:18             ` H. Peter Anvin
2001-11-26 12:41           ` Horst von Brand
2001-11-26 19:35             ` Andrew Morton
2001-11-26 17:44           ` Rob Landley
2001-11-26 21:08             ` Alan Cox
2001-11-26 21:42               ` Rob Landley
2001-11-26 23:52                 ` Rob Landley
2001-11-27  3:40                   ` Johan Kullstam
2001-11-26  8:13         ` John Alvord
2001-11-25 14:39   ` Linux 2.4.16-pre1 Florian Weimer
2001-11-25 14:51     ` Russell King
2001-11-25 14:58       ` Florian Weimer
2001-11-25 15:06         ` Alexander Viro
2001-11-25 15:14         ` Bruce Harada
2001-11-25 21:44       ` Teodor Iacob
2001-11-25 21:24         ` Thiago Rondon
2001-11-25 21:51         ` Arnaldo Carvalho de Melo
2001-11-26 17:07 ` vda
2001-11-26 16:36   ` Charles Marslett
2001-11-27  4:30   ` Mike Fedyk
2001-11-27  8:59     ` Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2001-11-26 12:26 [RFC] 2.5/2.6/2.7 transition [was Re: Linux 2.4.16-pre1] willy tarreau
2001-11-26 14:54 ` Horst von Brand

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