Page MenuHomeFreeBSD

tests: Fix race condition in aslr_setuid
ClosedPublic

Authored by des on Jun 22 2026, 9:19 AM.
Tags
None
Referenced Files
F167185257: D57734.diff
Wed, Aug 19, 5:34 PM
Unknown Object (File)
Wed, Aug 12, 11:41 PM
Unknown Object (File)
Mon, Aug 10, 1:52 PM
Unknown Object (File)
Mon, Aug 10, 10:18 AM
Unknown Object (File)
Sun, Aug 9, 7:44 PM
Unknown Object (File)
Sat, Aug 8, 9:56 PM
Unknown Object (File)
Sat, Aug 8, 6:50 PM
Unknown Object (File)
Sat, Aug 8, 11:25 AM
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.