[Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus

2019-09-13 Thread Paul Durrant
This series fixes a potential segfault caused by NotifierList corruption in xen-bus. The first two patches lay the groundwork and the third actually fixes the problem. Paul Durrant (3): xen / notify: introduce a new XenWatchList abstraction xen: introduce separate XenWatchList for XenDevice ob

Re: [Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus

2019-09-13 Thread Paul Durrant
I typo-ed 'xen-devel'. I'll re-send. Paul > -Original Message- > From: Paul Durrant > Sent: 13 September 2019 09:21 > To: qemu-devel@nongnu.org; xen-dev...@lists.xenproject.org > Cc: Paul Durrant ; Anthony Perard > ; Stefano > Stabellini > Subject: [PATCH v3 0/3] xen: fix a potential

[Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus

2019-09-13 Thread Paul Durrant
This series fixes a potential segfault caused by NotifierList corruption in xen-bus. The first two patches lay the groundwork and the third actually fixes the problem. Paul Durrant (3): xen / notify: introduce a new XenWatchList abstraction xen: introduce separate XenWatchList for XenDevice ob