Adds missing Vulkan ioctls for RTX PRO 6000#12817
Open
luiscape wants to merge 1 commit intogoogle:masterfrom
Open
Adds missing Vulkan ioctls for RTX PRO 6000#12817luiscape wants to merge 1 commit intogoogle:masterfrom
luiscape wants to merge 1 commit intogoogle:masterfrom
Conversation
ayushr2
reviewed
Mar 30, 2026
ebc6065 to
5bced92
Compare
ayushr2
reviewed
Mar 31, 2026
Collaborator
ayushr2
left a comment
There was a problem hiding this comment.
If these ioctls are only used with Vulkan, then we should mark them with nvconf.CapGraphics so they are only enabled for graphics workloads. That's generally what we have been following. We want to reduce the ioctl surface exposed by default to CUDA workloads (compute-only) because we passthrough these ioctls to the host and being restrictive with what we exposes helps reduce the attack surface.
We identified a number of missing ioctls after running https://github.com/NVIDIA-Omniverse/ovrtx on a RTX PRO 6000, mostly related to Vulkan. Adding them here. Assisted-by: Claude
5bced92 to
c856f79
Compare
Contributor
Author
|
@ayushr2 implemented your review. Thank you! |
ayushr2
approved these changes
Apr 2, 2026
copybara-service bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
We identified a number of missing ioctls after running https://github.com/NVIDIA-Omniverse/ovrtx on a RTX PRO 6000, mostly related to Vulkan. Adding them here. Assisted-by: Claude FUTURE_COPYBARA_INTEGRATE_REVIEW=#12817 from luiscape:add-vulakn-ioctls c856f79 PiperOrigin-RevId: 893704507
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.
We identified a number of missing ioctls after running https://github.com/NVIDIA-Omniverse/ovrtx on a RTX PRO 6000, mostly related to Vulkan. Adding them here.
Assisted-by: Claude