7effbf08 | 16-Jul-2025 |
David Hanisch <hanisch@strato.de> |
udp: fix panic 'Deadlock: cycle in blocking chain'
There is a connection lock hidden in CONN_INC_REF. This lock must not be entered when the reuselist lock is helt, the lock order is the other way a
udp: fix panic 'Deadlock: cycle in blocking chain'
There is a connection lock hidden in CONN_INC_REF. This lock must not be entered when the reuselist lock is helt, the lock order is the other way around. A try enter prevents the deadlock.
refs #5392
show more ...
|
7256a34e | 19-Jul-2013 |
Dan McDonald <danmcd@nexenta.com> |
3895 {tcp,udp}_{largest,smallest}_anon_port should reality-check Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@da
3895 {tcp,udp}_{largest,smallest}_anon_port should reality-check Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
show more ...
|