kmod-6.12-nvidia-r580: Add package for R580 driver#255
Merged
ginglis13 merged 1 commit intobottlerocket-os:developfrom Sep 4, 2025
Merged
kmod-6.12-nvidia-r580: Add package for R580 driver#255ginglis13 merged 1 commit intobottlerocket-os:developfrom
ginglis13 merged 1 commit intobottlerocket-os:developfrom
Conversation
rpkelly
approved these changes
Aug 27, 2025
arnaldo2792
reviewed
Aug 28, 2025
packages/kmod-6.12-nvidia-r580/0001-makefile-allow-to-use-any-kernel-arch.patch
Show resolved
Hide resolved
Add the NVIDIA R580 driver kmod for the 6.12 kernel. This uses similar logic to the kmod-6.12-nvidia-r570 driver and provides all the same libraries with the addition of a few from R580. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
Contributor
Author
|
^ Updated from PR comments. This now uses the rpm for Fabric Manager so it is even more similar to the R570 version. |
arnaldo2792
approved these changes
Sep 2, 2025
ginglis13
approved these changes
Sep 2, 2025
bcressey
approved these changes
Sep 2, 2025
Contributor
bcressey
left a comment
There was a problem hiding this comment.
FWIW, I compared the results of readelf -a ${lib} | rg NEEDED for all the /usr/lib/nvidia/tesla libraries between r570 and r580, and nothing new jumped out.
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.
Issue number:
Closes # #254
Description of changes:
Add the NVIDIA R580 driver kmod for the 6.12 kernel. This uses similar logic to the kmod-6.12-nvidia-r570 driver and provides all the same libraries with the addition of a few from R580.
It is easier to compare this with the
kmod-6.12-nvidia-r570driver to see what the differences are. This is a basic diff of the differences:0001-makefile-allow-to-use-any-kernel-arch.patchlines changed but otherwise is intactlibnvidia-egl-xcbandlibnvidia-egl-xlibbumped minor versions (still excluded)libnvidia-nvvm70.so.4was addedlibnvidia-presentwas excluded, if we find it is needed by containers, we can add it.libnvidia-sandboxutilsis now provided by both arches so we exclude them outside the arch if statementFull git diff:
Details
Testing done:
Built an image with R580 and ran NVIDIA smoke tests on g6.xlarge and p3dn.xlarge (to confirm both proprietary and open gpu drivers are working.
From the p3dn.24xlarge:
From the g6.xlarge smoke test:
Details
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.