Module Name: src Committed By: bouyer Date: Tue Feb 16 08:41:32 UTC 2016
Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: 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.66 -r1.67 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.