]> Cypherpunks repositories - gostls13.git/commit
Revert "os: make FindProcess use pidfd on Linux"
authorMichael Pratt <mpratt@google.com>
Fri, 23 Feb 2024 18:07:11 +0000 (13:07 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 23 Feb 2024 18:29:45 +0000 (18:29 +0000)
commitc4e4afc90eb6fd31710edb062bacfae0643d170f
treeba56fac577dc433b9504fe68912ea526ef7055cb
parent0e7c9846c430c2952e51ba7b1085fae9bec26f81
Revert "os: make FindProcess use pidfd on Linux"

This reverts CL 542699.

Reason for revert: Some applications assume FindProcess does not return
errors.

For #62654.
Fixes #65866.

Change-Id: Ic185a6253c8e508b08150b618c39a9905f6cdd60
Reviewed-on: https://go-review.googlesource.com/c/go/+/566476
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
doc/godebug.md
src/internal/godebugs/table.go
src/os/exec.go
src/os/exec_unix.go
src/os/pidfd_linux.go
src/os/pidfd_other.go
src/runtime/metrics/doc.go