Tags give the ability to mark specific points in history as being important
-
pull-ide-2026-07-30
89d7cc46 · ·IDE patches - fix a main-loop deadlock when an ATAPI PIO read spanning several sectors is in flight while a drain starts: the nested sector fetch was issued synchronously from inside the completion of the first read and queued behind the drain, which then never finished - read the whole ATAPI elementary transfer in one asynchronous request instead, removing cd_read_sector_sync() - extend the IDE/AHCI qtest coverage of ATAPI CD reads: parametrized read helper, multi-sector DMA, raw 2352-byte READ CD on both delivery paths, and a regression test for the deadlock above - add myself as an IDE maintainer
-
pull-parallels-2026-07-28
352587cb · ·Parallels block driver patches - fix a reachable assert()/process abort on a crafted image with an inconsistent BAT vs. advertised disk size (GitLab #3804) - fix related integer overflows capping the format's usable catalog size below its documented maximum - reject BAT entries pointing outside the data area in either direction - harden the dirty-bitmap extension loader against a reachable abort and an unsafe allocator
-
pull-parallels-2026-07-22
2a1c3157 · ·Parallels block driver patches - fix a reachable assert()/process abort on a crafted image with an inconsistent BAT vs. advertised disk size (GitLab #3804) - fix related integer overflows capping the format's usable catalog size below its documented maximum - reject BAT entries pointing outside the data area in either direction - harden the dirty-bitmap extension loader against a reachable abort and an unsafe allocator