Slashdot Mirror


What Will Be in Linux 2.7?

Realistic_Dragon writes "The first discussion has been sighted on the Linux kernel mailing list to put together a feature list of things that should go into Linux 2.7 - including hotplug CPU & Ram support, network transparent sound and improvements to Netfilter to bring it up to the the level of OpenBSD's Packet Filter. And all this before most of us have started to run 2.6.0-preX, or even a 2.6 series stable release happening. Perhaps if you have a (sensible) idea now would be a good time to voice it, otherwise you will have to wait for 2.9 to get it included."

2 of 494 comments (clear)

  1. FreeBSD-style jails by Hubert+Q.+Gruntley · · Score: 4, Insightful

    FreeBSD jails rock. Root access to your own logical partition which looks and smells just like a dedicated machine, with no overhead.

    Virtual host providers can do it for free with FreeBSD, or with ~10% CPU load using User-Mode Linux.

    --
    Laugh at my Lisp and I keeell you.
  2. Split out the drivers by 11223 · · Score: 4, Insightful

    I've been wanting this for a while - it's time for most of the drivers in the kernel to be split out. There's no reason why the kernel sources need to be as large as they are, and there's absolutely no reason why eg sound drivers and network cards can't be maintained independently with their own build process. Tying them to kernel releases means waiting until the next release for driver improvements, can bottleneck development, and leads to the 41M(!) tarball that is 2.6test7.

    This would require setting up a decent build process for modules outside the kernel, but that's a good thing anyway. Have you tried to compile the nVidia drivers lately? It can be a pain if your kernel headers aren't quite right. If there were a decent external API and good support for building third party modules, this would also make it easier for manufacturers to supply independent drivers.