All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  xen/xenbus: better handle backend crash
@ 2026-02-18  9:52 Juergen Gross
  2026-02-18  9:52 ` [PATCH v2 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state() Juergen Gross
  2026-02-18  9:52 ` [PATCH v2 2/2] xen/xenbus: better handle backend crash Juergen Gross
  0 siblings, 2 replies; 6+ messages in thread
From: Juergen Gross @ 2026-02-18  9:52 UTC (permalink / raw)
  To: linux-kernel, netdev, linux-pci, linux-scsi
  Cc: Juergen Gross, Stefano Stabellini, Oleksandr Tyshchenko,
	Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Bjorn Helgaas, James E.J. Bottomley,
	Martin K. Petersen, xen-devel

This small series fixes PV-device frontend side handling in case the
backend crashed and has come up again.

The old device will be discarded and the replacement can be used
instead.

Changes in V2:
- fixed one comment related build warning

Juergen Gross (2):
  xenbus: add xenbus_device parameter to xenbus_read_driver_state()
  xen/xenbus: better handle backend crash

 drivers/net/xen-netfront.c                 | 34 +++++++++---------
 drivers/pci/xen-pcifront.c                 |  8 ++---
 drivers/scsi/xen-scsifront.c               |  2 +-
 drivers/xen/xen-pciback/xenbus.c           | 10 +++---
 drivers/xen/xenbus/xenbus_client.c         | 17 +++++++--
 drivers/xen/xenbus/xenbus_probe.c          | 42 ++++++++++++++++++++--
 drivers/xen/xenbus/xenbus_probe_frontend.c |  2 +-
 include/xen/xenbus.h                       |  4 ++-
 8 files changed, 84 insertions(+), 35 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-02-24 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-18  9:52 [PATCH v2 0/2] xen/xenbus: better handle backend crash Juergen Gross
2026-02-18  9:52 ` [PATCH v2 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state() Juergen Gross
2026-02-18 17:44   ` Bjorn Helgaas
2026-02-19  0:26   ` Jakub Kicinski
2026-02-24 19:20   ` Martin K. Petersen
2026-02-18  9:52 ` [PATCH v2 2/2] xen/xenbus: better handle backend crash Juergen Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.