commit | 823e5d8afaaf9fff0cc2ab04e7fc0a62b1023c3e | [log] [tgz] |
---|---|---|
author | Paul E. Murphy <murp@ibm.com> | Fri Aug 19 09:20:02 2022 -0500 |
committer | Heschi Kreinick <heschi@google.com> | Wed Aug 31 16:31:23 2022 +0000 |
tree | 68348382e520b94dce1332cc99fc987cfdbbad2d | |
parent | 11033eac90c14a2d4768deb42601767c800ddef0 [diff] |
[release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernels R0 needs to be cleared at startup as it may not always be cleared by the kernel on newer kernels. Fixes #54665 Change-Id: Id7055699aaa8d8b193b7e3e784f075ce29ac3f1d Reviewed-on: https://go-review.googlesource.com/c/go/+/424927 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Paul Murphy <murp@ibm.com> Reviewed-on: https://go-review.googlesource.com/c/go/+/425394 Reviewed-by: Ian Lance Taylor <iant@google.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 3.0 Attributions license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.