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)
Dec 7 2024, 9:22 PM
Unknown Object (File)
Dec 7 2024, 9:22 PM
Unknown Object (File)
Dec 7 2024, 9:22 PM
Unknown Object (File)
Dec 7 2024, 9:22 PM
Unknown Object (File)
Dec 7 2024, 11:49 AM
Unknown Object (File)
Dec 6 2024, 2:15 AM
Unknown Object (File)
Nov 26 2024, 9:43 AM
Unknown Object (File)
Nov 22 2024, 3:07 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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