Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kernel eof info check #808

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

dosaboy
Copy link
Member

@dosaboy dosaboy commented Apr 12, 2024

Resolves: #627

# NOTE(dosaboy): when updating this, refer to the kernel supported versions
# page: https://ubuntu.com/about/release-cycle#ubuntu-kernel-release-cycle
KERNEL_EOL_INFO = {
'5.19':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The page includes the kernel EOL info for 6.5, but 5.19 is now absent (IDK if it was ever present).

Also, I found the distro-info-data Debian package which includes this CSV file with all the ubuntu release lifecycle information. Still, it does not include the supported kernels for each release -- might be useful for checking the release itself's EOL status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EOL check for kernel version
2 participants