Page MenuHomeFreeBSD

Add a test for https://reviews.freebsd.org/D31858 (PR 258310)
ClosedPublic

Authored by arichardson on Sep 6 2021, 3:20 PM.
Tags
None
Referenced Files
F170792940: D31862.id.diff
Sun, Sep 6, 4:07 PM
F170767454: D31862.diff
Sun, Sep 6, 12:42 PM
Unknown Object (File)
Sat, Sep 5, 8:50 PM
Unknown Object (File)
Sat, Aug 29, 9:33 PM
Unknown Object (File)
Wed, Aug 26, 1:53 AM
Unknown Object (File)
Fri, Aug 21, 6:51 AM
Unknown Object (File)
Fri, Aug 21, 6:19 AM
Unknown Object (File)
Wed, Aug 19, 4:22 AM
Subscribers

Details

Summary

This test (based on https://github.com/jiixyj/epoll-shim/pull/32#issuecomment-891276654)
fails reproducibly on QEMU with KVM and -smp 2 prior to D31858 and passes
with the patch applied.

Test Plan

Passes with D31858 (and fails on smp qemu before)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41416
Build 38305: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 6 2021, 3:34 PM
tests/sys/kqueue/kqueue_peek_signal.c
32

This tag is definitely extra.

73

No, as I said, the issue is not with the signal visibility. It is the visibility of the nested kqueue activation.

arichardson marked an inline comment as done.

Correct comment and drop $FreeBSD$ tags

This revision now requires review to proceed.Sep 7 2021, 9:33 AM
This revision is now accepted and ready to land.Sep 7 2021, 9:54 AM