Skip to content

Commit 544cbea

Browse files
ayushr2gvisor-bot
authored andcommitted
nvproxy: Fix checksum of 535.230.02.
Also run the validate_checksum command on presubmit to avoid such issues. Fixes 888f66d ("nvproxy: Add support for 535.230.02 driver.") PiperOrigin-RevId: 720687756
1 parent 8c38625 commit 544cbea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/pipeline.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ steps:
175175
commands:
176176
- make sudo TARGETS=//tools/gpu:main ARGS="install --latest" || cat /var/log/nvidia-installer.log
177177
- make gpu-smoke-tests
178+
- make sudo TARGETS=//tools/gpu:main ARGS="validate_checksum"
178179
agents:
179180
queue: gpu
180181
- <<: *common

pkg/sentry/devices/nvproxy/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ func Init() {
699699
v535_183_01 := addDriverABI(535, 183, 01, "f6707afbdda9407e3cbc2e5128e60bcbcdbf02fae29958c72fafb5d405e8b883", v535_113_01)
700700
v535_183_06 := addDriverABI(535, 183, 06, "c7bb0a0569c5347845479ed4e3e4d885c6ee3b8adf068c3401cdf754d5ba3d3b", v535_183_01)
701701
v535_216_01 := addDriverABI(535, 216, 01, "5ddea1147810012e33967c3181341bcd6624bd3d654c63f845df833b4ece6af7", v535_183_06)
702-
_ = addDriverABI(535, 230, 02, "5ddea1147810012e33967c3181341bcd6624bd3d654c63f845df833b4ece6af7", v535_216_01)
702+
_ = addDriverABI(535, 230, 02, "20cca9118083fcc8083158466e9cb2b616a7922206bcb7296b1fa5cc9af2e0fd", v535_216_01)
703703

704704
// 545.23.06 is an intermediate unqualified version from the main branch.
705705
v545_23_06 := func() *driverABI {

0 commit comments

Comments
 (0)