[PATCH xserver 0/2] os: Fix write block handling in poll(2) path

Keith Packard keithp at keithp.com
Wed Sep 21 23:53:44 UTC 2016


My previous attempt to fix this just hit the wrong variable to fix
edge triggering; it should have reset the POLLOUT bit in
ospoll->osfds[pos].revents instead of ospoll->fds[pos].revents. With
that fixed, it looks like the poll(2) path is working.



More information about the xorg-devel mailing list