TranslateProject/sources/tech/20200202 4 Key Changes to Look Out for in Linux Kernel 5.6.md
DarkSun 2913a56f0a 选题: 20200202 4 Key Changes to Look Out for in Linux Kernel 5.6
sources/tech/20200202 4 Key Changes to Look Out for in Linux Kernel 5.6.md
2020-02-02 01:03:18 +08:00

4.7 KiB
Raw Blame History

4 Key Changes to Look Out for in Linux Kernel 5.6

While weve already witnessed the stable release of Linux 5.5 with better hardware support, Linux 5.6 is next.

To be honest, Linux 5.6 is much more exciting than 5.5. Even though the upcoming Ubuntu 20.04 LTS release will feature Linux 5.5 out of the box, you should really know what Linux 5.6 kernel has in store for us.

In this article, Ill be highlighting the key changes and features that you can expect with Linux 5.6 release:

Linux 5.6 features highlight

Ill try to keep the list of features up-to-date whenever theres a piece of new information on Linux 5.6. But, for now, lets take a look at what we already know so far:

1. WireGuard Support

WireGuard will be added to Linux 5.6 potentially replacing OpenVPN for a variety of reasons.

You can learn more about WireGuard on their official site to know the benefits. Of course, if youve used it, you might be aware of the reasons why its potentially better than OpenVPN.

Also, Ubuntu 20.04 LTS will be adding support for WireGuard.

2. USB4 Support

Linux 5.6 will also include the support of USB4.

In case you didnt know about USB 4.0 (USB4), you can read the announcement post.

As per the announcement USB4 doubles the maximum aggregate bandwidth of USB and enables multiple simultaneous data and display protocols.

Also, while we know that USB4 is based on the Thunderbolt protocol specification, it will be backward compatible with USB 2.0, USB 3.0, and Thunderbolt 3 which is great news.

3. F2FS Data Compression Using LZO/LZ4

Linux 5.6 will also come with the support for F2FS data compression using LZO/LZ4 algorithms.

In other words, it is just a new compression technique for the Linux file-system where you will be able to select particular file extensions.

4. Fixing the Year 2038 problem for 32-bit systems

Unix and Linux store the time value in a 32-bit signed integer format which has the maximum value of 2147483647. Beyond this number, due to integer overflow, the values will be stored as a negative number.

This means that for a 32-bit system, the time value cannot go beyond 2147483647 seconds after Jan. 1, 1970. In simpler terms, after 03:14:07 UTC on Jan. 19, 2038, due to integer overflow, the time will read as Dec. 13, 1901 instead of Jan. 19, 2038.

Linux kernel 5.6 has a fix for this problem so that 32-bit systems can run beyond the year 2038.

5. Improved Hardware Support

Obviously, with the next release, the hardware support will improve as well. The plan to support newer wireless peripherals will be a priority too.

The new kernel will also add the support for MX Master 3 mouse and other wireless Logitech products.

In addition to Logitech products, you can expect a lot of different hardware support as well (including the support for AMD GPUs, NVIDIA GPUs, and Intel Tiger Lake chipset support).

6. Other Changes

Also, in addition to all these major additions/support in Linux 5.6, there are several other changes that would be coming with the next kernel release:

  • Improvements in AMD Zen temperature/power reporting
  • A fix for AMD CPUs overheating in ASUS TUF laptops
  • Open-source NVIDIA RTX 2000 “Turing” graphics support
  • FSCRYPT inline encryption.

Phoronix tracked a lot of technical changes arriving with Linux 5.6. So, if youre curious about every bit of the changes involved in Linux 5.6, you can check for yourself.

Now that youve known about whats coming with Linux 5.6 release what do you think about it? Let me know your thoughts in the comments below.


via: https://itsfoss.com/linux-kernel-5-6/

作者:Ankush Das 选题:lujun9972 译者:译者ID 校对:校对者ID

本文由 LCTT 原创编译,Linux中国 荣誉推出