Subject: PR/29546 CVS commit: src/sys/net
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Manuel Bouyer <bouyer@netbsd.org>
List: netbsd-bugs
Date: 06/10/2005 10:29:02
The following reply was made to PR kern/29546; it has been noted by GNATS.
From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/29546 CVS commit: src/sys/net
Date: Fri, 10 Jun 2005 10:28:17 +0000 (UTC)
Module Name: src
Committed By: bouyer
Date: Fri Jun 10 10:28:17 UTC 2005
Modified Files:
src/sys/net: if_tap.c
Log Message:
call (ifp->if_input) at splnet(). ifp->if_input points to ether_input()
which doesn't raise the IPL itself in all cases.
Should also fix PR 29546 (the pkgsrc kernel module needs to be updated).
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/net/if_tap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.