What's new in Linux Kernel 5.9?
Announced in the LKML, the Linux Kernel 5.9 was immediately available for download from major Kernel builds.
The latest Linux Kernel 5.9 will be available on mainstream Linux distributions in early 2021. This year, most distributions will have Linux Kernel 5.8, like Ubuntu 20.10 Groovy Gorilla and Fedora 33.
Let's see what's new in Linux Kernel 5.9!
New Features of Linux Kernel 5.9
- FSGSBASE support is complete with this kernel version. That means you'll get more performance out of AMD and Intel systems, as this support helps in switching context in the operating system when working hard without any kernel interaction.
- Added support for Toshiba USB 3.0 adapter and MCT USB 3.0 adapter.
A variety of performance improvements for IBM's Thinkpad line.
- Supports Radeon RX 6000 'RDNA' graphics card and Intel Rocket Lake graphics card.
- The upcoming USB 4 specifications are being supported more, eventually towards full support in future kernel versions.
- More support for storage space and file system. Btrfs, F2FS seem to improve performance. Added NVMe 2.0 spec support for SSDs.
- Support for IBM POWER10 is started.
- Increased performance for ARM / ARM64 devices with optimized usage of scheduler usage information added.
- Fixed race conditions errors (multiple threads access and want to change data at the same time), memory leak on modules.
Download Linux Kernel 5.9
You can install official kernel packages from below link right now in latest Ubuntu or Ubuntu based versions. But you shouldn't install it now as it can break your current Ubuntu Linux system, no matter what system you're running - Ubuntu 20.04 LTS or Ubuntu 18.04 LTS.
For the average user, unless you want to experiment with the latest hardware with support added in this release, you should not update at this time.
If you still want to install the latest Linux Kernel 5.9, follow the instructions below to install in an Ubuntu based system.
- Access the official kernel page.
There are two types of builds available - generic and lowlatency. For popular systems, you can download generic builds, which works in almost any case. For audio recordings and other settings that require low latency, download the lowlatency.
- Download the 3 packages below for generics via Terminal and install.
cd /tmp
wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9/amd64/linux-headers-5.9.0-050900-generic_5.9.0-050900.202010112230_amd64.deb wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9/amd64/linux-headers-5.9.0-050900_5.9.0-050900.202010112230_all.deb wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9/amd64/linux-image-unsigned-5.9.0-050900-generic_5.9.0-050900.202010112230_amd64.deb wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.9/amd64/linux-modules-5.9.0-050900-generic_5.9.0-050900.202010112230_amd64.deb
sudo dpkg -i *.deb
- After installation, reboot the system.
The Linux Kernel 5.10 also began to develop after this stable release. The upcoming Linux Kernel 5.10 will be the final kernel of 2020.
You should read it
- Linux Kernel 5.16 officially released with great features for gamers
- How does the Linux Kernel work?
- How to downgrade kernel in Linux
- Microsoft will release Linux 'genuine' Linux kernel with Windows 10 WSL
- Is Linux the operating system or the kernel?
- Update Linux kernel on Ubuntu via UKUU
- How to create a Custom Kernel on Ubuntu
- Learn about the Linux Kernel and their main functions
May be interested
- Learn about the Linux Kernel and their main functionswith more than 13 million lines of code, the linux kernel is one of the largest open source projects in the world, but what exactly are they and what do they do in the system?
- How to Update Ubuntu Kernelthis wikihow teaches you how to update your ubuntu linux kernel, which is the core software that runs the rest of your linux distribution. the easiest way to do this is by installing and running a package manager called 'ukuu', but you can...
- What is KVM (Kernel-Based Virtual Machine)?getting started with kvm on linux is a straightforward process. if you want to run other linux distributions or even windows on your linux pc, all you need to do is install a few modules and prepare your pc for virtualization.
- 28 interesting facts about Linuxlinux is a computer operating system and is also the kernel name of the operating system. it is probably the most famous example of the concept of free software and of open source development.
- Linux kernel vulnerability exposes Stack memory, causing local data leakthe way the researcher tells an international has just disclosed information about a relatively serious vulnerability that exists in the linux kernel, which can be exploited to leak data and act as a bridge. effective coupling for deeper penetration into victim systems.
- 6 signs that Microsoft really loves Linuxdoes microsoft really like linux?
- How to check your Linux versionif you need to find the actual linux version or even the linux kernel version, please read the following article.
- Compare the most popular Linux distributions todayit can be said that linux is not a complete operating system, it is just a kernel operating system, which is the foundation for developing other operating systems.
- How are Linux kernel updates distributed on Windows Update?users will be allowed to download linux kernel updates in wsl2 from windows update.
- Linux - Journey from a fun to software that dominates the worldlinux is everywhere, crept into every corner of our lives. from the phone, computer, to the whole internet. even linux is now finding a way to be present on tvs, heat sensors, and cars.