From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Date: Thu, 23 Mar 2017 13:37:40 +0000 Subject: Re: [Xen-devel] [PATCH] xen, fbfront: fix connecting to backend Message-Id: <58D3DDB40200007800146C6B@prv-mh.provo.novell.com> List-Id: References: <20170323125252.11763-1-jgross@suse.com> In-Reply-To: <20170323125252.11763-1-jgross@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Juergen Gross Cc: xen-devel@lists.xenproject.org, boris.ostrovsky@oracle.com, b.zolnierkie@samsung.com, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org >>> On 23.03.17 at 13:52, wrote: > Connecting to the backend isn't working reliably in xen-fbfront: in > case XenbusStateInitWait of the backend has been missed the backend > transition to XenbusStateConnected will trigger the connected state > only without doing the actions required when the backend has > connected. Looks like xen-kbdfront does exactly the same - shouldn't it also be changed then? Jan