Re: [PATCH 4.20 237/352] igb: Fix an issue that PME is not enabled during runtime suspend

2019-02-18 Thread niveditas98
Looking at the warning, is it getting triggered because pci_set_power_state is now going to be called twice, once in igb_runtime_suspend and then again in pci_finish_runtime_suspend? On Sat, Feb 16, 2019 at 01:03:32PM -0500, nivedita...@gmail.com wrote: > Bugzilla

Re: [PATCH 4.20 237/352] igb: Fix an issue that PME is not enabled during runtime suspend

2019-02-16 Thread niveditas98
Bugzilla https://bugzilla.kernel.org/show_bug.cgi?id=202571 The igb commit is commit fb29f76cc5668d8fc9e2b04ebfaf4de4f62e1866 On Tue, Feb 12, 2019 at 7:21 PM Arvind Sankar wrote: > > After upgrading to 4.20.8, I got a WARN in my dmesg and I suspect this > change. Reverting it removes this

[PATCH 4.20 237/352] igb: Fix an issue that PME is not enabled during runtime suspend

2019-02-11 Thread Greg Kroah-Hartman
4.20-stable review patch. If anyone has any objections, please let me know. -- [ Upstream commit 1fb3a7a75e2efcc83ef21f2434069cddd6fae6f5 ] I210 ethernet card doesn't wakeup when a cable gets plugged. It's because its PME is not set. Since commit 42eca2302146 ("PCI: Don't