]> Cypherpunks repositories - gostls13.git/commit
runtime: suggest more kernel options for mlock failure
authorMark Pulford <mark@kyne.com.au>
Fri, 6 Dec 2019 22:50:17 +0000 (09:50 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 9 Dec 2019 15:40:12 +0000 (15:40 +0000)
commit9d4717d5f1d9b8a16c52c46d2a670c230dc72cbc
tree3ac12f5e5786349b82291e54b3d9422dbf176202
parentf6774bc91b3037d8bcdec96c855320eb4932b4c2
runtime: suggest more kernel options for mlock failure

Some Linux distributions will continue to provide 5.3.x kernels for a
while rather than 5.4.x.

Updates #35777

Change-Id: I493ef8338d94475f4fb1402ffb9040152832b0fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/210299
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os_linux_x86.go