On Fri, Jun 05, 2026 at 05:55:47PM +0530, Mallesh Koujalagi wrote: > When ``WEDGED=cold-reset`` is sent, it indicates that the device has > encountered an error condition that cannot be resolved through other > recovery methods such as driver rebind or bus reset, and requires a > complete device power cycle to restore functionality.
... > + if [ -e "$PCI_DEVS/$dev" ]; then > + echo "Done: $dev is back online." > + else > + echo "WARNING: $dev did not re-appear after reset." ... after "rescan". Reviewed-by: Raag Jadav <[email protected]>
