qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul Durrant
Subject: [Qemu-devel] [PATCH v2 0/3] xen: fix a potential crash in xen-bus
Date: Thu, 12 Sep 2019 13:16:43 +0100

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 <address@hidden>
Cc: Stefano Stabellini <address@hidden>
-- 
2.20.1.2.gb21ebb6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]