]> Cypherpunks repositories - gostls13.git/commit
runtime: mark lockWithRankMayAcquire as nosplit
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 19 Jul 2024 17:55:15 +0000 (00:55 +0700)
committerGopher Robot <gobot@golang.org>
Fri, 19 Jul 2024 19:51:57 +0000 (19:51 +0000)
commit3959d54c0bd5c92fe0a5e33fedb0595723efc23b
tree9d734ddc0864328702f44f28c3606ab399b2ed8d
parent70491a81113e7003e314451f3e3cf134c4d41dd7
runtime: mark lockWithRankMayAcquire as nosplit

The function is called in nosplit context already.

Fixes #68525

Change-Id: I8b9e324335b7c605d5a20cacdd58df09b7a7cf52
Reviewed-on: https://go-review.googlesource.com/c/go/+/599675
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/runtime/lockrank_off.go
test/fixedbugs/issue68525.go [new file with mode: 0644]