cvs commit: src/sys/kern kern_event.c

Sascha Wildner saw at online.de
Sat Mar 25 10:28:39 PST 2006


Matthew Dillon wrote:
:drhodus     2006/03/23 12:48:09 PST
:
:DragonFly src repository
:
:  Modified files:
:    sys/kern             kern_event.c 
:  Log:
:  Merge from FreeBSD.
:  
:  Multiple interrupt handlers may try to queue an event for a
:  nested kqueue.
:  
:  Revision  Changes    Path
:  1.19      +4 -1      src/sys/kern/kern_event.c
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_event.c.diff?r1=1.18&r2=1.19&f=u

    Please Undo this change.  The only callers of knote_enqueue() already 
    check the KN_QUEUED state and since they are also messing with other 
    fields in the knote, they had better be serialized or we face much
    worse problems.
Is that still current, since it hasn't been undone yet.

Sascha

--
http://yoyodyne.ath.cx




More information about the Commits mailing list