All of lore.kernel.org
 help / color / mirror / Atom feed
* btrfs check: free space cache has more free space than block group item
@ 2021-05-20  6:45 Octavia Togami
  2021-05-20  6:57 ` Octavia Togami
  0 siblings, 1 reply; 4+ messages in thread
From: Octavia Togami @ 2021-05-20  6:45 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

Hi,

I recently was trying to expand my root drive while booted into it, so
I made a new partition and did `btrfs device add /dev/the-partition
/`, then `btrfs balance start -dconvert=raid0 -mconvert=raid1 /`. It
segfaulted, and I determined it would be easier for me to just boot
into a live CD and move/resize it there; but when gparted attempted to
do the operation it failed `btrfs check`. I updated all my packages,
and then re-ran `btrfs check` and the output is attached. Is there a
fix?

[-- Attachment #2: btrfscheck.txt --]
[-- Type: text/plain, Size: 3307 bytes --]

$ sudo btrfs check /dev/nvme0n1p6
Opening filesystem to check...
Checking filesystem on /dev/nvme0n1p6
UUID: 2d80eaf7-6588-41b3-add3-1d4a3a2996eb
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space cache
there is no free space entry for 37904760832-37904769024
there is no free space entry for 37904760832-38676725760
cache appears valid but isn't 37602983936
wanted bytes 32768, found 8192 for off 64778121216
wanted bytes 742150144, found 8192 for off 64778121216
cache appears valid but isn't 64446529536
there is no free space entry for 67701403648-67701432320
there is no free space entry for 67701403648-68741496832
cache appears valid but isn't 67667755008
wanted bytes 86016, found 36864 for off 69345017856
wanted bytes 470220800, found 36864 for off 69345017856
cache appears valid but isn't 68741496832
there is no free space entry for 148766654464-148766662656
there is no free space entry for 148766654464-149272133632
cache appears valid but isn't 148198391808
wanted bytes 57344, found 40960 for off 149788758016
wanted bytes 557117440, found 40960 for off 149788758016
cache appears valid but isn't 149272133632
there is no free space entry for 156842475520-156842496000
there is no free space entry for 156842475520-157862068224
cache appears valid but isn't 156788326400
wanted bytes 81920, found 12288 for off 184625696768
wanted bytes 79917056, found 12288 for off 184625696768
cache appears valid but isn't 183631872000
wanted bytes 49152, found 40960 for off 185781424128
wanted bytes 1071673344, found 40960 for off 185781424128
cache appears valid but isn't 185779355648
wanted bytes 24576, found 16384 for off 209754497024
wanted bytes 754475008, found 16384 for off 209754497024
cache appears valid but isn't 209435230208
wanted bytes 53248, found 40960 for off 219845599232
wanted bytes 327049216, found 40960 for off 219845599232
cache appears valid but isn't 219098906624
wanted bytes 57344, found 45056 for off 228183281664
wanted bytes 579301376, found 45056 for off 228183281664
cache appears valid but isn't 227688841216
block group 307145736192 has wrong amount of free space, free space cache has 53121024 block group has 53145600
failed to load free space cache for block group 307145736192
wanted bytes 61440, found 53248 for off 335025065984
wanted bytes 37957632, found 53248 for off 335025065984
cache appears valid but isn't 333989281792
block group 465102176256 has wrong amount of free space, free space cache has 25473024 block group has 25464832
ERROR: free space cache has more free space than block group item, this could leads to serious corruption, please contact btrfs developers
failed to load free space cache for block group 465102176256
wanted bytes 204800, found 53248 for off 686116798464
wanted bytes 444628992, found 53248 for off 686116798464
cache appears valid but isn't 685487685632
[4/7] checking fs roots
[5/7] checking only csums items (without verifying data)
[6/7] checking root refs
[7/7] checking quota groups skipped (not enabled on this FS)
found 302503555072 bytes used, error(s) found
total csum bytes: 186250760
total tree bytes: 4315594752
total fs tree bytes: 3686187008
total extent tree bytes: 335773696
btree space waste bytes: 908309019
file data blocks allocated: 589240479744
 referenced 416490016768


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: btrfs check: free space cache has more free space than block group item
  2021-05-20  6:45 btrfs check: free space cache has more free space than block group item Octavia Togami
@ 2021-05-20  6:57 ` Octavia Togami
  2021-05-20 12:22   ` Wang Yugui
  0 siblings, 1 reply; 4+ messages in thread
From: Octavia Togami @ 2021-05-20  6:57 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]

Apologies, I missed the required commands, output from them is as
follows & attached.

$ uname -a
Linux data-acorn-token 5.12.5-arch1-1 #1 SMP PREEMPT Wed, 19 May 2021
10:32:40 +0000 x86_64 GNU/Linux
$ btrfs --version
btrfs-progs v5.12.1
$ sudo btrfs fi show
Label: 'Parallel eXceed'  uuid: 2d80eaf7-6588-41b3-add3-1d4a3a2996eb
        Total devices 2 FS bytes used 281.77GiB
        devid    1 size 317.71GiB used 317.71GiB path /dev/nvme0n1p6
        *** Some devices missing
# Can't show btrfs fi df, I don't want to mount it!
$ sudo dmesg >dmesg.log # attached to email

On Wed, May 19, 2021 at 11:45 PM Octavia Togami
<octavia.togami@gmail.com> wrote:
>
> Hi,
>
> I recently was trying to expand my root drive while booted into it, so
> I made a new partition and did `btrfs device add /dev/the-partition
> /`, then `btrfs balance start -dconvert=raid0 -mconvert=raid1 /`. It
> segfaulted, and I determined it would be easier for me to just boot
> into a live CD and move/resize it there; but when gparted attempted to
> do the operation it failed `btrfs check`. I updated all my packages,
> and then re-ran `btrfs check` and the output is attached. Is there a
> fix?

[-- Attachment #2: dmesg.log --]
[-- Type: text/x-log, Size: 133026 bytes --]

[   24.448995] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.448997] ---[ end trace de068d69e2064756 ]---
[   24.450124] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.450125] ------------[ cut here ]------------
[   24.450126] nouveau 0000:01:00.0: timeout
[   24.450133] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.450168] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.450190]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.450217]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.450229] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.450230] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.450231] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.450264] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.450265] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.450266] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.450266] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.450267] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.450267] R10: ffffb1d9c0c279e0 R11: ffffffff91ac53a0 R12: 0000000000000246
[   24.450268] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.450269] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.450270] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.450271] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.450272] Call Trace:
[   24.450273]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.450316]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.450358]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.450398]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.450427]  ? ktime_get+0x38/0x90
[   24.450429]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.450521]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.450584]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.450653]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.450739]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.450784]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.450904]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.450990]  pci_pm_runtime_resume+0xaa/0xc0
[   24.451005]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.451006]  __rpm_callback+0x7b/0x130
[   24.451008]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.451010]  rpm_callback+0x1f/0x70
[   24.451012]  rpm_resume+0x55b/0x800
[   24.451027]  __pm_runtime_resume+0x4a/0x80
[   24.451029]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.451134]  __x64_sys_ioctl+0x82/0xb0
[   24.451135]  do_syscall_64+0x33/0x40
[   24.451137]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.451138] RIP: 0033:0x7f020aef359b
[   24.451139] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.451140] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.451141] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.451142] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.451142] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.451143] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.451144] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.451145] ---[ end trace de068d69e2064757 ]---
[   24.451272] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.451273] ------------[ cut here ]------------
[   24.451273] nouveau 0000:01:00.0: timeout
[   24.451280] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.451312] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.451335]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.451361]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.451374] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.451375] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.451375] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.451409] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.451410] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.451411] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.451411] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.451412] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.451413] R10: ffffb1d9c0c279e0 R11: ffffffff91ac5898 R12: 0000000000000246
[   24.451413] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.451414] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.451415] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.451416] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.451416] Call Trace:
[   24.451418]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.451460]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.451501]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.451541]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.451572]  ? ktime_get+0x38/0x90
[   24.451574]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.451622]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.451670]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.451701]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.451732]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.451763]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.451825]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.451874]  pci_pm_runtime_resume+0xaa/0xc0
[   24.451876]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.451877]  __rpm_callback+0x7b/0x130
[   24.451879]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.451881]  rpm_callback+0x1f/0x70
[   24.451882]  rpm_resume+0x55b/0x800
[   24.451884]  __pm_runtime_resume+0x4a/0x80
[   24.451906]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.451969]  __x64_sys_ioctl+0x82/0xb0
[   24.451970]  do_syscall_64+0x33/0x40
[   24.451972]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.451973] RIP: 0033:0x7f020aef359b
[   24.451974] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.451975] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.451976] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.451977] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.451977] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.451978] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.451979] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.451980] ---[ end trace de068d69e2064758 ]---
[   24.451988] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.451988] ------------[ cut here ]------------
[   24.451989] nouveau 0000:01:00.0: timeout
[   24.451994] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.452050] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.452071]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.452097]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.452110] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.452111] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.452111] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.452144] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.452145] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.452146] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.452147] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.452147] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.452148] R10: ffffb1d9c0c279e0 R11: ffffffff91ac5d90 R12: 0000000000000246
[   24.452149] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.452149] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.452150] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.452151] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.452152] Call Trace:
[   24.452153]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.452196]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.452237]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.452278]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.452308]  ? ktime_get+0x38/0x90
[   24.452310]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.452359]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.452407]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.452436]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.452466]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.452497]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.452545]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.452595]  pci_pm_runtime_resume+0xaa/0xc0
[   24.452596]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.452598]  __rpm_callback+0x7b/0x130
[   24.452600]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.452602]  rpm_callback+0x1f/0x70
[   24.452603]  rpm_resume+0x55b/0x800
[   24.452605]  __pm_runtime_resume+0x4a/0x80
[   24.452607]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.452655]  __x64_sys_ioctl+0x82/0xb0
[   24.452656]  do_syscall_64+0x33/0x40
[   24.452658]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.452659] RIP: 0033:0x7f020aef359b
[   24.452660] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.452661] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.452662] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.452663] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.452663] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.452664] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.452665] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.452666] ---[ end trace de068d69e2064759 ]---
[   24.452676] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.452677] ------------[ cut here ]------------
[   24.452677] nouveau 0000:01:00.0: timeout
[   24.452683] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.452715] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.452738]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.452764]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.452776] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.452777] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.452778] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.452811] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.452812] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.452813] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.452813] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.452814] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.452815] R10: ffffb1d9c0c279e0 R11: ffffffff91ac6288 R12: 0000000000000246
[   24.452815] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.452816] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.452817] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.452818] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.452818] Call Trace:
[   24.452820]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.452862]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.452902]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.452942]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.452973]  ? ktime_get+0x38/0x90
[   24.452975]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.453036]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.453083]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.453142]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.453172]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.453202]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.453266]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.453316]  pci_pm_runtime_resume+0xaa/0xc0
[   24.453318]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.453320]  __rpm_callback+0x7b/0x130
[   24.453322]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.453323]  rpm_callback+0x1f/0x70
[   24.453325]  rpm_resume+0x55b/0x800
[   24.453327]  __pm_runtime_resume+0x4a/0x80
[   24.453328]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.453377]  __x64_sys_ioctl+0x82/0xb0
[   24.453379]  do_syscall_64+0x33/0x40
[   24.453380]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.453381] RIP: 0033:0x7f020aef359b
[   24.453382] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.453383] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.453384] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.453385] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.453385] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.453386] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.453387] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.453388] ---[ end trace de068d69e206475a ]---
[   24.453533] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.453533] ------------[ cut here ]------------
[   24.453534] nouveau 0000:01:00.0: timeout
[   24.453539] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.453573] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.453595]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.453621]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.453633] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.453634] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.453635] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.453667] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.453668] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.453669] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.453670] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.453670] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.453671] R10: ffffb1d9c0c279e0 R11: ffffffff91ac6780 R12: 0000000000000246
[   24.453672] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.453672] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.453674] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.453675] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.453675] Call Trace:
[   24.453677]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.453719]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.453760]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.453834]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.453882]  ? ktime_get+0x38/0x90
[   24.453884]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.453929]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.454011]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.454058]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.454126]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.454187]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.454273]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.454370]  pci_pm_runtime_resume+0xaa/0xc0
[   24.454371]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.454373]  __rpm_callback+0x7b/0x130
[   24.454375]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.454396]  rpm_callback+0x1f/0x70
[   24.454398]  rpm_resume+0x55b/0x800
[   24.454399]  __pm_runtime_resume+0x4a/0x80
[   24.454401]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.454479]  __x64_sys_ioctl+0x82/0xb0
[   24.454481]  do_syscall_64+0x33/0x40
[   24.454483]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.454484] RIP: 0033:0x7f020aef359b
[   24.454485] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.454486] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.454487] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.454488] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.454489] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.454489] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.454490] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.454491] ---[ end trace de068d69e206475b ]---
[   24.454547] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.454549] ------------[ cut here ]------------
[   24.454549] nouveau 0000:01:00.0: timeout
[   24.454554] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.454603] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.454625]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.454651]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.454664] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.454665] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.454665] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.454698] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.454699] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.454700] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.454701] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.454701] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.454702] R10: ffffb1d9c0c279e0 R11: ffffffff91ac6c78 R12: 0000000000000246
[   24.454703] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.454703] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.454704] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.454705] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.454706] Call Trace:
[   24.454707]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.454749]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.454790]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.454830]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.454861]  ? ktime_get+0x38/0x90
[   24.454863]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.454911]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.454971]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.455000]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.455031]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.455082]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.455144]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.455214]  pci_pm_runtime_resume+0xaa/0xc0
[   24.455215]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.455216]  __rpm_callback+0x7b/0x130
[   24.455218]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.455219]  rpm_callback+0x1f/0x70
[   24.455234]  rpm_resume+0x55b/0x800
[   24.455236]  __pm_runtime_resume+0x4a/0x80
[   24.455237]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.455285]  __x64_sys_ioctl+0x82/0xb0
[   24.455287]  do_syscall_64+0x33/0x40
[   24.455289]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.455290] RIP: 0033:0x7f020aef359b
[   24.455291] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.455292] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.455293] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.455312] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.455313] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.455314] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.455314] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.455316] ---[ end trace de068d69e206475c ]---
[   24.455328] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.455329] ------------[ cut here ]------------
[   24.455329] nouveau 0000:01:00.0: timeout
[   24.455334] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.455381] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.455402]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.455450]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.455475] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.455476] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.455476] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.455509] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.455510] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.455510] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.455511] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.455512] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.455512] R10: ffffb1d9c0c279e0 R11: ffffffff91ac7170 R12: 0000000000000246
[   24.455513] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.455514] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.455514] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.455515] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.455516] Call Trace:
[   24.455517]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.455575]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.455616]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.455657]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.455687]  ? ktime_get+0x38/0x90
[   24.455690]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.455737]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.455785]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.455817]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.455846]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.455876]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.455926]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.455976]  pci_pm_runtime_resume+0xaa/0xc0
[   24.455977]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.455979]  __rpm_callback+0x7b/0x130
[   24.455981]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.455982]  rpm_callback+0x1f/0x70
[   24.455983]  rpm_resume+0x55b/0x800
[   24.455985]  __pm_runtime_resume+0x4a/0x80
[   24.455987]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.456035]  __x64_sys_ioctl+0x82/0xb0
[   24.456036]  do_syscall_64+0x33/0x40
[   24.456037]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.456039] RIP: 0033:0x7f020aef359b
[   24.456039] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.456040] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.456042] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.456043] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.456043] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.456044] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.456045] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.456047] ---[ end trace de068d69e206475d ]---
[   24.456056] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.456057] ------------[ cut here ]------------
[   24.456057] nouveau 0000:01:00.0: timeout
[   24.456062] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.456097] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.456118]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.456144]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.456156] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.456157] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.456158] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.456191] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.456192] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.456193] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.456193] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.456194] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.456195] R10: ffffb1d9c0c279e0 R11: ffffffff91ac7668 R12: 0000000000000246
[   24.456195] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.456196] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.456197] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.456198] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.456198] Call Trace:
[   24.456199]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.456243]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.456298]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.456339]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.456369]  ? ktime_get+0x38/0x90
[   24.456371]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.456446]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.456492]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.456538]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.456569]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.456597]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.456648]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.456698]  pci_pm_runtime_resume+0xaa/0xc0
[   24.456699]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.456701]  __rpm_callback+0x7b/0x130
[   24.456702]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.456704]  rpm_callback+0x1f/0x70
[   24.456705]  rpm_resume+0x55b/0x800
[   24.456707]  __pm_runtime_resume+0x4a/0x80
[   24.456709]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.456757]  __x64_sys_ioctl+0x82/0xb0
[   24.456759]  do_syscall_64+0x33/0x40
[   24.456760]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.456762] RIP: 0033:0x7f020aef359b
[   24.456763] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.456764] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.456765] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.456766] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.456767] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.456768] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.456769] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.456770] ---[ end trace de068d69e206475e ]---
[   24.456778] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.456779] ------------[ cut here ]------------
[   24.456780] nouveau 0000:01:00.0: timeout
[   24.456785] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.456819] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.456840]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.456866]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.456879] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.456880] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.456880] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.456913] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.456914] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.456915] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.456916] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.456916] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.456917] R10: ffffb1d9c0c279e0 R11: ffffffff91ac7b60 R12: 0000000000000246
[   24.456917] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.456918] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.456919] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.456920] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.456921] Call Trace:
[   24.456922]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.456965]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.457006]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.457047]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.457076]  ? ktime_get+0x38/0x90
[   24.457078]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.457151]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.457214]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.457242]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.457273]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.457304]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.457353]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.457403]  pci_pm_runtime_resume+0xaa/0xc0
[   24.457405]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.457406]  __rpm_callback+0x7b/0x130
[   24.457409]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.457410]  rpm_callback+0x1f/0x70
[   24.457411]  rpm_resume+0x55b/0x800
[   24.457413]  __pm_runtime_resume+0x4a/0x80
[   24.457415]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.457463]  __x64_sys_ioctl+0x82/0xb0
[   24.457465]  do_syscall_64+0x33/0x40
[   24.457466]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.457467] RIP: 0033:0x7f020aef359b
[   24.457468] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.457469] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.457483] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.457484] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.457485] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.457486] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.457486] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.457488] ---[ end trace de068d69e206475f ]---
[   24.457517] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.457518] ------------[ cut here ]------------
[   24.457518] nouveau 0000:01:00.0: timeout
[   24.457524] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.457572] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.457609]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.457633]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.457646] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.457648] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.457649] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.457679] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.457680] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.457681] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.457682] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.457683] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.457683] R10: ffffb1d9c0c279e0 R11: ffffffff91ac8058 R12: 0000000000000246
[   24.457684] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.457685] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.457686] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.457687] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.457688] Call Trace:
[   24.457690]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.457732]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.457774]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.457814]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.457843]  ? ktime_get+0x38/0x90
[   24.457846]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.457894]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.457943]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.457974]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.458003]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.458033]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.458083]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.458133]  pci_pm_runtime_resume+0xaa/0xc0
[   24.458135]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.458136]  __rpm_callback+0x7b/0x130
[   24.458138]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.458139]  rpm_callback+0x1f/0x70
[   24.458141]  rpm_resume+0x55b/0x800
[   24.458142]  __pm_runtime_resume+0x4a/0x80
[   24.458144]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.458205]  __x64_sys_ioctl+0x82/0xb0
[   24.458207]  do_syscall_64+0x33/0x40
[   24.458209]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.458210] RIP: 0033:0x7f020aef359b
[   24.458211] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.458212] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.458213] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.458214] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.458215] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.458215] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.458216] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.458217] ---[ end trace de068d69e2064760 ]---
[   24.458225] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.458226] ------------[ cut here ]------------
[   24.458226] nouveau 0000:01:00.0: timeout
[   24.458231] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.458264] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.458286]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.458325]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.458338] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.458339] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.458339] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.458373] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.458374] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.458374] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.458375] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.458376] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.458376] R10: ffffb1d9c0c279e0 R11: ffffffff91ac8550 R12: 0000000000000246
[   24.458377] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.458378] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.458379] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.458379] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.458380] Call Trace:
[   24.458381]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.458424]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.458465]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.458505]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.458536]  ? ktime_get+0x38/0x90
[   24.458539]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.458586]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.458634]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.458665]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.458708]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.458739]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.458802]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.458852]  pci_pm_runtime_resume+0xaa/0xc0
[   24.458854]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.458855]  __rpm_callback+0x7b/0x130
[   24.458857]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.458858]  rpm_callback+0x1f/0x70
[   24.458860]  rpm_resume+0x55b/0x800
[   24.458861]  __pm_runtime_resume+0x4a/0x80
[   24.458863]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.458911]  __x64_sys_ioctl+0x82/0xb0
[   24.458912]  do_syscall_64+0x33/0x40
[   24.458914]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.458915] RIP: 0033:0x7f020aef359b
[   24.458916] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.458916] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.458918] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.458918] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.458919] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.458920] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.458920] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.458922] ---[ end trace de068d69e2064761 ]---
[   24.458933] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.458934] ------------[ cut here ]------------
[   24.458935] nouveau 0000:01:00.0: timeout
[   24.458940] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.458974] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.458995]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.459021]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.459033] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.459035] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.459035] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.459068] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.459069] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.459070] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.459070] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.459071] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.459072] R10: ffffb1d9c0c279e0 R11: ffffffff91ac8a48 R12: 0000000000000246
[   24.459072] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.459073] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.459074] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.459075] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.459075] Call Trace:
[   24.459077]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.459120]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.459162]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.459203]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.459233]  ? ktime_get+0x38/0x90
[   24.459235]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.459284]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.459332]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.459360]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.459404]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.459434]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.459483]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.459547]  pci_pm_runtime_resume+0xaa/0xc0
[   24.459548]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.459549]  __rpm_callback+0x7b/0x130
[   24.459551]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.459552]  rpm_callback+0x1f/0x70
[   24.459554]  rpm_resume+0x55b/0x800
[   24.459556]  __pm_runtime_resume+0x4a/0x80
[   24.459557]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.459608]  __x64_sys_ioctl+0x82/0xb0
[   24.459610]  do_syscall_64+0x33/0x40
[   24.459611]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.459612] RIP: 0033:0x7f020aef359b
[   24.459613] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.459614] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.459615] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.459616] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.459616] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.459617] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.459618] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.459619] ---[ end trace de068d69e2064762 ]---
[   24.459627] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.459628] ------------[ cut here ]------------
[   24.459628] nouveau 0000:01:00.0: timeout
[   24.459633] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.459667] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.459690]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.459714]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.459728] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.459729] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.459730] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.459760] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.459762] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.459763] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.459763] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.459764] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.459765] R10: ffffb1d9c0c279e0 R11: ffffffff91ac8f40 R12: 0000000000000246
[   24.459766] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.459767] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.459768] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.459769] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.459770] Call Trace:
[   24.459771]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.459813]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.459854]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.459908]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.459938]  ? ktime_get+0x38/0x90
[   24.459940]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.460002]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.460051]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.460079]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.460110]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.460141]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.460190]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.460239]  pci_pm_runtime_resume+0xaa/0xc0
[   24.460241]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.460243]  __rpm_callback+0x7b/0x130
[   24.460245]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.460246]  rpm_callback+0x1f/0x70
[   24.460248]  rpm_resume+0x55b/0x800
[   24.460250]  __pm_runtime_resume+0x4a/0x80
[   24.460252]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.460301]  __x64_sys_ioctl+0x82/0xb0
[   24.460302]  do_syscall_64+0x33/0x40
[   24.460304]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.460305] RIP: 0033:0x7f020aef359b
[   24.460306] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.460307] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.460308] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.460308] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.460309] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.460310] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.460310] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.460312] ---[ end trace de068d69e2064763 ]---
[   24.460319] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.460320] ------------[ cut here ]------------
[   24.460321] nouveau 0000:01:00.0: timeout
[   24.460327] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.460359] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.460382]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.460408]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.460420] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.460421] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.460422] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.460475] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.460476] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.460476] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.460477] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.460478] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.460478] R10: ffffb1d9c0c279e0 R11: ffffffff91ac9438 R12: 0000000000000246
[   24.460479] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.460480] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.460481] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.460482] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.460483] Call Trace:
[   24.460484]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.460555]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.460595]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.460705]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.460738]  ? ktime_get+0x38/0x90
[   24.460740]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.460856]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.460974]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.461022]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.461074]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.461104]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.461167]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.461235]  pci_pm_runtime_resume+0xaa/0xc0
[   24.461237]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.461238]  __rpm_callback+0x7b/0x130
[   24.461240]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.461241]  rpm_callback+0x1f/0x70
[   24.461243]  rpm_resume+0x55b/0x800
[   24.461245]  __pm_runtime_resume+0x4a/0x80
[   24.461246]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.461295]  __x64_sys_ioctl+0x82/0xb0
[   24.461297]  do_syscall_64+0x33/0x40
[   24.461298]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.461299] RIP: 0033:0x7f020aef359b
[   24.461300] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.461301] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.461302] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.461303] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.461303] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.461304] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.461305] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.461306] ---[ end trace de068d69e2064764 ]---
[   24.461341] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.461342] ------------[ cut here ]------------
[   24.461342] nouveau 0000:01:00.0: timeout
[   24.461347] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/subdev/bar/g84.c:35 g84_bar_flush+0xfa/0x110 [nouveau]
[   24.461396] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.461418]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.461445]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.461457] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.461458] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.461459] RIP: 0010:g84_bar_flush+0xfa/0x110 [nouveau]
[   24.461522] Code: 8b 40 10 48 8b 78 10 4c 8b 6f 50 4d 85 ed 75 03 4c 8b 2f e8 98 bd d6 ce 4c 89 ea 48 c7 c7 fc 5d aa c1 48 89 c6 e8 87 3d 0f cf <0f> 0b eb a8 e8 5d 34 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 66 90
[   24.461523] RSP: 0018:ffffb1d9c0c27bb8 EFLAGS: 00010086
[   24.461524] RAX: 0000000000000000 RBX: ffff926f841f6000 RCX: 0000000000000027
[   24.461524] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.461525] RBP: ffff926f8714bb98 R08: 0000000000000000 R09: ffffb1d9c0c279e8
[   24.461525] R10: ffffb1d9c0c279e0 R11: ffffffff91ac9930 R12: 0000000000000246
[   24.461526] R13: ffff926f815a4470 R14: 0000000000000000 R15: 00000005ab971604
[   24.461527] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.461527] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.461528] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.461529] Call Trace:
[   24.461530]  nv50_instobj_release+0x2a/0x90 [nouveau]
[   24.461571]  nvkm_instobj_load+0x4f/0xa0 [nouveau]
[   24.461649]  nvkm_instmem_init+0x62/0x80 [nouveau]
[   24.461719]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.461789]  ? ktime_get+0x38/0x90
[   24.461791]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.461863]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.461957]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.462011]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.462054]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.462084]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.462147]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.462196]  pci_pm_runtime_resume+0xaa/0xc0
[   24.462198]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.462199]  __rpm_callback+0x7b/0x130
[   24.462201]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.462202]  rpm_callback+0x1f/0x70
[   24.462204]  rpm_resume+0x55b/0x800
[   24.462206]  __pm_runtime_resume+0x4a/0x80
[   24.462208]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.462257]  __x64_sys_ioctl+0x82/0xb0
[   24.462258]  do_syscall_64+0x33/0x40
[   24.462260]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.462261] RIP: 0033:0x7f020aef359b
[   24.462262] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.462263] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.462264] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.462265] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.462265] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.462266] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.462267] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.462268] ---[ end trace de068d69e2064765 ]---
[   24.462293] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.462293] ------------[ cut here ]------------
[   24.462294] nouveau 0000:01:00.0: timeout
[   24.462299] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:276 falcon_v1_wait_idle+0xdc/0xf0 [nouveau]
[   24.462332] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.462354]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.462380]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.462393] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.462394] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.462395] RIP: 0010:falcon_v1_wait_idle+0xdc/0xf0 [nouveau]
[   24.462428] Code: 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 76 13 d7 ce 4c 89 e2 48 c7 c7 da 5a aa c1 48 89 c6 e8 65 93 0f cf <0f> 0b eb ad e8 3b 8a 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f
[   24.462429] RSP: 0018:ffffb1d9c0c27b90 EFLAGS: 00010286
[   24.462430] RAX: 0000000000000000 RBX: ffffffffffffff92 RCX: 0000000000000027
[   24.462431] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.462431] RBP: ffff926f93aca098 R08: 0000000000000000 R09: ffffb1d9c0c279c0
[   24.462432] R10: ffffb1d9c0c279b8 R11: ffffffff91ac9e28 R12: ffff926f815a4470
[   24.462433] R13: ffff926f841f1408 R14: ffff926f9394a100 R15: ffff926f9394a000
[   24.462433] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.462434] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.462435] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.462436] Call Trace:
[   24.462437]  nvkm_falcon_disable+0x36/0x50 [nouveau]
[   24.462469]  nvkm_falcon_reset+0xe/0x20 [nouveau]
[   24.462500]  gp102_fb_vpr_scrub+0xb8/0x1a0 [nouveau]
[   24.462540]  nvkm_fb_init+0x109/0x160 [nouveau]
[   24.462578]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.462609]  ? ktime_get+0x38/0x90
[   24.462611]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.462661]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.462722]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.462751]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.462782]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.462831]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.462895]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.462959]  pci_pm_runtime_resume+0xaa/0xc0
[   24.462961]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.462962]  __rpm_callback+0x7b/0x130
[   24.462964]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.462980]  rpm_callback+0x1f/0x70
[   24.462981]  rpm_resume+0x55b/0x800
[   24.462983]  __pm_runtime_resume+0x4a/0x80
[   24.462985]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.463032]  __x64_sys_ioctl+0x82/0xb0
[   24.463033]  do_syscall_64+0x33/0x40
[   24.463035]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.463036] RIP: 0033:0x7f020aef359b
[   24.463037] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.463038] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.463039] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.463040] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.463041] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.463042] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.463043] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.463045] ---[ end trace de068d69e2064766 ]---
[   24.463069] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.463069] ------------[ cut here ]------------
[   24.463070] nouveau 0000:01:00.0: timeout
[   24.463075] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:289 nvkm_falcon_v1_enable+0x11e/0x130 [nouveau]
[   24.463123] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.463145]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.463186]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.463199] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.463200] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.463201] RIP: 0010:nvkm_falcon_v1_enable+0x11e/0x130 [nouveau]
[   24.463247] Code: 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 64 10 d7 ce 4c 89 e2 48 c7 c7 da 5a aa c1 48 89 c6 e8 53 90 0f cf <0f> 0b e9 6a ff ff ff e8 26 87 14 cf 66 0f 1f 44 00 00 0f 1f 44 00
[   24.463248] RSP: 0018:ffffb1d9c0c27b98 EFLAGS: 00010282
[   24.463249] RAX: 0000000000000000 RBX: ffffffffffffff92 RCX: 0000000000000027
[   24.463250] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.463250] RBP: ffff926f93aca098 R08: 0000000000000000 R09: ffffb1d9c0c279c8
[   24.463251] R10: ffffb1d9c0c279c0 R11: ffffffff91aca338 R12: ffff926f815a4470
[   24.463252] R13: ffff926f841f1408 R14: ffff926f9394a100 R15: ffff926f9394a000
[   24.463252] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.463253] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.463254] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.463255] Call Trace:
[   24.463256]  nvkm_falcon_enable+0x36/0x70 [nouveau]
[   24.463287]  gp102_fb_vpr_scrub+0xb8/0x1a0 [nouveau]
[   24.463341]  nvkm_fb_init+0x109/0x160 [nouveau]
[   24.463379]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.463410]  ? ktime_get+0x38/0x90
[   24.463412]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.463461]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.463510]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.463541]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.463572]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.463601]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.463651]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.463701]  pci_pm_runtime_resume+0xaa/0xc0
[   24.463702]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.463703]  __rpm_callback+0x7b/0x130
[   24.463705]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.463706]  rpm_callback+0x1f/0x70
[   24.463708]  rpm_resume+0x55b/0x800
[   24.463710]  __pm_runtime_resume+0x4a/0x80
[   24.463711]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.463761]  __x64_sys_ioctl+0x82/0xb0
[   24.463762]  do_syscall_64+0x33/0x40
[   24.463764]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.463766] RIP: 0033:0x7f020aef359b
[   24.463766] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.463767] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.463768] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.463769] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.463773] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.463773] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.463793] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.463794] ---[ end trace de068d69e2064767 ]---
[   24.463796] nouveau 0000:01:00.0: fb: Falcon mem scrubbing timeout
[   24.463890] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.463891] ------------[ cut here ]------------
[   24.463891] nouveau 0000:01:00.0: timeout
[   24.463910] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:276 falcon_v1_wait_idle+0xdc/0xf0 [nouveau]
[   24.463956] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.463979]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.464005]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.464031] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.464032] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.464033] RIP: 0010:falcon_v1_wait_idle+0xdc/0xf0 [nouveau]
[   24.464078] Code: 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 76 13 d7 ce 4c 89 e2 48 c7 c7 da 5a aa c1 48 89 c6 e8 65 93 0f cf <0f> 0b eb ad e8 3b 8a 14 cf 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f
[   24.464078] RSP: 0018:ffffb1d9c0c27b90 EFLAGS: 00010286
[   24.464080] RAX: 0000000000000000 RBX: ffffffffffffff92 RCX: 0000000000000027
[   24.464080] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.464081] RBP: ffff926f93aca098 R08: 0000000000000000 R09: ffffb1d9c0c279c0
[   24.464082] R10: ffffb1d9c0c279b8 R11: ffffffff91aca848 R12: ffff926f815a4470
[   24.464083] R13: ffff926f841f1408 R14: ffff926f9394a100 R15: ffff926f9394a000
[   24.464084] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.464085] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.464086] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.464087] Call Trace:
[   24.464088]  nvkm_falcon_disable+0x36/0x50 [nouveau]
[   24.464117]  nvkm_falcon_reset+0xe/0x20 [nouveau]
[   24.464164]  gp102_fb_vpr_scrub+0x15f/0x1a0 [nouveau]
[   24.464219]  nvkm_fb_init+0x109/0x160 [nouveau]
[   24.464269]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.464315]  ? ktime_get+0x38/0x90
[   24.464317]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.464365]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.464428]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.464459]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.464490]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.464518]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.464569]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.464619]  pci_pm_runtime_resume+0xaa/0xc0
[   24.464621]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.464622]  __rpm_callback+0x7b/0x130
[   24.464624]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.464625]  rpm_callback+0x1f/0x70
[   24.464626]  rpm_resume+0x55b/0x800
[   24.464628]  __pm_runtime_resume+0x4a/0x80
[   24.464630]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.464679]  __x64_sys_ioctl+0x82/0xb0
[   24.464680]  do_syscall_64+0x33/0x40
[   24.464682]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.464683] RIP: 0033:0x7f020aef359b
[   24.464684] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.464685] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.464687] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.464688] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.464689] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.464689] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.464690] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.464691] ---[ end trace de068d69e2064768 ]---
[   24.464698] nouveau 0000:01:00.0: timer: stalled at ffffffffffffffff
[   24.464699] ------------[ cut here ]------------
[   24.464700] nouveau 0000:01:00.0: timeout
[   24.464705] WARNING: CPU: 2 PID: 672 at drivers/gpu/drm/nouveau/nvkm/falcon/v1.c:289 nvkm_falcon_v1_enable+0x11e/0x130 [nouveau]
[   24.464738] Modules linked in: typec_displayport snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda cmac snd_sof_pci x86_pkg_temp_thermal intel_powerclamp algif_hash snd_sof coretemp algif_skcipher snd_sof_xtensa_dsp af_alg kvm_intel soundwire_bus bnep hwmon_vid snd_soc_skl kvm snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_hda_codec_realtek snd_soc_sst_dsp snd_hda_codec_generic iTCO_wdt ledtrig_audio snd_soc_acpi_intel_match irqbypass intel_pmc_bxt crct10dif_pclmul snd_soc_acpi iwlmvm ee1004 hid_multitouch crc32_pclmul iTCO_vendor_support ghash_clmulni_intel snd_soc_core aesni_intel nls_iso8859_1 mei_hdcp crypto_simd intel_rapl_msr ucsi_ccg vfat fat cryptd snd_compress rapl ac97_bus intel_cstate nouveau mac80211 snd_pcm_dmaengine intel_uncore snd_hda_codec_hdmi i915 uvcvideo r8169 videobuf2_vmalloc snd_hda_intel videobuf2_memops btusb realtek videobuf2_v4l2 r8153_ecm libarc4 mdio_devres snd_intel_dspcfg
[   24.464759]  i2c_i801 cdc_ether btrtl usbnet snd_intel_sdw_acpi acer_wmi btbcm intel_wmi_thunderbolt sparse_keymap wmi_bmof i2c_smbus libphy iwlwifi snd_hda_codec r8152 videobuf2_common mxm_wmi btintel drm_ttm_helper videodev ttm mii mei_me i2c_algo_bit snd_hda_core thunderbolt mei cfg80211 bluetooth mc drm_kms_helper snd_hwdep joydev snd_pcm cec processor_thermal_device snd_timer processor_thermal_rfim intel_gtt ucsi_acpi intel_lpss_pci processor_thermal_mbox typec_ucsi syscopyarea ecdh_generic intel_lpss processor_thermal_rapl sysfillrect mousedev snd typec ecc intel_rapl_common sysimgblt crc16 i2c_hid_acpi soundcore fb_sys_fops rfkill i2c_nvidia_gpu idma64 intel_soc_dts_iosf intel_pch_thermal roles i2c_hid tpm_crb int3403_thermal int340x_thermal_zone tpm_tis tpm_tis_core tpm rng_core mac_hid int3400_thermal acpi_thermal_rel acer_wireless acpi_pad nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype
[   24.464786]  xt_tcpudp xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter drm fuse crypto_user agpgart bpf_preload ip_tables x_tables usbhid ses enclosure scsi_transport_sas uas usb_storage btrfs serio_raw atkbd libps2 blake2b_generic xor raid6_pq xhci_pci xhci_pci_renesas i8042 serio wmi video dm_mod xfs libcrc32c crc32c_generic crc32c_intel
[   24.464799] CPU: 2 PID: 672 Comm: Xorg Tainted: G        W         5.12.5-arch1-1 #1
[   24.464800] Hardware name: Acer Predator PT515-51/Ghibli_CFS, BIOS V1.13 03/04/2020
[   24.464801] RIP: 0010:nvkm_falcon_v1_enable+0x11e/0x130 [nouveau]
[   24.464833] Code: 8b 40 10 48 8b 78 10 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 64 10 d7 ce 4c 89 e2 48 c7 c7 da 5a aa c1 48 89 c6 e8 53 90 0f cf <0f> 0b e9 6a ff ff ff e8 26 87 14 cf 66 0f 1f 44 00 00 0f 1f 44 00
[   24.464833] RSP: 0018:ffffb1d9c0c27b98 EFLAGS: 00010282
[   24.464834] RAX: 0000000000000000 RBX: ffffffffffffff92 RCX: 0000000000000027
[   24.464835] RDX: ffff9277042986e8 RSI: 0000000000000001 RDI: ffff9277042986e0
[   24.464835] RBP: ffff926f93aca098 R08: 0000000000000000 R09: ffffb1d9c0c279c8
[   24.464836] R10: ffffb1d9c0c279c0 R11: ffffffff91acad58 R12: ffff926f815a4470
[   24.464837] R13: ffff926f841f1408 R14: ffff926f9394a100 R15: ffff926f9394a000
[   24.464837] FS:  00007f020a4f0940(0000) GS:ffff927704280000(0000) knlGS:0000000000000000
[   24.464838] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   24.464839] CR2: 0000560feb481268 CR3: 000000011496c005 CR4: 00000000003706e0
[   24.464840] Call Trace:
[   24.464841]  nvkm_falcon_enable+0x36/0x70 [nouveau]
[   24.464873]  gp102_fb_vpr_scrub+0x15f/0x1a0 [nouveau]
[   24.464913]  nvkm_fb_init+0x109/0x160 [nouveau]
[   24.464950]  nvkm_subdev_init+0x92/0xd0 [nouveau]
[   24.464981]  ? ktime_get+0x38/0x90
[   24.464983]  nvkm_device_init+0x11f/0x1b0 [nouveau]
[   24.465031]  nvkm_udevice_init+0x41/0x60 [nouveau]
[   24.465079]  nvkm_object_init+0x3e/0x110 [nouveau]
[   24.465110]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.465141]  nvkm_object_init+0x73/0x110 [nouveau]
[   24.465172]  nouveau_do_resume+0x2b/0xd0 [nouveau]
[   24.465222]  nouveau_pmops_runtime_resume+0x7a/0x150 [nouveau]
[   24.465270]  pci_pm_runtime_resume+0xaa/0xc0
[   24.465272]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.465273]  __rpm_callback+0x7b/0x130
[   24.465275]  ? pci_pm_freeze_noirq+0x100/0x100
[   24.465276]  rpm_callback+0x1f/0x70
[   24.465277]  rpm_resume+0x55b/0x800
[   24.465279]  __pm_runtime_resume+0x4a/0x80
[   24.465281]  nouveau_drm_ioctl+0x34/0xa0 [nouveau]
[   24.465330]  __x64_sys_ioctl+0x82/0xb0
[   24.465332]  do_syscall_64+0x33/0x40
[   24.465333]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   24.465335] RIP: 0033:0x7f020aef359b
[   24.465335] Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d a5 a8 0c 00 f7 d8 64 89 01 48
[   24.465336] RSP: 002b:00007ffd4005ec58 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   24.465337] RAX: ffffffffffffffda RBX: 00007ffd4005eca0 RCX: 00007f020aef359b
[   24.465338] RDX: 00007ffd4005eca0 RSI: 00000000c05064a7 RDI: 0000000000000015
[   24.465339] RBP: 00000000c05064a7 R08: 00005587f16112b0 R09: 000000000000005e
[   24.465339] R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000001
[   24.465340] R13: 0000000000000015 R14: 00007ffd4005eca0 R15: 00005587f1611db0
[   24.465341] ---[ end trace de068d69e2064769 ]---
[   24.465342] nouveau 0000:01:00.0: fb: Falcon mem scrubbing timeout
[   24.465344] nouveau 0000:01:00.0: fb: VPR still locked after scrub!
[   24.465344] nouveau 0000:01:00.0: fb: init failed, -5
[   24.465364] nouveau 0000:01:00.0: init failed with -5
[   24.465365] nouveau: Xorg[672]:00000000:00000080: init failed with -5
[   24.465367] nouveau: DRM-master:00000000:00000000: init failed with -5
[   24.465368] nouveau: DRM-master:00000000:00000000: init failed with -5
[   24.465369] nouveau 0000:01:00.0: DRM: Client resume failed with error: -5
[   24.465370] nouveau 0000:01:00.0: DRM: resume failed with: -5
[   24.469701] systemd-journald[327]: /dev/kmsg buffer overrun, some messages lost.
[   24.782684] Bluetooth: RFCOMM TTY layer initialized
[   24.782690] Bluetooth: RFCOMM socket layer initialized
[   24.782693] Bluetooth: RFCOMM ver 1.11
[   25.965329] Bluetooth: hci0: MSFT filter_enable is already on
[   31.881823] kauditd_printk_skb: 17 callbacks suppressed
[   31.881831] audit: type=1131 audit(1621492556.543:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   31.897217] audit: type=1131 audit(1621492556.560:118): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.513160] audit: type=1131 audit(1621492561.173:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.724029] audit: type=1334 audit(1621492561.387:120): prog-id=23 op=UNLOAD
[   36.724043] audit: type=1334 audit(1621492561.387:121): prog-id=22 op=UNLOAD
[   36.724049] audit: type=1334 audit(1621492561.387:122): prog-id=21 op=UNLOAD
[   53.331728] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead.
[   64.335964] audit: type=1100 audit(1621492588.793:123): pid=1533 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   64.339020] audit: type=1101 audit(1621492588.796:124): pid=1533 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   64.340794] audit: type=1110 audit(1621492588.796:125): pid=1533 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   64.348141] audit: type=1105 audit(1621492588.806:126): pid=1533 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   66.615214] audit: type=1106 audit(1621492591.073:127): pid=1533 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   66.615297] audit: type=1104 audit(1621492591.073:128): pid=1533 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   74.296282] audit: type=1101 audit(1621492598.743:129): pid=1590 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   74.296688] audit: type=1110 audit(1621492598.743:130): pid=1590 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[   74.298195] audit: type=1105 audit(1621492598.747:131): pid=1590 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  131.760194] audit: type=1106 audit(1621492656.212:132): pid=1590 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  131.760294] audit: type=1104 audit(1621492656.212:133): pid=1590 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  136.383157] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x80 TTL=1 ID=29855 PROTO=2 
[  142.576221] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=28246 DF PROTO=UDP SPT=34877 DPT=56955 LEN=532 
[  142.869663] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=28295 DF PROTO=UDP SPT=50352 DPT=56955 LEN=286 
[  143.577437] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=28387 DF PROTO=UDP SPT=50283 DPT=56955 LEN=532 
[  143.722168] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=28416 DF PROTO=UDP SPT=50352 DPT=56955 LEN=286 
[  144.579146] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=28473 DF PROTO=UDP SPT=33936 DPT=56955 LEN=532 
[  144.872670] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=28492 DF PROTO=UDP SPT=50352 DPT=56955 LEN=286 
[  145.580674] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=28610 DF PROTO=UDP SPT=44729 DPT=56955 LEN=532 
[  146.198367] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=28671 DF PROTO=UDP SPT=50352 DPT=56955 LEN=286 
[  172.611756] ACPI Error: Aborting method \_SB.PCI0.PGON due to previous error (AE_AML_LOOP_TIMEOUT) (20210105/psparse-529)
[  172.611786] ACPI Error: Aborting method \_SB.PCI0.PEG0.PG00._ON due to previous error (AE_AML_LOOP_TIMEOUT) (20210105/psparse-529)
[  172.611812] acpi device:00: Failed to change power state to D0
[  173.948808] acpi device:00: Cannot transition from (unknown) to D3hot
[  243.383189] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x1A PREC=0x40 TTL=1 ID=35000 PROTO=2 
[  243.581562] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  261.383061] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=49340 PROTO=2 
[  262.561310] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=37898 DF PROTO=UDP SPT=33795 DPT=45555 LEN=532 
[  262.938766] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=37966 DF PROTO=UDP SPT=50352 DPT=45555 LEN=286 
[  263.561720] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=38062 DF PROTO=UDP SPT=37460 DPT=45555 LEN=532 
[  263.630242] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=38072 DF PROTO=UDP SPT=50352 DPT=45555 LEN=286 
[  368.383378] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x16 PREC=0x20 TTL=1 ID=54485 PROTO=2 
[  368.962041] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  382.571233] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=58883 DF PROTO=UDP SPT=43353 DPT=36739 LEN=532 
[  382.747697] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=58907 DF PROTO=UDP SPT=50352 DPT=36739 LEN=286 
[  383.571821] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=59041 DF PROTO=UDP SPT=42986 DPT=36739 LEN=532 
[  383.613335] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=59047 DF PROTO=UDP SPT=50352 DPT=36739 LEN=286 
[  493.383857] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=8435 PROTO=2 
[  494.364218] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:0e:73:98:c2:f3:c3:08:00 SRC=192.168.1.101 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  502.580512] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=63017 DF PROTO=UDP SPT=48252 DPT=58640 LEN=532 
[  502.644164] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=63022 DF PROTO=UDP SPT=50352 DPT=58640 LEN=286 
[  503.581352] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=63051 DF PROTO=UDP SPT=46699 DPT=58640 LEN=532 
[  504.122024] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=63120 DF PROTO=UDP SPT=50352 DPT=58640 LEN=286 
[  618.383733] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=27664 PROTO=2 
[  618.888103] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  622.558856] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=3403 DF PROTO=UDP SPT=59278 DPT=55370 LEN=532 
[  622.621281] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=3413 DF PROTO=UDP SPT=50352 DPT=55370 LEN=286 
[  623.559326] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=3599 DF PROTO=UDP SPT=42490 DPT=55370 LEN=532 
[  623.950205] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=3619 DF PROTO=UDP SPT=50352 DPT=55370 LEN=286 
[  642.968223] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 
[  741.549005] audit: type=1100 audit(1621493265.989:134): pid=3515 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  741.552099] audit: type=1101 audit(1621493265.993:135): pid=3515 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  741.553819] audit: type=1110 audit(1621493265.993:136): pid=3515 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  741.561323] audit: type=1105 audit(1621493266.003:137): pid=3515 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  742.022294] audit: type=1106 audit(1621493266.463:138): pid=3515 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  742.022494] audit: type=1104 audit(1621493266.463:139): pid=3515 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  742.546706] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=22093 DF PROTO=UDP SPT=33358 DPT=40445 LEN=532 
[  742.789113] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=22121 DF PROTO=UDP SPT=50352 DPT=40445 LEN=286 
[  743.384043] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:fb:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x80 TTL=1 ID=47149 PROTO=2 
[  743.547774] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=22216 DF PROTO=UDP SPT=57951 DPT=40445 LEN=532 
[  743.592303] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=22222 DF PROTO=UDP SPT=50352 DPT=40445 LEN=286 
[  761.384257] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x80 TTL=1 ID=61489 PROTO=2 
[  781.023262] audit: type=1101 audit(1621493305.464:140): pid=3556 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  781.023679] audit: type=1110 audit(1621493305.464:141): pid=3556 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  781.025157] audit: type=1105 audit(1621493305.464:142): pid=3556 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  781.035754] audit: type=1106 audit(1621493305.474:143): pid=3556 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  781.035801] audit: type=1104 audit(1621493305.474:144): pid=3556 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/3 res=success'
[  817.342421] audit: type=1701 audit(1621493341.785:145): auid=1000 uid=1000 gid=1000 ses=2 pid=3638 comm="vim" exe="/usr/bin/vim" sig=11 res=1
[  817.354398] audit: type=1334 audit(1621493341.795:146): prog-id=29 op=LOAD
[  817.354585] audit: type=1334 audit(1621493341.795:147): prog-id=30 op=LOAD
[  817.354648] audit: type=1334 audit(1621493341.795:148): prog-id=31 op=LOAD
[  817.355404] audit: type=1130 audit(1621493341.798:149): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-3641-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  817.407442] audit: type=1131 audit(1621493341.848:150): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-3641-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  817.588946] audit: type=1334 audit(1621493342.032:151): prog-id=31 op=UNLOAD
[  817.588957] audit: type=1334 audit(1621493342.032:152): prog-id=30 op=UNLOAD
[  817.588963] audit: type=1334 audit(1621493342.032:153): prog-id=29 op=UNLOAD
[  862.544780] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=43024 DF PROTO=UDP SPT=57869 DPT=49468 LEN=532 
[  863.009525] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=43043 DF PROTO=UDP SPT=50352 DPT=49468 LEN=286 
[  863.545875] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=43109 DF PROTO=UDP SPT=54646 DPT=49468 LEN=532 
[  864.094521] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=306 TOS=0x00 PREC=0x00 TTL=64 ID=43209 DF PROTO=UDP SPT=50352 DPT=49468 LEN=286 
[  864.547126] [UFW BLOCK] IN=eth0 OUT= MAC=30:65:ec:c7:b2:15:10:4f:a8:80:49:e0:08:00 SRC=192.168.1.100 DST=192.168.1.107 LEN=552 TOS=0x00 PREC=0x00 TTL=64 ID=43226 DF PROTO=UDP SPT=34893 DPT=49468 LEN=532 
[  883.161305] audit: type=1101 audit(1621493407.606:154): pid=3752 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  883.161780] audit: type=1110 audit(1621493407.606:155): pid=3752 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  883.163723] audit: type=1105 audit(1621493407.606:156): pid=3752 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  883.402687] audit: type=1106 audit(1621493407.846:157): pid=3752 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  883.402777] audit: type=1104 audit(1621493407.846:158): pid=3752 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  886.384211] [UFW BLOCK] IN=eth0 OUT= MAC=01:00:5e:00:00:01:3c:84:6a:c5:14:62:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x80 TTL=1 ID=15439 PROTO=2 
[  940.124272] audit: type=1130 audit(1621493464.566:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  940.124279] audit: type=1131 audit(1621493464.566:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  942.523324] audit: type=1101 audit(1621493466.966:161): pid=3791 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="octy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  942.523762] audit: type=1110 audit(1621493466.966:162): pid=3791 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[  942.525385] audit: type=1105 audit(1621493466.969:163): pid=3791 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: btrfs check: free space cache has more free space than block group item
  2021-05-20  6:57 ` Octavia Togami
