Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2006 18:15:30 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_event.c
Message-ID:  <200603291815.k2TIFU48060818@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmg         2006-03-29 18:15:30 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  hold the list lock over the f_event and KNOTE_ACTIVATE calls...  This closes
  a race where data could come in before we clear the INFLUX flag, and get
  skipped over by knote (and hence never be activated, though it should of
  been)...
  
  Found by:       glebius & co.
  Reviewed by:    glebius
  MFC after:      3 days
  
  Revision  Changes    Path
  1.96      +1 -1      src/sys/kern/kern_event.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603291815.k2TIFU48060818>