LWN.net Logo

Advertisement

Front, Kernel, Security, Distributions, Development. See your byline here on LWN.net.

Advertise here

Kernel release status

The current 2.6 patch remains 2.6.9-rc1; no new prepatches were released over the past week.

The developers have been busy, however. Linus's BitKeeper repository contains, as of this writing, more filesystem conversions to the new symbolic link resolution code (which will eventually allow an increase in the maximum link depth), a new waitid() system call implementing the POSIX call by the same name, a "fake NUMA" mode for x86-64 testing, a small-footprint tmpfs implementation, the base KProbes patch, a set of IDE updates, support for scheduler profiling (seeing where context switches come from), automatic TCP window scaling calculation, a kobject change (it uses kref now), a USB gadget interface update with "On The Go" support, a big ALSA update, the removal of the Philips webcam driver, numerous network driver updates, some random number generator fixes, a fix for the audio CD writing memory leak, some VFS interface improvements, executable support in hugetlb mappings, the Whirlpool digest algorithm, some virtual memory tweaks, a number of asynchronous I/O fixes and improvements, a User-mode Linux update, the "flex mmap" user-space memory layout (covered here last June), a number of scheduler tweaks, the removal of the very last suser() call, and lots of fixes.

The current tree from Andrew Morton is 2.6.9-rc1-mm2. Recent changes to -mm include some scheduler fixes (Nick Piggins's scheduler is still in -mm), the removal of the resident set size limit ("pending some evidence that it does useful things"), the out-of-line spinlocks patch (for x86 and x86-64), lockmeter for x86-64, and many fixes and updates.

The current 2.4 prepatch is 2.4.28-pre2, released by Marcelo on August 25. Changes include a serial ATA update, some gcc-3.4 fixes, an NFS update, and various other fixes.


(Log in to post comments)

I'd like to hear about RNG fixes

Posted Sep 2, 2004 1:29 UTC (Thu) by Ross (subscriber, #4065) [Link]

I assume that refers to /dev/urandom and /dev/random. Because those are
security related I would like to know what was broken and how it was
fixed.

I'd like to hear about RNG fixes

Posted Sep 2, 2004 1:57 UTC (Thu) by corbet (editor, #1) [Link]

I don't believe any of the fixes were serious security issues; they were latency improvements and such. Will try to get URLs for the patches later on...

I'd like to hear about RNG fixes

Posted Sep 2, 2004 18:10 UTC (Thu) by corbet (editor, #1) [Link]

OK, here's the patches:

A couple of these (the first two) can be seen as security-related fixes, though they do not appear serious to me.

I'd like to hear about RNG fixes

Posted Sep 4, 2004 21:34 UTC (Sat) by Ross (subscriber, #4065) [Link]

Excellent. Thanks for the update.

I'd like to hear about RNG fixes

Posted Sep 4, 2004 21:43 UTC (Sat) by Ross (subscriber, #4065) [Link]

I hate to be an annoyance but those all return error 500 (no such change
set) when I try to access them.

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