Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site: https://golang.org/doc/install incorrectly lists minumum kernel version for linux/arm as 2.6.23 #30559

Closed
davecheney opened this issue Mar 4, 2019 · 5 comments
Labels
Documentation FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@davecheney
Copy link
Contributor

https://golang.org/doc/install states that the minimum kernel version for all linux platform is 2.6.23. This is not correct. The minimum for linux/arm is 2.6.27 (possibly 28), however this contradicts information from the wiki, https://github.com/golang/go/wiki/Linux

See #3897

See also https://codereview.appspot.com/7225047/

@ALTree ALTree added Documentation NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Mar 4, 2019
@ALTree
Copy link
Member

ALTree commented Mar 4, 2019

The minimum requirements page seems to offer an explanation:

Linux/ARMv5 requires much newer kernels, at least v3.1 (for __kuser_cmpxchg64).

https://github.com/golang/go/wiki/MinimumRequirements

Not claiming this is correct, just noting this here so if we uniform the docs one way or the other we can update every place at once.

@davecheney
Copy link
Contributor Author

@ALTree see #3897, i'd forgotten that we'd tried to address this yonks ago.

@odeke-em
Copy link
Member

Kindly paging @cherrymui @benshi001 if y'all have some bandwidth. @davecheney might you be free to help send a CL for this change? Thank you.

@Windsooon
Copy link

Maybe we can just add MinimumRequirements link to https://golang.org/doc/install page so we can fix #3897 and #30559. For instance:

For other content on installing, you might be interested in:

  • Minimum Requirements -- What operating system version you need to run golang.
  • Managing Go installations -- How to install multiple versions and uninstall.
  • Installing Go from source -- How to check out the sources, build them on your own machine, and run them.

@seankhliao
Copy link
Member

The wiki page now exists, and the install page no longer lists incorrect information

@golang golang locked and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

6 participants