-
Notifications
You must be signed in to change notification settings - Fork 151
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
dkms.conf should allow setting a minimal supported kernel version #300
Labels
Comments
What about using the variable names
|
anbe42
added a commit
to anbe42/dkms
that referenced
this issue
Mar 19, 2023
skip building the module if kernelver does not satisfy BUILD_EXCLUSIVE_KERNEL_MIN <= kernelver <= BUILD_EXCLUSIVE_KERNEL_MAX Closes dell#300
anbe42
added a commit
to anbe42/dkms
that referenced
this issue
Mar 20, 2023
skip building the module if kernelver does not satisfy BUILD_EXCLUSIVE_KERNEL_MIN <= kernelver <= BUILD_EXCLUSIVE_KERNEL_MAX Closes dell#300
anbe42
added a commit
to anbe42/dkms
that referenced
this issue
Mar 23, 2023
skip building the module if kernelver does not satisfy BUILD_EXCLUSIVE_KERNEL_MIN <= kernelver <= BUILD_EXCLUSIVE_KERNEL_MAX Closes dell#300
anbe42
added a commit
to anbe42/dkms
that referenced
this issue
Apr 3, 2023
skip building the module if kernelver does not satisfy BUILD_EXCLUSIVE_KERNEL_MIN <= kernelver <= BUILD_EXCLUSIVE_KERNEL_MAX Closes dell#300
anbe42
added a commit
to anbe42/dkms
that referenced
this issue
Apr 6, 2023
skip building the module if kernelver does not satisfy BUILD_EXCLUSIVE_KERNEL_MIN <= kernelver <= BUILD_EXCLUSIVE_KERNEL_MAX Closes dell#300
anbe42
added a commit
to anbe42/dkms
that referenced
this issue
Apr 6, 2023
skip building the module if kernelver does not satisfy BUILD_EXCLUSIVE_KERNEL_MIN <= kernelver <= BUILD_EXCLUSIVE_KERNEL_MAX Closes dell#300
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dkms.conf misses a variable to easily set a minimal supported kernel version. On older kernels this should simply skip the build like if any of the BUILD_EXCLUSIVE_* settings matches.
(It is possible to set such a minimal version via BUILD_EXCLUSIVE_KERNEL with a not-so-nice regular expression.)
The text was updated successfully, but these errors were encountered: