Evidence collection
v0.9.4-evidences-32.json 590a49be
Collected 2 days ago
Release notes
[0.9.4] - 2025-03
New
- Add RISC-V profile (!220)
Changed
- Unify dependency scripts (dl and compile): Unify
-d
and-p
flags (!174). - Support for
close_range
syscall. (!201).- Removal of
O_PATH
check ingkfs_open
, allows cp with asterisk. This is for newer kernels. - Support to print newer syscall (although not implemented). Added syscall number to log for easy capture missing ones.
- Removal of
- Unify dependency scripts (dl and compile): Unify
-d
and-p
flags (!174). - Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208]).
- Added code to correct fork issues.
pthread_at_fork
cleans and starts GekkoFS (!210). - Updated mochi to solve ucx corruption issues ([!211]).
- Update capstone to version 6.0.0-Alpha1 and syscall intercept to match (!215).
- Update ARM version and make user library optional in cmake (!330)