-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
MODULE_IMPORT_NS should use string literal on Linux kernel 6.13-rc2+ #751
Comments
This is still an issue on the 6.13 stable release. |
Here is the patches, we use on archlinux for 6.13 support. 565 will not get a release, and the next expected release will be together with the client blackwell release. |
has this been applied to nvidia-open-dkms? |
Yes, most of them are applied to nvidia-open. You can see it in the patch list in the PKGBUILD. |
My apologies for the delays in releasing a driver with Linux kernel 6.13 compatibility. I hope a release will be made soon. Thank you for your patience, and for the patches made by @ptr1337 . For posterity, this MODULE_IMPORT_NS issue was tracked internally by NVIDIA as bug 5017197. |
NVIDIA Open GPU Kernel Modules Version
565.77
Operating System and Version
AOSC OS
Kernel Release
6.13.0-aosc-main
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Build Command
dkms install
Terminal output/Build Log
More Info
The parameter of
MODULE_IMPORT_NS
has been changed from constants to string literal: torvalds/linux@cdd30eb.The text was updated successfully, but these errors were encountered: