Slashdot Mirror


2.5.4 Kernel Out

Saint Aardvark writes: "Just in time for my 30th birthday, the new kernel is out...how did he know? Thanks, Linus! Change log here. I usually stick to stable stuff, but I think I'll try this for fun." Reader Scooby Snacks writes: "Be sure to use the patches and pick from the fine list of mirrors."

14 of 206 comments (clear)

  1. Uh, who cares? by Anonymous Coward · · Score: 0, Insightful
    A minor rev on the main branch -- maybe. Minor revs to the "experimental, may even blow up your computer" branch DON'T MEAN SHIT. I certainly wouldn't fuck up my system with it.

    If the open source/Linux development holds up on this one, with any luck, there will only be 220 more notices before we see 2.6.0. Yay!

  2. New Topic Please by Dredd13 · · Score: 4, Insightful
    Can we have a topic "Linux-Kernel-Release", so that those of us who care about "Linux news" (and so don't want to check-to-exclude the "Linux" topic) can still send these Freshmeat-intended stories to /dev/null where they belong?

    1. Re:New Topic Please by Dredd13 · · Score: 5, Insightful
      I don't think I was trolling at all, I'm actually really sick of having to wade through kernel announcements.

      .0's are newsworthy

      .FINAL_VERSION's are newsworthy

      .PATCH_OF_THE_WEEK's are not "Stuff that matters" for the majority of folks out there. If you ARE one of the folks that it matters for, chances are you're monitoring the kernel.org site already.

      Just my $0.02 worth anyhow....

    2. Re:New Topic Please by hal200 · · Score: 5, Insightful

      I'm not trying to troll here, but I don't get it. Maybe it's just me, but is it really so onerous to read a headline and move on if you're not interested? (Just to go on the record though, I happen to like the Kernel X.Y.Z is out! news items.)

      Are you paying for your desktop real estate by the pixel or something?

      I rather effectively screen out JonKatz by reading the headline, and seeing the big green JonKatz underneath. Then I know it's drivel and I move on.

      I just don't understand the motivation behind, "I should be able to filter this out!"...It's not like they're forcing you to read the article and all the comments. Just move along if it doesn't pique your interest. Considering how many stories flit past the front page in a day (and more with judicious use of Slashboxes), it's not hard to find something more personally interesting.

      Then again, maybe I'm just being obtuse. Anyone care to enlighten me?

      --

      I just want to take over the world...Why does that automatically make me EVIL?

  3. Why kernel announcments are a STUPID idea by Anonymous Coward · · Score: 0, Insightful

    The whole premise of slashdot is to post news articles (and I use the term news lightly), and then people discuss the article (and troll).

    Just what do the slashdot janitors expect us to say after the 10th or 20th kernel announcement? There's not much to say, that hasn't been said 10 or 20 times before.

    If there is an excess of trolling, it's because The Janitors aren't thinking clearly, when deciding news articles. They're so worried about their precious little Linux, that they'd rather post crap about it, then find something that with a little more substance.

    That is why none of them will ever be serious journalists. That and because, collectively, they have about 1/20th of a brain - and 1/40th of a penis.

  4. This is GOOD news by Anonymous Coward · · Score: 1, Insightful

    The BitKeeper works, and this release is here to show us.

  5. [OT] Re:New Topic Please by Psiren · · Score: 3, Insightful

    Moderators, this isn't a troll. Enough complaints have been made about this over time for it to be a justified request.

    There are those of use who do want to read Linux stories, but don't want to know about every release of the kernel. It's not as if theres a shortage of sites that have that information.

  6. Yeah, but by wiredog · · Score: 4, Insightful

    Some of us use slashdot as a central news source. Why go around to a zillion other places, when we can just catch the announce here? Saves time.

    1. Re:Yeah, but by Dredd13 · · Score: 5, Insightful
      And if there was a separate "LinuxKernelReleases" topic, both of us would be happy. you could get your "news" (which I don't consider news, but that's here nor there), and myself (and others) could simply check that box to say "Don't show me these stories".

      And life would be happy all around. See how nice that'd work if TPTB @ /. would just use the Slash engine the way it's designed to work? :-)

      D

  7. I'm sick of it... by __aahlyu4518 · · Score: 4, Insightful

    Sick of these minor release announcements on development branch kernels... Not because of the announcement itself, but because of all the people yelling and screaming that they don't want to know about it... Stop bitching and skip the article and move on and leave the thread clean for those that DO like to read about it and read INTERESTING comments...

  8. Re:I'm interested ... by mirko · · Score: 2, Insightful

    I have actually been using this one for months on a 2.4.16 kernel tree.
    The pre-empt kernel patch is actually the most interesting feature in Linux as it suddenly turns a server OS with a sluggish UI into a really responsive workstation with still impressive network performance.
    So it is quite good news to hear that it will be possible to determine whether we want our kernel user or services oriented by just checking a box in the Linux-compilation-tcl box.

    --
    Trolling using another account since 2005.
  9. detailed Change log by TulioSerpio · · Score: 2, Insightful

    I'm glad to see a change Log that I can understand!.

    I's detailed and clear.

    --

    I'm from Argentina: Tango, Asado, Mate, Gaucho, Maradona, YPF

  10. Re:Collective scream... by Kynde · · Score: 3, Insightful

    8:40 - start compiling, so far so good

    ...and that's as far as you'd get on an x86. Although those _actually_ interested in developement kernels would have no trouble locating a suitable patch posted to kernel mailing list by Andrew Morton.

    Also vesa frame buffers users will have difficulties linking it together, because of few bus_to_virt instead of phys_to_virt

    (Patches for the x86 headers below...)

    --- linux-2.5.4/include/asm-i386/processor.h Sun Feb 10 22:00:29 2002
    +++ 25/include/asm-i386/processor.h Sun Feb 10 22:21:53 2002
    @@ -435,14 +435,7 @@ extern int kernel_thread(int (*fn)(void
    /* Copy and release all segment info associated with a VM */
    extern void copy_segments(struct task_struct *p, struct mm_struct * mm);
    extern void release_segments(struct mm_struct * mm);
    -
    -/*
    - * Return saved PC of a blocked thread.
    - */
    -static inline unsigned long thread_saved_pc(struct task_struct *tsk)
    -{
    - return ((unsigned long *)tsk->thread->esp)[3];
    -}
    +extern unsigned long thread_saved_pc(struct task_struct *tsk);

    unsigned long get_wchan(struct task_struct *p);
    #define KSTK_EIP(tsk) (((unsigned long *)(4096+(unsigned long)(tsk)->thread_info))[1019])
    --- linux-2.5.4/arch/i386/kernel/process.c Sun Feb 10 22:00:28 2002
    +++ 25/arch/i386/kernel/process.c Sun Feb 10 22:26:35 2002
    @@ -55,6 +55,14 @@ asmlinkage void ret_from_fork(void) __as
    int hlt_counter;

    /*
    + * Return saved PC of a blocked thread.
    + */
    +unsigned long thread_saved_pc(struct task_struct *tsk)
    +{
    + return ((unsigned long *)tsk->thread.esp)[3];
    +}
    +
    +/*
    * Powermanagement idle function, if any..
    */
    void (*pm_idle)(void);

    --
    1 Earth is warming, 2 It's us, 3 it's royally bad, 4 we need to take action NOW
  11. GNU/Linux by gotan · · Score: 2, Insightful

    Although most people use the term 'Linux' for the operating System as a whole it really only the name of the Kernel. Would we call it 'Hurd' if we ran it with a hurd-Kernel? No, we probably talk about 'Linux with a Hurd-kernel' or somesuch, which is funny enough (maybe it should be 'GNU/Hurd' or just 'GNU' then). In that light (Linux being really just the name of the kernel) news about new kernelversions are very appropriate under this topic, what more interesting could there be under the 'Linux' topic, than something about a new Version of 'Linux'?

    So if we want to keep the terms right (and those who always complain about the use of the term hacker in a wrong context know we should) maybe there should be another topic 'GNU/Linux' or 'LinuxOS' (and also 'LinuxAPPS'?) to comfort those who want to read about Linux, but not about the kernel (so actually not about 'Linux' ...). The term 'Linux-kernel' is redundant, and thus really not a good topic.

    I also wonder, how one can be interested in Operating systems based on the Linux kernel, without being interested in the development of the kernel itself (especially the unstable versions, since there is much more happening), and for a lot of readers the 'new kernel' news is the place to discuss these developments. So if you want to vent your complaints, that hardware x isn't supported, why patch y didn't make it in, express your happiness that z works now (z preferably being the VM), or just have a question these stories are the place to go. The kernel is the thing that all those LinuxOSes, LinuxDevices and whatnot have in common, and if you're interested in Linux on your Palm, or maybe in your coffee-machine, then you should be interested in the kerneldevelopment, since without a kernel allowing to be shrinked down to that size it's just not possible. If you're interested in 'Linux' running on big iron, like n-Processor machines, well, it's really the kernel and its development that makes it possible.

    And finally, if you're really not interested in kernel development, it's not that hard to spot, that a story is about the new kernel, just ignore it, and be happy, these storys are there, because if they weren't people would just post things about new kernel developments in other Linux-stories (even if slightly offtopic).
    --

    --
    "By the way if anyone here is in advertising or marketing... kill yourself." -- Bill Hicks