Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ozaki-r
Date:           Fri Jan 20 08:35:33 UTC 2017

Modified Files:
        src/sys/net: if.c
        src/sys/rump/net/lib/libnetinet: netinet_component.c
        src/tests/net/if: t_ifconfig.sh

Log Message:
Protect if_clone data with if_clone_mtx

To this end, carpattach needs to be delayed from RUMP_COMPONENT_NET to
RUMP_COMPONENT_NET_IF on rump_server. Otherwise mutex_enter via carpattach
for if_clone_mtx is called before mutex_init for it in ifinit1.


To generate a diff of this commit:
cvs rdiff -u -r1.371 -r1.372 src/sys/net/if.c
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/net/lib/libnetinet/netinet_component.c
cvs rdiff -u -r1.14 -r1.15 src/tests/net/if/t_ifconfig.sh

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