]> Cypherpunks repositories - gostls13.git/commit
runtime: correct linux-arm64 vdso hash codes
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Aug 2023 13:51:54 +0000 (06:51 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 31 Aug 2023 00:15:25 +0000 (00:15 +0000)
commitdde20209b8cc69df89ab70e6a0830ff90176411a
tree88a70b32f24d1adb85b54f51b2ddc19bb8897aeb
parentbdccd923e914ab61d77a8f23a3329cf1d5aaa7c1
runtime: correct linux-arm64 vdso hash codes

Also add a test that the VDSO is actually working.

Fixes #62309

Change-Id: Ia846b36dfc21716f1653bdf2671485a4cf4a7bd1
Reviewed-on: https://go-review.googlesource.com/c/go/+/523955
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Austin Clements <austin@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/vdso_linux_arm64.go
src/runtime/vdso_test.go [new file with mode: 0644]