]> Cypherpunks repositories - gostls13.git/commit
runtime: don't mlock on Ubuntu 5.4 systems
authorIan Lance Taylor <iant@golang.org>
Wed, 22 Jul 2020 04:37:58 +0000 (21:37 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Jul 2020 21:31:19 +0000 (21:31 +0000)
commit71218dbc401cbb8f7e052e7a64372d9732082d5d
tree78bf6def23426cde4d619ed3fb6ae28edf900fbc
parent11f92e9dae96939c2d784ae963fa7763c300660b
runtime: don't mlock on Ubuntu 5.4 systems

For #35777
For #37436
Fixes #40184

Change-Id: I68561497d9258e994d1c6c48d4fb41ac6130ee3a
Reviewed-on: https://go-review.googlesource.com/c/go/+/244059
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os_linux_x86.go