diff mbox

Issue with commit de3ef1eb1cd - PM / core: Drop run_wake flag from struct dev_pm_info [Was: MEI-related WARN_ON() triggered during resume-from-sleep on v4.13-rc2+]

Message ID CAJZ5v0hMdu3hZoc4YOE6YteHLuXkO7V63cTiCbBENBGT4cLp2g@mail.gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Rafael J. Wysocki Aug. 1, 2017, 12:05 a.m. UTC
On Tue, Aug 1, 2017 at 1:55 AM, Rafael J. Wysocki <rafael@kernel.org> wrote:
> Hi,
>
> On Tue, Aug 1, 2017 at 12:16 AM, Dominik Brodowski
> <linux@dominikbrodowski.net> wrote:
>> Rafael, Mika, Bjorn and Tomas,
>>
>> can't explain exactly what causes breakage between MEI and PM first seen on
>> v4.13-rc2 (ther was a typo in the orignal message), but I was able to bisect
>> it down to commit
>>
>> [de3ef1eb1cd0cc3a75f7a3661e10ed827f370ab8] PM / core: Drop run_wake flag from struct dev_pm_info
>>
>
> [cut]
>
>>>
>>> > [  192.940537] Restarting tasks ...
>>> > [  192.940610] PGI is not set
>>> > [  192.940619] ------------[ cut here ]------------ [  192.940623] WARNING: CPU: 0
>>> > PID: 1661 at /home/brodo/local/kernel/git/linux/drivers/misc/mei/hw-
>>> > me.c:653 mei_me_pg_exit_sync+0x351/0x360 [  192.940624] Modules linked
>>> > in:
>>> > [  192.940627] CPU: 0 PID: 1661 Comm: kworker/0:3 Not tainted 4.13.0-rc2+
>>> > #2 [  192.940628] Hardware name: Dell Inc. XPS 13 9343/0TM99H, BIOS A11
>>> > 12/08/2016 [  192.940630] Workqueue: pm pm_runtime_work <snip> [
>>> > 192.940642] Call Trace:
>>> > [  192.940646]  ? pci_pme_active+0x1de/0x1f0 [  192.940649]  ?
>>> > pci_restore_standard_config+0x50/0x50
>>> > [  192.940651]  ? kfree+0x172/0x190
>>> > [  192.940653]  ? kfree+0x172/0x190
>>> > [  192.940655]  ? pci_restore_standard_config+0x50/0x50
>>> > [  192.940663]  mei_me_pm_runtime_resume+0x3f/0xc0
>>> > [  192.940665]  pci_pm_runtime_resume+0x7a/0xa0 [  192.940667]
>>> > __rpm_callback+0xb9/0x1e0 [  192.940668]  ?
>>> > preempt_count_add+0x6d/0xc0 [  192.940670]  rpm_callback+0x24/0x90 [
>>> > 192.940672]  ? pci_restore_standard_config+0x50/0x50
>>> > [  192.940674]  rpm_resume+0x4e8/0x800
>>> > [  192.940676]  pm_runtime_work+0x55/0xb0 [  192.940678]
>>> > process_one_work+0x184/0x3e0 [  192.940680]  worker_thread+0x4d/0x3a0 [
>>> > 192.940681]  ? preempt_count_sub+0x9b/0x100 [  192.940683]
>>> > kthread+0x122/0x140 [  192.940684]  ? process_one_work+0x3e0/0x3e0 [
>>> > 192.940685]  ? __kthread_create_on_node+0x1a0/0x1a0
>>> > [  192.940688]  ret_from_fork+0x27/0x40
>>> > [  192.940690] Code: 96 3a 9e ff 48 8b 7d 98 e8 cd 21 58 00 83 bb bc 01 00 00
>>> > 04 0f 85 40 fe ff ff e9 41 fe ff ff 48 c7 c7 5f 04 99 96 e8 93 6b 9f ff <0f> ff e9 5d
>>> > fd ff ff e8 33 fe 99 ff 0f 1f 00 0f 1f 44 00 00 55 [  192.940719] ---[ end trace
>>> > a86955597774ead8 ]--- [  192.942540] done.
>>> >
>>> > This doesn't / didn't happen on v4.12.
>>
>>
>> By using the dynamic_debug infrastructure, I was able to obtain a few more
>> data points:
>>
>> Running 0847684cfc5f, when suspending the system to ram and resuming again,
>> I see the following messages:
>
> You have removed some relevant parts of the log, but I think I see
> what's going on.
>
>>         [  614.936773] sd 3:0:0:0: [sda] Stopping disk
>>         [  614.956004] mei_me 0000:00:16.0: rpm: me: runtime resume
>
> This is a runtime resume during system suspend.
>
>>         [  614.956165] ACPI : EC: event blocked
>>         [  614.980164] mei_me 0000:00:16.0: interrupt source 0x00000002
>>         [  614.980191] mei_me 0000:00:16.0: function called after ISR to handle the interrupt processing.
>>         ...
>>         [  615.266896] Suspended for 1.190 seconds
>>         ...
>>         [  615.455775] sd 3:0:0:0: [sda] Starting disk
>>         [  615.455855] mei_me 0000:00:16.0: interrupt source 0x00000002
>>         [  615.455870] mei_me 0000:00:16.0: function called after ISR to handle the interrupt processing.
>>         [  615.455877] mei_me 0000:00:16.0: we need to start the dev.
>>
>> and everything works fine as expected (no WARN(), no stack trace, nothing
>> dubious).
>>
>> Running de3ef1eb1cd0 instead, when suspending, I see *no* mei_me-related
>> message. During resume, the stack trace already noted above for
>> v4.13-rc2+ appears again:
>>
>>         [   80.333909] sd 3:0:0:0: [sda] Stopping disk
>>         [   80.535777] psmouse serio1: Failed to disable mouse on isa0060/serio1
>>         [   80.983510] ACPI : EC: event blocked
>
> Which apparently doesn't happen here.
>
>>         [   81.065510] PM: suspend of devices complete after 734.074 msecs
>>         ...
>>         [   82.137038] Restarting tasks ...
>>         [   82.143986] mei_me 0000:00:16.0: rpm: me: runtime resume
>
> And which does happen here, after system resume, but then it confuses
> the driver.
>
>>         [   82.143989] PGI is not set
>>         [   82.144001] ------------[ cut here ]------------
>>         [   82.144008] WARNING: CPU: 3 PID: 1881 at /home/brodo/local/kernel/git/linux/drivers/misc/mei/hw-me.c:653 mei_me_pg_exit_sync+0x351/0x360
>>         [   82.144009] Modules linked in:
>>         [   82.144012] CPU: 3 PID: 1881 Comm: kworker/3:5 Not tainted 4.12.0-rc5+ #3
>>         [   82.144013] Hardware name: Dell Inc. XPS 13 9343/0TM99H, BIOS A11 12/08/2016
>>         ...
>>         [   82.144017] Workqueue: pm pm_runtime_work
>>         [   82.144019] task: ffff964a91b35700 task.stack: ffffa51b43508000
>>         [   82.144022] RIP: 0010:mei_me_pg_exit_sync+0x351/0x360
>>         ...
>>         [   82.144156] ---[ end trace 5827b2fcedec4bc9 ]---
>>         [   82.144272] done.
>>         ...
>>         [   83.194425] mei_me 0000:00:16.0: rpm: me: runtime resume ret = -62
>>         [   83.194460] mei_me 0000:00:16.0: unexpected reset: dev_state = ENABLED fw status = 1E000245 6000A106 00000200 00004400 00000101 43C00ED9
>>         ...
>>
>> Any ideas?
>
> Can you check if the attached patch makes any difference?

