Hi I have some servers with not too terribly demanding requirements other than uptime. I'm new to Ubuntu, having just left CentOS after ten glorious years and many more prior to that. 20.04 LTS seemed like the right way to go here, but I immediately ran into a need for a 5.10 kernel and 5.10.4 was current at the time. Time to clean up that mess as I have a need for some userspace tools that are kernel version locked.
One of the things I noticed is the kernels in Ubuntu LTS repos always seem to be x.y.0
, such as 5.10.0
. If I wanted to stay on 5.10, I'd be downgrading, and if I go with 5.11.0
, I'm potentially inheriting new misfeatures in the .0
release, even if there are roll-up improvements on the previous minor releases.
Am I interpreting this correctly?
My intuition of the right upgrade path is to 5.11.0
(moving forward and not backwards), just want to understand this apparent quirk of LTS kernel support. Thanks!