NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/50602 CVS commit: src/sys/net



The following reply was made to PR kern/50602; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50602 CVS commit: src/sys/net
Date: Mon, 15 Feb 2016 08:08:05 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Mon Feb 15 08:08:04 UTC 2016
 
 Modified Files:
 	src/sys/net: if.c if.h
 
 Log Message:
 Run if_link_state_change in softint
 
 if_link_state_change can execute the network stack that is expected to
 not run in hardware interrupt (at least now), however network drivers
 may call it in hardware interrupt. Avoid that by introducing a new
 softint for if_link_state_change.
 
 The original patch is provided by mlelstv@ and tweaked a bit by me.
 
 Should fix PR kern/50602.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.323 -r1.324 src/sys/net/if.c
 cvs rdiff -u -r1.195 -r1.196 src/sys/net/if.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index