Runji Wang
Runji Wang
It's been almost 2 years since the last update of Fuchsia images. There are some unknown changes on the official Zircon kernel that causes zCore to fail on the latest...
io_uring is a new kernel interface introduced in Linux 5.1. It provides a mechanism for fast asynchronous I/O.
- [Guidelines on Benchmarking and Rust](https://nbsoftsolutions.com/blog/guidelines-on-benchmarking-and-rust) - [Criterion.rs](https://github.com/bheisler/criterion.rs)
To achieve efficient copy-on-write, current VMOPaged implementation uses an ingenious data structure, which introduced complexity and endless bugs. For example, an early version(e0ea3b0) can steadily run Zircon to shell in...
Control the permission to access IO ports from user mode. We need to maintain IO port bitmap in TSS for each process. Currently this function is unimplemented, we just set...
We are utilizing deterministic simulation testing to find bugs efficiently and reproduce them at any time. ## Status and TODO - [x] Unit test - [x] Find out why some...
## Commands ```sh ./risedev sslt -- --kill-compute "e2e_test/streaming/**/*.slt" ./risedev sslt -- --kill-frontend "e2e_test/streaming/**/*.slt" ./risedev sslt -- --kill-meta "e2e_test/streaming/**/*.slt" ``` ## PRs - #4843 - #4969 - #5077 - #5300 ##...
- add `deliver` method to `Socket` trait. let `NetSim` take care of message delivery - introduce `BindGuard` to auto release a bound port on drop - introduce channel as a...