Re: [PATCH net-next 0/7] r8169: mark device as detached in PCI D3 and improve locking

2020-06-22 Thread David Miller
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

Re: [PATCH net-next 0/7] r8169: mark device as detached in PCI D3 and improve locking

2020-06-22 Thread Jakub Kicinski
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

[PATCH net-next 0/7] r8169: mark device as detached in PCI D3 and improve locking

2020-06-20 Thread Heiner Kallweit
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