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...
Seems not RISC-V specific; does the tests fail in Arch x86 too? If it does please report to them first. Besides, in terms of format: - Please squash the changes...
Hi, I'm definitely interested in creating OpenWrt packages for Mimic! However, Mimic currently requires at least Linux 6.1 (due to usage of ringbuf dynptr), while OpenWrt 23.05 uses 5.15. It...
> how about drop packets before handshake? > a small and fast working demo can tell the performance on normal openwrt hareware after then maybe more developer will come to...
Just noticed `CONFIG_DEBUG_INFO_BTF` isn't enabled by default on OpenWrt, so one may need to rebuild the base image in order to get Mimic running on wireless routers...
Seems BTF kfuncs support is only added in around 5.18~6.0, so we're out of luck with OpenWrt 23.05's 5.15 kernel. Building on main should be fine, but we need to...