Linux kernel

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Linux kernel
Tux
Tux the penguin, mascot of Linux[1]
Linux 3.0.0 boot.png
Linux kernel 3.0.0 booting
Developer Linus Torvalds and thousands of collaborators
Written in C and assembly[2]
OS family Unix-like
Initial release 0.01 (17 September 1991; 32 years ago (1991-09-17))
Latest release 4.6 (15 May 2016; 7 years ago (2016-05-15)) [±][3]
Latest preview 4.7-rc1 (29 May 2016; 7 years ago (2016-05-29)) [±][4]
Available in English
Kernel type Monolithic
License GNU General Public License, version 2[5][6] plus various optional freely redistributable (proprietary) binary blobs[7][8]
Official website kernel.org

The Linux kernel is an open-source monolithic Unix-like computer operating system kernel. The Linux family of operating systems is based on this kernel and deployed on both traditional computer systems such as personal computers and servers, usually in the form of Linux distributions,[9] and on various embedded devices such as routers, wireless access points, PBXes, set-top boxes, FTA receivers, smart TVs, PVRs, and NAS appliances. The Android operating system for tablet computers, smartphones, and smartwatches uses services provided by the Linux kernel to implement its functionality. While the adoption on desktop computers is low, Linux-based operating systems dominate nearly every other segment of computing, from mobile devices to mainframes. As of November 2017, all of the world's 500 most powerful supercomputers run Linux.[10]

The Linux kernel was conceived and created in 1991 by Linus Torvalds[11] for his personal computer and with no cross-platform intentions, but has since expanded to support a huge array of computer architectures, many more than other operating systems or kernels. Linux rapidly attracted developers and users who adopted it as the kernel for other free software projects, notably the GNU Operating System,[12]; fallout of the Unix wars.[13] The Linux kernel has received contributions from nearly 12,000 programmers from more than 1,200 companies, including some of the largest software and hardware vendors.[14][15]

The Linux kernel API, the application programming interface (API) through which user programs interact with the kernel, is meant to be very stable and to not break userspace programs (some programs, such as those with GUIs, rely on other APIs as well). As part of the kernel's functionality, device drivers control the hardware; "mainlined" device drivers are also meant to be very stable. However, the interface between the kernel and loadable kernel modules (LKMs), unlike in many other kernels and operating systems, is not meant to be very stable by design.[16]

The Linux kernel, developed by contributors worldwide, is a prominent example of free and open source software,[17] and it's supported up to six years depending on version. Day-to-day development discussions take place on the Linux kernel mailing list (LKML). The Linux kernel is released under the GNU General Public License version 2 (GPLv2),[6][18] with some firmware images released under various non-free licenses.[8]

History

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Linus Torvalds

In April 1991, Linus Torvalds, at the time a 21-year-old computer science student at the University of Helsinki, Finland, started working on some simple ideas for an operating system. He started with a task switcher in Intel 80386 assembly language and a terminal driver. On 25 August 1991, Torvalds posted the following to comp.os.minix, a newsgroup on Usenet:[19]

<templatestyles src="Template:Blockquote/styles.css" />

I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since April, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things).

