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
Unknown Object (File)
Sat, Mar 28, 8:16 AM
Unknown Object (File)
Fri, Mar 27, 2:34 PM
Unknown Object (File)
Thu, Mar 19, 2:31 PM
Unknown Object (File)
Thu, Mar 19, 2:27 PM
Unknown Object (File)
Mon, Mar 16, 1:29 PM
Unknown Object (File)
Sun, Mar 15, 11:32 PM
Unknown Object (File)
Tue, Mar 3, 3:47 PM
Unknown Object (File)
Mon, Mar 2, 1:06 PM
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 41407
Build 38296: 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
31

This tag is definitely extra.

72

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