Page MenuHomeFreeBSD

inpcb: garbage collect INP_LOCK_INIT(), used only once in sctp
ClosedPublic

Authored by glebius on Dec 17 2021, 7:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 14, 2:11 PM
Unknown Object (File)
Sat, Feb 7, 10:36 PM
Unknown Object (File)
Jan 26 2026, 9:35 AM
Unknown Object (File)
Jan 25 2026, 1:17 PM
Unknown Object (File)
Jan 25 2026, 10:17 AM
Unknown Object (File)
Jan 22 2026, 9:53 AM
Unknown Object (File)
Dec 20 2025, 1:42 PM
Unknown Object (File)
Dec 20 2025, 5:23 AM

Diff Detail

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

Event Timeline

tuexen added inline comments.
sys/netinet/sctp_pcb.c
2501

Could you just replace the code here instead of putting it into SCTP_INP_LOCK_INIT()?

Re-do per Michael suggestion.

This revision is now accepted and ready to land.Dec 17 2021, 8:15 PM