Site Statistics
 
Threads: 3,853
Posts: 17,029
Members: 2,895
Users Online: 18
Newest Member: yhangjoy


Go Back   PC101 > PC Software > UNIX / Linux

UNIX / Linux Linux is the UNIX-like operating system that provides personal computer users a FREE or very low-cost operating system.


Reply
 
LinkBack Thread Tools Display Modes
Old 06-22-2006, 02:57 PM   #1
Senior Member
 
OulZac's Avatar
 
Join Date: Apr 2006
Location: Wilbur
Posts: 346
Rep Power: 3 OulZac is on a distinguished road
The Linux 2.6 Kernel

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.

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 networking.

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 Free Software license.

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.

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 ulti-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 ttp://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).

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 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 support is much improved in that kernel. PowerPC users now have a generic tree for both 64 and 32 bit PowerPC which enables kernel compilation on either architecture.

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.

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.

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.

Linux Kernel Factoids
The current Linux kernel is licensed under the GPL v2.
"Linux" is a trademarked term owned by Linus Torvalds.
The first public mention of Linux came on a Minix newsgroup on Aug. 25, 1991.
There were 5.76 million lines of code in the Linux kernel in December 2004.
There were 6.73 million lines of code in the Linux kernel in June 2006.
It was originally developed for the Intel 80386 processor (intel 80386, used 1986 to 1994)
The latest stable version of the Linux kernel is 2.6.17.1

If you want more info, I recomend heading over to kernel.org for a start
__________________
In the beginning, the Universe was created. This made a lot of people angry, and has been widely regarded as a bad idea.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Showing people there IP for no apparent reason!
OulZac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-22-2006, 04:53 PM   #2
Forum Staff
 
Lyte's Avatar
 
Join Date: Oct 2005
Location: Good ol' U.S. of A
Posts: 3,175
Rep Power: 6 Lyte is on a distinguished road
Send a message via MSN to Lyte Send a message via Yahoo to Lyte Send a message via Skype™ to Lyte
Excellent post Oulzac! Thanks for taking time out to put it together and sharing!

Lyte
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Lyte is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2006, 03:56 AM   #3
Junior Member
 
Join Date: Sep 2006
Posts: 11
Rep Power: 0 sacx13 is on a distinguished road
2.6.17 is already out. Some wireless drivers are enhanced and is working smoothly.

Regards
sacx13 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2006, 08:03 PM   #4
Senior Member
 
OulZac's Avatar
 
Join Date: Apr 2006
Location: Wilbur
Posts: 346
Rep Power: 3 OulZac is on a distinguished road
Right now Kernel 2.6.18 and 2.6.18.20 are out but not all that stable,
__________________
In the beginning, the Universe was created. This made a lot of people angry, and has been widely regarded as a bad idea.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Showing people there IP for no apparent reason!
OulZac is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux desktop growth could spur new malware activity Lyte UNIX / Linux 1 10-03-2006 06:37 PM
Hacking SUSE Linux 10.1 OulZac UNIX / Linux 7 08-26-2006 03:48 PM
New Linux look fuels old debate zvez UNIX / Linux 4 04-19-2006 07:03 PM
PalmSource has high hopes for Linux Lyte UNIX / Linux 0 04-07-2006 02:23 PM
Linux desktops need more than just a pretty face Lyte UNIX / Linux 1 03-26-2006 12:08 PM



All times are GMT -5. The time now is 05:44 AM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5