LWN: Comments on "Lots of stable kernel updates" https://lwn.net/Articles/518837/ This is a special feed containing comments posted to the individual LWN article titled "Lots of stable kernel updates". en-us Wed, 05 Nov 2025 09:54:42 +0000 Wed, 05 Nov 2025 09:54:42 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Learn https://lwn.net/Articles/518960/ https://lwn.net/Articles/518960/ brianomahoney <div class="FormattedComment"> LWN and cobet are invaluable to the community, Thanks guys<br> <p> MFG, omb<br> </div> Mon, 08 Oct 2012 22:03:08 +0000 Lots of stable kernel updates https://lwn.net/Articles/518917/ https://lwn.net/Articles/518917/ theophrastus <div class="FormattedComment"> Thank you very much! This remains one of the only forums where one can apparently learn these important things.<br> </div> Mon, 08 Oct 2012 16:01:00 +0000 Long-term support https://lwn.net/Articles/518878/ https://lwn.net/Articles/518878/ freggy <div class="FormattedComment"> 3.2 is also longterm.<br> </div> Mon, 08 Oct 2012 08:24:21 +0000 Lots of stable kernel updates https://lwn.net/Articles/518875/ https://lwn.net/Articles/518875/ istenrot <div class="FormattedComment"> You need to track Greg's stable tree in addition to Linus' master tree in order to get stable releases.<br> <p> You probably have already cloned Linus' tree:<br> git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git<br> <p> Next add Greg's stable tree:<br> git remote add stable git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git<br> git remote update<br> <p> Start tracking Greg's stable 3.6 releases:<br> git checkout -b stable-3.6 stable/linux-3.6.y<br> <p> Use git describe, to verify you have 3.6.1 sources.<br> <p> Do git remote update &amp;&amp; git pull, whenever you want to refresh your cloned repos.<br> <p> </div> Mon, 08 Oct 2012 06:04:03 +0000 Lots of stable kernel updates https://lwn.net/Articles/518867/ https://lwn.net/Articles/518867/ dlang <div class="FormattedComment"> <font class="QuotedText">&gt; Is there any reason to understand that 3.6.1 is a "stable release" (as opposed to a "security and bug fix")?</font><br> <p> a 'stable' release is security and bugfix, so it's two ways of saying the same thing<br> <p> so 3.6 is released, 3.6.x are bugifx updates to 3.6, all new development is headed for 3.7<br> <p> normally, around the time that 3.7.1 is released, all support will cease for 3.6.x<br> <p> "Long Term Support" kernels are ones where someone has decided to support them for a longer timeframe. Currently 3.0.x and 3.4.x are in this category. There is no firm timeframe for when support for these will cease.<br> </div> Mon, 08 Oct 2012 02:37:30 +0000 Lots of stable kernel updates https://lwn.net/Articles/518866/ https://lwn.net/Articles/518866/ theophrastus <div class="FormattedComment"> I just "git pull"ed and (after hundreds of lines of updates) my Makefile remains:<br> VERSION = 3<br> PATCHLEVEL = 6<br> SUBLEVEL = 0<br> EXTRAVERSION =<br> NAME = Terrified Chipmunk<br> <p> So i'm not in some stream which includes/receives "stable" releases, apparently [shrug]<br> <p> However, given the Wikipedia excerpt (<a rel="nofollow" href="http://en.wikipedia.org/wiki/Linux_kernel#Version_numbering">http://en.wikipedia.org/wiki/Linux_kernel#Version_numbering</a>):<br> /---<br> On 29 May 2011, Linus Torvalds announced that the kernel version would be bumped to 3.0 for the release following 2.6.39, to commemorate the 20th anniversary of Linux. It continued the time-based release practice introduced with 2.6.0, but using the second number...i.e. 3.1 would follow 3.0 after a few months. An additional number (now the third number) would be added on when necessary to designate security and bug fixes, as for example with 3.0.18.<br> \---<br> Is there any reason to understand that 3.6.1 is a "stable release" (as opposed to a "security and bug fix")?<br> <p> thankee!<br> </div> Mon, 08 Oct 2012 02:31:52 +0000 Long-term support https://lwn.net/Articles/518858/ https://lwn.net/Articles/518858/ Jonno <div class="FormattedComment"> <font class="QuotedText">&gt; supported roughly through the release of 3.n+1-rc1.</font><br> Actually, non-longterm 3.n series are guaranteed to get at least one stable release after 3.(n+1) final has been released. This so that if anyone else wants to continue to maintain it (like your distro maintainer), they only have to slug through the stable updates of later kernels to find patches to backport.<br> <p> Usually that means that the last 3.n.x stable release are made simultaneously with 3.(n+1).1, though sometime it is made between 3.(n+1) and 3.(n+1).1, and sometimes it is made simultaneously with 3.(n+1).2.<br> </div> Sun, 07 Oct 2012 20:51:02 +0000 Long-term support https://lwn.net/Articles/518859/ https://lwn.net/Articles/518859/ linuxjacques <div class="FormattedComment"> <p> OK thanks.<br> <p> I believe kernel.org used to note the LTS kernels but I don't see it anymore.<br> <p> </div> Sun, 07 Oct 2012 20:45:46 +0000 Long-term support https://lwn.net/Articles/518849/ https://lwn.net/Articles/518849/ corbet The longterm kernels currently are 3.0 and 3.4. The 3.5 kernel, instead, is on the usual cycle - supported roughly through the release of 3.n+1-rc1. Sun, 07 Oct 2012 18:37:38 +0000 Lots of stable kernel updates https://lwn.net/Articles/518847/ https://lwn.net/Articles/518847/ linuxjacques <div class="FormattedComment"> <p> What are the LTS kernels again?<br> <p> 3.6 was just released and 3.5 support is ending?<br> <p> That just seems wrong.<br> <p> </div> Sun, 07 Oct 2012 18:14:21 +0000