Add loong64 support in seccomp and PIE#4938
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.
https://github.com/opencontainers/runc/blob/main/docs/spec-conformance.md needs to be updated too
Signed-off-by: zhaixiaojuan <zhaixiaojuan@loongson.cn>
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 |
|
Hi, I noticed that the following patch appears to be missing from the release:v1.4.0 It seems that this patch was referenced or intended to be included, but it does not appear in the v1.4.0 build or commit history. Thanks. |
|
I think we should add a Could you please open a backport PR against the |
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