@ 2021-05-20 12:22   ` Wang Yugui
  2021-05-20 17:20     ` Octavia Togami
  0 siblings, 1 reply; 4+ messages in thread
From: Wang Yugui @ 2021-05-20 12:22 UTC (permalink / raw)
  To: Octavia Togami; +Cc: linux-btrfs

Hi,

> Apologies, I missed the required commands, output from them is as
> follows & attached.
> 
> $ uname -a
> Linux data-acorn-token 5.12.5-arch1-1 #1 SMP PREEMPT Wed, 19 May 2021
> 10:32:40 +0000 x86_64 GNU/Linux
> $ btrfs --version
> btrfs-progs v5.12.1
> $ sudo btrfs fi show
> Label: 'Parallel eXceed'  uuid: 2d80eaf7-6588-41b3-add3-1d4a3a2996eb
>         Total devices 2 FS bytes used 281.77GiB
>         devid    1 size 317.71GiB used 317.71GiB path /dev/nvme0n1p6
>         *** Some devices missing

Firstly, we need to know why '*** Some devices missing' happened? 
the output of 'blkid' maybe helpful.

Then, 'btrfs check' does not support the filesystem with multiple device?

Best Regards
Wang Yugui (wangyugui@e16-tech.com)
2021/05/20


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: btrfs check: free space cache has more free space than block group item
  2021-05-20 12:22   ` Wang Yugui
@ 2021-05-20 17:20     ` Octavia Togami
  0 siblings, 0 replies; 4+ messages in thread
