LWN.net Logo

Stable kernel 2.6.25.3 released

Stable kernel 2.6.25.3 released

Posted May 12, 2008 6:11 UTC (Mon) by patrick_g (subscriber, #44470)
In reply to: Stable kernel 2.6.25.3 released by gregkh
Parent article: Stable kernel 2.6.25.3 released

>>> And becides 2.6.24 isn't supported anymore by anyone that I know of

2.6.24 is the kernel of the last Ubuntu version 8.04 (Long Term Support) and it will be supported three years (desktop version) or five years (server version).


(Log in to post comments)

Stable kernel 2.6.25.3 released

Posted May 12, 2008 6:14 UTC (Mon) by interalia (subscriber, #26615) [Link]

I think 2.6.24 is the kernel in current Debian testing, so that version willll be in the next
release ("lenny") unless they move to 2.6.25 soon.

Stable kernel 2.6.25.3 released

Posted May 12, 2008 8:39 UTC (Mon) by tbm (subscriber, #7049) [Link]

2.6.25 is in Debian unstable already.

Stable kernel 2.6.25.3 released

Posted May 12, 2008 15:16 UTC (Mon) by gregkh (subscriber, #8) [Link]

>2.6.24 is the kernel of the last Ubuntu version 8.04 (Long Term Support)
> and it will be supported three years (desktop version) or five years
>(server version).

That's great if you are a Ubunutu customer, but that is not going to help you out if you are a
kernel.org 2.6.24 user as the Ubuntu developers do not contribute their fixes/changes
upstream, and their 2.6.24 kernel is very heavily modified from what the kernel.org version
looks like.

kernel.org kernels on Debian

Posted May 12, 2008 17:12 UTC (Mon) by dmarti (subscriber, #11625) [Link]

It's pretty easy to keep up to date with 2.6.x.y on Debian.

sudo apt-get install ketchup make-kpkg

Keep an unpacked copy of a recent version in your home directory, then:

cd linux-*
ketchup -r
make oldconfig
make-kpkg --rootcmd fakeroot clean
make-kpkg --rootcmd fakeroot kernel_image 
cd ..

and sudo dpkg -i to install the new kernel package.

Haven't tried this on Ubuntu.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds