Skip to content

Fix futex wakeup when CoW has occurred.

Jacob Lorentzon requested to merge 4lDO2/kernel:futex_fix into master

This fixes acid thread most of the time, the rest appears to be relibc race conditions.

Also removes FUTEX_REQUEUE since userspace doesn't use it, and there exist better alternatives if backwards Linux compatibility is not desired (I can add it back otherwise).

Merge request reports