Richard Yao
Richard Yao
### Motivation and Context Coverity reported this as a memory leak. ### Description A comment says that the caller should free k_out, but the pointer passed via k_out is not...
Recently, coverity static analysis found a use-after-free bug in the btree code in openzfs/zfs. It had been detected causing problems in the wild on debug builds in 2020: https://github.com/openzfs/zfs/issues/10989 On...
I was trying to debug a kernel issue on a client's Ubuntu machine and needed a newer bcc according to #2119. Unfortunately, there is an expired certificate issue preventing the...
When this is merged into OpenZFS, a buildbot would need to be added. If the build process and test suite could be run on puredarwin, that would simplify the process...
https://github.com/openzfs/zfs/commit/13f2b8fb92c23090b9f6e701c8471aef6b8e917b This appears to be a fairly critical issue. I suggest cherry-picking it from the OpenZFS repository.
My iPhone 6 Plus has a 4 hour battery life when running GBA4iOS while the original GBA hardware was rated for 15 hours. The iPhone 6 Plus does over 10...
I have been lobbying the developers of Rogue Company to turn on Proton EAC support for months, and a few weeks ago, they finally did, but it was broken on...
I gave your LiveCD a try, but it does not contain SCSI drivers. I am using those to do development in VMWare Player because I find SCSI to be more...
### Motivation and Context We currently compute a 64-bit hash three times, which consumes 0.8% CPU time on ARC eviction heavy workloads. This was done by Klara Systems and sponsored...
### Motivation and Context When processing abds, we execute 1 `kfpu_begin()`/`kfpu_end()` pair on every page in the abd. This is wasteful and slows down checksum performance versus what the fletcher4...