M BUZZ CRAZE NEWS
// general

Linux 5.9 kernel schedule

By Gabriel Cooper

I recently got a new laptop using a Tiger Lake CPU and Intel XE Iris graphics. This is an XPS 13, and an upgrade from an earlier XPS 13 model from 3 years ago.

The performance on this computer (on Ubuntu 20.10) is absolutely terrible though, so I did some research and it sounds like the next Linux 5.9 kernel will have better support for Tiger Lake related things.

Given that Groovy Gorilla is out, does it mean that the next (5.9) kernel will only appear in Ubuntu 21.04, or can we expect it to land earlier?

2 Answers

The intended kernel for 21.04 is 5.11 (since gnome 40 is the intended desktop) so we are probably not going to get an Ubuntu version of the 5.9 kernel.

But... you can already install the mainline 5.9 kernel (so that is without any Ubuntu related tweaks) (prefer to do this on 20.10). Default installation method for kernels:

cd /tmp/
wget -c
wget -c
wget -c
wget -c
sudo dpkg -i *.deb

and to remove it select boot with the previous kernel from grub and do ...

sudo dpkg --purge linux-image-unsigned-5.9.0-050900-generic
3

Kernel 5.11 will be in Ubuntu 21.04, which will be released April 2021.

  • The same kernel will be in Ubuntu 20.04.3, which will be available for 20.04 users around July 2021.

  • Kernel 5.11 (and intermediate kernels) will not be backported to Ubuntu 20.10. It will "land earlier" only for pre-release testers.

The Ubuntu Kernel Team welcomes skilled community testers to help find problems with the pre-release kernel.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy