ixgbe(4) spin lock held too long

John Baldwin jhb at freebsd.org
Sat Oct 18 11:56:50 UTC 2014


On Friday, October 17, 2014 11:43:26 PM Adrian Chadd wrote:
> Hm, is this the bug that was just fixed in -HEAD?
> 
> I saw this similar bug on -HEAD with lots of quick connections and
> reused ports. It ended up deferencing a NULL tcp timer pointer from
> the inpcb. Is that what the code in your tree is doing?

This is not a NULL tcp timer pointer.  Instead, the retransmit timer is being 
armed while the persist timer is still armed.

-- 
John Baldwin


More information about the freebsd-net mailing list