public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen/xenbus: better handle backend crash
@ 2026-02-12  8:38 Juergen Gross
  2026-02-12  8:38 ` [PATCH 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state() Juergen Gross
  0 siblings, 1 reply; 3+ messages in thread
From: Juergen Gross @ 2026-02-12  8:38 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. 

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         | 16 +++++++--
 drivers/xen/xenbus/xenbus_probe.c          | 42 ++++++++++++++++++++--
 drivers/xen/xenbus/xenbus_probe_frontend.c |  2 +-
 include/xen/xenbus.h                       |  4 ++-
 8 files changed, 83 insertions(+), 35 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-02-12 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12  8:38 [PATCH 0/2] xen/xenbus: better handle backend crash Juergen Gross
2026-02-12  8:38 ` [PATCH 1/2] xenbus: add xenbus_device parameter to xenbus_read_driver_state() Juergen Gross
2026-02-12 14:04   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox