Interview With Linus Torvalds

Today we have a special guest in the series of interviews we conducting here at OSNews. Linus Torvalds, the well known Linux founder, is with us to discuss everything about the kernel, Microsoft, the naming of GNU/Linux and the future. Read on!Linus Torvalds, Linux Creator
1. When do you estimate the 2.5 development kernel source tree will open? What new features are planned to be included on kernel 2.6?


Linus Torvalds: I don’t want to open a 2.5.x development tree until I’m happy with the pending issues for 2.4.x – it’s taken longer than I hoped for, but it’s getting there. Within the month..


The biggest issues for 2.5.x (and the eventual 2.6 or 3.0 release) will probably be NUMA and other big machine scalability, along with an overhaul of the disk IO layer. At the same time, most of what affects “normal” users is the continued driver development etc.


The other part of scalability is scaling down (that’s the part that most “scalable” projects forget completely about), and there the interesting stuff is mostly about some of the QoS issues that some embedded users have. We’ll see where that takes us.


2. What are the best parts of the linux kernel in your opinion, and what are the parts than need changing or even rewritting?


Linus Torvalds: I personally really like our filesystem layer, and in general the “core” code is in pretty good shape. The problem spots tend to be in outlying areas, especially driver code. Much of our SCSI layer really needs to be rewritten eventually, and that’s one of the pushes for 2.5.x..


3. Are there any plans for a more “visual” way to add/remove drivers and reconfigure the kernel itself somewhat on the fly, which can be incredibly helpful for new users?


Linus Torvalds: I’m a big non-believer in manual driver and kernel configuration, be it visual or not. Most of the stuff happens automatically, and we’re going to make that more and more common. Things like hot-plugging a device and the driver automatically getting loaded is how things are supposed to work, none of this “device manager” stuff.


4. Recently you stated that GUIs are important for Linux’s market acceptance. Are you happy with the today’s offerings of KDE, Gnome or WindowMaker as modern GUI systems?


Linus Torvalds: I really like KDE, especially the fact that it’s more than just a window manager infrastructure, but that there are real applications developed under it too.


Which is not to say that there isn’t more to be done – I’m personally happy with what we have now, but at the same time I’d be very very unhappy if it didn’t continue to develop to become better..


5. What do you think of the FreeBSD 5 kernel and WindowsXP’s new features from a clearly technical point of view?


Linus Torvalds: I don’t actually follow other operating systems much. I don’t compete – I just worry about making Linux better than itself, not others. And quite frankly, I don’t see anythign very interesting on a technical level in either.


6. What is your opinion on Hailstorm, .Net and the rest of the technologies Microsoft is preparing to roll out in the years to come? Can these releases have an impact on Linux and if yes, in what way?


Linus Torvalds: See my answer about not caring what the competition does, but doing my own thing as well as I can..


7. Do you believe that the oh-so-many Linux distributions are a good thing for Linux’s overall good and future, or a problem that creates forks and inconsistencies throughout the platform?


Linus Torvalds: Oh, choice is always hard. But we take it for granted in politics, and I take it for granted in Linux. Quite frankly, everybody has slightly different priorities, and working in lock-step simply isn’t a good idea. Never has been, never will be.


When somebody who is different shows himself to be different in a _good_ way, that’s how development happens.


8. What is your opinion on RMS insisting calling Linux as GNU/Linux?


Linus Torvalds: I don’t mind what rms calls the system. I don’t think his arguments for the naming are very valid, but hey, at the same time I really couldn’t care less.


9. There was quite some discussion on the kernel mailing list some time ago about making Linux _truely_ preemptive and tear down the “big giant lock” around the kernel, which brings a number of good things, but for a price. What is your opinion on the issue?


Linus Torvalds: On the SMP side we’ve pretty much done it. For all intents and purposes there is no big kernel lock in any important area, and Linux these days scales pretty well, without getting into the nightmare scenario that some UNIXes got to where the locking granularity got so fine that it started impacting performance.


Some people have been playing with using the same locks on UP too, creating a fully preemptible kernel. A lot of people are playing around with the patches, and we’ll see when/if I’ll integrate them into the standard tree. It’s not a high priority for me: they don’t add performance (like the SMP scalability does), and if they improve latency noticeably I’d really rather look at why the latency is bad in the first place.


So right now as far as I’m concerned it’s one of those “cool features” things, and it will need some prodding from the real world to show whether it is worth it.


10. How do you see the future of Linux for the next 5 or 10 years from an engineering but also a marketing eye?


Linus Torvalds: I don’t use a marketing eye, I simply don’t care. There are others who do, I’ll let them worry about it.


From a technical standpoint, I believe the kernel will be “more of the same”, and that all the _really_ interesting stuff will be going on in user space. That’s not to say that there aren’t problems to keep us occupied in the kernel too, I just don’t think they make for all that interesting reading 😉


11. Let’s think “big” for a moment. How do you see the general future of computing in the years to come? What kind of evolution is the next… revolution for software or hardware?