Actually, I don't think it will make any difference.  Please check the
one attached this time.

Thanks,
Rafael

Comments

Alexander Usyskin Aug. 1, 2017, 5:25 a.m. UTC | #1
Hi

We using pci_dev_run_wake that changed in mentioned patch to decide
if to replace usual PM callbacks with domain ones.
IIRC, the mei device is not remote wakeable on that platform,
so we should set domain callbacks.
There was a patch in PM framework that squashes runtime suspend with
usual suspend for some devices.
May it be that now pci_dev_run_wake returns true form mei and we are
not setting domain callbacks?
In that case we going through PCI device level PM path and may trigger that squash.
That will explain lack of mei logs on suspend.

Dominik, can you try comment out "if (!pci_dev_run_wake(pdev))"
at drivers/misc/mei/pci-me.c (around line 223) to set domain callbacks by force
to see if this is indeed the case?

--
Alexander (Sasha) Usyskin

ISDC TEE CoE – HECI et alii
Intel Corporation

-----Original Message-----
From: rjwysocki@gmail.com [mailto:rjwysocki@gmail.com] On Behalf Of Rafael J. Wysocki

Sent: Tuesday, August 01, 2017 03:05
To: Rafael J. Wysocki <rafael@kernel.org>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>; Winkler, Tomas <tomas.winkler@intel.com>; Wysocki, Rafael J <rafael.j.wysocki@intel.com>; Mika Westerberg <mika.westerberg@linux.intel.com>; Bjorn Helgaas <bhelgaas@google.com>; Usyskin, Alexander <alexander.usyskin@intel.com>; linux-kernel@vger.kernel.org; Linux PM <linux-pm@vger.kernel.org>; ACPI Devel Maling List <linux-acpi@vger.kernel.org>
Subject: Re: Issue with commit de3ef1eb1cd - PM / core: Drop run_wake flag from struct dev_pm_info [Was: MEI-related WARN_ON() triggered during resume-from-sleep on v4.13-rc2+]

