-
Couldn't load subscription status.
- Fork 2.2k
Add loong64 support in seccomp and PIE #4938
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
Conversation
|
LGTM! |
|
I'll approve to run the CI, but don’t forget to sign off your commit! |
|
There are two questions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/opencontainers/runc/blob/main/docs/spec-conformance.md needs to be updated too
Signed-off-by: zhaixiaojuan <[email protected]>
For LoongArch, since there is no Ubuntu system, we tested it on the Debian system and it can be used normally. Debian upstream has already released runc package: http://ftp.ports.debian.org/debian-ports/pool-loong64/main/r/runc/ Here are links for submitting LoongArch runc patches to Debian upstream: LoongArch runc packages have also been released for OpenEuler and Anolis systems: |
|
@lifubang |
I resubmitted a PR to replace #3765
The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style.
Documentations:
ISA:
https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html
ABI:
https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html
More docs can be found at:
https://loongson.github.io/LoongArch-Documentation/README-EN.html