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

Fix build failures on newer linux kernels #23

Closed
wants to merge 1 commit into from

Conversation

monkburger
Copy link

This was also reported in some other modules, such as this and a few others.

@veithen
Copy link
Owner

veithen commented Sep 18, 2023

Can you rebase this onto the current HEAD (so that the continuous integration workflows work properly) and add 5.14.0 to the list of Linux versions in .github/workflows/ci.yml?

@@ -31,6 +31,12 @@

#include <net/net_namespace.h>

#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0)
Copy link
Owner

@veithen veithen Sep 18, 2023

Choose a reason for hiding this comment

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

I think the code doesn't build on Linux versions before 3.10.0 anyway, so this part is actually not needed.

@veithen veithen closed this in 30c7f86 Oct 28, 2023
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.

2 participants