On Tue, Aug 1, 2017 at 1:55 AM, Rafael J. Wysocki <rafael@kernel.org> wrote:
> Hi,

>

> On Tue, Aug 1, 2017 at 12:16 AM, Dominik Brodowski 

> <linux@dominikbrodowski.net> wrote:

>> Rafael, Mika, Bjorn and Tomas,

>>

>> can't explain exactly what causes breakage between MEI and PM first 

>> seen on

>> v4.13-rc2 (ther was a typo in the orignal message), but I was able to 

>> bisect it down to commit

>>

>> [de3ef1eb1cd0cc3a75f7a3661e10ed827f370ab8] PM / core: Drop run_wake 

>> flag from struct dev_pm_info

>>

>

> [cut]

>

>>>

>>> > [  192.940537] Restarting tasks ...

>>> > [  192.940610] PGI is not set

>>> > [  192.940619] ------------[ cut here ]------------ [  192.940623] 

>>> > WARNING: CPU: 0

>>> > PID: 1661 at 

>>> > /home/brodo/local/kernel/git/linux/drivers/misc/mei/hw-

>>> > me.c:653 mei_me_pg_exit_sync+0x351/0x360 [  192.940624] Modules 

>>> > linked

>>> > in:

>>> > [  192.940627] CPU: 0 PID: 1661 Comm: kworker/0:3 Not tainted 

>>> > 4.13.0-rc2+

>>> > #2 [  192.940628] Hardware name: Dell Inc. XPS 13 9343/0TM99H, 

>>> > BIOS A11

>>> > 12/08/2016 [  192.940630] Workqueue: pm pm_runtime_work <snip> [ 

>>> > 192.940642] Call Trace:

>>> > [  192.940646]  ? pci_pme_active+0x1de/0x1f0 [  192.940649]  ?

>>> > pci_restore_standard_config+0x50/0x50

>>> > [  192.940651]  ? kfree+0x172/0x190 [  192.940653]  ? 

>>> > kfree+0x172/0x190 [  192.940655]  ? 

>>> > pci_restore_standard_config+0x50/0x50

>>> > [  192.940663]  mei_me_pm_runtime_resume+0x3f/0xc0

>>> > [  192.940665]  pci_pm_runtime_resume+0x7a/0xa0 [  192.940667]

>>> > __rpm_callback+0xb9/0x1e0 [  192.940668]  ?

>>> > preempt_count_add+0x6d/0xc0 [  192.940670]  rpm_callback+0x24/0x90 

>>> > [ 192.940672]  ? pci_restore_standard_config+0x50/0x50

>>> > [  192.940674]  rpm_resume+0x4e8/0x800 [  192.940676]  

>>> > pm_runtime_work+0x55/0xb0 [  192.940678]

>>> > process_one_work+0x184/0x3e0 [  192.940680]  

