docs: document minimum Linux kernel version (4.20+)#1459
Open
mvanhorn wants to merge 1 commit into
Open
Conversation
Signed-off-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Luap99
reviewed
Jun 8, 2026
| - [Podman](https://podman.io/docs) 4.0+ | ||
| - [protoc](https://grpc.io/docs/protoc-installation/) | ||
|
|
||
| At runtime, Netavark supports Linux kernel 4.20 or newer. Netavark relies on |
Member
There was a problem hiding this comment.
I think this says the wrong thing? Did you actually test it works on kernel 4.20 (i.e. passing all tests)?
I think what we can say it it does not work on older kernels so we need at least 4.20 but we have no way of testing older kernels so it is totally possible we require other newer kernels already.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents netavark's minimum runtime kernel requirement (Linux 4.20+) in the README.
Why this matters
A user hit
EPROTONOSUPPORTat runtime and bisected it toNETLINK_GET_STRICT_CHK, which requires Linux 4.20+ (#1433). Maintainer @Luap99 agreed that documenting the 4.20+ minimum is the right resolution. This adds that note to the README so users on older kernels understand the requirement instead of hitting an opaque error.Testing
Documentation only.
Closes #1433