kawasin73
kawasin73
- [x] `Set()` - [x] timer diff
Currently new versions are published manually by maintainers https://github.com/bytecodealliance/userfaultfd-rs/wiki#publish-new-version Using github action would be cool to publish new versions.
cargo usually downloads dependencies as higher versions as possible. The CI can't catch the dependency version mismatch with the minimum versions. (e.g. #65) The CI should run tests with the...
From Linux 6.6, `uffdio_register.iotcls` contains a bit for `_UFFDIO_POISON` ([code](https://elixir.bootlin.com/linux/v6.6/source/include/uapi/linux/userfaultfd.h#L54)). register() always fails as `UnrecognizedIoctls(284)` because `struct IoctlFlags` does not support `UFFDIO_POISON` yet.
In order to avoid message lost, you should enqueue messages to Dead Letter Queue before deleting messages in case of sudden death of worker process. I think it is better...
It is impossible to set `0` DelaySeconds (Execute Immediately) for `SendMessage` at `Publisher.publish()` because `delay_sec or 1` is recognized as `1` when `delay_sec == 0`. `DelaySeconds` for `send_message()` does not...
``` $ lium servo control --cros $CROS --serial $SERVO usb3_mux_en:on usb3_mux_sel:servo_sees_usbkey 2024-01-31T06:41:10.111116Z INFO ThreadId(01) lium::chroot: src/chroot.rs:35: Using Chromium OS checkout at /usr/local/google/home/kawasin/xxxxxx 2024-01-31T06:41:10.117764Z INFO ThreadId(01) lium::chroot: src/chroot.rs:115: Running remove_bash_logout in...
https://rrmprogramming.com/article/code-coverage-in-rust/
Introduce ``` BtreePagerBuffer