Slashdot Mirror


Linus Announces the 2.6.25 Linux Kernel

LinuxWatch writes "'It's been long promised, but there it is now,' began Linux creator Linus Torvalds, announcing the 2.6.25 Linux kernel. He continued, 'special thanks to Ingo who found and fixed a nasty-looking regression that turned out to not be a regression at all, but an old bug that just had not been triggering as reliably before. That said, that was just the last particular regression fix I was holding things up for, and it's not like there weren't a lot of other fixes too, they just didn't end up being the final things that triggered my particular worries.' There were numerous changes in this revision of the OS. The origins of some of those fixes is detailed in Heise's brief history of this kernel update."

20 of 181 comments (clear)

  1. Wonderful. More Stable. ... So? by PC+and+Sony+Fanboy · · Score: 4, Funny

    Great. Now that the engine is all fixed, can we get a decent looking chassis with working accessories?

    1. Re:Wonderful. More Stable. ... So? by Spleen · · Score: 5, Insightful

      Sorry we only make engines and provide them to all the major manufacturers. Please speak with them about the accessory packages.

    2. Re:Wonderful. More Stable. ... So? by Simon+Brooke · · Score: 5, Insightful

      My history with Linux has the problem not being with the Linux Kernel but with the X Windows System (Xwindows is big and clunky to support features that we don't fully utilize and are fully utilizeing them less and less). I think Linux needs to seporate from its Unix haritage and start moving away from X11 and to something a bit more direct with the frame buffer and video card (Much like how OS X has). Granted X11 has improved in the areas of 3d acceleration and such. But compared to OS X it is lacking

      And that has precisely what to do with the kernel? X is in user space. If you want to replace X with any other windowing system you like, just port it or write it. And when you've written something as powerful and stable as the X Window System, come back and tell us about it.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    3. Re:Wonderful. More Stable. ... So? by bytesex · · Score: 5, Interesting

      I'm no proponent of the GP, but there *is* a 'third way', if you will - expand the X-library so that a) local connections don't necessarily use a protocol over a pipe, but make function-calls instead, and b) implement widgets in the X-client library much more detailed than the current window- and image-primitives; say a basic set of menu-bar, scrollbar, list, tabs etc. All pluggable in the X-server, of course, so that everybody can still 'skin' their desktop according to their taste. c) Do away - finally - with the silly ways that cut-n-paste and drag-n-drop, in short, IPC and buffers, have been implemented in X. Invent a serious way to communicate between X clients, not a tag-along.

      --
      Religion is what happens when nature strikes and groupthink goes wrong.
    4. Re:Wonderful. More Stable. ... So? by Kjella · · Score: 4, Insightful

      And that has precisely what to do with the kernel? X is in user space. If you want to replace X with any other windowing system you like, just port it or write it. And when you've written something as powerful and stable as the X Window System, come back and tell us about it. Userspace and kernelspace are developer-speak, not something the average user really has to know. Users divide the world in to the operating system and applications, and since X isn't an application it's part of "the system" and goes into one big pile. Paricularly since the line has become very blurred, not only is X in userspace, but drivers are in userspace (all high-level USB drivers, for example) or filesystems (FUSE) and so on. It's fairly valid to point out that often problems with "Linux the system" isn't a problem with "Linux the kernel" but rather everything around. For example, USB support in the kernel is done but there's plenty work left on USB device support...
      --
      Live today, because you never know what tomorrow brings
    5. Re:Wonderful. More Stable. ... So? by beav007 · · Score: 5, Insightful

      If my laptop isn't supported by linux (any distro), then linux sucks!
      Wrong. If your hardware manufacturer doesn't release decent drivers for Linux, the manufacturer sucks*.

      Linux devs are working their asses off in their parents basements, hacking and testing drivers for hardware that they don't have access to the interface specifications for. If things still look a little shakey, just remember to be glad that they work at all, given the hours of work for $0 return.

      When you are done giving thanks, complain to your hardware manufacturer, who does make money from the deal, and does have the full specifications - AND for reasons unknown, have turned down the offer of OSS developers writing the drivers for them, for free .




      *See also: Canon
    6. Re:Wonderful. More Stable. ... So? by db32 · · Score: 4, Funny

      Right, and when you convince professional racers to give up their finely tuned gear shifters in favor of a stick shift with a chrome skull and glowing eyes you let us all know.

      I truely don't understand this mentality of making everything stupid user friendly. Once upon a time you actually had to know a little bit about the tools you were using to make them work. Now instead of creating powerful tools that require some understanding we want to replace them all with stupid proof crippleware? And people wonder why well over 90% of all email on the internet is spam. People wonder why Windows infection rates are so high (aside from the security holes allowing the stupid user tricks, the stupid user still clicks on everything presented).

      In this I propose that we place large concrete barriers along every major highway and paint tunnels on them with overhead messages like "Do you want a bigger penis? Drive here!" or "Get rich in this tunnel!" and maybe even "Protect your car from theives, enter here!"

      --
      The only change I can believe in is what I find in my couch cushions.
    7. Re:Wonderful. More Stable. ... So? by at_slashdot · · Score: 4, Funny

      When you've written something as powerful and stable as Windows Vista, come back and tell us about it :)

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    8. Re:Wonderful. More Stable. ... So? by Abcd1234 · · Score: 4, Insightful

      Well, you go run some benchmarks and prove that there's a big win to be had by moving to a non-IPC based model of communication. A significant rewrite like that requires some serious numbers to back it up, and so far, all you've provided is anecdotes and gutfeel, and my friend, that ain't enough.

    9. Re:Wonderful. More Stable. ... So? by Simon+Brooke · · Score: 4, Insightful

      Benchmarks may not help as well. Gut feel is sometimes the best we get. I have found linux to be sparatic. with Xwindows. Tiny Delay Blast Tiny Delay Blast. On Average it may be on par but there is something off on its performance that doesn't vibe with me, that other systems such as OS X and Windows doesn't give me.

      Oh, for pity's sake. Throw all your engineering discipline out of the window (ha!) and fall back on gut feel. and superstition. The fact is that Linux (with X Windows) performs much better on the same hardware than either Windows or MacOS. Why is this? Until you've shown that X Windows is a significant cost, then you really don't have any argument beyond hand-waving.

      I have this to add: I personally have been using the X Window system for eighteen years. I've used it on hardware which had an 8MHz - MHz, not GHz - processor. I've used it on hardware that had 8Mb - Mb, not Gb - of RAM. The X Window system performs perfectly well on that hardware spec. It's always outperformed every other windowing system on the same hardware, and it still does now.

      Basic engineering tenet, known to all old engineers (but obviously not taught to young ones): if it ain't broke, don't fix it.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
  2. A better link to the post is... by Anonymous Coward · · Score: 5, Informative

    http://kerneltrap.org/

    1. Re:A better link to the post is... by Daimanta · · Score: 5, Funny

      Modding post -1, itsatrap

      --
      Knowledge is power. Knowledge shared is power lost.
  3. Re:I like that one by Arancaytar · · Score: 4, Funny

    Dear Linus,
    From all of us here at the Fedora Project we just wanted you to know we're very
    pleased you're testing Fedora 9 and filing bugs. We also wanted to let you know
    that we're never gonna give up fixing these bugs.We know when we do our best
    we're never gonna let our users down. Sometimes it may feel like it but we're
    never gonna give you the run around on these bugs, either. We don't want to
    desert you nor you to desert us.

    As frustrating as they are we hope we're never gonna make you cry.

    Sincerely,
    Seth Vidal
    Fedora Project Board Member.
  4. Re:Black monolith by Doc+Nielsen · · Score: 5, Funny

    no no they invented this new thing called modules, which you can load and unload. It's really neat! ;D

    --
    To boldly mod where no one has trolled before.
  5. Almost slashdotted: copy of important stuff below by Anonymous Coward · · Score: 5, Informative
    Direct link to Linus' 2.6.25 announcement message

    Also kernelnewbies.org seems to be very slow at the moment. Here is a copy of the important changes section from their 2.6.25 changelog page:

    1.1. Memory Resource Controller

    Recommended LWN article (somewhat outdated, but still interesting): "Controlling memory use in containers"

    The memory resource controller is a cgroups-based feature. Cgroups, aka "Control Groups", is a feature that was merged in 2.6.24, and its purpose is to be a generic framework where several "resource controllers" can plug in and manage different resources of the system such as process scheduling or memory allocation. It also offers a unified user interface, based on a virtual filesystem where administrators can assign arbitrary resource constraints to a group of chosen tasks. For example, in 2.6.24 they merged two resource controllers: Cpusets and Group Scheduling. The first allows to bind CPU and Memory nodes to the arbitrarily chosen group of tasks, aka cgroup, and the second allows to bind a CPU bandwidth policy to the cgroup.

    The memory resource controller isolates the memory behavior of a group of tasks -cgroup- from the rest of the system. It can be used to:

    * Isolate an application or a group of applications. Memory hungry applications can be isolated and limited to a smaller amount of memory.
    * Create a cgroup with limited amount of memory, this can be used as a good alternative to booting with mem=XXXX.
    * Virtualization solutions can control the amount of memory they want to assign to a virtual machine instance.
    * A CD/DVD burner could control the amount of memory used by the rest of the system to ensure that burning does not fail due to lack of available memory.

    The configuration interface, like all the cgroups, is done by mounting the cgroup filesystem with the "-o memory" option, creating a randomly-named directory (the cgroup), adding tasks to the cgroup by catting its PID to the 'task' file inside the cgroup directory, and writing values to the following files: 'memory.limit_in_bytes', 'memory.usage_in_bytes' (memory statistic for the cgroup), 'memory.stats' (more statistics: RSS, caches, inactive/active pages), 'memory.failcnt' (number of times that the cgroup exceeded the limit), and 'mem_control_type'. OOM conditions are also handled in a per-cgroup manner: when the tasks in the cgroup surpass the limits, OOM will be called to kill a task between all the tasks involved in that specific cgroup.

    Code: (commit 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12)

    1.2. Real Time Group scheduling

    Group scheduling is a feature introduced in 2.6.24. It allows to assign different process scheduling priorities other than nice levels. For example, given two users on a system, you may want to to assign 50% of CPU time to each one, regardless of how many processes is running each one (traditionally, if one user is running f.e. 10 cpu-bound processes and the other user only 1, this last user would get starved its CPU time), this is the "group tasks by user id" configuration option of Group Scheduling does. You may also want to create arbitrary groups of tasks and give them CPU time privileges, this is what the "group tasks by Control Groups" option does, basing its configuration interface in cgroups (feature introduced in 2.6.24 and described in the "Memory resource controller" section).

    Those are the two working modes of Control Groups. Aditionally there're several types of tasks. What 2.6.25 adds to Group Scheduling is the ability to also handle real time (aka SCHED_RT) processes. This makes much easier to handle RT tasks and give them scheduling guarantees.

    Documentation: sched-rt-group.txt

    Code: (commit 1, 2, 3, 4)

    There's serious interest in running RT tasks on enterprise-class hardware, so a large number of enhancements t

  6. Behold! Thus sayeth Linus! by Anonymous Coward · · Score: 4, Funny

    And a collective orgasm was released from the entire Lunix community.

  7. It's a kernel, not an OS by H4x0r+Jim+Duggan · · Score: 5, Insightful

    "numerous changes in this revision of the OS"

    Asking people to call it GNU/Linux is one thing, but it's not much to ask Slashdot not to call a kernel changelog an OS changelog.

  8. Re:Black monolith by X.25 · · Score: 5, Funny

    Ok, so is it still a big monolithic kernel that we need to recompile every time we need to load a driver into kernel-space?

    You're the proof that time travel is possible.

  9. exec mode by Sobrique · · Score: 4, Funny
    I'm really looking forward to 'exec mode'. It's an awesome kernel feature that pipelines applications for faster execution. It's still experimental though, so you've got to enable it.

    It's an option in your system profile (usually /etc/profile).

    Just add 'exec true' in there, and it'll start using the prefetch code. OK, so it's not a huge performance boost, but I'll take a free 5-7% any day of the week.

    I think you can do it as a non-privileged user by adding it to your 'personal' profile (.profile or .bashrc typically) but obviously it's not then affecting the core system processes.

    1. Re:exec mode by Anonymous Coward · · Score: 5, Informative

      Funny. How about -1, wrong audience?

      For the uninitiated: placing 'exec true' in your profile renders you unable to open a terminal (on 99% of linux desktops that use bash as shell)

      (heh. Captcha: lecture)