Tags: tailscale/go
Tags
[tailscale] os: disable pidfd on Android again Updates tailscale/tailscale#13452 Updates golang#70508 Signed-off-by: kari-ts <kari@tailscale.com>
Go 1.24.2 Merge branch 'release-branch.go1.24' of https://go.googlesource.com/go into tailscale.go1.24
runtime: fix plan9 monotonic time, crypto randomness Open /dev/bintime at process start on Plan 9, marked close-on-exec, hold it open for the duration of the process, and use it for obtaining time. The change to using /dev/bintime also sets up for an upcoming Plan 9 change to add monotonic time to that file. If the monotonic field is available, then nanotime1 and time.now use that field. Otherwise they fall back to using Unix nanoseconds as "monotonic", as they always have. Before this CL, monotonic time went backward any time aux/timesync decided to adjust the system's time-of-day backward. Also use /dev/random for randomness (once at startup). Before this CL, there was no real randomness in the runtime on Plan 9 (the crypto/rand package still had some). Now there will be. Change-Id: I0c20ae79d3d96eff1a5f839a56cec5c4bc517e61 Reviewed-on: https://go-review.googlesource.com/c/go/+/656755 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Bypass: Russ Cox <rsc@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> (cherry picked from commit 4c32b1c)
Merge branch 'release-branch.go1.24' of https://go.googlesource.com/go
net: deflake recently added TestCloseUnblocksReadUDP Fixes golang#72802 Change-Id: I0dd457ef81a354f61c9de306e4609efdbe3d69b4 Reviewed-on: https://go-review.googlesource.com/c/go/+/656857 Auto-Submit: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Bypass: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 485480f)
PreviousNext