qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] xen: fix a potential crash in xen-bus
@ 2019-09-12 12:16 Paul Durrant
  2019-09-12 12:16 ` [Qemu-devel] [PATCH v2 1/3] xen / notify: introduce a new XenWatchList abstraction Paul Durrant
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paul Durrant @ 2019-09-12 12:16 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         | 267 ++++++++++++++++++++++++++++-----------
 include/hw/xen/xen-bus.h |   7 +-
 include/qemu/notify.h    |   2 +
 util/notify.c            |   5 +
 5 files changed, 213 insertions(+), 77 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
-- 
2.20.1.2.gb21ebb6



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12 12:16 [Qemu-devel] [PATCH v2 0/3] xen: fix a potential crash in xen-bus Paul Durrant
2019-09-12 12:16 ` [Qemu-devel] [PATCH v2 1/3] xen / notify: introduce a new XenWatchList abstraction Paul Durrant
2019-09-12 12:16 ` [Qemu-devel] [PATCH v2 2/3] xen: introduce separate XenWatchList for XenDevice objects Paul Durrant
2019-09-12 12:16 ` [Qemu-devel] [PATCH v2 3/3] xen: perform XenDevice clean-up in XenBus watch handler Paul Durrant
2019-09-12 15:04   ` Anthony PERARD
2019-09-12 15:15     ` Paul Durrant
2019-09-13  8:03       ` 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).