Linus on what remains to be merged
Posted Oct 31, 2002 21:19 UTC (Thu) by
Schneelocke (guest, #3535)
In reply to:
Linus on what remains to be merged by tjc
Parent article:
Linus on what remains to be merged
For one thing, code can never be proven stable or bug free. The closest one can come is to demonstrate that it works as intended under certain circumstances while running on certain hardware. Besides that, every feature added increases the amount of integration testing to be done at an above linear rate. A lot of it never gets done.
True, and maybe I shouldn've said "proven" in the first place - that was a poor choice of words, since I did not mean to imply that there was an actual proof, but rather that the evidence collected through extensive test runs suggested that the code was mature.
The best way to improve nearly any large and/or complex piece of software is to remove functionality, or at the very least resist the temptation to add stuff that few people will use. Unfortunately it's hard to find free software projects that accept patches of this sort. :^)
I gotta admit I don't really agree with that - although I understand your point and do think that you have a valid point, I personally still think that creeping featuritis is a Good Thing(tm). :)
I'd also like to take this opportunity to reply to some of the other objections raised. First of all, mwg talked about kernel bloat; I don't think that this is really an issue with patches that do not touch the rest of the kernel. Simply don't compile in what you don't need, and your kernel should be fine. :) About the only bloat people could complain about would be that of the kernel tarballs, and quite frankly, I don't think that this should *that* important for the decision what is merged into the kernel and what isn't.
Second, mwg also said that user-space tools should be preferred over in-kernel solutions whenever possible. I second that, but there are some things that cannot be done in user space, or at least not without considerable hassle. An example might be the crash dumps that Rusty mentioned in his list; I maybe wrong since I don't really know about the internal workings of either the kernel as such in general or the LKCD patch in particular, but I'd think that it would be very hard to duplicate this functionality using only user-space tools.
Another example for this might be new filesystems - there is a reason why things like XFS, JFS and so on have gone into the kernel and why Reiser4 will hopefully be merged when it's ready, too. While probably almost all kernel work could be done in userspace, sometimes it's just not the right thing to do.
That side, proski, in his comment, stated that a feature without a large userbase might become unmaintained at some time; this is true, of course, but I don't see why a non-intrusive patch could not, at that time, simply be pulled from the kernel again. Besides, a feature might only attract a larger userbase when it actually *is* available to users, including Joe Average who does not want to track down individual patches himself. :)
With regard to impact on other kernel parts - it's true that it may be difficult to estimate just how much problems the inclusion of a particular patch will cause, but I would expect that a new feature, the implementation of which touches few if any kernel files outside its scope, should not be too much of a problem. The code should be modular enough to allow checking without too much hassle in this case, and if it isn't, there is probably a bigger problem. :)
But all in all, of course, I cannot speak for Linus, either, and as I mentioned above, I don't know that much about the actual inner workings of the kernel, either, so my opinion may simply be that of a layman. And it's not like I'm not happy with what has been merged into 2.5 already, either - I really think that a very impressive array of features and improvements has went in, but still, the things on Rusty's list are interesting as well, and as far as I understand it, he has already picked only those which he himself considers to be ready for prime time. So it's not the obscurest of patches at least... :)
(
Log in to post comments)