Short answer, yes, as Ubuntu 20.04 will eventually get the 5.8 kernel.
You can install it now though with
Code:
sudo apt install linux-generic-hwe-20.04-edge
My current understanding is that Ubuntu uses kernel 3.8 for stability,
No version currently uses that kernel outside of possible cloud images or some other specialized system.
I'd be especially interested to stay updated on any news of this native exFAT support finding its way to the Ubuntu images for the Raspberry Pi 4.
The raspi kernel should get the same updated kernel as the generic kernel.
It should be the specific linux-raspi-hwe package, though I don't know whether it'll be named -20.04 or not.
To avoid confusion, Ubuntu builds a variety of kernels, generic are for most desktops and servers.
and then they build special kernels specifically for devices such as raspberry pis and other specific devices.
Most kernels are built from the same source, so if the current version of 20.04 is the 5.4 kernel it's built from the upstream 5.4 kernel series.
You can read more about Ubuntu's methodology of porting updated kernels here:
https://wiki.ubuntu.com/Kernel/LTSEnablementStack
Bookmarks