>>> > worker_thread+0x4d/0x3a0 [ 192.940681]  ? 

>>> > preempt_count_sub+0x9b/0x100 [  192.940683]

>>> > kthread+0x122/0x140 [  192.940684]  ? process_one_work+0x3e0/0x3e0 

>>> > kthread+[

>>> > 192.940685]  ? __kthread_create_on_node+0x1a0/0x1a0

>>> > [  192.940688]  ret_from_fork+0x27/0x40 [  192.940690] Code: 96 3a 

>>> > 9e ff 48 8b 7d 98 e8 cd 21 58 00 83 bb bc 01 00 00

>>> > 04 0f 85 40 fe ff ff e9 41 fe ff ff 48 c7 c7 5f 04 99 96 e8 93 6b 

>>> > 9f ff <0f> ff e9 5d fd ff ff e8 33 fe 99 ff 0f 1f 00 0f 1f 44 00 

>>> > 00 55 [  192.940719] ---[ end trace

>>> > a86955597774ead8 ]--- [  192.942540] done.

>>> >

>>> > This doesn't / didn't happen on v4.12.

>>

>>

>> By using the dynamic_debug infrastructure, I was able to obtain a few 

>> more data points:

>>

>> Running 0847684cfc5f, when suspending the system to ram and resuming 

>> again, I see the following messages:

>

> You have removed some relevant parts of the log, but I think I see 

> what's going on.

>

>>         [  614.936773] sd 3:0:0:0: [sda] Stopping disk

>>         [  614.956004] mei_me 0000:00:16.0: rpm: me: runtime resume

>

> This is a runtime resume during system suspend.

>

>>         [  614.956165] ACPI : EC: event blocked

>>         [  614.980164] mei_me 0000:00:16.0: interrupt source 0x00000002

>>         [  614.980191] mei_me 0000:00:16.0: function called after ISR to handle the interrupt processing.

>>         ...

>>         [  615.266896] Suspended for 1.190 seconds

>>         ...

>>         [  615.455775] sd 3:0:0:0: [sda] Starting disk

>>         [  615.455855] mei_me 0000:00:16.0: interrupt source 0x00000002

>>         [  615.455870] mei_me 0000:00:16.0: function called after ISR to handle the interrupt processing.

>>         [  615.455877] mei_me 0000:00:16.0: we need to start the dev.

>>

>> and everything works fine as expected (no WARN(), no stack trace, 

>> nothing dubious).

>>

>> Running de3ef1eb1cd0 instead, when suspending, I see *no* 

>> mei_me-related message. During resume, the stack trace already noted 

>> above for v4.13-rc2+ appears again:

>>

>>         [   80.333909] sd 3:0:0:0: [sda] Stopping disk

>>         [   80.535777] psmouse serio1: Failed to disable mouse on isa0060/serio1

>>         [   80.983510] ACPI : EC: event blocked

>

> Which apparently doesn't happen here.

>

>>         [   81.065510] PM: suspend of devices complete after 734.074 msecs

>>         ...

>>         [   82.137038] Restarting tasks ...

>>         [   82.143986] mei_me 0000:00:16.0: rpm: me: runtime resume

>

> And which does happen here, after system resume, but then it confuses 

> the driver.

>

>>         [   82.143989] PGI is not set

>>         [   82.144001] ------------[ cut here ]------------

>>         [   82.144008] WARNING: CPU: 3 PID: 1881 at /home/brodo/local/kernel/git/linux/drivers/misc/mei/hw-me.c:653 mei_me_pg_exit_sync+0x351/0x360

>>         [   82.144009] Modules linked in:

>>         [   82.144012] CPU: 3 PID: 1881 Comm: kworker/3:5 Not tainted 4.12.0-rc5+ #3

>>         [   82.144013] Hardware name: Dell Inc. XPS 13 9343/0TM99H, BIOS A11 12/08/2016

>>         ...

>>         [   82.144017] Workqueue: pm pm_runtime_work

>>         [   82.144019] task: ffff964a91b35700 task.stack: ffffa51b43508000

>>         [   82.144022] RIP: 0010:mei_me_pg_exit_sync+0x351/0x360

>>         ...

