userspace/dpdk/enav2-vfio: fix AL2023 support (dnf + Linux 6.12 patch)#370
Open
roikeman wants to merge 2 commits into
Open
userspace/dpdk/enav2-vfio: fix AL2023 support (dnf + Linux 6.12 patch)#370roikeman wants to merge 2 commits into
roikeman wants to merge 2 commits into
Conversation
Author
|
Context for reviewers: this PR is needed because Amazon Linux 2023 replaced yum with dnf and moved to newer kernels. The old get-vfio-with-wc.sh path depended on yum/yumdownloader and lacked a Linux 6.12 patch selection path, so patching failed on AL2023. This PR updates the package/source flow to dnf and adds Linux 6.12 patch handling. |
1 similar comment
Author
|
Context for reviewers: this PR is needed because Amazon Linux 2023 replaced yum with dnf and moved to newer kernels. The old get-vfio-with-wc.sh path depended on yum/yumdownloader and lacked a Linux 6.12 patch selection path, so patching failed on AL2023. This PR updates the package/source flow to dnf and adds Linux 6.12 patch handling. |
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.
Why
Amazon Linux 2023 moved from yum to dnf and uses newer kernels (including 6.12).
The previous flow in get-vfio-with-wc.sh relied on yum/yumdownloader and did not include a Linux 6.12 patch path, so the old workflow no longer works on AL2023.
What this PR changes
Impact
This restores the enav2-vfio patch workflow on AL2023 and supports the newer kernel line by selecting the correct patch.