LWN: Comments on "Another look at the new development model" https://lwn.net/Articles/95312/ This is a special feed containing comments posted to the individual LWN article titled "Another look at the new development model". en-us Mon, 29 Sep 2025 02:55:53 +0000 Mon, 29 Sep 2025 02:55:53 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net My problem with this https://lwn.net/Articles/117230/ https://lwn.net/Articles/117230/ smamunr Hey the kind of issues you are talking about is real but not cheap. you <br> have to hire programmers who will keep track of trivial changes and will <br> incorporate those trivial changes and security changes. Unfortunately <br> there are certain type of bugs exists (may be a security threat) which <br> need quite a good amount of change. <br> There could be another option. That is hire some expart who will plan and <br> design migration plan to new kernel. Then I will suggest you upgrade your <br> system every six months otherwise take risk of becoming obsolete. Come'on <br> it is free as in beer, why the developer will take the pain when you are <br> not ready to consider it. <br> Even proprietary systems are not painless. Check MS XP-SP2? How many ways <br> it is disruptive. Life is like that! <br> Tue, 28 Dec 2004 07:19:30 +0000 In a few words https://lwn.net/Articles/96698/ https://lwn.net/Articles/96698/ philips In a few words: Unleash The Power of BitKeeper.<br> <p> I cannot find better explanation to this happening.<br> Thu, 05 Aug 2004 06:47:05 +0000 Similar problem to Debian, and a similar solution https://lwn.net/Articles/95957/ https://lwn.net/Articles/95957/ walles Debian was suffering from the same set of problems:<br> <p> * The stable and development trees diverge from each other quickly<br> <p> * The stable tree, after a short while, lacks fixes, features, and improvements which have been added to the development tree<br> <p> * The stable distribution is often very heavily patched by re-distributors (Knoppix, Libranet, Lindows, ...).<br> <p> The solution adopted by Debian was similar, but not the same; it was because of the above reasons that Debian Testing (<a href="http://www.debian.org/devel/testing">http://www.debian.org/devel/testing</a>) was invented, as a sibling to Stable and Unstable.<br> <p> Just like Testing made Debian a lot more accessible to people who found Unstable to be too scary and Stable to be too far behind, here's to hoping that the -mm tree will do the same for the kernel.<br> <p> Sat, 31 Jul 2004 21:08:36 +0000 Stable branch still needed https://lwn.net/Articles/95910/ https://lwn.net/Articles/95910/ giraffedata <p>There is still a huge need for a stable/stabilizing branch of the Linux kernel, which is not provided in this system. If Linus doesn't want to provide or endorse one, I expect someone else will. Probably major distributions. <p>I'm talking about a branch for people who are using a computer to do a certain thing and as long as that thing doesn't change, they don't need new features. They do, however, need bug fixes and other minor adjustments. For these people, no matter how much a certain piece of code has stabilized in mm, it is too big a risk to add it to their system when they aren't even going to use it. <p>Also, removing features can only hurt these people. <p>I envision an expanded form of subtrees (which already exist to a small degree), wherein someone distributes <tt>2.6.7.1</tt>, <tt>2.6.7.2</tt>, etc. Assuming such a distributor starts up the next stabilizing series before <tt>2.6.7</tt> is two years old, we will avoid the pressure to make destabilizing changes to the stable series, that killed the even/odd system we had going. Fri, 30 Jul 2004 22:02:35 +0000 The only problem left... https://lwn.net/Articles/95711/ https://lwn.net/Articles/95711/ fdesloges The only problem left with this continuum of changes is that developpers in generals (ISVs come to mind) are expecting API not to change in 2.6 and new features and API to be introduced all together with new major versions. This allows them to say &quot;Works with kernel 2.6&quot;. The tracking of incremental changes will make things more difficult for the ISVs using cutting edge features of the kernel (CGI houses, etc.)<p>Oh, and it will certainly offer some challenge to our beloved editor, as to when he is supposed to send the next edition of Linux Device Drivers to the press. ;-)<p><br> Fri, 30 Jul 2004 13:04:36 +0000 My problem with this https://lwn.net/Articles/95797/ https://lwn.net/Articles/95797/ NAR <i>In addition, kernel security holes force me to upgrade periodically. Right now, I grab a new kernel from kernel.org, copy the .config, check for new options, build, and reboot. Minor pain-in-the-ass, but manageable even if I'm on deadline. [...] Say I'm running 2.6.12 at the time, since keeping up with 2.6 is too much work, and the current kernel is 2.6.41.</i> <P> If you're up-to-date with the 2.4.x kernel, I see no reason why you wouldn't be up-to-date with the 2.6.x kernel too so this later scenario wouldn't happen to you. <P> <CENTER>Bye,NAR</CENTER> Fri, 30 Jul 2004 09:02:31 +0000 My problem with this https://lwn.net/Articles/95787/ https://lwn.net/Articles/95787/ pm101 I'm not a computer person. I understand computers, but I don't like dealing with computers. I read LWN every week, and am an able programmer, but fundamentally, I want computers to just work. I last installed Debian maybe four years ago, configured it up very nicely, and haven't really reconfigured anything on my computer other than the periodic apt-get update/upgrade, to keep me current for security patches. In addition, kernel security holes force me to upgrade periodically. Right now, I grab a new kernel from kernel.org, copy the .config, check for new options, build, and reboot. Minor pain-in-the-ass, but manageable even if I'm on deadline. The computer does stuff for a while, but I have 5 minutes, so I can keep everything up-to-date. <p>I haven't had time to migrate to 2.6. I tried once. Too much time. Didn't have time to finish. I'll do it someday, but reconfiguring all the hardware and every subsystem is a royal pain. <p>What concerns me is the following: <p>I'm on deadline. A security hole is found in the kernel, so I must upgrade. Say I'm running 2.6.12 at the time, since keeping up with 2.6 is too much work, and the current kernel is 2.6.41. With this model, upgrading is really untenable. I won't have time to reconfigure everything, figure out ALSA was removed in favor of some new sound system, iptables works differently, so my firewall breaks, and either way, I have 100 new/changed options in make menuconfig to redo. <p>I don't/can't run stock distribution kernels, since I did configure up my system with a nice firewall, power management, support for esoteric hardware, etc. Some things in this (I don't recall what) weren't in the stock kernel. <p>I'm just an end-user, but the same applies to corporate installs that want a consistent system. To you, 2.4 may be obsolete, but to me, it's stable and fast/easy to manage. I don't want to be forced to upgrade my kernel to a significantly different one anytime a security hole is found, or even for new hardware (except in extreme examples; maybe for PCI-&gt;PCI/X or something). I also don't need features backported; the only thing I might need in the new kernel are the new device drivers. <p>I'd be much happier if some version of 2.6 was just marked as &quot;stable,&quot; and had just drivers and security fixes backported to it. Otherwise, I'd continue the above development model with the mainstream kernel marked 2.7 &quot;semistable,&quot; together with 2.7-mm/2.7-ac &quot;unstable&quot;?<p>As with Debian, most users would run kernel/testing, developers would run kernel/unstable, and technologically-backwards old farts like me would have a nice kernel/stable. Stable here wouldn't just mean &quot;won't crash,&quot; but the more traditional definition of &quot;won't change much.&quot; Fri, 30 Jul 2004 06:52:29 +0000 Another look at the new development model https://lwn.net/Articles/95781/ https://lwn.net/Articles/95781/ simon_kitching Is this a move towards a system similar to the BSD development models?<p>I have seen comments from BSD developers which were very critical of the &quot;periodic release&quot; style development of Linux, and praising their own system (which I know very little about). Fri, 30 Jul 2004 01:16:18 +0000 Cryptoloop does the hokey-cokey? https://lwn.net/Articles/95762/ https://lwn.net/Articles/95762/ Ross You can use DM to encrypt a device and loopback block driver to create the<br>device from a file. So you end up using two tools instead of one but it<br>works. Thu, 29 Jul 2004 22:23:19 +0000 Will there be a 2.7 kernel generation https://lwn.net/Articles/95684/ https://lwn.net/Articles/95684/ corbet Nobody really knows how 2.7 will work, once it's created. But, yes, there is a good chance that the developments which forced the creation of 2.7 will, once they are ready, be pushed downward into 2.6 and 2.7 will fade away. It all really depends on the nature of the changes, however. Someday, something sufficiently disruptive will come along and there will be no choice but to push forward to a 2.8. Thu, 29 Jul 2004 14:18:43 +0000 Will there be a 2.7 kernel generation https://lwn.net/Articles/95682/ https://lwn.net/Articles/95682/ allesfresser I also had the same question; it was engendered by this curious sentence: &quot;Even then, however, 2.7 will track 2.6 as closely as possible, and it may go away when the feature which drove its existence becomes ready to go into the mainline.&quot;<p>Any idea what that means? Will the 2.7 tree just dry up and blow away when it's not needed anymore? It might be better to call it something else than 2.7 if that's the case... Thu, 29 Jul 2004 14:13:04 +0000 Will there be a 2.7 kernel generation https://lwn.net/Articles/95679/ https://lwn.net/Articles/95679/ elanthis No, because if you actually read the article, it explicitly states that when patches which are too disruptive even for -mm start showing up, 2.7 will likely be created. Thu, 29 Jul 2004 13:37:36 +0000 Will there be a 2.7 kernel generation https://lwn.net/Articles/95632/ https://lwn.net/Articles/95632/ tarvin Is the article to be read as there will not be a 2.7 development generation of the kernel? Thu, 29 Jul 2004 09:49:56 +0000 Cryptoloop does the hokey-cokey? https://lwn.net/Articles/95630/ https://lwn.net/Articles/95630/ james As I understand it, the replacement is dm-crypt: doing cryptography through DM. <p> The old cryptoloop support is allegedly "<a href="http://lwn.net/Articles/94582/">buggy, unmaintained, and reportedly has mutliple [sic] security weaknesses,</a>" and the kernel crew feel that vulnerable encrypted filesystem support is worse than no support at all: at least if there's no support, people <em>know</em> their data is vulnerable... <p> James. Thu, 29 Jul 2004 09:37:19 +0000 Cryptoloop does the hokey-cokey? https://lwn.net/Articles/95612/ https://lwn.net/Articles/95612/ nix Cryptoloop *in the device mapper* is new.<p>Encrypted loopback devices (implemented by cryptoloop outside the device mapper) are very old: I remember them from the 2.0 days, and they may predate that.<p>One question: if cryptoloop is going away, what's replacing it? Is the CryptoAPI there for no reason, or is there some new magical way to encrypt filesystems that I've overlooked? Thu, 29 Jul 2004 07:30:48 +0000 Cryptoloop does the hokey-cokey? https://lwn.net/Articles/95606/ https://lwn.net/Articles/95606/ tgb <blockquote style="background: #ffd"> <p>Consider some of the changes which have been merged since 2.6.0:</p> <ul> <li>...</li> <li>Cryptoloop</li> <li>...</li> </ul> <p>...</p> <p>The first features to be removed by this path are likely to be devfs and <em>cryptoloop</em>.</p> </blockquote> <p>Pardon my ignorance, but why is cryptoloop, which appears to be a relatively new feature, being pulled already?</p> Thu, 29 Jul 2004 06:58:06 +0000