I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get something practical within a few months [...] Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT portable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(.

[...] It's mostly in C, but most people wouldn't call what I write C. It uses every conceivable feature of the 386 I could find, as it was also a project to teach me about the 386. As already mentioned, it uses a MMU, for both paging (not to disk yet) and segmentation. It's the segmentation that makes it REALLY 386 dependent (every task has a 64Mb segment for code & data - max 64 tasks in 4Gb. Anybody who needs more than 64Mb/task - tough cookies). [...] Some of my "C"-files (specifically mm.c) are almost as much assembler as C. [...] Unlike minix, I also happen to LIKE interrupts, so interrupts are handled without trying to hide the reason behind them.

After that, many people contributed code to the project. Early on, the MINIX community contributed code and ideas to the Linux kernel. At the time, the GNU Project had created many of the components required for a free operating system, but its own kernel, GNU Hurd, was incomplete and unavailable. The BSD operating system had not yet freed itself from legal encumbrances. Despite the limited functionality of the early versions, Linux rapidly gained developers and users.

By September 1991, version 0.01 of the Linux kernel was released on the FTP server (ftp.funet.fi) of the Finnish University and Research Network (FUNET). It had 10,239 lines of code. On October, 5th 1991, version 0.02 of the Linux kernel was released.[20]

In December 1991, Linux kernel 0.11 was released. This version was the first to be self-hosted as Linux kernel 0.11 could be compiled by a computer running the same kernel version. When Torvalds released version 0.12 in February 1992, he adopted the GNU General Public License (GPL) over his previous self-drafted license, which had not permitted commercial redistribution.[21]

On 19 January 1992, the first post to the new newsgroup alt.os.linux was submitted.[22] On 31 March 1992, the newsgroup was renamed comp.os.linux.[23]

The X Window System was ported to Linux, so that in March 1992, Linux version 0.95 was the first to be capable of running X. This large jump in version numbers, from 0.1x to 0.9x, resulted from the expectation that version 1.0, without major missing pieces, was imminent. However, this proved to be wrong and from 1993 to early 1994, 15 development versions of version 0.99 appeared.

On 14 March 1994, Linux kernel 1.0.0 was released, with 176,250 lines of code. In March 1995, Linux kernel 1.2.0 was released, with 310,950 lines of code.

Version 2 of the Linux kernel, released on 9 June 1996, was followed by additional major versions under the version 2 header:

  • 25 January 1999 – release of Linux kernel 2.2.0 (1,800,847 lines of code)
  • 18 December 1999 – IBM mainframe patches for 2.2.13 were published, allowing Linux kernel to be used on enterprise-class machines
  • 4 January 2001 – release of Linux kernel 2.4.0 (3,377,902 lines of code)
  • 17 December 2003 – release of Linux kernel 2.6.0 (5,929,913 lines of code)

Starting in 2004, the release process changed and new kernels started coming out on a regular schedule every 2–3 months, numbered 2.6.0, 2.6.1, up through 2.6.39.

On 21 July 2011, Torvalds announced the release of Linux kernel 3.0: "Gone are the 2.6.<bignum> days".[24] The version bump is not about major technological changes when compared to Linux 2.6.39;[25] it marks the kernel's 20th anniversary.[26] The time-based release process remained the same.

Version 4.1 of the Linux kernel, released in June 2015, contains over 19.5 million lines of code contributed by almost 14,000 programmers.[27]

Tanenbaum–Torvalds debate

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The fact that Linux is a monolithic kernel rather than a microkernel was the topic of a debate between Andrew S. Tanenbaum, the creator of MINIX, and Linus Torvalds.[28] The debate, started in 1992 on the Usenet discussion group comp.os.minix, was about Linux and kernel architecture in general.[29] Tanenbaum argued that microkernels were superior to monolithic kernels and that therefore Linux was obsolete. Unlike traditional monolithic kernels, device drivers in Linux are easily configured as loadable kernel modules and are loaded or unloaded while running the system. This subject was revisited on 9 May 2006,[30] and on 12 May 2006 Tanenbaum wrote a position statement.[31]

Popularity

Lua error in package.lua at line 80: module 'strict' not found. The huge rise in popularity of the Android operating system, which includes the Linux kernel, has made the kernel the most popular choice for mobile devices, rivaling the installed base of all other operating systems.[32][33][34] Including previous years, three billion Android smartphones were estimated to have been sold by the end of 2014.

Many consumer routers also use the Linux kernel,[35] as well as a wide variety of other embedded devices, such as smart TVs, set-top boxes, and webcams. Many desktop Linux distributions including the Linux kernel exist, but the usage share of Linux distributions is low in comparison to other operating systems.

Legal aspects

Licensing terms

Initially, Torvalds released Linux under a license which forbade any commercial use.[36] This was changed in version 0.12 by a switch to the GNU General Public License (GPL).[21] This license allows distribution and sale of possibly modified and unmodified versions of Linux but requires that all those copies be released under the same license and be accompanied by the complete corresponding source code.

Torvalds has described licensing Linux under the GPL as the "best thing I ever did".[36]

GPL version 3

The Linux kernel is licensed explicitly only under version 2 of the GPL,[6] without offering the licensee the option to choose "any later version", which is a common GPL extension. There was considerable debate about how easily the license could be changed to use later GPL versions (including version 3), and whether this change is even desirable.[37] Torvalds himself specifically indicated upon the release of version 2.4.0 that his own code is released only under version 2.[38] However, the terms of the GPL state that if no version is specified, then any version may be used,[39] and Alan Cox pointed out that very few other Linux contributors had specified a particular version of the GPL.[40]

In September 2006, a survey of 29 key kernel programmers indicated that 28 preferred GPLv2 to the then-current GPLv3 draft. Torvalds commented, "I think a number of outsiders... believed that I personally was just the odd man out, because I've been so publicly not a huge fan of the GPLv3."[41] This group of high-profile kernel developers, including Linus Torvalds, Greg Kroah-Hartman and Andrew Morton, commented on mass media about their objections to the GPLv3.[42] They referred to clauses regarding DRM/tivoization, patents, "additional restrictions" and warned a Balkanisation of the "Open Source Universe" by the GPLv3.[42][43] Linus Torvalds, who decided not to adopt the GPLv3 for the Linux kernel, reiterated his criticism even years later.[44]

Loadable kernel modules

It is debated whether loadable kernel modules (LKMs) are to be considered derivative works under copyright law, and thereby fall under the terms of the GPL.

Torvalds has stated his belief that LKMs using only a limited, "public" subset of the kernel interfaces can sometimes be non-derived works, thus allowing some binary-only drivers and other LKMs that are not licensed under the GPL.[citation needed] A very good example for this is the usage of dma_buf by the proprietary Nvidia graphics drivers. dma_buf is a recent kernel feature (like the rest of the kernel, it is licensed under the GPL) that allows multiple GPUs to quickly copy data into each other's framebuffers.[45] One possible use case would be Nvidia Optimus that pairs a fast GPU with an Intel integrated GPU, where the Nvidia GPU writes into the Intel framebuffer when it is active. But, Nvidia cannot use this infrastructure because it uses a technical means to enforce the rule that it can only be used by LKMs that are also GPL. Alan Cox replied on LKML, rejecting a request from one of their engineers to remove this technical enforcement from the API.[46] Not all Linux kernel contributors agree with this interpretation, however, and even Torvalds agrees that many LKMs are clearly derived works, and indeed he writes that "kernel modules ARE derivative 'by default'".[47]

On the other hand, Torvalds has also said that "one gray area in particular is something like a driver that was originally written for another operating system (i.e. clearly not a derived work of Linux in origin). [...] THAT is a gray area, and _that_ is the area where I personally believe that some modules may be considered to not be derived works simply because they weren't designed for Linux and don't depend on any special Linux behaviour."[48] Proprietary graphics drivers, in particular, are heavily discussed. Ultimately, it is likely that such questions can only be resolved by a court.

Firmware binary blobs

One point of licensing controversy is the use of firmware "binary blobs" in Linux kernel to support several hardware devices. These files are under a variety of licenses, out of which many are restrictive and their exact underlying source code is usually unknown.[8]

In 2002, Richard Stallman stated why, in his point of view, such blobs make the Linux kernel partially non-free software, and that distributing Linux kernel "violates the GPL", which requires "complete corresponding source code" to be available.[7] In 2008, Free Software Foundation Latin America started Linux-libre as a project that creates a completely free variant of the Linux kernel without proprietary objects; it is used by certain completely free Linux distributions, such as those endorsed by the Free Software Foundation, while it can also be used on most distributions.[49]

On 15 December 2010, the Debian Project announced that the next Debian stable version "6.0 Squeeze" would come with a kernel "stripped of all non-free firmware bits".[50] This policy continued to be applied in later stable Debian releases.[citation needed]

Trademark

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Linux is a registered trademark of Linus Torvalds in the United States and some other countries. This is the result of an incident in which William Della Croce, Jr., who was not involved in the Linux project, trademarked the name and subsequently demanded royalties for its use.[51] Several Linux backers retained legal counsel and filed suit against Della Croce. The issue was settled in August 1997 when the trademark was assigned to Linus Torvalds.[52][53]

SCO litigation

Lua error in Module:Details at line 30: attempt to call field '_formatLink' (a nil value).

In early 2007, SCO filed the specific details of a purported copyright infringement. Despite previous claims that SCO was the rightful owner of 1 million lines of code, they specified only 326 lines of code, most of which were uncopyrightable.[54] In August 2007, the court in the Novell case ruled that SCO did not actually own the Unix copyrights, to begin with,[55] though the Tenth Circuit Court of Appeals ruled in August 2009 that the question of who owned the copyright properly remained for a jury to answer.[56] The jury case was decided on 30 March 2010 in Novell's favour.[57]

Architecture

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Map of the Linux kernel
Linux kernel supports various hardware architectures, providing a common platform for software (including possibly proprietary).

The Linux kernel is a monolithic kernel, supporting true preemptive multitasking (both in user mode and, since the 2.6 series, in kernel mode[58][59]), virtual memory, shared libraries, demand loading, shared copy-on-write executables (via KSM), memory management, the Internet protocol suite, and threading.

Device drivers and kernel extensions run in kernel space (ring 0 in many CPU architectures), with full access to the hardware, although some exceptions run in user space, for example, filesystems based on FUSE/CUSE, and parts of UIO.[60][61] The graphics system most people use with Linux does not run within the kernel. Unlike standard monolithic kernels, device drivers are easily configured as modules, and loaded or unloaded while the system is running. Also, unlike standard monolithic kernels, device drivers can be pre-empted under certain conditions; this feature was added to handle hardware interrupts correctly and to better support symmetric multiprocessing.[59] By choice, the Linux kernel has no binary kernel interface.[62]

The hardware is also incorporated into the file hierarchy. Device drivers interface to user applications via an entry in the /dev or /sys directories.[63] Process information as well is mapped to the file system through the /proc directory.[63]

Various layers within Linux, also showing separation between the userland and kernel space
User mode User applications For example, bash, LibreOffice, Apache OpenOffice, Blender, 0 A.D., Mozilla Firefox, etc.
Low-level system components: System daemons:
systemd, runit, logind, networkd, soundd, ...
Windowing system:
X11, Wayland, Mir, SurfaceFlinger (Android)
Other libraries:
GTK+, Qt, EFL, SDL, SFML, FLTK, GNUstep, etc.
Graphics:
Mesa, AMD Catalyst, ...
C standard library open(), exec(), sbrk(), socket(), fopen(), calloc(), ... (up to 2000 subroutines)
glibc aims to be POSIX/SUS-compatible, uClibc targets embedded systems, bionic written for Android, etc.
Kernel mode Linux kernel stat, splice, dup, read, open, ioctl, write, mmap, close, exit, etc. (about 380 system calls)
The Linux kernel System Call Interface (SCI, aims to be POSIX/SUS-compatible)
Process scheduling
subsystem
IPC
subsystem
Memory management
subsystem
Virtual files
subsystem
Network
subsystem
Other components: ALSA, DRI, evdev, LVM, device mapper, Linux Network Scheduler, Netfilter
Linux Security Modules: SELinux, TOMOYO, AppArmor, Smack
Hardware (CPU, main memory, data storage devices, etc.)

Programming language

The Linux kernel is written in the version of the C programming language supported by GCC (which has introduced a number of extensions and changes to standard C), together with a number of short sections of code written in the assembly language (in GCC's "AT&T-style" syntax) of the target architecture. Because of the extensions to C it supports, GCC was for a long time the only compiler capable of correctly building the Linux kernel.

Compiler compatibility

GCC is the default compiler for the Linux kernel source. In 2004, Intel claimed to have modified the kernel so that its C compiler was also capable of compiling it.[64] There was another such reported success in 2009, with a modified 2.6.22 version of the kernel.[65][66]

Since 2010, effort has been underway to build the Linux kernel with Clang, an alternative compiler for the C language;[67] as of 12 April 2014, the official kernel could almost be compiled by Clang.[68][69] The project dedicated to this effort is named LLVMLinux after the LLVM compiler infrastructure upon which Clang is built.[70] LLVMLinux does not aim to fork either the Linux kernel or the LLVM, therefore it is a meta-project composed of patches that are eventually submitted to the upstream projects. By enabling the Linux kernel to be compiled by Clang that, among other advantages, is known for faster compilation compared with GCC, kernel developers may benefit from a faster workflow due to shorter compilation times.[71]

Interfaces

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>


Four interfaces are distinguished: two internal to the kernel, and two between the kernel and userspace.
At XDC2014, Alex Deucher from AMD announced the unified kernel-mode driver.[72] The proprietary Linux graphic driver, libGL-fglrx-glx, will share the same DRM infrastructure with Mesa 3D. As there is no stable in-kernel ABI, AMD had to constantly adapt the former binary blob used by Catalyst.

Conformance to standards is a general policy for the Linux kernel's internals. Another rule is that a kernel component is not accepted into the Linux kernel mainline if there is only proprietary user-space software using that component.[citation needed]

Kernel-to-userspace API

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Source code portability ensures that a C program written by conforming to a standard can be successfully compiled and run on any system that also conforms to the same standard. The relevant standards, aiming to achieve source code portability of programs, that the development of the Linux kernel, the GNU C Library, and associated utilities tries to adhere to, are POSIX and the Single UNIX Specification.

The Linux kernel API of the Linux kernel, representing the kernel's system call interface, is composed of the available system calls.

Kernel-to-userspace ABI

Lua error in package.lua at line 80: module 'strict' not found.

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Binary portability shall guarantee that any program once compiled for a given hardware platform, can be run in its compiled form on any other hardware platform that conforms to the standard. Binary portability is an essential requirement for the commercial viability of independent software vendor (ISV) applications built for the operating systems based on the Linux kernel. Binary compatibility is much more demanding than source code portability; as of February 2014, the only standard concerning itself with binary compatibility is the Linux Standard Base (LSB).

In-kernel API

There are a couple of kernel internal APIs utilized between the different subsystems and subsystems of subsystems. Some of them have been kept stable over several releases, others have not. There are no guarantees regarding the in-kernel APIs. Maintainers and contributors are free to augment or change them at any time.[73]

Examples of in-kernel APIs include software frameworks/APIs for the following classes of device drivers:

In-kernel ABI

Some organizations have strongly supported defining and maintaining of a stable in-kernel ABI over several releases.[citation needed] For example, it would benefit hardware manufacturers which release proprietary kernel modules and distribute binary-only software (e.g. device drivers).[citation needed] However, the Linux kernel developers choose not to maintain a stable in-kernel ABI.[75] This allows Linux kernel development to happen much more quickly.[citation needed]

Technical features

Preemption

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The position of I/O schedulers within various layers of the Linux kernel's storage stack.[76]

The Linux kernel provides preemptive scheduling under certain conditions. Until kernel version 2.4, only user processes were preemptive, i.e., in addition to time quantum expiration, an execution of current process in user mode would be interrupted if higher dynamic priority processes entered TASK_RUNNING state.[77] Toward 2.6 series of the Linux kernel, an ability to interrupt a task executing kernel code was added, although with that not all sections of the kernel code can be preempted.[78]

The Linux kernel contains different scheduler classes.[79] By default the kernel uses a scheduler mechanism called the Completely Fair Scheduler introduced in the 2.6.23 version of the kernel.[80] Internally this default-scheduler class is also known as SCHED_OTHER, but the kernel also contains two POSIX-compliant[81] real-time scheduling classes named SCHED_FIFO (realtime first-in-first-out) and SCHED_RR (realtime round-robin), both of which take precedence over the default class.[79]

Through the use of the real-time Linux kernel patch PREEMPT_RT, support for full preemption of critical sections, interrupt handlers, and "interrupt disable" code sequences can be supported.[82] Partial mainline integration of the real-time Linux kernel patch already brought some functionality to the kernel mainline.[83] Preemption improves latency, increases responsiveness, and makes Linux more suitable for desktop and real-time applications. Older versions of the kernel had a so-called big kernel lock for synchronization across the entire kernel, which was finally removed by Arnd Bergmann in 2011.[84]

Additional scheduling policy known as SCHED_DEADLINE, implementing the earliest deadline first algorithm (EDF), was added in kernel version 3.14, released on 30 March 2014.[85][86]

Portability

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

An iPod booting iPodLinux

While not originally designed to be portable,[19][87] Linux is now one of the most widely ported operating system kernels, running on a diverse range of systems from the ARM architecture to IBM z/Architecture mainframe computers. The first port beyond Linux's original 386 architecture was performed on the Motorola 68000 platform by Amiga users, who accomplished this by replacing major parts of the kernel. The modifications to the kernel were so fundamental that Torvalds viewed the Motorola version as a fork and a "Linux-like operating system"[87] rather than as an actual port. It was, however, the impetus that Torvalds needed to lead a major restructure of the kernel code to facilitate porting to competing computing architectures. The first Linux endorsed port was to the DEC Alpha AXP 64-bit platform which was demonstrated at DECUS in May, 1995m[88] supporting both 386 and Alpha in a single source tree.[87] DEC was responsible for supplying the hardware necessary to Torvalds to enable a port of Linux to 64 bits[89] that same year.

Linux runs as the main operating system on IBM's Blue Gene and other fastest supercomputers, including the top Chinese one. As of November 2017, all of the world's 500 fastest supercomputers run some variant of Linux.[10] Linux has also been ported to various handheld devices such as Apple's iPod and iPhone.[90] Some operating systems developed for mobile phones use modified versions of the Linux kernel, including Google Android, Firefox OS, HP webOS, Nokia Maemo and Jolla Sailfish OS.[91][92][93]

Kernel panic and oopses

An example of Linux kernel panic

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

In Linux, a "panic" is an unrecoverable system error detected by the kernel, as opposed to similar errors detected by user space code. It is possible for kernel code to indicate such a condition by calling the panic function located in the header file sys/system.h. However, most panics are the result of unhandled processor exceptions in kernel code, such as references to invalid memory addresses. These are typically indicative of a bug somewhere in the call chain leading to the panic. They can also indicate a failure of hardware, such as a failed RAM cell or errors in arithmetic functions in the processor caused by a processor bug, overheating/damaged processor, or a soft error.

A report of a non-fatal bug in the kernel is called an "oops"; such deviations from correct behavior of the Linux kernel may allow continued operation with compromised reliability.[94] These crash reports are automatically collected and can be sent upstream by various software, such as kerneloops,[95] ABRT (Fedora)[96] and apport (Ubuntu). KernelOops.org collects these reports and publishes statistics on their website.[97]

The kernel panic message might not be printed visibly in some conditions, such as when using a graphical desktop. To debug such conditions, other methods such as attaching a serial port console can be used.

Live patching

Rebootless updates can even be applied to the kernel by using live patching technologies such as Ksplice, kpatch and kGraft. Minimalistic foundations for live kernel patching were merged into the Linux kernel mainline in kernel version 4.0, which was released on 12 April 2015. Those foundations, known as livepatch and based primarily on the kernel's ftrace functionality, form a common core capable of supporting hot patching by both kGraft and kpatch, by providing an application programming interface (API) for kernel modules that contain hot patches and an application binary interface (ABI) for the userspace management utilities. However, the common core included into Linux kernel 4.0 supports only the x86 architecture and does not provide any mechanisms for ensuring function-level consistency while the hot patches are applied. As of April 2015, there is ongoing work on porting kpatch and kGraft to the common live patching core provided by the Linux kernel mainline.[98][99][100]

Security

Computer security is a much-publicized topic in relation to the Linux kernel because a large portion of the kernel bugs present potential security flaws. For example, they may allow for privilege escalation or create denial-of-service attack vectors. Over the years, numerous such flaws were found and fixed in the Linux kernel.[101] New security features are frequently implemented to improve the Linux kernel's security.[102][103]

Critics have accused kernel developers of covering up security flaws or at least not announcing them; in 2008, Linus Torvalds responded to this with the following:[104][105]

<templatestyles src="Template:Blockquote/styles.css" />

I personally consider security bugs to be just "normal bugs". I don't cover them up, but I also don't have any reason what-so-ever to think it's a good idea to track them and announce them as something special...one reason I refuse to bother with the whole security circus is that I think it glorifies—and thus encourages—the wrong behavior. It makes "heroes" out of security people, as if the people who don't just fix normal bugs aren't as important. In fact, all the boring normal bugs are way more important, just because there's a lot more of them. I don't think some spectacular security hole should be glorified or cared about as being any more "special" than a random spectacular crash due to bad locking.

Linux distributions typically release security updates to fix vulnerabilities in the Linux kernel. Many offer long-term support releases that receive security updates for a certain Linux kernel version for an extended period of time.

Feature history

Version 1.0 of the Linux kernel was released on 14 March 1994.[106] This release of the Linux kernel only supported single-processor i386-based computer systems. Portability became a concern, and so version 1.2 (released 7 March 1995)[107] gained support for computer systems using processors based on the Alpha, SPARC, and MIPS architectures.

Version 2.0 was released on 9 June 1996.[108] The series included 41 releases. The major feature of 2.0 was support for symmetric multiprocessing (SMP) and support for more types of processors.

Version 2.2, released on 20 January 1999,[109] removed the global spinlock and provided improved SMP support, added support for the m68k and PowerPC architectures, and added new file systems (including read-only support for Microsoft's NTFS).[110]

Version 2.4.0, released on 4 January 2001,[111] contained support for ISA Plug and Play, USB, and PC Cards.[112] It also included support for the PA-RISC processor from Hewlett-Packard. Development for 2.4.x changed a bit in that more features were made available throughout the duration of the series, including support for Bluetooth, Logical Volume Manager (LVM) version 1, RAID support, InterMezzo and ext3 file systems.

Version 2.6.0 was released on 17 December 2003.[113] The development for 2.6.x changed further towards including new features throughout the duration of the series. Among the changes that have been made in the 2.6 series are: integration of µClinux into the mainline kernel sources, PAE support, support for several new lines of CPUs, integration of Advanced Linux Sound Architecture (ALSA) into the mainline kernel sources, support for up to 232 users (up from 216), support for up to 229 process IDs (64-bit only, 32-bit arches still limited to 215),[114] substantially increased the number of device types and the number of devices of each type, improved 64-bit support, support for file systems which support file sizes of up to 16 terabytes, in-kernel preemption, support for the Native POSIX Thread Library (NPTL), User-mode Linux integration into the mainline kernel sources, SELinux integration into the mainline kernel sources, InfiniBand support, and considerably more. Also notable are the addition of several file systems throughout the 2.6.x releases: FUSE, JFS, XFS, ext4 and more. Details on the history of the 2.6 kernel series can be found in the ChangeLog files on the 2.6 kernel series source code release area of kernel.org.[115]

Version 3.0 was released on 22 July 2011.[24] On 30 May 2011, Torvalds announced that the big change was "NOTHING. Absolutely nothing." and asked, "...let's make sure we really make the next release not just an all new shiny number, but a good kernel too."[116] After the expected 6–7 weeks of the development process, it would be released near the 20th anniversary of Linux.

In December 2012, Torvalds decided to reduce kernel complexity by removing support for i386 processors, making the 3.7 kernel series the last one still supporting the original processor.[117][118] The same series unified support for the ARM processor.[119]

Version 3.11, released on 2 September 2013,[120] adds many new features such as new O_TMPFILE flag for open(2) to reduce temporary file vulnerabilities, experimental AMD Radeon dynamic power management, low-latency network polling, and zswap (compressed swap cache).[121]

Version 4.15, released on 28 January 2018[122] including fixes for spectre/meltdown hardware vulnerability affecting Intel x86 microprocessors, IBM POWER processors, and some ARM-based microprocessors.

The numbering change from 2.6.39 to 3.0, and from 3.19 to 4.0, involved no meaningful technical differentiation. The major version number was increased to avoid large minor numbers.[24][123]

Development

<templatestyles src="Graph:Chart/styles.css"></templatestyles>

Developer community

As of 2007, the development of the kernel had shifted from the top 20 most active developers writing 80% of the code to the top 30 writing 30% of the code, with top developers spending more time reviewing changes.[124] Developers can also be categorized by affiliation; in 2007, the top category was unknown while the top corporation was Red Hat with 12% of contributions, and known amateurs at 3.9%.[124] The kernel changes made in year 2007 have been submitted by over 1900 developers, which may be a significant underestimate because developers working in teams usually count as one.[citation needed] It is generally assumed that the community of Linux kernel developers comprises 5000 or 6000 members.
Update from the 2016 Linux Kernel Development Report, issued by the Linux Foundation, covering the period from 3.18 (December 2014) to 4.7 (July 2016): About 1500 developers are contributing to each release from about 200-250 companies on average per release. The top 30 developers contributed a little more than 16% of the code. As of companies, the top contributors are Intel (12.9%) and Red Hat (8.0%), the third and fourth places are held by the 'none' (7.7%) and 'unknown' (6.8%) categories.

Development process

A developer who wants to change the Linux kernel starts with developing and testing that change. Depending on how significant the change is and how many subsystems it modifies that change will either consist of a single patch or of multiple patches. In case of a single subsystem that is maintained by a single maintainer, these patches are sent as e-mails to the maintainer of the subsystem with the appropriate mailing list in Cc. The maintainer and the readers of the mailing list will review the patches and provide feedback. Once the review process has finished the maintainer accepts the patches in his kernel tree. If these changes are bug fixes that are considered important enough a pull request that includes the patches will be sent to Linus within a few days. Otherwise, a pull request will be sent to Linus during the next merge window. The merge window usually lasts two weeks and starts immediately after the release of the previous kernel version.[125]

Linus Torvalds has the last word not only over which changes get accepted into the Linux kernel but also over who can become a maintainer. Kernel maintainers keep their role unless they give their role up voluntarily. There are no known examples of kernel maintainers who have been told to step down. Additionally, there are no known examples of a kernel maintainer having been criticized for the style of her or his interactions with developers by Linus. This gives maintainers a significant amount of power. Although the culture in the kernel development community has improved over the years, the kernel development community has a reputation of sometimes being rough.[126][127] Developers who feel treated unfairly can report this to the Linux Foundation's Technical Advisory Board.[128] Some kernel community members disagree with the current discussion culture.[129]

Development community conflicts

Linus Torvalds has called lawyers a "nasty festering disease".[130] For a long time, Torvalds resisted the imposition of a code of conduct for Linux kernel developers.[131] An early Kernel Code of Conflict was introduced on 8 March 2015.[132] This was replaced on 16 September 2018 by a new and highly progressive Code of Conduct based on the Contributor Covenant. For unknown reasons Linus also issued a public apology and an announcement that he was taking a break from kernel development.[133][134] His reduced role was seen as a major victory for left-wing values, and those who had long sought to impose them there.

There have been several notable conflicts among Linux kernel developers. Examples of such conflicts are:

  • On 10 July 2007 Con Kolivas announced that he would cease developing for the Linux kernel. Discussing his reasons in an interview, he expressed frustration with aspects of the mainline kernel development process, which he felt did not give sufficient priority to desktop interactivity, in addition to hacking taking a toll on his health, work and family.[135][136]
  • On 28 July 2009 Alan Cox quit his role as the TTY layer maintainer after disagreement with Torvalds about the scope of work required to fix an error in that subsystem.[137]
  • In December 2010 there was a discussion between Linux SCSI maintainer James Bottomley and SCST maintainer Vladislav Bolkhovitin about which SCSI target stack should be included in the Linux kernel - SCST or LIO. Although at that time SCST was considered technically superior, LIO was merged upstream.[138] This made some Linux users upset.[139]
  • On 14 June 2012 Linus Torvalds made it very clear that he did not agree with NVIDIA releasing its drivers as closed source drivers.[140]
  • On 6 October 2014 Lennart Poettering accused Linus Torvalds of tolerating the rough discussion style on Linux kernel related mailing lists and of being a bad role model.[141]
  • On 5 March 2015 Christoph Hellwig filed a lawsuit against VMware for infringement of the copyright on the Linux kernel.[142] Linus Torvalds made it clear that he did not agree with this and similar initiatives by calling lawyers a festering disease.[143]

Codebase

As of 2013, the 3.10 release of the Linux kernel had 15,803,499 lines of code. As of 2007, roughly 5% of the code is part of the "core" while 52% is drivers.[124]

<templatestyles src="Template:Blockquote/styles.css" />

Instead of a roadmap, there are technical guidelines. Instead of a central resource allocation, there are persons and companies who all have a stake in the further development of the Linux kernel, quite independently from one another: People like Linus Torvalds and I don’t plan the kernel evolution. We don’t sit there and think up the roadmap for the next two years, then assign resources to the various new features. That's because we don’t have any resources. The resources are all owned by the various corporations who use and contribute to Linux, as well as by the various independent contributors out there. It's those people who own the resources who decide...

— Andrew Morton, 2005

<templatestyles src="Template:Blockquote/styles.css" />

Linux is evolution, not intelligent design!

By this statement it is meant that evolution often does odd (and "sub-optimal") things exactly because it does incremental changes which do not break at any point. As a result, any released version of the Linux kernel is fully usable, even if, for example, device drivers do not support all features of the hardware they are written for.

The Linux kernel is extensible and each hardware device driver implements a common interface. In addition, hardware-specific code is separated into distinct modules within each subsystem, allowing a port of the Linux kernel to a new hardware architecture by re-implementing only the machine-specific portions of the kernel.

Estimated cost to redevelop

File:Redevelopment costs of Linux kernel.png
Redevelopment costs of Linux kernel

The cost to redevelop the Linux kernel version 2.6.0 in a traditional proprietary development setting has been estimated to be US$612 million (€467M, £394M) in 2004 prices using the COCOMO man-month estimation model.[147] In 2006, a study funded by the European Union put the redevelopment cost of kernel version 2.6.8 higher, at €882M ($1.14bn, £744M).[148]

This topic was revisited in October 2008 by Amanda McPherson, Brian Proffitt, and Ron Hale-Evans. Using David A. Wheeler's methodology, they estimated redevelopment of the 2.6.25 kernel now costs $1.3bn (part of a total $10.8bn to redevelop Fedora 9).[149] Again, Garcia-Garcia and Alonso de Magdaleno from University of Oviedo (Spain) estimate that the value annually added to kernel was about €100M between 2005 and 2007 and €225M in 2008, it would cost also more than €1bn (about $1.4bn as of February 2010) to develop in the European Union.[150]

As of 7 March 2011, using then-current LOC (lines of code) of a 2.6.x Linux kernel and wage numbers with David A. Wheeler's calculations it would cost approximately $3bn (about €2.2bn) to redevelop the Linux kernel as it keeps getting bigger.[151]

Development model

In the current development scheme, as of 2015, the main branch of development is not a traditional "stable" branch; instead, it incorporates all kinds of changes, including both the latest features, and security and bug fixes. For users who do not want to risk updating to new versions containing code that may not be well tested, a separate set of "stable" branches exist, one for each released version, which are meant for people who just want the security and bug fixes, but not a whole new version. These branches are maintained by the stable team (Greg Kroah-Hartman, Chris Wright, and others).

The development model for the 2.6 kernel series was significantly different compared to the 2.5 series. Before the 2.6 series, there was a stable branch (2.4) where only relatively minor and safe changes were merged, and an unstable branch (2.5), where bigger changes and cleanups were allowed. Both of these branches had been maintained by the same set of people, led by Torvalds. This meant that users would always have a well-tested 2.4 version with the latest security and bug fixes to use, though they would have to wait for the features which went into the 2.5 branch. The downside of this was that the "stable" kernel ended up so far behind that it no longer supported recent hardware and lacked needed features. In the late 2.5 kernel series, some maintainers elected to try backporting of their changes to the stable kernel series, which resulted in bugs being introduced into the 2.4 kernel series. The 2.5 branch was then eventually declared stable and renamed to 2.6. But instead of opening an unstable 2.7 branch, the kernel developers decided to continue putting major changes into the 2.6 branch, which would then be released at a pace faster than 2.4.x but slower than 2.5.x. This had the desirable effect of making new features more quickly available and getting more testing of the new code, which was added in smaller batches and easier to test.

As a response to the lack of a stable kernel tree where people could coordinate the collection of bug fixes as such, in December 2005 Adrian Bunk announced that he would keep releasing 2.6.16.y kernels when the stable team moved on to 2.6.17.[152][153] He also included some driver updates, making the maintenance of the 2.6.16 series very similar to the old rules for maintenance of a stable series such as 2.4.[154] Since then, the "stable team" had been formed, and it would keep updating kernel versions with bug fixes. In October 2008 Adrian Bunk announced that he will maintain 2.6.27 for a few years as a replacement of 2.6.16.[155] The stable team picked up on the idea and as of 2010 they continue to maintain that version and release bug fixes for it, in addition to others.[156]

After the change of the development model with 2.6.x, developers continued to want what one might call an unstable kernel tree, one that changes as rapidly as new patches come in. Andrew Morton decided to repurpose his -mm tree from memory management to serve as the destination for all new and experimental code. In September 2007, Morton decided to stop maintaining this tree.[157] In February 2008, Stephen Rothwell created the linux-next tree to serve as a place where patches aimed to be merged during the next development cycle are gathered.[158][159] Several subsystem maintainers also adopted the suffix -next for trees containing code which is meant to be submitted for inclusion in the next release cycle.

As of January 2014, the in-development version of the Linux kernel is held in an unstable branch named linux-next.[160]

Relation with Linux distributions

Most Linux users run a kernel supplied by their Linux distribution. Some distributions ship the "vanilla" or "stable" kernels. However, several Linux distribution vendors (such as Red Hat and Debian) maintain another set of Linux kernel branches which are integrated into their products. These are usually updated at a slower pace compared to the "vanilla" branch, and they usually include all fixes from the relevant "stable" branch, but at the same time they can also add support for drivers or features which had not been released in the "vanilla" version the distribution vendor started basing their branch from.

Maintenance

While Linus Torvalds supervises code changes and releases the latest kernel versions, he has delegated the maintenance of older versions to other programmers.[161] Major releases as old as 2.0 (officially made obsolete with the kernel 2.2.0 release in January 1999) are maintained as needed, although at a very slow pace.

Linux kernel 4.14 has been released and with it long-term support (LTS) has been increased to 6 years,[162] which was partially motivated by Google's desire to provide longer support for Android devices[citation needed].

Releases before 2.6.0

Version Original release date Current version Maintainer Support model
Old version, no longer supported: 0.01 17 September 1991 0.03 Linus Torvalds EOL
Old version, no longer supported: 0.10 November 1991 0.12 Linus Torvalds EOL
Old version, no longer supported: 0.95 8 March 1992 0.99.15 Linus Torvalds EOL
Old version, no longer supported: 1.0 14 March 1994 1.0.9 Linus Torvalds EOL
Old version, no longer supported: 1.1 6 April 1994 1.1.95 Linus Torvalds EOL
Old version, no longer supported: 1.2 7 March 1995 1.2.13 Linus Torvalds EOL
Old version, no longer supported: 1.3 12 June 1995 1.3.100[163] Linus Torvalds EOL
Old version, no longer supported: pre2.0 12 May 1996 pre2.0.14 Linus Torvalds EOL
Old version, no longer supported: 2.0 9 June 1996[108] 2.0.40[164] David Weinehall EOL (officially made obsolete with the kernel 2.2.0 release)[165]
Old version, no longer supported: 2.2 26 January 1999[109] 2.2.26[166] Marc-Christian Petersen (formerly Alan Cox) EOL (unofficially obsolete with the 2.2.27-rc2)[167][168]
Old version, no longer supported: 2.4 4 January 2001[111] 2.4.37.11[169] Willy Tarreau (formerly Marcelo Tosatti) EOL (maintained from December 2008 to December 2011), last stable release of the 2.4 kernel series.[169]
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Releases 2.6.x.y

Versions 2.6.16 and 2.6.27 of the Linux kernel were unofficially supported in a long-term support (LTS) fashion,[170] before a 2011 working group in the Linux Foundation started a formal long-term support initiative.[171][172]

Version Original release date Current version Maintainer Support model
Old version, no longer supported: 2.6 17 December 2003[113] 2.6.10[173] Linus Torvalds EOL (maintained from December 2003 to December 2004)[173]
Old version, no longer supported: 2.6.11 2 March 2005[174] 2.6.11.12[175] Greg Kroah-Hartman EOL (maintained from March 2005 to June 2005)[175]
Old version, no longer supported: 2.6.12 18 June 2005[176] 2.6.12.6[177] Greg Kroah-Hartman EOL (maintained from June 2005 to August 2005)[177]
Old version, no longer supported: 2.6.13 28 August 2005[178] 2.6.13.5[179] Greg Kroah-Hartman EOL (maintained from August 2005 to December 2005)[179]
Old version, no longer supported: 2.6.14 27 October 2005[180] 2.6.14.7[181] Greg Kroah-Hartman EOL (maintained from October 2005 to January 2006)[181]
Old version, no longer supported: 2.6.15 2 January 2006[182] 2.6.15.7[183] Greg Kroah-Hartman EOL (maintained from January 2006 to May 2006)[183]
Old version, no longer supported: 2.6.16 20 March 2006[184] 2.6.16.62[185] Adrian Bunk[186] (formerly Greg Kroah-Hartman)[187] EOL (1st LTS release, maintained from March 2006 to July 2008)[153][185]
Old version, no longer supported: 2.6.17 17 June 2006[188] 2.6.17.14[189] Greg Kroah-Hartman EOL (maintained from September 2006 to October 2006)[189]
Old version, no longer supported: 2.6.18 20 September 2006[190] 2.6.18.8[191] Greg Kroah-Hartman EOL (maintained from September 2006 to February 2007)[191]
Old version, no longer supported: 2.6.19 26 November 2006[192] 2.6.19.7[193] Greg Kroah-Hartman EOL (maintained from November 2006 to March 2007)[193]
Old version, no longer supported: 2.6.20 4 February 2007[194] 2.6.20.21[195] Greg Kroah-Hartman EOL (maintained from February 2007 to October 2007)[195]
Old version, no longer supported: 2.6.21 25 April 2007[196] 2.6.21.7[197] Greg Kroah-Hartman EOL (maintained from April 2007 to August 2007)[197]
Old version, no longer supported: 2.6.22 8 July 2007[198] 2.6.22.19[199] Greg Kroah-Hartman EOL (maintained from July 2007 to February 2008)[199]
Old version, no longer supported: 2.6.23 9 October 2007[200] 2.6.23.17[201] Greg Kroah-Hartman EOL (maintained from October 2007 to February 2008)[201]
Old version, no longer supported: 2.6.24 24 January 2008[202] 2.6.24.7[203] Greg Kroah-Hartman EOL (maintained from January 2008 to May 2008)[203]
Old version, no longer supported: 2.6.25 16 April 2008[204] 2.6.25.20[205] Greg Kroah-Hartman EOL (maintained from April 2008 to November 2008)[205]
Old version, no longer supported: 2.6.26 13 July 2008[206] 2.6.26.8[207] Greg Kroah-Hartman EOL (maintained from July 2008 to November 2008)[207]
Old version, no longer supported: 2.6.27 9 October 2008[208] 2.6.27.62[209] Willy Tarreau[210] (formerly Adrian Bunk,[211] and formerly Greg Kroah-Hartman) EOL (2nd LTS release, maintained from October 2008 to March 2012)[211]
Old version, no longer supported: 2.6.28 24 December 2008[212] 2.6.28.10[213] Greg Kroah-Hartman EOL (maintained from December 2008 to May 2009)[213]
Old version, no longer supported: 2.6.29 23 March 2009[214] 2.6.29.6[215] Greg Kroah-Hartman EOL (maintained from March 2009 to July 2009)[215]
Old version, no longer supported: 2.6.30 9 June 2009[216] 2.6.30.9[217] Greg Kroah-Hartman EOL (maintained from June 2009 to October 2009)[217]
Old version, no longer supported: 2.6.31 9 September 2009[218] 2.6.31.14[219] Greg Kroah-Hartman EOL (maintained from September 2009 to July 2010)[219]
Old version, no longer supported: 2.6.32 2 December 2009[220] 2.6.32.71[221] Willy Tarreau[222][223] (formerly Greg Kroah-Hartman)[187][224] EOL (3rd LTS release, maintained from December 2009 to March 2016,[222] used in Debian 6 Squeeze.[225] Canonical also provided support until April 2015.[226]
Old version, no longer supported: 2.6.33 24 February 2010[227] 2.6.33.20[228] Greg Kroah-Hartman[229] EOL (4th LTS release, maintained from March 2011 to November 2011). It was the base for real-time-tree, replaced by 3.0.x.[228][229]
Old version, no longer supported: 2.6.34 16 May 2010[230] 2.6.34.15[231] Paul Gortmaker[232] EOL (5th LTS release, maintained from January 2011 to February 2014)[231][232]
Old version, no longer supported: 2.6.35 1 August 2010[233] 2.6.35.14[234] Andi Kleen[235] EOL (6th LTS release, maintained from December 2010 to March 2012)[235]
Old version, no longer supported: 2.6.36 20 October 2010[236] 2.6.36.4[237] Greg Kroah-Hartman EOL (maintained from October 2010 to February 2011)[237]
Old version, no longer supported: 2.6.37 4 January 2011[238] 2.6.37.6[239] Greg Kroah-Hartman EOL (maintained from January 2011 to March 2011)[239]
Old version, no longer supported: 2.6.38 14 March 2011[240] 2.6.38.8[241] Greg Kroah-Hartman EOL (maintained from March 2011 to June 2011)[241]
Old version, no longer supported: 2.6.39 18 May 2011[242] 2.6.39.4[243] Greg Kroah-Hartman EOL (maintained from May 2011 to August 2011), last stable release of the 2.6 kernel series.[243]
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Releases 3.x.y

Version[lower-alpha 1] Original release date Current version Maintainer Support model
Old version, no longer supported: 3.0 21 July 2011[24] 3.0.101[244] Greg Kroah-Hartman[245] EOL (7th LTS release, maintained from July 2011 to October 2013, providing the base for real-time tree)[244][245]
Old version, no longer supported: 3.1 24 October 2011[246] 3.1.10[247] Greg Kroah-Hartman EOL (maintained from October 2011 to January 2012)[247]
Old version, no longer supported: 3.2 4 January 2012[248] 3.2.102[249] Ben Hutchings[222][250] 8th LTS release, was "projected EOL" for May 2018,[251] and has been maintained from March 2012, used in Ubuntu 12.04 LTS[252] and optionally in 12.04 ESM,[253] Debian 7 "Wheezy" and Slackware 14.0.[222][250] Canonical promised to (at least) provide long-term support until April 2017;[226] Support has continued for months after.
Old version, no longer supported: 3.3 18 March 2012[254] 3.3.8[255] Greg Kroah-Hartman EOL (maintained from March 2012 to June 2012)[255]
Old version, no longer supported: 3.4 20 May 2012[256][257] 3.4.113[258] Li Zefan[222][259] (formerly Greg Kroah-Hartman) EOL (9th LTS release, maintained from May 2012 to October 2016).[260]
Old version, no longer supported: 3.5 21 July 2012[261] 3.5.7[262] Greg Kroah-Hartman EOL (maintained from July 2012 to October 2012);[262] Canonical provided extended support until April 2014.[226][263]
Old version, no longer supported: 3.6 30 September 2012[264] 3.6.11[265] Greg Kroah-Hartman EOL (maintained from October 2012 to December 2012)[265]
Old version, no longer supported: 3.7 10 December 2012[266] 3.7.10[267] Greg Kroah-Hartman EOL (maintained from December 2012 to March 2013)[267][268]
Old version, no longer supported: 3.8 18 February 2013[269] 3.8.13[270] Greg Kroah-Hartman EOL (maintained from February 2013 to May 2013);[270] Canonical provided extended support until August 2014.[226][271]
Old version, no longer supported: 3.9 28 April 2013[272] 3.9.11[273] Greg Kroah-Hartman EOL (maintained from April 2013 to July 2013)[273]
Old version, no longer supported: 3.10 30 June 2013[274] 3.10.108[275] Willy Tarreau[222][276] (formerly Greg Kroah-Hartman) EOL (10th LTS release, maintained from August 2013 to November 2017)[275]
Old version, no longer supported: 3.11 2 September 2013[120] 3.11.10[277] Greg Kroah-Hartman EOL (maintained from September 2013 to November 2013);[277] Canonical provided extended support until August 2014.[226] The codename chosen for version 3.11 is "Linux for Workgroups".
Old version, no longer supported: 3.12 3 November 2013[278] 3.12.74[279] Jiří Slabý[222][280] (formerly Greg Kroah-Hartman) EOL (11th LTS release, maintained from November 2013 to May 2017.)[280][279]
Old version, no longer supported: 3.13 19 January 2014[281] 3.13.11[282] Greg Kroah-Hartman EOL (maintained from January 2014 to April 2014);[282] Canonical provided extended support until April 2016.[226][283]
Old version, no longer supported: 3.14 30 March 2014[284] 3.14.79[285] Greg Kroah-Hartman[222] EOL (12th LTS release, maintained from March 2014 to August 2016)[285]
Old version, no longer supported: 3.15 8 June 2014[286] 3.15.10[287] Greg Kroah-Hartman EOL (maintained from June 2014 to August 2014)[287]
Older version, yet still supported: 3.16 3 August 2014[288] 3.16.57[289] Ben Hutchings[222][290] (formerly Greg Kroah-Hartman) 13th LTS release, maintained from August 2014 to October 2014, May 2016 to April 2020.[222][291] Used in Debian 8 "Jessie".[292] Canonical provided extended support until April 2016.[226][293]
Old version, no longer supported: 3.17 5 October 2014[294] 3.17.8[295] Greg Kroah-Hartman EOL (maintained from October 2014 to January 2015)[295]
Older version, yet still supported: 3.18 7 December 2014[296] 3.18.122[297] Greg Kroah-Hartman[298] (formerly Sasha Levin[299]) (formerly Greg Kroah-Hartman) EOL (14th LTS release, maintained from December 2014 to January 2017).[300] However Greg stated that he will release irregular updates to the 3.18 tree.[301]
Old version, no longer supported: 3.19 8 February 2015[302] 3.19.8[303] Greg Kroah-Hartman EOL (maintained from February 2015 to May 2015);[303] last stable release of the 3.x.y kernel series;[304] Canonical provided extended support until July 2016.[226][305]
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Releases 4.x.y

Version[lower-alpha 1][lower-alpha 2] Original release date Current version Maintainer Support model
Old version, no longer supported: 4.0 12 April 2015[123] 4.0.9[307] Greg Kroah-Hartman EOL (maintained from April 2015 to July 2015)[308]
Old version, no longer supported: 4.1 22 June 2015[309] 4.1.52[310] Sasha Levin[222][311] (formerly Greg Kroah-Hartman)[312] EOL (15th LTS release, maintained from July 2015 to May 2018)[222][309]
Old version, no longer supported: 4.2 30 August 2015[313] 4.2.8[314] Greg Kroah-Hartman EOL (maintained from August 2015 to December 2015);[314] Canonical provided extended support until July 2016.[226][315]
Old version, no longer supported: 4.3 1 November 2015[316] 4.3.6[317] Greg Kroah-Hartman EOL (maintained from November 2015 to February 2016)[318]
Older version, yet still supported: 4.4 10 January 2016[319] 4.4.156[320] Greg Kroah-Hartman[222] 16th LTS release, maintained from January 2016 to February 2022.[222][321] Canonical will provide extended support until April 2021.[322] As the first kernel selected for Super Long Term Support (SLTS), the Civil Infrastructure Platform will provide support until at least 2026, possibly until 2036.[323]
Old version, no longer supported: 4.5 13 March 2016[324] 4.5.7[325] Greg Kroah-Hartman EOL (maintained from March 2016 to June 2016)[326]
Old version, no longer supported: 4.6 15 May 2016[327] 4.6.7[328] Greg Kroah-Hartman EOL (maintained from May 2016 to August 2016)[328]
Old version, no longer supported: 4.7 24 July 2016[329] 4.7.10[330] Greg Kroah-Hartman EOL (maintained from July 2016 to October 2016)[330]
Old version, no longer supported: 4.8 25 September 2016[331] 4.8.17[332] Greg Kroah-Hartman EOL (maintained from September 2016 to January 2017)[332]
Older version, yet still supported: 4.9 11 December 2016[333] 4.9.127[334] Greg Kroah-Hartman[222] 17th LTS release, maintained from December 2016 to January 2019.[222][335] Used in Debian 9 "Stretch".[336]
Old version, no longer supported: 4.10 19 February 2017[337] 4.10.17[338] Greg Kroah-Hartman EOL (maintained from February 2017 to May 2017)[338]
Old version, no longer supported: 4.11 30 April 2017[339] 4.11.12[340] Greg Kroah-Hartman EOL (maintained from April 2017 to July 2017)[340]
Old version, no longer supported: 4.12 2 July 2017[341] 4.12.14[342] Greg Kroah-Hartman EOL (maintained from July 2017 to September 2017)[342]
Old version, no longer supported: 4.13 3 September 2017[343] 4.13.16[344] Greg Kroah-Hartman EOL (maintained from September 2017 to November 2017)[344]
Older version, yet still supported: 4.14 12 November 2017[345] 4.14.70[346] Greg Kroah-Hartman[222] 18th LTS release, maintained from November 2017 to January 2020[222][347]
Old version, no longer supported: 4.15 28 January 2018[348] 4.15.18[349] Greg Kroah-Hartman EOL (maintained from January 2018 to April 2018)[349]
Old version, no longer supported: 4.16 1 April 2018[350] 4.16.18[351] Greg Kroah-Hartman EOL (maintained from April 2018 to June 2018)[351]
Old version, no longer supported: 4.17 3 June 2018[352] 4.17.19[353] Greg Kroah-Hartman EOL (maintained from June 2018 to August 2018)[353]
Current stable version: 4.18 12 August 2018[354] 4.18.8[3] Greg Kroah-Hartman Latest mainline release
Latest preview version of a future release: 4.19 16 September 2018[4] 4.19-rc4[4] Linus Torvalds Latest unstable release, will be the 19th LTS release[355]
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

Revision control

The Linux kernel source code used to be maintained without the help of an automated source code management system, mostly because of Linus Torvalds' dislike of centralized SCM systems.

In 2002, Linux kernel development switched to BitKeeper, an SCM system which satisfied Torvalds' technical requirements. BitKeeper was made available to Linus and several others free of charge but was not free software, which was a source of controversy. The system did provide some interoperability with free SCM systems such as CVS and Subversion.

In April 2005, efforts to reverse-engineer the BitKeeper system by Andrew Tridgell led BitMover, the company which maintained BitKeeper, to stop supporting the Linux development community. In response, Torvalds and others wrote a new source code control system for the purpose, called Git. The new system was written within weeks, and in two months the first official kernel release was made using Git.[356] Git soon developed into a separate project in its own right and gained widespread adoption.

Version numbering

Linux kernel development has used three different version numbering schemes.

The first scheme was used in the run-up to version 1.0. The first version of the kernel was 0.01. This was followed by 0.02, 0.03, 0.10, 0.11, 0.12 (the first GPL version), 0.95, 0.96, 0.97, 0.98, 0.99 and then 1.0.[357] From 0.95 on there were many patch releases between versions.

After the 1.0 release and prior to version 2.6, the number was composed as "a.b.c", where the number "a" denoted the kernel version, the number "b" denoted the major revision of the kernel, and the number "c" indicated the minor revision of the kernel. The kernel version was changed only when major changes in the code and the concept of the kernel occurred, twice in the history of the kernel: in 1994 (version 1.0) and in 1996 (version 2.0). Version 3.0 was released in 2011, but it was not a major change in kernel concept. The major revision was assigned according to the even–odd version numbering scheme. The minor revision had been changed whenever security patches, bug fixes, new features or drivers were implemented in the kernel.

In 2004, after version 2.6.0 was released, the kernel developers held several discussions regarding the release and version scheme[358][359] and ultimately Linus Torvalds and others decided that a much shorter "time-based" release cycle would be beneficial. For about seven years, the first two numbers remained "2.6", and the third number was incremented with each new release, which rolled out after two to three months. A fourth number was sometimes added to account for bug and security fixes (only) to the kernel version. The even-odd system of alternation between stable and unstable was gone. Instead, development pre-releases are titled release candidates, which is indicated by appending the suffix '-rc' to the kernel version, followed by an ordinal number.

The first use of the fourth number occurred when a grave error, which required immediate fixing, was encountered in 2.6.8's NFS code. However, there were not enough other changes to legitimize the release of a new minor revision (which would have been 2.6.9). So, 2.6.8.1 was released, with the only change being the fix of that error. With 2.6.11, this was adopted as the new official versioning policy. Later it became customary to continuously back-port major bug-fixes and security patches to released kernels and indicate that by updating the fourth number.

On 29 May 2011, Linus Torvalds announced[360] that the kernel version would be bumped to 3.0 for the release following 2.6.39, due to the minor version number getting too large and to commemorate the 20th anniversary of Linux. It continued the time-based release practice introduced with 2.6.0, but using the second number; for example, 3.1 would follow 3.0 after a few months. An additional number (now the third number) would be added on when necessary to designate security and bug fixes, as for example with 3.0.18; the Linux community refers to this as "x.y.z" versioning. The major version number was also later raised to 4, for the release following version 3.19.[361][lower-alpha 2]

In addition to Torvalds' -rc development releases, the version number was sometimes suffixed with letter sequences, such as tip, which were at times the initials of a software developer, indicating another development branch. For example, ck stands for Con Kolivas and ac stands for Alan Cox. Sometimes, the letters are related to the primary development area of the branch the kernel is built from, for example, wl indicates a wireless networking test build. Also, distributors may have their own suffixes with different numbering systems and for back-ports to their enterprise (i.e. stable but older) distribution versions.

Timeline

Variants

There are certain variants of the Linux kernel that provide additional functionality but do not belong to the Linux kernel mainline. Such variants of the Linux kernel include Linux-libre, Compute Node Linux, Cooperative Linux, Longene, grsecurity, INK, L4Linux, MkLinux, RTLinux, and User-mode Linux. Some of these variants have been partially merged into the mainline.[362]

See also

Notes

  1. 1.0 1.1 The numbering change from 2.6.39 to 3.0, and from 3.19 to 4.0, involved no meaningful technical differentiation. The major version number was increased to avoid large minor numbers.[24][123]
  2. 2.0 2.1 The decision for renumbering to 4.0 rather than 3.20 was conducted with a poll.[306]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 4.2 Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 6.2 Lua error in package.lua at line 80: module 'strict' not found.[permanent dead link]
  7. 7.0 7.1 Lua error in package.lua at line 80: module 'strict' not found.
  8. 8.0 8.1 8.2 Lua error in package.lua at line 80: module 'strict' not found.
  9. Lua error in package.lua at line 80: module 'strict' not found.[permanent dead link]
  10. 10.0 10.1 Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Unix System Laboratories v. Berkeley Software, 832 F. Supp. 790 (D.N.J. 1993).
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. 19.0 19.1 Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. 21.0 21.1 Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. 24.0 24.1 24.2 24.3 24.4 Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Lua error in package.lua at line 80: module 'strict' not found.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. Lua error in package.lua at line 80: module 'strict' not found.
  36. 36.0 36.1 Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. Lua error in package.lua at line 80: module 'strict' not found.
  40. Lua error in package.lua at line 80: module 'strict' not found.
  41. Lua error in package.lua at line 80: module 'strict' not found.
  42. 42.0 42.1 Lua error in package.lua at line 80: module 'strict' not found.
  43. Lua error in package.lua at line 80: module 'strict' not found.
  44. Linus Torvalds says GPL v3 violates everything that GPLv2 stood for Debconf 2014, Portland, Oregon (accessed 11 March 2015)
  45. Lua error in package.lua at line 80: module 'strict' not found.
  46. Lua error in package.lua at line 80: module 'strict' not found.
  47. Lua error in package.lua at line 80: module 'strict' not found.
  48. Lua error in package.lua at line 80: module 'strict' not found.
  49. Lua error in package.lua at line 80: module 'strict' not found.
  50. Lua error in package.lua at line 80: module 'strict' not found.
  51. Lua error in package.lua at line 80: module 'strict' not found.
  52. Lua error in package.lua at line 80: module 'strict' not found.
  53. Lua error in package.lua at line 80: module 'strict' not found.
  54. Lua error in package.lua at line 80: module 'strict' not found.
  55. Lua error in package.lua at line 80: module 'strict' not found.
  56. Lua error in package.lua at line 80: module 'strict' not found.
  57. Lua error in package.lua at line 80: module 'strict' not found.
  58. Lua error in package.lua at line 80: module 'strict' not found.
  59. 59.0 59.1 Lua error in package.lua at line 80: module 'strict' not found.
  60. Lua error in package.lua at line 80: module 'strict' not found.
  61. Lua error in package.lua at line 80: module 'strict' not found.
  62. Lua error in package.lua at line 80: module 'strict' not found.
  63. 63.0 63.1 Lua error in package.lua at line 80: module 'strict' not found.
  64. Lua error in package.lua at line 80: module 'strict' not found.
  65. Lua error in package.lua at line 80: module 'strict' not found.
  66. Lua error in package.lua at line 80: module 'strict' not found.
  67. Lua error in package.lua at line 80: module 'strict' not found.
  68. Lua error in package.lua at line 80: module 'strict' not found.
  69. Lua error in package.lua at line 80: module 'strict' not found.
  70. Lua error in package.lua at line 80: module 'strict' not found.
  71. Lua error in package.lua at line 80: module 'strict' not found.
  72. Lua error in package.lua at line 80: module 'strict' not found.
  73. Lua error in package.lua at line 80: module 'strict' not found.
  74. Lua error in package.lua at line 80: module 'strict' not found.
  75. Lua error in package.lua at line 80: module 'strict' not found.
  76. Lua error in package.lua at line 80: module 'strict' not found.
  77. Lua error in package.lua at line 80: module 'strict' not found.
  78. Lua error in package.lua at line 80: module 'strict' not found.
  79. 79.0 79.1 Lua error in package.lua at line 80: module 'strict' not found.
  80. Lua error in package.lua at line 80: module 'strict' not found.
  81. Lua error in package.lua at line 80: module 'strict' not found.
  82. Lua error in package.lua at line 80: module 'strict' not found.
  83. Lua error in package.lua at line 80: module 'strict' not found.
  84. Lua error in package.lua at line 80: module 'strict' not found.
  85. Lua error in package.lua at line 80: module 'strict' not found.
  86. Lua error in package.lua at line 80: module 'strict' not found.
  87. 87.0 87.1 87.2 Lua error in package.lua at line 80: module 'strict' not found.
  88. Lua error in package.lua at line 80: module 'strict' not found.
  89. Lua error in package.lua at line 80: module 'strict' not found.
  90. Lua error in package.lua at line 80: module 'strict' not found.
  91. Lua error in package.lua at line 80: module 'strict' not found.
  92. Lua error in package.lua at line 80: module 'strict' not found.
  93. Lua error in package.lua at line 80: module 'strict' not found.
  94. Lua error in package.lua at line 80: module 'strict' not found.
  95. Lua error in package.lua at line 80: module 'strict' not found.
  96. Lua error in package.lua at line 80: module 'strict' not found.
  97. Lua error in package.lua at line 80: module 'strict' not found.
  98. Lua error in package.lua at line 80: module 'strict' not found.
  99. Lua error in package.lua at line 80: module 'strict' not found.
  100. Lua error in package.lua at line 80: module 'strict' not found.
  101. Lua error in package.lua at line 80: module 'strict' not found.
  102. Lua error in package.lua at line 80: module 'strict' not found.
  103. Lua error in package.lua at line 80: module 'strict' not found.
  104. Lua error in package.lua at line 80: module 'strict' not found.
  105. Lua error in package.lua at line 80: module 'strict' not found.
  106. Lua error in package.lua at line 80: module 'strict' not found.
  107. Lua error in package.lua at line 80: module 'strict' not found.
  108. 108.0 108.1 Lua error in package.lua at line 80: module 'strict' not found.
  109. 109.0 109.1 Lua error in package.lua at line 80: module 'strict' not found.
  110. Lua error in package.lua at line 80: module 'strict' not found.
  111. 111.0 111.1 Lua error in package.lua at line 80: module 'strict' not found.
  112. Lua error in package.lua at line 80: module 'strict' not found.[permanent dead link]
  113. 113.0 113.1 Lua error in package.lua at line 80: module 'strict' not found.
  114. Lua error in package.lua at line 80: module 'strict' not found.
  115. Lua error in package.lua at line 80: module 'strict' not found.
  116. Lua error in package.lua at line 80: module 'strict' not found.
  117. Lua error in package.lua at line 80: module 'strict' not found.
  118. Lua error in package.lua at line 80: module 'strict' not found.
  119. Lua error in package.lua at line 80: module 'strict' not found.
  120. 120.0 120.1 Lua error in package.lua at line 80: module 'strict' not found.
  121. Lua error in package.lua at line 80: module 'strict' not found.
  122. Lua error in package.lua at line 80: module 'strict' not found.
  123. 123.0 123.1 123.2 Lua error in package.lua at line 80: module 'strict' not found.
  124. 124.0 124.1 124.2 Lua error in package.lua at line 80: module 'strict' not found.
  125. Lua error in package.lua at line 80: module 'strict' not found.
  126. Lua error in package.lua at line 80: module 'strict' not found.
  127. Lua error in package.lua at line 80: module 'strict' not found.
  128. Lua error in package.lua at line 80: module 'strict' not found.
  129. Lua error in package.lua at line 80: module 'strict' not found.
  130. https://www.theregister.co.uk/2016/08/26/linus_torvalds_calls_own_lawyers_nasty_festering_disease/
  131. "Linus Torvalds defends his right to shame Linux kernel developers" | https://arstechnica.com/information-technology/2013/07/linus-torvalds-defends-his-right-to-shame-linux-kernel-developers/
  132. https://lwn.net/Articles/635999/ (Mar 9, 2015)
  133. https://lwn.net/SubscriberLink/765108/f1a80a6d6a6ff0f4/ (Sep 18, 2018) "Code, conflict, and conduct", by Jonathan Corbet
  134. https://www.newyorker.com/science/elements/after-years-of-abusive-e-mails-the-creator-of-linux-steps-aside
  135. Lua error in package.lua at line 80: module 'strict' not found.
  136. Lua error in package.lua at line 80: module 'strict' not found.
  137. Lua error in package.lua at line 80: module 'strict' not found.
  138. Lua error in package.lua at line 80: module 'strict' not found.
  139. Lua error in package.lua at line 80: module 'strict' not found.
  140. Lua error in package.lua at line 80: module 'strict' not found.
  141. Lua error in package.lua at line 80: module 'strict' not found.
  142. Lua error in package.lua at line 80: module 'strict' not found.
  143. Lua error in package.lua at line 80: module 'strict' not found.
  144. Lua error in package.lua at line 80: module 'strict' not found.
  145. Lua error in package.lua at line 80: module 'strict' not found.
  146. Lua error in package.lua at line 80: module 'strict' not found.
  147. Lua error in package.lua at line 80: module 'strict' not found.
  148. Lua error in package.lua at line 80: module 'strict' not found.
  149. Lua error in package.lua at line 80: module 'strict' not found.
  150. Lua error in package.lua at line 80: module 'strict' not found.
  151. Lua error in package.lua at line 80: module 'strict' not found.
  152. Lua error in package.lua at line 80: module 'strict' not found.
  153. 153.0 153.1 Lua error in package.lua at line 80: module 'strict' not found.
  154. Lua error in package.lua at line 80: module 'strict' not found.
  155. Lua error in package.lua at line 80: module 'strict' not found.
  156. Lua error in package.lua at line 80: module 'strict' not found.
  157. Lua error in package.lua at line 80: module 'strict' not found.
  158. Lua error in package.lua at line 80: module 'strict' not found.
  159. Lua error in package.lua at line 80: module 'strict' not found.
  160. Lua error in package.lua at line 80: module 'strict' not found.
  161. Lua error in package.lua at line 80: module 'strict' not found.
  162. Lua error in package.lua at line 80: module 'strict' not found.
  163. Lua error in package.lua at line 80: module 'strict' not found.
  164. Lua error in package.lua at line 80: module 'strict' not found.
  165. Lua error in package.lua at line 80: module 'strict' not found.
  166. Lua error in package.lua at line 80: module 'strict' not found.
  167. Lua error in package.lua at line 80: module 'strict' not found.
  168. Lua error in package.lua at line 80: module 'strict' not found.
  169. 169.0 169.1 Lua error in package.lua at line 80: module 'strict' not found.
  170. Lua error in package.lua at line 80: module 'strict' not found.
  171. Lua error in package.lua at line 80: module 'strict' not found.
  172. Lua error in package.lua at line 80: module 'strict' not found.
  173. 173.0 173.1 Lua error in package.lua at line 80: module 'strict' not found.
  174. Lua error in package.lua at line 80: module 'strict' not found.
  175. 175.0 175.1 Lua error in package.lua at line 80: module 'strict' not found.
  176. Lua error in package.lua at line 80: module 'strict' not found.
  177. 177.0 177.1 Lua error in package.lua at line 80: module 'strict' not found.
  178. Lua error in package.lua at line 80: module 'strict' not found.
  179. 179.0 179.1 Lua error in package.lua at line 80: module 'strict' not found.
  180. Lua error in package.lua at line 80: module 'strict' not found.
  181. 181.0 181.1 Lua error in package.lua at line 80: module 'strict' not found.
  182. Lua error in package.lua at line 80: module 'strict' not found.
  183. 183.0 183.1 Lua error in package.lua at line 80: module 'strict' not found.
  184. Lua error in package.lua at line 80: module 'strict' not found.
  185. 185.0 185.1 Lua error in package.lua at line 80: module 'strict' not found.
  186. Lua error in package.lua at line 80: module 'strict' not found.
  187. 187.0 187.1 Lua error in package.lua at line 80: module 'strict' not found.
  188. Lua error in package.lua at line 80: module 'strict' not found.
  189. 189.0 189.1 Lua error in package.lua at line 80: module 'strict' not found.
  190. Lua error in package.lua at line 80: module 'strict' not found.
  191. 191.0 191.1 Lua error in package.lua at line 80: module 'strict' not found.
  192. Lua error in package.lua at line 80: module 'strict' not found.
  193. 193.0 193.1 Lua error in package.lua at line 80: module 'strict' not found.
  194. Lua error in package.lua at line 80: module 'strict' not found.
  195. 195.0 195.1 Lua error in package.lua at line 80: module 'strict' not found.
  196. Lua error in package.lua at line 80: module 'strict' not found.
  197. 197.0 197.1 Lua error in package.lua at line 80: module 'strict' not found.
  198. Lua error in package.lua at line 80: module 'strict' not found.
  199. 199.0 199.1 Lua error in package.lua at line 80: module 'strict' not found.
  200. Lua error in package.lua at line 80: module 'strict' not found.
  201. 201.0 201.1 Lua error in package.lua at line 80: module 'strict' not found.
  202. Lua error in package.lua at line 80: module 'strict' not found.
  203. 203.0 203.1 Lua error in package.lua at line 80: module 'strict' not found.
  204. Lua error in package.lua at line 80: module 'strict' not found.
  205. 205.0 205.1 Lua error in package.lua at line 80: module 'strict' not found.
  206. Lua error in package.lua at line 80: module 'strict' not found.
  207. 207.0 207.1 Lua error in package.lua at line 80: module 'strict' not found.
  208. Lua error in package.lua at line 80: module 'strict' not found.
  209. Lua error in package.lua at line 80: module 'strict' not found.
  210. Lua error in package.lua at line 80: module 'strict' not found.
  211. 211.0 211.1 Lua error in package.lua at line 80: module 'strict' not found.
  212. Lua error in package.lua at line 80: module 'strict' not found.
  213. 213.0 213.1 Lua error in package.lua at line 80: module 'strict' not found.
  214. Lua error in package.lua at line 80: module 'strict' not found.
  215. 215.0 215.1 Lua error in package.lua at line 80: module 'strict' not found.
  216. Lua error in package.lua at line 80: module 'strict' not found.
  217. 217.0 217.1 Lua error in package.lua at line 80: module 'strict' not found.
  218. Lua error in package.lua at line 80: module 'strict' not found.
  219. 219.0 219.1 Lua error in package.lua at line 80: module 'strict' not found.
  220. Lua error in package.lua at line 80: module 'strict' not found.
  221. Lua error in package.lua at line 80: module 'strict' not found.
  222. 222.00 222.01 222.02 222.03 222.04 222.05 222.06 222.07 222.08 222.09 222.10 222.11 222.12 222.13 222.14 222.15 222.16 222.17 Lua error in package.lua at line 80: module 'strict' not found.
  223. Lua error in package.lua at line 80: module 'strict' not found.
  224. Lua error in package.lua at line 80: module 'strict' not found.
  225. Lua error in package.lua at line 80: module 'strict' not found.
  226. 226.0 226.1 226.2 226.3 226.4 226.5 226.6 226.7 226.8 Lua error in package.lua at line 80: module 'strict' not found.
  227. Lua error in package.lua at line 80: module 'strict' not found.
  228. 228.0 228.1 Lua error in package.lua at line 80: module 'strict' not found.
  229. 229.0 229.1 Lua error in package.lua at line 80: module 'strict' not found.
  230. Lua error in package.lua at line 80: module 'strict' not found.
  231. 231.0 231.1 Lua error in package.lua at line 80: module 'strict' not found.
  232. 232.0 232.1 Lua error in package.lua at line 80: module 'strict' not found.
  233. Lua error in package.lua at line 80: module 'strict' not found.
  234. Lua error in package.lua at line 80: module 'strict' not found.
  235. 235.0 235.1 Lua error in package.lua at line 80: module 'strict' not found.
  236. Lua error in package.lua at line 80: module 'strict' not found.
  237. 237.0 237.1 Lua error in package.lua at line 80: module 'strict' not found.
  238. Lua error in package.lua at line 80: module 'strict' not found.
  239. 239.0 239.1 Lua error in package.lua at line 80: module 'strict' not found.
  240. Lua error in package.lua at line 80: module 'strict' not found.
  241. 241.0 241.1 Lua error in package.lua at line 80: module 'strict' not found.
  242. Lua error in package.lua at line 80: module 'strict' not found.
  243. 243.0 243.1 Lua error in package.lua at line 80: module 'strict' not found.
  244. 244.0 244.1 Lua error in package.lua at line 80: module 'strict' not found.
  245. 245.0 245.1 Lua error in package.lua at line 80: module 'strict' not found.
  246. Lua error in package.lua at line 80: module 'strict' not found.
  247. 247.0 247.1 Lua error in package.lua at line 80: module 'strict' not found.
  248. Lua error in package.lua at line 80: module 'strict' not found.
  249. Lua error in package.lua at line 80: module 'strict' not found.
  250. 250.0 250.1 Lua error in package.lua at line 80: module 'strict' not found.
  251. Lua error in package.lua at line 80: module 'strict' not found.
  252. Lua error in package.lua at line 80: module 'strict' not found.
  253. Lua error in package.lua at line 80: module 'strict' not found.
  254. Lua error in package.lua at line 80: module 'strict' not found.
  255. 255.0 255.1 Lua error in package.lua at line 80: module 'strict' not found.
  256. Lua error in package.lua at line 80: module 'strict' not found.
  257. Lua error in package.lua at line 80: module 'strict' not found.
  258. Lua error in package.lua at line 80: module 'strict' not found.
  259. Lua error in package.lua at line 80: module 'strict' not found.
  260. Lua error in package.lua at line 80: module 'strict' not found.
  261. Lua error in package.lua at line 80: module 'strict' not found.
  262. 262.0 262.1 Lua error in package.lua at line 80: module 'strict' not found.
  263. Lua error in package.lua at line 80: module 'strict' not found.
  264. Lua error in package.lua at line 80: module 'strict' not found.
  265. 265.0 265.1 Lua error in package.lua at line 80: module 'strict' not found.
  266. Lua error in package.lua at line 80: module 'strict' not found.
  267. 267.0 267.1 Lua error in package.lua at line 80: module 'strict' not found.
  268. Lua error in package.lua at line 80: module 'strict' not found.
  269. Lua error in package.lua at line 80: module 'strict' not found.
  270. 270.0 270.1 Lua error in package.lua at line 80: module 'strict' not found.
  271. Lua error in package.lua at line 80: module 'strict' not found.
  272. Lua error in package.lua at line 80: module 'strict' not found.
  273. 273.0 273.1 Lua error in package.lua at line 80: module 'strict' not found.
  274. Lua error in package.lua at line 80: module 'strict' not found.
  275. 275.0 275.1 Lua error in package.lua at line 80: module 'strict' not found.
  276. Lua error in package.lua at line 80: module 'strict' not found.
  277. 277.0 277.1 Lua error in package.lua at line 80: module 'strict' not found.
  278. Lua error in package.lua at line 80: module 'strict' not found.
  279. 279.0 279.1 Lua error in package.lua at line 80: module 'strict' not found.
  280. 280.0 280.1 Lua error in package.lua at line 80: module 'strict' not found.
  281. Lua error in package.lua at line 80: module 'strict' not found.
  282. 282.0 282.1 Lua error in package.lua at line 80: module 'strict' not found.
  283. Lua error in package.lua at line 80: module 'strict' not found.
  284. Lua error in package.lua at line 80: module 'strict' not found.
  285. 285.0 285.1 Lua error in package.lua at line 80: module 'strict' not found.
  286. Lua error in package.lua at line 80: module 'strict' not found.
  287. 287.0 287.1 Lua error in package.lua at line 80: module 'strict' not found.
  288. Lua error in package.lua at line 80: module 'strict' not found.
  289. Lua error in package.lua at line 80: module 'strict' not found.
  290. Lua error in package.lua at line 80: module 'strict' not found.
  291. Lua error in package.lua at line 80: module 'strict' not found.
  292. Lua error in package.lua at line 80: module 'strict' not found.
  293. Lua error in package.lua at line 80: module 'strict' not found.
  294. Lua error in package.lua at line 80: module 'strict' not found.
  295. 295.0 295.1 Lua error in package.lua at line 80: module 'strict' not found.
  296. Lua error in package.lua at line 80: module 'strict' not found.
  297. Lua error in package.lua at line 80: module 'strict' not found.
  298. Lua error in package.lua at line 80: module 'strict' not found.
  299. Lua error in package.lua at line 80: module 'strict' not found.
  300. Lua error in package.lua at line 80: module 'strict' not found.
  301. Lua error in package.lua at line 80: module 'strict' not found.
  302. Lua error in package.lua at line 80: module 'strict' not found.
  303. 303.0 303.1 Lua error in package.lua at line 80: module 'strict' not found.
  304. Lua error in package.lua at line 80: module 'strict' not found.
  305. Lua error in package.lua at line 80: module 'strict' not found.
  306. Lua error in package.lua at line 80: module 'strict' not found.
  307. Lua error in package.lua at line 80: module 'strict' not found.
  308. Lua error in package.lua at line 80: module 'strict' not found.
  309. 309.0 309.1 Lua error in package.lua at line 80: module 'strict' not found.
  310. Lua error in package.lua at line 80: module 'strict' not found.
  311. Lua error in package.lua at line 80: module 'strict' not found.
  312. Lua error in package.lua at line 80: module 'strict' not found.
  313. Lua error in package.lua at line 80: module 'strict' not found.
  314. 314.0 314.1 Lua error in package.lua at line 80: module 'strict' not found.
  315. Lua error in package.lua at line 80: module 'strict' not found.
  316. Lua error in package.lua at line 80: module 'strict' not found.
  317. Lua error in package.lua at line 80: module 'strict' not found.
  318. Lua error in package.lua at line 80: module 'strict' not found.
  319. Lua error in package.lua at line 80: module 'strict' not found.
  320. Lua error in package.lua at line 80: module 'strict' not found.
  321. Lua error in package.lua at line 80: module 'strict' not found.
  322. Lua error in package.lua at line 80: module 'strict' not found.
  323. Lua error in package.lua at line 80: module 'strict' not found.
  324. Lua error in package.lua at line 80: module 'strict' not found.
  325. Lua error in package.lua at line 80: module 'strict' not found.
  326. Lua error in package.lua at line 80: module 'strict' not found.
  327. Lua error in package.lua at line 80: module 'strict' not found.
  328. 328.0 328.1 Lua error in package.lua at line 80: module 'strict' not found.
  329. Lua error in package.lua at line 80: module 'strict' not found.
  330. 330.0 330.1 Lua error in package.lua at line 80: module 'strict' not found.
  331. Lua error in package.lua at line 80: module 'strict' not found.
  332. 332.0 332.1 Lua error in package.lua at line 80: module 'strict' not found.
  333. Lua error in package.lua at line 80: module 'strict' not found.
  334. Lua error in package.lua at line 80: module 'strict' not found.
  335. Lua error in package.lua at line 80: module 'strict' not found.
  336. Lua error in package.lua at line 80: module 'strict' not found.
  337. Lua error in package.lua at line 80: module 'strict' not found.
  338. 338.0 338.1 Lua error in package.lua at line 80: module 'strict' not found.
  339. Lua error in package.lua at line 80: module 'strict' not found.
  340. 340.0 340.1 Lua error in package.lua at line 80: module 'strict' not found.
  341. Lua error in package.lua at line 80: module 'strict' not found.
  342. 342.0 342.1 Lua error in package.lua at line 80: module 'strict' not found.
  343. Lua error in package.lua at line 80: module 'strict' not found.
  344. 344.0 344.1 Lua error in package.lua at line 80: module 'strict' not found.
  345. Lua error in package.lua at line 80: module 'strict' not found.
  346. Lua error in package.lua at line 80: module 'strict' not found.
  347. Lua error in package.lua at line 80: module 'strict' not found.
  348. Lua error in package.lua at line 80: module 'strict' not found.
  349. 349.0 349.1 Lua error in package.lua at line 80: module 'strict' not found.
  350. Lua error in package.lua at line 80: module 'strict' not found.
  351. 351.0 351.1 Lua error in package.lua at line 80: module 'strict' not found.
  352. Lua error in package.lua at line 80: module 'strict' not found.
  353. 353.0 353.1 Lua error in package.lua at line 80: module 'strict' not found.
  354. Lua error in package.lua at line 80: module 'strict' not found.
  355. Lua error in package.lua at line 80: module 'strict' not found.
  356. Lua error in package.lua at line 80: module 'strict' not found.
  357. Lua error in package.lua at line 80: module 'strict' not found.
  358. Lua error in package.lua at line 80: module 'strict' not found.
  359. Lua error in package.lua at line 80: module 'strict' not found.
  360. Lua error in package.lua at line 80: module 'strict' not found.
  361. Lua error in package.lua at line 80: module 'strict' not found.
  362. Lua error in package.lua at line 80: module 'strict' not found.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links