Kernel release status
The long-format changelog has the details - but, since we're talking about almost 5000 patches from over 600 contributors, it's best to have a lot of time on one's hands. The short-form changelog is somewhat more compact, but still lengthy.
At this point in the process, patches going into the mainline repository are supposed to be confined to fixes. Many of them are, but Linus has merged a few other significant changes, including, as predicted, the interrupt handler prototype change, which has caused changes throughout the tree. There is a new epoll_pwait() system call which takes an additional signal mask parameter, and the venerable (but long-unused) <linux/config.h> include file has been removed at last.
Also merged is the developmental ext4 filesystem, which includes a number of enhancements, including support for extents and 48-bit block numbers. See the ext4 documentation file if you are interested in playing with ext4 (and have good backups).
The current -mm tree is 2.6.19-rc1-mm1. Recent changes
to -mm include the addition of ext4 (which promptly moved on into the
mainline), continued work on the swap token mechanism, a generic
log2() implementation, and the dynamic tick patch.
Posted Oct 12, 2006 19:00 UTC (Thu)
by smoogen (subscriber, #97)
[Link] (2 responses)
Posted Oct 16, 2006 20:02 UTC (Mon)
by ccezar (subscriber, #2749)
[Link] (1 responses)
cezar
Posted Oct 19, 2006 10:56 UTC (Thu)
by peschmae (guest, #32292)
[Link]
I for one am glad to see Linus having returned to posting new kernels right after he sees that LWN weekly edition has been posted. I had kind of missed that pattern.Kernel release status
Hmmm... Does it mean, that making LWN an daily publication will speedup kernel development...? ;))Kernel release status
No, but it will increase the number of releases. ;-)Kernel release status