Skip to content

Commit

Permalink
nvproxy: Add support for 570.86.15 in nvproxy
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720757578
  • Loading branch information
zkoopmans authored and gvisor-bot committed Jan 29, 2025
1 parent c191ceb commit 047e8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/sentry/devices/nvproxy/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,8 @@ func Init() {
}

v560_35_03 := addDriverABI(560, 35, 03, "f2932c92fadd43c5b2341be453fc4f73f0ad7185c26bb7a43fbde81ae29f1fe3", v560_28_03)
_ = addDriverABI(565, 57, 01, "6eebe94e585e385e8804f5a74152df414887bf819cc21bd95b72acd0fb182c7a", v560_35_03)
v565_57_01 := addDriverABI(565, 57, 01, "6eebe94e585e385e8804f5a74152df414887bf819cc21bd95b72acd0fb182c7a", v560_35_03)
_ = addDriverABI(570, 86, 15, "87709c19c7401243136bc0ec9e7f147c6803070a11449ae8f0819dee7963f76b", v565_57_01)
})
}

Expand Down

0 comments on commit 047e8b3

Please sign in to comment.