Module Name: src Committed By: martin Date: Sun Mar 6 18:52:07 UTC 2016
Modified Files: src/sys/arch/xen/xen [netbsd-7]: if_xennet_xenbus.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1125): sys/arch/xen/xen/if_xennet_xenbus.c: revision 1.67 In xennet_xenbus_detach(), remove the event handler early (just after xennet_stop()) so that we don't get events while slepping (e.g. in softint_disestablish()) when some structures have already been freed. Problem reported and patch tested by Rohan Desai. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.63.2.1 src/sys/arch/xen/xen/if_xennet_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.