Page MenuHomeFreeBSD

ipfw: remove locking workarounds in the table code
ClosedPublic

Authored by glebius on Jan 7 2026, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 26, 3:04 PM
Unknown Object (File)
Tue, Aug 25, 7:18 PM
Unknown Object (File)
Mon, Aug 24, 2:12 AM
Unknown Object (File)
Mon, Aug 24, 12:35 AM
Unknown Object (File)
Wed, Aug 12, 11:35 AM
Unknown Object (File)
Wed, Aug 12, 1:29 AM
Unknown Object (File)
Sun, Aug 9, 3:36 AM
Unknown Object (File)
Sun, Aug 9, 3:10 AM

Details

Summary

Before the "upper half lock" became sleepable the table manipulation code
needed sophisticated workarounds to recover from races, where the lock is
temporarily dropped to do malloc(M_WAITOK). Remove all these workarounds
as they are no longer needed.

Diff Detail

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