Niclas Hedam
Niclas Hedam
This is a very primitive fix for #33, which can serve as inspiration for the real fix. It will skip any addresses that is out of bounds.
vblk will send administrative read commands for a predefined number of sectors regardless of the actual number of sectors to be read. https://github.com/OpenChannelSSD/liblightnvm/blob/master/src/nvm_vblk.c#L575 > const size_t cmd_nsectr = vblk->flags &...
When submitting an asynchronous transfer using `xdma_xfer_submit_nowait`, XDMA ends up in a bad state. This happens because XDMA partitions the DMA into multiple pieces when there are more descriptors than...
We need a few more documentation entries in the `docs` folder. I think these would make good sense: - [x] `What is eBPF?` - [ ] `How are eBPF programs...
### Description If a task is malformed—for example, due to invalid Hashcat parameters—the error is currently attributed to the agent. If the agent is configured to stop on errors, a...