https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231428

Andrey V. Elsukov <a...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lstew...@freebsd.org

--- Comment #6 from Andrey V. Elsukov <a...@freebsd.org> ---
(In reply to Matt Macy from comment #5)
> Alright. Let's at least be specific then. Add a:
>  #define INP_INFO_WUNLOCK_ASSERT(ipi)         mtx_assert(&(ipi)->ipi_lock,
> MA_NOTOWNED)
> 
> 
> Replace INP_INFO_UNLOCK_ASSERT(&V_tcbinfo) on line 803 with
> INP_INFO_WUNLOCK_ASSERT(...)

tcp_input(), tcp_input_data() and siftr_findinpcb() use
INP_INFO_UNLOCK_ASSERT() in several places. I think these places also should be
revised.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to