* Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
@ 2008-12-29 5:39 Igor Podlesny
2008-12-29 6:04 ` Willy Tarreau
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Igor Podlesny @ 2008-12-29 5:39 UTC (permalink / raw)
To: linux-kernel
Actually that's either a mistake or I don't know what you guys call "a
stable version".
Since 2.6.24 there're serious regressions in all the following
"stable" releases. Both my own experience + http://www.kerneloops.org/
proves that.
Just to bring in some examples:
-- using 2.6.25.x I started to notice "oops"es in dmesg (what hadn't
been happening for a long time).
-- since 2.6.26 mine desktop system can't go suspend or hibernate. It
tries, but immediately returns from that trying.
-- Copying several rather big files (~ 25--45 GiB) from XFS on LVM-2
on MDraid partition to another one, I had the system rebooted both
with 2.6.28 and 2.6.27.10 (accomplished using 2.6.24.7-rt(sic!)25). As
you probably understand, that's the case you even can't trace where's
the problem, at least on a desktop with GUI, not on server with plain
text display. Although, I'm afraid even text display wouldn't had a
chance to show anything, tracing that problem.
So, I don't feel Linux is stable since 2.6.24. Do you?
(I'm not subscribed to the list, please cc:)
--
End of message. Next message?
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
2008-12-29 5:39 Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is" Igor Podlesny
@ 2008-12-29 6:04 ` Willy Tarreau
2008-12-29 9:21 ` Christoph Hellwig
2008-12-29 11:50 ` Éric Piel
2 siblings, 0 replies; 9+ messages in thread
From: Willy Tarreau @ 2008-12-29 6:04 UTC (permalink / raw)
To: Igor Podlesny; +Cc: linux-kernel
On Mon, Dec 29, 2008 at 12:39:55PM +0700, Igor Podlesny wrote:
> Actually that's either a mistake or I don't know what you guys call "a
> stable version".
>
> Since 2.6.24 there're serious regressions in all the following
> "stable" releases. Both my own experience + http://www.kerneloops.org/
> proves that.
>
> Just to bring in some examples:
>
> -- using 2.6.25.x I started to notice "oops"es in dmesg (what hadn't
> been happening for a long time).
>
> -- since 2.6.26 mine desktop system can't go suspend or hibernate. It
> tries, but immediately returns from that trying.
>
> -- Copying several rather big files (~ 25--45 GiB) from XFS on LVM-2
> on MDraid partition to another one, I had the system rebooted both
> with 2.6.28 and 2.6.27.10 (accomplished using 2.6.24.7-rt(sic!)25). As
> you probably understand, that's the case you even can't trace where's
> the problem, at least on a desktop with GUI, not on server with plain
> text display. Although, I'm afraid even text display wouldn't had a
> chance to show anything, tracing that problem.
>
> So, I don't feel Linux is stable since 2.6.24. Do you?
Well, I won't say that I find them 100% rock solid, but you seem to be
able to reproduce a lot of serious issues. Have you filed bug reports
to get them fixed ? You cannot expect people to fix bugs they're not
aware of !
Also it would be a good idea to get all those issues fixed soon, because
2.6.27-stable will be maintained for a long time.
Willy
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
2008-12-29 5:39 Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is" Igor Podlesny
2008-12-29 6:04 ` Willy Tarreau
@ 2008-12-29 9:21 ` Christoph Hellwig
2008-12-29 10:01 ` Igor Podlesny
2008-12-29 14:02 ` David Newall
2008-12-29 11:50 ` Éric Piel
2 siblings, 2 replies; 9+ messages in thread
From: Christoph Hellwig @ 2008-12-29 9:21 UTC (permalink / raw)
To: Igor Podlesny; +Cc: linux-kernel, xfs
On Mon, Dec 29, 2008 at 12:39:55PM +0700, Igor Podlesny wrote:
> -- Copying several rather big files (~ 25--45 GiB) from XFS on LVM-2
> on MDraid partition to another one, I had the system rebooted both
> with 2.6.28 and 2.6.27.10 (accomplished using 2.6.24.7-rt(sic!)25). As
> you probably understand, that's the case you even can't trace where's
> the problem, at least on a desktop with GUI, not on server with plain
> text display. Although, I'm afraid even text display wouldn't had a
> chance to show anything, tracing that problem.
You don't have 4K_STACKs enabled by default, do you?
And instead of these rants bug reports would be more useful.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
2008-12-29 9:21 ` Christoph Hellwig
@ 2008-12-29 10:01 ` Igor Podlesny
2008-12-29 14:02 ` David Newall
1 sibling, 0 replies; 9+ messages in thread
From: Igor Podlesny @ 2008-12-29 10:01 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-kernel, xfs
2008/12/29 Christoph Hellwig <hch@infradead.org>:
> On Mon, Dec 29, 2008 at 12:39:55PM +0700, Igor Podlesny wrote:
>> -- Copying several rather big files (~ 25--45 GiB) from XFS on LVM-2
>> on MDraid partition to another one, I had the system rebooted both
>> with 2.6.28 and 2.6.27.10 (accomplished using 2.6.24.7-rt(sic!)25). As
>> you probably understand, that's the case you even can't trace where's
>> the problem, at least on a desktop with GUI, not on server with plain
>> text display. Although, I'm afraid even text display wouldn't had a
>> chance to show anything, tracing that problem.
>
> You don't have 4K_STACKs enabled by default, do you?
x86_64, so it's not applicable.
I see you've included XFS guys, but that's hard to guess which
sub-system is related to that crash, cause it's a stacked construction
XFS/LVM-2/Linux Software RAID/sata_nv. Also, I've found there were
some complaints bout netfilter's ipt_recent, which I was using, so
I've decided to turn it off and see.
>
> And instead of these rants bug reports would be more useful.
>
Yeah, I'll try to get backtraces, using null-modem cable, but alas, I
don't have it yet. Nowadays it's not a thing easy to buy at a computer
store. Also, my message (feedback) was written due to concerns bout
quality degradation I saw. May be I was mistaken or not, but I felt
it's better to talk about it to people who really cared and knew.
--
End of message. Next message?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
2008-12-29 9:21 ` Christoph Hellwig
2008-12-29 10:01 ` Igor Podlesny
@ 2008-12-29 14:02 ` David Newall
1 sibling, 0 replies; 9+ messages in thread
From: David Newall @ 2008-12-29 14:02 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: Igor Podlesny, linux-kernel, xfs
Christoph Hellwig wrote:
> instead of these rants bug reports would be more useful.
Igor didn't rant, not even a little bit, and it reflects poorly on you
that you engage in hyperbole rather than hear his story. In fact, or at
least in my opinion as a computer programmer with 30 years experience,
he's right: A newly stable kernel is not stable. He might even be right
about regressions since 2.6.24.
It's a sorry day when somebody making a simple, reasonable and accurate
feedback is criticised for not providing bug reports. But don't let him
(or me) stop you guys from toasting your fine success. You believe it's
stable; what more could anyone want?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
2008-12-29 5:39 Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is" Igor Podlesny
2008-12-29 6:04 ` Willy Tarreau
2008-12-29 9:21 ` Christoph Hellwig
@ 2008-12-29 11:50 ` Éric Piel
2008-12-29 12:51 ` Paul Komkoff
2 siblings, 1 reply; 9+ messages in thread
From: Éric Piel @ 2008-12-29 11:50 UTC (permalink / raw)
To: for.poige+linux; +Cc: linux-kernel
Igor Podlesny schreef:
> Actually that's either a mistake or I don't know what you guys call "a
> stable version".
[removing all the part which needs bug report numbers]
I agree with you that the website is not very clear for someone not
accustomed to the Linux kernel development. There are actually more
stable versions available but they are not advertised. Maybe there
should be more trees displayed, something like this:
The latest stable version of the Linux kernel is: 2.6.28
The previous stable version of the Linux kernel is: 2.6.27.10
The latest longtime version of the Linux kernel is: 2.6.16.62
:
They correspond respectively to Linus'/stable team's tree, the stable
team's tree of the previous version (which keeps being updated even
after the latest Linus' stable release) and Adrian Bunk's tree.
Eric
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is".
2008-12-29 11:50 ` Éric Piel
@ 2008-12-29 12:51 ` Paul Komkoff
2008-12-29 13:39 ` Igor Podlesny
0 siblings, 1 reply; 9+ messages in thread
From: Paul Komkoff @ 2008-12-29 12:51 UTC (permalink / raw)
To: Éric Piel; +Cc: for.poige+linux, linux-kernel
On Mon, Dec 29, 2008 at 11:50 AM, Éric Piel <eric.piel@tremplin-utc.net> wrote:
> stable versions available but they are not advertised. Maybe there
> should be more trees displayed, something like this:
> The latest stable version of the Linux kernel is: 2.6.28
> The previous stable version of the Linux kernel is: 2.6.27.10
> The latest longtime version of the Linux kernel is: 2.6.16.62
The latest version known to run OK on poige's hardware is: ....
(sorry). :)
--
This message represents the official view of the voices in my head
^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <fa.AyhwSGaa29qThLZ5OhBSbACDzmI@ifi.uio.no>]
end of thread, other threads:[~2008-12-29 14:02 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 5:39 Hi! I've noticed that kernel.org advertises 2.6.28 as "The latest stable version of the Linux kernel is" Igor Podlesny
2008-12-29 6:04 ` Willy Tarreau
2008-12-29 9:21 ` Christoph Hellwig
2008-12-29 10:01 ` Igor Podlesny
2008-12-29 14:02 ` David Newall
2008-12-29 11:50 ` Éric Piel
2008-12-29 12:51 ` Paul Komkoff
2008-12-29 13:39 ` Igor Podlesny
[not found] <fa.AyhwSGaa29qThLZ5OhBSbACDzmI@ifi.uio.no>
[not found] ` <fa.O2INIKnSvQY5+2WFbCRxoh8xutg@ifi.uio.no>
[not found] ` <fa.fGgFQweuOQlZ5w9soKo4267nPkc@ifi.uio.no>
[not found] ` <4958AF9E.7070005@yahoo.com>
2008-12-29 11:16 ` Igor Podlesny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox