Date: Sun, 24 Nov 2019 20:48:40 +0000 From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 240590] Linuxulator: EPOLLONESHOT is broken Message-ID: <bug-240590-4077-CGBQhqofBL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240590-4077@https.bugs.freebsd.org/bugzilla/> References: <bug-240590-4077@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240590 --- Comment #9 from commit-hook@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 EPOLLH= UP yet. Required by Linux Steam client. PR: 240590 Reported by: Alex S <iwtcex@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 --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240590-4077-CGBQhqofBL>