Jim Huang
Jim Huang
> How do I debug the Armv7 issues? I don't have the hardware to test this locally. You can emulate Armv7 targets via QEMU. Check https://dev.to/amarjargal/running-debian-on-an-emulated-arm-machine-2i04 and specify `armhf` target.
ARMv6 and Armv7 CPUs can perform unaligned accesses for most single load and store instructions up to word size. However, LDM, STM, LDRD, and STRD instructions still need to be...
Thank @Logikable for contributing!
File `src/86x64/static-interpose.sh` depends on `macho-tool`, which should be built with directory `src/macho-tool` and searched via `$PATH`.
I defer to @HotMercury for confirmation.
@HotMercury, can you confirm the effectiveness of this proposed change?
> You can use `rcu_barrier()` or a kernel thread to solve the problem where `simplefs_destroy_inode_cache` does not release in time before unmounting simplefs. You should paste the proposed changes for...
> Make the git commit messages informative. In particular, mention the way how you figure out the potential leaks. @RoyWFHuang, can you improve the git commit messages?
Thank @RoyWFHuang for contributing!
> Now only `mm_cvttpd_epi32` and `mm_cvttpd_pi32` fail, which according to #635, will be fixed in #638 Pull request #638 has been merged. Could you rebase and confirm?