]> Cypherpunks repositories - gostls13.git/commit
runtime: set gp.syscallbp from entersyscallblock_handoff
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 22 Apr 2024 18:45:39 +0000 (18:45 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 22 Apr 2024 20:21:45 +0000 (20:21 +0000)
commit6737f4cee52a19984a4d138a820326c8443a084d
tree070bb3b3294bc9aac7e9fc5f41a77ef0997643bc
parent1f4bcee2cd064fdb5b02f36b4e96c1dc3aac48c9
runtime: set gp.syscallbp from entersyscallblock_handoff

This was an oversight and is causing a few failures, most notably on
Solaris and Illumos, but also occasionally on the Linux builders.

Change-Id: I38bd28537ad01d955675f61f9b1d42b9ecdd1ef0
Reviewed-on: https://go-review.googlesource.com/c/go/+/580875
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/proc.go