-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Nvidia kernel module fails to build on linux 6.7.3 #48504
Labels
bug
Something isn't working
Comments
HO5DTOAT
added
bug
Something isn't working
needs-testing
Testing a PR or reproducing an issue needed
labels
Feb 3, 2024
This also happens with linux kernel 6.6.15 (
|
classabbyamp
removed
the
needs-testing
Testing a PR or reproducing an issue needed
label
Feb 5, 2024
Should be fixed now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a new report?
Yes
System Info
Void 6.7.2_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFFFF
Package(s) Affected
nvidia-535.154.05_1
Does a report exist for this bug with the project's home (upstream) and/or another distro?
It appears Nvidia is aware of the issue and will be releasing a fix.
https://forums.developer.nvidia.com/t/linux-6-7-3-545-29-06-550-40-07-error-modpost-gpl-incompatible-module-nvidia-ko-uses-gpl-only-symbol-rcu-read-lock/280908/24
Expected behaviour
In post-install steps after kernel 6.7.3 is installed, the dkms modules are built. The nvidia kernel module should build without errors.
Actual behaviour
The dkms module fails to build and the message "Building DKMS module: nvidia-535.154.05... FAILED!" is output.
Checking the build log mentions about GPL symbols being used in the module.
Steps to reproduce
Building DKMS module: nvidia-535.154.05... FAILED!
The build logs (/var/lib/dkms/nvidia/535.154.05/build/make.log) contain error messages about incompatible symbols.
ERROR: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol '__rcu_read_unlock'
ERROR: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol '__rcu_read_lock'
The text was updated successfully, but these errors were encountered: