[Bug 240590] Linuxulator: EPOLLONESHOT is broken
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 24 20:48:40 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240590
--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:
Author: wulf
Date: Sun Nov 24 20:47:40 UTC 2019
New revision: 355067
URL: https://svnweb.freebsd.org/changeset/base/355067
Log:
Linux epoll: Register events with zero event mask
Such an events are legal and should be interpreted as EPOLLERR | EPOLLHUP.
Register a disabled kqueue event in that case as we do not support EPOLLHUP
yet.
Required by Linux Steam client.
PR: 240590
Reported by: Alex S <iwtcex at gmail.com>
Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D22516
Changes:
head/sys/compat/linux/linux_event.c
head/sys/compat/linux/linux_event.h
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-emulation
mailing list