mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
xen/xenbus: log more information when device state got reset
Ease diagnosing what actually changed. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com> Message-ID: <20260803030822.4104093-1-marmarek@invisiblethingslab.com>
This commit is contained in:
parent
5d519a058c
commit
b143433180
|
|
@ -687,7 +687,8 @@ void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)
|
|||
* and new one needs to be probed.
|
||||
*/
|
||||
dev_warn(&dev->dev,
|
||||
"state reset occurred, reconnecting\n");
|
||||
"state reset occurred (xenstore state %u, local state %u, xenstore backend %u, local backend %u), reconnecting\n",
|
||||
state, dev->state, backend, dev->otherend_id);
|
||||
dev->vanished = true;
|
||||
}
|
||||
if (dev->vanished) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user