]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.24] syscall: don't send child signal when testing pidfd
authorIan Lance Taylor <iant@golang.org>
Thu, 20 Feb 2025 01:37:49 +0000 (17:37 -0800)
committerMichael Pratt <mpratt@google.com>
Wed, 26 Feb 2025 17:45:47 +0000 (09:45 -0800)
commitd418e224ae3bc44c5a3c66a4955832e64179e16b
tree92a06165d5fe04446046ac83c1fea88a2764488c
parent456eaf5c29f7a9e8a222ad37a29c960884b5d9ed
[release-branch.go1.24] syscall: don't send child signal when testing pidfd

Avoid a spurious SIGCHLD the first time we start a process.

For #71828
Fixes #71849

Change-Id: I744100d21bf6aaaaafc99bc5eec9f9f807a50682
Reviewed-on: https://go-review.googlesource.com/c/go/+/651035
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/os/exec/exec_posix_test.go
src/syscall/exec_linux.go