svn commit: r303096 - head/sys/kern

Hans Petter Selasky hps at selasky.org
Thu Jul 21 08:08:05 UTC 2016


On 07/20/16 18:44, Gleb Smirnoff wrote:
> Author: glebius
> Date: Wed Jul 20 16:44:22 2016
> New Revision: 303096
> URL: https://svnweb.freebsd.org/changeset/base/303096
>
> Log:
>   Revert r303037. It re-introduces the panic with TCP timers.
>
>   Agreed by:	rrs, re (gjb)
>
> Modified:
>   head/sys/kern/kern_timeout.c
>

Hi,

The panic with TCP timers can also be fixes calling callout_stop() twice 
instead of once.

First time out call it it will return 1,0,-1. Second time only 0 or -1.

--HPS



More information about the svn-src-head mailing list