Updated features of Linux Kernel 4.10

Linux kernel 4.10’ s release is just around the corner. This release comes loaded with many new features and better hardware support for Nouveau driver, Intel GTV, AMD Zen, Intel Turbo Boost Max, new ARM devices, etc. The other new features of Linux kernel 4.10 include writeback throttling, fast fail support, and faster WLAN support.

Back in December, 2016, Linux boss Linus Torvalds rolled out Linux kernel 4.9. Thanks to tons of code due to Project Ara’ s ‘ greybus’ and AMD GPU register definition files, it was the biggest ever kernel release in terms of commits. The release also opened the Linux kernel 4.10 merge window. Kernel 4.10 is expected to be released this weekend&ndash most probably on February 19.

Writeback throttling has been integrated in the block layer. This makes the system more fluid and doesn’ t compromise with the background writeback activity.

In the MD RAID subsystem, Fail fast support has been added. What is its use? This change will cancel the read operating from the drive that’ s showing problems and read from the other device.

A big feature of Linux kernel 4.10 is the support for Intel Turbo Boost Max 3.0 technology. This lets the CPU cores to achieve higher frequencies. Another addition is the support for Intel Cache Allocation Technology that allows one to partition the cache of newer Intel CPUs.


A number of new ARM platforms are now supported. They are Huawei Nexus 6P, LG Nexus 5X, Pine64, Snapdragon 808 and 810, Samsung Exynos 5433, NXP LS1046A, etc.

Tag : Linux kernel
FAQ
Q
How can you determine the total memory used by LINUX?
A
It is always required to keep a check on the memory usage in order to find out whether the user is able to access the server or the resources are adequate. There are roughly 5 methods that determine the total memory used by the Linux.
Q
Enlist some Linux distributors (Distros) along with its usage?
A
Different parts of LINUX say kernel, system environment, graphical programs, etc are developed by different organizations. LINUX Distributions (Distros) assemble all these different parts of Linux and give us a compiled operating system to be installed and used.
Q
Explain the term GUI?
A
GUI stands for the Graphical user interface. GUI is considered as the most attractive and user-friendly because it consists of the usage of images and icons. These images and icons are clicked and being manipulated by the users for the purpose of communication with the system.
Q
What do you understand by Root account?
A
As the name suggests, it is like a system administrator account which gives you the ability to fully control the system. Root account serves as the default account whenever Linux is installed.Below mentioned functions can be performed by Root account

Below mentioned functions can be performed by Root account

Create user accounts
Maintain user accounts
Q
Enlist the features of Linux operating system?
A
Linux kernel and application programs can be installed on any kind of hardware platform and thus is considered as portable.
It serves the purpose of multitasking by serving various functions simultaneously.
It provides the security services in three ways namely, Authentication, Authorization, and Encryption.
It supports multiple users to access the same system resource but by using different terminals for operation.
Linux provides hierarchical file system and its code is freely available to all.
It has its own application support (to download and install applications) and customized keyboards.
Linux distros provide live CD/USB to their users for installation.