]> Cypherpunks repositories - gostls13.git/commit
runtime: move libcall to stack for runtime syscalls on AIX
authorClément Chigot <clement.chigot@atos.net>
Wed, 17 Apr 2019 11:32:19 +0000 (13:32 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 18 Apr 2019 00:07:22 +0000 (00:07 +0000)
commitcbaa8e5f93a9571c30271c0f6d7c874793ec49ce
tree891855539c5777938a7816d82d39217395a2a003
parent4312a18b8a1d7d35dcc45cdf4280260c3933a2ed
runtime: move libcall to stack for runtime syscalls on AIX

As the stackguard was increased on AIX by CL 157117, every syscalls can
now have libcall directly on the stack. This fixes some concurrency bugs
which seems to occur when semasleep is interrupted by a SIGPROF signal.

Change-Id: I905a9618d13ef227dad6f8328b0f958f2f917a5b
Reviewed-on: https://go-review.googlesource.com/c/go/+/172359
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/os2_aix.go