Eric Long
Eric Long
Changelog added. `test_ptrace` on Linux aarch64 failed while previously passed. Debugging. Edit: Can't reproduce on `qemu-system-aarch64`, with Debian sid arm64, Rust 1.71.0 and GCC 13.
I've rebased this patch to master. Any updates?
> BTW, #1695 has a good test, can we port it to this PR? Ported.
Cannot reproduce aarch64 test errors on real hardware (Radxa Rock 5B, RK3588, rustc 1.70.0, Linux 5.10.110-20-rockchip)
It turns out to be my bad. I ran tests on non-root and it just skipped it. After some research it seems aarch64 and riscv64 does not support PTRACE_PEEKUSER at...