From: Octavia Togami @ 2021-05-20 17:20 UTC (permalink / raw)
  To: Wang Yugui; +Cc: linux-btrfs

Hi,
The other device is missing because I mistakenly deleted it in
GParted, thinking that GParted would detach it from the array or at
least warn me if it couldn't. It did not do that, so now I believe the
array is technically degraded. However, as the balance command
segfaulted, I would think that it doesn't matter, but I wanted to
report this before I touched the device any further.

> Then, 'btrfs check' does not support the filesystem with multiple device?

I am not sure what you mean by this.

On Thu, May 20, 2021 at 5:22 AM Wang Yugui <wangyugui@e16-tech.com> wrote:
>
> Hi,
>
> > Apologies, I missed the required commands, output from them is as
> > follows & attached.
> >
> > $ uname -a
> > Linux data-acorn-token 5.12.5-arch1-1 #1 SMP PREEMPT Wed, 19 May 2021
> > 10:32:40 +0000 x86_64 GNU/Linux
> > $ btrfs --version
> > btrfs-progs v5.12.1
> > $ sudo btrfs fi show
> > Label: 'Parallel eXceed'  uuid: 2d80eaf7-6588-41b3-add3-1d4a3a2996eb
> >         Total devices 2 FS bytes used 281.77GiB
> >         devid    1 size 317.71GiB used 317.71GiB path /dev/nvme0n1p6
> >         *** Some devices missing
>
> Firstly, we need to know why '*** Some devices missing' happened?
> the output of 'blkid' maybe helpful.
>
> Then, 'btrfs check' does not support the filesystem with multiple device?
>
> Best Regards
> Wang Yugui (wangyugui@e16-tech.com)
> 2021/05/20
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-20 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20  6:45 btrfs check: free space cache has more free space than block group item Octavia Togami
2021-05-20  6:57 ` Octavia Togami
2021-05-20 12:22   ` Wang Yugui
2021-05-20 17:20     ` Octavia Togami

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.