Linux Kernel 4.12 reached End of Life, move towards Linux 4.13

The Linux 4.12.4 is nearing it last maintenance update to be issued and now marked as EOL (End of Life) on the kernel.org website and will no longer receive support.

All users using Linux 4.12 kernel series are urged to upgrade to newer kernel branch 4.13. The users can still use 4.12.4 kernel but it will receive the last patch and will lose its maintenance updates.

" I' m announcing the release of the 4.12.14 kernel. All users of the 4.12 kernel series must upgrade. Note, the 4.12.y kernel series is now end-of-life, there will not be any more updates. Please move to 4.13.y at this point in time," said Greg Kroah-Hartman, renowned kernel maintainer

Linux 4.13 is the latest stable version and most advanced kernel series, released two weeks ago with numerous new features and improvements.

Tag : Linux kernel
FAQ
Q
What is kernel memory?
A
The kernel is the central module of an operating system (OS). It is the part of the operating system that loads first, and it remains in main memory. The kernel code is usually loaded into a protected area of memory to prevent it from being overwritten by programs or other parts of the operating system.
Q
What is Shell OS?
A
In computing, a shell is a user interface for access to an operating system's services. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation.
Q
What programming language is Linux?
A
But in the 24 years since it first appeared, Linux has probably been home to every programming language known to humankind: Not just obvious languages such as C, C++, Python and Java but also C# (Mono), Fortran, Pascal, COBOL and Lisp and many more.
Q
Is Linux a kernel or OS?
A
Linux is a kernel, but when it first came out it was called GNU/Linux. Linux is indeed a kernel. Linux distributions are the operating systems, that anyone can make. There is no official Linux operating system currently, but the one Linus Torvalds, the creator of Linux uses is called Fedora-OS.
Q
What type of kernel is Linux?
A
Two main types of kernels exist - monolithic kernels and microkernels. Linux is a monolithic kernel and Hurd is a microkernel. Microkernels offer the bare essentials to get a system operating.