Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/31/1998 18:50:01
thorpej
Fri Jul 31 18:47:24 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv3963/sys
Modified Files:
mbuf.h
Log Message:
Don't call the protocol drain routines if how == M_NOWAIT, which typically
means we're in interrupt context. Since we can be called from a network
hardware interrupt, we could corrupt the protocol queues we try to drain
them at that time.
thorpej
Fri Jul 31 18:47:24 PDT 1998
Update of /cvsroot/src/sys/kern
In directory nb00:/tmp/cvs-serv3963/kern
Modified Files:
uipc_mbuf.c
Log Message:
Don't call the protocol drain routines if how == M_NOWAIT, which typically
means we're in interrupt context. Since we can be called from a network
hardware interrupt, we could corrupt the protocol queues we try to drain
them at that time.