Date: Thu, 23 Aug 2018 16:53:34 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 230845] VIMAGE regression: breaks netfront suspend/resume Message-ID: <bug-230845-7501-HvM0Enwf7Q@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230845-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-230845-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230845 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: kp Date: Thu Aug 23 16:52:53 UTC 2018 New revision: 338256 URL: https://svnweb.freebsd.org/changeset/base/338256 Log: xen/netfront: Ensure curvnet is set netfront_backend_changed() is called from the xenwatch_thread(), which me= ans that the curvnet is not set. We have to set it before we can call things = like arp_ifinit(). PR: 230845 Changes: head/sys/dev/xen/netfront/netfront.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230845-7501-HvM0Enwf7Q>