cvs commit: src/sys/kern kern_event.c

Matthew Dillon dillon at apollo.backplane.com
Thu Mar 23 12:53:23 PST 2006


: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.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list