qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus
@ 2019-09-13  8:20 Paul Durrant
  2019-09-13  8:20 ` [Qemu-devel] [PATCH v3 1/3] xen / notify: introduce a new XenWatchList abstraction Paul Durrant
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Paul Durrant @ 2019-09-13  8:20 UTC (permalink / raw)
  To: qemu-devel, xen-devrel; +Cc: Anthony Perard, Paul Durrant, Stefano Stabellini

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 objects
  xen: perform XenDevice clean-up in XenBus watch handler

 hw/xen/trace-events      |   9 +-
 hw/xen/xen-bus.c         | 277 ++++++++++++++++++++++++++++-----------
 include/hw/xen/xen-bus.h |   8 +-
 include/qemu/notify.h    |   2 +
 util/notify.c            |   5 +
 5 files changed, 220 insertions(+), 81 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
-- 
2.20.1.2.gb21ebb6



^ permalink raw reply	[flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus
@ 2019-09-13  8:21 Paul Durrant
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Durrant @ 2019-09-13  8:21 UTC (permalink / raw)
  To: qemu-devel, xen-devel; +Cc: Anthony Perard, Paul Durrant, Stefano Stabellini

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 objects
  xen: perform XenDevice clean-up in XenBus watch handler

 hw/xen/trace-events      |   9 +-
 hw/xen/xen-bus.c         | 277 ++++++++++++++++++++++++++++-----------
 include/hw/xen/xen-bus.h |   8 +-
 include/qemu/notify.h    |   2 +
 util/notify.c            |   5 +
 5 files changed, 220 insertions(+), 81 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
-- 
2.20.1.2.gb21ebb6



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-13  8:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-13  8:20 [Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus Paul Durrant
2019-09-13  8:20 ` [Qemu-devel] [PATCH v3 1/3] xen / notify: introduce a new XenWatchList abstraction Paul Durrant
2019-09-13  8:20 ` [Qemu-devel] [PATCH v3 2/3] xen: introduce separate XenWatchList for XenDevice objects Paul Durrant
2019-09-13  8:20 ` [Qemu-devel] [PATCH v3 3/3] xen: perform XenDevice clean-up in XenBus watch handler Paul Durrant
2019-09-13  8:21 ` [Qemu-devel] [PATCH v3 0/3] xen: fix a potential crash in xen-bus Paul Durrant
  -- strict thread matches above, loose matches on Subject: below --
2019-09-13  8:21 Paul Durrant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).