NetBSD-Bugs archive

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

PR/41114 CVS commit: [netbsd-5] src/sys/net



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

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41114 CVS commit: [netbsd-5] src/sys/net
Date: Sat, 4 Apr 2009 18:00:03 +0000

 Module Name:   src
 Committed By:  snj
 Date:          Sat Apr  4 18:00:03 UTC 2009
 
 Modified Files:
        src/sys/net [netbsd-5]: if_bridge.c if_bridgevar.h
 
 Log Message:
 Pull up following revision(s) (requested by bouyer in ticket #660):
        sys/net/if_bridge.c: revision 1.65
        sys/net/if_bridgevar.h: revision 1.14
 Fix for if_start() and pfil_hook() being called from hardware interrupt
 context (reported on various mailing-lists, and part of PR kern/41114,
 causing panic in pf(4) and possibly ipf(4) when BRIDGE_IPF is used).
 Defer bridge_forward() to a software interrupt; bridge_input() enqueues
 mbufs to ifp->if_snd which is handled in bridge_forward().
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.62 -r1.62.6.1 src/sys/net/if_bridge.c
 cvs rdiff -u -r1.11 -r1.11.46.1 src/sys/net/if_bridgevar.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