space-wine 2026-03-22
Fix wineserver FD leak under lock contention and add Rosetta2 workaround
5 files · 239+ · 6-

Wineserver FD leak fix

1 file changed
  • wineserver-fix-lock-fd-leak.patch Patch to close FDs on released locks preventing handle exhaustion under contention
  • Added targeted patch for wineserver FD leak that occurs when multiple processes contend for file locks remediate behavioral
    1 file
    • wineserver-fix-lock-fd-leak.patch

Rosetta2 workaround for macOS ARM

1 file changed
  • wow64cpu-rosetta2-workaround.patch WoW64 CPU workaround for Rosetta2 translation on Apple Silicon
  • Included workaround patch for wow64cpu Rosetta2 issues on Apple Silicon Macs remediate architectural
    1 file
    • wow64cpu-rosetta2-workaround.patch

CI and build updates

3 files changed
  • prove.yml Updated to apply new patches
  • Makefile Updated patch application targets
  • CLAUDE.md Added notes on new patches
  • Updated CI workflow and Makefile to incorporate wineserver and Rosetta2 patches streamline internal
    3 files
    • prove.yml
    • Makefile
    • CLAUDE.md