Slashdot Mirror


Linux 2.6.36 Released

diegocg writes "Version 2.6.36 of the Linux kernel has been released. This version includes support for the Tilera architecture, a new filesystem notification interface called fanotify, CIFS local caching, support for Intel Intelligent Power Sharing in i3/5 systems, integration of the kernel debugger and KMS, inclusion of the AppArmor security system, a redesign of workqueues optimized for concurrency, and several new drivers and small improvements. See the full changelog here for more details."

7 of 238 comments (clear)

  1. Re:And yet? by CarpetShark · · Score: 5, Insightful

    But can it play fullscreen flash video smoothly yet?

    The problem that prevents flash from playing fullscreen is that it's closed source crap, not that Linux is in any way incomplete.

  2. Re:And yet? by LingNoi · · Score: 4, Insightful

    http://freshmeat.net/projects/loonix/

    Loonix is a custom Linux distribution meant for server applications.

    I'm guessing it doesn't play flash since it's a server distribution. Silly question really.

  3. Re:And yet? by underqualified · · Score: 5, Insightful

    linux doesn't have poor support for flash. flash has poor support for linux.

  4. Re:And yet? by Yvan256 · · Score: 3, Insightful

    If it was a Microsoft troll shouldn't it be about Silverlight and mono?

  5. Re:Whether a file has changed = complex? by Late+Adopter · · Score: 5, Insightful

    There was inotify, dnotify, fsnotify, fam, gamin, incrond... and since fam/gamin always ended up using 100% CPU or causing other problems

    Of those, only inotify and dnotify were userspace-facing solutions in the stock kernel. Fsnotify was a backend, intentionally preparing the way for fanotify, and it was never intended to be used directly. Fam and gamin are third-party, and unless you know you specifically need them, you should avoid. Incrond is a great userspace program to use inotify... but not an alternative to anything in that list.

    Dnotify was something of an embarrassment, but inotify's been with us a while and it's worked well. Fanotify is an evolution of that, to fix architectural problems that have led to race conditions and scalability concerns. Inotify (and dnotify) is being reimplemented on top of it, so if the inotify interface doesn't cause any problems for you, plan to continue using it (and incrond if you like)!

  6. Re:Whether a file has changed = complex? by GooberToo · · Score: 5, Insightful

    Is this a case of linux kernel developers copying features that are in the Mac OS X darwin kernel?

    Doubtful. This is really an area of natural evolution. Meaning, first to market, if that is in fact really the case, hardly means everyone else is copying what is really an obvious and extremely simple idea.

    For example, planes needed to go faster. Solution, make them more aerodynamic. When everyone started making planes more aerodynamic, does that really mean everyone copied the first to do so? Hardly. It means, they all understood the problem and someone was simply first to market.

    Now if you have something which indicates the APIs on OSX are particularly clever in exposing this feature and that everyone is copying those APIs, you might have a point, but I don't see you arguing that position.

    Believe it or not, humanity frequently, independently, suffers from a natural progression of ideas. The fact that this occurs more or less validates no one is copying.

    Case in point: I want to know when a file changes. In what ways can a file change? Those are natural progressions in seeking a solution to an extremely common problem. If you answer my question, does that you too are copying?

  7. Re:Great... by wagnerrp · · Score: 3, Insightful

    Since when is Linux an operating system?