google / google/gvisor

Ptrace syscall testing fully support on Arm64

Open
#2,785 2 comments 0 reactions 1 assignee Claimed by @lubinszARM View on GitHub
arch: arm area: tests type: enhancement
Dominant language
Go
Stars
19.3k
Forks
2k
Avg merge
3d 5h
Merged PRs (30d)
264

Description

I plan to enable all syscall tests on Arm64.
Currently, there are several random problemes left:
* [x] udp_socket_test_runsc_ptrace_hostnet
* [x] random memory barrier issue in mmap testing
* [x] runtime fails with missing stack maps in race mode
Description: In race mode, when calling the go function in asm code, there will be an missing stack maps issue.
* [x] Since golang 1.15.2 has fixed the arm64 overflow issue, we need to update go_version into 1.15.2 in gVisor.
* [ ] A random seccomp bpf fail issue in syscall testing

Currently known golang issues:
* [x] overflow issue - need golang 1.15.2+
https://go-review.googlesource.com/c/go/+/233097

/assign @lubinszARM

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.