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)
Thu, Mar 12, 3:26 AM
Unknown Object (File)
Mon, Mar 9, 7:21 PM
Unknown Object (File)
Fri, Mar 6, 10:59 AM
Unknown Object (File)
Sun, Mar 1, 1:29 PM
Unknown Object (File)
Feb 11 2026, 1:39 AM
Unknown Object (File)
Jan 25 2026, 5:12 AM
Unknown Object (File)
Jan 24 2026, 8:36 PM
Unknown Object (File)
Jan 20 2026, 4:17 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