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

nvidia-utils: Patch kernel modules for 6.13 #452

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Conversation

1Naim
Copy link
Member

@1Naim 1Naim commented Dec 7, 2024

There are two patches introduced, one of which is not needed in the closed modules:

  1. Adjust symlink path -- uses absolute path instead of relative path now, this seems to be a universal fix and works on both 6.12 and 6.13
  2. Remove crypto_akcipher_verify declaration (open only) -- This function was replaced in 6.13 and there is no suitable replacement yet. A simple workaround[1] pointed out by Steven from NVIDIA is to just replace with 0. This breaks confidential computing but it seems like desktop doesn't use it so this should be fine.

[1] NVIDIA/open-gpu-kernel-modules#746 (comment)

@1Naim 1Naim requested a review from ptr1337 December 7, 2024 14:57
@ptr1337 ptr1337 merged commit 0ef561f into master Dec 10, 2024
@1Naim 1Naim deleted the nvidia-565-6.13 branch December 27, 2024 17:50
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