|
|
Subscribe / Log in / New account

Kernel release status

The current 2.6 kernel is 2.6.6-rc3, which was announced by Linus on April 27. New patches this time around include an NTFS update, some generic snapshot support code for filesystems (taken from XFS), a CPU frequency control update, TCP "Vegas" congestion avoidance, a new single-threaded mode for workqueues, a CIFS update, various architecture updates, and lots of fixes. See the long-format changelog for the details.

Linus hopes to have a final 2.6.6 release out by the end of the week.

Linus's BitKeeper tree contains, as of this writing, a set of XFS patches and a few other fixes.

The current prepatch from Andrew Morton is 2.6.6-rc2-mm2. Recent additions to -mm include a set of reiserfs patches (see below), some more ext3 block reservation work, a "tickless" timer mode for the S/390 architecture, hotplug CPU support for ia-64 systems, and lots of fixes.

The current 2.4 prepatch is 2.4.27-pre1, released by Marcelo on April 22. This prepatch merges the 2.6 serial ATA drivers, but otherwise restricts itself to fixes and small updates. According to Marcelo, the serial ATA update is the last big change that will go into 2.4.x.


to post comments

2.6.6-rc3 crashes, here.

Posted Apr 30, 2004 14:12 UTC (Fri) by Duncan (guest, #6647) [Link] (3 responses)

2.6.6-rc3 crashes, here. It compiles fine, but it crashes either at /proc
mount or shortly thereafter, giving me an error about sleeping with a lock
held, and preemption.

I'm running dual Opteron 242s, thus AMD64 in SMP mode. The problem quite
likely is some 64-bit unclean code somewhere, very possibly not triggered
and possibly compiled out, unless SMP and/or preemption are on.

Unfortunately, I don't know enough about kernel bug reporting to know how
or what to do about it, or even how to check to see if anyone else has
reported something similar, so it's just wait and see if it's fixed in
2.6.6 proper, right now. If not, I'll have to go read up on all that and
figure it out. (I may have done so already, except the hard crash took
out my video card and it took me several hours to figure out exactly what
it was and fix it.. in part because the card would come back after some
twiddling around for awhile, as if certain crashes stuffed up a
configuration register that took some time to stabilize due to capacitance
bleed-off, but the card now seems to have quit for good.. it's not coming
back any more.. Oh, well, it was only an ATI Radeon 7200 dual monitor
out, so not TOO expensive.)

Duncan

2.6.6-rc3 crashes, here.

Posted Apr 30, 2004 14:21 UTC (Fri) by corbet (editor, #1) [Link] (2 responses)

FWIW, I believe I'm begin bitten by the same bug; it was introduced in -rc1. I'm trying to track it down in my spare time...

2.6.6-rc3 crashes, here.

Posted Apr 30, 2004 17:09 UTC (Fri) by Duncan (guest, #6647) [Link] (1 responses)

I don't think it's the same bug, then, as I'm running rc2 without issue.

Unless it was in rc1 (which I didn't have time to try), somehow got masked
at least for my combination of hardware and kernel config for rc2, and
then reappeared in rc3..

I suppose that's possible, if it's something under current rapid
development. However, I wouldn't think it all that likely..

Maybe I'll have to go pull rc1, compile it, and see, if 2.6.6 doesn't fix
it or is delayed until after the weekend. Right now, I have the sleep I
SHOULD have been doing when I was working on the computer, to catch up on.
<g>

Duncan

2.6.6-rc3 crashes, here -- FIXED

Posted May 1, 2004 16:52 UTC (Sat) by Duncan (guest, #6647) [Link]

Seems that mine has been fixed with the 2.6.6-rc3-bk3, which I'm now
running. I expected it was, when I saw this in the log:

<quote>

ChangeSet@1.1638, 2004-04-30 14:51:54-07:00, akpm@osdl.org
[PATCH] task_struct alignment fix

The recent slab alignment changes broke [many archs] (parisc and x86_64
for sure) by causing task_structs to be insufficiently aligned. [C]hange
[it back] to L1_CACHE_BYTES, [as] we used to have, via
SLAB_HW_CACHE_ALIGN.

</quote>

I figured that must be what I saw on x86_64, but I can boot the new kernel
again, now, and as a bonus I now know what the nightly bk snapshots are
(as mentioned in /something/ I was reading, recently, either on the Gentoo
lists or on LWN) and where to find and how to apply them. =:^)

Duncan

Kernel release status

Posted May 7, 2004 17:49 UTC (Fri) by nobrowser (guest, #21196) [Link]

What happened to the ext[23] htree feature? It was promised for 2.4.26 but
it's not there; and now 2.4 seems to be nearing death.


Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds