Page MenuHomeFreeBSD

tests: Fix race condition in aslr_setuid
ClosedPublic

Authored by des on Jun 22 2026, 9:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 16, 7:12 AM
Unknown Object (File)
Sat, Sep 12, 8:59 AM
Unknown Object (File)
Sat, Sep 12, 7:59 AM
Unknown Object (File)
Fri, Sep 11, 2:09 PM
Unknown Object (File)
Tue, Sep 8, 2:45 PM
Unknown Object (File)
Tue, Sep 8, 1:19 PM
Unknown Object (File)
Tue, Sep 8, 9:28 AM
Unknown Object (File)
Mon, Sep 7, 1:58 PM
Subscribers

Details

Summary

Use a cloexec pipe to block the parent until the child is ready.

While here, redirect the output from ping to /dev/null, and mark the
test as requiring the inet feature since we ping the IPv4 loopback.

PR: 296116
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Jun 22 2026, 9:19 AM

Thanks.

Have you ever tried to run the test suite without an INET stack?

This revision is now accepted and ready to land.Jun 22 2026, 12:33 PM

Have you ever tried to run the test suite without an INET stack?

Bits and pieces. Never the whole thing.

This revision was automatically updated to reflect the committed changes.