mount /lib/modules from host when using precompiled driver#2252
Merged
tariq1890 merged 1 commit intoNVIDIA:mainfrom Apr 3, 2026
Merged
mount /lib/modules from host when using precompiled driver#2252tariq1890 merged 1 commit intoNVIDIA:mainfrom
tariq1890 merged 1 commit intoNVIDIA:mainfrom
Conversation
5 tasks
tariq1890
reviewed
Apr 2, 2026
ff07c5e to
a0b68c1
Compare
Contributor
|
/ok to test a0b68c1 |
Contributor
|
@fcrozat Looks like the unit tests need fixing. Can you also squash your commit history? |
…stributions Signed-off-by: Frederic Crozat <fcrozat@suse.com>
a0b68c1 to
a7323f5
Compare
Contributor
Author
unit test fixed, history squashed. |
Contributor
|
/ok to test a7323f5 |
tariq1890
approved these changes
Apr 3, 2026
Contributor
|
@tariq1890 are we planning to cherry-pick this to |
Contributor
Yes |
Contributor
|
/cherry-pick release-26.3 |
Contributor
|
🤖 Backport PR created for |
Contributor
|
🤖 Updated existing backport PR for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will ensure precompiled driver container has access to host kernel modules.
Description
This is needed for precompiled driver container for SLES 15 SP7 and SLES 16, provided by SUSE at https://registry.suse.com/repositories/third-party-nvidia-driver-sles15 resp. https://registry.suse.com/repositories/third-party-nvidia-driver-sles16 which can use underlying host kernel modules without the need to have the entire kernel part of the driver container.
Checklist
make lint)make validate-generated-assets)make validate-modules)Testing
Unit test added and tested on a k3s cluster running SLES 15 SP7 and SLES 16.0
This PR replaces #2040 to be non distribution specific.