*UPDATED: You could say the Linux kernel is on the cusp of adulthood — like a teenager about to reach voting age.
But in actuality, the kernel, now at version 2.6.17, has been at the heart of a rapid growth for the Linux open source operating system, from its early days helping to run less-important edge servers to now supporting mission-critical applications.
In this special report on the Linux kernel, internetnews.com summarizes the activity, its origins and where its going, in order to help readers gain a deeper understanding of the kernel, as well as Linux.
What is the Linux kernel?
The kernel is perhaps the key defining aspect of the technological phenomenon we commonly refer to as “Linux.”
In IT terms, a kernel is both the heart and brains of an operating system as it controls the underlying hardware.
A kernel is the core of an operating system and contains much of the root functions, such as virtual memory, multitasking, shared libraries, demand loading, shared copy-on-write executables and TCP/IP The Linux kernel dates back to 1991 when Finnish student Linus Torvalds wrote and first published. Though the Linux ecosystem has grown far beyond Mr.Torvalds himself, to this day, Torvalds retains stewardship over the Linux kernel and is the sole copyright holder to the Linux name itself. Since the 0.12 release of the Linux kernel it has been licensed under the GPL The Linux kernel is not an operating system itself. It is, however, a component (albeit a critical one) of a complete operating system. Linux distributors, such as Red Hat, Novell, Debian and Gentoo, all use a Linux kernel and then package in more tools, libraries and applications to create a complete operating system. But the plain vanilla kernel.org Linus Torvalds co-developed is not necessarily the same kernel that the Linux distributions themselves will use. Typically, a distribution company will customize the base kernel somewhat to its own needs and in some cases, distributions will include features or support in its own customized Linux kernel if they’re not in the mainline kernel. Such a case happened with Red Hat when it backported features from the 2.6 kernel into its own 2.4.x kernel. (The Ubuntu Linux distributions has just recently added support for Sun’s ‘Niagara’ chips in the Ubuntu flavor of the 2.6.15 Linux kernel even though that support is not yet in the mainline kernel.) Although backporting sprouted legs as an issue in the open source world, Torvalds keeps an open mind about it. In 2004, he told internetnews.comin an e-mail interview that he supported the process of backporting. “I think it makes sense from a company standpoint to basically ‘cherry-pick’ stuff from the development version that they feel is important to their customers,” Torvalds wrote. “And in that sense I think the back-porting is actually a very good thing.” And so it Flows: Kernel Development The build gets more stable with each release and support levels. Take the first 2.6 kernel version, which hit the open source world in December of 2003 . It sported improvements over its 2.4 kernel predecessor such as support for multi-processor configurations and 64 bit computing. It also supported native POSIX Thread Library (NPTL), which enables efficient thread handling. In fact, performance, security and driver enhancements are key parts of the entire 2.6.x Linux kernel branch. By December of 2004, a year after the first 2.6.x kernel release, the number of major point releases was up to 10 with the “Woozy Numbat” 2.6.10 Linux kernel. Though 10 releases in a year may sound like a lot it is actually fewer than the number that the 2.4.x kernel had in its first year of release. Between January 2001 when the 2.4.0 kernel was released and December of that year, 17 versions of the kernel were released (source http://www.kernel.org/pub/linux/kernel/v2.4/). However the above comparison isn’t entirely an apples to apples comparison. There are no minor point releases within the 2.4.x series (ie. a 2.4.1 for example). Starting with the 2.6.8.1 kernel and continued as official policy starting with the 2.6.11 kernel, minor kernel bug and security fixes get minor point releases (i.e 2.6.11.1). The 2.6.11 kernel which was released in February of 2005 introduced InfiniBand By June of 2005 a very public spat surrounding the BitKeeper tool that Torvalds was using to help manage development of the Linux kernel caused a changed in development tools. The 2.6.12 kernel is the first that made use of Torvald’s Git program instead of BitKeeper. Ultimately though the change had little to no impact on the actual development of the Linux kernel itself. By August of 2005, it had become apparent that quality of code in the 2.6.x Linux kernel was actually improving. A study done by code analysis firm Coverity in August of 2005, found that the “defect density” in the Linux kernel fell between December 2004 and July 2005. Though the Linux kernel code itself had grown in the same period by 4.7 percent from 5.76 million lines of code in December 2004 to 6.03 million in July 2005 defect density declined by 2.2 percent. The 2.6.13 kernel debut in late August and included “Kexec,” which allows for a fast reboot without the need to go through a bootloader. It also included the Inotify file system event monitoring mechanism which uses a more efficient API (define) than its predecessor dnotify. Two months later, in late October the 2.6.14 kernel ushered in a new era in the development process for kernel development. New features for this release kernel forward are now only supposed to be accepted in the first two weeks after the predecessor kernel is released. The 2.6.15 kernel was released just a few days into the new 2006 year. IPv6 The sixteenth release of the 2.6 kernel series appeared three months after its predecessor. It also introduced support for the Cell processor and Oracle’s OCFS2 cluster filesystem. The 2.6.16 release also had numerous fixes in it that had been discovered via the Coverity code analysis tool. Next page: security challenges Continued from page 1 Linux and its Legal and Security Challenges The 2.6.x Linux kernel is facing security as well as legal challenges. On the legal side is SCO, the Unix vendor that claims in a complex lawsuit that Linux in some way infringes on its SCO’s intellectual property. Led by Torvalds, the Linux community took some very specific action in May of 2004 to better document the Linux kernel submission process. The goal is to help ensure that claims by SCO or others in the future would be less likely. “Some of you may have heard of this crazy company called SCO … who seem to have a hard time believing that open source works better than their five engineers do,” Torvalds wrote in a 2004 mailing list posting. “They’ve apparently made a couple of outlandish claims about where our source code comes from, including claiming to own code that was clearly written by me over a decade ago. “So, to avoid these kinds of issues ten years from now, I’m suggesting that we put in more of a process to explicitly document not only where a patch comes from (which we do actually already document pretty well in the changelogs), but the path it came through,” Torvalds wrote. Whether anyone in the open source community agrees or sees SCO’s point, the case, which claims in part that the parts of the Linux kernel contain code pilfered from Unix code that SCO claims copyrighted, the case has shed light on some concerns enterprises harbor about using open source code. On the security front, Linux developers continue to quickly patch the kernel as security issues arise. Though what appears to be happening with a degree of regularity is that each major point release is followed shortly after its official release by a minor point release that fixes bugs or potential security issues. For example the 2.6.16.1 release followed the 2.6.16 release by a week and fixed a potential security vulnerability. The 2.6.15 kernel was patched barely two weeks after its release, fixing three potential security vulnerabilities. The 2.6.13 kernel was patched shortly after its release for two vulnerabilities. And just days after the 2.6.12 kernel was released, it was patched for two issues. What’s next? The 2.6.17 Linux kernel release is ushering in support for Sun’s Niagara processor family. It includes driver updates, incremental performance tweaks and continued work on bug fixes. Updates and corrects editing error in prior version in order to reflect most recent build of Linux kernel.