Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jun 2022 00:46:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258412] kevent EVFILT_TIMER, EV_DISPATCH lost if event is re-enabled
Message-ID:  <bug-258412-227-8P4ANzaJDo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258412-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258412-227@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=3D258412

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Df2ce33a640fddeb0763d4114bc7f06aa5=
21effd0

commit f2ce33a640fddeb0763d4114bc7f06aa521effd0
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-05-25 00:16:32 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-06-08 00:42:25 +0000

    kqueue tests: Add new EVFILT_TIMER regression tests from upstream

    One of the tests exposes the regression reported in PR 264131.

    One test is disabled because FreeBSD does not support setting EV_ONESHOT
    on an already-added periodic timer.  Though, in this case the flag is
    simply ignored, which isn't ideal.

    One test is slightly modified to set EV_ADD when reconfiguring a
    disabled timer per some commentary in PR 258412.

    Ideally we would re-import the test suite from libkqueue but there is a
    fair bit of divergence so this will require some effort.  This just gets
    us one small step closer while increasing test coverage.

    PR:             258412
    Sponsored by:   The FreeBSD Foundation

    (cherry picked from commit d6d4f9b45e0be306bdaf53b2133b2cd0f7642167)

 tests/sys/kqueue/libkqueue/config.h |   1 +
 tests/sys/kqueue/libkqueue/timer.c  | 129 ++++++++++++++++++++++++++++++++=
+++-
 2 files changed, 128 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
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-258412-227-8P4ANzaJDo>