Page MenuHomeFreeBSD

inpcb: use epoch protection when doing prison checks
ClosedPublic

Authored by glebius on Dec 8 2021, 6:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:39 PM
Unknown Object (File)
Jan 12 2024, 6:16 PM
Unknown Object (File)
Dec 20 2023, 4:41 AM
Unknown Object (File)
Dec 12 2023, 12:05 AM
Unknown Object (File)
Nov 21 2023, 2:21 AM
Unknown Object (File)
Oct 30 2023, 4:17 AM
Unknown Object (File)
Oct 30 2023, 4:17 AM
Unknown Object (File)
Oct 30 2023, 3:45 AM
Subscribers

Details

Summary

The pcb lookup always happens in the network epoch and in SMR section.
We can't block on a mutex due to the latter. Now that prison address
lists are protected by the network epoch, use the locked variant of KPI.

Fixes: de2d47842e8

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43240
Build 40128: arc lint + arc unit