Merge branch 'r8169-mark-device-as-detached-in-PCI-D3-and-improve-locking'
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 Jun 2020 23:26:02 +0000 (16:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Jun 2020 23:26:02 +0000 (16:26 -0700)
commit3b87cfefab40604306e5fe6eb4b8c5ec99a865d3
treee7a475880dc0f1d807032498b6688e9b91763b88
parent8878adba6ab5414c36b693e09fe46c4416072cc7
parent288302dab34ece4993ea3dd011299f406b78f237
Merge branch 'r8169-mark-device-as-detached-in-PCI-D3-and-improve-locking'

Heiner Kallweit says:

====================
r8169: mark device as detached in PCI D3 and improve locking

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.
====================

Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>