Slashdot Mirror


Preemptible Kernel Patch Accepted

An Anonymous Coward writes: "The preemptible Linux kernel patch that was originally introduced by MontaVista Software and more recently championed by Robert Love has been merged by Linus Torvalds into the main linux development-kernel tree, beginning version v2.5.4-pre6. This adds a far greater degree of real-time responsiveness to the standard Linux kernel, by reducing interrupt latencies while kernel functions are executing. The story at LinuxDevices.com includes comments by Robert Love, and there is also a recent interview with Robert Love about the preemptable kernel here and a whitepaper about the technology by MontaVista here."

19 of 352 comments (clear)

  1. frost pist by Anonymous Coward · · Score: -1, Offtopic

    Ouch! It hurts!

    1. Re:frost pist by harimandir · · Score: -1, Offtopic

      You know ? You are ridiculous ... you are an idiot

      --
      there are 3 weathers in Chennai : hot, hotter, hottest
    2. Re:frost pist by Anonymous Coward · · Score: -1, Offtopic

      User Info for harimandir (529469)

      http://slashdot.org/

      harimandir has posted 6 comments.

      1 Re:frost pist posted on Sunday February 10, @06:04PM (Score:0)
      attached to Preemptible Kernel Patch Accepted
      2 Re:Forst Pist posted on Sunday February 10, @06:02PM (Score:0 Replies: 1)
      attached to Preemptible Kernel Patch Accepted
      3 Re:Mozilla posted on Saturday December 22, @06:54AM (Score:1 Replies: 3)
      attached to Mozilla 0.9.7 Released!
      4 Re:CML2 make python a requirement to compile a ker posted on Friday November 16, @09:05AM (Score:1 Replies: 1)
      attached to CML2 Coming in Kernel 2.5
      5 Re:Ugh posted on Thursday November 15, @09:58PM (Score:1)
      attached to CML2 Coming in Kernel 2.5
      6 CML2 make python a requirement to compile a kernel posted on Thursday November 15, @09:32PM (Score:1 Replies: 2)
      attached to CML2 Coming in Kernel 2.5

      Christ. What a no-account, n00bie, loser jackass you are. Fuck off.

    3. Re:frost pist by Anonymous Coward · · Score: -1, Offtopic

      be carful my friend not to ruin your default +1
      post.
      learn to preserve your karma, and grow it.
      don't follow these trolls, for they will cost you
      a fortune of karma.

      In my youth, I had a 5 digit UID, and i trashed with
      careless trolling.
      after many drunken years at -1, I cought a virus
      that forced me to uninstall windows, just to lose
      my cookies, and I couldn't remember my login password afterwards.

      Now, at this age, I am running a seven digit UID,
      and a teen karma. What a waste :-(

    4. Re:frost pist by Anonymous Coward · · Score: -1, Offtopic

      Ralph Malph Alpha and Taco's butt, sittin' in a tree, K - I - S - S - I - N - G! You said it, shitlicker.

  2. Re:Forst Pist by harimandir · · Score: -1, Offtopic

    you are an idiot too, you are actually ridiculous

    --
    there are 3 weathers in Chennai : hot, hotter, hottest
  3. OK then... by Anonymous Coward · · Score: -1, Offtopic

    Somebody please tell us where the best please to settle is

  4. Re:Forst Pist by Anonymous Coward · · Score: -1, Offtopic

    you keep saying this word, I do not think it means what you think it means

  5. Re:It's about time by Anonymous Coward · · Score: -1, Offtopic

    Why the flame?

    Linus has been integrating _way_more_patches_ then he did even a month ago. SCM is the sole reason for this.

  6. You are currently not eligible to Meta Moderate. by Anonymous Coward · · Score: -1, Offtopic

    You are currently not eligible to Meta Moderate.

    How long do I have to wait??? My ID is around 553000.

  7. If I had mod points by sinserve · · Score: 0, Offtopic

    I would mod you down :'D

    The kernel is GPLed, so anything that makes into
    it is free as in speech.

  8. Re:You are currently not eligible to Meta Moderate by Anonymous Coward · · Score: -1, Offtopic

    You can't M2 until account 615000 is created. You're going to have a long wait.
    Perhaps /. ought to purge the 1000's of unused accounts.

  9. Re:Tradeoffs? by Anonymous Coward · · Score: -1, Offtopic

    With the preemptive kernel patch you may have to jerk with the other hand.

  10. Re:You are currently not eligible to Meta Moderate by Anonymous Coward · · Score: -1, Offtopic

    How long do I have to wait??? My ID is around 553000.

    Actually, your ID is exactly, butt-wipe.
    Clearly, you don't deserve to meta-moderate your way out of a 25 cent peep show booth.

  11. Re:Hey Beavis by Anonymous Coward · · Score: -1, Offtopic

    I am Cornholio! hehe hehe. I'm going to wack off in the kitchen again

  12. Re:Wow. by Anonymous Coward · · Score: -1, Offtopic
    2.4 was never *really stable*, but there were a lot of people using it in production environments...it was really a requirement on some equipment
    So, I reiterate: just shows what low quality OSS is, I suppose. Let that be a lesson to you all.
  13. Re:Disadvantages by Tremul · · Score: 0, Offtopic

    I love it when people get mod'd up as informative when they just reposted parts of the article. I guess they're helping the people who are unable to click on the link. Perhaps we should invent a new mod type. Idiot

    --

    "Can't sleep. Clowns will eat me"
  14. Re:I can't believe this is modded up. by Anonymous Coward · · Score: -1, Offtopic

    The lameness filter chopped off the end of the original title: "I can't believe it's not score:-1!"

  15. QNX has far lower latency by Animats · · Score: 2, Offtopic
    The right way to do this is in QNX, which only prevents interrupts for a few instructions at a time, typically while updating queues. QNX has a real microkernel; all the kernel does is schedule the CPU and handle interprocess communication. Everything else (drivers, paging, file systems, networking, graphics, etc.) is in protected-mode user processes, all of which are preemptable. This allows QNX to deliver sub-microsecond latency to high-priority processes.

    QNX stands as a rebuke to those who say a microkernel OS has to be slow.