]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.15] runtime: wait for preemption signals before syscall.Exec
authorIan Lance Taylor <iant@golang.org>
Thu, 15 Oct 2020 21:39:12 +0000 (14:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 20 Oct 2020 23:46:24 +0000 (23:46 +0000)
commit3b1f07fff774f86f13316f7bec6552566568fc10
tree8e5e3589695c4dd0edcb2b54e3dc1b805eb50daa
parent0d489b80dc9e87013a8c3a650dfc05a0c4dde04a
[release-branch.go1.15] runtime: wait for preemption signals before syscall.Exec

For #41702
For #41704
For #42023

Change-Id: If07f40b1d73b8f276ee28ffb8b7214175e56c24d
Reviewed-on: https://go-review.googlesource.com/c/go/+/262817
Trust: Ian Lance Taylor <iant@golang.org>
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
(cherry picked from commit 05739d6f17c57f09264272621b88725a463234d0)
Reviewed-on: https://go-review.googlesource.com/c/go/+/264022
src/runtime/proc.go
src/runtime/signal_unix.go