>>         [   82.144156] ---[ end trace 5827b2fcedec4bc9 ]---

>>         [   82.144272] done.

>>         ...

>>         [   83.194425] mei_me 0000:00:16.0: rpm: me: runtime resume ret = -62

>>         [   83.194460] mei_me 0000:00:16.0: unexpected reset: dev_state = ENABLED fw status = 1E000245 6000A106 00000200 00004400 00000101 43C00ED9

>>         ...

>>

>> Any ideas?

>

> Can you check if the attached patch makes any difference?


Actually, I don't think it will make any difference.  Please check the one attached this time.

Thanks,
Rafael
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Dominik Brodowski Aug. 1, 2017, 6:36 a.m. UTC | #2
Alexander, Rafael,

On Tue, Aug 01, 2017 at 02:05:22AM +0200, Rafael J. Wysocki wrote:
> Actually, I don't think it will make any difference.  Please check the
> one attached this time.

On Tue, Aug 01, 2017 at 05:25:03AM +0000, Usyskin, Alexander wrote:
> Dominik, can you try comment out "if (!pci_dev_run_wake(pdev))"
> at drivers/misc/mei/pci-me.c (around line 223) to set domain callbacks by force
> to see if this is indeed the case?

thanks for taking a look at this issue. I have tested both approaches, and 
either works fine and solves the issue. Which approach is better I cannot
say, though.

Thanks,
	Dominik
Winkler, Tomas Aug. 1, 2017, 6:49 a.m. UTC | #3
> -----Original Message-----
> From: Dominik Brodowski [mailto:linux@dominikbrodowski.net]
> Sent: Tuesday, August 01, 2017 09:37
> To: Usyskin, Alexander <alexander.usyskin@intel.com>; Rafael J. Wysocki
> <rafael@kernel.org>
> Cc: Winkler, Tomas <tomas.winkler@intel.com>; Wysocki, Rafael J
> <rafael.j.wysocki@intel.com>; Mika Westerberg
> <mika.westerberg@linux.intel.com>; Bjorn Helgaas <bhelgaas@google.com>;
> linux-kernel@vger.kernel.org; Linux PM <linux-pm@vger.kernel.org>; ACPI
> Devel Maling List <linux-acpi@vger.kernel.org>
> Subject: Re: Issue with commit de3ef1eb1cd - PM / core: Drop run_wake flag
> from struct dev_pm_info [Was: MEI-related WARN_ON() triggered during
> resume-from-sleep on v4.13-rc2+]
> 
> Alexander, Rafael,
> 
> On Tue, Aug 01, 2017 at 02:05:22AM +0200, Rafael J. Wysocki wrote:
> > Actually, I don't think it will make any difference.  Please check the
> > one attached this time.
> 
> On Tue, Aug 01, 2017 at 05:25:03AM +0000, Usyskin, Alexander wrote:
> > Dominik, can you try comment out "if (!pci_dev_run_wake(pdev))"
> > at drivers/misc/mei/pci-me.c (around line 223) to set domain callbacks
> > by force to see if this is indeed the case?
> 
> thanks for taking a look at this issue. I have tested both approaches, and
> either works fine and solves the issue. Which approach is better I cannot say,
> though.
> 
> Thanks,
> 	Dominik


Thanks for envestigation.
Our HW requires PCI_DEV_FLAGS_NEEDS_RESUME as we need to go via reset during suspend and this cannot be initiated while in runtime suspended.
We will work on the patch.
Thanks
Tomas

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael J. Wysocki Aug. 1, 2017, 11:51 a.m. UTC | #4
Hi,

On Tue, Aug 1, 2017 at 7:25 AM, Usyskin, Alexander
<alexander.usyskin@intel.com> wrote:
> Hi
>
> We using pci_dev_run_wake that changed in mentioned patch to decide
> if to replace usual PM callbacks with domain ones.
> IIRC, the mei device is not remote wakeable on that platform,
> so we should set domain callbacks.
> There was a patch in PM framework that squashes runtime suspend with
> usual suspend for some devices.
> May it be that now pci_dev_run_wake returns true form mei and we are
> not setting domain callbacks?
> In that case we going through PCI device level PM path and may trigger that squash.
> That will explain lack of mei logs on suspend.
>
> Dominik, can you try comment out "if (!pci_dev_run_wake(pdev))"
> at drivers/misc/mei/pci-me.c (around line 223) to set domain callbacks by force
> to see if this is indeed the case?

