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
F102165630: D31862.diff
Fri, Nov 8, 10:29 AM
Unknown Object (File)
Tue, Oct 22, 8:32 PM
Unknown Object (File)
Sat, Oct 19, 9:30 AM
Unknown Object (File)
Wed, Oct 16, 3:15 AM
Unknown Object (File)
Sep 21 2024, 8:09 AM
Unknown Object (File)
Sep 17 2024, 1:34 PM
Unknown Object (File)
Sep 9 2024, 5:57 AM
Unknown Object (File)
Sep 5 2024, 2:51 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