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

_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to