Why exactly do you need the pci_dev_run_wake(pdev) check?

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Winkler, Tomas Aug. 1, 2017, 1:58 p.m. UTC | #5
> 

> Hi,

> 

> On Tue, Aug 1, 2017 at 7:25 AM, Usyskin, Alexander

> <alexander.usyskin@intel.com> wrote:

> > Hi

> >

> > We using pci_dev_run_wake that changed in mentioned patch to decide if

> > to replace usual PM callbacks with domain ones.

> > IIRC, the mei device is not remote wakeable on that platform, so we

> > should set domain callbacks.

> > There was a patch in PM framework that squashes runtime suspend with

> > usual suspend for some devices.

> > May it be that now pci_dev_run_wake returns true form mei and we are

> > not setting domain callbacks?

> > In that case we going through PCI device level PM path and may trigger

> that squash.

> > That will explain lack of mei logs on suspend.

> >

> > Dominik, can you try comment out "if (!pci_dev_run_wake(pdev))"

> > at drivers/misc/mei/pci-me.c (around line 223) to set domain callbacks

> > by force to see if this is indeed the case?

> 

> Why exactly do you need the pci_dev_run_wake(pdev) check?


We need to re-review this code now, but as far as I remember.
On some platforms with NFC connected via MEI, there was no PME enabled,  hence we needed to keep in band irq opened for rx to wake us up.
 
Thanks
Tomas
Rafael J. Wysocki Aug. 1, 2017, 3:32 p.m. UTC | #6
On Tue, Aug 1, 2017 at 3:58 PM, Winkler, Tomas <tomas.winkler@intel.com> wrote:
>>
>> Hi,
>>
>> On Tue, Aug 1, 2017 at 7:25 AM, Usyskin, Alexander
>> <alexander.usyskin@intel.com> wrote:
>> > Hi
>> >
>> > We using pci_dev_run_wake that changed in mentioned patch to decide if
>> > to replace usual PM callbacks with domain ones.
>> > IIRC, the mei device is not remote wakeable on that platform, so we
>> > should set domain callbacks.
>> > There was a patch in PM framework that squashes runtime suspend with
>> > usual suspend for some devices.
>> > May it be that now pci_dev_run_wake returns true form mei and we are
>> > not setting domain callbacks?
>> > In that case we going through PCI device level PM path and may trigger
>> that squash.
>> > That will explain lack of mei logs on suspend.
>> >
>> > Dominik, can you try comment out "if (!pci_dev_run_wake(pdev))"
>> > at drivers/misc/mei/pci-me.c (around line 223) to set domain callbacks
>> > by force to see if this is indeed the case?
>>
>> Why exactly do you need the pci_dev_run_wake(pdev) check?
>
> We need to re-review this code now, but as far as I remember.
> On some platforms with NFC connected via MEI, there was no PME enabled,  hence we needed to keep in band irq opened for rx to wake us up.

But pci_dev_run_wake() returning "true" doesn't guarantee that wakeup
signaling will actually work.  What it tells you is merely that
everything appears to be in place for wakeup to work from the software
perspective and it is a bit biased on the optimistic side, so I'm not
really sure if that's what you need.

Maybe you should just override the PCI PM unconditionally and do
what's needed from you PM domain callbacks.  Dunno.

Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

---
 drivers/misc/mei/pci-me.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux-pm/drivers/misc/mei/pci-me.c
===================================================================
--- linux-pm.orig/drivers/misc/mei/pci-me.c
+++ linux-pm/drivers/misc/mei/pci-me.c
@@ -223,6 +223,8 @@  static int mei_me_probe(struct pci_dev *
 	if (!pci_dev_run_wake(pdev))
 		mei_me_set_pm_domain(dev);
 
+	pdev->dev_flags |= PCI_DEV_FLAGS_NEEDS_RESUME;
+
 	if (mei_pg_is_enabled(dev))
 		pm_runtime_put_noidle(&pdev->dev);