NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59340 CVS commit: [netbsd-10] src/sys/net
The following reply was made to PR kern/59340; it has been noted by GNATS.
From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59340 CVS commit: [netbsd-10] src/sys/net
Date: Thu, 15 May 2025 17:58:18 +0000
Module Name: src
Committed By: martin
Date: Thu May 15 17:58:18 UTC 2025
Modified Files:
src/sys/net [netbsd-10]: if_bridge.c if_bridgevar.h
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1116):
sys/net/if_bridge.c: revision 1.199
sys/net/if_bridgevar.h: revision 1.40
bridge: resolve a race condition in bridge_stop()
Without BRIDGE_LOCK, the callout can be scheduled after callout_halt.
Note that we should avoid depending on IFF_RUNNING which can be racy.
Suggested by riastradh at
https://mail-index.netbsd.org/source-changes-d/2025/04/16/msg014470.html
PR kern/59340
To generate a diff of this commit:
cvs rdiff -u -r1.189.4.2 -r1.189.4.3 src/sys/net/if_bridge.c
cvs rdiff -u -r1.37.4.1 -r1.37.4.2 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