From: Jakub Kicinski
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 ca
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
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.
Heiner Kallweit (7):
net: core: try t