Linus Torvalds: I was never a “big thinker”. One of my philosophies in Linux has always been to not worry about the future too much, but make sure that we make the best of what we have now – together with keeping our options open for the future and not digging us into a hole.


And I’m not a big believer in revolutions. What people call revolutions in technology were more of a shift in perception – from big machines to PC’s (the _technology_ just evolved, fairly slowly at that), and from PC’s to the internet. The next “revolution” is going to be the same thing – not about the technology itself being revolutionary, but a shift in how you look at it and how you use it.


What’s that shift going to be? Who knows. Maybe it will have nothing directly to do with computers at all, just using computers to create new life-forms or whatever.. Where the _excitement_ is not the tool, but what you can do with it.

125 Comments

  1. 2001-10-10 5:34 pm
  2. 2001-10-10 6:03 pm
  3. 2001-10-10 6:05 pm
  4. 2001-10-10 6:08 pm
  5. 2001-10-10 6:13 pm
  6. 2001-10-10 6:18 pm
  7. 2001-10-10 6:24 pm
  8. 2001-10-10 6:26 pm
  9. 2001-10-10 6:27 pm
  10. 2001-10-10 6:35 pm
  11. 2001-10-10 6:35 pm
  12. 2001-10-10 6:35 pm
  13. 2001-10-10 6:39 pm
  14. 2001-10-10 6:39 pm
  15. 2001-10-10 6:41 pm
  16. 2001-10-10 6:50 pm
  17. 2001-10-10 6:51 pm
  18. 2001-10-10 6:52 pm
  19. 2001-10-10 6:53 pm
  20. 2001-10-10 6:55 pm
  21. 2001-10-10 6:59 pm
  22. 2001-10-10 7:03 pm
  23. 2001-10-10 7:11 pm
  24. 2001-10-10 7:20 pm
  25. 2001-10-10 7:34 pm
  26. 2001-10-10 7:36 pm
  27. 2001-10-10 7:39 pm
  28. 2001-10-10 8:01 pm
  29. 2001-10-10 8:02 pm
  30. 2001-10-10 8:03 pm
  31. 2001-10-10 8:05 pm
  32. 2001-10-10 8:05 pm
  33. 2001-10-10 8:20 pm
  34. 2001-10-10 8:28 pm
  35. 2001-10-10 8:30 pm
  36. 2001-10-10 8:32 pm
  37. 2001-10-10 8:40 pm
  38. 2001-10-10 8:50 pm
  39. 2001-10-10 9:00 pm
  40. 2001-10-10 9:06 pm
  41. 2001-10-10 9:09 pm
  42. 2001-10-10 9:09 pm
  43. 2001-10-10 9:11 pm
  44. 2001-10-10 9:23 pm
  45. 2001-10-10 9:30 pm
  46. 2001-10-10 9:32 pm
  47. 2001-10-10 9:37 pm
  48. 2001-10-10 9:37 pm
  49. 2001-10-10 9:39 pm
  50. 2001-10-10 9:45 pm
  51. 2001-10-10 9:48 pm
  52. 2001-10-10 9:52 pm
  53. 2001-10-10 9:53 pm
  54. 2001-10-10 9:57 pm
  55. 2001-10-10 10:00 pm
  56. 2001-10-10 10:02 pm
  57. 2001-10-10 10:07 pm
  58. 2001-10-10 10:08 pm
  59. 2001-10-10 10:13 pm
  60. 2001-10-10 10:18 pm
  61. 2001-10-10 10:23 pm
  62. 2001-10-10 10:32 pm
  63. 2001-10-10 10:37 pm
  64. 2001-10-10 10:40 pm
  65. 2001-10-10 10:49 pm
  66. 2001-10-10 10:58 pm
  67. 2001-10-11 12:01 am
  68. 2001-10-11 12:06 am
  69. 2001-10-11 12:37 am
  70. 2001-10-11 1:24 am
  71. 2001-10-11 1:51 am
  72. 2001-10-11 3:26 am
  73. 2001-10-11 3:36 am
  74. 2001-10-11 4:02 am
  75. 2001-10-11 4:51 am
  76. 2001-10-11 5:11 am
  77. 2001-10-11 6:21 am
  78. 2001-10-11 6:32 am
  79. 2001-10-11 7:10 am
  80. 2001-10-11 7:24 am
  81. 2001-10-11 7:51 am
  82. 2001-10-11 8:31 am
  83. 2001-10-11 9:20 am
  84. 2001-10-11 9:26 am
  85. 2001-10-11 10:30 am
  86. 2001-10-11 10:42 am
  87. 2001-10-11 12:28 pm
  88. 2001-10-11 12:52 pm
  89. 2001-10-11 12:56 pm
  90. 2001-10-11 1:00 pm
  91. 2001-10-11 1:10 pm
  92. 2001-10-11 3:22 pm
  93. 2001-10-11 3:40 pm
  94. 2001-10-11 4:25 pm
  95. 2001-10-11 4:44 pm
  96. 2001-10-11 9:50 pm
  97. 2001-10-11 10:16 pm
  98. 2001-10-12 12:48 am
  99. 2001-10-12 3:28 am
  100. 2001-10-12 3:36 am