Skip to content

Add statx and prlimit64 for LoongArch64 and other fix

Jinyang He requested to merge MQ-mengqing/source:la-dev into main

Summary

  1. Support use statx syscall in fpstat and fpfstat
  2. Support use prlimit64 syscall in FpSetRLimit and FpSetRLimit
  3. other bug fix on LoongArch64

System

Linux-LoongArch64

What is the current bug behavior?

  1. fpstat and fpfstat cannot when use upstream kernel
  2. tstack fail
  3. fpu init state wrong, missing overflow bit. And SysResetFPU has something wrong.
  4. when FPC_USE_LIBC is disabled not call PASCALMAIN in si_prc.inc

Merge request reports