How to debug long `acpi_os_sleep()`?

From: Paul Menzel
Date: Tue Jul 24 2018 - 13:50:23 EST


Dear Linux folks,


On the MSI B350M MORTAR (MS-7A37) with Linux 4.18-rc6+ profiling suspend
to and resume from ACPI S3 resume with `sleepgraph.py` [1] there is one
call of the method `acpi_ds_exec_end_op()` taking over 300 ms.

```
227.661571 | 1) sleepgr-2147 | | acpi_ds_exec_end_op() {
227.661571 | 1) sleepgr-2147 | | acpi_ds_create_operands() {
227.661571 | 1) sleepgr-2147 | | acpi_ds_create_operand() {
227.661571 | 1) sleepgr-2147 | 0.040 us | acpi_ps_get_opcode_info();
227.661572 | 1) sleepgr-2147 | | acpi_ut_create_internal_object_dbg() {
227.661572 | 1) sleepgr-2147 | | acpi_ut_allocate_object_desc_dbg() {
227.661572 | 1) sleepgr-2147 | | kmem_cache_alloc() {
227.661572 | 1) sleepgr-2147 | | _cond_resched() {
227.661572 | 1) sleepgr-2147 | 0.030 us | rcu_all_qs();
227.661572 | 1) sleepgr-2147 | 0.299 us | } /* _cond_resched */
227.661573 | 1) sleepgr-2147 | 0.030 us | should_failslab();
227.661573 | 1) sleepgr-2147 | 0.040 us | memcg_kmem_put_cache();
227.661573 | 1) sleepgr-2147 | 1.139 us | } /* kmem_cache_alloc */
227.661573 | 1) sleepgr-2147 | 1.418 us | } /* acpi_ut_allocate_object_desc_dbg */
227.661573 | 1) sleepgr-2147 | 1.698 us | } /* acpi_ut_create_internal_object_dbg */
227.661574 | 1) sleepgr-2147 | | acpi_ds_init_object_from_op() {
227.661574 | 1) sleepgr-2147 | 0.030 us | acpi_ps_get_opcode_info();
227.661574 | 1) sleepgr-2147 | 0.050 us | acpi_ex_truncate_for32bit_table();
227.661575 | 1) sleepgr-2147 | 1.019 us | } /* acpi_ds_init_object_from_op */
227.661575 | 1) sleepgr-2147 | 0.040 us | acpi_ds_obj_stack_push();
227.661575 | 1) sleepgr-2147 | 3.805 us | } /* acpi_ds_create_operand */
227.661575 | 1) sleepgr-2147 | 4.105 us | } /* acpi_ds_create_operands */
227.661575 | 1) sleepgr-2147 | | acpi_ex_resolve_operands() {
227.661575 | 1) sleepgr-2147 | 0.040 us | acpi_ps_get_opcode_info();
227.661576 | 1) sleepgr-2147 | 0.040 us | acpi_ut_valid_object_type();
227.661576 | 1) sleepgr-2147 | 0.040 us | acpi_ex_resolve_to_value();
227.661576 | 1) sleepgr-2147 | 0.030 us | acpi_ex_convert_to_integer();
227.661577 | 1) sleepgr-2147 | 1.228 us | } /* acpi_ex_resolve_operands */
227.661577 | 1) sleepgr-2147 | | acpi_ex_opcode_1A_0T_0R() {
227.661577 | 1) sleepgr-2147 | | acpi_ex_system_do_sleep() {
227.661577 | 1) sleepgr-2147 | | acpi_ex_exit_interpreter() {
227.661577 | 1) sleepgr-2147 | | acpi_ut_release_mutex() {
227.661577 | 1) sleepgr-2147 | | acpi_os_signal_semaphore() {
227.661578 | 1) sleepgr-2147 | | up() {
227.661578 | 1) sleepgr-2147 | 0.030 us | _raw_spin_lock_irqsave();
227.661578 | 1) sleepgr-2147 | 0.039 us | _raw_spin_unlock_irqrestore();
227.661578 | 1) sleepgr-2147 | 0.579 us | } /* up */
227.661578 | 1) sleepgr-2147 | 0.849 us | } /* acpi_os_signal_semaphore */
227.661579 | 1) sleepgr-2147 | 1.129 us | } /* acpi_ut_release_mutex */
227.661579 | 1) sleepgr-2147 | | acpi_ut_release_mutex() {
227.661579 | 1) sleepgr-2147 | | acpi_os_signal_semaphore() {
227.661579 | 1) sleepgr-2147 | | up() {
227.661579 | 1) sleepgr-2147 | 0.030 us | _raw_spin_lock_irqsave();
227.661579 | 1) sleepgr-2147 | 0.040 us | _raw_spin_unlock_irqrestore();
227.661580 | 1) sleepgr-2147 | 0.580 us | } /* up */
227.661580 | 1) sleepgr-2147 | 0.839 us | } /* acpi_os_signal_semaphore */
227.661580 | 1) sleepgr-2147 | 1.118 us | } /* acpi_ut_release_mutex */
227.661580 | 1) sleepgr-2147 | 2.757 us | } /* acpi_ex_exit_interpreter */
227.661580 | 1) sleepgr-2147 | | acpi_os_sleep() {
227.661580 | 1) sleepgr-2147 | | msleep() {
227.661581 | 1) sleepgr-2147 | 0.030 us | __msecs_to_jiffies();
227.661581 | 1) sleepgr-2147 | | schedule_timeout() {
227.661581 | 1) sleepgr-2147 | | lock_timer_base() {
227.661581 | 1) sleepgr-2147 | 0.030 us | _raw_spin_lock_irqsave();
227.661581 | 1) sleepgr-2147 | 0.339 us | } /* lock_timer_base */
227.661582 | 1) sleepgr-2147 | 0.050 us | detach_if_pending();
227.661582 | 1) sleepgr-2147 | 0.040 us | get_nohz_timer_target();
227.661582 | 1) sleepgr-2147 | | __internal_add_timer() {
227.661582 | 1) sleepgr-2147 | 0.070 us | calc_wheel_index();
227.661583 | 1) sleepgr-2147 | 0.430 us | } /* __internal_add_timer */
227.661583 | 1) sleepgr-2147 | 0.060 us | trigger_dyntick_cpu.isra.29();
227.661583 | 1) sleepgr-2147 | 0.030 us | _raw_spin_unlock_irqrestore();
227.661583 | 1) sleepgr-2147 | | schedule() {
227.661584 | 1) sleepgr-2147 | 0.030 us | rcu_note_context_switch();
227.661584 | 1) sleepgr-2147 | 0.030 us | _raw_spin_lock();
227.661584 | 1) sleepgr-2147 | | update_rq_clock() {
227.661584 | 1) sleepgr-2147 | 0.030 us | sched_avg_update();
227.661585 | 1) sleepgr-2147 | 0.320 us | } /* update_rq_clock */
227.661585 | 1) sleepgr-2147 | | deactivate_task() {
227.661585 | 1) sleepgr-2147 | 1.009 us | dequeue_task_fair();
227.661586 | 1) sleepgr-2147 | 1.359 us | } /* deactivate_task */
227.661586 | 1) sleepgr-2147 | | pick_next_task_fair() {
227.661587 | 1) sleepgr-2147 | 0.030 us | __msecs_to_jiffies();
227.661587 | 1) sleepgr-2147 | 0.420 us | } /* pick_next_task_fair */
227.661587 | 1) sleepgr-2147 | | pick_next_task_idle() {
227.661587 | 1) sleepgr-2147 | 0.280 us | put_prev_task_fair();
227.661588 | 1) sleepgr-2147 | 0.640 us | } /* pick_next_task_idle */
227.661589 | 1) sleepgr-2147 | 0.050 us | enter_lazy_tlb();
227.970722 | 1) sleepgr-2147 | 0.469 us | finish_task_switch();
227.970726 | 1) sleepgr-2147 | 309142.1 us | } /* schedule */
227.970727 | 1) sleepgr-2147 | | del_timer_sync() {
227.970727 | 1) sleepgr-2147 | | try_to_del_timer_sync() {
227.970727 | 1) sleepgr-2147 | 0.210 us | lock_timer_base();
227.970728 | 1) sleepgr-2147 | 0.100 us | detach_if_pending();
227.970729 | 1) sleepgr-2147 | 0.070 us | _raw_spin_unlock_irqrestore();
227.970729 | 1) sleepgr-2147 | 2.197 us | } /* try_to_del_timer_sync */
227.970730 | 1) sleepgr-2147 | 2.797 us | } /* del_timer_sync */
227.970730 | 1) sleepgr-2147 | 309149.0 us | } /* schedule_timeout */
227.970731 | 1) sleepgr-2147 | 309150.1 us | } /* msleep */
227.970731 | 1) sleepgr-2147 | 309150.6 us | } /* acpi_os_sleep */
227.970731 | 1) sleepgr-2147 | | acpi_ex_enter_interpreter() {
227.970732 | 1) sleepgr-2147 | | acpi_ut_acquire_mutex() {
227.970733 | 1) sleepgr-2147 | | acpi_os_wait_semaphore() {
227.970733 | 1) sleepgr-2147 | | down_timeout() {
227.970733 | 1) sleepgr-2147 | 0.070 us | _raw_spin_lock_irqsave();
227.970734 | 1) sleepgr-2147 | 0.070 us | _raw_spin_unlock_irqrestore();
227.970734 | 1) sleepgr-2147 | 0.070 us | _raw_spin_unlock_irqrestore();
227.970735 | 1) sleepgr-2147 | 1.328 us | } /* down_timeout */
227.970735 | 1) sleepgr-2147 | 2.117 us | } /* acpi_os_wait_semaphore */
227.970736 | 1) sleepgr-2147 | 3.066 us | } /* acpi_ut_acquire_mutex */
227.970736 | 1) sleepgr-2147 | | acpi_ut_acquire_mutex() {
227.970737 | 1) sleepgr-2147 | | acpi_os_wait_semaphore() {
227.970737 | 1) sleepgr-2147 | | down_timeout() {
227.970737 | 1) sleepgr-2147 | 0.079 us | _raw_spin_lock_irqsave();
227.970738 | 1) sleepgr-2147 | 0.070 us | _raw_spin_unlock_irqrestore();
227.970738 | 1) sleepgr-2147 | 1.228 us | } /* down_timeout */
227.970739 | 1) sleepgr-2147 | 1.778 us | } /* acpi_os_wait_semaphore */
227.970739 | 1) sleepgr-2147 | 2.358 us | } /* acpi_ut_acquire_mutex */
227.970739 | 1) sleepgr-2147 | 7.531 us | } /* acpi_ex_enter_interpreter */
227.970740 | 1) sleepgr-2147 | 309162.3 us | } /* acpi_ex_system_do_sleep */
227.970740 | 1) sleepgr-2147 | 309162.8 us | } /* acpi_ex_opcode_1A_0T_0R */
227.970740 | 1) sleepgr-2147 | | acpi_ds_clear_operands() {
227.970741 | 1) sleepgr-2147 | | acpi_ut_remove_reference() {
227.970742 | 1) sleepgr-2147 | 0.070 us | acpi_ut_valid_internal_object();
227.970742 | 1) sleepgr-2147 | | acpi_ut_update_object_reference() {
227.970743 | 1) sleepgr-2147 | | acpi_ut_update_ref_count.part.1() {
227.970743 | 1) sleepgr-2147 | | acpi_os_acquire_lock() {
227.970743 | 1) sleepgr-2147 | 0.070 us | _raw_spin_lock_irqsave();
227.970744 | 1) sleepgr-2147 | 0.700 us | } /* acpi_os_acquire_lock */
227.970744 | 1) sleepgr-2147 | | acpi_os_release_lock() {
227.970745 | 1) sleepgr-2147 | 0.070 us | _raw_spin_unlock_irqrestore();
227.970745 | 1) sleepgr-2147 | 0.609 us | } /* acpi_os_release_lock */
227.970745 | 1) sleepgr-2147 | | acpi_ut_delete_object_desc() {
227.970746 | 1) sleepgr-2147 | | acpi_os_release_object() {
227.970746 | 1) sleepgr-2147 | 1.018 us | kmem_cache_free();
227.970748 | 1) sleepgr-2147 | 1.888 us | } /* acpi_os_release_object */
227.970748 | 1) sleepgr-2147 | 2.566 us | } /* acpi_ut_delete_object_desc */
227.970748 | 1) sleepgr-2147 | 5.633 us | } /* acpi_ut_update_ref_count.part.1 */
227.970749 | 1) sleepgr-2147 | 6.253 us | } /* acpi_ut_update_object_reference */
227.970749 | 1) sleepgr-2147 | 7.910 us | } /* acpi_ut_remove_reference */
227.970749 | 1) sleepgr-2147 | 8.649 us | } /* acpi_ds_clear_operands */
227.970750 | 1) sleepgr-2147 | 0.080 us | acpi_ex_truncate_for32bit_table();
227.970750 | 1) sleepgr-2147 | 309179.2 us | } /* acpi_ds_exec_end_op */
```

