NetBSD-Bugs archive

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

PR/54153 CVS commit: [netbsd-8] src/sys/arch/arm/sunxi



The following reply was made to PR port-arm/54153; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54153 CVS commit: [netbsd-8] src/sys/arch/arm/sunxi
Date: Sun, 12 May 2019 09:19:07 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun May 12 09:19:07 UTC 2019
 
 Modified Files:
 	src/sys/arch/arm/sunxi [netbsd-8]: sunxi_emac.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #1259):
 
 	sys/arch/arm/sunxi/sunxi_emac.c: revision 1.26
 
 Protect ether_multi list
 
 The list can be racy if NET_MPSAFE is enabled and the driver is executed without
 KERNEL_LOCK.
 
 Fix PR 54153
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4.4.4 -r1.4.4.5 src/sys/arch/arm/sunxi/sunxi_emac.c
 
 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