Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix kernel version sublevel on 4.14 branch #60

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

brycekahle
Copy link
Member

In this commit the 4.14 branch of the mainline kernel forced the sublevel to 255. This was intended as a clamp, which we already handle, but it was merged at version 252, meaning it arbitrarily increased the version code without a way to read that from uname -r.

@brycekahle brycekahle merged commit af58708 into master Nov 16, 2021
@brycekahle brycekahle deleted the bryce.kahle/4-14-version-fix branch November 16, 2021 16:58
@matttbe
Copy link

matttbe commented Jan 13, 2022

Hello,

You likely need the same modification for v4.19 kernel, since v4.19.222: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a256aac5b7000

@brycekahle
Copy link
Member Author

@matttbe Thanks for the heads up!

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

Successfully merging this pull request may close these issues.

3 participants