Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 20:42:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 240590] Linuxulator: EPOLLONESHOT is broken
Message-ID:  <bug-240590-4077-HQIbm6unO5@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 #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: wulf
Date: Sun Nov 24 20:41:47 UTC 2019
New revision: 355065
URL: https://svnweb.freebsd.org/changeset/base/355065

Log:
  Linux epoll: Don't deregister file descriptor after EPOLLONESHOT is fired

  Linux epoll does not remove descriptor after one-shot event has been
triggered.
  Set EV_DISPATCH kqueue flag rather then EV_ONESHOT to get the same behavi=
or.

  Required by Linux Steam client.

  PR:           240590
  Reported by:  Alex S <iwtcex@gmail.com>
  Reviewed by:  emaste, imp
  MFC after:    1 week
  Differential Revision:        https://reviews.freebsd.org/D22513

Changes:
  head/sys/compat/linux/linux_event.c

--=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-HQIbm6unO5>