]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.14] 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:37 +0000 (23:46 +0000)
commit768b64711ae4292bd9a02c9cc8d44282f5fac66b
tree0febc157dc3ccac2a14322a878438c4b52cc45cb
parentb581ccd46ef243c6a64c343e79b039022da8a7a2
[release-branch.go1.14] runtime: wait for preemption signals before syscall.Exec

For #41702
For #41703
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/+/264023
src/runtime/proc.go
src/runtime/signal_unix.go