Despite reading the ACPI debug documentation [2], I couldnât find out
how to easily determine with what value `acpi_os_sleep()` is called.

If it is really 300 ms, I need to contact the board vendor, but I
like to rule out a problem in the Linux kernel.

Itâd be great if you could help me, what I have to use for
`debug_layer` and `debug_level`, so I do not have to debug with print
statements.


Kind regards,

Paul


[1]: https://01.org/suspendresume
[2]: Documentation/acpi/debug.txt

Attachment: tokeiihto_mem.html.7z
Description: application/7z-compressed

# suspend-072418-190715 tokeiihto mem 4.18.0-rc6-00015-g6181ca3039ea
# sysinfo | man:MSI | plat:B350M MORTAR (MS-7A37) | cpu:AMD Ryzen 3 2200G with Radeon Vega Graphics | bios:1.G1 | numcpu:4 | memsz:15332192 | memfr:13145676
# command | sleepgraph.py -config config/suspend-callgraph.cfg
# fwsuspend 0 fwresume 1507616457
[ 226.768973] PM: suspend entry (deep)
[ 226.772807] PM: Syncing filesystems ... done.
[ 226.783306] PM: Preparing system for sleep (deep)
[ 226.784399] Freezing user space processes ... (elapsed 0.006 seconds) done.
[ 226.798636] OOM killer disabled.
[ 226.802211] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
[ 226.812682] PM: Suspending system (deep)
[ 226.812716] Suspending console(s) (use no_console_suspend to debug)
[ 226.822325] input input16: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822336] input input16: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822344] input input15: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822354] input input15: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822366] input input14: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822375] input input14: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822383] input input13: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822392] input input13: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822401] input input12: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822410] input input12: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822418] input input11: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822427] input input11: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822436] input input10: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card1
[ 226.822444] input input10: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822458] input input9: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card0
[ 226.822467] input input9: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822475] input input8: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card0
[ 226.822485] input input8: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822493] input input7: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card0
[ 226.822502] input input7: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822510] input input6: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card0
[ 226.822519] input input6: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822527] input input5: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card0
[ 226.822536] input input5: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822549] input input4: calling input_dev_suspend+0x0/0x50 @ 2147, parent: card0
[ 226.822559] input input4: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822577] snd_hda_codec_realtek hdaudioC1D0: calling pm_runtime_force_suspend+0x0/0xf0 @ 1853, parent: 0000:38:00.6
[ 226.822592] input input3: calling input_dev_suspend+0x0/0x50 @ 2147, parent: 0003:413C:3012.0002
[ 226.822600] snd_hda_codec_realtek hdaudioC1D0: pm_runtime_force_suspend+0x0/0xf0 returned 0 after 6 usecs
[ 226.822603] input input3: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822610] snd_hda_codec_hdmi hdaudioC0D0: calling pm_runtime_force_suspend+0x0/0xf0 @ 1880, parent: 0000:38:00.1
[ 226.822615] leds input2::scrolllock: calling led_suspend+0x0/0x30 @ 2147, parent: input2
[ 226.822626] leds input2::scrolllock: led_suspend+0x0/0x30 returned 0 after 2 usecs
[ 226.822634] snd_hda_codec_hdmi hdaudioC0D0: pm_runtime_force_suspend+0x0/0xf0 returned 0 after 6 usecs
[ 226.822637] leds input2::capslock: calling led_suspend+0x0/0x30 @ 2147, parent: input2
[ 226.822645] leds input2::capslock: led_suspend+0x0/0x30 returned 0 after 2 usecs
[ 226.822653] leds input2::numlock: calling led_suspend+0x0/0x30 @ 2147, parent: input2
[ 226.822662] leds input2::numlock: led_suspend+0x0/0x30 returned 0 after 1 usecs
[ 226.822675] input input2: calling input_dev_suspend+0x0/0x50 @ 2147, parent: 0003:413C:2105.0001
[ 226.822685] input input2: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822692] usb 5-1: calling usb_dev_suspend+0x0/0x10 @ 1880, parent: usb5
[ 226.822724] usb 1-10: calling usb_dev_suspend+0x0/0x10 @ 1865, parent: usb1
[ 226.822750] usb usb6: calling usb_dev_suspend+0x0/0x10 @ 1853, parent: 0000:38:00.4
[ 226.822754] platform microcode: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.822766] platform microcode: platform_pm_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822787] rtc rtc0: calling rtc_suspend+0x0/0x180 @ 2147, parent: 00:02
[ 226.822801] rtc rtc0: rtc_suspend+0x0/0x180 returned 0 after 2 usecs
[ 226.822843] platform Fixed MDIO bus.0: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.822871] platform Fixed MDIO bus.0: platform_pm_suspend+0x0/0x50 returned 0 after 18 usecs
[ 226.822911] serial8250 serial8250: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.822923] serial8250 serial8250: platform_pm_suspend+0x0/0x50 returned 0 after 3 usecs
[ 226.822955] usb 5-1: usb_dev_suspend+0x0/0x10 returned 0 after 239 usecs
[ 226.822967] input input1: calling input_dev_suspend+0x0/0x50 @ 2147, parent: LNXPWRBN:00
[ 226.822978] input input1: input_dev_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.822987] input input0: calling input_dev_suspend+0x0/0x50 @ 2147, parent: PNP0C0C:00
[ 226.822993] usb usb5: calling usb_dev_suspend+0x0/0x10 @ 1880, parent: 0000:38:00.4
[ 226.822999] input input0: input_dev_suspend+0x0/0x50 returned 0 after 3 usecs
[ 226.823030] alarmtimer alarmtimer: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.823041] alarmtimer alarmtimer: platform_pm_suspend+0x0/0x50 returned 0 after 4 usecs
[ 226.823051] platform efi-framebuffer.0: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.823060] platform efi-framebuffer.0: platform_pm_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.823069] platform pcspkr: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.823096] platform pcspkr: platform_pm_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.823147] system 00:06: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.823152] usb usb5: usb_dev_suspend+0x0/0x10 returned 0 after 137 usecs
[ 226.823162] usb usb4: calling usb_dev_suspend+0x0/0x10 @ 1850, parent: 0000:38:00.3
[ 226.823164] system 00:06: pnp_bus_suspend+0x0/0x10 returned 0 after 3 usecs
[ 226.823175] serial 00:05: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.823189] usb usb3: calling usb_dev_suspend+0x0/0x10 @ 1880, parent: 0000:38:00.3
[ 226.823383] usb usb6: usb_dev_suspend+0x0/0x10 returned 0 after 599 usecs
[ 226.823420] usb usb2: calling usb_dev_suspend+0x0/0x10 @ 1853, parent: 0000:15:00.0
[ 226.823680] usb usb2: usb_dev_suspend+0x0/0x10 returned 0 after 239 usecs
[ 226.823726] sd 8:0:0:0: calling scsi_bus_suspend+0x0/0x20 @ 1884, parent: target8:0:0
[ 226.823796] scsi host7: calling scsi_bus_suspend+0x0/0x20 @ 1889, parent: ata8
[ 226.823804] scsi host6: calling scsi_bus_suspend+0x0/0x20 @ 121, parent: ata7
[ 226.823815] scsi host7: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823823] scsi host6: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823834] scsi host5: calling scsi_bus_suspend+0x0/0x20 @ 1889, parent: ata6
[ 226.823842] scsi host4: calling scsi_bus_suspend+0x0/0x20 @ 121, parent: ata5
[ 226.823852] scsi host5: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823860] scsi host4: scsi_bus_suspend+0x0/0x20 returned 0 after 3 usecs
[ 226.823870] scsi host3: calling scsi_bus_suspend+0x0/0x20 @ 1889, parent: ata4
[ 226.823879] scsi host2: calling scsi_bus_suspend+0x0/0x20 @ 121, parent: ata3
[ 226.823889] scsi host3: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823897] scsi host2: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823914] scsi host1: calling scsi_bus_suspend+0x0/0x20 @ 1889, parent: ata2
[ 226.823929] scsi host1: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823945] scsi host0: calling scsi_bus_suspend+0x0/0x20 @ 1889, parent: ata1
[ 226.823955] usb usb3: usb_dev_suspend+0x0/0x10 returned 0 after 733 usecs
[ 226.823960] ata8: calling ata_port_pm_suspend+0x0/0x40 @ 121, parent: 0000:15:00.1
[ 226.823965] scsi host0: scsi_bus_suspend+0x0/0x20 returned 0 after 4 usecs
[ 226.823973] ata7: calling ata_port_pm_suspend+0x0/0x40 @ 1880, parent: 0000:15:00.1
[ 226.823982] ata6: calling ata_port_pm_suspend+0x0/0x40 @ 1889, parent: 0000:15:00.1
[ 226.824060] ata5: calling ata_port_pm_suspend+0x0/0x40 @ 1912, parent: 0000:15:00.1
[ 226.824112] ata4: calling ata_port_pm_suspend+0x0/0x40 @ 1913, parent: 0000:15:00.1
[ 226.824124] ata6: ata_port_pm_suspend+0x0/0x40 returned 0 after 124 usecs
[ 226.824141] ata3: calling ata_port_pm_suspend+0x0/0x40 @ 1889, parent: 0000:15:00.1
[ 226.824165] ata2: calling ata_port_pm_suspend+0x0/0x40 @ 1904, parent: 0000:15:00.1
[ 226.824220] ata3: ata_port_pm_suspend+0x0/0x40 returned 0 after 62 usecs
[ 226.824224] ata4: ata_port_pm_suspend+0x0/0x40 returned 0 after 94 usecs
[ 226.824229] ata1: calling ata_port_pm_suspend+0x0/0x40 @ 1905, parent: 0000:15:00.1
[ 226.824249] snd_hda_intel 0000:38:00.1: calling pci_pm_suspend+0x0/0x120 @ 1889, parent: 0000:00:08.1
[ 226.824269] ata5: ata_port_pm_suspend+0x0/0x40 returned 0 after 191 usecs
[ 226.824289] ata8: ata_port_pm_suspend+0x0/0x40 returned 0 after 307 usecs
[ 226.824336] ata2: ata_port_pm_suspend+0x0/0x40 returned 0 after 153 usecs
[ 226.824356] ata1: ata_port_pm_suspend+0x0/0x40 returned 0 after 111 usecs
[ 226.824417] ata7: ata_port_pm_suspend+0x0/0x40 returned 0 after 419 usecs
[ 226.824535] snd_hda_intel 0000:38:00.1: pci_pm_suspend+0x0/0x120 returned 0 after 265 usecs
[ 226.824718] usb usb4: usb_dev_suspend+0x0/0x10 returned 0 after 1502 usecs
[ 226.825064] serial 00:05: disabled
[ 226.825073] serial 00:05: pnp_bus_suspend+0x0/0x10 returned 0 after 1846 usecs
[ 226.825082] pnp 00:04: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.825090] pnp 00:04: pnp_bus_suspend+0x0/0x10 returned 0 after 2 usecs
[ 226.825098] system 00:03: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.825107] system 00:03: pnp_bus_suspend+0x0/0x10 returned 0 after 2 usecs
[ 226.825114] rtc_cmos 00:02: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.825194] rtc_cmos 00:02: pnp_bus_suspend+0x0/0x10 returned 0 after 70 usecs
[ 226.825202] system 00:01: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.825211] system 00:01: pnp_bus_suspend+0x0/0x10 returned 0 after 2 usecs
[ 226.825218] system 00:00: calling pnp_bus_suspend+0x0/0x10 @ 2147, parent: pnp0
[ 226.825227] system 00:00: pnp_bus_suspend+0x0/0x10 returned 0 after 2 usecs
[ 226.825239] button LNXPWRBN:00: calling acpi_button_suspend+0x0/0x10 @ 2147, parent: LNXSYSTM:00
[ 226.825248] button LNXPWRBN:00: acpi_button_suspend+0x0/0x10 returned 0 after 1 usecs
[ 226.825257] acpi-wmi PNP0C14:02: calling acpi_subsys_suspend+0x0/0x60 @ 2147, parent: platform
[ 226.825267] acpi-wmi PNP0C14:02: acpi_subsys_suspend+0x0/0x60 returned 0 after 3 usecs
[ 226.825275] platform PNP0103:00: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.825283] platform PNP0103:00: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
[ 226.825290] platform AMDIF030:00: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.825299] platform AMDIF030:00: platform_pm_suspend+0x0/0x50 returned 0 after 2 usecs
[ 226.825307] acpi-wmi PNP0C14:01: calling acpi_subsys_suspend+0x0/0x60 @ 2147, parent: platform
[ 226.825316] acpi-wmi PNP0C14:01: acpi_subsys_suspend+0x0/0x60 returned 0 after 2 usecs
[ 226.825324] acpi-wmi PNP0C14:00: calling acpi_subsys_suspend+0x0/0x60 @ 2147, parent: platform
[ 226.825333] acpi-wmi PNP0C14:00: acpi_subsys_suspend+0x0/0x60 returned 0 after 2 usecs
[ 226.825341] platform AMDI0030:00: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.825349] platform AMDI0030:00: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
[ 226.825356] platform PNP0C0C:00: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: platform
[ 226.825364] platform PNP0C0C:00: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
[ 226.825372] platform PNP0800:00: calling platform_pm_suspend+0x0/0x50 @ 2147, parent: 0000:00:14.3
[ 226.825380] platform PNP0800:00: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
[ 226.825441] snd_hda_intel 0000:38:00.6: calling pci_pm_suspend+0x0/0x120 @ 1889, parent: 0000:00:08.1
[ 226.825445] button PNP0C0C:00: calling acpi_button_suspend+0x0/0x10 @ 2147, parent: LNXSYBUS:00
[ 226.825454] button PNP0C0C:00: acpi_button_suspend+0x0/0x10 returned 0 after 2 usecs
[ 226.825462] xhci_hcd 0000:38:00.4: calling pci_pm_suspend+0x0/0x120 @ 1880, parent: 0000:00:08.1
[ 226.825483] xhci_hcd 0000:38:00.3: calling pci_pm_suspend+0x0/0x120 @ 1905, parent: 0000:00:08.1
[ 226.825535] pci 0000:38:00.2: calling pci_pm_suspend+0x0/0x120 @ 1904, parent: 0000:00:08.1
[ 226.825547] amdgpu 0000:38:00.0: calling pci_pm_suspend+0x0/0x120 @ 121, parent: 0000:00:08.1
[ 226.825557] pci 0000:38:00.2: pci_pm_suspend+0x0/0x120 returned 0 after 5 usecs
[ 226.825579] r8169 0000:18:00.0: calling pci_pm_suspend+0x0/0x120 @ 1904, parent: 0000:16:01.0
[ 226.825947] r8169 0000:18:00.0: pci_pm_suspend+0x0/0x120 returned 0 after 344 usecs
[ 226.825976] pcieport 0000:16:01.0: calling pci_pm_suspend+0x0/0x120 @ 1904, parent: 0000:15:00.2
[ 226.825999] pcieport 0000:16:01.0: pci_pm_suspend+0x0/0x120 returned 0 after 9 usecs
[ 226.826025] pcieport 0000:15:00.2: calling pci_pm_suspend+0x0/0x120 @ 1904, parent: 0000:00:01.2
[ 226.826049] pcieport 0000:15:00.2: pci_pm_suspend+0x0/0x120 returned 0 after 10 usecs
[ 226.826070] ahci 0000:15:00.1: calling pci_pm_suspend+0x0/0x120 @ 1904, parent: 0000:00:01.2
[ 226.826093] ahci 0000:15:00.1: pci_pm_suspend+0x0/0x120 returned 0 after 9 usecs
[ 226.826137] pci 0000:00:18.7: calling pci_pm_suspend+0x0/0x120 @ 1912, parent: pci0000:00
[ 226.826140] pci 0000:00:18.6: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826151] pci 0000:00:18.6: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826156] pci 0000:00:18.7: pci_pm_suspend+0x0/0x120 returned 0 after 4 usecs
[ 226.826167] pci 0000:00:18.5: calling pci_pm_suspend+0x0/0x120 @ 1913, parent: pci0000:00
[ 226.826170] pci 0000:00:18.4: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826175] k10temp 0000:00:18.3: calling pci_pm_suspend+0x0/0x120 @ 1912, parent: pci0000:00
[ 226.826180] pci 0000:00:18.4: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826191] pci 0000:00:18.5: pci_pm_suspend+0x0/0x120 returned 0 after 5 usecs
[ 226.826194] pci 0000:00:18.2: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826198] k10temp 0000:00:18.3: pci_pm_suspend+0x0/0x120 returned 0 after 4 usecs
[ 226.826203] pci 0000:00:18.2: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826212] pci 0000:00:18.1: calling pci_pm_suspend+0x0/0x120 @ 1913, parent: pci0000:00
[ 226.826215] pci 0000:00:14.3: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826219] pci 0000:00:18.0: calling pci_pm_suspend+0x0/0x120 @ 1912, parent: pci0000:00
[ 226.826225] pci 0000:00:14.3: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826233] pci 0000:00:18.1: pci_pm_suspend+0x0/0x120 returned 0 after 4 usecs
[ 226.826236] piix4_smbus 0000:00:14.0: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826241] pci 0000:00:18.0: pci_pm_suspend+0x0/0x120 returned 0 after 4 usecs
[ 226.826246] piix4_smbus 0000:00:14.0: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826256] pci 0000:00:08.0: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826266] pci 0000:00:08.0: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826278] pci 0000:00:00.2: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826283] pci 0000:00:01.0: calling pci_pm_suspend+0x0/0x120 @ 1907, parent: pci0000:00
[ 226.826289] pci 0000:00:00.2: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.826299] pci 0000:00:00.0: calling pci_pm_suspend+0x0/0x120 @ 1915, parent: pci0000:00
[ 226.826303] pci 0000:00:01.0: pci_pm_suspend+0x0/0x120 returned 0 after 4 usecs
[ 226.826310] pci 0000:00:00.0: pci_pm_suspend+0x0/0x120 returned 0 after 2 usecs
[ 226.827075] snd_hda_intel 0000:38:00.6: pci_pm_suspend+0x0/0x120 returned 0 after 1581 usecs
[ 226.827090] xhci_hcd 0000:38:00.3: pci_pm_suspend+0x0/0x120 returned 0 after 1553 usecs
[ 226.827292] xhci_hcd 0000:38:00.4: pci_pm_suspend+0x0/0x120 returned 0 after 1772 usecs
[ 226.832014] sd 8:0:0:0: [sda] Synchronizing SCSI cache
[ 226.832107] sd 8:0:0:0: [sda] Stopping disk
[ 226.843937] sd 8:0:0:0: scsi_bus_suspend+0x0/0x20 returned 0 after 19730 usecs
[ 226.843994] scsi target8:0:0: calling scsi_bus_suspend+0x0/0x20 @ 1883, parent: host8
[ 226.844026] scsi target8:0:0: scsi_bus_suspend+0x0/0x20 returned 0 after 8 usecs
[ 226.844078] scsi host8: calling scsi_bus_suspend+0x0/0x20 @ 1862, parent: ata9
[ 226.844100] scsi host8: scsi_bus_suspend+0x0/0x20 returned 0 after 5 usecs
[ 226.844136] ata9: calling ata_port_pm_suspend+0x0/0x40 @ 1908, parent: 0000:39:00.0
[ 226.844269] ata9: ata_port_pm_suspend+0x0/0x40 returned 0 after 108 usecs
[ 226.844298] ahci 0000:39:00.0: calling pci_pm_suspend+0x0/0x120 @ 1850, parent: 0000:00:08.2
[ 226.844323] ahci 0000:39:00.0: pci_pm_suspend+0x0/0x120 returned 0 after 14 usecs
[ 226.844362] pcieport 0000:00:08.2: calling pci_pm_suspend+0x0/0x120 @ 1913, parent: pci0000:00
[ 226.844417] pcieport 0000:00:08.2: pci_pm_suspend+0x0/0x120 returned 0 after 37 usecs
[ 226.847934] usb 1-10: usb_dev_suspend+0x0/0x10 returned 0 after 24614 usecs
[ 226.847975] usb usb1: calling usb_dev_suspend+0x0/0x10 @ 1853, parent: 0000:15:00.0
[ 226.848090] usb usb1: usb_dev_suspend+0x0/0x10 returned 0 after 93 usecs
[ 226.848116] xhci_hcd 0000:15:00.0: calling pci_pm_suspend+0x0/0x120 @ 1904, parent: 0000:00:01.2
[ 226.850173] xhci_hcd 0000:15:00.0: pci_pm_suspend+0x0/0x120 returned 0 after 1998 usecs
[ 226.850216] pcieport 0000:00:01.2: calling pci_pm_suspend+0x0/0x120 @ 1866, parent: pci0000:00
[ 226.850253] pcieport 0000:00:01.2: pci_pm_suspend+0x0/0x120 returned 0 after 20 usecs
[ 227.550674] amdgpu 0000:38:00.0: 000000006dea1505 unpin not necessary
[ 227.608636] amdgpu 0000:38:00.0: pci_pm_suspend+0x0/0x120 returned 0 after 765041 usecs
[ 227.608984] pcieport 0000:00:08.1: calling pci_pm_suspend+0x0/0x120 @ 1912, parent: pci0000:00
[ 227.609035] pcieport 0000:00:08.1: pci_pm_suspend+0x0/0x120 returned 0 after 30 usecs
[ 227.609094] PM: suspend of devices complete after 787.143 msecs
[ 227.610103] snd_hda_intel 0000:38:00.1: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: 0000:00:08.1
[ 227.610132] snd_hda_intel 0000:38:00.1: pci_pm_suspend_late+0x0/0x30 returned 0 after 9 usecs
[ 227.610233] acpi-wmi PNP0C14:02: calling acpi_subsys_suspend_late+0x0/0x50 @ 2147, parent: platform
[ 227.610254] acpi-wmi PNP0C14:02: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 6 usecs
[ 227.610273] acpi-wmi PNP0C14:01: calling acpi_subsys_suspend_late+0x0/0x50 @ 2147, parent: platform
[ 227.610292] acpi-wmi PNP0C14:01: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 5 usecs
[ 227.610308] acpi-wmi PNP0C14:00: calling acpi_subsys_suspend_late+0x0/0x50 @ 2147, parent: platform
[ 227.610326] acpi-wmi PNP0C14:00: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 5 usecs
[ 227.610372] ahci 0000:39:00.0: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: 0000:00:08.2
[ 227.610377] snd_hda_intel 0000:38:00.6: calling pci_pm_suspend_late+0x0/0x30 @ 1865, parent: 0000:00:08.1
[ 227.610384] xhci_hcd 0000:38:00.4: calling pci_pm_suspend_late+0x0/0x30 @ 1907, parent: 0000:00:08.1
[ 227.610390] ahci 0000:39:00.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 5 usecs
[ 227.610397] snd_hda_intel 0000:38:00.6: pci_pm_suspend_late+0x0/0x30 returned 0 after 5 usecs
[ 227.610402] xhci_hcd 0000:38:00.4: pci_pm_suspend_late+0x0/0x30 returned 0 after 5 usecs
[ 227.610407] xhci_hcd 0000:38:00.3: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: 0000:00:08.1
[ 227.610412] pci 0000:38:00.2: calling pci_pm_suspend_late+0x0/0x30 @ 1865, parent: 0000:00:08.1
[ 227.610421] amdgpu 0000:38:00.0: calling pci_pm_suspend_late+0x0/0x30 @ 1907, parent: 0000:00:08.1
[ 227.610426] xhci_hcd 0000:38:00.3: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610430] pci 0000:38:00.2: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610438] amdgpu 0000:38:00.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610443] r8169 0000:18:00.0: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: 0000:16:01.0
[ 227.610458] r8169 0000:18:00.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 3 usecs
[ 227.610463] ahci 0000:15:00.1: calling pci_pm_suspend_late+0x0/0x30 @ 121, parent: 0000:00:01.2
[ 227.610467] xhci_hcd 0000:15:00.0: calling pci_pm_suspend_late+0x0/0x30 @ 1866, parent: 0000:00:01.2
[ 227.610475] pci 0000:00:18.7: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: pci0000:00
[ 227.610480] ahci 0000:15:00.1: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610484] xhci_hcd 0000:15:00.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610491] pci 0000:00:18.7: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610496] pci 0000:00:18.6: calling pci_pm_suspend_late+0x0/0x30 @ 121, parent: pci0000:00
[ 227.610500] pci 0000:00:18.5: calling pci_pm_suspend_late+0x0/0x30 @ 1866, parent: pci0000:00
[ 227.610504] pci 0000:00:18.4: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: pci0000:00
[ 227.610513] pci 0000:00:18.6: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610517] pci 0000:00:18.5: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610521] pci 0000:00:18.4: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610529] k10temp 0000:00:18.3: calling pci_pm_suspend_late+0x0/0x30 @ 121, parent: pci0000:00
[ 227.610533] pci 0000:00:18.2: calling pci_pm_suspend_late+0x0/0x30 @ 1866, parent: pci0000:00
[ 227.610537] pci 0000:00:18.1: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: pci0000:00
[ 227.610547] k10temp 0000:00:18.3: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610551] pci 0000:00:18.2: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610554] pci 0000:00:18.1: pci_pm_suspend_late+0x0/0x30 returned 0 after 3 usecs
[ 227.610562] pci 0000:00:18.0: calling pci_pm_suspend_late+0x0/0x30 @ 121, parent: pci0000:00
[ 227.610572] pci 0000:00:14.3: calling pci_pm_suspend_late+0x0/0x30 @ 1866, parent: pci0000:00
[ 227.610577] piix4_smbus 0000:00:14.0: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: pci0000:00
[ 227.610589] pci 0000:00:14.3: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610592] piix4_smbus 0000:00:14.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610605] pcieport 0000:00:08.2: calling pci_pm_suspend_late+0x0/0x30 @ 1866, parent: pci0000:00
[ 227.610609] pcieport 0000:00:08.1: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: pci0000:00
[ 227.610618] pci 0000:00:18.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610622] pcieport 0000:00:08.2: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610626] pcieport 0000:00:08.1: pci_pm_suspend_late+0x0/0x30 returned 0 after 3 usecs
[ 227.610634] pci 0000:00:08.0: calling pci_pm_suspend_late+0x0/0x30 @ 121, parent: pci0000:00
[ 227.610638] pci 0000:00:01.0: calling pci_pm_suspend_late+0x0/0x30 @ 1912, parent: pci0000:00
[ 227.610644] pci 0000:00:00.2: calling pci_pm_suspend_late+0x0/0x30 @ 1913, parent: pci0000:00
[ 227.610651] pci 0000:00:08.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610655] pci 0000:00:01.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 3 usecs
[ 227.610660] pci 0000:00:00.2: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610666] pci 0000:00:00.0: calling pci_pm_suspend_late+0x0/0x30 @ 121, parent: pci0000:00
[ 227.610670] pcieport 0000:16:01.0: calling pci_pm_suspend_late+0x0/0x30 @ 1865, parent: 0000:15:00.2
[ 227.610683] pci 0000:00:00.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610687] pcieport 0000:16:01.0: pci_pm_suspend_late+0x0/0x30 returned 0 after 3 usecs
[ 227.610703] pcieport 0000:15:00.2: calling pci_pm_suspend_late+0x0/0x30 @ 1907, parent: 0000:00:01.2
[ 227.610718] pcieport 0000:15:00.2: pci_pm_suspend_late+0x0/0x30 returned 0 after 3 usecs
[ 227.610752] pcieport 0000:00:01.2: calling pci_pm_suspend_late+0x0/0x30 @ 1866, parent: pci0000:00
[ 227.610768] pcieport 0000:00:01.2: pci_pm_suspend_late+0x0/0x30 returned 0 after 4 usecs
[ 227.610801] PM: late suspend of devices complete after 1.699 msecs
[ 227.611400] snd_hda_intel 0000:38:00.1: calling pci_pm_suspend_noirq+0x0/0x200 @ 1865, parent: 0000:00:08.1
[ 227.611461] acpi-wmi PNP0C14:02: calling acpi_subsys_suspend_noirq+0x0/0x70 @ 2147, parent: platform
[ 227.611478] acpi-wmi PNP0C14:02: acpi_subsys_suspend_noirq+0x0/0x70 returned 0 after 4 usecs
[ 227.611495] acpi-wmi PNP0C14:01: calling acpi_subsys_suspend_noirq+0x0/0x70 @ 2147, parent: platform
[ 227.611510] acpi-wmi PNP0C14:01: acpi_subsys_suspend_noirq+0x0/0x70 returned 0 after 3 usecs
[ 227.611523] acpi-wmi PNP0C14:00: calling acpi_subsys_suspend_noirq+0x0/0x70 @ 2147, parent: platform
[ 227.611539] acpi-wmi PNP0C14:00: acpi_subsys_suspend_noirq+0x0/0x70 returned 0 after 4 usecs
[ 227.611563] ahci 0000:39:00.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1912, parent: 0000:00:08.2
[ 227.611594] snd_hda_intel 0000:38:00.6: calling pci_pm_suspend_noirq+0x0/0x200 @ 1866, parent: 0000:00:08.1
[ 227.611812] xhci_hcd 0000:38:00.4: calling pci_pm_suspend_noirq+0x0/0x200 @ 1907, parent: 0000:00:08.1
[ 227.611821] xhci_hcd 0000:38:00.3: calling pci_pm_suspend_noirq+0x0/0x200 @ 121, parent: 0000:00:08.1
[ 227.611840] pci 0000:38:00.2: calling pci_pm_suspend_noirq+0x0/0x200 @ 1853, parent: 0000:00:08.1
[ 227.612026] pci 0000:38:00.2: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 165 usecs
[ 227.612042] r8169 0000:18:00.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1853, parent: 0000:16:01.0
[ 227.612286] ahci 0000:15:00.1: calling pci_pm_suspend_noirq+0x0/0x200 @ 1850, parent: 0000:00:01.2
[ 227.612291] xhci_hcd 0000:15:00.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1862, parent: 0000:00:01.2
[ 227.612296] pci 0000:00:18.7: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612398] pci 0000:00:18.7: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 86 usecs
[ 227.612414] pci 0000:00:18.6: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612481] pci 0000:00:18.6: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 53 usecs
[ 227.612496] pci 0000:00:18.5: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612555] pci 0000:00:18.5: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 45 usecs
[ 227.612602] pci 0000:00:18.4: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612656] pci 0000:00:18.4: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 42 usecs
[ 227.612671] k10temp 0000:00:18.3: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612726] k10temp 0000:00:18.3: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 42 usecs
[ 227.612740] pci 0000:00:18.2: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612795] pci 0000:00:18.2: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 42 usecs
[ 227.612809] pci 0000:00:18.1: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612863] pci 0000:00:18.1: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 42 usecs
[ 227.612878] pci 0000:00:18.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.612933] pci 0000:00:18.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 42 usecs
[ 227.612947] pci 0000:00:14.3: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.613051] pci 0000:00:14.3: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 90 usecs
[ 227.613066] piix4_smbus 0000:00:14.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.613170] piix4_smbus 0000:00:14.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 90 usecs
[ 227.613198] pci 0000:00:08.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1880, parent: pci0000:00
[ 227.613231] pci 0000:00:01.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1889, parent: pci0000:00
[ 227.613250] pci 0000:00:00.2: calling pci_pm_suspend_noirq+0x0/0x200 @ 1915, parent: pci0000:00
[ 227.613255] pci 0000:00:00.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1909, parent: pci0000:00
[ 227.613278] pci 0000:00:08.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 66 usecs
[ 227.613341] pci 0000:00:01.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 91 usecs
[ 227.613359] pci 0000:00:00.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 89 usecs
[ 227.613364] pci 0000:00:00.2: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 95 usecs
[ 227.622600] snd_hda_intel 0000:38:00.1: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 10930 usecs
[ 227.622875] amdgpu 0000:38:00.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1913, parent: 0000:00:08.1
[ 227.622910] amdgpu 0000:38:00.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 10 usecs
[ 227.623584] xhci_hcd 0000:15:00.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11020 usecs
[ 227.623597] xhci_hcd 0000:38:00.4: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11500 usecs
[ 227.624057] r8169 0000:18:00.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11727 usecs
[ 227.624064] snd_hda_intel 0000:38:00.6: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 12172 usecs
[ 227.624076] xhci_hcd 0000:38:00.3: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11956 usecs
[ 227.624082] pcieport 0000:16:01.0: calling pci_pm_suspend_noirq+0x0/0x200 @ 1904, parent: 0000:15:00.2
[ 227.624100] pcieport 0000:00:08.1: calling pci_pm_suspend_noirq+0x0/0x200 @ 1884, parent: pci0000:00
[ 227.624269] ahci 0000:15:00.1: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11691 usecs
[ 227.624605] ahci 0000:39:00.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 12700 usecs
[ 227.624623] pcieport 0000:00:08.2: calling pci_pm_suspend_noirq+0x0/0x200 @ 1883, parent: pci0000:00
[ 227.635579] pcieport 0000:16:01.0: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11220 usecs
[ 227.635585] pcieport 0000:00:08.1: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11208 usecs
[ 227.635940] pcieport 0000:15:00.2: calling pci_pm_suspend_noirq+0x0/0x200 @ 1908, parent: 0000:00:01.2
[ 227.636573] pcieport 0000:00:08.2: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11663 usecs
[ 227.647988] pcieport 0000:15:00.2: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11747 usecs
[ 227.648014] pcieport 0000:00:01.2: calling pci_pm_suspend_noirq+0x0/0x200 @ 1905, parent: pci0000:00
[ 227.659566] pcieport 0000:00:01.2: pci_pm_suspend_noirq+0x0/0x200 returned 0 after 11274 usecs
[ 227.659892] PM: noirq suspend of devices complete after 48.973 msecs
[ 227.660202] ACPI: Preparing to enter system sleep state S3
[ 227.976168] PM: Saving platform NVS memory
[ 227.976218] Disabling non-boot CPUs ...
[ 227.983560] IRQ 55: no longer affine to CPU1
[ 227.984606] smpboot: CPU 1 is now offline
[ 227.993385] IRQ 37: no longer affine to CPU2
[ 227.994415] smpboot: CPU 2 is now offline
[ 228.003146] IRQ 46: no longer affine to CPU3
[ 228.003160] IRQ 52: no longer affine to CPU3
[ 228.004186] smpboot: CPU 3 is now offline
[ 228.006384] PM: Calling mce_syscore_suspend+0x0/0x20
[ 228.006394] PM: Calling timekeeping_suspend+0x0/0x2a0
[ 228.006449] PM: Calling save_ioapic_entries+0x0/0xa0
[ 228.007073] PM: Calling i8259A_suspend+0x0/0x30
[ 228.007090] PM: Calling fw_suspend+0x0/0x20
[ 228.007099] PM: Calling acpi_save_bm_rld+0x0/0x20
[ 228.007113] PM: Calling lapic_suspend+0x0/0x1e0
[ 228.007266] ACPI: Low-level resume complete
[ 228.007329] PM: Restoring platform NVS memory
[ 228.007372] PM: Calling bsp_resume+0x0/0x20
[ 228.007380] PM: Calling lapic_resume+0x0/0x300
[ 228.007411] PM: Calling acpi_restore_bm_rld+0x0/0x60
[ 228.007423] PM: Calling irqrouter_resume+0x0/0x50
[ 228.007431] PM: Calling i8259A_resume+0x0/0x2b
[ 228.007600] PM: Calling i8237A_resume+0x0/0x90
[ 228.007695] PM: Calling ioapic_resume+0x0/0xc0
[ 228.007878] PM: Calling irq_pm_syscore_resume+0x0/0x10
[ 228.008098] PM: Calling timekeeping_resume+0x0/0x1e0
[ 228.008155] PM: Timekeeping suspended for 9.621 seconds
[ 228.008190] PM: Calling mce_syscore_resume+0x0/0x30
[ 228.008224] PM: Calling mc_bp_resume+0x0/0x48
[ 228.008272] Enabling non-boot CPUs ...
[ 228.008399] x86: Booting SMP configuration:
[ 228.008404] smpboot: Booting Node 0 Processor 1 APIC 0x1
[ 228.011032] cache: parent cpu1 should not be sleeping
[ 228.011226] microcode: CPU1: patch_level=0x0810100b
[ 228.011336] CPU1 is up
[ 228.011444] smpboot: Booting Node 0 Processor 2 APIC 0x2
[ 228.014435] cache: parent cpu2 should not be sleeping
[ 228.014653] microcode: CPU2: patch_level=0x0810100b
[ 228.014801] CPU2 is up
[ 228.014913] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 228.017831] cache: parent cpu3 should not be sleeping
[ 228.018048] microcode: CPU3: patch_level=0x0810100b
[ 228.018208] CPU3 is up
[ 228.018706] ACPI: Waking up from system sleep state S3
[ 228.023190] pci 0000:00:00.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1880, parent: pci0000:00
[ 228.023198] pci 0000:00:00.2: calling pci_pm_resume_noirq+0x0/0xd0 @ 1905, parent: pci0000:00
[ 228.023238] pci 0000:00:01.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1908, parent: pci0000:00
[ 228.023353] pci 0000:00:00.2: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 135 usecs
[ 228.023366] pci 0000:00:00.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 147 usecs
[ 228.023371] pcieport 0000:00:01.2: calling pci_pm_resume_noirq+0x0/0xd0 @ 1905, parent: pci0000:00
[ 228.023394] pci 0000:00:08.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1880, parent: pci0000:00
[ 228.023414] pci 0000:00:01.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 146 usecs
[ 228.023419] pcieport 0000:00:08.1: calling pci_pm_resume_noirq+0x0/0xd0 @ 1883, parent: pci0000:00
[ 228.023424] pcieport 0000:00:08.2: calling pci_pm_resume_noirq+0x0/0xd0 @ 1884, parent: pci0000:00
[ 228.023443] piix4_smbus 0000:00:14.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1908, parent: pci0000:00
[ 228.023501] pci 0000:00:14.3: calling pci_pm_resume_noirq+0x0/0xd0 @ 1904, parent: pci0000:00
[ 228.023505] pci 0000:00:18.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1912, parent: pci0000:00
[ 228.023579] pci 0000:00:08.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 158 usecs
[ 228.023606] pci 0000:00:18.1: calling pci_pm_resume_noirq+0x0/0xd0 @ 1880, parent: pci0000:00
[ 228.023628] piix4_smbus 0000:00:14.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 161 usecs
[ 228.023635] pci 0000:00:18.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 117 usecs
[ 228.023644] pci 0000:00:18.2: calling pci_pm_resume_noirq+0x0/0xd0 @ 1908, parent: pci0000:00
[ 228.023649] k10temp 0000:00:18.3: calling pci_pm_resume_noirq+0x0/0xd0 @ 1912, parent: pci0000:00
[ 228.023669] pci 0000:00:14.3: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 149 usecs
[ 228.023690] pci 0000:00:18.4: calling pci_pm_resume_noirq+0x0/0xd0 @ 1904, parent: pci0000:00
[ 228.023719] k10temp 0000:00:18.3: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 59 usecs
[ 228.023731] pci 0000:00:18.5: calling pci_pm_resume_noirq+0x0/0xd0 @ 1912, parent: pci0000:00
[ 228.023737] pci 0000:00:18.2: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 77 usecs
[ 228.023754] pci 0000:00:18.6: calling pci_pm_resume_noirq+0x0/0xd0 @ 1908, parent: pci0000:00
[ 228.023762] pci 0000:00:18.1: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 125 usecs
[ 228.023780] pci 0000:00:18.4: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 73 usecs
[ 228.023789] pci 0000:00:18.7: calling pci_pm_resume_noirq+0x0/0xd0 @ 1880, parent: pci0000:00
[ 228.023795] pci 0000:00:18.5: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 52 usecs
[ 228.023814] acpi-wmi PNP0C14:00: calling acpi_subsys_resume_noirq+0x0/0x40 @ 2147, parent: platform
[ 228.023827] acpi-wmi PNP0C14:00: acpi_subsys_resume_noirq+0x0/0x40 returned 0 after 3 usecs
[ 228.023837] acpi-wmi PNP0C14:01: calling acpi_subsys_resume_noirq+0x0/0x40 @ 2147, parent: platform
[ 228.023841] pci 0000:00:18.6: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 69 usecs
[ 228.023849] acpi-wmi PNP0C14:01: acpi_subsys_resume_noirq+0x0/0x40 returned 0 after 3 usecs
[ 228.023861] acpi-wmi PNP0C14:02: calling acpi_subsys_resume_noirq+0x0/0x40 @ 2147, parent: platform
[ 228.023872] acpi-wmi PNP0C14:02: acpi_subsys_resume_noirq+0x0/0x40 returned 0 after 2 usecs
[ 228.023925] pci 0000:00:18.7: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 110 usecs
[ 228.035307] pcieport 0000:00:08.2: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11597 usecs
[ 228.035408] ahci 0000:39:00.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1913, parent: 0000:00:08.2
[ 228.035483] pcieport 0000:00:08.1: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11765 usecs
[ 228.035529] amdgpu 0000:38:00.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1866, parent: 0000:00:08.1
[ 228.035541] pci 0000:38:00.2: calling pci_pm_resume_noirq+0x0/0xd0 @ 1853, parent: 0000:00:08.1
[ 228.035601] xhci_hcd 0000:38:00.4: calling pci_pm_resume_noirq+0x0/0xd0 @ 1880, parent: 0000:00:08.1
[ 228.035659] snd_hda_intel 0000:38:00.6: calling pci_pm_resume_noirq+0x0/0xd0 @ 1862, parent: 0000:00:08.1
[ 228.035813] pci 0000:38:00.2: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 244 usecs
[ 228.035823] pcieport 0000:00:01.2: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 12137 usecs
[ 228.035845] xhci_hcd 0000:38:00.3: calling pci_pm_resume_noirq+0x0/0xd0 @ 1907, parent: 0000:00:08.1
[ 228.035857] xhci_hcd 0000:15:00.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1904, parent: 0000:00:01.2
[ 228.035878] pcieport 0000:15:00.2: calling pci_pm_resume_noirq+0x0/0xd0 @ 1912, parent: 0000:00:01.2
[ 228.035913] ahci 0000:15:00.1: calling pci_pm_resume_noirq+0x0/0xd0 @ 1850, parent: 0000:00:01.2
[ 228.036839] ahci 0000:39:00.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 1372 usecs
[ 228.047332] xhci_hcd 0000:15:00.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11201 usecs
[ 228.047739] amdgpu 0000:38:00.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11907 usecs
[ 228.047782] snd_hda_intel 0000:38:00.1: calling pci_pm_resume_noirq+0x0/0xd0 @ 1865, parent: 0000:00:08.1
[ 228.047815] xhci_hcd 0000:38:00.4: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11913 usecs
[ 228.047825] ahci 0000:15:00.1: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11616 usecs
[ 228.047869] pcieport 0000:15:00.2: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11688 usecs
[ 228.047974] pcieport 0000:16:01.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 1908, parent: 0000:15:00.2
[ 228.048239] xhci_hcd 0000:38:00.3: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 12085 usecs
[ 228.048288] snd_hda_intel 0000:38:00.6: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 12320 usecs
[ 228.059344] pcieport 0000:16:01.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11090 usecs
[ 228.059414] snd_hda_intel 0000:38:00.1: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11338 usecs
[ 228.059800] r8169 0000:18:00.0: calling pci_pm_resume_noirq+0x0/0xd0 @ 121, parent: 0000:16:01.0
[ 228.071588] r8169 0000:18:00.0: pci_pm_resume_noirq+0x0/0xd0 returned 0 after 11489 usecs
[ 228.071616] PM: noirq resume of devices complete after 48.551 msecs
[ 228.071959] acpi-wmi PNP0C14:00: calling acpi_subsys_resume_early+0x0/0x20 @ 2147, parent: platform
[ 228.071972] acpi-wmi PNP0C14:00: acpi_subsys_resume_early+0x0/0x20 returned 0 after 4 usecs
[ 228.071982] acpi-wmi PNP0C14:01: calling acpi_subsys_resume_early+0x0/0x20 @ 2147, parent: platform
[ 228.071996] acpi-wmi PNP0C14:01: acpi_subsys_resume_early+0x0/0x20 returned 0 after 4 usecs
[ 228.072007] acpi-wmi PNP0C14:02: calling acpi_subsys_resume_early+0x0/0x20 @ 2147, parent: platform
[ 228.072020] acpi-wmi PNP0C14:02: acpi_subsys_resume_early+0x0/0x20 returned 0 after 4 usecs
[ 228.072251] PM: early resume of devices complete after 0.512 msecs
[ 228.072312] pci 0000:00:00.0: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: pci0000:00
[ 228.072339] pci 0000:00:00.2: calling pci_pm_resume+0x0/0xa0 @ 98, parent: pci0000:00
[ 228.072348] pci 0000:00:01.0: calling pci_pm_resume+0x0/0xa0 @ 121, parent: pci0000:00
[ 228.072357] pci 0000:00:00.0: pci_pm_resume+0x0/0xa0 returned 0 after 11 usecs
[ 228.072376] pci 0000:00:00.2: pci_pm_resume+0x0/0xa0 returned 0 after 12 usecs
[ 228.072384] pci 0000:00:01.0: pci_pm_resume+0x0/0xa0 returned 0 after 10 usecs
[ 228.072392] pcieport 0000:00:01.2: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: pci0000:00
[ 228.072406] pci 0000:00:08.0: calling pci_pm_resume+0x0/0xa0 @ 98, parent: pci0000:00
[ 228.072414] pcieport 0000:00:08.1: calling pci_pm_resume+0x0/0xa0 @ 121, parent: pci0000:00
[ 228.072437] button PNP0C0C:00: calling acpi_button_resume+0x0/0x40 @ 2147, parent: LNXSYBUS:00
[ 228.072444] pci 0000:00:08.0: pci_pm_resume+0x0/0xa0 returned 0 after 10 usecs
[ 228.072453] pcieport 0000:00:01.2: pci_pm_resume+0x0/0xa0 returned 0 after 27 usecs
[ 228.072457] button PNP0C0C:00: acpi_button_resume+0x0/0x40 returned 0 after 3 usecs
[ 228.072464] pcieport 0000:00:08.1: pci_pm_resume+0x0/0xa0 returned 0 after 26 usecs
[ 228.072472] pcieport 0000:00:08.2: calling pci_pm_resume+0x0/0xa0 @ 98, parent: pci0000:00
[ 228.072480] piix4_smbus 0000:00:14.0: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: pci0000:00
[ 228.072489] pci 0000:00:14.3: calling pci_pm_resume+0x0/0xa0 @ 121, parent: pci0000:00
[ 228.072514] piix4_smbus 0000:00:14.0: pci_pm_resume+0x0/0xa0 returned 0 after 10 usecs
[ 228.072522] pci 0000:00:14.3: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072541] pci 0000:00:18.0: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: pci0000:00
[ 228.072549] pcieport 0000:00:08.2: pci_pm_resume+0x0/0xa0 returned 0 after 48 usecs
[ 228.072555] platform PNP0800:00: calling platform_pm_resume+0x0/0x40 @ 2147, parent: 0000:00:14.3
[ 228.072562] pci 0000:00:18.1: calling pci_pm_resume+0x0/0xa0 @ 121, parent: pci0000:00
[ 228.072569] platform PNP0800:00: platform_pm_resume+0x0/0x40 returned 0 after 3 usecs
[ 228.072576] pci 0000:00:18.0: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072583] pci 0000:00:18.2: calling pci_pm_resume+0x0/0xa0 @ 98, parent: pci0000:00
[ 228.072586] platform PNP0C0C:00: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 228.072593] pci 0000:00:18.1: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072601] k10temp 0000:00:18.3: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: pci0000:00
[ 228.072605] platform PNP0C0C:00: platform_pm_resume+0x0/0x40 returned 0 after 3 usecs
[ 228.072614] pci 0000:00:18.2: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072618] platform AMDI0030:00: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 228.072625] pci 0000:00:18.4: calling pci_pm_resume+0x0/0xa0 @ 121, parent: pci0000:00
[ 228.072633] k10temp 0000:00:18.3: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072636] platform AMDI0030:00: platform_pm_resume+0x0/0x40 returned 0 after 2 usecs
[ 228.072643] pci 0000:00:18.5: calling pci_pm_resume+0x0/0xa0 @ 98, parent: pci0000:00
[ 228.072646] platform AMDIF030:00: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 228.072655] pci 0000:00:18.4: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072663] pci 0000:00:18.6: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: pci0000:00
[ 228.072666] platform AMDIF030:00: platform_pm_resume+0x0/0x40 returned 0 after 2 usecs
[ 228.072673] pci 0000:00:18.5: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072677] platform PNP0103:00: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 228.072684] pci 0000:00:18.7: calling pci_pm_resume+0x0/0xa0 @ 121, parent: pci0000:00
[ 228.072688] platform PNP0103:00: platform_pm_resume+0x0/0x40 returned 0 after 2 usecs
[ 228.072695] pci 0000:00:18.6: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072702] xhci_hcd 0000:15:00.0: calling pci_pm_resume+0x0/0xa0 @ 98, parent: 0000:00:01.2
[ 228.072707] button LNXPWRBN:00: calling acpi_button_resume+0x0/0x40 @ 2147, parent: LNXSYSTM:00
[ 228.072715] pci 0000:00:18.7: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072722] ahci 0000:15:00.1: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: 0000:00:01.2
[ 228.072726] button LNXPWRBN:00: acpi_button_resume+0x0/0x40 returned 0 after 3 usecs
[ 228.072740] pcieport 0000:15:00.2: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:01.2
[ 228.072746] system 00:00: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 228.072761] system 00:00: pnp_bus_resume+0x0/0x90 returned 0 after 3 usecs
[ 228.072772] system 00:01: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 228.072779] pcieport 0000:15:00.2: pci_pm_resume+0x0/0xa0 returned 0 after 16 usecs
[ 228.072786] system 00:01: pnp_bus_resume+0x0/0x90 returned 0 after 3 usecs
[ 228.072798] rtc_cmos 00:02: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 228.072805] pcieport 0000:16:01.0: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:15:00.2
[ 228.072817] ahci 0000:15:00.1: pci_pm_resume+0x0/0xa0 returned 0 after 71 usecs
[ 228.072840] pcieport 0000:16:01.0: pci_pm_resume+0x0/0xa0 returned 0 after 12 usecs
[ 228.072854] amdgpu 0000:38:00.0: calling pci_pm_resume+0x0/0xa0 @ 1865, parent: 0000:00:08.1
[ 228.072868] pci 0000:38:00.2: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:08.1
[ 228.072898] pci 0000:38:00.2: pci_pm_resume+0x0/0xa0 returned 0 after 9 usecs
[ 228.072918] xhci_hcd 0000:38:00.3: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:08.1
[ 228.072928] usb usb1: root hub lost power or was reset
[ 228.072938] usb usb2: root hub lost power or was reset
[ 228.073241] xhci_hcd 0000:38:00.3: pci_pm_resume+0x0/0xa0 returned 0 after 300 usecs
[ 228.073253] xhci_hcd 0000:38:00.4: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:08.1
[ 228.073287] rtc_cmos 00:02: pnp_bus_resume+0x0/0x90 returned 0 after 468 usecs
[ 228.073297] system 00:03: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 228.073308] system 00:03: pnp_bus_resume+0x0/0x90 returned 0 after 3 usecs
[ 228.073317] pnp 00:04: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 228.073328] pnp 00:04: pnp_bus_resume+0x0/0x90 returned 0 after 2 usecs
[ 228.073337] serial 00:05: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 228.073518] xhci_hcd 0000:38:00.4: pci_pm_resume+0x0/0xa0 returned 0 after 249 usecs
[ 228.073530] snd_hda_intel 0000:38:00.6: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:08.1
[ 228.076707] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[ 228.076781] [drm] PSP is resuming...
[ 228.078236] snd_hda_intel 0000:38:00.6: pci_pm_resume+0x0/0xa0 returned 0 after 4583 usecs
[ 228.078254] ahci 0000:39:00.0: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:08.2
[ 228.078309] ahci 0000:39:00.0: pci_pm_resume+0x0/0xa0 returned 0 after 42 usecs
[ 228.080133] r8169 0000:18:00.0: calling pci_pm_resume+0x0/0xa0 @ 1908, parent: 0000:16:01.0
[ 228.080831] ata1: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.080872] ata1: ata_port_pm_resume+0x0/0x50 returned 0 after 29 usecs
[ 228.080885] ata2: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.080924] ata2: ata_port_pm_resume+0x0/0x50 returned 0 after 27 usecs
[ 228.080937] ata3: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.080938] serial 00:05: activated
[ 228.080975] ata3: ata_port_pm_resume+0x0/0x50 returned 0 after 26 usecs
[ 228.080987] ata4: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.081023] ata4: ata_port_pm_resume+0x0/0x50 returned 0 after 24 usecs
[ 228.081034] ata5: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.081070] ata5: ata_port_pm_resume+0x0/0x50 returned 0 after 25 usecs
[ 228.081121] ata6: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.081158] ata6: ata_port_pm_resume+0x0/0x50 returned 0 after 26 usecs
[ 228.081170] ata7: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.081206] ata7: ata_port_pm_resume+0x0/0x50 returned 0 after 24 usecs
[ 228.081218] ata8: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:15:00.1
[ 228.081253] ata8: ata_port_pm_resume+0x0/0x50 returned 0 after 24 usecs
[ 228.081267] scsi host0: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata1
[ 228.081286] scsi host0: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081300] scsi host1: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata2
[ 228.081318] scsi host1: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081332] scsi host2: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata3
[ 228.081350] scsi host2: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081363] scsi host3: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata4
[ 228.081381] scsi host3: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081395] scsi host4: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata5
[ 228.081413] scsi host4: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081427] scsi host5: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata6
[ 228.081445] scsi host5: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081459] scsi host6: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata7
[ 228.081477] scsi host6: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081491] scsi host7: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata8
[ 228.081508] scsi host7: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081522] ata9: calling ata_port_pm_resume+0x0/0x50 @ 1886, parent: 0000:39:00.0
[ 228.081559] ata9: ata_port_pm_resume+0x0/0x50 returned 0 after 26 usecs
[ 228.081571] scsi host8: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: ata9
[ 228.081589] scsi host8: scsi_bus_resume+0x0/0x20 returned 0 after 7 usecs
[ 228.081603] scsi target8:0:0: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: host8
[ 228.081621] scsi target8:0:0: scsi_bus_resume+0x0/0x20 returned 0 after 6 usecs
[ 228.081633] sd 8:0:0:0: calling scsi_bus_resume+0x0/0x20 @ 1886, parent: target8:0:0
[ 228.081655] sd 8:0:0:0: scsi_bus_resume+0x0/0x20 returned 0 after 10 usecs
[ 228.081737] usb usb3: calling usb_dev_resume+0x0/0x10 @ 1888, parent: 0000:38:00.3
[ 228.082059] usb usb4: calling usb_dev_resume+0x0/0x10 @ 1909, parent: 0000:38:00.3
[ 228.082347] usb usb3: usb_dev_resume+0x0/0x10 returned 0 after 588 usecs
[ 228.082376] usb usb5: calling usb_dev_resume+0x0/0x10 @ 1856, parent: 0000:38:00.4
[ 228.082426] usb usb6: calling usb_dev_resume+0x0/0x10 @ 1852, parent: 0000:38:00.4
[ 228.082573] usb usb6: usb_dev_resume+0x0/0x10 returned 0 after 137 usecs
[ 228.082595] usb usb4: usb_dev_resume+0x0/0x10 returned 0 after 512 usecs
[ 228.082600] snd_hda_codec_realtek hdaudioC1D0: calling pm_runtime_force_resume+0x0/0xc0 @ 7, parent: 0000:38:00.6
[ 228.082608] snd_hda_codec_realtek hdaudioC1D0: pm_runtime_force_resume+0x0/0xc0 returned 0 after 2 usecs
[ 228.082609] sd 8:0:0:0: [sda] Starting disk
[ 228.106368] r8169 0000:18:00.0: pci_pm_resume+0x0/0xa0 returned 0 after 25614 usecs
[ 228.131390] r8169 0000:18:00.0 enp24s0: link down
[ 228.131673] xhci_hcd 0000:15:00.0: pci_pm_resume+0x0/0xa0 returned 0 after 57595 usecs
[ 228.131692] usb usb2: calling usb_dev_resume+0x0/0x10 @ 1902, parent: 0000:15:00.0
[ 228.131729] usb usb1: calling usb_dev_resume+0x0/0x10 @ 1886, parent: 0000:15:00.0
[ 228.135403] usb usb5: usb_dev_resume+0x0/0x10 returned 0 after 51798 usecs
[ 228.135420] usb 5-1: calling usb_dev_resume+0x0/0x10 @ 1852, parent: usb5
[ 228.137592] usb 5-1: usb_dev_resume+0x0/0x10 returned 0 after 2113 usecs
[ 228.236253] usb usb2: usb_dev_resume+0x0/0x10 returned 0 after 102144 usecs
[ 228.340022] usb usb1: usb_dev_resume+0x0/0x10 returned 0 after 203479 usecs
[ 228.340085] usb 1-10: calling usb_dev_resume+0x0/0x10 @ 1894, parent: usb1
[ 228.385703] ata1: SATA link down (SStatus 0 SControl 300)
[ 228.386574] ata2: SATA link down (SStatus 0 SControl 300)
[ 228.386660] ata5: SATA link down (SStatus 0 SControl 300)
[ 228.386760] ata6: SATA link down (SStatus 0 SControl 300)
[ 228.547918] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 228.548819] ata9.00: supports DRM functions and may not be fully accessible
[ 228.549733] ata9.00: supports DRM functions and may not be fully accessible
[ 228.550421] ata9.00: configured for UDMA/133
[ 228.600390] usb 1-10: reset low-speed USB device number 2 using xhci_hcd
[ 228.748948] amdgpu: [powerplay] dpm has been enabled
[ 228.769896] [drm] SADs count is: -2, don't need to read it
[ 228.942976] [drm] VCN decode and encode initialized successfully.
[ 228.943031] amdgpu 0000:38:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[ 228.943038] amdgpu 0000:38:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[ 228.943044] amdgpu 0000:38:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[ 228.943051] amdgpu 0000:38:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[ 228.943058] amdgpu 0000:38:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[ 228.943064] amdgpu 0000:38:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[ 228.943071] amdgpu 0000:38:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[ 228.943077] amdgpu 0000:38:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[ 228.943084] amdgpu 0000:38:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[ 228.943090] amdgpu 0000:38:00.0: ring 9(kiq_2.1.0) uses VM inv eng 13 on hub 0
[ 228.943097] amdgpu 0000:38:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[ 228.943104] amdgpu 0000:38:00.0: ring 11(vcn_dec) uses VM inv eng 5 on hub 1
[ 228.943110] amdgpu 0000:38:00.0: ring 12(vcn_enc0) uses VM inv eng 6 on hub 1
[ 228.943117] amdgpu 0000:38:00.0: ring 13(vcn_enc1) uses VM inv eng 7 on hub 1
[ 229.026748] usb 1-10: usb_dev_resume+0x0/0x10 returned 0 after 670840 usecs
[ 229.255971] amdgpu 0000:38:00.0: pci_pm_resume+0x0/0xa0 returned 0 after 1155860 usecs
[ 229.256259] snd_hda_intel 0000:38:00.1: calling pci_pm_resume+0x0/0xa0 @ 121, parent: 0000:00:08.1
[ 229.256561] serial 00:05: pnp_bus_resume+0x0/0x90 returned 0 after 1155968 usecs
[ 229.256678] system 00:06: calling pnp_bus_resume+0x0/0x90 @ 2147, parent: pnp0
[ 229.256708] system 00:06: pnp_bus_resume+0x0/0x90 returned 0 after 7 usecs
[ 229.256819] platform pcspkr: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 229.256847] platform pcspkr: platform_pm_resume+0x0/0x40 returned 0 after 5 usecs
[ 229.256873] platform efi-framebuffer.0: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 229.256898] platform efi-framebuffer.0: platform_pm_resume+0x0/0x40 returned 0 after 5 usecs
[ 229.256925] alarmtimer alarmtimer: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 229.256957] alarmtimer alarmtimer: platform_pm_resume+0x0/0x40 returned 0 after 11 usecs
[ 229.257014] input input0: calling input_dev_resume+0x0/0x30 @ 2147, parent: PNP0C0C:00
[ 229.257042] input input0: input_dev_resume+0x0/0x30 returned 0 after 6 usecs
[ 229.257065] input input1: calling input_dev_resume+0x0/0x30 @ 2147, parent: LNXPWRBN:00
[ 229.257092] input input1: input_dev_resume+0x0/0x30 returned 0 after 6 usecs
[ 229.257123] serial8250 serial8250: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 229.257151] serial8250 serial8250: platform_pm_resume+0x0/0x40 returned 0 after 6 usecs
[ 229.257214] platform Fixed MDIO bus.0: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 229.257240] platform Fixed MDIO bus.0: platform_pm_resume+0x0/0x40 returned 0 after 5 usecs
[ 229.257325] rtc rtc0: calling rtc_resume+0x0/0x60 @ 2147, parent: 00:02
[ 229.257353] rtc rtc0: rtc_resume+0x0/0x60 returned 0 after 6 usecs
[ 229.257388] platform microcode: calling platform_pm_resume+0x0/0x40 @ 2147, parent: platform
[ 229.257414] platform microcode: platform_pm_resume+0x0/0x40 returned 0 after 5 usecs
[ 229.257475] input input2: calling input_dev_resume+0x0/0x30 @ 2147, parent: 0003:413C:2105.0001
[ 229.257574] input input2: input_dev_resume+0x0/0x30 returned 0 after 76 usecs
[ 229.257678] leds input2::numlock: calling led_resume+0x0/0x20 @ 2147, parent: input2
[ 229.257705] leds input2::numlock: led_resume+0x0/0x20 returned 0 after 5 usecs
[ 229.257729] leds input2::capslock: calling led_resume+0x0/0x20 @ 2147, parent: input2
[ 229.257755] leds input2::capslock: led_resume+0x0/0x20 returned 0 after 5 usecs
[ 229.257779] leds input2::scrolllock: calling led_resume+0x0/0x20 @ 2147, parent: input2
[ 229.257805] leds input2::scrolllock: led_resume+0x0/0x20 returned 0 after 5 usecs
[ 229.257832] input input3: calling input_dev_resume+0x0/0x30 @ 2147, parent: 0003:413C:3012.0002
[ 229.257859] input input3: input_dev_resume+0x0/0x30 returned 0 after 6 usecs
[ 229.259305] snd_hda_intel 0000:38:00.1: pci_pm_resume+0x0/0xa0 returned 0 after 2952 usecs
[ 229.259818] input input4: calling input_dev_resume+0x0/0x30 @ 2147, parent: card0
[ 229.259837] input input4: input_dev_resume+0x0/0x30 returned 0 after 4 usecs
[ 229.259853] input input5: calling input_dev_resume+0x0/0x30 @ 2147, parent: card0
[ 229.259862] snd_hda_codec_hdmi hdaudioC0D0: calling pm_runtime_force_resume+0x0/0xc0 @ 1869, parent: 0000:38:00.1
[ 229.259871] input input5: input_dev_resume+0x0/0x30 returned 0 after 4 usecs
[ 229.259884] input input6: calling input_dev_resume+0x0/0x30 @ 2147, parent: card0
[ 229.259891] snd_hda_codec_hdmi hdaudioC0D0: pm_runtime_force_resume+0x0/0xc0 returned 0 after 7 usecs
[ 229.259900] input input6: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.259913] input input7: calling input_dev_resume+0x0/0x30 @ 2147, parent: card0
[ 229.259927] input input7: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.259940] input input8: calling input_dev_resume+0x0/0x30 @ 2147, parent: card0
[ 229.259954] input input8: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.259966] input input9: calling input_dev_resume+0x0/0x30 @ 2147, parent: card0
[ 229.259980] input input9: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.259997] input input10: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260011] input input10: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260024] input input11: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260038] input input11: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260050] input input12: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260063] input input12: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260076] input input13: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260090] input input13: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260102] input input14: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260116] input input14: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260131] input input15: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260145] input input15: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260157] input input16: calling input_dev_resume+0x0/0x30 @ 2147, parent: card1
[ 229.260171] input input16: input_dev_resume+0x0/0x30 returned 0 after 3 usecs
[ 229.260193] PM: resume of devices complete after 1188.446 msecs
[ 231.241426] r8169 0000:18:00.0 enp24s0: link up
[ 231.250002] PM: Finishing wakeup.
[ 234.854540] OOM killer enabled.
[ 234.857985] Restarting tasks ... done.
[ 234.885603] PM: suspend exit