Re: [PATCH] xen: Fix XenStore initialisation for XS_LOCAL

2021-01-27 Thread Jürgen Groß
On 26.01.21 18:01, David Woodhouse wrote: From: David Woodhouse In commit 3499ba8198ca ("xen: Fix event channel callback via INTX/GSI") I reworked the triggering of xenbus_probe(). I tried to simplify things by taking out the workqueue based startup triggered from wake_waiting(); the somewhat

Re: [PATCH] xen: Fix XenStore initialisation for XS_LOCAL

2021-01-26 Thread Jürgen Groß
On 26.01.21 22:36, Boris Ostrovsky wrote: On 1/26/21 12:01 PM, David Woodhouse wrote: From: David Woodhouse In commit 3499ba8198ca ("xen: Fix event channel callback via INTX/GSI") I reworked the triggering of xenbus_probe(). I tried to simplify things by taking out the workqueue based start

Re: [PATCH] xen: Fix XenStore initialisation for XS_LOCAL

2021-01-26 Thread Boris Ostrovsky
On 1/26/21 12:01 PM, David Woodhouse wrote: > From: David Woodhouse > > In commit 3499ba8198ca ("xen: Fix event channel callback via INTX/GSI") > I reworked the triggering of xenbus_probe(). > > I tried to simplify things by taking out the workqueue based startup > triggered from wake_waiting

[PATCH] xen: Fix XenStore initialisation for XS_LOCAL

2021-01-26 Thread David Woodhouse
From: David Woodhouse In commit 3499ba8198ca ("xen: Fix event channel callback via INTX/GSI") I reworked the triggering of xenbus_probe(). I tried to simplify things by taking out the workqueue based startup triggered from wake_waiting(); the somewhat poorly named xenbus IRQ handler. I missed t