From: Jakub Kicinski <k...@kernel.org> Date: Mon, 22 Jun 2020 15:27:04 -0700
> On Sat, 20 Jun 2020 22:33:39 +0200 Heiner Kallweit wrote: >> Mark the netdevice as detached whenever parent is in PCI D3hot and not >> accessible. This mainly applies to runtime-suspend state. >> In addition take RTNL lock in suspend calls, this allows to remove >> the driver-specific mutex and improve PM callbacks in general. > > Not an expert on PM but looks like a nice improvement to me: > > Reviewed-by: Jakub Kicinski <k...@kernel.org> Series applied, thanks everyone.