We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As in issue #31827, the callee saved register should be saved/restored in sigtramp.
The callee saved registers are handled in sigtramp of sys_darwin_arm.s, but not in sys_linux _arm.s / sys_openbsd_arm.s / sys_netbsd_arm.s.
Though tsan_test.go passed on arm, there are still potential risks.
The text was updated successfully, but these errors were encountered:
@cherrymui @ianlancetaylor
Sorry, something went wrong.
Change https://golang.org/cl/183777 mentions this issue: runtime: save/restore callee-save registers in arm's sigtramp
runtime: save/restore callee-save registers in arm's sigtramp
65a1e24
No branches or pull requests
As in issue #31827, the callee saved register should be saved/restored in sigtramp.
The callee saved registers are handled in sigtramp of sys_darwin_arm.s, but not in sys_linux _arm.s / sys_openbsd_arm.s / sys_netbsd_arm.s.
Though tsan_test.go passed on arm, there are still potential risks.
The text was updated successfully, but these errors were encountered: