commit | 194816c176cf433290c98faeb788516e0d414388 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <morgan@kernel.org> | Sun May 03 10:30:00 2020 -0700 |
committer | Andrew G. Morgan <morgan@kernel.org> | Sun May 03 11:18:45 2020 -0700 |
tree | 7402e3298fe7e128e8d2d1713e4efb2c7db91677 | |
parent | d10409db4cda0ab56d500de5658b9c6851301c2a [diff] |
Drop //go:nosplit use in cap package. golang-1.14* on arm64 consumes a lot of stack and the feature we need appears to be handled by //go:uintptrescapes . Addresses the issue reported by thediveo@ here: https://bugzilla.kernel.org/show_bug.cgi?id=207547 Signed-off-by: Andrew G. Morgan <morgan@kernel.org>