Skip to content

Commit 6296cef

Browse files
committed
Pull in updated OPTE and xde kernel bits.
1 parent 1d61e37 commit 6296cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/install_opte.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ function add_publisher {
122122
# `helios-netdev` provides the xde kernel driver and the `opteadm` userland tool
123123
# for interacting with it.
124124
HELIOS_NETDEV_BASE_URL="https://buildomat.eng.oxide.computer/public/file/oxidecomputer/opte/repo"
125-
HELIOS_NETDEV_COMMIT="23884d35aa7908e23accaa77f125a370ddf5c606"
125+
HELIOS_NETDEV_COMMIT="52176b99cc578f5b7b90f9bae8935013f961086c"
126126
HELIOS_NETDEV_REPO_URL="$HELIOS_NETDEV_BASE_URL/$HELIOS_NETDEV_COMMIT/opte.p5p"
127127
HELIOS_NETDEV_REPO_SHA_URL="$HELIOS_NETDEV_BASE_URL/$HELIOS_NETDEV_COMMIT/opte.p5p.sha256"
128128
HELIOS_NETDEV_REPO_PATH="$XDE_DIR/$(basename "$HELIOS_NETDEV_REPO_URL")"
129129

130130
# The xde repo provides a full OS/Net incorporation, with updated kernel bits
131131
# that the `xde` kernel module and OPTE rely on.
132132
XDE_REPO_BASE_URL="https://buildomat.eng.oxide.computer/public/file/oxidecomputer/os-build/xde"
133-
XDE_REPO_COMMIT="bd79a6eb03c6622760297887458d0601ebc188eb"
133+
XDE_REPO_COMMIT="37beaa374df2094e5b5df9f37d9fd87d77ebb4a0"
134134
XDE_REPO_URL="$XDE_REPO_BASE_URL/$XDE_REPO_COMMIT/repo.p5p"
135135
XDE_REPO_SHA_URL="$XDE_REPO_BASE_URL/$XDE_REPO_COMMIT/repo.p5p.sha256"
136136
XDE_REPO_PATH="$XDE_DIR/$(basename "$XDE_REPO_URL")"

0 commit comments

Comments
 (0)