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

Paul Durrant posted 3 patches 4 years, 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/xen/trace-events      |   9 +-
hw/xen/xen-bus.c         | 266 ++++++++++++++++++++++++++++-----------
include/hw/xen/xen-bus.h |   7 +-
include/qemu/notify.h    |   2 +
util/notify.c            |   5 +
5 files changed, 212 insertions(+), 77 deletions(-)
[Xen-devel] [PATCH 0/3] xen: fix a potential crash in xen-bus
Posted by Paul Durrant 4 years, 7 months ago
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         | 266 ++++++++++++++++++++++++++++-----------
 include/hw/xen/xen-bus.h |   7 +-
 include/qemu/notify.h    |   2 +
 util/notify.c            |   5 +
 5 files changed, 212 insertions(+), 77 deletions(-)
---
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
-- 
2.20.1.2.gb21ebb6


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel