All of lore.kernel.org
 help / color / mirror / Atom feed
* [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
@ 2022-12-25 21:32 Mikhail Gavrilov
  2022-12-26  0:14 ` Qu Wenruo
  2022-12-26 13:37 ` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes #forregzbot Thorsten Leemhuis
  0 siblings, 2 replies; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-25 21:32 UTC (permalink / raw)
  To: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

Hi,
It is curious but it happens only on machine which have BTRFS volume
combined from two high speed nvme (pcie 4) SSD in RAID 0. On machines
with BTRFS volume from one HDD the bug does not appear.

To bisect the problematic commit, I had to sweat a lot. At each step,
I downloaded the 150 GB game "Assassin's Creed Valhalla" 4 times and
deleted it. For make sure that the commit previous to
947a629988f191807d2d22ba63ae18259bb645c5 is definitely not affected by
the bug, I downloaded this game 10 times, which should have provided
more than 1.5 Tb of data writing to the btrfs volume.

Here is result of my bisection:
947a629988f191807d2d22ba63ae18259bb645c5 is the first bad commit
commit 947a629988f191807d2d22ba63ae18259bb645c5
Author: Qu Wenruo <wqu@suse.com>
Date:   Wed Sep 14 13:32:51 2022 +0800

    btrfs: move tree block parentness check into validate_extent_buffer()

    [BACKGROUND]
    Although both btrfs metadata and data has their read time verification
    done at endio time (btrfs_validate_metadata_buffer() and
    btrfs_verify_data_csum()), metadata has extra verification, mostly
    parentness check including first key/transid/owner_root/level, done at
    read_tree_block() and btrfs_read_extent_buffer().

    On the other hand, all the data verification is done at endio context.

    [ENHANCEMENT]
    This patch will make a new union in btrfs_bio, taking the space of the
    old data checksums, thus it will not increase the memory usage.

    With that extra btrfs_tree_parent_check inside btrfs_bio, we can just
    pass the check parameter into read_extent_buffer_pages(), and before
    submitting the bio, we can copy the check structure into btrfs_bio.

    And finally at endio time, we can grab btrfs_bio::parent_check and pass
    it to validate_extent_buffer(), to move the remaining checks into it.

    This brings the following benefits:

    - Much simpler btrfs_read_extent_buffer()
      Now it only needs to iterate through all mirrors.

    - Simpler read-time transid check
      Previously we go verify_parent_transid() after reading out the extent
      buffer.
      Now the transid check is done inside the endio function, no other
      code can modify the content.
      Thus no need to use the extent lock anymore.

    Signed-off-by: Qu Wenruo <wqu@suse.com>
    Signed-off-by: David Sterba <dsterba@suse.com>

 fs/btrfs/disk-io.c   | 73 ++++++++++++++++++++++++++++++++++++++--------------
 fs/btrfs/extent_io.c | 18 ++++++++++---
 fs/btrfs/extent_io.h |  5 ++--
 fs/btrfs/volumes.h   | 25 +++++++++++++++---
 4 files changed, 93 insertions(+), 28 deletions(-)

Before going to readonly, the preceding line in kernel log display a message:
[ 1908.029663] BTRFS: error (device nvme0n1p3: state A) in
btrfs_run_delayed_refs:2147: errno=-5 IO failure

I also attached a full kernel log.

-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: btrfs-issue-dmesg.txt --]
[-- Type: text/plain, Size: 353123 bytes --]

❯ dmesg
[    0.000000] Linux version 6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #51 SMP PREEMPT_DYNAMIC Sun Dec 25 01:11:37 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ba907fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000b6cb8017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cb8018-0x00000000b6cc5857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc5858-0x00000000b6cc6017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc6018-0x00000000b6cd4057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd4058-0x00000000b6cd5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd5018-0x00000000b6cdb657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cdb658-0x00000000ba907fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbbe83000 ACPI 2.0=0xbbe83014 TPMFinalLog=0xbc130000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7519018 ESRT=0xb9122b18 MOKvar=0xbc86d000 RNG=0xbbe33018 TPMEventLog=0xb6cdc018 
[    0.000000] efi: seeding entropy pool
[    0.000000] random: crng init done
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.714 MHz processor
[    0.000131] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000134] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000140] last_pfn = 0x101e300 max_arch_pfn = 0x400000000
[    0.000590] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001057] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.001064] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003696] esrt: Reserving ESRT space from 0x00000000b9122b18 to 0x00000000b9122b50.
[    0.003704] e820: update [mem 0xb9122000-0xb9122fff] usable ==> reserved
[    0.003719] Using GB pages for direct mapping
[    0.011834] printk: log_buf_len: 16777216 bytes
[    0.011838] printk: early log buf free: 254720(97%)
[    0.011839] Secure boot disabled
[    0.011839] RAMDISK: [mem 0xa825e000-0xb440afff]
[    0.011843] ACPI: Early table checksum verification disabled
[    0.011846] ACPI: RSDP 0x00000000BBE83014 000024 (v02 _ASUS_)
[    0.011850] ACPI: XSDT 0x00000000BBE82728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.011855] ACPI: FACP 0x00000000BBE74000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011859] ACPI: DSDT 0x00000000BBE67000 00C2AC (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[    0.011861] ACPI: FACS 0x00000000BC12E000 000040
[    0.011863] ACPI: SSDT 0x00000000BBE7A000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.011866] ACPI: IVRS 0x00000000BBE79000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.011868] ACPI: SSDT 0x00000000BBE75000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.011870] ACPI: FIDT 0x00000000BBE66000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011872] ACPI: MCFG 0x00000000BBE65000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.011874] ACPI: HPET 0x00000000BBE64000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.011876] ACPI: VFCT 0x00000000BBE56000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.011879] ACPI: TPM2 0x00000000BBE54000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.011881] ACPI: SSDT 0x00000000BBE4E000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011883] ACPI: CRAT 0x00000000BBE4D000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011885] ACPI: CDIT 0x00000000BBE4C000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011887] ACPI: SSDT 0x00000000BBE4B000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011889] ACPI: SSDT 0x00000000BBE4A000 0005B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011891] ACPI: SSDT 0x00000000BBE48000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011893] ACPI: SSDT 0x00000000BBE46000 00151D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011895] ACPI: SSDT 0x00000000BBE45000 0006A9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011897] ACPI: SSDT 0x00000000BBE43000 0019E6 (v01 AMD    CPMD3CLD 00000001 INTL 20190509)
[    0.011899] ACPI: SSDT 0x00000000BBE42000 0005DE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011901] ACPI: SSDT 0x00000000BBE3E000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011904] ACPI: BGRT 0x00000000BBE55000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011906] ACPI: WSMT 0x00000000BBE3D000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011908] ACPI: APIC 0x00000000BBE3C000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011910] ACPI: SSDT 0x00000000BBE3B000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011912] ACPI: SSDT 0x00000000BBE3A000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011914] ACPI: SSDT 0x00000000BBE38000 00112E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011916] ACPI: SSDT 0x00000000BBE37000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011918] ACPI: SSDT 0x00000000BBE36000 000808 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011920] ACPI: SSDT 0x00000000BBE35000 00078F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011922] ACPI: FPDT 0x00000000BBE34000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.011924] ACPI: Reserving FACP table memory at [mem 0xbbe74000-0xbbe74113]
[    0.011925] ACPI: Reserving DSDT table memory at [mem 0xbbe67000-0xbbe732ab]
[    0.011926] ACPI: Reserving FACS table memory at [mem 0xbc12e000-0xbc12e03f]
[    0.011927] ACPI: Reserving SSDT table memory at [mem 0xbbe7a000-0xbbe81228]
[    0.011927] ACPI: Reserving IVRS table memory at [mem 0xbbe79000-0xbbe791a3]
[    0.011928] ACPI: Reserving SSDT table memory at [mem 0xbbe75000-0xbbe78a20]
[    0.011928] ACPI: Reserving FIDT table memory at [mem 0xbbe66000-0xbbe6609b]
[    0.011929] ACPI: Reserving MCFG table memory at [mem 0xbbe65000-0xbbe6503b]
[    0.011930] ACPI: Reserving HPET table memory at [mem 0xbbe64000-0xbbe64037]
[    0.011930] ACPI: Reserving VFCT table memory at [mem 0xbbe56000-0xbbe63883]
[    0.011931] ACPI: Reserving TPM2 table memory at [mem 0xbbe54000-0xbbe5404b]
[    0.011932] ACPI: Reserving SSDT table memory at [mem 0xbbe4e000-0xbbe53353]
[    0.011932] ACPI: Reserving CRAT table memory at [mem 0xbbe4d000-0xbbe4dee7]
[    0.011933] ACPI: Reserving CDIT table memory at [mem 0xbbe4c000-0xbbe4c028]
[    0.011933] ACPI: Reserving SSDT table memory at [mem 0xbbe4b000-0xbbe4b148]
[    0.011934] ACPI: Reserving SSDT table memory at [mem 0xbbe4a000-0xbbe4a5b6]
[    0.011935] ACPI: Reserving SSDT table memory at [mem 0xbbe48000-0xbbe4948d]
[    0.011935] ACPI: Reserving SSDT table memory at [mem 0xbbe46000-0xbbe4751c]
[    0.011936] ACPI: Reserving SSDT table memory at [mem 0xbbe45000-0xbbe456a8]
[    0.011937] ACPI: Reserving SSDT table memory at [mem 0xbbe43000-0xbbe449e5]
[    0.011937] ACPI: Reserving SSDT table memory at [mem 0xbbe42000-0xbbe425dd]
[    0.011938] ACPI: Reserving SSDT table memory at [mem 0xbbe3e000-0xbbe416e8]
[    0.011939] ACPI: Reserving BGRT table memory at [mem 0xbbe55000-0xbbe55037]
[    0.011939] ACPI: Reserving WSMT table memory at [mem 0xbbe3d000-0xbbe3d027]
[    0.011940] ACPI: Reserving APIC table memory at [mem 0xbbe3c000-0xbbe3c0dd]
[    0.011941] ACPI: Reserving SSDT table memory at [mem 0xbbe3b000-0xbbe3b08c]
[    0.011941] ACPI: Reserving SSDT table memory at [mem 0xbbe3a000-0xbbe3a91e]
[    0.011942] ACPI: Reserving SSDT table memory at [mem 0xbbe38000-0xbbe3912d]
[    0.011943] ACPI: Reserving SSDT table memory at [mem 0xbbe37000-0xbbe37240]
[    0.011943] ACPI: Reserving SSDT table memory at [mem 0xbbe36000-0xbbe36807]
[    0.011944] ACPI: Reserving SSDT table memory at [mem 0xbbe35000-0xbbe3578e]
[    0.011945] ACPI: Reserving FPDT table memory at [mem 0xbbe34000-0xbbe34043]
[    0.012003] No NUMA configuration found
[    0.012004] Faking a node at [mem 0x0000000000000000-0x000000101e2fffff]
[    0.012010] NODE_DATA(0) allocated [mem 0x1019ad5000-0x1019afffff]
[    0.075139] Zone ranges:
[    0.075141]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.075143]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.075145]   Normal   [mem 0x0000000100000000-0x000000101e2fffff]
[    0.075146]   Device   empty
[    0.075147] Movable zone start for each node
[    0.075148] Early memory node ranges
[    0.075149]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.075150]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.075151]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.075151]   node   0: [mem 0x000000000a20f000-0x00000000ba907fff]
[    0.075152]   node   0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[    0.075153]   node   0: [mem 0x0000000100000000-0x000000101e2fffff]
[    0.075157] Initmem setup node 0 [mem 0x0000000000001000-0x000000101e2fffff]
[    0.075161] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.075179] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.075335] On node 0, zone DMA32: 738 pages in unavailable ranges
[    0.078367] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.078440] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.145085] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.145130] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.145591] ACPI: PM-Timer IO Port: 0x808
[    0.145598] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.145615] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.145620] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.145622] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.145623] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.145626] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.145627] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.145637] e820: update [mem 0xb440b000-0xb44b3fff] usable ==> reserved
[    0.145648] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.145682] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.145683] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.145685] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[    0.145687] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.145688] PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb44b3fff]
[    0.145690] PM: hibernation: Registered nosave memory: [mem 0xb6cb8000-0xb6cb8fff]
[    0.145691] PM: hibernation: Registered nosave memory: [mem 0xb6cc5000-0xb6cc5fff]
[    0.145692] PM: hibernation: Registered nosave memory: [mem 0xb6cc6000-0xb6cc6fff]
[    0.145693] PM: hibernation: Registered nosave memory: [mem 0xb6cd4000-0xb6cd4fff]
[    0.145694] PM: hibernation: Registered nosave memory: [mem 0xb6cd5000-0xb6cd5fff]
[    0.145695] PM: hibernation: Registered nosave memory: [mem 0xb6cdb000-0xb6cdbfff]
[    0.145697] PM: hibernation: Registered nosave memory: [mem 0xb9122000-0xb9122fff]
[    0.145698] PM: hibernation: Registered nosave memory: [mem 0xba908000-0xbbe1ffff]
[    0.145699] PM: hibernation: Registered nosave memory: [mem 0xbbe20000-0xbbe83fff]
[    0.145699] PM: hibernation: Registered nosave memory: [mem 0xbbe84000-0xbc178fff]
[    0.145700] PM: hibernation: Registered nosave memory: [mem 0xbc179000-0xbc9fefff]
[    0.145701] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.145702] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[    0.145702] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.145703] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.145704] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[    0.145704] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe6fffff]
[    0.145705] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[    0.145705] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfeb7ffff]
[    0.145706] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.145706] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.145707] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.145707] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.145708] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.145708] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.145709] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.145710] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.145710] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.145711] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[    0.145711] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.145712] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.145712] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.145713] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.145713] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.145714] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.145715] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.145717] [mem 0xc0000000-0xefffffff] available for PCI devices
[    0.145718] Booting paravirtualized kernel on bare hardware
[    0.145721] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.148993] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.155529] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.155539] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.155541] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.155549] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.155599] Fallback order for Node 0: 0 
[    0.155606] Built 1 zonelists, mobility grouping on.  Total pages: 16361371
[    0.155607] Policy zone: Normal
[    0.155611] Kernel command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.155673] sysrq: sysrq always enabled.
[    0.155694] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+", will be passed to user space.
[    0.159697] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.161701] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.161744] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.161787] software IO TLB: area num 16.
[    1.838643] Memory: 64855576K/66484956K available (18441K kernel code, 4058K rwdata, 6072K rodata, 4908K init, 32480K bss, 1629120K reserved, 0K cma-reserved)
[    1.839686] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    1.839688] kmemleak: Kernel memory leak detector disabled
[    1.839784] ftrace: allocating 51042 entries in 200 pages
[    1.848032] ftrace: allocated 200 pages with 3 groups
[    1.849353] Dynamic Preempt: voluntary
[    1.849473] Running RCU self tests
[    1.849493] rcu: Preemptible hierarchical RCU implementation.
[    1.849494] rcu: 	RCU lockdep checking is enabled.
[    1.849494] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    1.849496] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    1.849496] 	Trampoline variant of Tasks RCU enabled.
[    1.849497] 	Rude variant of Tasks RCU enabled.
[    1.849498] 	Tracing variant of Tasks RCU enabled.
[    1.849499] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.849499] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    1.852276] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    1.852484] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.852602] Console: colour dummy device 80x25
[    1.854429] printk: console [tty0] enabled
[    1.854443] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    1.854451] ... MAX_LOCKDEP_SUBCLASSES:  8
[    1.854456] ... MAX_LOCK_DEPTH:          48
[    1.854461] ... MAX_LOCKDEP_KEYS:        8192
[    1.854466] ... CLASSHASH_SIZE:          4096
[    1.854471] ... MAX_LOCKDEP_ENTRIES:     65536
[    1.854476] ... MAX_LOCKDEP_CHAINS:      262144
[    1.854481] ... CHAINHASH_SIZE:          131072
[    1.854486]  memory used by lock dependency info: 17577 kB
[    1.854492]  memory used for stack traces: 4224 kB
[    1.854497]  per task-struct memory footprint: 2688 bytes
[    1.854542] ACPI: Core revision 20220331
[    1.854935] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.854978] APIC: Switch to symmetric I/O mode setup
[    1.855665] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    1.855674] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    1.855681] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    1.855688] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    1.855695] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    1.856085] Switched APIC routing to physical flat.
[    1.856771] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.860979] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a1a30915, max_idle_ns: 440795356297 ns
[    1.861005] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.42 BogoMIPS (lpj=3293714)
[    1.861019] pid_max: default: 32768 minimum: 301
[    1.867018] ---[ User Space ]---
[    1.867034] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    1.867056] 0x0000000000001000-0x000000000009f000         632K                               pte
[    1.867070] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    1.867095] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    1.867108] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    1.867122] 0x0000000001000000-0x0000000001020000         128K                               pte
[    1.867146] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    1.867167] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    1.867180] 0x0000000040000000-0x0000000080000000           1G                               pud
[    1.867199] 0x0000000080000000-0x00000000b4400000         836M                               pmd
[    1.867212] 0x00000000b4400000-0x00000000b440b000          44K                               pte
[    1.867229] 0x00000000b440b000-0x00000000b44b4000         676K     RW                     NX pte
[    1.867253] 0x00000000b44b4000-0x00000000b4600000        1328K                               pte
[    1.867266] 0x00000000b4600000-0x00000000b6c00000          38M                               pmd
[    1.867284] 0x00000000b6c00000-0x00000000b6ce4000         912K                               pte
[    1.867297] 0x00000000b6ce4000-0x00000000b6ce5000           4K                               pte
[    1.867310] 0x00000000b6ce5000-0x00000000b6ce6000           4K                               pte
[    1.867329] 0x00000000b6ce6000-0x00000000b6e00000        1128K     RW                     NX pte
[    1.867346] 0x00000000b6e00000-0x00000000b9000000          34M     RW         PSE         NX pmd
[    1.867369] 0x00000000b9000000-0x00000000b9123000        1164K     RW                     NX pte
[    1.867391] 0x00000000b9123000-0x00000000ba00b000       15264K                               pte
[    1.868006] 0x00000000ba00b000-0x00000000ba1d8000        1844K                               pte
[    1.868026] 0x00000000ba1d8000-0x00000000ba908000        7360K                               pte
[    1.868045] 0x00000000ba908000-0x00000000baa00000         992K                               pte
[    1.868058] 0x00000000baa00000-0x00000000bc000000          22M                               pmd
[    1.868080] 0x00000000bc000000-0x00000000bc179000        1508K                               pte
[    1.868096] 0x00000000bc179000-0x00000000bc200000         540K     RW                     NX pte
[    1.868112] 0x00000000bc200000-0x00000000bc800000           6M     RW         PSE         NX pmd
[    1.868138] 0x00000000bc800000-0x00000000bc993000        1612K     RW                     NX pte
[    1.868155] 0x00000000bc993000-0x00000000bc996000          12K     ro                     x  pte
[    1.868171] 0x00000000bc996000-0x00000000bc99b000          20K     RW                     NX pte
[    1.868188] 0x00000000bc99b000-0x00000000bc99c000           4K     ro                     x  pte
[    1.868205] 0x00000000bc99c000-0x00000000bc9a1000          20K     RW                     NX pte
[    1.868221] 0x00000000bc9a1000-0x00000000bc9a5000          16K     ro                     x  pte
[    1.868238] 0x00000000bc9a5000-0x00000000bc9aa000          20K     RW                     NX pte
[    1.868254] 0x00000000bc9aa000-0x00000000bc9ab000           4K     ro                     x  pte
[    1.868271] 0x00000000bc9ab000-0x00000000bc9af000          16K     RW                     NX pte
[    1.868288] 0x00000000bc9af000-0x00000000bc9bc000          52K     ro                     x  pte
[    1.868304] 0x00000000bc9bc000-0x00000000bc9c1000          20K     RW                     NX pte
[    1.868321] 0x00000000bc9c1000-0x00000000bc9c4000          12K     ro                     x  pte
[    1.868337] 0x00000000bc9c4000-0x00000000bc9c9000          20K     RW                     NX pte
[    1.868354] 0x00000000bc9c9000-0x00000000bc9ca000           4K     ro                     x  pte
[    1.868370] 0x00000000bc9ca000-0x00000000bc9cf000          20K     RW                     NX pte
[    1.868387] 0x00000000bc9cf000-0x00000000bc9d0000           4K     ro                     x  pte
[    1.868403] 0x00000000bc9d0000-0x00000000bc9d5000          20K     RW                     NX pte
[    1.868420] 0x00000000bc9d5000-0x00000000bc9d6000           4K     ro                     x  pte
[    1.868437] 0x00000000bc9d6000-0x00000000bc9da000          16K     RW                     NX pte
[    1.868453] 0x00000000bc9da000-0x00000000bc9e6000          48K     ro                     x  pte
[    1.868470] 0x00000000bc9e6000-0x00000000bc9ed000          28K     RW                     NX pte
[    1.868487] 0x00000000bc9ed000-0x00000000bc9f2000          20K     ro                     x  pte
[    1.868503] 0x00000000bc9f2000-0x00000000bc9f7000          20K     RW                     NX pte
[    1.868520] 0x00000000bc9f7000-0x00000000bc9fa000          12K     ro                     x  pte
[    1.868536] 0x00000000bc9fa000-0x00000000bc9ff000          20K     RW                     NX pte
[    1.868553] 0x00000000bc9ff000-0x00000000bd000000        6148K                               pte
[    1.868576] 0x00000000bd000000-0x00000000bd1a6000        1688K                               pte
[    1.868594] 0x00000000bd1a6000-0x00000000bd2a6000           1M                               pte
[    1.868608] 0x00000000bd2a6000-0x00000000bd2c0000         104K                               pte
[    1.868622] 0x00000000bd2c0000-0x00000000bd2fb000         236K                               pte
[    1.868635] 0x00000000bd2fb000-0x00000000bd317000         112K                               pte
[    1.868660] 0x00000000bd317000-0x00000000bdd16000       10236K                               pte
[    1.868673] 0x00000000bdd16000-0x00000000bdd19000          12K                               pte
[    1.868699] 0x00000000bdd19000-0x00000000bdf6a000        2372K                               pte
[    1.868712] 0x00000000bdf6a000-0x00000000bdf74000          40K                               pte
[    1.868725] 0x00000000bdf74000-0x00000000bdf8e000         104K                               pte
[    1.868738] 0x00000000bdf8e000-0x00000000bdf94000          24K                               pte
[    1.868751] 0x00000000bdf94000-0x00000000bdfaa000          88K                               pte
[    1.868764] 0x00000000bdfaa000-0x00000000bdfad000          12K                               pte
[    1.868777] 0x00000000bdfad000-0x00000000bdfc0000          76K                               pte
[    1.868790] 0x00000000bdfc0000-0x00000000bdfc5000          20K                               pte
[    1.868803] 0x00000000bdfc5000-0x00000000bdfda000          84K                               pte
[    1.868816] 0x00000000bdfda000-0x00000000bdff2000          96K                               pte
[    1.868829] 0x00000000bdff2000-0x00000000bdffa000          32K                               pte
[    1.868842] 0x00000000bdffa000-0x00000000be000000          24K                               pte
[    1.868861] 0x00000000be000000-0x00000000f0000000         800M                               pmd
[    1.868875] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    1.868893] 0x00000000f8000000-0x00000000fd000000          80M                               pmd
[    1.868905] 0x00000000fd000000-0x00000000fe000000          16M     RW     PCD PSE         NX pmd
[    1.868922] 0x00000000fe000000-0x00000000fe600000           6M                               pmd
[    1.868941] 0x00000000fe600000-0x00000000fe700000           1M                               pte
[    1.868954] 0x00000000fe700000-0x00000000fe710000          64K     RW     PCD             NX pte
[    1.868976] 0x00000000fe710000-0x00000000fe800000         960K                               pte
[    1.868989] 0x00000000fe800000-0x00000000fea00000           2M                               pmd
[    1.869008] 0x00000000fea00000-0x00000000feb80000        1536K                               pte
[    1.869024] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    1.869041] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    1.869053] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    1.869075] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    1.869088] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    1.869106] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    1.869119] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    1.869137] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    1.869149] 0x00000000fed80000-0x00000000fed81000           4K     RW     PCD             NX pte
[    1.869167] 0x00000000fed81000-0x00000000fedc4000         268K                               pte
[    1.869180] 0x00000000fedc4000-0x00000000fedca000          24K     RW     PCD             NX pte
[    1.869197] 0x00000000fedca000-0x00000000fedcc000           8K                               pte
[    1.869209] 0x00000000fedcc000-0x00000000fedcf000          12K     RW     PCD             NX pte
[    1.869226] 0x00000000fedcf000-0x00000000fedd5000          24K                               pte
[    1.869239] 0x00000000fedd5000-0x00000000fedd6000           4K     RW     PCD             NX pte
[    1.869256] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    1.869269] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    1.869282] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    1.869299] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    1.869312] 0x0000000100200000-0x000000010020e000          56K                               pte
[    1.869324] 0x000000010020e000-0x0000000100210000           8K     RW                     NX pte
[    1.869353] 0x0000000100210000-0x0000000100400000        1984K                               pte
[    1.869373] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    1.869393] 0x0000000140000000-0x0000008000000000         507G                               pud
[    1.869414] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    1.869427] ---[ Kernel Space ]---
[    1.869432] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    1.869445] ---[ LDT remap ]---
[    1.869450] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    1.869463] ---[ Low Kernel Mapping ]---
[    1.869469] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    1.869481] ---[ vmalloc() Area ]---
[    1.869486] 0xffff898000000000-0xffff898040000000           1G                               pud
[    1.869499] ---[ Vmemmap ]---
[    1.869507] 0xffff898040000000-0xffff89afc0000000         190G                               pud
[    1.869531] 0xffff89afc0000000-0xffff89afc0200000           2M     RW                 GLB NX pte
[    1.869550] 0xffff89afc0200000-0xffff89afc9c00000         154M     RW         PSE     GLB NX pmd
[    1.869573] 0xffff89afc9c00000-0xffff89afc9d1f000        1148K     RW                 GLB NX pte
[    1.869595] 0xffff89afc9d1f000-0xffff89afc9e00000         900K                               pte
[    1.869608] 0xffff89afc9e00000-0xffff89afca000000           2M                               pmd
[    1.869621] 0xffff89afca000000-0xffff89afca001000           4K                               pte
[    1.869645] 0xffff89afca001000-0xffff89afca200000        2044K     RW                 GLB NX pte
[    1.869662] 0xffff89afca200000-0xffff89afca20f000          60K                               pte
[    1.869687] 0xffff89afca20f000-0xffff89afca400000        1988K     RW                 GLB NX pte
[    1.869713] 0xffff89afca400000-0xffff89b000000000         860M     RW         PSE     GLB NX pmd
[    1.869730] 0xffff89b000000000-0xffff89b040000000           1G     RW         PSE     GLB NX pud
[    1.869758] 0xffff89b040000000-0xffff89b07a800000         936M     RW         PSE     GLB NX pmd
[    1.869781] 0xffff89b07a800000-0xffff89b07a908000        1056K     RW                 GLB NX pte
[    1.869803] 0xffff89b07a908000-0xffff89b07aa00000         992K                               pte
[    1.869816] 0xffff89b07aa00000-0xffff89b07c800000          30M                               pmd
[    1.869841] 0xffff89b07c800000-0xffff89b07c9ff000        2044K                               pte
[    1.869853] 0xffff89b07c9ff000-0xffff89b07ca00000           4K     RW                 GLB NX pte
[    1.869870] 0xffff89b07ca00000-0xffff89b07e000000          22M     RW         PSE     GLB NX pmd
[    1.869887] 0xffff89b07e000000-0xffff89b080000000          32M                               pmd
[    1.869900] 0xffff89b080000000-0xffff89b0c0000000           1G                               pud
[    1.869914] 0xffff89b0c0000000-0xffff89bd80000000          51G     RW         PSE     GLB NX pud
[    1.869931] 0xffff89bd80000000-0xffff89bd84800000          72M     RW         PSE     GLB NX pmd
[    1.869950] 0xffff89bd84800000-0xffff89bd8484b000         300K     RW                 GLB NX pte
[    1.869966] 0xffff89bd8484b000-0xffff89bd8484c000           4K     ro                 GLB NX pte
[    1.870002] 0xffff89bd8484c000-0xffff89bd84a00000        1744K     RW                 GLB NX pte
[    1.870030] 0xffff89bd84a00000-0xffff89bdc0000000         950M     RW         PSE     GLB NX pmd
[    1.870047] 0xffff89bdc0000000-0xffff89bfc0000000           8G     RW         PSE     GLB NX pud
[    1.870070] 0xffff89bfc0000000-0xffff89bfde200000         482M     RW         PSE     GLB NX pmd
[    1.870092] 0xffff89bfde200000-0xffff89bfde300000           1M     RW                 GLB NX pte
[    1.870115] 0xffff89bfde300000-0xffff89bfde400000           1M                               pte
[    1.870131] 0xffff89bfde400000-0xffff89c000000000         540M                               pmd
[    1.870148] 0xffff89c000000000-0xffff8a0000000000         256G                               pud
[    1.870162] 0xffff8a0000000000-0xffffa98000000000       32256G                               pgd
[    1.870179] 0xffffa98000000000-0xffffa9ca00000000         296G                               pud
[    1.870192] 0xffffa9ca00000000-0xffffa9ca00004000          16K     RW                 GLB NX pte
[    1.870209] 0xffffa9ca00004000-0xffffa9ca00005000           4K                               pte
[    1.870222] 0xffffa9ca00005000-0xffffa9ca00006000           4K     RW                 GLB NX pte
[    1.870238] 0xffffa9ca00006000-0xffffa9ca00007000           4K                               pte
[    1.870251] 0xffffa9ca00007000-0xffffa9ca00008000           4K     RW                 GLB NX pte
[    1.870267] 0xffffa9ca00008000-0xffffa9ca00009000           4K                               pte
[    1.870280] 0xffffa9ca00009000-0xffffa9ca0000a000           4K     RW                 GLB NX pte
[    1.870297] 0xffffa9ca0000a000-0xffffa9ca0000b000           4K                               pte
[    1.870309] 0xffffa9ca0000b000-0xffffa9ca0000c000           4K     RW                 GLB NX pte
[    1.870326] 0xffffa9ca0000c000-0xffffa9ca0000d000           4K                               pte
[    1.870338] 0xffffa9ca0000d000-0xffffa9ca0000e000           4K     RW                 GLB NX pte
[    1.870355] 0xffffa9ca0000e000-0xffffa9ca00010000           8K                               pte
[    1.870368] 0xffffa9ca00010000-0xffffa9ca0001d000          52K     RW                 GLB NX pte
[    1.870384] 0xffffa9ca0001d000-0xffffa9ca0001e000           4K                               pte
[    1.870397] 0xffffa9ca0001e000-0xffffa9ca0001f000           4K     RW                 GLB NX pte
[    1.870414] 0xffffa9ca0001f000-0xffffa9ca00020000           4K                               pte
[    1.870427] 0xffffa9ca00020000-0xffffa9ca00028000          32K     RW                 GLB NX pte
[    1.870443] 0xffffa9ca00028000-0xffffa9ca00029000           4K                               pte
[    1.870456] 0xffffa9ca00029000-0xffffa9ca0002a000           4K     RW                 GLB NX pte
[    1.870472] 0xffffa9ca0002a000-0xffffa9ca0002c000           8K                               pte
[    1.870485] 0xffffa9ca0002c000-0xffffa9ca00030000          16K     RW                 GLB NX pte
[    1.870501] 0xffffa9ca00030000-0xffffa9ca00031000           4K                               pte
[    1.870514] 0xffffa9ca00031000-0xffffa9ca00032000           4K     RW                 GLB NX pte
[    1.870531] 0xffffa9ca00032000-0xffffa9ca00033000           4K                               pte
[    1.870543] 0xffffa9ca00033000-0xffffa9ca00034000           4K     RW                 GLB NX pte
[    1.870560] 0xffffa9ca00034000-0xffffa9ca00035000           4K                               pte
[    1.870572] 0xffffa9ca00035000-0xffffa9ca00036000           4K     RW                 GLB NX pte
[    1.870589] 0xffffa9ca00036000-0xffffa9ca00038000           8K                               pte
[    1.870602] 0xffffa9ca00038000-0xffffa9ca0003e000          24K     RW                 GLB NX pte
[    1.870618] 0xffffa9ca0003e000-0xffffa9ca00040000           8K                               pte
[    1.870631] 0xffffa9ca00040000-0xffffa9ca0004e000          56K     RW                 GLB NX pte
[    1.870648] 0xffffa9ca0004e000-0xffffa9ca0004f000           4K                               pte
[    1.870660] 0xffffa9ca0004f000-0xffffa9ca00050000           4K     RW                 GLB NX pte
[    1.870677] 0xffffa9ca00050000-0xffffa9ca00052000           8K                               pte
[    1.870690] 0xffffa9ca00052000-0xffffa9ca00054000           8K     RW                 GLB NX pte
[    1.870706] 0xffffa9ca00054000-0xffffa9ca00056000           8K                               pte
[    1.870719] 0xffffa9ca00056000-0xffffa9ca00058000           8K     RW                 GLB NX pte
[    1.870735] 0xffffa9ca00058000-0xffffa9ca00059000           4K                               pte
[    1.870748] 0xffffa9ca00059000-0xffffa9ca0005a000           4K     RW                 GLB NX pte
[    1.870765] 0xffffa9ca0005a000-0xffffa9ca0005c000           8K                               pte
[    1.870777] 0xffffa9ca0005c000-0xffffa9ca0005e000           8K     RW                 GLB NX pte
[    1.870794] 0xffffa9ca0005e000-0xffffa9ca0005f000           4K                               pte
[    1.870806] 0xffffa9ca0005f000-0xffffa9ca00060000           4K     RW                 GLB NX pte
[    1.870823] 0xffffa9ca00060000-0xffffa9ca00061000           4K                               pte
[    1.870836] 0xffffa9ca00061000-0xffffa9ca00062000           4K     RW                 GLB NX pte
[    1.870852] 0xffffa9ca00062000-0xffffa9ca00064000           8K                               pte
[    1.870865] 0xffffa9ca00064000-0xffffa9ca00068000          16K     RW                 GLB NX pte
[    1.870881] 0xffffa9ca00068000-0xffffa9ca00069000           4K                               pte
[    1.870894] 0xffffa9ca00069000-0xffffa9ca0006a000           4K     RW                 GLB NX pte
[    1.870910] 0xffffa9ca0006a000-0xffffa9ca0006b000           4K                               pte
[    1.870923] 0xffffa9ca0006b000-0xffffa9ca0006c000           4K     RW                 GLB NX pte
[    1.870940] 0xffffa9ca0006c000-0xffffa9ca0006d000           4K                               pte
[    1.870952] 0xffffa9ca0006d000-0xffffa9ca0006e000           4K     RW                 GLB NX pte
[    1.870969] 0xffffa9ca0006e000-0xffffa9ca0006f000           4K                               pte
[    1.870981] 0xffffa9ca0006f000-0xffffa9ca00070000           4K     RW                 GLB NX pte
[    1.870998] 0xffffa9ca00070000-0xffffa9ca00072000           8K                               pte
[    1.871011] 0xffffa9ca00072000-0xffffa9ca00074000           8K     RW                 GLB NX pte
[    1.871028] 0xffffa9ca00074000-0xffffa9ca00075000           4K                               pte
[    1.871041] 0xffffa9ca00075000-0xffffa9ca00076000           4K     RW                 GLB NX pte
[    1.871057] 0xffffa9ca00076000-0xffffa9ca00077000           4K                               pte
[    1.871070] 0xffffa9ca00077000-0xffffa9ca00078000           4K     RW                 GLB NX pte
[    1.871086] 0xffffa9ca00078000-0xffffa9ca00079000           4K                               pte
[    1.871099] 0xffffa9ca00079000-0xffffa9ca0007a000           4K     RW                 GLB NX pte
[    1.871115] 0xffffa9ca0007a000-0xffffa9ca0007b000           4K                               pte
[    1.871128] 0xffffa9ca0007b000-0xffffa9ca0007c000           4K     RW                 GLB NX pte
[    1.871145] 0xffffa9ca0007c000-0xffffa9ca0007d000           4K                               pte
[    1.871157] 0xffffa9ca0007d000-0xffffa9ca0007e000           4K     RW     PCD         GLB NX pte
[    1.871174] 0xffffa9ca0007e000-0xffffa9ca00080000           8K                               pte
[    1.871189] 0xffffa9ca00080000-0xffffa9ca00100000         512K     RW     PCD         GLB NX pte
[    1.871212] 0xffffa9ca00100000-0xffffa9ca00200000           1M                               pte
[    1.871233] 0xffffa9ca00200000-0xffffa9ca40000000        1022M                               pmd
[    1.871713] 0xffffa9ca40000000-0xffffca0000000000       32983G                               pud
[    1.871728] 0xffffca0000000000-0xfffff38000000000       42496G                               pgd
[    1.871747] 0xfffff38000000000-0xfffff3e580000000         406G                               pud
[    1.871760] 0xfffff3e580000000-0xfffff3e583000000          48M     RW         PSE     GLB NX pmd
[    1.871777] 0xfffff3e583000000-0xfffff3e584000000          16M                               pmd
[    1.871801] 0xfffff3e584000000-0xfffff3e5c0800000         968M     RW         PSE     GLB NX pmd
[    1.871825] 0xfffff3e5c0800000-0xfffff3e600000000        1016M                               pmd
[    1.871840] 0xfffff3e600000000-0xfffff40000000000         104G                               pud
[    1.871853] 0xfffff40000000000-0xfffffe0000000000          10T                               pgd
[    1.871866] ---[ CPU entry Area ]---
[    1.871871] 0xfffffe0000000000-0xfffffe0000002000           8K     ro                 GLB NX pte
[    1.871888] 0xfffffe0000002000-0xfffffe0000003000           4K     RW                 GLB NX pte
[    1.871904] 0xfffffe0000003000-0xfffffe0000008000          20K     ro                 GLB NX pte
[    1.871921] 0xfffffe0000008000-0xfffffe0000009000           4K                               pte
[    1.871934] 0xfffffe0000009000-0xfffffe000000b000           8K     RW                 GLB NX pte
[    1.871950] 0xfffffe000000b000-0xfffffe000000c000           4K                               pte
[    1.871963] 0xfffffe000000c000-0xfffffe000000e000           8K     RW                 GLB NX pte
[    1.871980] 0xfffffe000000e000-0xfffffe000000f000           4K                               pte
[    1.871992] 0xfffffe000000f000-0xfffffe0000011000           8K     RW                 GLB NX pte
[    1.872014] 0xfffffe0000011000-0xfffffe0000012000           4K                               pte
[    1.872027] 0xfffffe0000012000-0xfffffe0000014000           8K     RW                 GLB NX pte
[    1.872045] 0xfffffe0000014000-0xfffffe000003c000         160K                               pte
[    1.872057] 0xfffffe000003c000-0xfffffe000003d000           4K     ro                 GLB NX pte
[    1.872074] 0xfffffe000003d000-0xfffffe000003e000           4K     RW                 GLB NX pte
[    1.872090] 0xfffffe000003e000-0xfffffe0000043000          20K     ro                 GLB NX pte
[    1.872107] 0xfffffe0000043000-0xfffffe0000044000           4K                               pte
[    1.872120] 0xfffffe0000044000-0xfffffe0000046000           8K     RW                 GLB NX pte
[    1.872136] 0xfffffe0000046000-0xfffffe0000047000           4K                               pte
[    1.872149] 0xfffffe0000047000-0xfffffe0000049000           8K     RW                 GLB NX pte
[    1.872165] 0xfffffe0000049000-0xfffffe000004a000           4K                               pte
[    1.872178] 0xfffffe000004a000-0xfffffe000004c000           8K     RW                 GLB NX pte
[    1.872195] 0xfffffe000004c000-0xfffffe000004d000           4K                               pte
[    1.872207] 0xfffffe000004d000-0xfffffe000004f000           8K     RW                 GLB NX pte
[    1.872225] 0xfffffe000004f000-0xfffffe0000077000         160K                               pte
[    1.872237] 0xfffffe0000077000-0xfffffe0000078000           4K     ro                 GLB NX pte
[    1.872254] 0xfffffe0000078000-0xfffffe0000079000           4K     RW                 GLB NX pte
[    1.872270] 0xfffffe0000079000-0xfffffe000007e000          20K     ro                 GLB NX pte
[    1.872287] 0xfffffe000007e000-0xfffffe000007f000           4K                               pte
[    1.872300] 0xfffffe000007f000-0xfffffe0000081000           8K     RW                 GLB NX pte
[    1.872316] 0xfffffe0000081000-0xfffffe0000082000           4K                               pte
[    1.872329] 0xfffffe0000082000-0xfffffe0000084000           8K     RW                 GLB NX pte
[    1.872345] 0xfffffe0000084000-0xfffffe0000085000           4K                               pte
[    1.872358] 0xfffffe0000085000-0xfffffe0000087000           8K     RW                 GLB NX pte
[    1.872375] 0xfffffe0000087000-0xfffffe0000088000           4K                               pte
[    1.872387] 0xfffffe0000088000-0xfffffe000008a000           8K     RW                 GLB NX pte
[    1.872405] 0xfffffe000008a000-0xfffffe00000b2000         160K                               pte
[    1.872417] 0xfffffe00000b2000-0xfffffe00000b3000           4K     ro                 GLB NX pte
[    1.872434] 0xfffffe00000b3000-0xfffffe00000b4000           4K     RW                 GLB NX pte
[    1.872450] 0xfffffe00000b4000-0xfffffe00000b9000          20K     ro                 GLB NX pte
[    1.872467] 0xfffffe00000b9000-0xfffffe00000ba000           4K                               pte
[    1.872480] 0xfffffe00000ba000-0xfffffe00000bc000           8K     RW                 GLB NX pte
[    1.872496] 0xfffffe00000bc000-0xfffffe00000bd000           4K                               pte
[    1.872509] 0xfffffe00000bd000-0xfffffe00000bf000           8K     RW                 GLB NX pte
[    1.872525] 0xfffffe00000bf000-0xfffffe00000c0000           4K                               pte
[    1.872538] 0xfffffe00000c0000-0xfffffe00000c2000           8K     RW                 GLB NX pte
[    1.872554] 0xfffffe00000c2000-0xfffffe00000c3000           4K                               pte
[    1.872567] 0xfffffe00000c3000-0xfffffe00000c5000           8K     RW                 GLB NX pte
[    1.872585] 0xfffffe00000c5000-0xfffffe00000ed000         160K                               pte
[    1.872597] 0xfffffe00000ed000-0xfffffe00000ee000           4K     ro                 GLB NX pte
[    1.872614] 0xfffffe00000ee000-0xfffffe00000ef000           4K     RW                 GLB NX pte
[    1.872630] 0xfffffe00000ef000-0xfffffe00000f4000          20K     ro                 GLB NX pte
[    1.872647] 0xfffffe00000f4000-0xfffffe00000f5000           4K                               pte
[    1.872659] 0xfffffe00000f5000-0xfffffe00000f7000           8K     RW                 GLB NX pte
[    1.872676] 0xfffffe00000f7000-0xfffffe00000f8000           4K                               pte
[    1.872689] 0xfffffe00000f8000-0xfffffe00000fa000           8K     RW                 GLB NX pte
[    1.872705] 0xfffffe00000fa000-0xfffffe00000fb000           4K                               pte
[    1.872718] 0xfffffe00000fb000-0xfffffe00000fd000           8K     RW                 GLB NX pte
[    1.872734] 0xfffffe00000fd000-0xfffffe00000fe000           4K                               pte
[    1.872747] 0xfffffe00000fe000-0xfffffe0000100000           8K     RW                 GLB NX pte
[    1.872764] 0xfffffe0000100000-0xfffffe0000128000         160K                               pte
[    1.872777] 0xfffffe0000128000-0xfffffe0000129000           4K     ro                 GLB NX pte
[    1.872793] 0xfffffe0000129000-0xfffffe000012a000           4K     RW                 GLB NX pte
[    1.872810] 0xfffffe000012a000-0xfffffe000012f000          20K     ro                 GLB NX pte
[    1.872827] 0xfffffe000012f000-0xfffffe0000130000           4K                               pte
[    1.872839] 0xfffffe0000130000-0xfffffe0000132000           8K     RW                 GLB NX pte
[    1.872856] 0xfffffe0000132000-0xfffffe0000133000           4K                               pte
[    1.872868] 0xfffffe0000133000-0xfffffe0000135000           8K     RW                 GLB NX pte
[    1.872885] 0xfffffe0000135000-0xfffffe0000136000           4K                               pte
[    1.872898] 0xfffffe0000136000-0xfffffe0000138000           8K     RW                 GLB NX pte
[    1.872914] 0xfffffe0000138000-0xfffffe0000139000           4K                               pte
[    1.872927] 0xfffffe0000139000-0xfffffe000013b000           8K     RW                 GLB NX pte
[    1.872944] 0xfffffe000013b000-0xfffffe0000163000         160K                               pte
[    1.872957] 0xfffffe0000163000-0xfffffe0000164000           4K     ro                 GLB NX pte
[    1.872973] 0xfffffe0000164000-0xfffffe0000165000           4K     RW                 GLB NX pte
[    1.872990] 0xfffffe0000165000-0xfffffe000016a000          20K     ro                 GLB NX pte
[    1.873010] 0xfffffe000016a000-0xfffffe000016b000           4K                               pte
[    1.873023] 0xfffffe000016b000-0xfffffe000016d000           8K     RW                 GLB NX pte
[    1.873039] 0xfffffe000016d000-0xfffffe000016e000           4K                               pte
[    1.873052] 0xfffffe000016e000-0xfffffe0000170000           8K     RW                 GLB NX pte
[    1.873069] 0xfffffe0000170000-0xfffffe0000171000           4K                               pte
[    1.873081] 0xfffffe0000171000-0xfffffe0000173000           8K     RW                 GLB NX pte
[    1.873098] 0xfffffe0000173000-0xfffffe0000174000           4K                               pte
[    1.873111] 0xfffffe0000174000-0xfffffe0000176000           8K     RW                 GLB NX pte
[    1.873128] 0xfffffe0000176000-0xfffffe000019e000         160K                               pte
[    1.873141] 0xfffffe000019e000-0xfffffe000019f000           4K     ro                 GLB NX pte
[    1.873157] 0xfffffe000019f000-0xfffffe00001a0000           4K     RW                 GLB NX pte
[    1.873174] 0xfffffe00001a0000-0xfffffe00001a5000          20K     ro                 GLB NX pte
[    1.873191] 0xfffffe00001a5000-0xfffffe00001a6000           4K                               pte
[    1.873203] 0xfffffe00001a6000-0xfffffe00001a8000           8K     RW                 GLB NX pte
[    1.873220] 0xfffffe00001a8000-0xfffffe00001a9000           4K                               pte
[    1.873233] 0xfffffe00001a9000-0xfffffe00001ab000           8K     RW                 GLB NX pte
[    1.873249] 0xfffffe00001ab000-0xfffffe00001ac000           4K                               pte
[    1.873262] 0xfffffe00001ac000-0xfffffe00001ae000           8K     RW                 GLB NX pte
[    1.873278] 0xfffffe00001ae000-0xfffffe00001af000           4K                               pte
[    1.873291] 0xfffffe00001af000-0xfffffe00001b1000           8K     RW                 GLB NX pte
[    1.873309] 0xfffffe00001b1000-0xfffffe00001d9000         160K                               pte
[    1.873321] 0xfffffe00001d9000-0xfffffe00001da000           4K     ro                 GLB NX pte
[    1.873338] 0xfffffe00001da000-0xfffffe00001db000           4K     RW                 GLB NX pte
[    1.873355] 0xfffffe00001db000-0xfffffe00001e0000          20K     ro                 GLB NX pte
[    1.873371] 0xfffffe00001e0000-0xfffffe00001e1000           4K                               pte
[    1.873384] 0xfffffe00001e1000-0xfffffe00001e3000           8K     RW                 GLB NX pte
[    1.873400] 0xfffffe00001e3000-0xfffffe00001e4000           4K                               pte
[    1.873413] 0xfffffe00001e4000-0xfffffe00001e6000           8K     RW                 GLB NX pte
[    1.873430] 0xfffffe00001e6000-0xfffffe00001e7000           4K                               pte
[    1.873442] 0xfffffe00001e7000-0xfffffe00001e9000           8K     RW                 GLB NX pte
[    1.873459] 0xfffffe00001e9000-0xfffffe00001ea000           4K                               pte
[    1.873472] 0xfffffe00001ea000-0xfffffe00001ec000           8K     RW                 GLB NX pte
[    1.873490] 0xfffffe00001ec000-0xfffffe0000214000         160K                               pte
[    1.873502] 0xfffffe0000214000-0xfffffe0000215000           4K     ro                 GLB NX pte
[    1.873519] 0xfffffe0000215000-0xfffffe0000216000           4K     RW                 GLB NX pte
[    1.873535] 0xfffffe0000216000-0xfffffe000021b000          20K     ro                 GLB NX pte
[    1.873552] 0xfffffe000021b000-0xfffffe000021c000           4K                               pte
[    1.873565] 0xfffffe000021c000-0xfffffe000021e000           8K     RW                 GLB NX pte
[    1.873581] 0xfffffe000021e000-0xfffffe000021f000           4K                               pte
[    1.873594] 0xfffffe000021f000-0xfffffe0000221000           8K     RW                 GLB NX pte
[    1.873610] 0xfffffe0000221000-0xfffffe0000222000           4K                               pte
[    1.873623] 0xfffffe0000222000-0xfffffe0000224000           8K     RW                 GLB NX pte
[    1.873640] 0xfffffe0000224000-0xfffffe0000225000           4K                               pte
[    1.873652] 0xfffffe0000225000-0xfffffe0000227000           8K     RW                 GLB NX pte
[    1.873670] 0xfffffe0000227000-0xfffffe000024f000         160K                               pte
[    1.873682] 0xfffffe000024f000-0xfffffe0000250000           4K     ro                 GLB NX pte
[    1.873699] 0xfffffe0000250000-0xfffffe0000251000           4K     RW                 GLB NX pte
[    1.873716] 0xfffffe0000251000-0xfffffe0000256000          20K     ro                 GLB NX pte
[    1.873732] 0xfffffe0000256000-0xfffffe0000257000           4K                               pte
[    1.873745] 0xfffffe0000257000-0xfffffe0000259000           8K     RW                 GLB NX pte
[    1.873761] 0xfffffe0000259000-0xfffffe000025a000           4K                               pte
[    1.873774] 0xfffffe000025a000-0xfffffe000025c000           8K     RW                 GLB NX pte
[    1.873791] 0xfffffe000025c000-0xfffffe000025d000           4K                               pte
[    1.873803] 0xfffffe000025d000-0xfffffe000025f000           8K     RW                 GLB NX pte
[    1.873820] 0xfffffe000025f000-0xfffffe0000260000           4K                               pte
[    1.873833] 0xfffffe0000260000-0xfffffe0000262000           8K     RW                 GLB NX pte
[    1.873850] 0xfffffe0000262000-0xfffffe000028a000         160K                               pte
[    1.873863] 0xfffffe000028a000-0xfffffe000028b000           4K     ro                 GLB NX pte
[    1.873879] 0xfffffe000028b000-0xfffffe000028c000           4K     RW                 GLB NX pte
[    1.873896] 0xfffffe000028c000-0xfffffe0000291000          20K     ro                 GLB NX pte
[    1.873912] 0xfffffe0000291000-0xfffffe0000292000           4K                               pte
[    1.873925] 0xfffffe0000292000-0xfffffe0000294000           8K     RW                 GLB NX pte
[    1.873942] 0xfffffe0000294000-0xfffffe0000295000           4K                               pte
[    1.873954] 0xfffffe0000295000-0xfffffe0000297000           8K     RW                 GLB NX pte
[    1.873971] 0xfffffe0000297000-0xfffffe0000298000           4K                               pte
[    1.873984] 0xfffffe0000298000-0xfffffe000029a000           8K     RW                 GLB NX pte
[    1.873998] 0xfffffe000029a000-0xfffffe000029b000           4K                               pte
[    1.874011] 0xfffffe000029b000-0xfffffe000029d000           8K     RW                 GLB NX pte
[    1.874029] 0xfffffe000029d000-0xfffffe00002c5000         160K                               pte
[    1.874041] 0xfffffe00002c5000-0xfffffe00002c6000           4K     ro                 GLB NX pte
[    1.874058] 0xfffffe00002c6000-0xfffffe00002c7000           4K     RW                 GLB NX pte
[    1.874074] 0xfffffe00002c7000-0xfffffe00002cc000          20K     ro                 GLB NX pte
[    1.874091] 0xfffffe00002cc000-0xfffffe00002cd000           4K                               pte
[    1.874104] 0xfffffe00002cd000-0xfffffe00002cf000           8K     RW                 GLB NX pte
[    1.874120] 0xfffffe00002cf000-0xfffffe00002d0000           4K                               pte
[    1.874133] 0xfffffe00002d0000-0xfffffe00002d2000           8K     RW                 GLB NX pte
[    1.874149] 0xfffffe00002d2000-0xfffffe00002d3000           4K                               pte
[    1.874162] 0xfffffe00002d3000-0xfffffe00002d5000           8K     RW                 GLB NX pte
[    1.874179] 0xfffffe00002d5000-0xfffffe00002d6000           4K                               pte
[    1.874192] 0xfffffe00002d6000-0xfffffe00002d8000           8K     RW                 GLB NX pte
[    1.874209] 0xfffffe00002d8000-0xfffffe0000300000         160K                               pte
[    1.874222] 0xfffffe0000300000-0xfffffe0000301000           4K     ro                 GLB NX pte
[    1.874238] 0xfffffe0000301000-0xfffffe0000302000           4K     RW                 GLB NX pte
[    1.874255] 0xfffffe0000302000-0xfffffe0000307000          20K     ro                 GLB NX pte
[    1.874272] 0xfffffe0000307000-0xfffffe0000308000           4K                               pte
[    1.874284] 0xfffffe0000308000-0xfffffe000030a000           8K     RW                 GLB NX pte
[    1.874301] 0xfffffe000030a000-0xfffffe000030b000           4K                               pte
[    1.874314] 0xfffffe000030b000-0xfffffe000030d000           8K     RW                 GLB NX pte
[    1.874330] 0xfffffe000030d000-0xfffffe000030e000           4K                               pte
[    1.874343] 0xfffffe000030e000-0xfffffe0000310000           8K     RW                 GLB NX pte
[    1.874359] 0xfffffe0000310000-0xfffffe0000311000           4K                               pte
[    1.874372] 0xfffffe0000311000-0xfffffe0000313000           8K     RW                 GLB NX pte
[    1.874389] 0xfffffe0000313000-0xfffffe000033b000         160K                               pte
[    1.874402] 0xfffffe000033b000-0xfffffe000033c000           4K     ro                 GLB NX pte
[    1.874419] 0xfffffe000033c000-0xfffffe000033d000           4K     RW                 GLB NX pte
[    1.874435] 0xfffffe000033d000-0xfffffe0000342000          20K     ro                 GLB NX pte
[    1.874452] 0xfffffe0000342000-0xfffffe0000343000           4K                               pte
[    1.874465] 0xfffffe0000343000-0xfffffe0000345000           8K     RW                 GLB NX pte
[    1.874481] 0xfffffe0000345000-0xfffffe0000346000           4K                               pte
[    1.874494] 0xfffffe0000346000-0xfffffe0000348000           8K     RW                 GLB NX pte
[    1.874510] 0xfffffe0000348000-0xfffffe0000349000           4K                               pte
[    1.874523] 0xfffffe0000349000-0xfffffe000034b000           8K     RW                 GLB NX pte
[    1.874540] 0xfffffe000034b000-0xfffffe000034c000           4K                               pte
[    1.874552] 0xfffffe000034c000-0xfffffe000034e000           8K     RW                 GLB NX pte
[    1.874570] 0xfffffe000034e000-0xfffffe0000376000         160K                               pte
[    1.874583] 0xfffffe0000376000-0xfffffe0000377000           4K     ro                 GLB NX pte
[    1.874599] 0xfffffe0000377000-0xfffffe0000378000           4K     RW                 GLB NX pte
[    1.874616] 0xfffffe0000378000-0xfffffe000037d000          20K     ro                 GLB NX pte
[    1.874632] 0xfffffe000037d000-0xfffffe000037e000           4K                               pte
[    1.874645] 0xfffffe000037e000-0xfffffe0000380000           8K     RW                 GLB NX pte
[    1.874662] 0xfffffe0000380000-0xfffffe0000381000           4K                               pte
[    1.874674] 0xfffffe0000381000-0xfffffe0000383000           8K     RW                 GLB NX pte
[    1.874691] 0xfffffe0000383000-0xfffffe0000384000           4K                               pte
[    1.874703] 0xfffffe0000384000-0xfffffe0000386000           8K     RW                 GLB NX pte
[    1.874720] 0xfffffe0000386000-0xfffffe0000387000           4K                               pte
[    1.874733] 0xfffffe0000387000-0xfffffe0000389000           8K     RW                 GLB NX pte
[    1.874752] 0xfffffe0000389000-0xfffffe0000400000         476K                               pte
[    1.874772] 0xfffffe0000400000-0xfffffe0040000000        1020M                               pmd
[    1.874792] 0xfffffe0040000000-0xfffffe8000000000         511G                               pud
[    1.874805] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    1.874818] ---[ ESPfix Area ]---
[    1.874823] 0xffffff0000000000-0xffffff0300000000          12G                               pud
[    1.874836] 0xffffff0300000000-0xffffff0300001000           4K     ro                 GLB NX pte
[    1.874853] 0xffffff0300001000-0xffffff0300010000          60K                               pte
[    1.874866] 0xffffff0300010000-0xffffff0300011000           4K     ro                 GLB NX pte
[    1.874883] 0xffffff0300011000-0xffffff0300020000          60K                               pte
[    1.874895] 0xffffff0300020000-0xffffff0300021000           4K     ro                 GLB NX pte
[    1.874912] 0xffffff0300021000-0xffffff0300030000          60K                               pte
[    1.874925] 0xffffff0300030000-0xffffff0300031000           4K     ro                 GLB NX pte
[    1.874942] 0xffffff0300031000-0xffffff0300040000          60K                               pte
[    1.874955] 0xffffff0300040000-0xffffff0300041000           4K     ro                 GLB NX pte
[    1.874972] 0xffffff0300041000-0xffffff0300050000          60K                               pte
[    1.874984] 0xffffff0300050000-0xffffff0300051000           4K     ro                 GLB NX pte
[    1.875009] 0xffffff0300051000-0xffffff0300060000          60K                               pte
[    1.875022] 0xffffff0300060000-0xffffff0300061000           4K     ro                 GLB NX pte
[    1.875039] 0xffffff0300061000-0xffffff0300070000          60K                               pte
[    1.875051] 0xffffff0300070000-0xffffff0300071000           4K     ro                 GLB NX pte
[    1.899696] ... 131058 entries skipped ... 
[    1.899702] ---[ EFI Runtime Services ]---
[    1.899709] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    1.899727] 0xfffffffec0000000-0xfffffffeefc00000         764M                               pmd
[    1.899743] 0xfffffffeefc00000-0xfffffffeefc9f000         636K                               pte
[    1.899756] 0xfffffffeefc9f000-0xfffffffeefca0000           4K     RW                     NX pte
[    1.899780] 0xfffffffeefca0000-0xfffffffeefe00000        1408K                               pte
[    1.899793] 0xfffffffeefe00000-0xfffffffeefe20000         128K                               pte
[    1.899817] 0xfffffffeefe20000-0xfffffffef000b000        1964K                               pte
[    1.899833] 0xfffffffef000b000-0xfffffffef00b4000         676K     RW                     NX pte
[    1.899850] 0xfffffffef00b4000-0xfffffffef00e4000         192K                               pte
[    1.899862] 0xfffffffef00e4000-0xfffffffef00e5000           4K                               pte
[    1.899875] 0xfffffffef00e5000-0xfffffffef00e6000           4K                               pte
[    1.899894] 0xfffffffef00e6000-0xfffffffef0200000        1128K     RW                     NX pte
[    1.899910] 0xfffffffef0200000-0xfffffffef2400000          34M     RW         PSE         NX pmd
[    1.899933] 0xfffffffef2400000-0xfffffffef2523000        1164K     RW                     NX pte
[    1.899954] 0xfffffffef2523000-0xfffffffef340b000       15264K                               pte
[    1.899977] 0xfffffffef340b000-0xfffffffef35d8000        1844K                               pte
[    1.900000] 0xfffffffef35d8000-0xfffffffef3d08000        7360K                               pte
[    1.900015] 0xfffffffef3d08000-0xfffffffef3d79000         452K                               pte
[    1.900030] 0xfffffffef3d79000-0xfffffffef3e00000         540K     RW                     NX pte
[    1.900046] 0xfffffffef3e00000-0xfffffffef4400000           6M     RW         PSE         NX pmd
[    1.900072] 0xfffffffef4400000-0xfffffffef4593000        1612K     RW                     NX pte
[    1.900088] 0xfffffffef4593000-0xfffffffef4596000          12K     ro                     x  pte
[    1.900104] 0xfffffffef4596000-0xfffffffef459b000          20K     RW                     NX pte
[    1.900120] 0xfffffffef459b000-0xfffffffef459c000           4K     ro                     x  pte
[    1.900137] 0xfffffffef459c000-0xfffffffef45a1000          20K     RW                     NX pte
[    1.900153] 0xfffffffef45a1000-0xfffffffef45a5000          16K     ro                     x  pte
[    1.900169] 0xfffffffef45a5000-0xfffffffef45aa000          20K     RW                     NX pte
[    1.900185] 0xfffffffef45aa000-0xfffffffef45ab000           4K     ro                     x  pte
[    1.900201] 0xfffffffef45ab000-0xfffffffef45af000          16K     RW                     NX pte
[    1.900217] 0xfffffffef45af000-0xfffffffef45bc000          52K     ro                     x  pte
[    1.900233] 0xfffffffef45bc000-0xfffffffef45c1000          20K     RW                     NX pte
[    1.900249] 0xfffffffef45c1000-0xfffffffef45c4000          12K     ro                     x  pte
[    1.900266] 0xfffffffef45c4000-0xfffffffef45c9000          20K     RW                     NX pte
[    1.900282] 0xfffffffef45c9000-0xfffffffef45ca000           4K     ro                     x  pte
[    1.900298] 0xfffffffef45ca000-0xfffffffef45cf000          20K     RW                     NX pte
[    1.900314] 0xfffffffef45cf000-0xfffffffef45d0000           4K     ro                     x  pte
[    1.900330] 0xfffffffef45d0000-0xfffffffef45d5000          20K     RW                     NX pte
[    1.900346] 0xfffffffef45d5000-0xfffffffef45d6000           4K     ro                     x  pte
[    1.900362] 0xfffffffef45d6000-0xfffffffef45da000          16K     RW                     NX pte
[    1.900378] 0xfffffffef45da000-0xfffffffef45e6000          48K     ro                     x  pte
[    1.900395] 0xfffffffef45e6000-0xfffffffef45ed000          28K     RW                     NX pte
[    1.900411] 0xfffffffef45ed000-0xfffffffef45f2000          20K     ro                     x  pte
[    1.900427] 0xfffffffef45f2000-0xfffffffef45f7000          20K     RW                     NX pte
[    1.900443] 0xfffffffef45f7000-0xfffffffef45fa000          12K     ro                     x  pte
[    1.900459] 0xfffffffef45fa000-0xfffffffef45ff000          20K     RW                     NX pte
[    1.900475] 0xfffffffef45ff000-0xfffffffef4c00000        6148K                               pte
[    1.900497] 0xfffffffef4c00000-0xfffffffef4da6000        1688K                               pte
[    1.900516] 0xfffffffef4da6000-0xfffffffef4ea6000           1M                               pte
[    1.900529] 0xfffffffef4ea6000-0xfffffffef4ec0000         104K                               pte
[    1.900542] 0xfffffffef4ec0000-0xfffffffef4efb000         236K                               pte
[    1.900555] 0xfffffffef4efb000-0xfffffffef4f17000         112K                               pte
[    1.900579] 0xfffffffef4f17000-0xfffffffef5916000       10236K                               pte
[    1.900592] 0xfffffffef5916000-0xfffffffef5919000          12K                               pte
[    1.900617] 0xfffffffef5919000-0xfffffffef5b6a000        2372K                               pte
[    1.900630] 0xfffffffef5b6a000-0xfffffffef5b74000          40K                               pte
[    1.900643] 0xfffffffef5b74000-0xfffffffef5b8e000         104K                               pte
[    1.900655] 0xfffffffef5b8e000-0xfffffffef5b94000          24K                               pte
[    1.900668] 0xfffffffef5b94000-0xfffffffef5baa000          88K                               pte
[    1.900681] 0xfffffffef5baa000-0xfffffffef5bad000          12K                               pte
[    1.900693] 0xfffffffef5bad000-0xfffffffef5bc0000          76K                               pte
[    1.900706] 0xfffffffef5bc0000-0xfffffffef5bc5000          20K                               pte
[    1.900719] 0xfffffffef5bc5000-0xfffffffef5bda000          84K                               pte
[    1.900732] 0xfffffffef5bda000-0xfffffffef5bf2000          96K                               pte
[    1.900744] 0xfffffffef5bf2000-0xfffffffef5bfa000          32K                               pte
[    1.900757] 0xfffffffef5bfa000-0xfffffffef5c00000          24K                               pte
[    1.900770] 0xfffffffef5c00000-0xfffffffefdc00000         128M     RW         PSE         NX pmd
[    1.900787] 0xfffffffefdc00000-0xfffffffefec00000          16M     RW     PCD PSE         NX pmd
[    1.900809] 0xfffffffefec00000-0xfffffffefed00000           1M                               pte
[    1.900821] 0xfffffffefed00000-0xfffffffefed10000          64K     RW     PCD             NX pte
[    1.900840] 0xfffffffefed10000-0xfffffffefed80000         448K                               pte
[    1.900855] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    1.900872] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    1.900884] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    1.900906] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    1.900918] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    1.900936] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    1.900948] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    1.900966] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    1.900978] 0xfffffffefef80000-0xfffffffefef81000           4K     RW     PCD             NX pte
[    1.900998] 0xfffffffefef81000-0xfffffffefefc4000         268K                               pte
[    1.901011] 0xfffffffefefc4000-0xfffffffefefca000          24K     RW     PCD             NX pte
[    1.901027] 0xfffffffefefca000-0xfffffffefefcc000           8K                               pte
[    1.901039] 0xfffffffefefcc000-0xfffffffefefcf000          12K     RW     PCD             NX pte
[    1.901056] 0xfffffffefefcf000-0xfffffffefefd5000          24K                               pte
[    1.901068] 0xfffffffefefd5000-0xfffffffefefd6000           4K     RW     PCD             NX pte
[    1.901085] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    1.901097] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    1.901114] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    1.901126] ---[ High Kernel Mapping ]---
[    1.901133] 0xffffffff80000000-0xffffffff8c000000         192M                               pmd
[    1.901146] 0xffffffff8c000000-0xffffffff8e800000          40M     RW         PSE     GLB x  pmd
[    1.901164] 0xffffffff8e800000-0xffffffff8e84b000         300K     RW                 GLB x  pte
[    1.901180] 0xffffffff8e84b000-0xffffffff8e84c000           4K     ro                 GLB x  pte
[    1.901206] 0xffffffff8e84c000-0xffffffff8ea00000        1744K     RW                 GLB x  pte
[    1.901222] 0xffffffff8ea00000-0xffffffff90a00000          32M     RW         PSE     GLB x  pmd
[    1.901244] 0xffffffff90a00000-0xffffffffc0000000         758M                               pmd
[    1.901256] ---[ Modules ]---
[    1.901268] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    1.901280] ---[ End Modules ]---
[    1.901285] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    1.901318] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    1.901330] ---[ Fixmap Area ]---
[    1.901338] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    1.901351] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    1.901379] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    1.901391] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    1.901442] LSM: Security Framework initializing
[    1.901475] Yama: becoming mindful.
[    1.901490] SELinux:  Initializing.
[    1.901529] LSM support for eBPF active
[    1.901535] landlock: Up and running.
[    1.901713] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.901861] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.902618] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.902645] LVT offset 1 assigned for vector 0xf9
[    1.902664] LVT offset 2 assigned for vector 0xf4
[    1.902673] process: using mwait in idle threads
[    1.902679] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.902687] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.902702] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.902714] Spectre V2 : Mitigation: Retpolines
[    1.902720] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.902730] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.902738] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.902748] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.902759] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.902768] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.921504] Freeing SMP alternatives memory: 44K
[    2.024377] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    2.024763] cblist_init_generic: Setting adjustable number of callback queues.
[    2.024804] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.024873] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.024934] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.024982] Running RCU-tasks wait API self tests
[    2.127228] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.127356] ... version:                0
[    2.127378] ... bit width:              48
[    2.127400] ... generic registers:      6
[    2.127420] ... value mask:             0000ffffffffffff
[    2.127447] ... max period:             00007fffffffffff
[    2.127473] ... fixed-purpose events:   0
[    2.127494] ... event mask:             000000000000003f
[    2.128135] rcu: Hierarchical SRCU implementation.
[    2.128161] rcu: 	Max phase no-delay instances is 400.
[    2.129305] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.129749] smp: Bringing up secondary CPUs ...
[    2.130103] x86: Booting SMP configuration:
[    2.130119] .... node  #0, CPUs:        #1
[    2.132304] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.132423]   #2  #3  #4
[    2.148098] Callback from call_rcu_tasks_trace() invoked.
[    2.148280]   #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    2.164091] smp: Brought up 1 node, 16 CPUs
[    2.164091] smpboot: Max logical packages: 1
[    2.164091] smpboot: Total of 16 processors activated (105398.84 BogoMIPS)
[    2.166779] devtmpfs: initialized
[    2.167112] x86/mm: Memory block size: 2048MB
[    2.168768] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    2.168768] ACPI: PM: Registering ACPI NVS region [mem 0xbbe84000-0xbc178fff] (3100672 bytes)
[    2.171277] DMA-API: preallocated 65536 debug entries
[    2.171287] DMA-API: debugging enabled by kernel config
[    2.171297] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.171317] futex hash table entries: 4096 (order: 7, 524288 bytes, linear)
[    2.171597] pinctrl core: initialized pinctrl subsystem

[    2.171986] *************************************************************
[    2.172000] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.172010] **                                                         **
[    2.172021] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.172031] **                                                         **
[    2.172041] ** This means that this kernel is built to expose internal **
[    2.172051] ** IOMMU data structures, which may compromise security on **
[    2.172062] ** your system.                                            **
[    2.172072] **                                                         **
[    2.172082] ** If you see this message and you are not debugging the   **
[    2.172092] ** kernel, report this immediately to your vendor!         **
[    2.172102] **                                                         **
[    2.172113] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.172123] *************************************************************
[    2.172169] PM: RTC time: 20:32:41, date: 2022-12-24
[    2.172875] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.173273] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.173295] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.173314] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.173349] audit: initializing netlink subsys (disabled)
[    2.173403] audit: type=2000 audit(1671913960.318:1): state=initialized audit_enabled=0 res=1
[    2.173668] thermal_sys: Registered thermal governor 'fair_share'
[    2.173670] thermal_sys: Registered thermal governor 'bang_bang'
[    2.173681] thermal_sys: Registered thermal governor 'step_wise'
[    2.173691] thermal_sys: Registered thermal governor 'user_space'
[    2.173748] cpuidle: using governor menu
[    2.174098] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.174277] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.174297] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    2.174325] PCI: Using configuration type 1 for base access
[    2.180540] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.181013] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.181029] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.181043] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.181056] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.182632] cryptd: max_cpu_qlen set to 1000
[    2.183110] raid6: skipped pq benchmark and selected avx2x4
[    2.183122] raid6: using avx2x2 recovery algorithm
[    2.183313] fbcon: Taking over console
[    2.183415] ACPI: Added _OSI(Module Device)
[    2.183424] ACPI: Added _OSI(Processor Device)
[    2.183431] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.183439] ACPI: Added _OSI(Processor Aggregator Device)
[    2.220066] ACPI: 18 ACPI AML tables successfully acquired and loaded
[    2.226887] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.231312] Callback from call_rcu_tasks_rude() invoked.
[    2.234066] ACPI: Interpreter enabled
[    2.234116] ACPI: PM: (supports S0 S4 S5)
[    2.234128] ACPI: Using IOAPIC for interrupt routing
[    2.234558] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.234573] PCI: Using E820 reservations for host bridge windows
[    2.235595] ACPI: Enabled 3 GPEs in block 00 to 1F
[    2.237219] ACPI: PM: Power Resource [M237]
[    2.237808] ACPI: PM: Power Resource [M237]
[    2.238116] ACPI: PM: Power Resource [M237]
[    2.240734] ACPI: PM: Power Resource [P0U0]
[    2.240994] ACPI: PM: Power Resource [P3U0]
[    2.242742] ACPI: PM: Power Resource [P0U1]
[    2.243006] ACPI: PM: Power Resource [P3U1]
[    2.247783] ACPI: PM: Power Resource [P1NV]
[    2.248404] ACPI: PM: Power Resource [P0NV]
[    2.260941] ACPI: PM: Power Resource [PRWL]
[    2.265496] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.265514] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.265758] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    2.266196] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.266242] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.267746] PCI host bridge to bus 0000:00
[    2.267755] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.267768] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.267780] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.267791] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.267803] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.267816] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    2.267829] pci_bus 0000:00: root bus resource [mem 0x1040000000-0xffffffffff window]
[    2.267843] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.267908] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    2.268260] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    2.268515] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    2.268740] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    2.268823] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.269148] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    2.269371] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    2.269409] pci 0000:00:02.1: enabling Extended Tags
[    2.269460] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.269697] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    2.269775] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.270064] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    2.270145] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.270385] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    2.270464] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.270713] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    2.270929] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    2.270966] pci 0000:00:08.1: enabling Extended Tags
[    2.271020] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.271401] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.271673] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.271983] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    2.272180] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    2.272380] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    2.272574] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    2.272766] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    2.272970] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    2.273165] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    2.273358] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    2.273669] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    2.273695] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    2.273827] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.273922] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.274240] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.274254] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.274268] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.274398] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    2.274548] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.276137] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.276154] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.276170] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.276320] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[    2.276348] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    2.276371] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    2.276394] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    2.276410] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    2.276537] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.276635] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.276891] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    2.276915] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    2.277040] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.277337] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.277352] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.277368] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.277499] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.277528] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.277563] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    2.277589] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    2.277710] pci 0000:04:00.0: supports D1 D2
[    2.277718] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.278049] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.278061] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.278072] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.278357] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    2.278417] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[    2.278471] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[    2.278525] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[    2.278795] pci 0000:05:00.0: supports D1 D2
[    2.278803] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.279723] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.279739] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.279911] pci 0000:06:00.0: [1bb1:5018] type 00 class 0x010802
[    2.279972] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[    2.280634] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.281166] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.281179] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.281350] pci 0000:07:00.0: [1bb1:5018] type 00 class 0x010802
[    2.281411] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    2.282007] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.282515] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.282529] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.282755] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[    2.282778] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[    2.282799] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[    2.282817] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    2.282831] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[    2.282851] pci 0000:08:00.0: enabling Extended Tags
[    2.282927] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.282977] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.283221] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    2.283241] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[    2.283276] pci 0000:08:00.1: enabling Extended Tags
[    2.283327] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.283539] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    2.283568] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    2.283589] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[    2.283607] pci 0000:08:00.2: enabling Extended Tags
[    2.283844] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    2.283867] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    2.283907] pci 0000:08:00.3: enabling Extended Tags
[    2.283959] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    2.284206] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    2.284229] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    2.284268] pci 0000:08:00.4: enabling Extended Tags
[    2.284321] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    2.284549] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[    2.284568] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[    2.284603] pci 0000:08:00.5: enabling Extended Tags
[    2.284653] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[    2.284864] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[    2.284884] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[    2.284928] pci 0000:08:00.6: enabling Extended Tags
[    2.284977] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[    2.285247] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.285260] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.285271] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.285285] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.288036] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.288177] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.288300] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.288439] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.288572] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.288683] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.288794] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.288905] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.291988] Low-power S0 idle used by default for system suspend
[    2.292637] iommu: Default domain type: Translated 
[    2.292637] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.292637] SCSI subsystem initialized
[    2.293020] libata version 3.00 loaded.
[    2.293082] ACPI: bus type USB registered
[    2.293117] usbcore: registered new interface driver usbfs
[    2.293117] usbcore: registered new interface driver hub
[    2.293117] usbcore: registered new device driver usb
[    2.304280] pps_core: LinuxPPS API ver. 1 registered
[    2.304290] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.304310] PTP clock support registered
[    2.304623] EDAC MC: Ver: 3.0.0
[    2.304903] Registered efivars operations
[    2.305416] NetLabel: Initializing
[    2.305423] NetLabel:  domain hash size = 128
[    2.305431] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.305465] NetLabel:  unlabeled traffic allowed by default
[    2.305478] PCI: Using ACPI for IRQ routing
[    2.310155] PCI: pci_cache_line_size set to 64 bytes
[    2.310425] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    2.310430] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.310432] e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
[    2.310433] e820: reserve RAM buffer [mem 0xb6cb8018-0xb7ffffff]
[    2.310435] e820: reserve RAM buffer [mem 0xb6cc6018-0xb7ffffff]
[    2.310436] e820: reserve RAM buffer [mem 0xb6cd5018-0xb7ffffff]
[    2.310437] e820: reserve RAM buffer [mem 0xb9122000-0xbbffffff]
[    2.310438] e820: reserve RAM buffer [mem 0xba908000-0xbbffffff]
[    2.310440] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    2.310441] e820: reserve RAM buffer [mem 0x101e300000-0x101fffffff]
[    2.310723] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    2.310723] pci 0000:08:00.0: vgaarb: bridge control possible
[    2.310723] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.310723] vgaarb: loaded
[    2.310794] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.310794] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.313131] clocksource: Switched to clocksource tsc-early
[    2.313629] VFS: Disk quotas dquot_6.6.0
[    2.313668] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.313896] pnp: PnP ACPI init
[    2.314010] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.314913] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.314926] system 00:03: [io  0x040b] has been reserved
[    2.314936] system 00:03: [io  0x04d6] has been reserved
[    2.314946] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.314958] system 00:03: [io  0x0c14] has been reserved
[    2.314968] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    2.314978] system 00:03: [io  0x0c52] has been reserved
[    2.314988] system 00:03: [io  0x0c6c] has been reserved
[    2.314998] system 00:03: [io  0x0c6f] has been reserved
[    2.315008] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    2.315019] system 00:03: [io  0x0800-0x089f] has been reserved
[    2.315030] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    2.315041] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    2.315051] system 00:03: [io  0x0900-0x090f] has been reserved
[    2.315062] system 00:03: [io  0x0910-0x091f] has been reserved
[    2.315074] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.315087] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.315100] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.315113] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.315125] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.315138] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.315151] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    2.315163] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[    2.317037] pnp: PnP ACPI: found 4 devices
[    2.325344] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.325485] NET: Registered PF_INET protocol family
[    2.325710] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.327760] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    2.328085] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.328133] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.328531] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    2.329633] TCP: Hash tables configured (established 524288 bind 65536)
[    2.330202] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.330791] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.331453] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.332238] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.332265] NET: Registered PF_XDP protocol family
[    2.332282] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    2.332305] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    2.332318] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.332332] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.332345] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.332362] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.332374] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.332387] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.332404] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.332413] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    2.332425] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.332437] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.332455] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.332464] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.332476] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.332490] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.332502] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.332517] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.332527] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.332542] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.332552] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.332568] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.332577] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.332588] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.332600] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.332617] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.332627] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.332637] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.332647] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.332657] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.332668] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    2.332679] pci_bus 0000:00: resource 10 [mem 0x1040000000-0xffffffffff window]
[    2.332691] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    2.332700] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[    2.332711] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.332723] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.332733] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.332746] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.332756] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.332768] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    2.332777] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.332787] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.332799] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.332810] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.332820] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    2.332829] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[    2.332839] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.333209] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    2.333464] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    2.333486] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    2.333975] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    2.334156] PCI: CLS 64 bytes, default 64
[    2.334198] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.334366] pci 0000:00:01.0: Adding to iommu group 0
[    2.334406] pci 0000:00:01.1: Adding to iommu group 1
[    2.334463] pci 0000:00:02.0: Adding to iommu group 2
[    2.334498] Trying to unpack rootfs image as initramfs...
[    2.334500] pci 0000:00:02.1: Adding to iommu group 3
[    2.334538] pci 0000:00:02.2: Adding to iommu group 4
[    2.334574] pci 0000:00:02.3: Adding to iommu group 5
[    2.334612] pci 0000:00:02.4: Adding to iommu group 6
[    2.334674] pci 0000:00:08.0: Adding to iommu group 7
[    2.334712] pci 0000:00:08.1: Adding to iommu group 7
[    2.334719] Callback from call_rcu_tasks() invoked.
[    2.334779] pci 0000:00:14.0: Adding to iommu group 8
[    2.334813] pci 0000:00:14.3: Adding to iommu group 8
[    2.334943] pci 0000:00:18.0: Adding to iommu group 9
[    2.334978] pci 0000:00:18.1: Adding to iommu group 9
[    2.335014] pci 0000:00:18.2: Adding to iommu group 9
[    2.335047] pci 0000:00:18.3: Adding to iommu group 9
[    2.335081] pci 0000:00:18.4: Adding to iommu group 9
[    2.335114] pci 0000:00:18.5: Adding to iommu group 9
[    2.335148] pci 0000:00:18.6: Adding to iommu group 9
[    2.335182] pci 0000:00:18.7: Adding to iommu group 9
[    2.335219] pci 0000:01:00.0: Adding to iommu group 10
[    2.335256] pci 0000:02:00.0: Adding to iommu group 11
[    2.335297] pci 0000:03:00.0: Adding to iommu group 12
[    2.335340] pci 0000:03:00.1: Adding to iommu group 13
[    2.335377] pci 0000:04:00.0: Adding to iommu group 14
[    2.335414] pci 0000:05:00.0: Adding to iommu group 15
[    2.335454] pci 0000:06:00.0: Adding to iommu group 16
[    2.335493] pci 0000:07:00.0: Adding to iommu group 17
[    2.335520] pci 0000:08:00.0: Adding to iommu group 7
[    2.335539] pci 0000:08:00.1: Adding to iommu group 7
[    2.335557] pci 0000:08:00.2: Adding to iommu group 7
[    2.335575] pci 0000:08:00.3: Adding to iommu group 7
[    2.335593] pci 0000:08:00.4: Adding to iommu group 7
[    2.335611] pci 0000:08:00.5: Adding to iommu group 7
[    2.335629] pci 0000:08:00.6: Adding to iommu group 7
[    2.340173] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.340185] pci 0000:00:00.2: PCI INT A: not connected
[    2.340346] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.340355] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    2.340377] AMD-Vi: Interrupt remapping enabled
[    2.340384] AMD-Vi: X2APIC enabled
[    2.344629] AMD-Vi: Virtual APIC enabled
[    2.344765] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.344780] software IO TLB: mapped [mem 0x00000000a425e000-0x00000000a825e000] (64MB)
[    2.344854] LVT offset 0 assigned for vector 0x400
[    2.345078] perf: AMD IBS detected (0x000003ff)
[    2.345110] amd_uncore: 4  amd_df counters detected
[    2.345133] amd_uncore: 6  amd_l3 counters detected
[    2.345467] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.372747] Initialise system trusted keyrings
[    2.372810] Key type blacklist registered
[    2.372911] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    2.380541] zbud: loaded
[    2.382718] integrity: Platform Keyring initialized
[    2.385109] NET: Registered PF_ALG protocol family
[    2.385131] xor: automatically using best checksumming function   avx       
[    2.385143] Key type asymmetric registered
[    2.385157] Asymmetric key parser 'x509' registered
[    3.358053] tsc: Refined TSC clocksource calibration: 3293.798 MHz
[    3.358091] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a696fa44, max_idle_ns: 440795303741 ns
[    3.358203] clocksource: Switched to clocksource tsc
[    4.262978] Freeing initrd memory: 198324K
[    4.266684] modprobe (132) used greatest stack depth: 13072 bytes left
[    4.270044] modprobe (134) used greatest stack depth: 13016 bytes left
[    4.270849] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    4.270892] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.271028] io scheduler mq-deadline registered
[    4.271037] io scheduler kyber registered
[    4.271150] io scheduler bfq registered
[    4.272725] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.274795] pcieport 0000:00:01.1: PME: Signaling with IRQ 36
[    4.274871] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    4.275276] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[    4.275495] pcieport 0000:00:02.2: PME: Signaling with IRQ 38
[    4.275716] pcieport 0000:00:02.3: PME: Signaling with IRQ 39
[    4.275986] pcieport 0000:00:02.4: PME: Signaling with IRQ 40
[    4.276231] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    4.277193] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.319936] ACPI: AC: AC Adapter [ADP0] (on-line)
[    4.320098] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[    4.320165] ACPI: button: Lid Switch [LID0]
[    4.320251] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.320331] ACPI: button: Power Button [PWRB]
[    4.320423] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.320482] ACPI: button: Sleep Button [SLPB]
[    4.320690] Estimated ratio of average max frequency by base frequency (times 1024): 1270
[    4.320752] Monitor-Mwait will be used to enter C-1 state
[    4.320765] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    4.321093] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    4.321357] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    4.321627] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    4.321884] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    4.322137] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    4.322390] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    4.322640] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    4.322888] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    4.323142] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    4.323395] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    4.323655] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    4.323905] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    4.324160] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    4.324413] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    4.324659] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    4.325314] thermal LNXTHERM:00: registered as thermal_zone0
[    4.325325] ACPI: thermal: Thermal Zone [TZ01] (80 C)
[    4.325755] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.327670] ACPI: battery: Slot [BAT0] (battery present)
[    4.331403] Non-volatile memory driver v1.3
[    4.331421] Linux agpgart interface v0.103
[    4.356760] ACPI: bus type drm_connector registered
[    4.362779] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.363076] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 1
[    4.363236] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.364173] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.364320] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 2
[    4.364341] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.364499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    4.364521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.364533] usb usb1: Product: xHCI Host Controller
[    4.364542] usb usb1: Manufacturer: Linux 6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ xhci-hcd
[    4.364558] usb usb1: SerialNumber: 0000:08:00.3
[    4.365060] hub 1-0:1.0: USB hub found
[    4.365123] hub 1-0:1.0: 4 ports detected
[    4.366055] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.366119] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    4.366134] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.366147] usb usb2: Product: xHCI Host Controller
[    4.366155] usb usb2: Manufacturer: Linux 6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ xhci-hcd
[    4.366171] usb usb2: SerialNumber: 0000:08:00.3
[    4.366467] hub 2-0:1.0: USB hub found
[    4.366492] hub 2-0:1.0: 2 ports detected
[    4.367077] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.367197] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 3
[    4.367310] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.368081] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.368165] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 4
[    4.368181] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.368258] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    4.368273] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.368285] usb usb3: Product: xHCI Host Controller
[    4.368294] usb usb3: Manufacturer: Linux 6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ xhci-hcd
[    4.368310] usb usb3: SerialNumber: 0000:08:00.4
[    4.368583] hub 3-0:1.0: USB hub found
[    4.368610] hub 3-0:1.0: 4 ports detected
[    4.369357] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.369418] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    4.369432] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.369445] usb usb4: Product: xHCI Host Controller
[    4.369454] usb usb4: Manufacturer: Linux 6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ xhci-hcd
[    4.369470] usb usb4: SerialNumber: 0000:08:00.4
[    4.369718] hub 4-0:1.0: USB hub found
[    4.369749] hub 4-0:1.0: 2 ports detected
[    4.370258] usbcore: registered new interface driver usbserial_generic
[    4.370307] usbserial: USB Serial support registered for generic
[    4.370364] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    4.370376] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.371316] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.371644] mousedev: PS/2 mouse device common for all mice
[    4.372094] rtc_cmos 00:01: RTC can wake from S4
[    4.372590] rtc_cmos 00:01: registered as rtc0
[    4.372644] rtc_cmos 00:01: setting system clock to 2022-12-24T20:32:43 UTC (1671913963)
[    4.372712] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.372785] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.372847] device-mapper: uevent: version 1.0.3
[    4.373038] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.373803] hid: raw HID events driver (C) Jiri Kosina
[    4.373886] usbcore: registered new interface driver usbhid
[    4.373895] usbhid: USB HID core driver
[    4.374182] drop_monitor: Initializing network drop monitor service
[    4.374275] Initializing XFRM netlink socket
[    4.374626] NET: Registered PF_INET6 protocol family
[    4.382424] Segment Routing with IPv6
[    4.382435] RPL Segment Routing with IPv6
[    4.382454] In-situ OAM (IOAM) with IPv6
[    4.382483] mip6: Mobile IPv6
[    4.382496] NET: Registered PF_PACKET protocol family
[    4.385329] microcode: CPU0: patch_level=0x0a50000c
[    4.385361] microcode: CPU1: patch_level=0x0a50000c
[    4.385377] microcode: CPU2: patch_level=0x0a50000c
[    4.385411] microcode: CPU3: patch_level=0x0a50000c
[    4.385442] microcode: CPU4: patch_level=0x0a50000c
[    4.385459] microcode: CPU5: patch_level=0x0a50000c
[    4.385484] microcode: CPU6: patch_level=0x0a50000c
[    4.385502] microcode: CPU7: patch_level=0x0a50000c
[    4.385518] microcode: CPU8: patch_level=0x0a50000c
[    4.385538] microcode: CPU9: patch_level=0x0a50000c
[    4.385565] microcode: CPU10: patch_level=0x0a50000c
[    4.385587] microcode: CPU11: patch_level=0x0a50000c
[    4.385613] microcode: CPU12: patch_level=0x0a50000c
[    4.385634] microcode: CPU13: patch_level=0x0a50000c
[    4.385660] microcode: CPU14: patch_level=0x0a50000c
[    4.385681] microcode: CPU15: patch_level=0x0a50000c
[    4.385695] microcode: Microcode Update Driver: v2.2.
[    4.386086] resctrl: L3 allocation detected
[    4.386106] resctrl: MB allocation detected
[    4.386115] resctrl: L3 monitoring detected
[    4.386126] IPI shorthand broadcast: enabled
[    4.386155] AVX2 version of gcm_enc/dec engaged.
[    4.386299] AES CTR mode by8 optimization enabled
[    4.386771] sched_clock: Marking stable (4384263070, 2482438)->(4410476362, -23730854)
[    4.388559] registered taskstats version 1
[    4.388866] Loading compiled-in X.509 certificates
[    4.394388] Loaded X.509 cert 'Build time autogenerated kernel key: ae8ae73b90fd7bf38de0448f5ff44608e93e92f3'
[    4.396176] zswap: loaded using pool lzo/zbud
[    4.396372] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.511980] page_owner is disabled
[    4.512841] Key type .fscrypt registered
[    4.512855] Key type fscrypt-provisioning registered
[    4.514298] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.514402] Key type big_key registered
[    4.514855] Key type trusted registered
[    4.520978] modprobe (178) used greatest stack depth: 13000 bytes left
[    4.521368] Key type encrypted registered
[    4.521806] Loading compiled-in module X.509 certificates
[    4.522214] Loaded X.509 cert 'Build time autogenerated kernel key: ae8ae73b90fd7bf38de0448f5ff44608e93e92f3'
[    4.522233] ima: Allocated hash algorithm: sha256
[    4.560279] ima: No architecture policies found
[    4.560522] evm: Initialising EVM extended attributes:
[    4.560549] evm: security.selinux
[    4.560567] evm: security.SMACK64 (disabled)
[    4.560588] evm: security.SMACK64EXEC (disabled)
[    4.560609] evm: security.SMACK64TRANSMUTE (disabled)
[    4.560632] evm: security.SMACK64MMAP (disabled)
[    4.560653] evm: security.apparmor (disabled)
[    4.560674] evm: security.ima
[    4.560689] evm: security.capability
[    4.560707] evm: HMAC attrs: 0x1
[    4.628020] usb 3-4: new high-speed USB device number 2 using xhci_hcd
[    4.628121] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    4.629027] alg: No test for 842 (842-scomp)
[    4.629099] alg: No test for 842 (842-generic)
[    4.639286] cryptomgr_test (282) used greatest stack depth: 12976 bytes left
[    4.702554] PM:   Magic number: 2:442:549
[    4.702575] tty ttyS25: hash matches
[    4.702608] clockevents clockevent0: hash matches
[    4.702642] acpi PNP0C0F:00: hash matches
[    4.702857] RAS: Correctable Errors collector initialized.
[    4.773971] usb 3-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    4.774033] usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    4.774070] usb 3-4: Product: Wireless_Device
[    4.774095] usb 3-4: Manufacturer: MediaTek Inc.
[    4.774121] usb 3-4: SerialNumber: 000000000
[    4.792181] usb 1-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[    4.792223] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.792251] usb 1-3: Product: N-KEY Device
[    4.792269] usb 1-3: Manufacturer: ASUSTek Computer Inc.
[    4.806944] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input5
[    4.820255] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input6
[    4.863954] clocksource: timekeeping watchdog on CPU5: Marking clocksource 'tsc' as unstable because the skew is too large:
[    4.864104] clocksource:                       'hpet' wd_nsec: 496227104 wd_now: 2963435 wd_last: 229ca08 mask: ffffffff
[    4.864158] clocksource:                       'tsc' cs_nsec: 497933433 cs_now: fe517a48e cs_last: f8355d2ff mask: ffffffffffffffff
[    4.864214] clocksource:                       'tsc' is current clocksource.
[    4.864438] tsc: Marking TSC unstable due to clocksource watchdog
[    4.864565] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    4.864630] sched_clock: Marking unstable (4862081448, 2482438)<-(4888294731, -23730854)
[    4.865466] clocksource: Checking clocksource tsc synchronization from CPU 5 to CPUs 0,2,8,10,13,15.
[    4.865658] clocksource: Switched to clocksource hpet
[    4.874546] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input7
[    4.875280] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input8
[    4.877569] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    4.992491] Unstable clock detected, switching default tracing clock to "global"
               If you want to keep using the local clock, then add:
                 "trace_clock=local"
               on the kernel command line
[    4.999196] Freeing unused decrypted memory: 2036K
[    5.000503] Freeing unused kernel image (initmem) memory: 4908K
[    5.006050] Write protecting the kernel read-only data: 26624k
[    5.007884] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    5.008042] Freeing unused kernel image (rodata/data gap) memory: 72K
[    5.037780] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.037796] rodata_test: all tests were successful
[    5.037812] Run /init as init process
[    5.037819]   with arguments:
[    5.037821]     /init
[    5.037822]   with environment:
[    5.037822]     HOME=/
[    5.037823]     TERM=linux
[    5.037824]     BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+
[    5.060796] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.060848] systemd[1]: Detected architecture x86-64.
[    5.060860] systemd[1]: Running in initrd.
[    5.061318] systemd[1]: Hostname set to <mikhail-laptop>.
[    5.119483] systemd[1]: bpf-lsm: Failed to load BPF object: No such process
[    5.205496] systemd[1]: Queued start job for default target initrd.target.
[    5.205701] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.205916] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.206037] systemd[1]: Reached target slices.target - Slice Units.
[    5.206144] systemd[1]: Reached target swap.target - Swaps.
[    5.206236] systemd[1]: Reached target timers.target - Timer Units.
[    5.206531] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.206805] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.207105] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.207436] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.207745] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.207982] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.208098] systemd[1]: Reached target sockets.target - Socket Units.
[    5.227678] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.227888] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    5.231270] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.233515] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.235576] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    5.237637] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    5.240166] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.255419] fuse: init (API version 7.37)
[    5.257985] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    5.258167] audit: type=1130 audit(1671913964.385:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.260402] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    5.264029] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.264174] audit: type=1130 audit(1671913964.391:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.266204] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.273863] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    5.273993] audit: type=1130 audit(1671913964.400:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.280551] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    5.280672] audit: type=1130 audit(1671913964.407:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.302338] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    5.302546] audit: type=1130 audit(1671913964.429:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.315574] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
[    5.345884] systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
[    5.346151] audit: type=1130 audit(1671913964.473:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.355628] systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...
[    5.358817] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.359079] audit: type=1130 audit(1671913964.486:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.380591] audit: type=1130 audit(1671913964.507:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.467839] audit: type=1130 audit(1671913964.594:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.874823] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    5.875482] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input9
[    5.894083] asus_wmi: ASUS WMI generic driver loaded
[    5.907825] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    5.908127] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    5.909944] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    5.921038] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    5.921358] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    5.923616] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:41:cc, XID 541, IRQ 64
[    5.923644] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    5.931586] ccp 0000:08:00.2: tee enabled
[    5.931610] ccp 0000:08:00.2: psp enabled
[    5.965352] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input10
[    5.965881] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input11
[    5.966311] hid-generic 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    5.970589] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    5.971112] nvme nvme0: pci function 0000:06:00.0
[    5.971244] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    5.971579] nvme nvme1: pci function 0000:07:00.0
[    5.971769] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    5.978576] nvme nvme0: missing or invalid SUBNQN field.
[    5.978862] nvme nvme0: Shutdown timeout set to 10 seconds
[    5.979239] nvme nvme1: missing or invalid SUBNQN field.
[    5.979398] nvme nvme1: Shutdown timeout set to 10 seconds
[    5.983642] nvme nvme0: 16/0/0 default/read/poll queues
[    5.983667] nvme nvme1: 16/0/0 default/read/poll queues
[    5.990292]  nvme1n1: p1
[    5.990334]  nvme0n1: p1 p2 p3
[    6.005752] BTRFS: device label fedora_localhost-live devid 2 transid 647240 /dev/nvme1n1p1 scanned by systemd-udevd (497)
[    6.013272] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    6.024303] BTRFS: device label fedora_localhost-live devid 1 transid 647240 /dev/nvme0n1p3 scanned by systemd-udevd (485)
[    6.068292] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input12
[    6.580863] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input13
[    6.586683] hid-multitouch 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    7.280031] asus 0003:0B05:1866.0001: Fixing up Asus N-KEY keyb report descriptor
[    7.281753] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[    7.297496] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input14
[    7.351623] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    7.354226] [drm] amdgpu kernel modesetting enabled.
[    7.354266] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    7.355060] ATPX version 1, functions 0x00000001
[    7.355169] ATPX Hybrid Graphics
[    7.374850] amdgpu: Virtual CRAT table created for CPU
[    7.374964] amdgpu: Topology: Add CPU node
[    7.375389] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    7.375491] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[    7.375710] [drm] register mmio base: 0xFCA00000
[    7.375719] [drm] register mmio size: 1048576
[    7.375872] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    7.375883] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    7.375893] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    7.375903] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    7.378566] [drm] add ip block number 0 <nv_common>
[    7.378576] [drm] add ip block number 1 <gmc_v10_0>
[    7.378585] [drm] add ip block number 2 <navi10_ih>
[    7.378593] [drm] add ip block number 3 <psp>
[    7.378601] [drm] add ip block number 4 <smu>
[    7.378609] [drm] add ip block number 5 <dm>
[    7.378617] [drm] add ip block number 6 <gfx_v10_0>
[    7.378626] [drm] add ip block number 7 <sdma_v5_2>
[    7.378634] [drm] add ip block number 8 <vcn_v3_0>
[    7.378643] [drm] add ip block number 9 <jpeg_v3_0>
[    7.381951] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    7.381964] amdgpu: ATOM BIOS: SWBRT77321.001
[    7.381979] [drm] VCN(0) decode is enabled in VM mode
[    7.381988] [drm] VCN(0) encode is enabled in VM mode
[    7.382016] [drm] JPEG decode is enabled in VM mode
[    7.382024] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    7.382059] [drm] GPU posting now...
[    7.382215] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.382236] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    7.382252] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.382266] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    7.382289] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    7.382298] [drm] RAM width 192bits GDDR6
[    7.382776] [drm] amdgpu: 12272M of VRAM memory ready
[    7.382786] [drm] amdgpu: 31790M of GTT memory ready.
[    7.382873] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.383118] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[    7.392370] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    7.392386] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    9.403178] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[    9.408978] [drm] Loading DMUB firmware via PSP: version=0x02020017
[    9.434217] [drm] use_doorbell being set to: [true]
[    9.434258] [drm] use_doorbell being set to: [true]
[    9.453506] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[    9.453538] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[    9.516708] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[    9.618707] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    9.632528] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    9.632596] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[    9.632620] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[    9.632663] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[    9.687989] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[    9.688037] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[    9.688051] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 462, name: systemd-udevd
[    9.688065] preempt_count: 1, expected: 0
[    9.688072] RCU nest depth: 0, expected: 0
[    9.688079] 1 lock held by systemd-udevd/462:
[    9.688087]  #0: ffff89b0c35841c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xca/0x1d0
[    9.688109] Preemption disabled at:
[    9.688109] [<ffffffffc0ac3a49>] dc_fpu_begin+0x19/0x90 [amdgpu]
[    9.688295] CPU: 13 PID: 462 Comm: systemd-udevd Tainted: G             L     6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ #51
[    9.688315] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    9.688330] Call Trace:
[    9.688335]  <TASK>
[    9.688340]  dump_stack_lvl+0x5b/0x77
[    9.688350]  __might_resched.cold+0xff/0x13a
[    9.688362]  __kmem_cache_alloc_node+0x238/0x3a0
[    9.688372]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[    9.688530]  kmalloc_trace+0x26/0x60
[    9.688540]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[    9.688687]  dcn30_create_resource_pool+0x318/0x12b0 [amdgpu]
[    9.688830]  ? dal_gpio_service_create+0x96/0x1e0 [amdgpu]
[    9.688981]  ? rcu_read_lock_sched_held+0x3f/0x80
[    9.688994]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[    9.689010]  dc_create+0x1fe/0x5d0 [amdgpu]
[    9.689010]  ? strstr+0x5f/0x80
[    9.689010]  amdgpu_dm_init.isra.0+0x27e/0x3a0 [amdgpu]
[    9.689010]  ? irq_work_queue+0x35/0x50
[    9.689010]  ? __wake_up_klogd.part.0+0x56/0x80
[    9.689010]  ? vprintk_emit+0x116/0x350
[    9.689010]  ? dev_vprintk_emit+0x173/0x19b
[    9.689010]  dm_hw_init+0xe/0x20 [amdgpu]
[    9.689010]  amdgpu_device_init.cold+0x1acc/0x1fe0 [amdgpu]
[    9.689010]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[    9.689010]  ? pci_conf1_read+0x9b/0xf0
[    9.689010]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[    9.689010]  amdgpu_pci_probe+0x14a/0x360 [amdgpu]
[    9.689010]  local_pci_probe+0x41/0x80
[    9.689010]  pci_device_probe+0xb3/0x210
[    9.689010]  really_probe+0xde/0x380
[    9.689010]  ? pm_runtime_barrier+0x50/0x90
[    9.689010]  __driver_probe_device+0x78/0x170
[    9.689010]  driver_probe_device+0x1f/0x90
[    9.689010]  __driver_attach+0xd5/0x1d0
[    9.689010]  ? __device_attach_driver+0x110/0x110
[    9.689010]  bus_for_each_dev+0x65/0x90
[    9.689010]  bus_add_driver+0x1b1/0x200
[    9.689010]  driver_register+0x89/0xe0
[    9.689010]  ? 0xffffffffc11f2000
[    9.689010]  do_one_initcall+0x5d/0x300
[    9.689010]  ? rcu_read_lock_sched_held+0x3f/0x80
[    9.689010]  ? trace_kmalloc+0x33/0xe0
[    9.689010]  ? kmalloc_trace+0x46/0x60
[    9.689010]  do_init_module+0x4a/0x1f0
[    9.689010]  __do_sys_finit_module+0x93/0xf0
[    9.689010]  do_syscall_64+0x5b/0x80
[    9.689010]  ? do_syscall_64+0x67/0x80
[    9.689010]  ? do_syscall_64+0x67/0x80
[    9.689010]  ? do_syscall_64+0x67/0x80
[    9.689010]  ? lockdep_hardirqs_on+0x7d/0x100
[    9.689010]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[    9.689010] RIP: 0033:0x7f4e37e0b1cd
[    9.689010] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[    9.689010] RSP: 002b:00007fff4ab011a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    9.689010] RAX: ffffffffffffffda RBX: 000055a1ac574410 RCX: 00007f4e37e0b1cd
[    9.689010] RDX: 0000000000000000 RSI: 000055a1ac572320 RDI: 0000000000000013
[    9.689010] RBP: 000055a1ac572320 R08: 0000000000000000 R09: 00007fff4ab012d0
[    9.689010] R10: 0000000000000013 R11: 0000000000000246 R12: 0000000000020000
[    9.689010] R13: 000055a1ac5950f0 R14: 0000000000000000 R15: 000055a1ac59c1d0
[    9.689010]  </TASK>
[    9.690686] [drm] Display Core initialized with v3.2.207!
[    9.692027] [drm] DMUB hardware initialized: version=0x02020017
[    9.714105] [drm] kiq ring mec 2 pipe 1 q 0
[    9.719029] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    9.719441] [drm] JPEG decode initialized successfully.
[    9.721926] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    9.722155] amdgpu: sdma_bitmap: ffff
[    9.763299] memmap_init_zone_device initialised 3145728 pages in 17ms
[    9.763323] amdgpu: HMM registered 12272MB device memory
[    9.763664] amdgpu: SRAT table not found
[    9.763687] amdgpu: Virtual CRAT table created for GPU
[    9.764600] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[    9.764625] kfd kfd: amdgpu: added device 1002:73df
[    9.764658] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[    9.765147] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    9.765161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    9.765173] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    9.765185] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    9.765198] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    9.765211] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    9.765223] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    9.765235] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    9.765248] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    9.765260] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    9.765272] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    9.765284] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    9.765297] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[    9.765309] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[    9.765321] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[    9.765334] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[    9.766129] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[    9.779760] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
[    9.784739] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[    9.785029] [drm] DSC precompute is not needed.
[    9.786312] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[    9.786350] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[    9.786437] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[    9.786661] [drm] register mmio base: 0xFC900000
[    9.786670] [drm] register mmio size: 524288
[    9.786811] amdgpu 0000:08:00.0: amdgpu: lockup timeout disabled
[    9.789213] [drm] add ip block number 0 <soc15_common>
[    9.789223] [drm] add ip block number 1 <gmc_v9_0>
[    9.789232] [drm] add ip block number 2 <vega10_ih>
[    9.789240] [drm] add ip block number 3 <psp>
[    9.789248] [drm] add ip block number 4 <smu>
[    9.789256] [drm] add ip block number 5 <dm>
[    9.789264] [drm] add ip block number 6 <gfx_v9_0>
[    9.789272] [drm] add ip block number 7 <sdma_v4_0>
[    9.789282] [drm] add ip block number 8 <vcn_v2_0>
[    9.789290] [drm] add ip block number 9 <jpeg_v2_0>
[    9.789308] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[    9.789321] amdgpu: ATOM BIOS: 113-CEZANNE-018
[    9.792282] [drm] VCN decode is enabled in VM mode
[    9.792292] [drm] VCN encode is enabled in VM mode
[    9.792300] [drm] JPEG decode is enabled in VM mode
[    9.792309] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    9.792323] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[    9.792342] amdgpu 0000:08:00.0: amdgpu: MODE2 reset
[    9.792863] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    9.792883] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    9.792899] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    9.792913] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    9.792934] [drm] Detected VRAM RAM=512M, BAR=512M
[    9.792942] [drm] RAM width 128bits DDR4
[    9.793066] [drm] amdgpu: 512M of VRAM memory ready
[    9.793075] [drm] amdgpu: 31790M of GTT memory ready.
[    9.793109] ------------[ cut here ]------------
[    9.793117] DMA-API: amdgpu 0000:08:00.0: cacheline tracking EEXIST, overlapping mappings aren't supported
[    9.793135] WARNING: CPU: 13 PID: 462 at kernel/dma/debug.c:568 add_dma_entry+0x1ed/0x270
[    9.793153] Modules linked in: amdgpu(+) drm_ttm_helper ttm iommu_v2 gpu_sched drm_buddy drm_display_helper drm_kms_helper crct10dif_pclmul cfbfillrect nvme crc32_pclmul hid_asus cfbimgblt ucsi_acpi crc32c_intel hid_multitouch cfbcopyarea ghash_clmulni_intel sha512_ssse3 ccp typec_ucsi serio_raw nvme_core r8169 sp5100_tco cec typec asus_wmi i2c_hid_acpi ledtrig_audio sparse_keymap i2c_hid platform_profile rfkill video wmi ip6_tables ip_tables fuse
[    9.793240] CPU: 13 PID: 462 Comm: systemd-udevd Tainted: G        W    L     6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ #51
[    9.793260] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    9.793276] RIP: 0010:add_dma_entry+0x1ed/0x270
[    9.793285] Code: ff 0f 84 97 00 00 00 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 b5 b7 81 00 48 89 c6 48 89 da 48 c7 c7 60 56 7f 8d e8 3c 70 cb 00 <0f> 0b 48 85 ed 0f 85 0e 26 cc 00 8b 05 42 79 c3 01 85 c0 0f 85 ca
[    9.793313] RSP: 0018:ffffa9ca0223ba48 EFLAGS: 00010296
[    9.793323] RAX: 000000000000005e RBX: ffff89b0c30510f0 RCX: 0000000000000000
[    9.793335] RDX: 0000000000000001 RSI: ffffffff8d859b5d RDI: 00000000ffffffff
[    9.793347] RBP: ffff89b0c0c2f280 R08: 0000000000000000 R09: ffffa9ca0223b8f8
[    9.793358] R10: 0000000000000003 R11: ffff89bfdd2fffe8 R12: 0000000000000000
[    9.793370] R13: 0000000000000001 R14: 0000000000000202 R15: 0000000000280040
[    9.793382] FS:  00007f4e373bbb40(0000) GS:ffff89bf99600000(0000) knlGS:0000000000000000
[    9.793395] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    9.793405] CR2: 000055a1ac58a7d0 CR3: 000000012cf06000 CR4: 0000000000750ee0
[    9.793417] PKRU: 55555554
[    9.793423] Call Trace:
[    9.793428]  <TASK>
[    9.793436]  dma_map_page_attrs+0x82/0x2d0
[    9.793448]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[    9.793603]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[    9.793733]  amdgpu_device_init.cold+0x15e9/0x1fe0 [amdgpu]
[    9.793895]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[    9.793908]  ? pci_conf1_read+0x9b/0xf0
[    9.793922]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[    9.794054]  amdgpu_pci_probe+0x14a/0x360 [amdgpu]
[    9.794168]  local_pci_probe+0x41/0x80
[    9.794179]  pci_device_probe+0xb3/0x210
[    9.794190]  really_probe+0xde/0x380
[    9.794199]  ? pm_runtime_barrier+0x50/0x90
[    9.794210]  __driver_probe_device+0x78/0x170
[    9.794219]  driver_probe_device+0x1f/0x90
[    9.794229]  __driver_attach+0xd5/0x1d0
[    9.794238]  ? __device_attach_driver+0x110/0x110
[    9.794248]  bus_for_each_dev+0x65/0x90
[    9.794257]  bus_add_driver+0x1b1/0x200
[    9.794267]  driver_register+0x89/0xe0
[    9.794275]  ? 0xffffffffc11f2000
[    9.794282]  do_one_initcall+0x5d/0x300
[    9.794294]  ? rcu_read_lock_sched_held+0x3f/0x80
[    9.794306]  ? trace_kmalloc+0x33/0xe0
[    9.794314]  ? kmalloc_trace+0x46/0x60
[    9.794323]  do_init_module+0x4a/0x1f0
[    9.794333]  __do_sys_finit_module+0x93/0xf0
[    9.794350]  do_syscall_64+0x5b/0x80
[    9.794360]  ? do_syscall_64+0x67/0x80
[    9.794368]  ? do_syscall_64+0x67/0x80
[    9.794375]  ? do_syscall_64+0x67/0x80
[    9.794383]  ? lockdep_hardirqs_on+0x7d/0x100
[    9.794392]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[    9.794402] RIP: 0033:0x7f4e37e0b1cd
[    9.794409] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[    9.794437] RSP: 002b:00007fff4ab011a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    9.794451] RAX: ffffffffffffffda RBX: 000055a1ac574410 RCX: 00007f4e37e0b1cd
[    9.794462] RDX: 0000000000000000 RSI: 000055a1ac572320 RDI: 0000000000000013
[    9.794475] RBP: 000055a1ac572320 R08: 0000000000000000 R09: 00007fff4ab012d0
[    9.794487] R10: 0000000000000013 R11: 0000000000000246 R12: 0000000000020000
[    9.794499] R13: 000055a1ac5950f0 R14: 0000000000000000 R15: 000055a1ac59c1d0
[    9.794518]  </TASK>
[    9.794523] irq event stamp: 1079331
[    9.794530] hardirqs last  enabled at (1079339): [<ffffffff8c1853de>] __up_console_sem+0x5e/0x70
[    9.794547] hardirqs last disabled at (1079346): [<ffffffff8c1853c3>] __up_console_sem+0x43/0x70
[    9.794562] softirqs last  enabled at (1065842): [<ffffffff8c0fc2ad>] __irq_exit_rcu+0xed/0x160
[    9.794579] softirqs last disabled at (1065833): [<ffffffff8c0fc2ad>] __irq_exit_rcu+0xed/0x160
[    9.794594] ---[ end trace 0000000000000000 ]---
[    9.794602] DMA-API: Mapped at:
[    9.794609]  debug_dma_map_page+0x66/0x100
[    9.794617]  dma_map_page_attrs+0x82/0x2d0
[    9.794625]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[    9.794740]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[    9.794863]  amdgpu_device_init.cold+0x15e9/0x1fe0 [amdgpu]
[    9.795046] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    9.795252] [drm] PCIE GART of 1024M enabled.
[    9.795261] [drm] PTB located at 0x000000F41FC00000
[    9.802871] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[    9.802885] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[    9.808597] [drm] Loading DMUB firmware via PSP: version=0x01010024
[    9.840045] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[    9.840079] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[   10.576928] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   10.659672] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   10.668251] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   10.668279] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   10.671501] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[   10.672475] [drm] Display Core initialized with v3.2.207!
[   10.673039] [drm] DMUB hardware initialized: version=0x01010024
[   10.863731] [drm] kiq ring mec 2 pipe 1 q 0
[   10.869753] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   10.869788] [drm] JPEG decode initialized successfully.
[   10.872655] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   10.872781] amdgpu: sdma_bitmap: 3
[   10.879122] memmap_init_zone_device initialised 131072 pages in 1ms
[   10.879136] amdgpu: HMM registered 512MB device memory
[   10.879175] amdgpu: SRAT table not found
[   10.879184] amdgpu: Virtual CRAT table created for GPU
[   10.880830] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[   10.880844] kfd kfd: amdgpu: added device 1002:1638
[   10.880931] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[   10.881320] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   10.881343] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   10.881366] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   10.881389] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   10.881412] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   10.881434] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   10.881456] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   10.881479] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   10.881502] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   10.881525] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   10.881549] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   10.881571] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   10.881594] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   10.881617] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   10.881640] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   10.884906] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 1
[   10.891687] fbcon: amdgpudrmfb (fb0) is primary device
[   11.552184] Console: switching to colour frame buffer device 320x90
[   11.561217] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   11.578345] setfont (612) used greatest stack depth: 11304 bytes left
[   11.677308] kauditd_printk_skb: 6 callbacks suppressed
[   11.677310] audit: type=1130 audit(1671913970.803:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.721661] audit: type=1130 audit(1671913970.847:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.739494] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[   11.739626] BTRFS info (device nvme0n1p3): using free space tree
[   12.304102] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[   12.304134] BTRFS info (device nvme0n1p3): auto enabling async discard
[   12.339526] audit: type=1130 audit(1671913971.465:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.339536] audit: type=1131 audit(1671913971.465:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.415700] audit: type=1130 audit(1671913971.541:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.438019] audit: type=1131 audit(1671913971.563:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.440174] audit: type=1131 audit(1671913971.566:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.442821] audit: type=1131 audit(1671913971.568:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.443512] audit: type=1131 audit(1671913971.569:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.443948] audit: type=1131 audit(1671913971.569:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.447699] systemd-udevd (462) used greatest stack depth: 10680 bytes left
[   12.594526] systemd-journald[339]: Received SIGTERM from PID 1 (systemd).
[   12.972953] SELinux:  policy capability network_peer_controls=1
[   12.973927] SELinux:  policy capability open_perms=1
[   12.974612] SELinux:  policy capability extended_socket_class=1
[   12.975279] SELinux:  policy capability always_check_network=0
[   12.975929] SELinux:  policy capability cgroup_seclabel=1
[   12.976563] SELinux:  policy capability nnp_nosuid_transition=1
[   12.977188] SELinux:  policy capability genfs_seclabel_symlinks=1
[   12.977796] SELinux:  policy capability ioctl_skip_cloexec=0
[   13.070289] systemd[1]: Successfully loaded SELinux policy in 202.687ms.
[   13.128212] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 32.214ms.
[   13.133795] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   13.136376] systemd[1]: Detected architecture x86-64.
[   13.206826] systemd[1]: bpf-lsm: Failed to load BPF object: No such process
[   13.343423] systemd-sysv-generator[699]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   13.345154] systemd-sysv-generator[699]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   13.369869] zram: Added device: zram0
[   13.543422] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   13.545099] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   13.547597] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   13.549301] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   13.552172] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   13.555714] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   13.558881] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   13.562185] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   13.565428] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   13.569905] systemd[1]: Created slice user.slice - User and Session Slice.
[   13.571917] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   13.572397] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   13.576877] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   13.578267] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   13.579214] systemd[1]: Reached target getty.target - Login Prompts.
[   13.583550] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   13.586401] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   13.589412] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   13.590312] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   13.593699] systemd[1]: Reached target slices.target - Slice Units.
[   13.596627] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   13.600438] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   13.612256] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   13.615019] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   13.619545] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   13.625199] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   13.629453] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   13.640747] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   13.655289] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   13.660416] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   13.664949] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   13.669562] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   13.671941] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   13.674856] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   13.678955] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   13.683657] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   13.688176] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   13.692233] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   13.694144] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   13.694335] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   13.698368] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   13.698558] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   13.704574] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   13.711569] systemd[1]: Starting systemd-journald.service - Journal Service...
[   13.716174] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   13.723074] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   13.729143] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   13.730823] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   13.733812] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   13.737947] systemd[1]: Started systemd-journald.service - Journal Service.
[   13.745511] BTRFS info (device nvme0n1p3: state M): use zstd compression, level 1
[   13.826202] systemd-journald[713]: Received client request to flush runtime journal.
[   14.098462] zram0: detected capacity change from 0 to 16777216
[   14.187872] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   14.218188] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   14.231093] Adding 104857596k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:104857596k SSFS
[   14.318756] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   14.320304] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   14.326128] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   14.352644] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   14.388968] asus_wmi: Initialization: 0x1
[   14.391926] asus_wmi: SFUN value: 0x1821
[   14.392870] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   14.393685] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   14.414545] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[   14.416918] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   14.418163] RAPL PMU: hw unit of domain package 2^-16 Joules
[   14.422470] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   14.444563] Bluetooth: Core ver 2.22
[   14.444875] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.446112] NET: Registered PF_BLUETOOTH protocol family
[   14.447588] Bluetooth: HCI device and connection manager initialized
[   14.448838] Bluetooth: HCI socket layer initialized
[   14.449862] Bluetooth: L2CAP socket layer initialized
[   14.450941] Bluetooth: SCO socket layer initialized
[   14.451297] ACPI: battery: new extension: ASUS Battery Extension
[   14.452674] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.468410] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[   14.527920] usbcore: registered new interface driver btusb
[   14.699850] Bluetooth: hci0: Device setup in 167420 usecs
[   14.699870] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   14.733096] Bluetooth: hci0: HCI_REQ-0xfd30
[   14.745764] SVM: TSC scaling supported
[   14.746825] kvm: Nested Virtualization enabled
[   14.747591] SVM: kvm: Nested Paging enabled
[   14.748362] SVM: Virtual VMLOAD VMSAVE supported
[   14.749284] SVM: Virtual GIF supported
[   14.750214] SVM: LBR virtualization supported
[   14.791529] MCE: In-kernel MCE decoding enabled.
[   14.896774] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[   14.899409] intel_rapl_common: Found RAPL domain package
[   14.899419] intel_rapl_common: Found RAPL domain core
[   14.919040] mt7921e 0000:05:00.0: ASIC revision: 79610010
[   14.934735] RPC: Registered named UNIX socket transport module.
[   14.935659] RPC: Registered udp transport module.
[   14.936264] RPC: Registered tcp transport module.
[   14.936805] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   14.946964] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   14.947145] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   14.947149] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   14.948338] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[   14.948455] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   15.007727] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221109110918a

[   15.010984] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   15.015032] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   15.019468] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   15.019472] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   15.019474] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   15.019475] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   15.019475] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   15.019477] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   15.019479] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   15.027182] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input24
[   15.028156] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input25
[   15.030764] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input26
[   15.031141] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input27
[   15.031418] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input28
[   15.031698] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input29
[   15.039572] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input18
[   15.041435] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input19
[   15.042219] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input20
[   15.042569] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input21
[   15.042879] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input22
[   15.043620] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input23
[   15.046644] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20221109111005
[   15.383930] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.383934] Bluetooth: BNEP filters: protocol multicast
[   15.383940] Bluetooth: BNEP socket layer initialized
[   15.387840] Bluetooth: MGMT ver 1.22
[   15.501046] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input30
[   15.503720] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input31
[   15.559092] NET: Registered PF_QIPCRTR protocol family
[   15.894099] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   16.073547] r8169 0000:04:00.0 enp4s0: Link is Down
[   16.107332] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[   18.588937] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   18.791165] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   18.834206] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   18.834926] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   18.854231] wlp5s0: authenticated
[   18.857145] wlp5s0: associate with 24:cf:24:c2:72:d0 (try 1/3)
[   18.872695] wlp5s0: RX AssocResp from 24:cf:24:c2:72:d0 (capab=0x511 status=0 aid=1)
[   18.913074] wlp5s0: associated
[   18.998432] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   19.001340] wlp5s0: Limiting TX power to 28 (31 - 3) dBm as advertised by 24:cf:24:c2:72:d0
[   22.604373] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[   23.679632] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   23.679681] [drm] PSP is resuming...
[   23.755595] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   23.856144] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   23.869907] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   23.869916] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   23.869921] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   23.869924] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   23.869981] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   23.924107] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   23.925548] [drm] DMUB hardware initialized: version=0x02020017
[   23.963489] [drm] kiq ring mec 2 pipe 1 q 0
[   23.968395] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   23.968651] [drm] JPEG decode initialized successfully.
[   23.968673] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   23.968675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   23.968677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   23.968679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   23.968681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   23.968682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   23.968684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   23.968685] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   23.968687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   23.968689] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   23.968690] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   23.968692] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   23.968694] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   23.968695] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   23.968697] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   23.968698] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   23.973549] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   23.973928] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   25.623202] rfkill: input handler disabled
[   26.204016] Bluetooth: RFCOMM TTY layer initialized
[   26.204038] Bluetooth: RFCOMM socket layer initialized
[   26.204105] Bluetooth: RFCOMM ver 1.11
[   32.093488] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[   32.878948] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   32.879092] [drm] PSP is resuming...
[   32.955143] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   33.055592] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   33.069376] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   33.069381] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   33.069387] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   33.069391] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   33.069445] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   33.123491] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   33.124858] [drm] DMUB hardware initialized: version=0x02020017
[   33.163954] [drm] kiq ring mec 2 pipe 1 q 0
[   33.168788] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   33.169145] [drm] JPEG decode initialized successfully.
[   33.169173] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   33.169176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   33.169178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   33.169180] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   33.169181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   33.169183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   33.169185] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   33.169186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   33.169188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   33.169190] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   33.169191] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   33.169193] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   33.169195] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   33.169197] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   33.169198] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   33.169200] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   33.173766] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   33.173976] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   35.485680] rfkill: input handler enabled
[   37.725609] rfkill: input handler disabled
[   46.330268] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[   60.566950] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   60.567061] [drm] PSP is resuming...
[   60.642942] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   60.743486] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   60.757147] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   60.757152] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   60.757156] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   60.757159] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   60.757211] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   60.811394] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   60.812672] [drm] DMUB hardware initialized: version=0x02020017
[   60.850733] [drm] kiq ring mec 2 pipe 1 q 0
[   60.855893] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   60.856098] [drm] JPEG decode initialized successfully.
[   60.856120] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   60.856123] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   60.856125] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   60.856126] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   60.856128] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   60.856129] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   60.856131] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   60.856133] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   60.856134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   60.856136] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   60.856137] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   60.856139] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   60.856141] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   60.856142] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   60.856144] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   60.856145] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   60.860312] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   60.860338] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   65.189635] show_signal_msg: 112 callbacks suppressed
[   65.189638] gldriverquery[4027]: segfault at 20 ip 00007f8cd75c0800 sp 00007fff69cdf730 error 4 in libLLVM-15.so[7f8cd723e000+33d4000] likely on CPU 15 (core 7, socket 0)
[   65.189719] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[   85.356712] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  131.631306] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  131.631369] [drm] PSP is resuming...
[  131.707258] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  131.810371] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  131.824481] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  131.824492] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  131.824498] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  131.824502] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  131.824557] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  131.879405] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  131.881168] [drm] DMUB hardware initialized: version=0x02020017
[  131.920475] [drm] kiq ring mec 2 pipe 1 q 0
[  131.926179] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  131.926393] [drm] JPEG decode initialized successfully.
[  131.926418] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  131.926421] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  131.926423] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  131.926425] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  131.926427] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  131.926429] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  131.926430] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  131.926433] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  131.926434] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  131.926436] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  131.926438] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  131.926440] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  131.926442] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  131.926444] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  131.926446] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  131.926447] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  131.931381] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  131.931694] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  138.302379] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  444.983294] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  444.983325] [drm] PSP is resuming...
[  445.059261] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  445.159830] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  445.173653] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  445.173673] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  445.173687] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  445.173699] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  445.173784] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  445.228708] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  445.230099] [drm] DMUB hardware initialized: version=0x02020017
[  445.268957] [drm] kiq ring mec 2 pipe 1 q 0
[  445.274174] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  445.274333] [drm] JPEG decode initialized successfully.
[  445.274356] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  445.274359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  445.274361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  445.274363] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  445.274365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  445.274366] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  445.274368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  445.274369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  445.274371] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  445.274373] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  445.274375] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  445.274376] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  445.274378] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  445.274380] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  445.274381] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  445.274383] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  445.278676] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  445.278723] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  454.229556] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  510.375421] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  510.375453] [drm] PSP is resuming...
[  510.451370] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  510.551706] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  510.565511] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  510.565520] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  510.565526] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  510.565530] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  510.565578] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  510.619720] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  510.621112] [drm] DMUB hardware initialized: version=0x02020017
[  510.659413] [drm] kiq ring mec 2 pipe 1 q 0
[  510.664656] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  510.664819] [drm] JPEG decode initialized successfully.
[  510.664846] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  510.664850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  510.664852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  510.664854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  510.664856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  510.664858] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  510.664859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  510.664861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  510.664862] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  510.664864] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  510.664866] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  510.664868] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  510.664869] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  510.664871] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  510.664873] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  510.664874] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  510.668845] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  510.668874] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  520.390248] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  541.078445] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  541.078497] [drm] PSP is resuming...
[  541.154367] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  541.254816] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  541.268614] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  541.268619] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  541.268625] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  541.268628] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  541.268682] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  541.322910] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  541.324313] [drm] DMUB hardware initialized: version=0x02020017
[  541.362991] [drm] kiq ring mec 2 pipe 1 q 0
[  541.368273] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  541.368469] [drm] JPEG decode initialized successfully.
[  541.368492] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  541.368495] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  541.368497] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  541.368498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  541.368500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  541.368502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  541.368503] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  541.368505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  541.368507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  541.368508] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  541.368510] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  541.368512] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  541.368514] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  541.368515] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  541.368517] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  541.368519] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  541.372118] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  541.372173] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  547.693823] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  578.742559] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  578.742609] [drm] PSP is resuming...
[  578.818477] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  578.918698] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  578.932499] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  578.932509] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  578.932515] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  578.932519] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  578.932580] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  578.986938] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  578.988414] [drm] DMUB hardware initialized: version=0x02020017
[  579.027484] [drm] kiq ring mec 2 pipe 1 q 0
[  579.032207] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  579.032556] [drm] JPEG decode initialized successfully.
[  579.032579] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  579.032582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  579.032584] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  579.032585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  579.032587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  579.032589] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  579.032590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  579.032592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  579.032594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  579.032595] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  579.032597] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  579.032599] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  579.032601] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  579.032602] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  579.032604] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  579.032606] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  579.042712] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  579.042749] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  598.814154] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  616.503493] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  616.503534] [drm] PSP is resuming...
[  616.579495] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  616.679924] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  616.694286] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  616.694293] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  616.694300] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  616.694303] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  616.694359] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  616.748809] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  616.750087] [drm] DMUB hardware initialized: version=0x02020017
[  616.788563] [drm] kiq ring mec 2 pipe 1 q 0
[  616.793399] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  616.793611] [drm] JPEG decode initialized successfully.
[  616.793640] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  616.793644] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  616.793648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  616.793651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  616.793655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  616.793658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  616.793661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  616.793664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  616.793668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  616.793671] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  616.793675] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  616.793678] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  616.793681] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  616.793684] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  616.793688] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  616.793691] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  616.797717] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  616.797768] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  623.171955] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  646.534468] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  646.534504] [drm] PSP is resuming...
[  646.610497] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  646.711032] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  646.724836] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  646.724843] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  646.724850] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  646.724853] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  646.724907] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  646.779032] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  646.780318] [drm] DMUB hardware initialized: version=0x02020017
[  646.819612] [drm] kiq ring mec 2 pipe 1 q 0
[  646.824793] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  646.824957] [drm] JPEG decode initialized successfully.
[  646.824980] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  646.824983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  646.824985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  646.824987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  646.824988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  646.824990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  646.824992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  646.824994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  646.824996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  646.825009] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  646.825011] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  646.825013] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  646.825014] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  646.825016] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  646.825018] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  646.825020] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  646.829170] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  646.829199] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  653.228716] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  676.542431] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  676.542465] [drm] PSP is resuming...
[  676.618481] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  676.719032] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  676.732844] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  676.732853] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  676.732859] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  676.732862] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  676.732915] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  676.786940] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  676.788367] [drm] DMUB hardware initialized: version=0x02020017
[  676.827361] [drm] kiq ring mec 2 pipe 1 q 0
[  676.832805] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  676.832966] [drm] JPEG decode initialized successfully.
[  676.832995] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  676.833016] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  676.833020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  676.833023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  676.833027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  676.833030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  676.833034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  676.833037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  676.833040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  676.833044] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  676.833048] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  676.833051] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  676.833054] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  676.833058] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  676.833061] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  676.833065] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  676.836941] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  676.836995] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  683.191597] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  706.534461] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  706.534494] [drm] PSP is resuming...
[  706.610482] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  706.711032] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  706.724835] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  706.724842] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  706.724849] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  706.724852] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  706.724905] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  706.778828] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  706.780109] [drm] DMUB hardware initialized: version=0x02020017
[  706.818322] [drm] kiq ring mec 2 pipe 1 q 0
[  706.823242] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  706.823650] [drm] JPEG decode initialized successfully.
[  706.823673] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  706.823676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  706.823678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  706.823680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  706.823682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  706.823684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  706.823685] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  706.823687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  706.823689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  706.823690] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  706.823692] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  706.823694] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  706.823696] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  706.823697] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  706.823699] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  706.823701] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  706.828346] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  706.828384] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  713.218259] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  736.566477] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  736.566519] [drm] PSP is resuming...
[  736.644034] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  736.744266] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  736.758033] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  736.758042] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  736.758048] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  736.758052] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  736.758107] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  736.812819] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  736.814217] [drm] DMUB hardware initialized: version=0x02020017
[  736.852321] [drm] kiq ring mec 2 pipe 1 q 0
[  736.857785] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  736.857947] [drm] JPEG decode initialized successfully.
[  736.857973] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  736.857976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  736.857978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  736.857980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  736.857982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  736.857984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  736.857986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  736.857988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  736.857990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  736.857992] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  736.857994] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  736.857996] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  736.858016] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  736.858018] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  736.858020] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  736.858022] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  736.862967] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  736.863044] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  743.137713] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  766.606438] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  766.606478] [drm] PSP is resuming...
[  766.682494] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  766.784152] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  766.797980] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  766.797987] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  766.797994] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  766.797997] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  766.798078] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  766.852932] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  766.854357] [drm] DMUB hardware initialized: version=0x02020017
[  766.892100] [drm] kiq ring mec 2 pipe 1 q 0
[  766.897854] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  766.898011] [drm] JPEG decode initialized successfully.
[  766.898036] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  766.898040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  766.898042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  766.898044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  766.898046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  766.898048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  766.898050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  766.898052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  766.898053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  766.898055] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  766.898057] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  766.898059] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  766.898061] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  766.898063] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  766.898065] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  766.898067] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  766.901934] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  766.901976] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  773.314489] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  796.606476] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  796.606516] [drm] PSP is resuming...
[  796.682481] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  796.785486] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  796.799260] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  796.799268] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  796.799275] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  796.799278] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  796.799335] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  796.853936] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  796.855336] [drm] DMUB hardware initialized: version=0x02020017
[  796.893628] [drm] kiq ring mec 2 pipe 1 q 0
[  796.898779] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  796.898944] [drm] JPEG decode initialized successfully.
[  796.898967] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  796.898970] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  796.898972] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  796.898974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  796.898976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  796.898977] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  796.898979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  796.898981] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  796.898982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  796.898984] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  796.898986] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  796.898988] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  796.898989] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  796.898991] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  796.898993] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  796.898995] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  796.903115] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  796.903143] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  803.298161] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  803.514538] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  803.514580] [drm] PSP is resuming...
[  803.548722] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  803.681158] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  803.703394] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  803.703406] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  803.703414] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  803.703420] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  803.703481] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  803.755064] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  803.756367] [drm] DMUB hardware initialized: version=0x02020017
[  803.760474] [drm] kiq ring mec 2 pipe 1 q 0
[  803.764267] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  803.764882] [drm] JPEG decode initialized successfully.
[  803.764910] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  803.764914] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  803.764917] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  803.764921] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  803.764924] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  803.764927] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  803.764930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  803.764933] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  803.764936] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  803.764939] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  803.764942] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  803.764945] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  803.764949] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  803.764952] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  803.764955] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  803.764958] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  803.769108] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  803.769158] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  810.120947] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  826.630472] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  826.630513] [drm] PSP is resuming...
[  826.706477] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  826.807029] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  826.820867] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  826.820880] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  826.820889] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  826.820894] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  826.820952] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  826.875624] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  826.877051] [drm] DMUB hardware initialized: version=0x02020017
[  826.915955] [drm] kiq ring mec 2 pipe 1 q 0
[  826.921212] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  826.921514] [drm] JPEG decode initialized successfully.
[  826.921538] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  826.921541] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  826.921543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  826.921545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  826.921547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  826.921549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  826.921551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  826.921553] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  826.921554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  826.921556] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  826.921558] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  826.921560] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  826.921562] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  826.921564] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  826.921566] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  826.921568] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  826.925128] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  826.925161] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  833.309387] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  856.670444] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  856.670478] [drm] PSP is resuming...
[  856.746479] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  856.846960] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  856.860863] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  856.860874] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  856.860882] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  856.860887] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  856.860944] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  856.914962] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  856.916370] [drm] DMUB hardware initialized: version=0x02020017
[  856.955058] [drm] kiq ring mec 2 pipe 1 q 0
[  856.960851] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  856.961010] [drm] JPEG decode initialized successfully.
[  856.961035] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  856.961038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  856.961040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  856.961042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  856.961044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  856.961046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  856.961048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  856.961049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  856.961051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  856.961053] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  856.961055] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  856.961057] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  856.961059] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  856.961060] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  856.961062] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  856.961064] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  856.964899] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  856.964929] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  863.251038] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  886.687392] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  886.687422] [drm] PSP is resuming...
[  886.763370] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  886.863702] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  886.877500] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  886.877508] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  886.877515] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  886.877519] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  886.877572] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  886.932514] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  886.933932] [drm] DMUB hardware initialized: version=0x02020017
[  886.972050] [drm] kiq ring mec 2 pipe 1 q 0
[  886.977195] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  886.977437] [drm] JPEG decode initialized successfully.
[  886.977460] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  886.977463] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  886.977465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  886.977467] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  886.977469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  886.977470] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  886.977472] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  886.977474] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  886.977475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  886.977477] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  886.977479] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  886.977481] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  886.977483] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  886.977484] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  886.977486] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  886.977488] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  886.981050] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  886.981088] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  893.379639] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  916.751460] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  916.751501] [drm] PSP is resuming...
[  916.827486] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  916.931396] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  916.945167] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  916.945179] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  916.945187] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  916.945193] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  916.945254] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  916.999712] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  917.001109] [drm] DMUB hardware initialized: version=0x02020017
[  917.039411] [drm] kiq ring mec 2 pipe 1 q 0
[  917.044207] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  917.044560] [drm] JPEG decode initialized successfully.
[  917.044589] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  917.044594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  917.044598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  917.044601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  917.044605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  917.044608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  917.044611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  917.044615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  917.044618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  917.044622] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  917.044625] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  917.044629] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  917.044632] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  917.044635] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  917.044639] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  917.044642] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  917.048191] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  917.048241] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  922.677150] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  933.622487] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  933.622528] [drm] PSP is resuming...
[  933.698478] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  933.798819] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  933.812631] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  933.812640] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  933.812648] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  933.812654] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  933.812711] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  933.866852] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  933.868191] [drm] DMUB hardware initialized: version=0x02020017
[  933.907398] [drm] kiq ring mec 2 pipe 1 q 0
[  933.912376] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  933.912600] [drm] JPEG decode initialized successfully.
[  933.912629] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  933.912634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  933.912637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  933.912640] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  933.912643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  933.912646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  933.912649] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  933.912652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  933.912656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  933.912659] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  933.912663] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  933.912666] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  933.912669] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  933.912672] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  933.912676] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  933.912679] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  933.916159] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  933.916215] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  940.236966] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  946.798458] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  946.798492] [drm] PSP is resuming...
[  946.874383] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  946.974500] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  946.988147] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  946.988155] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  946.988162] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  946.988165] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  946.988219] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  947.041890] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  947.043301] [drm] DMUB hardware initialized: version=0x02020017
[  947.080712] [drm] kiq ring mec 2 pipe 1 q 0
[  947.085894] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  947.086439] [drm] JPEG decode initialized successfully.
[  947.086462] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  947.086465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  947.086468] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  947.086469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  947.086471] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  947.086473] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  947.086475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  947.086477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  947.086478] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  947.086480] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  947.086482] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  947.086484] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  947.086486] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  947.086488] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  947.086489] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  947.086491] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  947.095708] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  947.095741] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  953.339726] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  954.391483] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  954.391525] [drm] PSP is resuming...
[  954.467382] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  954.569143] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  954.582950] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  954.582957] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  954.582964] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  954.582967] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  954.583034] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  954.637603] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  954.638984] [drm] DMUB hardware initialized: version=0x02020017
[  954.677370] [drm] kiq ring mec 2 pipe 1 q 0
[  954.682146] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  954.682446] [drm] JPEG decode initialized successfully.
[  954.682474] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  954.682479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  954.682483] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  954.682486] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  954.682490] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  954.682493] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  954.682496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  954.682500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  954.682503] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  954.682507] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  954.682510] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  954.682514] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  954.682517] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  954.682521] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  954.682524] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  954.682527] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  954.686059] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  954.686109] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  963.776854] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  970.478460] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  970.478495] [drm] PSP is resuming...
[  970.554482] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  970.658816] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  970.672710] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  970.672719] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  970.672726] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  970.672730] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  970.672783] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  970.727676] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  970.729093] [drm] DMUB hardware initialized: version=0x02020017
[  970.768070] [drm] kiq ring mec 2 pipe 1 q 0
[  970.774742] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  970.774906] [drm] JPEG decode initialized successfully.
[  970.774929] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  970.774932] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  970.774934] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  970.774936] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  970.774938] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  970.774940] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  970.774942] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  970.774944] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  970.774946] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  970.774948] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  970.774950] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  970.774952] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  970.774954] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  970.774956] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  970.774958] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  970.774960] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  970.778951] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  970.778988] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  982.499939] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  983.302480] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  983.302521] [drm] PSP is resuming...
[  983.378483] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  983.479820] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  983.493637] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  983.493646] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  983.493654] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  983.493660] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  983.493719] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  983.548844] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  983.550264] [drm] DMUB hardware initialized: version=0x02020017
[  983.588642] [drm] kiq ring mec 2 pipe 1 q 0
[  983.593862] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  983.594047] [drm] JPEG decode initialized successfully.
[  983.594076] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  983.594081] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  983.594084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  983.594088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  983.594091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  983.594094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  983.594098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  983.594101] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  983.594105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  983.594108] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  983.594111] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  983.594115] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  983.594118] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  983.594121] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  983.594125] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  983.594128] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  983.598829] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  983.598876] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  989.940960] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[  991.758443] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  991.758477] [drm] PSP is resuming...
[  991.834375] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  991.935034] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  991.948861] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  991.948869] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  991.948877] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  991.948882] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  991.948948] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  992.003524] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  992.004935] [drm] DMUB hardware initialized: version=0x02020017
[  992.043890] [drm] kiq ring mec 2 pipe 1 q 0
[  992.049645] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  992.049807] [drm] JPEG decode initialized successfully.
[  992.049831] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  992.049834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  992.049836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  992.049838] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  992.049839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  992.049841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  992.049843] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  992.049845] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  992.049847] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  992.049849] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  992.049850] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  992.049852] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  992.049854] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  992.049856] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  992.049857] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  992.049859] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  992.053773] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  992.053803] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  998.430272] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1003.806407] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1003.806439] [drm] PSP is resuming...
[ 1003.882368] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1003.982724] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1003.996522] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1003.996534] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1003.996543] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1003.996548] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1003.996606] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1004.050833] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1004.052239] [drm] DMUB hardware initialized: version=0x02020017
[ 1004.091576] [drm] kiq ring mec 2 pipe 1 q 0
[ 1004.096724] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1004.096887] [drm] JPEG decode initialized successfully.
[ 1004.096916] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1004.096921] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1004.096925] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1004.096928] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1004.096931] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1004.096935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1004.096938] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1004.096941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1004.096945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1004.096948] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1004.096952] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1004.096955] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1004.096959] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1004.096962] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1004.096965] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1004.096969] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1004.101046] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1004.101099] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1012.544824] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1016.318508] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1016.318549] [drm] PSP is resuming...
[ 1016.394479] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1016.496146] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1016.509980] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1016.509992] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1016.510014] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1016.510020] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1016.510081] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1016.563988] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1016.565388] [drm] DMUB hardware initialized: version=0x02020017
[ 1016.603493] [drm] kiq ring mec 2 pipe 1 q 0
[ 1016.608852] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1016.609017] [drm] JPEG decode initialized successfully.
[ 1016.609047] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1016.609052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1016.609055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1016.609057] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1016.609059] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1016.609061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1016.609063] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1016.609065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1016.609067] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1016.609069] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1016.609070] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1016.609072] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1016.609074] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1016.609076] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1016.609078] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1016.609080] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1016.612923] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1016.612979] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1022.873913] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1036.871499] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1036.871541] [drm] PSP is resuming...
[ 1036.947482] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1037.047812] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1037.061619] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1037.061626] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1037.061633] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1037.061637] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1037.061692] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1037.116613] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1037.117995] [drm] DMUB hardware initialized: version=0x02020017
[ 1037.156431] [drm] kiq ring mec 2 pipe 1 q 0
[ 1037.161437] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1037.161646] [drm] JPEG decode initialized successfully.
[ 1037.161670] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1037.161674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1037.161676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1037.161678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1037.161679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1037.161681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1037.161683] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1037.161685] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1037.161687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1037.161689] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1037.161690] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1037.161692] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1037.161694] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1037.161696] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1037.161698] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1037.161699] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1037.175094] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1037.175147] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1049.271266] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1066.902441] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1066.902475] [drm] PSP is resuming...
[ 1066.978380] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1067.079712] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1067.093505] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1067.093513] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1067.093520] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1067.093523] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1067.093578] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1067.148736] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1067.150153] [drm] DMUB hardware initialized: version=0x02020017
[ 1067.188526] [drm] kiq ring mec 2 pipe 1 q 0
[ 1067.193750] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1067.193912] [drm] JPEG decode initialized successfully.
[ 1067.193940] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1067.193945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1067.193949] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1067.193953] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1067.193956] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1067.193959] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1067.193963] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1067.193966] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1067.193969] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1067.193973] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1067.193976] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1067.193979] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1067.193983] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1067.193986] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1067.193989] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1067.193993] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1067.197880] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1067.197929] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1073.587601] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1096.904031] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1096.904125] [drm] PSP is resuming...
[ 1096.980741] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1097.081382] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1097.095526] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1097.095548] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1097.095555] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1097.095559] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1097.095618] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1097.150201] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1097.151945] [drm] DMUB hardware initialized: version=0x02020017
[ 1097.191671] [drm] kiq ring mec 2 pipe 1 q 0
[ 1097.197474] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1097.197819] [drm] JPEG decode initialized successfully.
[ 1097.197844] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1097.197848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1097.197850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1097.197852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1097.197854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1097.197855] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1097.197857] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1097.197859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1097.197861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1097.197863] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1097.197865] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1097.197866] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1097.197868] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1097.197870] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1097.197872] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1097.197873] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1097.203837] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1097.204404] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1103.591043] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1126.862525] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1126.862568] [drm] PSP is resuming...
[ 1126.938496] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1127.038590] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1127.052398] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1127.052408] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1127.052415] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1127.052419] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1127.052473] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1127.107636] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1127.109028] [drm] DMUB hardware initialized: version=0x02020017
[ 1127.147631] [drm] kiq ring mec 2 pipe 1 q 0
[ 1127.152436] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1127.152644] [drm] JPEG decode initialized successfully.
[ 1127.152673] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1127.152678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1127.152682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1127.152686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1127.152689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1127.152693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1127.152696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1127.152699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1127.152703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1127.152707] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1127.152710] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1127.152714] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1127.152717] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1127.152720] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1127.152724] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1127.152727] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1127.156816] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1127.156853] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1133.571260] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1156.886422] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1156.886456] [drm] PSP is resuming...
[ 1156.962483] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1157.062705] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1157.076839] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1157.076850] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1157.076857] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1157.076861] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1157.076914] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1157.130961] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1157.132373] [drm] DMUB hardware initialized: version=0x02020017
[ 1157.171488] [drm] kiq ring mec 2 pipe 1 q 0
[ 1157.176830] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1157.176991] [drm] JPEG decode initialized successfully.
[ 1157.177040] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1157.177045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1157.177049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1157.177052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1157.177055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1157.177058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1157.177061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1157.177062] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1157.177064] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1157.177066] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1157.177068] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1157.177070] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1157.177072] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1157.177075] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1157.177078] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1157.177082] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1157.187864] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1157.187925] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1163.689394] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1186.982479] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1186.982521] [drm] PSP is resuming...
[ 1187.062065] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1187.162378] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1187.176146] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1187.176156] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1187.176165] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1187.176170] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1187.176230] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1187.230725] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1187.232109] [drm] DMUB hardware initialized: version=0x02020017
[ 1187.270536] [drm] kiq ring mec 2 pipe 1 q 0
[ 1187.275890] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1187.276075] [drm] JPEG decode initialized successfully.
[ 1187.276104] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1187.276109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1187.276113] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1187.276117] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1187.276120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1187.276123] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1187.276127] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1187.276131] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1187.276134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1187.276138] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1187.276141] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1187.276145] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1187.276148] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1187.276151] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1187.276155] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1187.276158] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1187.279996] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1187.280057] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1193.669967] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1216.959476] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1216.959516] [drm] PSP is resuming...
[ 1217.035486] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1217.135722] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1217.149523] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1217.149533] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1217.149541] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1217.149547] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1217.149604] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1217.203930] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1217.205227] [drm] DMUB hardware initialized: version=0x02020017
[ 1217.243406] [drm] kiq ring mec 2 pipe 1 q 0
[ 1217.248363] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1217.248560] [drm] JPEG decode initialized successfully.
[ 1217.248584] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1217.248587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1217.248589] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1217.248591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1217.248593] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1217.248595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1217.248597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1217.248598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1217.248600] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1217.248602] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1217.248604] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1217.248606] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1217.248608] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1217.248609] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1217.248611] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1217.248613] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1217.257348] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1217.257381] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1223.636034] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1246.990474] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1246.990509] [drm] PSP is resuming...
[ 1247.066481] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1247.168142] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1247.181944] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1247.181951] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1247.181958] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1247.181961] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1247.182038] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1247.235995] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1247.237398] [drm] DMUB hardware initialized: version=0x02020017
[ 1247.275633] [drm] kiq ring mec 2 pipe 1 q 0
[ 1247.280796] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1247.280956] [drm] JPEG decode initialized successfully.
[ 1247.280982] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1247.280985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1247.280987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1247.280989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1247.280991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1247.280993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1247.280995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1247.280997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1247.281017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1247.281019] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1247.281020] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1247.281022] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1247.281024] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1247.281026] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1247.281028] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1247.281030] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1247.285533] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1247.285587] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1253.672372] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1277.055473] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1277.055514] [drm] PSP is resuming...
[ 1277.131495] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1277.235565] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1277.257030] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1277.257042] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1277.257051] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1277.257056] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1277.257117] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1277.310957] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1277.312452] [drm] DMUB hardware initialized: version=0x02020017
[ 1277.350040] [drm] kiq ring mec 2 pipe 1 q 0
[ 1277.355396] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1277.355558] [drm] JPEG decode initialized successfully.
[ 1277.355588] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1277.355593] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1277.355597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1277.355600] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1277.355604] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1277.355607] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1277.355611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1277.355614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1277.355617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1277.355621] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1277.355624] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1277.355628] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1277.355631] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1277.355635] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1277.355638] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1277.355641] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1277.359188] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1277.359244] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1283.755272] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1307.006415] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1307.006446] [drm] PSP is resuming...
[ 1307.082493] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1307.184147] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1307.198258] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1307.198268] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1307.198274] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1307.198278] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1307.198334] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1307.253595] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1307.254985] [drm] DMUB hardware initialized: version=0x02020017
[ 1307.293669] [drm] kiq ring mec 2 pipe 1 q 0
[ 1307.298897] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1307.299096] [drm] JPEG decode initialized successfully.
[ 1307.299125] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1307.299130] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1307.299134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1307.299137] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1307.299141] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1307.299144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1307.299147] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1307.299151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1307.299154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1307.299157] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1307.299161] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1307.299164] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1307.299168] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1307.299171] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1307.299174] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1307.299178] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1307.302966] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1307.303034] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1313.688830] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1337.070463] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1337.070505] [drm] PSP is resuming...
[ 1337.146499] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1337.248031] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1337.261725] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1337.261734] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1337.261740] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1337.261743] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1337.261798] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1337.316900] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1337.318334] [drm] DMUB hardware initialized: version=0x02020017
[ 1337.356280] [drm] kiq ring mec 2 pipe 1 q 0
[ 1337.361098] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1337.361612] [drm] JPEG decode initialized successfully.
[ 1337.361636] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1337.361639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1337.361641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1337.361643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1337.361645] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1337.361646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1337.361648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1337.361650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1337.361652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1337.361654] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1337.361655] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1337.361657] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1337.361659] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1337.361661] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1337.361663] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1337.361664] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1337.365198] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1337.365235] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1343.738387] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1367.014460] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1367.014496] [drm] PSP is resuming...
[ 1367.090378] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1367.194034] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1367.207725] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1367.207734] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1367.207741] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1367.207745] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1367.207798] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1367.261905] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1367.263324] [drm] DMUB hardware initialized: version=0x02020017
[ 1367.300978] [drm] kiq ring mec 2 pipe 1 q 0
[ 1367.306231] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1367.306445] [drm] JPEG decode initialized successfully.
[ 1367.306470] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1367.306473] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1367.306475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1367.306477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1367.306479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1367.306480] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1367.306482] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1367.306484] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1367.306486] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1367.306487] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1367.306489] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1367.306491] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1367.306493] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1367.306495] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1367.306497] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1367.306499] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1367.310034] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1367.310063] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1373.694149] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1397.062440] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1397.062471] [drm] PSP is resuming...
[ 1397.138490] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1397.240253] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1397.264260] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1397.264272] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1397.264279] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1397.264285] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1397.264344] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1397.318658] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1397.320151] [drm] DMUB hardware initialized: version=0x02020017
[ 1397.357497] [drm] kiq ring mec 2 pipe 1 q 0
[ 1397.362844] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1397.363014] [drm] JPEG decode initialized successfully.
[ 1397.363038] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1397.363041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1397.363044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1397.363045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1397.363047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1397.363049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1397.363051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1397.363052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1397.363054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1397.363056] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1397.363058] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1397.363060] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1397.363061] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1397.363063] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1397.363065] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1397.363067] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1397.366158] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1397.366186] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1403.745731] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1427.015485] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1427.015527] [drm] PSP is resuming...
[ 1427.091495] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1427.192374] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1427.206142] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1427.206148] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1427.206154] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1427.206158] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1427.206213] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1427.260872] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1427.262328] [drm] DMUB hardware initialized: version=0x02020017
[ 1427.300569] [drm] kiq ring mec 2 pipe 1 q 0
[ 1427.305367] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1427.305563] [drm] JPEG decode initialized successfully.
[ 1427.305586] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1427.305590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1427.305592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1427.305594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1427.305596] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1427.305597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1427.305599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1427.305601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1427.305603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1427.305605] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1427.305607] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1427.305608] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1427.305610] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1427.305612] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1427.305614] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1427.305616] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1427.309403] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1427.309434] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1433.697390] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1457.078449] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1457.078483] [drm] PSP is resuming...
[ 1457.154367] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1457.255814] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1457.269616] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1457.269624] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1457.269631] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1457.269634] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1457.269688] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1457.323880] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1457.325297] [drm] DMUB hardware initialized: version=0x02020017
[ 1457.363053] [drm] kiq ring mec 2 pipe 1 q 0
[ 1457.368778] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1457.368936] [drm] JPEG decode initialized successfully.
[ 1457.368959] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1457.368962] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1457.368965] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1457.368967] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1457.368968] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1457.368970] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1457.368972] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1457.368974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1457.368976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1457.368978] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1457.368980] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1457.368981] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1457.368983] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1457.368985] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1457.368987] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1457.368989] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1457.372953] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1457.372986] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1463.775400] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1463.994543] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1463.994575] [drm] PSP is resuming...
[ 1463.994630] ------------[ cut here ]------------
[ 1463.994720] Bug: No PASID in KFD interrupt
[ 1463.994748] WARNING: CPU: 2 PID: 7460 at drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_int_process_v9.c:225 event_interrupt_isr_v9+0x22d/0x240 [amdgpu]
[ 1463.994876] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel snd_intel_dspcfg mt7921e snd_intel_sdw_acpi intel_rapl_msr intel_rapl_common sunrpc mt7921_common snd_hda_codec mt76_connac_lib snd_hda_core edac_mce_amd binfmt_misc mt76 snd_hwdep kvm_amd snd_seq mac80211 snd_seq_device kvm btusb snd_pcm btrtl btbcm btintel btmtk libarc4 snd_rn_pci_acp3x irqbypass bluetooth snd_timer snd_acp_config vfat cfg80211 rapl snd_soc_acpi asus_nb_wmi fat wmi_bmof pcspkr snd k10temp snd_pci_acp3x i2c_piix4 soundcore asus_wireless acpi_cpufreq amd_pmc joydev zram amdgpu drm_ttm_helper ttm iommu_v2 gpu_sched drm_buddy drm_display_helper drm_kms_helper
[ 1463.994934]  crct10dif_pclmul cfbfillrect nvme crc32_pclmul hid_asus cfbimgblt ucsi_acpi crc32c_intel hid_multitouch cfbcopyarea ghash_clmulni_intel sha512_ssse3 ccp typec_ucsi serio_raw nvme_core r8169 sp5100_tco cec typec asus_wmi i2c_hid_acpi ledtrig_audio sparse_keymap i2c_hid platform_profile rfkill video wmi ip6_tables ip_tables fuse
[ 1463.994959] CPU: 2 PID: 7460 Comm: CContentUpdateC Tainted: G        W    L     6.1.0-rc8-12-947a629988f191807d2d22ba63ae18259bb645c5+ #51
[ 1463.994962] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1463.994964] RIP: 0010:event_interrupt_isr_v9+0x22d/0x240 [amdgpu]
[ 1463.995001] Code: 66 81 bd b2 03 00 00 79 01 0f 97 c0 eb aa 80 3d f8 53 6a 00 00 75 d3 48 c7 c7 78 56 e8 c0 c6 05 e8 53 6a 00 01 e8 4c 69 46 cc <0f> 0b 31 c0 e9 e0 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44
[ 1463.995001] RSP: 0000:ffffa9ca14affd40 EFLAGS: 00010086
[ 1463.995001] RAX: 000000000000001e RBX: ffffa9ca023865e0 RCX: 0000000000000000
[ 1463.995001] RDX: 0000000000010002 RSI: ffffffff8d859b5d RDI: 00000000ffffffff
[ 1463.995001] RBP: ffff89b0c150c800 R08: 0000000000000000 R09: ffffa9ca14affbf0
[ 1463.995001] R10: 0000000000000003 R11: ffff89bfdd2fffe8 R12: 000000000000000d
[ 1463.995001] R13: 0000000048000000 R14: 0000000066000000 R15: ffff89b0dec53600
[ 1463.995001] FS:  0000000000000000(0000) GS:ffff89bf96a00000(0063) knlGS:00000000b6602b40
[ 1463.995001] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1463.995001] CR2: 00002cbbb37f4000 CR3: 000000015f71e000 CR4: 0000000000750ee0
[ 1463.995001] PKRU: 55555554
[ 1463.995001] Call Trace:
[ 1463.995001]  <TASK>
[ 1463.995001]  kgd2kfd_interrupt+0x9f/0x130 [amdgpu]
[ 1463.995001]  ? lock_is_held_type+0xe8/0x140
[ 1463.995001]  amdgpu_irq_dispatch+0x7a/0x280 [amdgpu]
[ 1463.995001]  amdgpu_ih_process+0x66/0x100 [amdgpu]
[ 1463.995001]  amdgpu_irq_handler+0x1f/0x60 [amdgpu]
[ 1463.995001]  __handle_irq_event_percpu+0x87/0x2e0
[ 1463.995001]  handle_irq_event+0x34/0x70
[ 1463.995001]  handle_edge_irq+0x9f/0x240
[ 1463.995001]  __common_interrupt+0x71/0x150
[ 1463.995001]  common_interrupt+0x5c/0xd0
[ 1463.995001]  asm_common_interrupt+0x22/0x40
[ 1463.995001] RIP: 0023:0xe241bda2
[ 1463.995001] Code: ff ff ff 00 77 1a 8b 44 24 0c c1 e7 08 c1 e5 08 0f b6 00 09 c7 8b 44 24 0c 83 c0 01 89 44 24 0c 89 e8 c1 e8 0b 0f af c3 39 f8 <0f> 86 c8 01 00 00 bd 00 08 00 00 29 dd 89 eb 89 c5 c1 eb 05 01 da
[ 1463.995001] RSP: 002b:00000000b6600610 EFLAGS: 00000206
[ 1463.995001] RAX: 0000000001a0de1e RBX: 00000000000003c2 RCX: 00000000dde8684a
[ 1463.995001] RDX: 00000000000003c2 RSI: 00000000000001ce RDI: 000000000171ae63
[ 1463.995001] RBP: 0000000003777e53 R08: 0000000000000000 R09: 0000000000000000
[ 1463.995001] R10: 0000000000000000 R11: 0000000000000282 R12: 0000000000000000
[ 1463.995001] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1463.995001]  </TASK>
[ 1463.995001] irq event stamp: 6652372
[ 1463.995001] hardirqs last  enabled at (6652371): [<ffffffff8d000e46>] asm_sysvec_apic_timer_interrupt+0x16/0x20
[ 1463.995001] hardirqs last disabled at (6652372): [<ffffffff8cee4834>] irqentry_enter+0x54/0x60
[ 1463.995001] softirqs last  enabled at (6652368): [<ffffffff8c0fc2ad>] __irq_exit_rcu+0xed/0x160
[ 1463.995001] softirqs last disabled at (6652361): [<ffffffff8c0fc2ad>] __irq_exit_rcu+0xed/0x160
[ 1463.995001] ---[ end trace 0000000000000000 ]---
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: [mmhub] page fault (src_id:0 ring:0 vmid:3 pasid:17439, for process  pid 0 thread  pid 0)
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x00000000000e8000 from client 0x12 (VMC)
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: MMVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: unknown (0x0)
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: [mmhub] page fault (src_id:0 ring:0 vmid:9 pasid:29696, for process  pid 0 thread  pid 0)
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x00000000959bb000 from client 0x12 (VMC)
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: MMVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: unknown (0x0)
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.996114] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:0 vmid:8 pasid:23668, for process  pid 0 thread  pid 0)
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x000000012b48d000 from client 0x12 (VMC)
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: CB/DB (0x0)
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.996317] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.996530] amdgpu 0000:03:00.0: amdgpu: ERROR: GPU over temperature range(SW CTF) detected!
[ 1463.996530] amdgpu 0000:03:00.0: amdgpu: ERROR: System is going to shutdown due to GPU SW CTF!
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:0 vmid:0 pasid:0, for process  pid 0 thread  pid 0)
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x000010000121c000 from client 0x12 (VMC)
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: CB/DB (0x0)
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.996603] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:0 vmid:8 pasid:61588, for process  pid 0 thread  pid 0)
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x000023b440000000 from client 0x12 (VMC)
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: CB/DB (0x0)
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.996829] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.996893] amdgpu 0000:03:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:0 vmid:0 pasid:29696, for process  pid 0 thread  pid 0)
[ 1463.996893] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x00000001ff8bb000 from client 0x12 (VMC)
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: CB/DB (0x0)
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.996945] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:0 vmid:1 pasid:52357, for process  pid 0 thread  pid 0)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x0000000000000000 from client 0x12 (VMC)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: CB/DB (0x0)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: [gfxhub] page fault (src_id:0 ring:0 vmid:0 pasid:16840, for process  pid 0 thread  pid 0)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x0000500008000000 from client 0x12 (VMC)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: GCVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: CB/DB (0x0)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: ERROR: GPU over temperature range(SW CTF) detected!
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: ERROR: System is going to shutdown due to GPU SW CTF!
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: [mmhub] page fault (src_id:0 ring:0 vmid:14 pasid:3328, for process  pid 0 thread  pid 0)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x00008c2890100000 from client 0x12 (VMC)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: MMVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: unknown (0x0)
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.997014] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: ERROR: GPU under temperature range detected
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: [mmhub] page fault (src_id:0 ring:0 vmid:14 pasid:9472, for process  pid 0 thread  pid 0)
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu:   in page starting at address 0x00008c289feff000 from client 0x12 (VMC)
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: MMVM_L2_PROTECTION_FAULT_STATUS:0x00000000
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: 	 Faulty UTCL2 client ID: unknown (0x0)
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: 	 MORE_FAULTS: 0x0
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: 	 WALKER_ERROR: 0x0
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: 	 PERMISSION_FAULTS: 0x0
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: 	 MAPPING_ERROR: 0x0
[ 1463.997239] amdgpu 0000:03:00.0: amdgpu: 	 RW: 0x0
[ 1463.997373] amdgpu 0000:03:00.0: amdgpu: ERROR: GPU over temperature range(SW CTF) detected!
[ 1463.997373] amdgpu 0000:03:00.0: amdgpu: ERROR: System is going to shutdown due to GPU SW CTF!
[ 1464.028738] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1464.162041] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1464.184163] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1464.184174] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1464.184182] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1464.184187] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1464.184245] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1464.235076] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1464.236353] [drm] DMUB hardware initialized: version=0x02020017
[ 1464.240399] [drm] kiq ring mec 2 pipe 1 q 0
[ 1464.244055] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1464.244324] [drm] JPEG decode initialized successfully.
[ 1464.244347] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1464.244350] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1464.244352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1464.244354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1464.244355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1464.244357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1464.244359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1464.244361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1464.244362] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1464.244364] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1464.244366] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1464.244368] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1464.244369] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1464.244371] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1464.244373] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1464.244375] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1464.248943] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1464.248973] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1470.449161] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1487.110423] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1487.110454] [drm] PSP is resuming...
[ 1487.186482] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1487.287953] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1487.301864] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1487.301874] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1487.301882] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1487.301888] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1487.301945] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1487.356032] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1487.357325] [drm] DMUB hardware initialized: version=0x02020017
[ 1487.395323] [drm] kiq ring mec 2 pipe 1 q 0
[ 1487.400828] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1487.400985] [drm] JPEG decode initialized successfully.
[ 1487.401027] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1487.401035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1487.401039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1487.401041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1487.401043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1487.401044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1487.401046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1487.401048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1487.401050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1487.401052] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1487.401053] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1487.401055] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1487.401057] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1487.401059] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1487.401061] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1487.401063] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1487.405147] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1487.405179] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1493.814963] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1517.158411] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1517.158442] [drm] PSP is resuming...
[ 1517.234491] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1517.335844] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1517.349874] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1517.349883] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1517.349889] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1517.349893] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1517.349946] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1517.404877] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1517.406288] [drm] DMUB hardware initialized: version=0x02020017
[ 1517.444469] [drm] kiq ring mec 2 pipe 1 q 0
[ 1517.449798] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1517.449961] [drm] JPEG decode initialized successfully.
[ 1517.449984] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1517.449988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1517.449990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1517.449991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1517.449993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1517.449995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1517.449997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1517.450017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1517.450019] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1517.450021] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1517.450023] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1517.450025] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1517.450027] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1517.450028] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1517.450030] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1517.450032] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1517.454524] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1517.454554] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1523.776937] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1547.174422] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1547.174456] [drm] PSP is resuming...
[ 1547.250374] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1547.350706] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1547.364505] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1547.364513] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1547.364519] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1547.364523] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1547.364576] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1547.418801] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1547.420187] [drm] DMUB hardware initialized: version=0x02020017
[ 1547.458860] [drm] kiq ring mec 2 pipe 1 q 0
[ 1547.464669] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1547.464832] [drm] JPEG decode initialized successfully.
[ 1547.464855] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1547.464858] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1547.464860] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1547.464862] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1547.464864] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1547.464866] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1547.464867] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1547.464869] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1547.464871] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1547.464873] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1547.464875] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1547.464876] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1547.464878] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1547.464880] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1547.464882] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1547.464883] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1547.468876] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1547.468927] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1553.855718] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1577.174556] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1577.174609] [drm] PSP is resuming...
[ 1577.250612] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1577.352367] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1577.366146] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1577.366155] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1577.366162] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1577.366166] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1577.366221] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1577.420977] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1577.422415] [drm] DMUB hardware initialized: version=0x02020017
[ 1577.460580] [drm] kiq ring mec 2 pipe 1 q 0
[ 1577.465577] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1577.465787] [drm] JPEG decode initialized successfully.
[ 1577.465813] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1577.465816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1577.465818] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1577.465820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1577.465822] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1577.465824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1577.465826] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1577.465827] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1577.465829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1577.465831] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1577.465833] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1577.465835] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1577.465837] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1577.465839] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1577.465841] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1577.465842] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1577.469280] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1577.469332] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1583.858620] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1607.166467] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1607.166509] [drm] PSP is resuming...
[ 1607.242525] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1607.343931] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1607.357724] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1607.357732] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1607.357739] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1607.357743] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1607.357797] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1607.411943] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1607.413242] [drm] DMUB hardware initialized: version=0x02020017
[ 1607.451242] [drm] kiq ring mec 2 pipe 1 q 0
[ 1607.456872] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1607.457058] [drm] JPEG decode initialized successfully.
[ 1607.457081] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1607.457084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1607.457086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1607.457088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1607.457090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1607.457092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1607.457094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1607.457096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1607.457098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1607.457100] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1607.457102] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1607.457104] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1607.457105] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1607.457107] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1607.457109] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1607.457111] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1607.460944] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1607.460976] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1613.851951] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1637.207497] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1637.207538] [drm] PSP is resuming...
[ 1637.283478] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1637.385143] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1637.398946] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1637.398956] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1637.398963] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1637.398967] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1637.399028] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1637.453895] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1637.455351] [drm] DMUB hardware initialized: version=0x02020017
[ 1637.493242] [drm] kiq ring mec 2 pipe 1 q 0
[ 1637.498048] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1637.498536] [drm] JPEG decode initialized successfully.
[ 1637.498561] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1637.498564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1637.498566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1637.498568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1637.498570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1637.498572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1637.498574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1637.498576] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1637.498577] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1637.498579] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1637.498581] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1637.498583] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1637.498585] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1637.498587] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1637.498589] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1637.498590] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1637.502584] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1637.502617] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1643.905175] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1667.214498] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1667.214540] [drm] PSP is resuming...
[ 1667.290594] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1667.392153] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1667.405978] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1667.405987] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1667.405995] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1667.406015] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1667.406074] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1667.460117] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1667.461420] [drm] DMUB hardware initialized: version=0x02020017
[ 1667.499286] [drm] kiq ring mec 2 pipe 1 q 0
[ 1667.504982] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1667.505148] [drm] JPEG decode initialized successfully.
[ 1667.505171] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1667.505174] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1667.505176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1667.505177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1667.505179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1667.505181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1667.505183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1667.505184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1667.505186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1667.505188] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1667.505190] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1667.505192] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1667.505193] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1667.505195] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1667.505197] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1667.505199] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1667.509263] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1667.509291] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1673.890957] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1697.230439] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1697.230470] [drm] PSP is resuming...
[ 1697.306493] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1697.407032] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1697.420846] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1697.420855] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1697.420862] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1697.420865] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1697.420919] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1697.475940] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1697.477360] [drm] DMUB hardware initialized: version=0x02020017
[ 1697.515383] [drm] kiq ring mec 2 pipe 1 q 0
[ 1697.520412] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1697.520618] [drm] JPEG decode initialized successfully.
[ 1697.520645] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1697.520650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1697.520654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1697.520657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1697.520661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1697.520664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1697.520668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1697.520671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1697.520674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1697.520678] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1697.520681] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1697.520685] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1697.520688] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1697.520691] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1697.520695] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1697.520697] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1697.531435] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1697.531470] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1703.908952] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1727.286454] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1727.286488] [drm] PSP is resuming...
[ 1727.362378] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1727.462815] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1727.476613] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1727.476621] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1727.476627] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1727.476631] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1727.476684] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1727.530788] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1727.532210] [drm] DMUB hardware initialized: version=0x02020017
[ 1727.570987] [drm] kiq ring mec 2 pipe 1 q 0
[ 1727.576645] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1727.576810] [drm] JPEG decode initialized successfully.
[ 1727.576834] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1727.576837] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1727.576839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1727.576841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1727.576842] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1727.576844] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1727.576846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1727.576847] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1727.576849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1727.576851] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1727.576853] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1727.576855] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1727.576856] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1727.576858] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1727.576860] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1727.576862] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1727.580826] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1727.580857] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1733.954967] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1757.214530] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1757.214564] [drm] PSP is resuming...
[ 1757.295039] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1757.396376] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1757.410149] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1757.410158] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1757.410165] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1757.410169] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1757.410225] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1757.464651] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1757.466031] [drm] DMUB hardware initialized: version=0x02020017
[ 1757.504415] [drm] kiq ring mec 2 pipe 1 q 0
[ 1757.509881] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1757.510068] [drm] JPEG decode initialized successfully.
[ 1757.510097] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1757.510102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1757.510105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1757.510109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1757.510112] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1757.510116] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1757.510119] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1757.510122] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1757.510125] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1757.510129] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1757.510132] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1757.510136] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1757.510139] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1757.510142] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1757.510146] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1757.510149] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1757.513945] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1757.514009] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1763.898716] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1787.334441] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1787.334476] [drm] PSP is resuming...
[ 1787.410733] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1787.512257] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1787.526033] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1787.526040] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1787.526047] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1787.526050] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1787.526104] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1787.580987] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1787.582395] [drm] DMUB hardware initialized: version=0x02020017
[ 1787.620439] [drm] kiq ring mec 2 pipe 1 q 0
[ 1787.625565] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1787.625799] [drm] JPEG decode initialized successfully.
[ 1787.625823] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1787.625826] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1787.625828] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1787.625830] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1787.625831] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1787.625833] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1787.625835] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1787.625837] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1787.625838] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1787.625840] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1787.625842] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1787.625844] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1787.625845] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1787.625847] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1787.625849] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1787.625851] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1787.634123] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1787.634177] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1793.978939] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1817.287423] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1817.287460] [drm] PSP is resuming...
[ 1817.363369] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1817.463727] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1817.477537] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1817.477551] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1817.477559] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1817.477565] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1817.477624] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1817.531837] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1817.533217] [drm] DMUB hardware initialized: version=0x02020017
[ 1817.572498] [drm] kiq ring mec 2 pipe 1 q 0
[ 1817.577712] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1817.577870] [drm] JPEG decode initialized successfully.
[ 1817.577895] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1817.577899] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1817.577901] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1817.577903] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1817.577905] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1817.577907] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1817.577908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1817.577910] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1817.577912] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1817.577914] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1817.577916] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1817.577918] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1817.577919] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1817.577921] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1817.577923] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1817.577925] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1817.587181] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1817.587213] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1823.960986] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1847.326490] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1847.326531] [drm] PSP is resuming...
[ 1847.402485] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1847.508039] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1847.521834] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1847.521841] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1847.521848] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1847.521851] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1847.521906] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1847.575938] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1847.577341] [drm] DMUB hardware initialized: version=0x02020017
[ 1847.615163] [drm] kiq ring mec 2 pipe 1 q 0
[ 1847.620860] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1847.621017] [drm] JPEG decode initialized successfully.
[ 1847.621041] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1847.621044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1847.621046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1847.621048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1847.621049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1847.621051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1847.621053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1847.621055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1847.621056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1847.621058] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1847.621060] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1847.621062] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1847.621064] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1847.621065] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1847.621067] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1847.621069] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1847.625151] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1847.625182] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1853.906719] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1877.319054] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1877.319095] [drm] PSP is resuming...
[ 1877.395032] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1877.496930] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1877.510724] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1877.510730] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1877.510737] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1877.510740] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1877.510796] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1877.565365] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1877.566742] [drm] DMUB hardware initialized: version=0x02020017
[ 1877.604948] [drm] kiq ring mec 2 pipe 1 q 0
[ 1877.609766] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1877.610116] [drm] JPEG decode initialized successfully.
[ 1877.610139] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1877.610142] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1877.610144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1877.610146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1877.610147] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1877.610149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1877.610151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1877.610153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1877.610154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1877.610156] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1877.610158] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1877.610160] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1877.610162] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1877.610164] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1877.610165] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1877.610167] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1877.613670] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1877.613698] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1884.000273] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1898.662501] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1898.662542] [drm] PSP is resuming...
[ 1898.738521] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1898.840608] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1898.854398] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1898.854408] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1898.854415] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1898.854418] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1898.854471] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1898.909680] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1898.911057] [drm] DMUB hardware initialized: version=0x02020017
[ 1898.949323] [drm] kiq ring mec 2 pipe 1 q 0
[ 1898.954137] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1898.954593] [drm] JPEG decode initialized successfully.
[ 1898.954616] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1898.954619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1898.954621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1898.954623] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1898.954624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1898.954626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1898.954628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1898.954630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1898.954631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1898.954633] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1898.954635] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1898.954637] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1898.954639] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1898.954640] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1898.954642] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1898.954644] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1898.958992] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1898.959050] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1905.355829] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1907.366447] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1907.366481] [drm] PSP is resuming...
[ 1907.442499] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1907.542814] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1907.556613] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1907.556620] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1907.556627] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1907.556630] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1907.556684] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1907.611637] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1907.613044] [drm] DMUB hardware initialized: version=0x02020017
[ 1907.651563] [drm] kiq ring mec 2 pipe 1 q 0
[ 1907.656342] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1907.656549] [drm] JPEG decode initialized successfully.
[ 1907.656573] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1907.656576] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1907.656578] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1907.656580] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1907.656582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1907.656584] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1907.656585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1907.656587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1907.656589] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1907.656591] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1907.656593] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1907.656595] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1907.656597] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1907.656598] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1907.656600] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1907.656602] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1907.660123] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1907.660155] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1908.029663] BTRFS: error (device nvme0n1p3: state A) in btrfs_run_delayed_refs:2147: errno=-5 IO failure
[ 1908.029710] BTRFS info (device nvme0n1p3: state EA): forced readonly
[ 1914.032713] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1937.398885] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1937.398955] [drm] PSP is resuming...
[ 1937.475031] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1937.576588] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1937.590390] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1937.590396] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1937.590401] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1937.590405] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1937.590457] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1937.644385] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1937.645772] [drm] DMUB hardware initialized: version=0x02020017
[ 1937.683700] [drm] kiq ring mec 2 pipe 1 q 0
[ 1937.689349] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1937.689507] [drm] JPEG decode initialized successfully.
[ 1937.689531] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1937.689534] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1937.689536] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1937.689538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1937.689540] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1937.689542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1937.689544] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1937.689545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1937.689547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1937.689549] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1937.689551] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1937.689553] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1937.689555] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1937.689556] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1937.689558] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1937.689560] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1937.693628] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1937.693661] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1944.071675] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1953.248175] nacl_helper (3567) used greatest stack depth: 10616 bytes left
[ 1954.031481] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1954.031523] [drm] PSP is resuming...
[ 1954.107485] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1954.207830] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1954.221615] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1954.221621] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1954.221627] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1954.221630] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1954.221681] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1954.275983] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1954.277272] [drm] DMUB hardware initialized: version=0x02020017
[ 1954.315632] [drm] kiq ring mec 2 pipe 1 q 0
[ 1954.320431] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1954.320641] [drm] JPEG decode initialized successfully.
[ 1954.320663] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1954.320666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1954.320667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1954.320669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1954.320671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1954.320672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1954.320674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1954.320675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1954.320677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1954.320678] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1954.320680] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1954.320681] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1954.320683] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1954.320685] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1954.320686] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1954.320688] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1954.324966] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1954.325027] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1960.625714] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer
[ 1981.967154] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1981.967196] [drm] PSP is resuming...
[ 1982.043480] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1982.144252] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1982.158087] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1982.158092] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1982.158097] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1982.158100] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1982.158154] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1982.212975] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1982.214364] [drm] DMUB hardware initialized: version=0x02020017
[ 1982.252170] [drm] kiq ring mec 2 pipe 1 q 0
[ 1982.257415] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1982.257621] [drm] JPEG decode initialized successfully.
[ 1982.257643] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1982.257646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1982.257647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1982.257649] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1982.257651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1982.257652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1982.257654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1982.257655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1982.257657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1982.257659] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1982.257660] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1982.257662] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1982.257664] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1982.257665] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1982.257667] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1982.257668] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1982.262252] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1982.262294] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1988.623300] amdgpu 0000:03:00.0: amdgpu: free PSP TMR buffer

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-25 21:32 [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes Mikhail Gavrilov
@ 2022-12-26  0:14 ` Qu Wenruo
  2022-12-26  2:47   ` Mikhail Gavrilov
  2022-12-26 13:37 ` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes #forregzbot Thorsten Leemhuis
  1 sibling, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-26  0:14 UTC (permalink / raw)
  To: Mikhail Gavrilov, wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/26 05:32, Mikhail Gavrilov wrote:
> Hi,
> It is curious but it happens only on machine which have BTRFS volume
> combined from two high speed nvme (pcie 4) SSD in RAID 0. On machines
> with BTRFS volume from one HDD the bug does not appear.
> 
> To bisect the problematic commit, I had to sweat a lot. At each step,
> I downloaded the 150 GB game "Assassin's Creed Valhalla" 4 times and
> deleted it. For make sure that the commit previous to
> 947a629988f191807d2d22ba63ae18259bb645c5 is definitely not affected by
> the bug, I downloaded this game 10 times, which should have provided
> more than 1.5 Tb of data writing to the btrfs volume.
> 
> Here is result of my bisection:
> 947a629988f191807d2d22ba63ae18259bb645c5 is the first bad commit
> commit 947a629988f191807d2d22ba63ae18259bb645c5
> Author: Qu Wenruo <wqu@suse.com>
> Date:   Wed Sep 14 13:32:51 2022 +0800
> 
>      btrfs: move tree block parentness check into validate_extent_buffer()
> 
[...]
>      Signed-off-by: Qu Wenruo <wqu@suse.com>
>      Signed-off-by: David Sterba <dsterba@suse.com>
> 
>   fs/btrfs/disk-io.c   | 73 ++++++++++++++++++++++++++++++++++++++--------------
>   fs/btrfs/extent_io.c | 18 ++++++++++---
>   fs/btrfs/extent_io.h |  5 ++--
>   fs/btrfs/volumes.h   | 25 +++++++++++++++---
>   4 files changed, 93 insertions(+), 28 deletions(-)
> 
> Before going to readonly, the preceding line in kernel log display a message:
> [ 1908.029663] BTRFS: error (device nvme0n1p3: state A) in
> btrfs_run_delayed_refs:2147: errno=-5 IO failure
> 
> I also attached a full kernel log.
> 
Thanks a lot for the full kernel log.

It indeed shows something is wrong in the run_one_delayed_ref().
But surprisingly, if there is something wrong, I'd expect more output 
from btrfs, as normally if one tree block failed to pass whatever the 
checks, it should cause an error message at least.

Since you can reproduce the bug (although I don't think this is easy to 
reproduce), mind to apply the extra debug patch and then try to reproduce?

(Part of the patch would go upstreamed soon)

Another thing is, mind to run "btrfs check --readonly" on the fs?
I don't believe that's the case, but just in case.

Thanks,
Qu

[-- Attachment #2: 0001-btrfs-add-extra-debug-for-run_one_delayed_ref.patch --]
[-- Type: text/x-patch, Size: 3096 bytes --]

From 41cf78e56ed2a3391499469855b906d74d03eeca Mon Sep 17 00:00:00 2001
Message-Id: <41cf78e56ed2a3391499469855b906d74d03eeca.1672013469.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Mon, 26 Dec 2022 08:10:27 +0800
Subject: [PATCH] btrfs: add extra debug for run_one_delayed_ref()

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
 fs/btrfs/disk-io.c     |  4 ++++
 fs/btrfs/extent-tree.c | 22 ++++++++++++++++++----
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 8aa7d79a341a..c67c688d568e 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -530,6 +530,10 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	}
 
 	if (found_level != check->level) {
+		btrfs_err_rl(eb->fs_info,
+	"level check failed on logical %llu mirror %u wanted %u found %u",
+			     eb->start, eb->read_mirror, check->level,
+			     found_level);
 		ret = -EIO;
 		goto out;
 	}
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
index eaa1fb2850d7..fe1f31319d58 100644
--- a/fs/btrfs/extent-tree.c
+++ b/fs/btrfs/extent-tree.c
@@ -1462,8 +1462,13 @@ static int __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans,
 	ret = insert_inline_extent_backref(trans, path, bytenr, num_bytes,
 					   parent, root_objectid, owner,
 					   offset, refs_to_add, extent_op);
-	if ((ret < 0 && ret != -EAGAIN) || !ret)
+	if ((ret < 0 && ret != -EAGAIN) || !ret) {
+		if (ret < 0 && ret != -EAGAIN)
+			btrfs_err(trans->fs_info,
+				  "failed to insert inline extent backref: %d",
+				  ret);
 		goto out;
+	}
 
 	/*
 	 * Ok we had -EAGAIN which means we didn't have space to insert and
@@ -1954,8 +1959,8 @@ static int btrfs_run_delayed_refs_for_head(struct btrfs_trans_handle *trans,
 		if (ret) {
 			unselect_delayed_ref_head(delayed_refs, locked_ref);
 			btrfs_put_delayed_ref(ref);
-			btrfs_debug(fs_info, "run_one_delayed_ref returned %d",
-				    ret);
+			btrfs_err(fs_info, "run_one_delayed_ref returned %d",
+				  ret);
 			return ret;
 		}
 
@@ -4642,8 +4647,12 @@ static int alloc_reserved_extent(struct btrfs_trans_handle *trans, u64 bytenr,
 	int ret;
 
 	ret = remove_from_free_space_tree(trans, bytenr, num_bytes);
-	if (ret)
+	if (ret) {
+		btrfs_err(fs_info,
+	"failed to remove bytenr %llu num_bytes %llu from free space tree: %d",
+			  bytenr, num_bytes, ret);
 		return ret;
+	}
 
 	ret = btrfs_update_block_group(trans, bytenr, num_bytes, true);
 	if (ret) {
@@ -4686,6 +4695,9 @@ static int alloc_reserved_file_extent(struct btrfs_trans_handle *trans,
 	extent_root = btrfs_extent_root(fs_info, ins->objectid);
 	ret = btrfs_insert_empty_item(trans, extent_root, path, ins, size);
 	if (ret) {
+		btrfs_err(fs_info,
+			  "failed to insert empty item for extent root: %d",
+			  ret);
 		btrfs_free_path(path);
 		return ret;
 	}
@@ -4759,6 +4771,8 @@ static int alloc_reserved_tree_block(struct btrfs_trans_handle *trans,
 				      size);
 	if (ret) {
 		btrfs_free_path(path);
+		btrfs_err(fs_info, "failed to insert empty item into extent root: %d",
+			  ret);
 		return ret;
 	}
 
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  0:14 ` Qu Wenruo
@ 2022-12-26  2:47   ` Mikhail Gavrilov
  2022-12-26  3:29     ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-26  2:47 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Mon, Dec 26, 2022 at 5:15 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
> Thanks a lot for the full kernel log.
>
> It indeed shows something is wrong in the run_one_delayed_ref().
> But surprisingly, if there is something wrong, I'd expect more output
> from btrfs, as normally if one tree block failed to pass whatever the
> checks, it should cause an error message at least.
>
> Since you can reproduce the bug (although I don't think this is easy to
> reproduce), mind to apply the extra debug patch and then try to reproduce?

Of course I am still able to reproduce.
The number of messages foreshadowing readonly has become somewhat more:
[ 2295.155437] BTRFS error (device nvme0n1p3): level check failed on
logical 4957418700800 mirror 1 wanted 0 found 1
[ 2295.155831] BTRFS error (device nvme0n1p3: state A): Transaction
aborted (error -5)
[ 2295.155946] BTRFS: error (device nvme0n1p3: state A) in
do_free_extent_accounting:2849: errno=-5 IO failure
[ 2295.155978] BTRFS info (device nvme0n1p3: state EA): forced readonly
[ 2295.155985] BTRFS error (device nvme0n1p3: state EA):
run_one_delayed_ref returned -5
[ 2295.156051] BTRFS: error (device nvme0n1p3: state EA) in
btrfs_run_delayed_refs:2153: errno=-5 IO failure

Of course full logs are also attached.

> Another thing is, mind to run "btrfs check --readonly" on the fs?
Result of check attached too.

-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: btrfs-issue-dmesg.txt --]
[-- Type: text/plain, Size: 376968 bytes --]

❯ dmesg
[    0.000000] Linux version 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #2 SMP PREEMPT_DYNAMIC Mon Dec 26 06:15:24 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ba907fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000b6cb8017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cb8018-0x00000000b6cc5857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc5858-0x00000000b6cc6017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc6018-0x00000000b6cd4057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd4058-0x00000000b6cd5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd5018-0x00000000b6cdb657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cdb658-0x00000000ba907fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbbe83000 ACPI 2.0=0xbbe83014 TPMFinalLog=0xbc130000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7519018 ESRT=0xb9122b18 MOKvar=0xbc86d000 RNG=0xbbe33018 TPMEventLog=0xb6cdc018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem57: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem58: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfdffffff] reserved
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe700000-0xfe70ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem61: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem63: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem64: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem65: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
[    0.000000] efi: Not removing mem67: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
[    0.000000] efi: Remove mem68: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.911 MHz processor
[    0.000130] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000133] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000139] last_pfn = 0x101e300 max_arch_pfn = 0x400000000
[    0.000144] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000639] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000646] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003237] esrt: Reserving ESRT space from 0x00000000b9122b18 to 0x00000000b9122b50.
[    0.003244] e820: update [mem 0xb9122000-0xb9122fff] usable ==> reserved
[    0.003260] Using GB pages for direct mapping
[    0.011139] printk: log_buf_len: 16777216 bytes
[    0.011143] printk: early log buf free: 253432(96%)
[    0.011144] Secure boot disabled
[    0.011145] RAMDISK: [mem 0xa7cd0000-0xb440afff]
[    0.011149] ACPI: Early table checksum verification disabled
[    0.011153] ACPI: RSDP 0x00000000BBE83014 000024 (v02 _ASUS_)
[    0.011157] ACPI: XSDT 0x00000000BBE82728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.011163] ACPI: FACP 0x00000000BBE74000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011167] ACPI: DSDT 0x00000000BBE67000 00C2AC (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[    0.011170] ACPI: FACS 0x00000000BC12E000 000040
[    0.011172] ACPI: SSDT 0x00000000BBE7A000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.011175] ACPI: IVRS 0x00000000BBE79000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.011177] ACPI: SSDT 0x00000000BBE75000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.011180] ACPI: FIDT 0x00000000BBE66000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011182] ACPI: MCFG 0x00000000BBE65000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.011185] ACPI: HPET 0x00000000BBE64000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.011187] ACPI: VFCT 0x00000000BBE56000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.011189] ACPI: TPM2 0x00000000BBE54000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.011192] ACPI: SSDT 0x00000000BBE4E000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011194] ACPI: CRAT 0x00000000BBE4D000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011197] ACPI: CDIT 0x00000000BBE4C000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011199] ACPI: SSDT 0x00000000BBE4B000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011202] ACPI: SSDT 0x00000000BBE4A000 0005B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011204] ACPI: SSDT 0x00000000BBE48000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011206] ACPI: SSDT 0x00000000BBE46000 00151D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011209] ACPI: SSDT 0x00000000BBE45000 0006A9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011211] ACPI: SSDT 0x00000000BBE43000 0019E6 (v01 AMD    CPMD3CLD 00000001 INTL 20190509)
[    0.011214] ACPI: SSDT 0x00000000BBE42000 0005DE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011216] ACPI: SSDT 0x00000000BBE3E000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011218] ACPI: BGRT 0x00000000BBE55000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011221] ACPI: WSMT 0x00000000BBE3D000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011223] ACPI: APIC 0x00000000BBE3C000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011226] ACPI: SSDT 0x00000000BBE3B000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011228] ACPI: SSDT 0x00000000BBE3A000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011231] ACPI: SSDT 0x00000000BBE38000 00112E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011233] ACPI: SSDT 0x00000000BBE37000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011235] ACPI: SSDT 0x00000000BBE36000 000808 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011238] ACPI: SSDT 0x00000000BBE35000 00078F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011240] ACPI: FPDT 0x00000000BBE34000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.011242] ACPI: Reserving FACP table memory at [mem 0xbbe74000-0xbbe74113]
[    0.011244] ACPI: Reserving DSDT table memory at [mem 0xbbe67000-0xbbe732ab]
[    0.011245] ACPI: Reserving FACS table memory at [mem 0xbc12e000-0xbc12e03f]
[    0.011245] ACPI: Reserving SSDT table memory at [mem 0xbbe7a000-0xbbe81228]
[    0.011246] ACPI: Reserving IVRS table memory at [mem 0xbbe79000-0xbbe791a3]
[    0.011247] ACPI: Reserving SSDT table memory at [mem 0xbbe75000-0xbbe78a20]
[    0.011247] ACPI: Reserving FIDT table memory at [mem 0xbbe66000-0xbbe6609b]
[    0.011248] ACPI: Reserving MCFG table memory at [mem 0xbbe65000-0xbbe6503b]
[    0.011249] ACPI: Reserving HPET table memory at [mem 0xbbe64000-0xbbe64037]
[    0.011250] ACPI: Reserving VFCT table memory at [mem 0xbbe56000-0xbbe63883]
[    0.011250] ACPI: Reserving TPM2 table memory at [mem 0xbbe54000-0xbbe5404b]
[    0.011251] ACPI: Reserving SSDT table memory at [mem 0xbbe4e000-0xbbe53353]
[    0.011252] ACPI: Reserving CRAT table memory at [mem 0xbbe4d000-0xbbe4dee7]
[    0.011253] ACPI: Reserving CDIT table memory at [mem 0xbbe4c000-0xbbe4c028]
[    0.011253] ACPI: Reserving SSDT table memory at [mem 0xbbe4b000-0xbbe4b148]
[    0.011254] ACPI: Reserving SSDT table memory at [mem 0xbbe4a000-0xbbe4a5b6]
[    0.011255] ACPI: Reserving SSDT table memory at [mem 0xbbe48000-0xbbe4948d]
[    0.011256] ACPI: Reserving SSDT table memory at [mem 0xbbe46000-0xbbe4751c]
[    0.011256] ACPI: Reserving SSDT table memory at [mem 0xbbe45000-0xbbe456a8]
[    0.011257] ACPI: Reserving SSDT table memory at [mem 0xbbe43000-0xbbe449e5]
[    0.011258] ACPI: Reserving SSDT table memory at [mem 0xbbe42000-0xbbe425dd]
[    0.011258] ACPI: Reserving SSDT table memory at [mem 0xbbe3e000-0xbbe416e8]
[    0.011259] ACPI: Reserving BGRT table memory at [mem 0xbbe55000-0xbbe55037]
[    0.011260] ACPI: Reserving WSMT table memory at [mem 0xbbe3d000-0xbbe3d027]
[    0.011261] ACPI: Reserving APIC table memory at [mem 0xbbe3c000-0xbbe3c0dd]
[    0.011262] ACPI: Reserving SSDT table memory at [mem 0xbbe3b000-0xbbe3b08c]
[    0.011262] ACPI: Reserving SSDT table memory at [mem 0xbbe3a000-0xbbe3a91e]
[    0.011263] ACPI: Reserving SSDT table memory at [mem 0xbbe38000-0xbbe3912d]
[    0.011264] ACPI: Reserving SSDT table memory at [mem 0xbbe37000-0xbbe37240]
[    0.011265] ACPI: Reserving SSDT table memory at [mem 0xbbe36000-0xbbe36807]
[    0.011265] ACPI: Reserving SSDT table memory at [mem 0xbbe35000-0xbbe3578e]
[    0.011266] ACPI: Reserving FPDT table memory at [mem 0xbbe34000-0xbbe34043]
[    0.011325] No NUMA configuration found
[    0.011326] Faking a node at [mem 0x0000000000000000-0x000000101e2fffff]
[    0.011332] NODE_DATA(0) allocated [mem 0x1019ad4000-0x1019afffff]
[    0.074601] Zone ranges:
[    0.074604]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.074607]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.074609]   Normal   [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074610]   Device   empty
[    0.074611] Movable zone start for each node
[    0.074612] Early memory node ranges
[    0.074613]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.074614]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.074615]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.074616]   node   0: [mem 0x000000000a20f000-0x00000000ba907fff]
[    0.074617]   node   0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[    0.074617]   node   0: [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074621] Initmem setup node 0 [mem 0x0000000000001000-0x000000101e2fffff]
[    0.074627] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.074645] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.074802] On node 0, zone DMA32: 738 pages in unavailable ranges
[    0.077839] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.077914] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.143854] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.143899] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.144360] ACPI: PM-Timer IO Port: 0x808
[    0.144367] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.144385] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.144390] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.144392] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.144393] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.144396] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.144397] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.144408] e820: update [mem 0xb440b000-0xb44b3fff] usable ==> reserved
[    0.144419] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.144451] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.144453] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.144455] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[    0.144456] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.144458] PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb44b3fff]
[    0.144459] PM: hibernation: Registered nosave memory: [mem 0xb6cb8000-0xb6cb8fff]
[    0.144461] PM: hibernation: Registered nosave memory: [mem 0xb6cc5000-0xb6cc5fff]
[    0.144462] PM: hibernation: Registered nosave memory: [mem 0xb6cc6000-0xb6cc6fff]
[    0.144463] PM: hibernation: Registered nosave memory: [mem 0xb6cd4000-0xb6cd4fff]
[    0.144464] PM: hibernation: Registered nosave memory: [mem 0xb6cd5000-0xb6cd5fff]
[    0.144466] PM: hibernation: Registered nosave memory: [mem 0xb6cdb000-0xb6cdbfff]
[    0.144467] PM: hibernation: Registered nosave memory: [mem 0xb9122000-0xb9122fff]
[    0.144469] PM: hibernation: Registered nosave memory: [mem 0xba908000-0xbbe1ffff]
[    0.144469] PM: hibernation: Registered nosave memory: [mem 0xbbe20000-0xbbe83fff]
[    0.144470] PM: hibernation: Registered nosave memory: [mem 0xbbe84000-0xbc178fff]
[    0.144471] PM: hibernation: Registered nosave memory: [mem 0xbc179000-0xbc9fefff]
[    0.144472] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.144473] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe6fffff]
[    0.144474] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[    0.144474] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfec0ffff]
[    0.144475] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.144476] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.144476] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.144477] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.144478] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.144478] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.144479] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.144479] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[    0.144480] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.144481] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.144481] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.144482] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.144483] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.144483] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.144485] [mem 0xc0000000-0xfe6fffff] available for PCI devices
[    0.144486] Booting paravirtualized kernel on bare hardware
[    0.144490] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.148203] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.154388] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.154398] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.154401] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.154411] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.154461] Fallback order for Node 0: 0 
[    0.154470] Built 1 zonelists, mobility grouping on.  Total pages: 16361371
[    0.154471] Policy zone: Normal
[    0.154475] Kernel command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.154540] sysrq: sysrq always enabled.
[    0.154561] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+", will be passed to user space.
[    0.158588] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.160579] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.160681] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.160725] software IO TLB: area num 16.
[    1.851926] Memory: 64839524K/66484956K available (20480K kernel code, 4064K rwdata, 14636K rodata, 6300K init, 30736K bss, 1645172K reserved, 0K cma-reserved)
[    1.852349] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    1.852351] kmemleak: Kernel memory leak detector disabled
[    1.852466] ftrace: allocating 52351 entries in 205 pages
[    1.861064] ftrace: allocated 205 pages with 5 groups
[    1.862427] Dynamic Preempt: voluntary
[    1.862540] Running RCU self tests
[    1.862558] rcu: Preemptible hierarchical RCU implementation.
[    1.862558] rcu: 	RCU event tracing is enabled.
[    1.862559] rcu: 	RCU lockdep checking is enabled.
[    1.862560] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    1.862561] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    1.862561] 	Trampoline variant of Tasks RCU enabled.
[    1.862562] 	Rude variant of Tasks RCU enabled.
[    1.862562] 	Tracing variant of Tasks RCU enabled.
[    1.862563] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.862564] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    1.865711] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    1.865912] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.866052] Console: colour dummy device 80x25
[    1.866064] printk: console [tty0] enabled
[    1.868418] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    1.868429] ... MAX_LOCKDEP_SUBCLASSES:  8
[    1.868434] ... MAX_LOCK_DEPTH:          48
[    1.868440] ... MAX_LOCKDEP_KEYS:        8192
[    1.868446] ... CLASSHASH_SIZE:          4096
[    1.868452] ... MAX_LOCKDEP_ENTRIES:     65536
[    1.868457] ... MAX_LOCKDEP_CHAINS:      262144
[    1.868463] ... CHAINHASH_SIZE:          131072
[    1.868469]  memory used by lock dependency info: 17577 kB
[    1.868476]  memory used for stack traces: 4224 kB
[    1.868482]  per task-struct memory footprint: 2688 bytes
[    1.868516] ACPI: Core revision 20221020
[    1.868885] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.868928] APIC: Switch to symmetric I/O mode setup
[    1.869623] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    1.869633] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    1.869642] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    1.869650] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    1.869658] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    1.869968] Switched APIC routing to physical flat.
[    1.870649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.874930] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7ad434790, max_idle_ns: 440795259943 ns
[    1.874956] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.82 BogoMIPS (lpj=3293911)
[    1.874973] pid_max: default: 32768 minimum: 301
[    1.880965] ---[ User Space ]---
[    1.880979] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    1.881004] 0x0000000000001000-0x000000000009f000         632K                               pte
[    1.881019] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    1.881046] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    1.881060] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    1.881076] 0x0000000001000000-0x0000000001020000         128K                               pte
[    1.881101] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    1.881122] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    1.881137] 0x0000000040000000-0x0000000080000000           1G                               pud
[    1.881157] 0x0000000080000000-0x00000000b4400000         836M                               pmd
[    1.881172] 0x00000000b4400000-0x00000000b440b000          44K                               pte
[    1.881190] 0x00000000b440b000-0x00000000b44b4000         676K     RW                     NX pte
[    1.881217] 0x00000000b44b4000-0x00000000b4600000        1328K                               pte
[    1.881231] 0x00000000b4600000-0x00000000b6c00000          38M                               pmd
[    1.881250] 0x00000000b6c00000-0x00000000b6ce4000         912K                               pte
[    1.881265] 0x00000000b6ce4000-0x00000000b6ce5000           4K                               pte
[    1.881280] 0x00000000b6ce5000-0x00000000b6ce6000           4K                               pte
[    1.881300] 0x00000000b6ce6000-0x00000000b6e00000        1128K     RW                     NX pte
[    1.881320] 0x00000000b6e00000-0x00000000b9000000          34M     RW         PSE         NX pmd
[    1.881345] 0x00000000b9000000-0x00000000b9123000        1164K     RW                     NX pte
[    1.881370] 0x00000000b9123000-0x00000000ba00b000       15264K                               pte
[    1.881394] 0x00000000ba00b000-0x00000000ba1d8000        1844K                               pte
[    1.881416] 0x00000000ba1d8000-0x00000000ba908000        7360K                               pte
[    1.881436] 0x00000000ba908000-0x00000000baa00000         992K                               pte
[    1.881449] 0x00000000baa00000-0x00000000bc000000          22M                               pmd
[    1.881472] 0x00000000bc000000-0x00000000bc179000        1508K                               pte
[    1.881490] 0x00000000bc179000-0x00000000bc200000         540K     RW                     NX pte
[    1.881509] 0x00000000bc200000-0x00000000bc800000           6M     RW         PSE         NX pmd
[    1.881537] 0x00000000bc800000-0x00000000bc993000        1612K     RW                     NX pte
[    1.881557] 0x00000000bc993000-0x00000000bc996000          12K     ro                     x  pte
[    1.881576] 0x00000000bc996000-0x00000000bc99b000          20K     RW                     NX pte
[    1.881595] 0x00000000bc99b000-0x00000000bc99c000           4K     ro                     x  pte
[    1.881615] 0x00000000bc99c000-0x00000000bc9a1000          20K     RW                     NX pte
[    1.881634] 0x00000000bc9a1000-0x00000000bc9a5000          16K     ro                     x  pte
[    1.881653] 0x00000000bc9a5000-0x00000000bc9aa000          20K     RW                     NX pte
[    1.881672] 0x00000000bc9aa000-0x00000000bc9ab000           4K     ro                     x  pte
[    1.881692] 0x00000000bc9ab000-0x00000000bc9af000          16K     RW                     NX pte
[    1.881711] 0x00000000bc9af000-0x00000000bc9bc000          52K     ro                     x  pte
[    1.881730] 0x00000000bc9bc000-0x00000000bc9c1000          20K     RW                     NX pte
[    1.881749] 0x00000000bc9c1000-0x00000000bc9c4000          12K     ro                     x  pte
[    1.881769] 0x00000000bc9c4000-0x00000000bc9c9000          20K     RW                     NX pte
[    1.881788] 0x00000000bc9c9000-0x00000000bc9ca000           4K     ro                     x  pte
[    1.881807] 0x00000000bc9ca000-0x00000000bc9cf000          20K     RW                     NX pte
[    1.881826] 0x00000000bc9cf000-0x00000000bc9d0000           4K     ro                     x  pte
[    1.881845] 0x00000000bc9d0000-0x00000000bc9d5000          20K     RW                     NX pte
[    1.881864] 0x00000000bc9d5000-0x00000000bc9d6000           4K     ro                     x  pte
[    1.881883] 0x00000000bc9d6000-0x00000000bc9da000          16K     RW                     NX pte
[    1.881903] 0x00000000bc9da000-0x00000000bc9e6000          48K     ro                     x  pte
[    1.881922] 0x00000000bc9e6000-0x00000000bc9ed000          28K     RW                     NX pte
[    1.881964] 0x00000000bc9ed000-0x00000000bc9f2000          20K     ro                     x  pte
[    1.881983] 0x00000000bc9f2000-0x00000000bc9f7000          20K     RW                     NX pte
[    1.882003] 0x00000000bc9f7000-0x00000000bc9fa000          12K     ro                     x  pte
[    1.882022] 0x00000000bc9fa000-0x00000000bc9ff000          20K     RW                     NX pte
[    1.882041] 0x00000000bc9ff000-0x00000000bd000000        6148K                               pte
[    1.882065] 0x00000000bd000000-0x00000000bd1a6000        1688K                               pte
[    1.882085] 0x00000000bd1a6000-0x00000000bd2a6000           1M                               pte
[    1.882100] 0x00000000bd2a6000-0x00000000bd2c0000         104K                               pte
[    1.882116] 0x00000000bd2c0000-0x00000000bd2fb000         236K                               pte
[    1.882132] 0x00000000bd2fb000-0x00000000bd317000         112K                               pte
[    1.882158] 0x00000000bd317000-0x00000000bdd16000       10236K                               pte
[    1.882172] 0x00000000bdd16000-0x00000000bdd19000          12K                               pte
[    1.882200] 0x00000000bdd19000-0x00000000bdf6a000        2372K                               pte
[    1.882215] 0x00000000bdf6a000-0x00000000bdf74000          40K                               pte
[    1.882230] 0x00000000bdf74000-0x00000000bdf8e000         104K                               pte
[    1.882245] 0x00000000bdf8e000-0x00000000bdf94000          24K                               pte
[    1.882260] 0x00000000bdf94000-0x00000000bdfaa000          88K                               pte
[    1.882275] 0x00000000bdfaa000-0x00000000bdfad000          12K                               pte
[    1.882290] 0x00000000bdfad000-0x00000000bdfc0000          76K                               pte
[    1.882305] 0x00000000bdfc0000-0x00000000bdfc5000          20K                               pte
[    1.882321] 0x00000000bdfc5000-0x00000000bdfda000          84K                               pte
[    1.882336] 0x00000000bdfda000-0x00000000bdff2000          96K                               pte
[    1.882351] 0x00000000bdff2000-0x00000000bdffa000          32K                               pte
[    1.882366] 0x00000000bdffa000-0x00000000be000000          24K                               pte
[    1.882385] 0x00000000be000000-0x00000000f0000000         800M                               pmd
[    1.882402] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    1.882420] 0x00000000f8000000-0x00000000fd000000          80M                               pmd
[    1.882435] 0x00000000fd000000-0x00000000fe000000          16M     RW     PCD PSE         NX pmd
[    1.882454] 0x00000000fe000000-0x00000000fe600000           6M                               pmd
[    1.882474] 0x00000000fe600000-0x00000000fe700000           1M                               pte
[    1.882489] 0x00000000fe700000-0x00000000fe710000          64K     RW     PCD             NX pte
[    1.882513] 0x00000000fe710000-0x00000000fe800000         960K                               pte
[    1.882527] 0x00000000fe800000-0x00000000fea00000           2M                               pmd
[    1.882550] 0x00000000fea00000-0x00000000feb80000        1536K                               pte
[    1.882568] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    1.882587] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    1.882602] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    1.882626] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    1.882641] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    1.882661] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    1.882676] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    1.882696] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    1.882711] 0x00000000fed80000-0x00000000fed81000           4K     RW     PCD             NX pte
[    1.882732] 0x00000000fed81000-0x00000000fedc4000         268K                               pte
[    1.882746] 0x00000000fedc4000-0x00000000fedca000          24K     RW     PCD             NX pte
[    1.882765] 0x00000000fedca000-0x00000000fedcc000           8K                               pte
[    1.882780] 0x00000000fedcc000-0x00000000fedcf000          12K     RW     PCD             NX pte
[    1.882799] 0x00000000fedcf000-0x00000000fedd5000          24K                               pte
[    1.882814] 0x00000000fedd5000-0x00000000fedd6000           4K     RW     PCD             NX pte
[    1.882834] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    1.882847] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    1.882862] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    1.882880] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    1.882896] 0x0000000100200000-0x0000000100228000         160K                               pte
[    1.882911] 0x0000000100228000-0x000000010022a000           8K     RW                     NX pte
[    1.882940] 0x000000010022a000-0x0000000100400000        1880K                               pte
[    1.882958] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    1.882979] 0x0000000140000000-0x0000008000000000         507G                               pud
[    1.883002] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    1.883016] ---[ Kernel Space ]---
[    1.883021] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    1.883035] ---[ LDT remap ]---
[    1.883040] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    1.883054] ---[ Low Kernel Mapping ]---
[    1.883060] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    1.883073] ---[ vmalloc() Area ]---
[    1.883079] 0xffff898000000000-0xffff8a0000000000         512G                               pgd
[    1.883092] ---[ Vmemmap ]---
[    1.883098] 0xffff8a0000000000-0xffff9a0000000000          16T                               pgd
[    1.883119] 0xffff9a0000000000-0xffff9a6d40000000         437G                               pud
[    1.883145] 0xffff9a6d40000000-0xffff9a6d40200000           2M     RW                 GLB NX pte
[    1.883166] 0xffff9a6d40200000-0xffff9a6d49c00000         154M     RW         PSE     GLB NX pmd
[    1.883192] 0xffff9a6d49c00000-0xffff9a6d49d1f000        1148K     RW                 GLB NX pte
[    1.883216] 0xffff9a6d49d1f000-0xffff9a6d49e00000         900K                               pte
[    1.883230] 0xffff9a6d49e00000-0xffff9a6d4a000000           2M                               pmd
[    1.883244] 0xffff9a6d4a000000-0xffff9a6d4a001000           4K                               pte
[    1.883270] 0xffff9a6d4a001000-0xffff9a6d4a200000        2044K     RW                 GLB NX pte
[    1.883289] 0xffff9a6d4a200000-0xffff9a6d4a20f000          60K                               pte
[    1.883315] 0xffff9a6d4a20f000-0xffff9a6d4a400000        1988K     RW                 GLB NX pte
[    1.883345] 0xffff9a6d4a400000-0xffff9a6d80000000         860M     RW         PSE     GLB NX pmd
[    1.883364] 0xffff9a6d80000000-0xffff9a6dc0000000           1G     RW         PSE     GLB NX pud
[    1.883395] 0xffff9a6dc0000000-0xffff9a6dfa800000         936M     RW         PSE     GLB NX pmd
[    1.883420] 0xffff9a6dfa800000-0xffff9a6dfa908000        1056K     RW                 GLB NX pte
[    1.883444] 0xffff9a6dfa908000-0xffff9a6dfaa00000         992K                               pte
[    1.883458] 0xffff9a6dfaa00000-0xffff9a6dfc800000          30M                               pmd
[    1.883484] 0xffff9a6dfc800000-0xffff9a6dfc9ff000        2044K                               pte
[    1.883499] 0xffff9a6dfc9ff000-0xffff9a6dfca00000           4K     RW                 GLB NX pte
[    1.883518] 0xffff9a6dfca00000-0xffff9a6dfe000000          22M     RW         PSE     GLB NX pmd
[    1.883537] 0xffff9a6dfe000000-0xffff9a6e00000000          32M                               pmd
[    1.883550] 0xffff9a6e00000000-0xffff9a6e40000000           1G                               pud
[    1.883565] 0xffff9a6e40000000-0xffff9a6f00000000           3G     RW         PSE     GLB NX pud
[    1.883584] 0xffff9a6f00000000-0xffff9a6f03200000          50M     RW         PSE     GLB NX pmd
[    1.883615] 0xffff9a6f03200000-0xffff9a6f033ff000        2044K     RW                 GLB NX pte
[    1.883634] 0xffff9a6f033ff000-0xffff9a6f03400000           4K     ro                 GLB NX pte
[    1.883665] 0xffff9a6f03400000-0xffff9a6f40000000         972M     RW         PSE     GLB NX pmd
[    1.883686] 0xffff9a6f40000000-0xffff9a7d40000000          56G     RW         PSE     GLB NX pud
[    1.883711] 0xffff9a7d40000000-0xffff9a7d5e200000         482M     RW         PSE     GLB NX pmd
[    1.883736] 0xffff9a7d5e200000-0xffff9a7d5e300000           1M     RW                 GLB NX pte
[    1.883760] 0xffff9a7d5e300000-0xffff9a7d5e400000           1M                               pte
[    1.883778] 0xffff9a7d5e400000-0xffff9a7d80000000         540M                               pmd
[    1.883792] 0xffff9a7d80000000-0xffff9a8000000000          10G                               pud
[    1.883807] 0xffff9a8000000000-0xffffa78000000000          13T                               pgd
[    1.883825] 0xffffa78000000000-0xffffa7cd40000000         309G                               pud
[    1.883840] 0xffffa7cd40000000-0xffffa7cd40004000          16K     RW                 GLB NX pte
[    1.883859] 0xffffa7cd40004000-0xffffa7cd40005000           4K                               pte
[    1.883874] 0xffffa7cd40005000-0xffffa7cd40006000           4K     RW                 GLB NX pte
[    1.883893] 0xffffa7cd40006000-0xffffa7cd40007000           4K                               pte
[    1.883908] 0xffffa7cd40007000-0xffffa7cd40008000           4K     RW                 GLB NX pte
[    1.883927] 0xffffa7cd40008000-0xffffa7cd40009000           4K                               pte
[    1.883950] 0xffffa7cd40009000-0xffffa7cd4000a000           4K     RW                 GLB NX pte
[    1.883970] 0xffffa7cd4000a000-0xffffa7cd4000b000           4K                               pte
[    1.883985] 0xffffa7cd4000b000-0xffffa7cd4000c000           4K     RW                 GLB NX pte
[    1.884004] 0xffffa7cd4000c000-0xffffa7cd4000d000           4K                               pte
[    1.884019] 0xffffa7cd4000d000-0xffffa7cd4000e000           4K     RW                 GLB NX pte
[    1.884038] 0xffffa7cd4000e000-0xffffa7cd40010000           8K                               pte
[    1.884053] 0xffffa7cd40010000-0xffffa7cd4001d000          52K     RW                 GLB NX pte
[    1.884072] 0xffffa7cd4001d000-0xffffa7cd4001e000           4K                               pte
[    1.884087] 0xffffa7cd4001e000-0xffffa7cd4001f000           4K     RW                 GLB NX pte
[    1.884106] 0xffffa7cd4001f000-0xffffa7cd40020000           4K                               pte
[    1.884121] 0xffffa7cd40020000-0xffffa7cd40028000          32K     RW                 GLB NX pte
[    1.884141] 0xffffa7cd40028000-0xffffa7cd40029000           4K                               pte
[    1.884155] 0xffffa7cd40029000-0xffffa7cd4002a000           4K     RW                 GLB NX pte
[    1.884175] 0xffffa7cd4002a000-0xffffa7cd4002c000           8K                               pte
[    1.884189] 0xffffa7cd4002c000-0xffffa7cd40030000          16K     RW                 GLB NX pte
[    1.884208] 0xffffa7cd40030000-0xffffa7cd40031000           4K                               pte
[    1.884223] 0xffffa7cd40031000-0xffffa7cd40032000           4K     RW                 GLB NX pte
[    1.884242] 0xffffa7cd40032000-0xffffa7cd40033000           4K                               pte
[    1.884257] 0xffffa7cd40033000-0xffffa7cd40034000           4K     RW                 GLB NX pte
[    1.884276] 0xffffa7cd40034000-0xffffa7cd40035000           4K                               pte
[    1.884291] 0xffffa7cd40035000-0xffffa7cd40036000           4K     RW                 GLB NX pte
[    1.884310] 0xffffa7cd40036000-0xffffa7cd40038000           8K                               pte
[    1.884325] 0xffffa7cd40038000-0xffffa7cd4003e000          24K     RW                 GLB NX pte
[    1.884344] 0xffffa7cd4003e000-0xffffa7cd40040000           8K                               pte
[    1.884359] 0xffffa7cd40040000-0xffffa7cd4004e000          56K     RW                 GLB NX pte
[    1.884378] 0xffffa7cd4004e000-0xffffa7cd4004f000           4K                               pte
[    1.884393] 0xffffa7cd4004f000-0xffffa7cd40050000           4K     RW                 GLB NX pte
[    1.884411] 0xffffa7cd40050000-0xffffa7cd40052000           8K                               pte
[    1.884426] 0xffffa7cd40052000-0xffffa7cd40054000           8K     RW                 GLB NX pte
[    1.884445] 0xffffa7cd40054000-0xffffa7cd40056000           8K                               pte
[    1.884460] 0xffffa7cd40056000-0xffffa7cd40058000           8K     RW                 GLB NX pte
[    1.884479] 0xffffa7cd40058000-0xffffa7cd40059000           4K                               pte
[    1.884494] 0xffffa7cd40059000-0xffffa7cd4005a000           4K     RW                 GLB NX pte
[    1.884513] 0xffffa7cd4005a000-0xffffa7cd4005c000           8K                               pte
[    1.884527] 0xffffa7cd4005c000-0xffffa7cd4005e000           8K     RW                 GLB NX pte
[    1.884547] 0xffffa7cd4005e000-0xffffa7cd4005f000           4K                               pte
[    1.884561] 0xffffa7cd4005f000-0xffffa7cd40060000           4K     RW                 GLB NX pte
[    1.884580] 0xffffa7cd40060000-0xffffa7cd40061000           4K                               pte
[    1.884595] 0xffffa7cd40061000-0xffffa7cd40062000           4K     RW                 GLB NX pte
[    1.884614] 0xffffa7cd40062000-0xffffa7cd40064000           8K                               pte
[    1.884629] 0xffffa7cd40064000-0xffffa7cd40068000          16K     RW                 GLB NX pte
[    1.884648] 0xffffa7cd40068000-0xffffa7cd40069000           4K                               pte
[    1.884663] 0xffffa7cd40069000-0xffffa7cd4006a000           4K     RW                 GLB NX pte
[    1.884682] 0xffffa7cd4006a000-0xffffa7cd4006b000           4K                               pte
[    1.884697] 0xffffa7cd4006b000-0xffffa7cd4006c000           4K     RW                 GLB NX pte
[    1.884717] 0xffffa7cd4006c000-0xffffa7cd4006d000           4K                               pte
[    1.884731] 0xffffa7cd4006d000-0xffffa7cd4006e000           4K     RW                 GLB NX pte
[    1.884750] 0xffffa7cd4006e000-0xffffa7cd4006f000           4K                               pte
[    1.884765] 0xffffa7cd4006f000-0xffffa7cd40070000           4K     RW                 GLB NX pte
[    1.884784] 0xffffa7cd40070000-0xffffa7cd40072000           8K                               pte
[    1.884798] 0xffffa7cd40072000-0xffffa7cd40074000           8K     RW                 GLB NX pte
[    1.884817] 0xffffa7cd40074000-0xffffa7cd40075000           4K                               pte
[    1.884832] 0xffffa7cd40075000-0xffffa7cd40076000           4K     RW                 GLB NX pte
[    1.884851] 0xffffa7cd40076000-0xffffa7cd40077000           4K                               pte
[    1.884866] 0xffffa7cd40077000-0xffffa7cd40078000           4K     RW                 GLB NX pte
[    1.884885] 0xffffa7cd40078000-0xffffa7cd40079000           4K                               pte
[    1.884900] 0xffffa7cd40079000-0xffffa7cd4007a000           4K     RW                 GLB NX pte
[    1.884919] 0xffffa7cd4007a000-0xffffa7cd4007b000           4K                               pte
[    1.884933] 0xffffa7cd4007b000-0xffffa7cd4007c000           4K     RW                 GLB NX pte
[    1.884950] 0xffffa7cd4007c000-0xffffa7cd4007d000           4K                               pte
[    1.884965] 0xffffa7cd4007d000-0xffffa7cd4007e000           4K     RW     PCD         GLB NX pte
[    1.884985] 0xffffa7cd4007e000-0xffffa7cd40080000           8K                               pte
[    1.885002] 0xffffa7cd40080000-0xffffa7cd40100000         512K     RW     PCD         GLB NX pte
[    1.885026] 0xffffa7cd40100000-0xffffa7cd40200000           1M                               pte
[    1.885048] 0xffffa7cd40200000-0xffffa7cd80000000        1022M                               pmd
[    1.885538] 0xffffa7cd80000000-0xffffc80000000000       32970G                               pud
[    1.885554] 0xffffc80000000000-0xfffff40000000000          44T                               pgd
[    1.885572] 0xfffff40000000000-0xfffff43f40000000         253G                               pud
[    1.885587] 0xfffff43f40000000-0xfffff43f43000000          48M     RW         PSE     GLB NX pmd
[    1.885606] 0xfffff43f43000000-0xfffff43f44000000          16M                               pmd
[    1.885633] 0xfffff43f44000000-0xfffff43f80800000         968M     RW         PSE     GLB NX pmd
[    1.885659] 0xfffff43f80800000-0xfffff43fc0000000        1016M                               pmd
[    1.885676] 0xfffff43fc0000000-0xfffff48000000000         257G                               pud
[    1.885690] 0xfffff48000000000-0xfffffe0000000000        9728G                               pgd
[    1.885705] ---[ CPU entry Area ]---
[    1.885711] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    1.885741] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    1.885763] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    1.885778] 0xfffffe0040000000-0xfffffe0180000000           5G                               pud
[    1.885799] 0xfffffe0180000000-0xfffffe01bb800000         952M                               pmd
[    1.885824] 0xfffffe01bb800000-0xfffffe01bb9c0000        1792K                               pte
[    1.885838] 0xfffffe01bb9c0000-0xfffffe01bb9c1000           4K     ro                 GLB NX pte
[    1.885858] 0xfffffe01bb9c1000-0xfffffe01bb9c2000           4K     RW                 GLB NX pte
[    1.885877] 0xfffffe01bb9c2000-0xfffffe01bb9c7000          20K     ro                 GLB NX pte
[    1.885896] 0xfffffe01bb9c7000-0xfffffe01bb9c8000           4K                               pte
[    1.885911] 0xfffffe01bb9c8000-0xfffffe01bb9ca000           8K     RW                 GLB NX pte
[    1.885930] 0xfffffe01bb9ca000-0xfffffe01bb9cb000           4K                               pte
[    1.885950] 0xfffffe01bb9cb000-0xfffffe01bb9cd000           8K     RW                 GLB NX pte
[    1.885970] 0xfffffe01bb9cd000-0xfffffe01bb9ce000           4K                               pte
[    1.885984] 0xfffffe01bb9ce000-0xfffffe01bb9d0000           8K     RW                 GLB NX pte
[    1.886004] 0xfffffe01bb9d0000-0xfffffe01bb9d1000           4K                               pte
[    1.886019] 0xfffffe01bb9d1000-0xfffffe01bb9d3000           8K     RW                 GLB NX pte
[    1.886039] 0xfffffe01bb9d3000-0xfffffe01bba00000         180K                               pte
[    1.886053] 0xfffffe01bba00000-0xfffffe01c0000000          70M                               pmd
[    1.886067] 0xfffffe01c0000000-0xfffffe0540000000          14G                               pud
[    1.886082] 0xfffffe0540000000-0xfffffe0547a00000         122M                               pmd
[    1.886104] 0xfffffe0547a00000-0xfffffe0547b6c000        1456K                               pte
[    1.886119] 0xfffffe0547b6c000-0xfffffe0547b6d000           4K     ro                 GLB NX pte
[    1.886138] 0xfffffe0547b6d000-0xfffffe0547b6e000           4K     RW                 GLB NX pte
[    1.886158] 0xfffffe0547b6e000-0xfffffe0547b73000          20K     ro                 GLB NX pte
[    1.886177] 0xfffffe0547b73000-0xfffffe0547b74000           4K                               pte
[    1.886192] 0xfffffe0547b74000-0xfffffe0547b76000           8K     RW                 GLB NX pte
[    1.886211] 0xfffffe0547b76000-0xfffffe0547b77000           4K                               pte
[    1.886226] 0xfffffe0547b77000-0xfffffe0547b79000           8K     RW                 GLB NX pte
[    1.886245] 0xfffffe0547b79000-0xfffffe0547b7a000           4K                               pte
[    1.886260] 0xfffffe0547b7a000-0xfffffe0547b7c000           8K     RW                 GLB NX pte
[    1.886279] 0xfffffe0547b7c000-0xfffffe0547b7d000           4K                               pte
[    1.886294] 0xfffffe0547b7d000-0xfffffe0547b7f000           8K     RW                 GLB NX pte
[    1.886316] 0xfffffe0547b7f000-0xfffffe0547c00000         516K                               pte
[    1.886336] 0xfffffe0547c00000-0xfffffe0580000000         900M                               pmd
[    1.886351] 0xfffffe0580000000-0xfffffe0ec0000000          37G                               pud
[    1.886369] 0xfffffe0ec0000000-0xfffffe0ee0000000         512M                               pmd
[    1.886392] 0xfffffe0ee0000000-0xfffffe0ee017d000        1524K                               pte
[    1.886407] 0xfffffe0ee017d000-0xfffffe0ee017e000           4K     ro                 GLB NX pte
[    1.886426] 0xfffffe0ee017e000-0xfffffe0ee017f000           4K     RW                 GLB NX pte
[    1.886445] 0xfffffe0ee017f000-0xfffffe0ee0184000          20K     ro                 GLB NX pte
[    1.886464] 0xfffffe0ee0184000-0xfffffe0ee0185000           4K                               pte
[    1.886479] 0xfffffe0ee0185000-0xfffffe0ee0187000           8K     RW                 GLB NX pte
[    1.886499] 0xfffffe0ee0187000-0xfffffe0ee0188000           4K                               pte
[    1.886513] 0xfffffe0ee0188000-0xfffffe0ee018a000           8K     RW                 GLB NX pte
[    1.886532] 0xfffffe0ee018a000-0xfffffe0ee018b000           4K                               pte
[    1.886547] 0xfffffe0ee018b000-0xfffffe0ee018d000           8K     RW                 GLB NX pte
[    1.886566] 0xfffffe0ee018d000-0xfffffe0ee018e000           4K                               pte
[    1.886581] 0xfffffe0ee018e000-0xfffffe0ee0190000           8K     RW                 GLB NX pte
[    1.886603] 0xfffffe0ee0190000-0xfffffe0ee0200000         448K                               pte
[    1.886621] 0xfffffe0ee0200000-0xfffffe0f00000000         510M                               pmd
[    1.886636] 0xfffffe0f00000000-0xfffffe1640000000          29G                               pud
[    1.886652] 0xfffffe1640000000-0xfffffe164b800000         184M                               pmd
[    1.886677] 0xfffffe164b800000-0xfffffe164b9dd000        1908K                               pte
[    1.886692] 0xfffffe164b9dd000-0xfffffe164b9de000           4K     ro                 GLB NX pte
[    1.886712] 0xfffffe164b9de000-0xfffffe164b9df000           4K     RW                 GLB NX pte
[    1.886731] 0xfffffe164b9df000-0xfffffe164b9e4000          20K     ro                 GLB NX pte
[    1.886750] 0xfffffe164b9e4000-0xfffffe164b9e5000           4K                               pte
[    1.886765] 0xfffffe164b9e5000-0xfffffe164b9e7000           8K     RW                 GLB NX pte
[    1.886784] 0xfffffe164b9e7000-0xfffffe164b9e8000           4K                               pte
[    1.886799] 0xfffffe164b9e8000-0xfffffe164b9ea000           8K     RW                 GLB NX pte
[    1.886818] 0xfffffe164b9ea000-0xfffffe164b9eb000           4K                               pte
[    1.886833] 0xfffffe164b9eb000-0xfffffe164b9ed000           8K     RW                 GLB NX pte
[    1.886852] 0xfffffe164b9ed000-0xfffffe164b9ee000           4K                               pte
[    1.886867] 0xfffffe164b9ee000-0xfffffe164b9f0000           8K     RW                 GLB NX pte
[    1.886887] 0xfffffe164b9f0000-0xfffffe164ba00000          64K                               pte
[    1.886907] 0xfffffe164ba00000-0xfffffe1680000000         838M                               pmd
[    1.886920] 0xfffffe1680000000-0xfffffe1980000000          12G                               pud
[    1.886939] 0xfffffe1980000000-0xfffffe19a7200000         626M                               pmd
[    1.886967] 0xfffffe19a7200000-0xfffffe19a72a0000         640K                               pte
[    1.886982] 0xfffffe19a72a0000-0xfffffe19a72a1000           4K     ro                 GLB NX pte
[    1.887001] 0xfffffe19a72a1000-0xfffffe19a72a2000           4K     RW                 GLB NX pte
[    1.887021] 0xfffffe19a72a2000-0xfffffe19a72a7000          20K     ro                 GLB NX pte
[    1.887040] 0xfffffe19a72a7000-0xfffffe19a72a8000           4K                               pte
[    1.887055] 0xfffffe19a72a8000-0xfffffe19a72aa000           8K     RW                 GLB NX pte
[    1.887074] 0xfffffe19a72aa000-0xfffffe19a72ab000           4K                               pte
[    1.887089] 0xfffffe19a72ab000-0xfffffe19a72ad000           8K     RW                 GLB NX pte
[    1.887108] 0xfffffe19a72ad000-0xfffffe19a72ae000           4K                               pte
[    1.887123] 0xfffffe19a72ae000-0xfffffe19a72b0000           8K     RW                 GLB NX pte
[    1.887142] 0xfffffe19a72b0000-0xfffffe19a72b1000           4K                               pte
[    1.887157] 0xfffffe19a72b1000-0xfffffe19a72b3000           8K     RW                 GLB NX pte
[    1.887183] 0xfffffe19a72b3000-0xfffffe19a7400000        1332K                               pte
[    1.887200] 0xfffffe19a7400000-0xfffffe19c0000000         396M                               pmd
[    1.887215] 0xfffffe19c0000000-0xfffffe2780000000          55G                               pud
[    1.887235] 0xfffffe2780000000-0xfffffe27b0c00000         780M                               pmd
[    1.887253] 0xfffffe27b0c00000-0xfffffe27b0ca9000         676K                               pte
[    1.887268] 0xfffffe27b0ca9000-0xfffffe27b0caa000           4K     ro                 GLB NX pte
[    1.887287] 0xfffffe27b0caa000-0xfffffe27b0cab000           4K     RW                 GLB NX pte
[    1.887306] 0xfffffe27b0cab000-0xfffffe27b0cb0000          20K     ro                 GLB NX pte
[    1.887326] 0xfffffe27b0cb0000-0xfffffe27b0cb1000           4K                               pte
[    1.887341] 0xfffffe27b0cb1000-0xfffffe27b0cb3000           8K     RW                 GLB NX pte
[    1.887360] 0xfffffe27b0cb3000-0xfffffe27b0cb4000           4K                               pte
[    1.887375] 0xfffffe27b0cb4000-0xfffffe27b0cb6000           8K     RW                 GLB NX pte
[    1.887394] 0xfffffe27b0cb6000-0xfffffe27b0cb7000           4K                               pte
[    1.887409] 0xfffffe27b0cb7000-0xfffffe27b0cb9000           8K     RW                 GLB NX pte
[    1.887428] 0xfffffe27b0cb9000-0xfffffe27b0cba000           4K                               pte
[    1.887443] 0xfffffe27b0cba000-0xfffffe27b0cbc000           8K     RW                 GLB NX pte
[    1.887468] 0xfffffe27b0cbc000-0xfffffe27b0e00000        1296K                               pte
[    1.887484] 0xfffffe27b0e00000-0xfffffe27c0000000         242M                               pmd
[    1.887499] 0xfffffe27c0000000-0xfffffe3540000000          54G                               pud
[    1.887518] 0xfffffe3540000000-0xfffffe3561a00000         538M                               pmd
[    1.887534] 0xfffffe3561a00000-0xfffffe3561a51000         324K                               pte
[    1.887549] 0xfffffe3561a51000-0xfffffe3561a52000           4K     ro                 GLB NX pte
[    1.887568] 0xfffffe3561a52000-0xfffffe3561a53000           4K     RW                 GLB NX pte
[    1.887587] 0xfffffe3561a53000-0xfffffe3561a58000          20K     ro                 GLB NX pte
[    1.887606] 0xfffffe3561a58000-0xfffffe3561a59000           4K                               pte
[    1.887621] 0xfffffe3561a59000-0xfffffe3561a5b000           8K     RW                 GLB NX pte
[    1.887640] 0xfffffe3561a5b000-0xfffffe3561a5c000           4K                               pte
[    1.887655] 0xfffffe3561a5c000-0xfffffe3561a5e000           8K     RW                 GLB NX pte
[    1.887674] 0xfffffe3561a5e000-0xfffffe3561a5f000           4K                               pte
[    1.887689] 0xfffffe3561a5f000-0xfffffe3561a61000           8K     RW                 GLB NX pte
[    1.887708] 0xfffffe3561a61000-0xfffffe3561a62000           4K                               pte
[    1.887723] 0xfffffe3561a62000-0xfffffe3561a64000           8K     RW                 GLB NX pte
[    1.887751] 0xfffffe3561a64000-0xfffffe3561c00000        1648K                               pte
[    1.887769] 0xfffffe3561c00000-0xfffffe3580000000         484M                               pmd
[    1.887783] 0xfffffe3580000000-0xfffffe3980000000          16G                               pud
[    1.887805] 0xfffffe3980000000-0xfffffe39bfa00000        1018M                               pmd
[    1.887824] 0xfffffe39bfa00000-0xfffffe39bfad7000         860K                               pte
[    1.887839] 0xfffffe39bfad7000-0xfffffe39bfad8000           4K     ro                 GLB NX pte
[    1.887858] 0xfffffe39bfad8000-0xfffffe39bfad9000           4K     RW                 GLB NX pte
[    1.887877] 0xfffffe39bfad9000-0xfffffe39bfade000          20K     ro                 GLB NX pte
[    1.887896] 0xfffffe39bfade000-0xfffffe39bfadf000           4K                               pte
[    1.887911] 0xfffffe39bfadf000-0xfffffe39bfae1000           8K     RW                 GLB NX pte
[    1.887930] 0xfffffe39bfae1000-0xfffffe39bfae2000           4K                               pte
[    1.887945] 0xfffffe39bfae2000-0xfffffe39bfae4000           8K     RW                 GLB NX pte
[    1.887968] 0xfffffe39bfae4000-0xfffffe39bfae5000           4K                               pte
[    1.887983] 0xfffffe39bfae5000-0xfffffe39bfae7000           8K     RW                 GLB NX pte
[    1.888002] 0xfffffe39bfae7000-0xfffffe39bfae8000           4K                               pte
[    1.888016] 0xfffffe39bfae8000-0xfffffe39bfaea000           8K     RW                 GLB NX pte
[    1.888041] 0xfffffe39bfaea000-0xfffffe39bfc00000        1112K                               pte
[    1.888055] 0xfffffe39bfc00000-0xfffffe39c0000000           4M                               pmd
[    1.888070] 0xfffffe39c0000000-0xfffffe3a00000000           1G                               pud
[    1.888087] 0xfffffe3a00000000-0xfffffe3a1b000000         432M                               pmd
[    1.888112] 0xfffffe3a1b000000-0xfffffe3a1b1db000        1900K                               pte
[    1.888126] 0xfffffe3a1b1db000-0xfffffe3a1b1dc000           4K     ro                 GLB NX pte
[    1.888145] 0xfffffe3a1b1dc000-0xfffffe3a1b1dd000           4K     RW                 GLB NX pte
[    1.888164] 0xfffffe3a1b1dd000-0xfffffe3a1b1e2000          20K     ro                 GLB NX pte
[    1.888183] 0xfffffe3a1b1e2000-0xfffffe3a1b1e3000           4K                               pte
[    1.888198] 0xfffffe3a1b1e3000-0xfffffe3a1b1e5000           8K     RW                 GLB NX pte
[    1.888217] 0xfffffe3a1b1e5000-0xfffffe3a1b1e6000           4K                               pte
[    1.888232] 0xfffffe3a1b1e6000-0xfffffe3a1b1e8000           8K     RW                 GLB NX pte
[    1.888251] 0xfffffe3a1b1e8000-0xfffffe3a1b1e9000           4K                               pte
[    1.888265] 0xfffffe3a1b1e9000-0xfffffe3a1b1eb000           8K     RW                 GLB NX pte
[    1.888284] 0xfffffe3a1b1eb000-0xfffffe3a1b1ec000           4K                               pte
[    1.888299] 0xfffffe3a1b1ec000-0xfffffe3a1b1ee000           8K     RW                 GLB NX pte
[    1.888319] 0xfffffe3a1b1ee000-0xfffffe3a1b200000          72K                               pte
[    1.888337] 0xfffffe3a1b200000-0xfffffe3a40000000         590M                               pmd
[    1.888351] 0xfffffe3a40000000-0xfffffe40c0000000          26G                               pud
[    1.888366] 0xfffffe40c0000000-0xfffffe40ce800000         232M                               pmd
[    1.888391] 0xfffffe40ce800000-0xfffffe40ce9c3000        1804K                               pte
[    1.888406] 0xfffffe40ce9c3000-0xfffffe40ce9c4000           4K     ro                 GLB NX pte
[    1.888425] 0xfffffe40ce9c4000-0xfffffe40ce9c5000           4K     RW                 GLB NX pte
[    1.888444] 0xfffffe40ce9c5000-0xfffffe40ce9ca000          20K     ro                 GLB NX pte
[    1.888463] 0xfffffe40ce9ca000-0xfffffe40ce9cb000           4K                               pte
[    1.888478] 0xfffffe40ce9cb000-0xfffffe40ce9cd000           8K     RW                 GLB NX pte
[    1.888497] 0xfffffe40ce9cd000-0xfffffe40ce9ce000           4K                               pte
[    1.888512] 0xfffffe40ce9ce000-0xfffffe40ce9d0000           8K     RW                 GLB NX pte
[    1.888531] 0xfffffe40ce9d0000-0xfffffe40ce9d1000           4K                               pte
[    1.888546] 0xfffffe40ce9d1000-0xfffffe40ce9d3000           8K     RW                 GLB NX pte
[    1.888565] 0xfffffe40ce9d3000-0xfffffe40ce9d4000           4K                               pte
[    1.888579] 0xfffffe40ce9d4000-0xfffffe40ce9d6000           8K     RW                 GLB NX pte
[    1.888599] 0xfffffe40ce9d6000-0xfffffe40cea00000         168K                               pte
[    1.888619] 0xfffffe40cea00000-0xfffffe4100000000         790M                               pmd
[    1.888632] 0xfffffe4100000000-0xfffffe4380000000          10G                               pud
[    1.888653] 0xfffffe4380000000-0xfffffe43b3e00000         830M                               pmd
[    1.888679] 0xfffffe43b3e00000-0xfffffe43b3ffd000        2036K                               pte
[    1.888693] 0xfffffe43b3ffd000-0xfffffe43b3ffe000           4K     ro                 GLB NX pte
[    1.888712] 0xfffffe43b3ffe000-0xfffffe43b3fff000           4K     RW                 GLB NX pte
[    1.888732] 0xfffffe43b3fff000-0xfffffe43b4004000          20K     ro                 GLB NX pte
[    1.888752] 0xfffffe43b4004000-0xfffffe43b4005000           4K                               pte
[    1.888766] 0xfffffe43b4005000-0xfffffe43b4007000           8K     RW                 GLB NX pte
[    1.888785] 0xfffffe43b4007000-0xfffffe43b4008000           4K                               pte
[    1.888800] 0xfffffe43b4008000-0xfffffe43b400a000           8K     RW                 GLB NX pte
[    1.888819] 0xfffffe43b400a000-0xfffffe43b400b000           4K                               pte
[    1.888834] 0xfffffe43b400b000-0xfffffe43b400d000           8K     RW                 GLB NX pte
[    1.888853] 0xfffffe43b400d000-0xfffffe43b400e000           4K                               pte
[    1.888868] 0xfffffe43b400e000-0xfffffe43b4010000           8K     RW                 GLB NX pte
[    1.888898] 0xfffffe43b4010000-0xfffffe43b4200000        1984K                               pte
[    1.888913] 0xfffffe43b4200000-0xfffffe43c0000000         190M                               pmd
[    1.888928] 0xfffffe43c0000000-0xfffffe5b80000000          95G                               pud
[    1.888952] 0xfffffe5b80000000-0xfffffe5bb9a00000         922M                               pmd
[    1.888970] 0xfffffe5bb9a00000-0xfffffe5bb9a79000         484K                               pte
[    1.888984] 0xfffffe5bb9a79000-0xfffffe5bb9a7a000           4K     ro                 GLB NX pte
[    1.889004] 0xfffffe5bb9a7a000-0xfffffe5bb9a7b000           4K     RW                 GLB NX pte
[    1.889023] 0xfffffe5bb9a7b000-0xfffffe5bb9a80000          20K     ro                 GLB NX pte
[    1.889042] 0xfffffe5bb9a80000-0xfffffe5bb9a81000           4K                               pte
[    1.889057] 0xfffffe5bb9a81000-0xfffffe5bb9a83000           8K     RW                 GLB NX pte
[    1.889076] 0xfffffe5bb9a83000-0xfffffe5bb9a84000           4K                               pte
[    1.889091] 0xfffffe5bb9a84000-0xfffffe5bb9a86000           8K     RW                 GLB NX pte
[    1.889110] 0xfffffe5bb9a86000-0xfffffe5bb9a87000           4K                               pte
[    1.889125] 0xfffffe5bb9a87000-0xfffffe5bb9a89000           8K     RW                 GLB NX pte
[    1.889144] 0xfffffe5bb9a89000-0xfffffe5bb9a8a000           4K                               pte
[    1.889159] 0xfffffe5bb9a8a000-0xfffffe5bb9a8c000           8K     RW                 GLB NX pte
[    1.889186] 0xfffffe5bb9a8c000-0xfffffe5bb9c00000        1488K                               pte
[    1.889200] 0xfffffe5bb9c00000-0xfffffe5bc0000000         100M                               pmd
[    1.889215] 0xfffffe5bc0000000-0xfffffe6540000000          38G                               pud
[    1.889233] 0xfffffe6540000000-0xfffffe6567a00000         634M                               pmd
[    1.889251] 0xfffffe6567a00000-0xfffffe6567a79000         484K                               pte
[    1.889265] 0xfffffe6567a79000-0xfffffe6567a7a000           4K     ro                 GLB NX pte
[    1.889284] 0xfffffe6567a7a000-0xfffffe6567a7b000           4K     RW                 GLB NX pte
[    1.889304] 0xfffffe6567a7b000-0xfffffe6567a80000          20K     ro                 GLB NX pte
[    1.889323] 0xfffffe6567a80000-0xfffffe6567a81000           4K                               pte
[    1.889337] 0xfffffe6567a81000-0xfffffe6567a83000           8K     RW                 GLB NX pte
[    1.889357] 0xfffffe6567a83000-0xfffffe6567a84000           4K                               pte
[    1.889371] 0xfffffe6567a84000-0xfffffe6567a86000           8K     RW                 GLB NX pte
[    1.889390] 0xfffffe6567a86000-0xfffffe6567a87000           4K                               pte
[    1.889405] 0xfffffe6567a87000-0xfffffe6567a89000           8K     RW                 GLB NX pte
[    1.889424] 0xfffffe6567a89000-0xfffffe6567a8a000           4K                               pte
[    1.889439] 0xfffffe6567a8a000-0xfffffe6567a8c000           8K     RW                 GLB NX pte
[    1.889466] 0xfffffe6567a8c000-0xfffffe6567c00000        1488K                               pte
[    1.889485] 0xfffffe6567c00000-0xfffffe658b000000         564M                               pmd
[    1.889508] 0xfffffe658b000000-0xfffffe658b16d000        1460K                               pte
[    1.889523] 0xfffffe658b16d000-0xfffffe658b16e000           4K     ro                 GLB NX pte
[    1.889542] 0xfffffe658b16e000-0xfffffe658b16f000           4K     RW                 GLB NX pte
[    1.889561] 0xfffffe658b16f000-0xfffffe658b174000          20K     ro                 GLB NX pte
[    1.889580] 0xfffffe658b174000-0xfffffe658b175000           4K                               pte
[    1.889595] 0xfffffe658b175000-0xfffffe658b177000           8K     RW                 GLB NX pte
[    1.889614] 0xfffffe658b177000-0xfffffe658b178000           4K                               pte
[    1.889629] 0xfffffe658b178000-0xfffffe658b17a000           8K     RW                 GLB NX pte
[    1.889648] 0xfffffe658b17a000-0xfffffe658b17b000           4K                               pte
[    1.889663] 0xfffffe658b17b000-0xfffffe658b17d000           8K     RW                 GLB NX pte
[    1.889682] 0xfffffe658b17d000-0xfffffe658b17e000           4K                               pte
[    1.889697] 0xfffffe658b17e000-0xfffffe658b180000           8K     RW                 GLB NX pte
[    1.889719] 0xfffffe658b180000-0xfffffe658b200000         512K                               pte
[    1.889739] 0xfffffe658b200000-0xfffffe65c0000000         846M                               pmd
[    1.889754] 0xfffffe65c0000000-0xfffffe7900000000          77G                               pud
[    1.889771] 0xfffffe7900000000-0xfffffe7917600000         374M                               pmd
[    1.889792] 0xfffffe7917600000-0xfffffe791771c000        1136K                               pte
[    1.889807] 0xfffffe791771c000-0xfffffe791771d000           4K     ro                 GLB NX pte
[    1.889826] 0xfffffe791771d000-0xfffffe791771e000           4K     RW                 GLB NX pte
[    1.889845] 0xfffffe791771e000-0xfffffe7917723000          20K     ro                 GLB NX pte
[    1.889864] 0xfffffe7917723000-0xfffffe7917724000           4K                               pte
[    1.889879] 0xfffffe7917724000-0xfffffe7917726000           8K     RW                 GLB NX pte
[    1.889898] 0xfffffe7917726000-0xfffffe7917727000           4K                               pte
[    1.889913] 0xfffffe7917727000-0xfffffe7917729000           8K     RW                 GLB NX pte
[    1.889932] 0xfffffe7917729000-0xfffffe791772a000           4K                               pte
[    1.889950] 0xfffffe791772a000-0xfffffe791772c000           8K     RW                 GLB NX pte
[    1.889969] 0xfffffe791772c000-0xfffffe791772d000           4K                               pte
[    1.889984] 0xfffffe791772d000-0xfffffe791772f000           8K     RW                 GLB NX pte
[    1.890008] 0xfffffe791772f000-0xfffffe7917800000         836K                               pte
[    1.890026] 0xfffffe7917800000-0xfffffe7940000000         648M                               pmd
[    1.890040] 0xfffffe7940000000-0xfffffe79c0000000           2G                               pud
[    1.890057] 0xfffffe79c0000000-0xfffffe79d5000000         336M                               pmd
[    1.890077] 0xfffffe79d5000000-0xfffffe79d5100000           1M                               pte
[    1.890092] 0xfffffe79d5100000-0xfffffe79d5101000           4K     ro                 GLB NX pte
[    1.890111] 0xfffffe79d5101000-0xfffffe79d5102000           4K     RW                 GLB NX pte
[    1.890131] 0xfffffe79d5102000-0xfffffe79d5107000          20K     ro                 GLB NX pte
[    1.890150] 0xfffffe79d5107000-0xfffffe79d5108000           4K                               pte
[    1.890165] 0xfffffe79d5108000-0xfffffe79d510a000           8K     RW                 GLB NX pte
[    1.890184] 0xfffffe79d510a000-0xfffffe79d510b000           4K                               pte
[    1.890198] 0xfffffe79d510b000-0xfffffe79d510d000           8K     RW                 GLB NX pte
[    1.890218] 0xfffffe79d510d000-0xfffffe79d510e000           4K                               pte
[    1.890232] 0xfffffe79d510e000-0xfffffe79d5110000           8K     RW                 GLB NX pte
[    1.890251] 0xfffffe79d5110000-0xfffffe79d5111000           4K                               pte
[    1.890266] 0xfffffe79d5111000-0xfffffe79d5113000           8K     RW                 GLB NX pte
[    1.890290] 0xfffffe79d5113000-0xfffffe79d5200000         948K                               pte
[    1.890309] 0xfffffe79d5200000-0xfffffe7a00000000         686M                               pmd
[    1.890323] 0xfffffe7a00000000-0xfffffe8000000000          24G                               pud
[    1.890337] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    1.890351] ---[ ESPfix Area ]---
[    1.890357] 0xffffff0000000000-0xffffff0500000000          20G                               pud
[    1.890372] 0xffffff0500000000-0xffffff0500001000           4K                               pte
[    1.890386] 0xffffff0500001000-0xffffff0500002000           4K     ro                 GLB NX pte
[    1.890406] 0xffffff0500002000-0xffffff0500011000          60K                               pte
[    1.890421] 0xffffff0500011000-0xffffff0500012000           4K     ro                 GLB NX pte
[    1.890440] 0xffffff0500012000-0xffffff0500021000          60K                               pte
[    1.890455] 0xffffff0500021000-0xffffff0500022000           4K     ro                 GLB NX pte
[    1.890474] 0xffffff0500022000-0xffffff0500031000          60K                               pte
[    1.890489] 0xffffff0500031000-0xffffff0500032000           4K     ro                 GLB NX pte
[    1.890509] 0xffffff0500032000-0xffffff0500041000          60K                               pte
[    1.890523] 0xffffff0500041000-0xffffff0500042000           4K     ro                 GLB NX pte
[    1.890543] 0xffffff0500042000-0xffffff0500051000          60K                               pte
[    1.890557] 0xffffff0500051000-0xffffff0500052000           4K     ro                 GLB NX pte
[    1.890577] 0xffffff0500052000-0xffffff0500061000          60K                               pte
[    1.890592] 0xffffff0500061000-0xffffff0500062000           4K     ro                 GLB NX pte
[    1.890611] 0xffffff0500062000-0xffffff0500071000          60K                               pte
[    1.912978] ... 131059 entries skipped ... 
[    1.912985] ---[ EFI Runtime Services ]---
[    1.912992] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    1.913012] 0xfffffffec0000000-0xfffffffeefc00000         764M                               pmd
[    1.913029] 0xfffffffeefc00000-0xfffffffeefc9f000         636K                               pte
[    1.913044] 0xfffffffeefc9f000-0xfffffffeefca0000           4K     RW                     NX pte
[    1.913070] 0xfffffffeefca0000-0xfffffffeefe00000        1408K                               pte
[    1.913085] 0xfffffffeefe00000-0xfffffffeefe20000         128K                               pte
[    1.913109] 0xfffffffeefe20000-0xfffffffef000b000        1964K                               pte
[    1.913127] 0xfffffffef000b000-0xfffffffef00b4000         676K     RW                     NX pte
[    1.913147] 0xfffffffef00b4000-0xfffffffef00e4000         192K                               pte
[    1.913161] 0xfffffffef00e4000-0xfffffffef00e5000           4K                               pte
[    1.913175] 0xfffffffef00e5000-0xfffffffef00e6000           4K                               pte
[    1.913196] 0xfffffffef00e6000-0xfffffffef0200000        1128K     RW                     NX pte
[    1.913215] 0xfffffffef0200000-0xfffffffef2400000          34M     RW         PSE         NX pmd
[    1.913239] 0xfffffffef2400000-0xfffffffef2523000        1164K     RW                     NX pte
[    1.913263] 0xfffffffef2523000-0xfffffffef340b000       15264K                               pte
[    1.913287] 0xfffffffef340b000-0xfffffffef35d8000        1844K                               pte
[    1.913308] 0xfffffffef35d8000-0xfffffffef3d08000        7360K                               pte
[    1.913324] 0xfffffffef3d08000-0xfffffffef3d79000         452K                               pte
[    1.913341] 0xfffffffef3d79000-0xfffffffef3e00000         540K     RW                     NX pte
[    1.913360] 0xfffffffef3e00000-0xfffffffef4400000           6M     RW         PSE         NX pmd
[    1.913387] 0xfffffffef4400000-0xfffffffef4593000        1612K     RW                     NX pte
[    1.913406] 0xfffffffef4593000-0xfffffffef4596000          12K     ro                     x  pte
[    1.913425] 0xfffffffef4596000-0xfffffffef459b000          20K     RW                     NX pte
[    1.913443] 0xfffffffef459b000-0xfffffffef459c000           4K     ro                     x  pte
[    1.913462] 0xfffffffef459c000-0xfffffffef45a1000          20K     RW                     NX pte
[    1.913481] 0xfffffffef45a1000-0xfffffffef45a5000          16K     ro                     x  pte
[    1.913500] 0xfffffffef45a5000-0xfffffffef45aa000          20K     RW                     NX pte
[    1.913518] 0xfffffffef45aa000-0xfffffffef45ab000           4K     ro                     x  pte
[    1.913537] 0xfffffffef45ab000-0xfffffffef45af000          16K     RW                     NX pte
[    1.913556] 0xfffffffef45af000-0xfffffffef45bc000          52K     ro                     x  pte
[    1.913574] 0xfffffffef45bc000-0xfffffffef45c1000          20K     RW                     NX pte
[    1.913593] 0xfffffffef45c1000-0xfffffffef45c4000          12K     ro                     x  pte
[    1.913612] 0xfffffffef45c4000-0xfffffffef45c9000          20K     RW                     NX pte
[    1.913630] 0xfffffffef45c9000-0xfffffffef45ca000           4K     ro                     x  pte
[    1.913649] 0xfffffffef45ca000-0xfffffffef45cf000          20K     RW                     NX pte
[    1.913668] 0xfffffffef45cf000-0xfffffffef45d0000           4K     ro                     x  pte
[    1.913686] 0xfffffffef45d0000-0xfffffffef45d5000          20K     RW                     NX pte
[    1.913705] 0xfffffffef45d5000-0xfffffffef45d6000           4K     ro                     x  pte
[    1.913724] 0xfffffffef45d6000-0xfffffffef45da000          16K     RW                     NX pte
[    1.913743] 0xfffffffef45da000-0xfffffffef45e6000          48K     ro                     x  pte
[    1.913761] 0xfffffffef45e6000-0xfffffffef45ed000          28K     RW                     NX pte
[    1.913780] 0xfffffffef45ed000-0xfffffffef45f2000          20K     ro                     x  pte
[    1.913799] 0xfffffffef45f2000-0xfffffffef45f7000          20K     RW                     NX pte
[    1.913818] 0xfffffffef45f7000-0xfffffffef45fa000          12K     ro                     x  pte
[    1.913836] 0xfffffffef45fa000-0xfffffffef45ff000          20K     RW                     NX pte
[    1.913855] 0xfffffffef45ff000-0xfffffffef4c00000        6148K                               pte
[    1.913878] 0xfffffffef4c00000-0xfffffffef4da6000        1688K                               pte
[    1.913898] 0xfffffffef4da6000-0xfffffffef4ea6000           1M                               pte
[    1.913913] 0xfffffffef4ea6000-0xfffffffef4ec0000         104K                               pte
[    1.913928] 0xfffffffef4ec0000-0xfffffffef4efb000         236K                               pte
[    1.913943] 0xfffffffef4efb000-0xfffffffef4f17000         112K                               pte
[    1.913961] 0xfffffffef4f17000-0xfffffffef5916000       10236K                               pte
[    1.913975] 0xfffffffef5916000-0xfffffffef5919000          12K                               pte
[    1.914002] 0xfffffffef5919000-0xfffffffef5b6a000        2372K                               pte
[    1.914017] 0xfffffffef5b6a000-0xfffffffef5b74000          40K                               pte
[    1.914032] 0xfffffffef5b74000-0xfffffffef5b8e000         104K                               pte
[    1.914046] 0xfffffffef5b8e000-0xfffffffef5b94000          24K                               pte
[    1.914061] 0xfffffffef5b94000-0xfffffffef5baa000          88K                               pte
[    1.914076] 0xfffffffef5baa000-0xfffffffef5bad000          12K                               pte
[    1.914090] 0xfffffffef5bad000-0xfffffffef5bc0000          76K                               pte
[    1.914105] 0xfffffffef5bc0000-0xfffffffef5bc5000          20K                               pte
[    1.914120] 0xfffffffef5bc5000-0xfffffffef5bda000          84K                               pte
[    1.914134] 0xfffffffef5bda000-0xfffffffef5bf2000          96K                               pte
[    1.914149] 0xfffffffef5bf2000-0xfffffffef5bfa000          32K                               pte
[    1.914163] 0xfffffffef5bfa000-0xfffffffef5c00000          24K                               pte
[    1.914179] 0xfffffffef5c00000-0xfffffffefdc00000         128M     RW         PSE         NX pmd
[    1.914198] 0xfffffffefdc00000-0xfffffffefec00000          16M     RW     PCD PSE         NX pmd
[    1.914222] 0xfffffffefec00000-0xfffffffefed00000           1M                               pte
[    1.914237] 0xfffffffefed00000-0xfffffffefed10000          64K     RW     PCD             NX pte
[    1.914258] 0xfffffffefed10000-0xfffffffefed80000         448K                               pte
[    1.914275] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    1.914294] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    1.914309] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    1.914332] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    1.914347] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    1.914367] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    1.914381] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    1.914401] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    1.914415] 0xfffffffefef80000-0xfffffffefef81000           4K     RW     PCD             NX pte
[    1.914435] 0xfffffffefef81000-0xfffffffefefc4000         268K                               pte
[    1.914450] 0xfffffffefefc4000-0xfffffffefefca000          24K     RW     PCD             NX pte
[    1.914469] 0xfffffffefefca000-0xfffffffefefcc000           8K                               pte
[    1.914483] 0xfffffffefefcc000-0xfffffffefefcf000          12K     RW     PCD             NX pte
[    1.914502] 0xfffffffefefcf000-0xfffffffefefd5000          24K                               pte
[    1.914516] 0xfffffffefefd5000-0xfffffffefefd6000           4K     RW     PCD             NX pte
[    1.914536] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    1.914550] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    1.914568] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    1.914581] ---[ High Kernel Mapping ]---
[    1.914593] 0xffffffff80000000-0xffffffffb2000000         800M                               pmd
[    1.914608] 0xffffffffb2000000-0xffffffffb5200000          50M     RW         PSE     GLB x  pmd
[    1.914637] 0xffffffffb5200000-0xffffffffb53ff000        2044K     RW                 GLB x  pte
[    1.914656] 0xffffffffb53ff000-0xffffffffb5400000           4K     ro                 GLB x  pte
[    1.914675] 0xffffffffb5400000-0xffffffffb7400000          32M     RW         PSE     GLB x  pmd
[    1.914694] 0xffffffffb7400000-0xffffffffc0000000         140M                               pmd
[    1.914707] ---[ Modules ]---
[    1.914719] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    1.914732] ---[ End Modules ]---
[    1.914737] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    1.914770] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    1.914785] ---[ Fixmap Area ]---
[    1.914793] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    1.914807] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    1.914837] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    1.914850] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    1.914893] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    1.914916] Yama: becoming mindful.
[    1.914929] SELinux:  Initializing.
[    1.914978] LSM support for eBPF active
[    1.914985] landlock: Up and running.
[    1.915096] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.915164] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.915696] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.915719] LVT offset 1 assigned for vector 0xf9
[    1.915732] LVT offset 2 assigned for vector 0xf4
[    1.915741] process: using mwait in idle threads
[    1.915749] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.915757] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.915770] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.915783] Spectre V2 : Mitigation: Retpolines
[    1.915790] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.915802] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.915811] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.915822] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.915834] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.915845] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.931355] Freeing SMP alternatives memory: 44K
[    2.034238] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    2.034621] cblist_init_generic: Setting adjustable number of callback queues.
[    2.034666] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.034724] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.034786] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.034834] Running RCU-tasks wait API self tests
[    2.141179] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.141237] ... version:                0
[    2.141261] ... bit width:              48
[    2.141284] ... generic registers:      6
[    2.141307] ... value mask:             0000ffffffffffff
[    2.141336] ... max period:             00007fffffffffff
[    2.141364] ... fixed-purpose events:   0
[    2.141386] ... event mask:             000000000000003f
[    2.142016] rcu: Hierarchical SRCU implementation.
[    2.142045] rcu: 	Max phase no-delay instances is 400.
[    2.143091] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.143500] smp: Bringing up secondary CPUs ...
[    2.143811] x86: Booting SMP configuration:
[    2.143827] .... node  #0, CPUs:        #1
[    2.146135] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.146355]   #2  #3  #4
[    2.162005] Callback from call_rcu_tasks_trace() invoked.
[    2.162228]   #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    2.177040] smp: Brought up 1 node, 16 CPUs
[    2.177040] smpboot: Max logical packages: 1
[    2.177040] smpboot: Total of 16 processors activated (105405.15 BogoMIPS)
[    2.196907] allocated 266338304 bytes of page_ext
[    2.198181] devtmpfs: initialized
[    2.198181] x86/mm: Memory block size: 2048MB
[    2.200346] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    2.200346] ACPI: PM: Registering ACPI NVS region [mem 0xbbe84000-0xbc178fff] (3100672 bytes)
[    2.203213] DMA-API: preallocated 65536 debug entries
[    2.203226] DMA-API: debugging enabled by kernel config
[    2.203236] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.203257] futex hash table entries: 4096 (order: 7, 524288 bytes, linear)
[    2.203537] pinctrl core: initialized pinctrl subsystem

[    2.203907] *************************************************************
[    2.203918] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.203930] **                                                         **
[    2.203941] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.203951] **                                                         **
[    2.203962] ** This means that this kernel is built to expose internal **
[    2.203973] ** IOMMU data structures, which may compromise security on **
[    2.203984] ** your system.                                            **
[    2.203995] **                                                         **
[    2.204006] ** If you see this message and you are not debugging the   **
[    2.204017] ** kernel, report this immediately to your vendor!         **
[    2.204028] **                                                         **
[    2.204039] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.204050] *************************************************************
[    2.204098] PM: RTC time: 01:40:40, date: 2022-12-26
[    2.204845] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.205261] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.205284] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.205307] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.205343] audit: initializing netlink subsys (disabled)
[    2.205449] audit: type=2000 audit(1672018840.336:1): state=initialized audit_enabled=0 res=1
[    2.205449] thermal_sys: Registered thermal governor 'fair_share'
[    2.205449] thermal_sys: Registered thermal governor 'bang_bang'
[    2.205449] thermal_sys: Registered thermal governor 'step_wise'
[    2.205449] thermal_sys: Registered thermal governor 'user_space'
[    2.205449] cpuidle: using governor menu
[    2.206102] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.206291] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.206313] PCI: not using MMCONFIG
[    2.206321] PCI: Using configuration type 1 for base access
[    2.206330] PCI: Using configuration type 1 for extended access
[    2.207287] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.208788] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.208788] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.208788] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.208788] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.209230] cryptd: max_cpu_qlen set to 1000
[    2.209258] raid6: skipped pq benchmark and selected avx2x4
[    2.209258] raid6: using avx2x2 recovery algorithm
[    2.209973] fbcon: Taking over console
[    2.210089] ACPI: Added _OSI(Module Device)
[    2.210098] ACPI: Added _OSI(Processor Device)
[    2.210107] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.210116] ACPI: Added _OSI(Processor Aggregator Device)
[    2.245308] Callback from call_rcu_tasks_rude() invoked.
[    2.246371] ACPI: 18 ACPI AML tables successfully acquired and loaded
[    2.253117] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.260503] ACPI: Interpreter enabled
[    2.260553] ACPI: PM: (supports S0 S4 S5)
[    2.260565] ACPI: Using IOAPIC for interrupt routing
[    2.260997] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.261094] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    2.261118] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.261133] PCI: Using E820 reservations for host bridge windows
[    2.262148] ACPI: Enabled 3 GPEs in block 00 to 1F
[    2.263758] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    2.264360] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    2.264666] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    2.267283] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    2.267544] ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
[    2.269239] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    2.269497] ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
[    2.274198] ACPI: \_SB_.PCI0.GPP5.P1NV: New power resource
[    2.274807] ACPI: \_SB_.PCI0.GPP6.P0NV: New power resource
[    2.287154] ACPI: \_SB_.PRWL: New power resource
[    2.291621] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.291639] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.291876] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    2.292299] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.292344] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.293814] PCI host bridge to bus 0000:00
[    2.293824] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.293838] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.293850] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.293863] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.293878] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.293892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    2.293905] pci_bus 0000:00: root bus resource [mem 0x1040000000-0xffffffffff window]
[    2.293921] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.293992] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    2.294338] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    2.294583] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    2.294798] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    2.294881] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.295203] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    2.295415] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    2.295452] pci 0000:00:02.1: enabling Extended Tags
[    2.295504] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.295735] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    2.295812] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.296058] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    2.296136] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.296365] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    2.296442] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.296699] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    2.296912] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    2.296968] pci 0000:00:08.1: enabling Extended Tags
[    2.297055] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.297441] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.297717] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.298033] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    2.298225] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    2.298413] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    2.298610] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    2.298802] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    2.299004] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    2.299193] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    2.299380] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    2.299681] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    2.299706] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    2.299840] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.299936] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.300237] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.300252] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.300266] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.300398] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    2.300545] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.302101] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.302119] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.302136] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.302281] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[    2.302308] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    2.302331] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    2.302354] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    2.302371] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    2.302497] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.302591] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.302847] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    2.302871] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    2.302997] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.303287] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.303304] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.303320] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.303451] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.303480] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.303513] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    2.303540] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    2.303661] pci 0000:04:00.0: supports D1 D2
[    2.303669] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.304002] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.304015] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.304028] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.304309] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    2.304369] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[    2.304424] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[    2.304478] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[    2.304747] pci 0000:05:00.0: supports D1 D2
[    2.304756] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.305649] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.305666] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.305833] pci 0000:06:00.0: [1bb1:5018] type 00 class 0x010802
[    2.305891] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[    2.306489] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.307010] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.307024] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.307195] pci 0000:07:00.0: [1bb1:5018] type 00 class 0x010802
[    2.307253] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    2.307842] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.308371] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.308385] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.308610] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[    2.308633] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[    2.308654] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[    2.308673] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    2.308688] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[    2.308708] pci 0000:08:00.0: enabling Extended Tags
[    2.308784] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.308834] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.309081] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    2.309100] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[    2.309135] pci 0000:08:00.1: enabling Extended Tags
[    2.309185] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.309409] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    2.309435] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    2.309456] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[    2.309474] pci 0000:08:00.2: enabling Extended Tags
[    2.309712] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    2.309734] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    2.309774] pci 0000:08:00.3: enabling Extended Tags
[    2.309825] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    2.310061] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    2.310084] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    2.310124] pci 0000:08:00.4: enabling Extended Tags
[    2.310176] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    2.310411] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[    2.310429] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[    2.310464] pci 0000:08:00.5: enabling Extended Tags
[    2.310513] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[    2.310720] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[    2.310739] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[    2.310783] pci 0000:08:00.6: enabling Extended Tags
[    2.310832] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[    2.311094] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.311106] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.311119] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.311133] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.313841] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.313988] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.314109] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.314245] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.314372] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.314481] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.314590] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.314699] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.317726] Low-power S0 idle used by default for system suspend
[    2.318229] iommu: Default domain type: Translated 
[    2.318229] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.318278] SCSI subsystem initialized
[    2.318354] libata version 3.00 loaded.
[    2.318354] ACPI: bus type USB registered
[    2.318354] usbcore: registered new interface driver usbfs
[    2.318354] usbcore: registered new interface driver hub
[    2.318354] usbcore: registered new device driver usb
[    2.329704] pps_core: LinuxPPS API ver. 1 registered
[    2.329715] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.329735] PTP clock support registered
[    2.329807] EDAC MC: Ver: 3.0.0
[    2.330161] Registered efivars operations
[    2.331424] NetLabel: Initializing
[    2.331434] NetLabel:  domain hash size = 128
[    2.331444] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.331967] NetLabel:  unlabeled traffic allowed by default
[    2.331985] mctp: management component transport protocol core
[    2.331997] NET: Registered PF_MCTP protocol family
[    2.332024] PCI: Using ACPI for IRQ routing
[    2.336704] PCI: pci_cache_line_size set to 64 bytes
[    2.336965] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    2.336971] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.336973] e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
[    2.336975] e820: reserve RAM buffer [mem 0xb6cb8018-0xb7ffffff]
[    2.336976] e820: reserve RAM buffer [mem 0xb6cc6018-0xb7ffffff]
[    2.336978] e820: reserve RAM buffer [mem 0xb6cd5018-0xb7ffffff]
[    2.336979] e820: reserve RAM buffer [mem 0xb9122000-0xbbffffff]
[    2.336981] e820: reserve RAM buffer [mem 0xba908000-0xbbffffff]
[    2.336983] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    2.336984] e820: reserve RAM buffer [mem 0x101e300000-0x101fffffff]
[    2.337312] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    2.337312] pci 0000:08:00.0: vgaarb: bridge control possible
[    2.337312] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.337312] vgaarb: loaded
[    2.337312] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.337312] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.339187] clocksource: Switched to clocksource tsc-early
[    2.348124] Callback from call_rcu_tasks() invoked.
[    2.398649] VFS: Disk quotas dquot_6.6.0
[    2.398685] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.399009] pnp: PnP ACPI init
[    2.399347] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.400370] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.400384] system 00:03: [io  0x040b] has been reserved
[    2.400395] system 00:03: [io  0x04d6] has been reserved
[    2.400407] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.400418] system 00:03: [io  0x0c14] has been reserved
[    2.400429] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    2.400440] system 00:03: [io  0x0c52] has been reserved
[    2.400451] system 00:03: [io  0x0c6c] has been reserved
[    2.400461] system 00:03: [io  0x0c6f] has been reserved
[    2.400472] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    2.400483] system 00:03: [io  0x0800-0x089f] has been reserved
[    2.400494] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    2.400506] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    2.400517] system 00:03: [io  0x0900-0x090f] has been reserved
[    2.400528] system 00:03: [io  0x0910-0x091f] has been reserved
[    2.400541] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.400555] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.400569] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.400582] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.400595] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.400609] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.400622] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    2.400635] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[    2.402495] pnp: PnP ACPI: found 4 devices
[    2.410838] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.411063] NET: Registered PF_INET protocol family
[    2.411363] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.413662] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    2.413965] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.413997] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.414375] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    2.415502] TCP: Hash tables configured (established 524288 bind 65536)
[    2.416130] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.416757] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.417390] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.418134] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.418163] NET: Registered PF_XDP protocol family
[    2.418177] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    2.418197] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    2.418210] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.418224] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.418238] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.418256] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.418268] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.418282] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.418299] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.418309] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    2.418322] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.418334] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.418350] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.418360] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.418372] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.418387] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.418399] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.418415] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.418426] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.418441] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.418451] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.418467] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.418476] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.418488] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.418501] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.418518] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.418528] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.418539] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.418549] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.418560] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.418572] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    2.418583] pci_bus 0000:00: resource 10 [mem 0x1040000000-0xffffffffff window]
[    2.418596] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    2.418606] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[    2.418616] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.418629] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.418640] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.418653] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.418664] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.418677] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    2.418686] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.418697] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.418710] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.418721] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.418731] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    2.418741] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[    2.418751] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.419050] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    2.419294] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    2.419317] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    2.419734] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    2.419929] PCI: CLS 64 bytes, default 64
[    2.419970] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.420175] pci 0000:00:01.0: Adding to iommu group 0
[    2.420195] Trying to unpack rootfs image as initramfs...
[    2.420225] pci 0000:00:01.1: Adding to iommu group 1
[    2.420280] pci 0000:00:02.0: Adding to iommu group 2
[    2.420320] pci 0000:00:02.1: Adding to iommu group 3
[    2.420373] pci 0000:00:02.2: Adding to iommu group 4
[    2.420412] pci 0000:00:02.3: Adding to iommu group 5
[    2.420452] pci 0000:00:02.4: Adding to iommu group 6
[    2.420515] pci 0000:00:08.0: Adding to iommu group 7
[    2.420550] pci 0000:00:08.1: Adding to iommu group 7
[    2.420612] pci 0000:00:14.0: Adding to iommu group 8
[    2.420648] pci 0000:00:14.3: Adding to iommu group 8
[    2.420786] pci 0000:00:18.0: Adding to iommu group 9
[    2.420822] pci 0000:00:18.1: Adding to iommu group 9
[    2.420858] pci 0000:00:18.2: Adding to iommu group 9
[    2.420894] pci 0000:00:18.3: Adding to iommu group 9
[    2.420932] pci 0000:00:18.4: Adding to iommu group 9
[    2.420968] pci 0000:00:18.5: Adding to iommu group 9
[    2.421004] pci 0000:00:18.6: Adding to iommu group 9
[    2.421045] pci 0000:00:18.7: Adding to iommu group 9
[    2.421085] pci 0000:01:00.0: Adding to iommu group 10
[    2.421132] pci 0000:02:00.0: Adding to iommu group 11
[    2.421177] pci 0000:03:00.0: Adding to iommu group 12
[    2.421220] pci 0000:03:00.1: Adding to iommu group 13
[    2.421259] pci 0000:04:00.0: Adding to iommu group 14
[    2.421301] pci 0000:05:00.0: Adding to iommu group 15
[    2.421341] pci 0000:06:00.0: Adding to iommu group 16
[    2.421382] pci 0000:07:00.0: Adding to iommu group 17
[    2.421412] pci 0000:08:00.0: Adding to iommu group 7
[    2.421431] pci 0000:08:00.1: Adding to iommu group 7
[    2.421449] pci 0000:08:00.2: Adding to iommu group 7
[    2.421468] pci 0000:08:00.3: Adding to iommu group 7
[    2.421489] pci 0000:08:00.4: Adding to iommu group 7
[    2.421508] pci 0000:08:00.5: Adding to iommu group 7
[    2.421527] pci 0000:08:00.6: Adding to iommu group 7
[    2.426116] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.426129] pci 0000:00:00.2: PCI INT A: not connected
[    2.426277] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.426288] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    2.426311] AMD-Vi: Interrupt remapping enabled
[    2.426319] AMD-Vi: X2APIC enabled
[    2.439552] AMD-Vi: Virtual APIC enabled
[    2.439711] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.439726] software IO TLB: mapped [mem 0x00000000a3cd0000-0x00000000a7cd0000] (64MB)
[    2.439802] LVT offset 0 assigned for vector 0x400
[    2.440130] perf: AMD IBS detected (0x000003ff)
[    2.440151] amd_uncore: 4  amd_df counters detected
[    2.440172] amd_uncore: 6  amd_l3 counters detected
[    2.440640] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.445395] Initialise system trusted keyrings
[    2.445457] Key type blacklist registered
[    2.445563] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    2.445611] zbud: loaded
[    2.446554] integrity: Platform Keyring initialized
[    2.446572] integrity: Machine keyring initialized
[    2.448990] NET: Registered PF_ALG protocol family
[    2.449016] xor: automatically using best checksumming function   avx       
[    2.449030] Key type asymmetric registered
[    2.449045] Asymmetric key parser 'x509' registered
[    3.500004] tsc: Refined TSC clocksource calibration: 3293.797 MHz
[    3.500044] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a68e2c17, max_idle_ns: 440795323013 ns
[    3.500145] clocksource: Switched to clocksource tsc
[    4.414742] Freeing initrd memory: 204012K
[    4.418831] modprobe (132) used greatest stack depth: 12992 bytes left
[    4.423198] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.423353] io scheduler mq-deadline registered
[    4.423366] io scheduler kyber registered
[    4.423404] io scheduler bfq registered
[    4.425089] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.427194] pcieport 0000:00:01.1: PME: Signaling with IRQ 36
[    4.427272] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    4.427653] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[    4.427879] pcieport 0000:00:02.2: PME: Signaling with IRQ 38
[    4.428113] pcieport 0000:00:02.3: PME: Signaling with IRQ 39
[    4.428378] pcieport 0000:00:02.4: PME: Signaling with IRQ 40
[    4.428621] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    4.429360] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.465309] ACPI: AC: AC Adapter [ADP0] (on-line)
[    4.465466] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[    4.465531] ACPI: button: Lid Switch [LID0]
[    4.465623] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.465704] ACPI: button: Power Button [PWRB]
[    4.465796] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.465858] ACPI: button: Sleep Button [SLPB]
[    4.466073] Estimated ratio of average max frequency by base frequency (times 1024): 1270
[    4.466137] Monitor-Mwait will be used to enter C-1 state
[    4.466153] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    4.466483] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    4.466741] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    4.467008] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    4.467258] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    4.467517] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    4.467771] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    4.468027] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    4.468279] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    4.468529] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    4.468780] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    4.469049] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    4.469304] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    4.469554] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    4.469805] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    4.470059] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    4.470701] thermal LNXTHERM:00: registered as thermal_zone0
[    4.470714] ACPI: thermal: Thermal Zone [TZ01] (81 C)
[    4.471197] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.472988] ACPI: battery: Slot [BAT0] (battery present)
[    4.476803] Non-volatile memory driver v1.3
[    4.476822] Linux agpgart interface v0.103
[    4.503327] ACPI: bus type drm_connector registered
[    4.508911] usbcore: registered new interface driver usbserial_generic
[    4.509011] usbserial: USB Serial support registered for generic
[    4.509077] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    4.509090] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.509366] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.509366] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.509763] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 2
[    4.509780] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 1
[    4.509872] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.510017] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.510018] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.510158] mousedev: PS/2 mouse device common for all mice
[    4.510776] rtc_cmos 00:01: RTC can wake from S4
[    4.511177] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.511207] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.511386] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 3
[    4.511387] rtc_cmos 00:01: registered as rtc0
[    4.511388] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    4.511393] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.511404] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.511460] rtc_cmos 00:01: setting system clock to 2022-12-26T01:40:42 UTC (1672018842)
[    4.511559] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.511612] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.511638] device-mapper: uevent: version 1.0.3
[    4.511716] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.511751] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.511752] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.511790] usb usb2: Product: xHCI Host Controller
[    4.511803] usb usb2: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ xhci-hcd
[    4.511827] usb usb2: SerialNumber: 0000:08:00.3
[    4.512580] hub 2-0:1.0: USB hub found
[    4.512711] hub 2-0:1.0: 4 ports detected
[    4.513425] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    4.514010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.514035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.514053] usb usb1: Product: xHCI Host Controller
[    4.514066] usb usb1: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ xhci-hcd
[    4.514090] usb usb1: SerialNumber: 0000:08:00.4
[    4.514429] hub 1-0:1.0: USB hub found
[    4.514463] hub 1-0:1.0: 4 ports detected
[    4.515345] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.515413] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.515430] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.515444] usb usb3: Product: xHCI Host Controller
[    4.515455] usb usb3: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ xhci-hcd
[    4.515474] usb usb3: SerialNumber: 0000:08:00.4
[    4.515796] hub 3-0:1.0: USB hub found
[    4.515815] hub 3-0:1.0: 2 ports detected
[    4.516355] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.516410] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.516412] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.516413] usb usb4: Product: xHCI Host Controller
[    4.516414] usb usb4: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ xhci-hcd
[    4.516415] usb usb4: SerialNumber: 0000:08:00.3
[    4.516716] hub 4-0:1.0: USB hub found
[    4.516736] hub 4-0:1.0: 2 ports detected
[    4.536061] Console: switching to colour frame buffer device 320x90
[    4.546617] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.547826] hid: raw HID events driver (C) Jiri Kosina
[    4.547925] usbcore: registered new interface driver usbhid
[    4.547939] usbhid: USB HID core driver
[    4.548325] drop_monitor: Initializing network drop monitor service
[    4.556943] Initializing XFRM netlink socket
[    4.557047] NET: Registered PF_INET6 protocol family
[    4.566458] Segment Routing with IPv6
[    4.566514] RPL Segment Routing with IPv6
[    4.566544] In-situ OAM (IOAM) with IPv6
[    4.566587] mip6: Mobile IPv6
[    4.566605] NET: Registered PF_PACKET protocol family
[    4.570676] microcode: CPU0: patch_level=0x0a50000c
[    4.570679] microcode: CPU1: patch_level=0x0a50000c
[    4.570681] microcode: CPU2: patch_level=0x0a50000c
[    4.570681] microcode: CPU3: patch_level=0x0a50000c
[    4.570697] microcode: CPU4: patch_level=0x0a50000c
[    4.570700] microcode: CPU5: patch_level=0x0a50000c
[    4.570725] microcode: CPU7: patch_level=0x0a50000c
[    4.570728] microcode: CPU9: patch_level=0x0a50000c
[    4.570794] microcode: CPU11: patch_level=0x0a50000c
[    4.570796] microcode: CPU10: patch_level=0x0a50000c
[    4.570808] microcode: CPU6: patch_level=0x0a50000c
[    4.570812] microcode: CPU13: patch_level=0x0a50000c
[    4.570812] microcode: CPU12: patch_level=0x0a50000c
[    4.570813] microcode: CPU14: patch_level=0x0a50000c
[    4.570815] microcode: CPU15: patch_level=0x0a50000c
[    4.572859] microcode: CPU8: patch_level=0x0a50000c
[    4.572896] microcode: Microcode Update Driver: v2.2.
[    4.573295] resctrl: L3 allocation detected
[    4.573332] resctrl: MB allocation detected
[    4.573347] resctrl: L3 monitoring detected
[    4.573367] IPI shorthand broadcast: enabled
[    4.573408] AVX2 version of gcm_enc/dec engaged.
[    4.573547] AES CTR mode by8 optimization enabled
[    4.579742] sched_clock: Marking stable (4575944628, 3005937)->(4607087695, -28137130)
[    4.581417] registered taskstats version 1
[    4.581994] Loading compiled-in X.509 certificates
[    4.587335] Loaded X.509 cert 'Build time autogenerated kernel key: 4999d3d51b9a21f3bcda62d1456b9628a57b82b7'
[    4.589602] zswap: loaded using pool lzo/zbud
[    4.599771] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.744192] page_owner is disabled
[    4.745321] Key type .fscrypt registered
[    4.745358] Key type fscrypt-provisioning registered
[    4.747219] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.747390] Key type big_key registered
[    4.748336] Key type trusted registered
[    4.750968] usb 2-3: new full-speed USB device number 2 using xhci_hcd
[    4.755947] Key type encrypted registered
[    4.756510] Loading compiled-in module X.509 certificates
[    4.757024] Loaded X.509 cert 'Build time autogenerated kernel key: 4999d3d51b9a21f3bcda62d1456b9628a57b82b7'
[    4.757066] ima: Allocated hash algorithm: sha256
[    4.757978] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    4.796099] ima: No architecture policies found
[    4.797084] evm: Initialising EVM extended attributes:
[    4.797861] evm: security.selinux
[    4.798510] evm: security.SMACK64 (disabled)
[    4.799134] evm: security.SMACK64EXEC (disabled)
[    4.799737] evm: security.SMACK64TRANSMUTE (disabled)
[    4.800342] evm: security.SMACK64MMAP (disabled)
[    4.800930] evm: security.apparmor (disabled)
[    4.801521] evm: security.ima
[    4.802100] evm: security.capability
[    4.802670] evm: HMAC attrs: 0x1
[    4.879133] alg: No test for 842 (842-scomp)
[    4.880003] alg: No test for 842 (842-generic)
[    4.888245] usb 1-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    4.888802] usb 1-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    4.889215] usb 1-4: Product: Wireless_Device
[    4.889580] usb 1-4: Manufacturer: MediaTek Inc.
[    4.889935] usb 1-4: SerialNumber: 000000000
[    4.892837] cryptomgr_test (268) used greatest stack depth: 12888 bytes left
[    4.899717] cryptomgr_test (270) used greatest stack depth: 12752 bytes left
[    4.901461] usb 2-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[    4.902076] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.902524] usb 2-3: Product: N-KEY Device
[    4.902890] usb 2-3: Manufacturer: ASUSTek Computer Inc.
[    4.919366] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input4
[    4.929090] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input5
[    4.945365] PM:   Magic number: 2:228:661
[    4.946166] platform PNP0C0A:00: hash matches
[    4.946663] battery PNP0C0A:00: hash matches
[    4.947311] RAS: Correctable Errors collector initialized.
[    4.983323] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input6
[    4.984255] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input7
[    4.985380] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    5.139278] Freeing unused decrypted memory: 2036K
[    5.141804] Freeing unused kernel image (initmem) memory: 6300K
[    5.148982] Write protecting the kernel read-only data: 36864k
[    5.150903] Freeing unused kernel image (rodata/data gap) memory: 1748K
[    5.174613] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.175291] rodata_test: all tests were successful
[    5.177002] Run /init as init process
[    5.177753]   with arguments:
[    5.177757]     /init
[    5.177759]   with environment:
[    5.177761]     HOME=/
[    5.177762]     TERM=linux
[    5.177764]     BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+
[    5.201527] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.202555] systemd[1]: Detected architecture x86-64.
[    5.202955] systemd[1]: Running in initrd.
[    5.207889] systemd[1]: Hostname set to <mikhail-laptop>.
[    5.380292] clocksource: timekeeping watchdog on CPU6: Marking clocksource 'tsc' as unstable because the skew is too large:
[    5.381892] clocksource:                       'hpet' wd_nsec: 502599562 wd_now: 304f197 wd_last: 2972300 mask: ffffffff
[    5.382420] clocksource:                       'tsc' cs_nsec: 504324273 cs_now: 1671d489b9 cs_last: 160ed18659 mask: ffffffffffffffff
[    5.382886] clocksource:                       'tsc' is current clocksource.
[    5.383368] tsc: Marking TSC unstable due to clocksource watchdog
[    5.397391] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    5.397994] sched_clock: Marking unstable (5394385461, 3005951)<-(5425528557, -28137130)
[    5.399401] clocksource: Checking clocksource tsc synchronization from CPU 4 to CPUs 0-1,6,9-11,14.
[    5.400175] clocksource: Switched to clocksource hpet
[    5.648092] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.749964] systemd[1]: Queued start job for default target initrd.target.
[    5.751311] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.755301] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.759196] systemd[1]: Reached target slices.target - Slice Units.
[    5.763312] systemd[1]: Reached target swap.target - Swaps.
[    5.767133] systemd[1]: Reached target timers.target - Timer Units.
[    5.771417] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.775620] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.780429] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.784831] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.789057] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.793515] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.797272] systemd[1]: Reached target sockets.target - Socket Units.
[    5.824791] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.829085] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    5.838526] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.846944] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.855309] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    5.863484] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    5.872148] fuse: init (API version 7.38)
[    5.895739] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.904061] audit: type=1130 audit(1672018843.891:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.921155] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.923831] audit: type=1130 audit(1672018843.910:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.936296] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.964479] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    5.967361] audit: type=1130 audit(1672018843.954:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.980636] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    5.985434] audit: type=1130 audit(1672018843.972:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.985763] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.989587] audit: type=1130 audit(1672018843.976:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.005412] audit: type=1130 audit(1672018843.992:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.062676] audit: type=1130 audit(1672018844.049:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.076173] audit: type=1130 audit(1672018844.063:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.092853] audit: type=1130 audit(1672018844.079:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.693915] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    6.695883] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input9
[    6.756614] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.758154] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    6.760543] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    6.761983] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    6.762329] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    6.772556] ccp 0000:08:00.2: tee enabled
[    6.773915] ccp 0000:08:00.2: psp enabled
[    6.776264] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:41:cc, XID 541, IRQ 66
[    6.777293] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.780161] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input10
[    6.781736] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input11
[    6.783788] hid-generic 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    6.793824] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    6.804012] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    6.804173] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    6.804494] nvme nvme0: pci function 0000:06:00.0
[    6.804571] nvme nvme1: pci function 0000:07:00.0
[    6.806566] asus_wmi: ASUS WMI generic driver loaded
[    6.810663] nvme nvme1: missing or invalid SUBNQN field.
[    6.810664] nvme nvme0: missing or invalid SUBNQN field.
[    6.811013] nvme nvme1: Shutdown timeout set to 10 seconds
[    6.811170] nvme nvme0: Shutdown timeout set to 10 seconds
[    6.816846] nvme nvme0: 16/0/0 default/read/poll queues
[    6.816873] nvme nvme1: 16/0/0 default/read/poll queues
[    6.826310]  nvme1n1: p1
[    6.826374]  nvme0n1: p1 p2 p3
[    6.842223] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    6.846659] BTRFS: device label fedora_localhost-live devid 2 transid 650690 /dev/nvme1n1p1 scanned by systemd-udevd (467)
[    6.847423] BTRFS: device label fedora_localhost-live devid 1 transid 650690 /dev/nvme0n1p3 scanned by systemd-udevd (479)
[    6.955775] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input12
[    8.624552] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input13
[    8.634546] hid-multitouch 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    8.653557] asus 0003:0B05:1866.0001: Fixing up Asus N-KEY keyb report descriptor
[    8.655627] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[    8.671540] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input14
[    8.673406] [drm] amdgpu kernel modesetting enabled.
[    8.673453] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    8.674258] ATPX version 1, functions 0x00000001
[    8.674371] ATPX Hybrid Graphics
[    8.698872] amdgpu: Virtual CRAT table created for CPU
[    8.699709] amdgpu: Topology: Add CPU node
[    8.704769] Console: switching to colour dummy device 80x25
[    8.721838] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    8.721949] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[    8.722188] [drm] register mmio base: 0xFCA00000
[    8.722198] [drm] register mmio size: 1048576
[    8.722392] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.722404] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.722415] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.722425] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.725058] [drm] add ip block number 0 <nv_common>
[    8.725069] [drm] add ip block number 1 <gmc_v10_0>
[    8.725078] [drm] add ip block number 2 <navi10_ih>
[    8.725087] [drm] add ip block number 3 <psp>
[    8.725096] [drm] add ip block number 4 <smu>
[    8.725105] [drm] add ip block number 5 <dm>
[    8.725113] [drm] add ip block number 6 <gfx_v10_0>
[    8.725122] [drm] add ip block number 7 <sdma_v5_2>
[    8.725132] [drm] add ip block number 8 <vcn_v3_0>
[    8.725141] [drm] add ip block number 9 <jpeg_v3_0>
[    8.727017] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    8.728275] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    8.728290] amdgpu: ATOM BIOS: SWBRT77321.001
[    8.728308] [drm] VCN(0) decode is enabled in VM mode
[    8.728318] [drm] VCN(0) encode is enabled in VM mode
[    8.728328] [drm] JPEG decode is enabled in VM mode
[    8.728338] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    8.728375] [drm] GPU posting now...
[    8.728504] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.728525] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    8.728542] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    8.728557] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    8.728581] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    8.728590] [drm] RAM width 192bits GDDR6
[    8.729082] [drm] amdgpu: 12272M of VRAM memory ready
[    8.729094] [drm] amdgpu: 31785M of GTT memory ready.
[    8.729199] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    8.729433] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[    8.739720] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    8.739737] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[   11.544222] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[   11.550361] [drm] Loading DMUB firmware via PSP: version=0x02020017
[   11.579229] [drm] use_doorbell being set to: [true]
[   11.579270] [drm] use_doorbell being set to: [true]
[   11.599033] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[   11.599065] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[   11.662217] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   11.763883] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   11.777702] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.777770] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   11.777795] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   11.777839] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   11.832539] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[   11.832574] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[   11.832589] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 459, name: systemd-udevd
[   11.832604] preempt_count: 1, expected: 0
[   11.832611] RCU nest depth: 0, expected: 0
[   11.832619] 1 lock held by systemd-udevd/459:
[   11.832627]  #0: ffff9a6e532f91c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0
[   11.832650] Preemption disabled at:
[   11.832651] [<ffffffffc0a64ce9>] dc_fpu_begin+0x19/0x90 [amdgpu]
[   11.832986] CPU: 3 PID: 459 Comm: systemd-udevd Tainted: G             L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ #2
[   11.833008] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.833023] Call Trace:
[   11.833029]  <TASK>
[   11.833035]  dump_stack_lvl+0x5b/0x77
[   11.833045]  __might_resched.cold+0xff/0x13b
[   11.833057]  __kmem_cache_alloc_node+0x25b/0x3c0
[   11.833068]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.833296]  kmalloc_trace+0x26/0x60
[   11.833307]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.833527]  dcn30_create_resource_pool+0x321/0x12b0 [amdgpu]
[   11.833758]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[   11.833964]  dc_create+0x1fe/0x5d0 [amdgpu]
[   11.833964]  amdgpu_dm_init.isra.0+0x286/0x380 [amdgpu]
[   11.833964]  ? __wake_up_klogd.part.0+0x56/0x80
[   11.833964]  ? vprintk_emit+0x120/0x360
[   11.833964]  ? dev_vprintk_emit+0x173/0x19b
[   11.833964]  dm_hw_init+0xe/0x20 [amdgpu]
[   11.833964]  amdgpu_device_init.cold+0x1b03/0x201d [amdgpu]
[   11.833964]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.833964]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.833964]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.833964]  local_pci_probe+0x41/0x80
[   11.833964]  pci_device_probe+0xb3/0x220
[   11.833964]  really_probe+0xde/0x380
[   11.833964]  ? pm_runtime_barrier+0x50/0x90
[   11.833964]  __driver_probe_device+0x78/0x170
[   11.833964]  driver_probe_device+0x1f/0x90
[   11.833964]  __driver_attach+0xd2/0x1c0
[   11.833964]  ? __pfx___driver_attach+0x10/0x10
[   11.833964]  bus_for_each_dev+0x76/0xa0
[   11.833964]  bus_add_driver+0x1b1/0x200
[   11.833964]  driver_register+0x89/0xe0
[   11.833964]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.833964]  do_one_initcall+0x6e/0x330
[   11.833964]  do_init_module+0x4a/0x200
[   11.833964]  __do_sys_finit_module+0x93/0xf0
[   11.833964]  do_syscall_64+0x5b/0x80
[   11.833964]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[   11.833964]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.833964]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.833964] RIP: 0033:0x7f0fe92881cd
[   11.833964] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.833964] RSP: 002b:00007ffca44f9f68 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.833964] RAX: ffffffffffffffda RBX: 000055f914bfd960 RCX: 00007f0fe92881cd
[   11.833964] RDX: 0000000000000000 RSI: 000055f914bd8580 RDI: 0000000000000015
[   11.833964] RBP: 000055f914bd8580 R08: 0000000000000000 R09: 00007ffca44fa090
[   11.833964] R10: 0000000000000015 R11: 0000000000000246 R12: 0000000000020000
[   11.833964] R13: 000055f914bfb7d0 R14: 0000000000000000 R15: 000055f914c01510
[   11.833964]  </TASK>
[   11.836105] [drm] Display Core initialized with v3.2.215!
[   11.837436] [drm] DMUB hardware initialized: version=0x02020017
[   11.859327] [drm] kiq ring mec 2 pipe 1 q 0
[   11.864576] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   11.864970] [drm] JPEG decode initialized successfully.
[   11.867432] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   11.867723] amdgpu: sdma_bitmap: ffff
[   11.906690] memmap_init_zone_device initialised 3145728 pages in 18ms
[   11.906714] amdgpu: HMM registered 12272MB device memory
[   11.907233] amdgpu: SRAT table not found
[   11.907258] amdgpu: Virtual CRAT table created for GPU
[   11.908101] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[   11.908123] kfd kfd: amdgpu: added device 1002:73df
[   11.908156] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[   11.908567] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.908582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.908595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.908608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.908622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.908636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.908649] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.908662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.908675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.908689] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   11.908702] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.908715] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   11.908727] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   11.908740] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   11.908754] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   11.908767] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   11.909636] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[   11.926935] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
[   11.932148] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   11.932280] [drm] DSC precompute is not needed.
[   11.933288] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[   11.933341] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[   11.933427] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[   11.933647] [drm] register mmio base: 0xFC900000
[   11.933656] [drm] register mmio size: 524288
[   11.933805] amdgpu 0000:08:00.0: amdgpu: lockup timeout disabled
[   11.936131] [drm] add ip block number 0 <soc15_common>
[   11.936142] [drm] add ip block number 1 <gmc_v9_0>
[   11.936151] [drm] add ip block number 2 <vega10_ih>
[   11.936160] [drm] add ip block number 3 <psp>
[   11.936170] [drm] add ip block number 4 <smu>
[   11.936178] [drm] add ip block number 5 <dm>
[   11.936187] [drm] add ip block number 6 <gfx_v9_0>
[   11.936196] [drm] add ip block number 7 <sdma_v4_0>
[   11.936205] [drm] add ip block number 8 <vcn_v2_0>
[   11.936214] [drm] add ip block number 9 <jpeg_v2_0>
[   11.936233] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[   11.936246] amdgpu: ATOM BIOS: 113-CEZANNE-018
[   11.939749] [drm] VCN decode is enabled in VM mode
[   11.939760] [drm] VCN encode is enabled in VM mode
[   11.939769] [drm] JPEG decode is enabled in VM mode
[   11.939778] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[   11.939792] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[   11.939812] amdgpu 0000:08:00.0: amdgpu: MODE2 reset
[   11.940120] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   11.940141] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   11.940158] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   11.940173] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   11.940193] [drm] Detected VRAM RAM=512M, BAR=512M
[   11.940202] [drm] RAM width 128bits DDR4
[   11.940345] [drm] amdgpu: 512M of VRAM memory ready
[   11.940356] [drm] amdgpu: 31785M of GTT memory ready.
[   11.940389] ------------[ cut here ]------------
[   11.940398] DMA-API: amdgpu 0000:08:00.0: cacheline tracking EEXIST, overlapping mappings aren't supported
[   11.940416] WARNING: CPU: 3 PID: 459 at kernel/dma/debug.c:568 add_dma_entry+0x1ed/0x270
[   11.940434] Modules linked in: amdgpu(+) drm_ttm_helper ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel polyval_clmulni hid_asus gpu_sched polyval_generic asus_wmi ledtrig_audio nvme sparse_keymap drm_display_helper hid_multitouch platform_profile ghash_clmulni_intel ucsi_acpi nvme_core sha512_ssse3 typec_ucsi ccp serio_raw sp5100_tco cec r8169 nvme_common typec rfkill i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[   11.940529] CPU: 3 PID: 459 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug+ #2
[   11.940550] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.940568] RIP: 0010:add_dma_entry+0x1ed/0x270
[   11.940577] Code: ff 0f 84 97 00 00 00 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 05 b7 92 00 48 89 c6 48 89 da 48 c7 c7 60 f7 ab b3 e8 0c 0a e3 00 <0f> 0b 48 85 ed 0f 85 dd c6 e3 00 8b 05 92 92 60 02 85 c0 0f 85 ca
[   11.940607] RSP: 0018:ffffa7cd41b83a58 EFLAGS: 00010282
[   11.940618] RAX: 000000000000005e RBX: ffff9a6e52ddb030 RCX: 0000000000000000
[   11.940631] RDX: 0000000000000001 RSI: ffffffffb3b28f86 RDI: 00000000ffffffff
[   11.940643] RBP: ffff9a6e41595300 R08: 0000000000000000 R09: ffffa7cd41b83900
[   11.940655] R10: 0000000000000003 R11: ffff9a7d5d2fffe8 R12: 0000000000000000
[   11.940667] R13: 0000000000000001 R14: 0000000000000202 R15: 0000000000280040
[   11.940679] FS:  00007f0fe8838b40(0000) GS:ffff9a7d16e00000(0000) knlGS:0000000000000000
[   11.940694] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.940704] CR2: 000055f914c024c8 CR3: 0000000140f4e000 CR4: 0000000000750ee0
[   11.940717] PKRU: 55555554
[   11.940723] Call Trace:
[   11.940728]  <TASK>
[   11.940736]  dma_map_page_attrs+0x82/0x2d0
[   11.940750]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.941043]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.941244]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.941465]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.941481]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.941664]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.941842]  local_pci_probe+0x41/0x80
[   11.941853]  pci_device_probe+0xb3/0x220
[   11.941864]  really_probe+0xde/0x380
[   11.941873]  ? pm_runtime_barrier+0x50/0x90
[   11.941883]  __driver_probe_device+0x78/0x170
[   11.941894]  driver_probe_device+0x1f/0x90
[   11.941903]  __driver_attach+0xd2/0x1c0
[   11.941912]  ? __pfx___driver_attach+0x10/0x10
[   11.941921]  bus_for_each_dev+0x76/0xa0
[   11.941930]  bus_add_driver+0x1b1/0x200
[   11.941940]  driver_register+0x89/0xe0
[   11.941949]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.942127]  do_one_initcall+0x6e/0x330
[   11.942141]  do_init_module+0x4a/0x200
[   11.942152]  __do_sys_finit_module+0x93/0xf0
[   11.942168]  do_syscall_64+0x5b/0x80
[   11.942178]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[   11.942190]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.942200]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.942210] RIP: 0033:0x7f0fe92881cd
[   11.942222] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.942251] RSP: 002b:00007ffca44f9f68 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.942265] RAX: ffffffffffffffda RBX: 000055f914bfd960 RCX: 00007f0fe92881cd
[   11.942277] RDX: 0000000000000000 RSI: 000055f914bd8580 RDI: 0000000000000015
[   11.942290] RBP: 000055f914bd8580 R08: 0000000000000000 R09: 00007ffca44fa090
[   11.942302] R10: 0000000000000015 R11: 0000000000000246 R12: 0000000000020000
[   11.942314] R13: 000055f914bfb7d0 R14: 0000000000000000 R15: 000055f914c01510
[   11.942333]  </TASK>
[   11.942338] irq event stamp: 859831
[   11.942345] hardirqs last  enabled at (859839): [<ffffffffb21a956e>] __up_console_sem+0x5e/0x70
[   11.942362] hardirqs last disabled at (859846): [<ffffffffb21a9553>] __up_console_sem+0x43/0x70
[   11.942377] softirqs last  enabled at (859690): [<ffffffffb2110ecd>] __irq_exit_rcu+0xed/0x160
[   11.942393] softirqs last disabled at (859683): [<ffffffffb2110ecd>] __irq_exit_rcu+0xed/0x160
[   11.942407] ---[ end trace 0000000000000000 ]---
[   11.942417] DMA-API: Mapped at:
[   11.942423]  debug_dma_map_page+0x66/0x100
[   11.942432]  dma_map_page_attrs+0x82/0x2d0
[   11.942441]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.942620]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.942818]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.943044] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   11.943260] [drm] PCIE GART of 1024M enabled.
[   11.943269] [drm] PTB located at 0x000000F41FC00000
[   11.951621] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.951636] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.957770] [drm] Loading DMUB firmware via PSP: version=0x01010024
[   11.992419] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[   11.992452] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[   12.722946] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   12.805514] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   12.813976] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   12.814005] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   12.815743] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[   12.817987] [drm] Display Core initialized with v3.2.215!
[   12.818586] [drm] DMUB hardware initialized: version=0x01010024
[   13.007467] [drm] kiq ring mec 2 pipe 1 q 0
[   13.011921] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   13.011965] [drm] JPEG decode initialized successfully.
[   13.015003] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   13.015134] amdgpu: sdma_bitmap: 3
[   13.022279] memmap_init_zone_device initialised 131072 pages in 1ms
[   13.022293] amdgpu: HMM registered 512MB device memory
[   13.022333] amdgpu: SRAT table not found
[   13.022342] amdgpu: Virtual CRAT table created for GPU
[   13.024034] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[   13.024047] kfd kfd: amdgpu: added device 1002:1638
[   13.024125] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[   13.024356] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   13.024371] amdgpu 0000:08:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[   13.024384] amdgpu 0000:08:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[   13.024397] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[   13.024411] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[   13.024424] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[   13.024437] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[   13.024450] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[   13.024463] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[   13.024476] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[   13.024490] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[   13.024503] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[   13.024516] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   13.024529] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   13.024542] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   13.024555] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   13.024568] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   13.027830] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 1
[   13.532797] [drm] Fence fallback timer expired on ring gfx
[   13.544367] fbcon: amdgpudrmfb (fb0) is primary device
[   14.196166] Console: switching to colour frame buffer device 320x90
[   14.204616] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   14.223709] setfont (608) used greatest stack depth: 11320 bytes left
[   14.344769] kauditd_printk_skb: 7 callbacks suppressed
[   14.344773] audit: type=1130 audit(1672018852.331:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.403781] audit: type=1130 audit(1672018852.390:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.432742] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[   14.432876] BTRFS info (device nvme0n1p3): using free space tree
[   15.028659] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[   15.028688] BTRFS info (device nvme0n1p3): auto enabling async discard
[   15.081939] audit: type=1130 audit(1672018853.068:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.081982] audit: type=1131 audit(1672018853.069:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.176026] audit: type=1130 audit(1672018853.163:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.228400] audit: type=1131 audit(1672018853.215:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.239374] audit: type=1131 audit(1672018853.226:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.259398] audit: type=1131 audit(1672018853.246:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.275508] audit: type=1131 audit(1672018853.262:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.292262] audit: type=1131 audit(1672018853.279:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.307913] systemd-udevd (459) used greatest stack depth: 10648 bytes left
[   15.606361] systemd-journald[328]: Received SIGTERM from PID 1 (systemd).
[   16.021395] SELinux:  policy capability network_peer_controls=1
[   16.022415] SELinux:  policy capability open_perms=1
[   16.023087] SELinux:  policy capability extended_socket_class=1
[   16.023721] SELinux:  policy capability always_check_network=0
[   16.024359] SELinux:  policy capability cgroup_seclabel=1
[   16.024982] SELinux:  policy capability nnp_nosuid_transition=1
[   16.025576] SELinux:  policy capability genfs_seclabel_symlinks=1
[   16.026188] SELinux:  policy capability ioctl_skip_cloexec=0
[   16.129668] systemd[1]: Successfully loaded SELinux policy in 213.820ms.
[   16.188724] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 33.024ms.
[   16.194658] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   16.196206] systemd[1]: Detected architecture x86-64.
[   16.544344] systemd[1]: bpf-lsm: LSM BPF program attached
[   16.709004] systemd-sysv-generator[694]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   16.710129] systemd-sysv-generator[694]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   16.738613] zram: Added device: zram0
[   16.921410] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.929783] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   16.932772] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   16.933988] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   16.936798] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   16.939907] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   16.942657] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   16.945559] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   16.949269] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   16.952716] systemd[1]: Created slice user.slice - User and Session Slice.
[   16.954706] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   16.955315] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   16.960860] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   16.962307] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   16.963703] systemd[1]: Reached target getty.target - Login Prompts.
[   16.968814] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   16.969616] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   16.976137] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   16.977286] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   16.984607] systemd[1]: Reached target slices.target - Slice Units.
[   16.992581] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   16.995025] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   17.007282] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   17.016807] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   17.021482] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   17.035818] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   17.040190] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   17.049475] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   17.070367] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   17.075667] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   17.080280] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   17.085163] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   17.086452] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   17.090267] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   17.094149] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   17.098772] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   17.103512] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   17.108193] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   17.109743] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   17.131157] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   17.133324] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   17.147229] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   17.148804] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   17.168685] systemd[1]: Starting systemd-journald.service - Journal Service...
[   17.173690] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   17.177404] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   17.181296] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   17.183365] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   17.187159] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   17.191894] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   17.194182] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   17.196991] systemd[1]: Started systemd-journald.service - Journal Service.
[   17.199080] BTRFS info (device nvme0n1p3: state M): use zstd compression, level 1
[   17.431722] systemd-journald[708]: Received client request to flush runtime journal.
[   17.663247] zram0: detected capacity change from 0 to 16777216
[   17.795025] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   17.814065] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   17.820321] Adding 104857596k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:104857596k SSFS
[   17.896220] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   17.897240] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   17.910711] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   17.926634] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[   17.959288] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   18.012803] asus_wmi: Initialization: 0x1
[   18.015550] asus_wmi: SFUN value: 0x1821
[   18.016754] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   18.017393] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   18.020904] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   18.029198] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   18.030004] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[   18.037840] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   18.053113] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   18.054270] RAPL PMU: hw unit of domain package 2^-16 Joules
[   18.060790] ACPI: battery: new extension: ASUS Battery Extension
[   18.103527] Bluetooth: Core ver 2.22
[   18.103718] NET: Registered PF_BLUETOOTH protocol family
[   18.103720] Bluetooth: HCI device and connection manager initialized
[   18.103937] Bluetooth: HCI socket layer initialized
[   18.103947] Bluetooth: L2CAP socket layer initialized
[   18.104775] Bluetooth: SCO socket layer initialized
[   18.375000] SVM: TSC scaling supported
[   18.376027] kvm: Nested Virtualization enabled
[   18.376823] SVM: kvm: Nested Paging enabled
[   18.377170] usbcore: registered new interface driver btusb
[   18.378468] SVM: Virtual VMLOAD VMSAVE supported
[   18.379913] SVM: Virtual GIF supported
[   18.381239] SVM: LBR virtualization supported
[   18.417754] MCE: In-kernel MCE decoding enabled.
[   18.499569] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[   18.543865] Bluetooth: hci0: Device setup in 162414 usecs
[   18.543881] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   18.544987] mt7921e 0000:05:00.0: ASIC revision: 79610010
[   18.559925] intel_rapl_common: Found RAPL domain package
[   18.560918] intel_rapl_common: Found RAPL domain core
[   18.637154] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221109110918a

[   18.666829] RPC: Registered named UNIX socket transport module.
[   18.667778] RPC: Registered udp transport module.
[   18.668399] RPC: Registered tcp transport module.
[   18.668933] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.672072] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20221109111005
[   19.093558] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   19.095674] [drm] PSP is resuming...
[   19.173216] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   19.191502] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   19.192151] Bluetooth: BNEP filters: protocol multicast
[   19.192840] Bluetooth: BNEP socket layer initialized
[   19.197868] Bluetooth: MGMT ver 1.22
[   19.275996] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   19.289809] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   19.291124] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   19.291131] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   19.291134] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   19.291193] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   19.346486] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   19.349407] [drm] DMUB hardware initialized: version=0x02020017
[   19.382695] NET: Registered PF_QIPCRTR protocol family
[   19.388800] [drm] kiq ring mec 2 pipe 1 q 0
[   19.394613] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   19.396310] [drm] JPEG decode initialized successfully.
[   19.396799] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   19.397627] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   19.398354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   19.399079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   19.399800] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   19.400529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   19.401258] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   19.401989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   19.402698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   19.403418] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   19.404136] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   19.404842] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   19.405557] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   19.406278] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   19.407001] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   19.407705] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   19.414275] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   19.430516] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   19.432249] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   19.432776] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   19.434174] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[   19.434853] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   19.450302] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   19.454297] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   19.460361] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input24
[   19.463609] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input25
[   19.466066] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input26
[   19.468455] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input27
[   19.470154] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   19.470932] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.471576] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   19.472055] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   19.472506] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   19.472933] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   19.473402] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   19.475389] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input28
[   19.476104] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input18
[   19.479265] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input29
[   19.479477] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input19
[   19.483612] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input20
[   19.485919] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input21
[   19.488187] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input22
[   19.490060] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input23
[   19.549114] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[   19.740036] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   19.918490] r8169 0000:04:00.0 enp4s0: Link is Down
[   19.942603] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input30
[   19.942823] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input31
[   22.202445] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   22.401583] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   22.446578] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   22.456313] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   22.464247] wlp5s0: authenticated
[   22.470277] wlp5s0: associate with 24:cf:24:c2:72:d0 (try 1/3)
[   22.491800] wlp5s0: RX AssocResp from 24:cf:24:c2:72:d0 (capab=0x511 status=0 aid=1)
[   22.527075] wlp5s0: associated
[   22.774014] wlp5s0: Limiting TX power to 28 (31 - 3) dBm as advertised by 24:cf:24:c2:72:d0
[   23.614875] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   24.220490] systemd-udevd (774) used greatest stack depth: 10560 bytes left
[   27.628546] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   27.628626] [drm] PSP is resuming...
[   27.704547] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   27.806433] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   27.820228] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   27.820237] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   27.820242] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   27.820246] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   27.820306] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   27.874820] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   27.876284] [drm] DMUB hardware initialized: version=0x02020017
[   27.914622] [drm] kiq ring mec 2 pipe 1 q 0
[   27.920075] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   27.920606] [drm] JPEG decode initialized successfully.
[   27.920628] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   27.920631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   27.920633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   27.920635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   27.920637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   27.920639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   27.920641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   27.920642] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   27.920644] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   27.920646] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   27.920648] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   27.920650] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   27.920652] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   27.920654] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   27.920656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   27.920658] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   27.925872] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   29.621300] rfkill: input handler disabled
[   30.147676] Bluetooth: RFCOMM TTY layer initialized
[   30.147702] Bluetooth: RFCOMM socket layer initialized
[   30.147716] Bluetooth: RFCOMM ver 1.11
[   41.327682] rfkill: input handler enabled
[   42.477087] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   42.477132] [drm] PSP is resuming...
[   42.553210] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   42.654773] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   42.668485] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   42.668498] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   42.668503] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   42.668507] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   42.668565] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   42.722505] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   42.723885] [drm] DMUB hardware initialized: version=0x02020017
[   42.762677] [drm] kiq ring mec 2 pipe 1 q 0
[   42.768024] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   42.768182] [drm] JPEG decode initialized successfully.
[   42.768205] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   42.768208] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   42.768210] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   42.768212] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   42.768214] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   42.768215] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   42.768217] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   42.768219] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   42.768221] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   42.768223] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   42.768225] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   42.768227] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   42.768229] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   42.768231] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   42.768233] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   42.768234] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   42.772493] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   44.634637] rfkill: input handler disabled
[  115.732915] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  115.733047] [drm] PSP is resuming...
[  115.809781] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  115.911438] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  115.925211] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  115.925216] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  115.925221] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  115.925224] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  115.925301] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  115.980015] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  115.981393] [drm] DMUB hardware initialized: version=0x02020017
[  116.019386] [drm] kiq ring mec 2 pipe 1 q 0
[  116.025097] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  116.025255] [drm] JPEG decode initialized successfully.
[  116.025278] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  116.025281] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  116.025283] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  116.025285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  116.025286] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  116.025288] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  116.025290] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  116.025292] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  116.025294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  116.025296] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  116.025298] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  116.025300] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  116.025301] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  116.025303] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  116.025305] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  116.025307] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  116.029488] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  118.049886] show_signal_msg: 120 callbacks suppressed
[  118.049889] gldriverquery[3538]: segfault at 20 ip 00007f4383dc0800 sp 00007ffca864b4b0 error 4 in libLLVM-15.so[7f4383a3e000+33d4000] likely on CPU 15 (core 7, socket 0)
[  118.049976] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[  136.157347] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  136.157427] [drm] PSP is resuming...
[  136.233319] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  136.333759] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  136.348041] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  136.348054] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  136.348060] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  136.348064] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  136.348116] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  136.401808] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  136.403271] [drm] DMUB hardware initialized: version=0x02020017
[  136.442474] [drm] kiq ring mec 2 pipe 1 q 0
[  136.446984] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  136.447382] [drm] JPEG decode initialized successfully.
[  136.447406] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  136.447409] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  136.447412] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  136.447414] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  136.447416] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  136.447418] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  136.447420] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  136.447421] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  136.447423] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  136.447426] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  136.447428] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  136.447430] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  136.447432] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  136.447434] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  136.447436] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  136.447438] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  136.451766] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  147.396600] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  147.396789] [drm] PSP is resuming...
[  147.473585] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  147.575335] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  147.590094] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  147.590132] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  147.590142] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  147.590149] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  147.590218] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  147.644851] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  147.646826] [drm] DMUB hardware initialized: version=0x02020017
[  147.687515] [drm] kiq ring mec 2 pipe 1 q 0
[  147.692326] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  147.692666] [drm] JPEG decode initialized successfully.
[  147.692695] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  147.692700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  147.692703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  147.692707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  147.692710] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  147.692713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  147.692717] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  147.692720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  147.692723] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  147.692727] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  147.692730] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  147.692733] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  147.692737] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  147.692740] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  147.692744] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  147.692747] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  147.698276] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  299.812408] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  299.812443] [drm] PSP is resuming...
[  299.888328] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  299.988668] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  300.002461] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  300.002466] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  300.002473] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  300.002477] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  300.002529] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  300.056845] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  300.058243] [drm] DMUB hardware initialized: version=0x02020017
[  300.096874] [drm] kiq ring mec 2 pipe 1 q 0
[  300.102221] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  300.102385] [drm] JPEG decode initialized successfully.
[  300.102408] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  300.102411] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  300.102413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  300.102415] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  300.102417] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  300.102419] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  300.102421] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  300.102423] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  300.102424] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  300.102426] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  300.102428] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  300.102430] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  300.102432] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  300.102434] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  300.102436] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  300.102438] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  300.106039] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  402.076587] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  402.076637] [drm] PSP is resuming...
[  402.152551] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  402.254206] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  402.268210] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  402.268218] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  402.268226] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  402.268230] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  402.268286] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  402.321997] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  402.323268] [drm] DMUB hardware initialized: version=0x02020017
[  402.361584] [drm] kiq ring mec 2 pipe 1 q 0
[  402.366335] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  402.366589] [drm] JPEG decode initialized successfully.
[  402.366612] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  402.366615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  402.366617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  402.366619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  402.366621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  402.366623] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  402.366625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  402.366627] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  402.366629] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  402.366631] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  402.366633] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  402.366635] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  402.366637] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  402.366639] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  402.366641] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  402.366643] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  402.370159] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  411.388724] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  411.388813] [drm] PSP is resuming...
[  411.465477] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  411.567216] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  411.581608] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  411.581624] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  411.581632] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  411.581636] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  411.581690] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  411.636647] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  411.638407] [drm] DMUB hardware initialized: version=0x02020017
[  411.677212] [drm] kiq ring mec 2 pipe 1 q 0
[  411.682783] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  411.682946] [drm] JPEG decode initialized successfully.
[  411.682988] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  411.682991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  411.682994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  411.682996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  411.682998] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  411.683000] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  411.683002] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  411.683004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  411.683006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  411.683009] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  411.683011] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  411.683013] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  411.683015] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  411.683017] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  411.683019] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  411.683021] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  411.687713] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  418.185655] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  418.185807] [drm] PSP is resuming...
[  418.221487] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  418.353675] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  418.376095] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  418.376108] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  418.376115] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  418.376119] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  418.376172] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  418.427377] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  418.429151] [drm] DMUB hardware initialized: version=0x02020017
[  418.433340] [drm] kiq ring mec 2 pipe 1 q 0
[  418.436822] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  418.437099] [drm] JPEG decode initialized successfully.
[  418.437128] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  418.437133] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  418.437137] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  418.437141] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  418.437145] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  418.437149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  418.437153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  418.437157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  418.437161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  418.437165] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  418.437169] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  418.437173] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  418.437177] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  418.437181] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  418.437185] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  418.437189] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  418.442662] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  426.045448] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  426.045491] [drm] PSP is resuming...
[  426.121440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  426.221547] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  426.235742] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  426.235752] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  426.235760] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  426.235764] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  426.235819] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  426.290566] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  426.291965] [drm] DMUB hardware initialized: version=0x02020017
[  426.330287] [drm] kiq ring mec 2 pipe 1 q 0
[  426.335821] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  426.336009] [drm] JPEG decode initialized successfully.
[  426.336039] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  426.336044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  426.336048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  426.336052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  426.336056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  426.336060] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  426.336064] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  426.336068] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  426.336072] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  426.336076] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  426.336080] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  426.336084] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  426.336088] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  426.336092] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  426.336096] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  426.336100] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  426.340035] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  456.013109] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  456.013144] [drm] PSP is resuming...
[  456.089222] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  456.192214] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  456.206188] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  456.206200] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  456.206208] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  456.206212] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  456.206271] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  456.260731] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  456.262121] [drm] DMUB hardware initialized: version=0x02020017
[  456.300505] [drm] kiq ring mec 2 pipe 1 q 0
[  456.306024] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  456.306232] [drm] JPEG decode initialized successfully.
[  456.306264] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  456.306271] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  456.306276] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  456.306281] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  456.306285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  456.306290] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  456.306295] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  456.306300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  456.306305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  456.306310] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  456.306315] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  456.306320] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  456.306325] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  456.306330] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  456.306334] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  456.306339] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  456.310347] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  486.076457] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  486.076502] [drm] PSP is resuming...
[  486.152835] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  486.255228] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  486.269296] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  486.269308] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  486.269316] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  486.269320] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  486.269399] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  486.324090] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  486.325476] [drm] DMUB hardware initialized: version=0x02020017
[  486.363611] [drm] kiq ring mec 2 pipe 1 q 0
[  486.368704] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  486.368906] [drm] JPEG decode initialized successfully.
[  486.368930] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  486.368934] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  486.368937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  486.368939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  486.368941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  486.368943] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  486.368945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  486.368947] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  486.368964] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  486.368967] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  486.368969] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  486.368971] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  486.368973] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  486.368975] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  486.368978] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  486.368980] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  486.373467] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  516.036342] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  516.036374] [drm] PSP is resuming...
[  516.112210] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  516.213436] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  516.227199] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  516.227208] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  516.227215] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  516.227219] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  516.227276] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  516.281709] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  516.283116] [drm] DMUB hardware initialized: version=0x02020017
[  516.321303] [drm] kiq ring mec 2 pipe 1 q 0
[  516.326581] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  516.326742] [drm] JPEG decode initialized successfully.
[  516.326772] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  516.326778] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  516.326782] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  516.326786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  516.326790] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  516.326794] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  516.326798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  516.326802] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  516.326807] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  516.326811] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  516.326815] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  516.326819] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  516.326823] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  516.326827] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  516.326831] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  516.326835] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  516.330906] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  546.037348] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  546.037380] [drm] PSP is resuming...
[  546.113781] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  546.215093] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  546.228987] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  546.228998] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  546.229005] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  546.229009] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  546.229064] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  546.283682] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  546.285061] [drm] DMUB hardware initialized: version=0x02020017
[  546.323235] [drm] kiq ring mec 2 pipe 1 q 0
[  546.328306] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  546.328487] [drm] JPEG decode initialized successfully.
[  546.328512] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  546.328516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  546.328518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  546.328521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  546.328523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  546.328525] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  546.328527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  546.328529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  546.328531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  546.328534] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  546.328536] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  546.328538] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  546.328540] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  546.328543] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  546.328545] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  546.328547] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  546.332096] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  576.124363] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  576.124396] [drm] PSP is resuming...
[  576.200209] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  576.302430] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  576.316212] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  576.316223] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  576.316230] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  576.316234] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  576.316287] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  576.370712] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  576.372101] [drm] DMUB hardware initialized: version=0x02020017
[  576.410380] [drm] kiq ring mec 2 pipe 1 q 0
[  576.415439] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  576.415601] [drm] JPEG decode initialized successfully.
[  576.415625] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  576.415628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  576.415631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  576.415633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  576.415635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  576.415637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  576.415639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  576.415641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  576.415643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  576.415645] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  576.415647] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  576.415649] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  576.415651] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  576.415654] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  576.415656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  576.415658] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  576.419570] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  606.157433] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  606.157467] [drm] PSP is resuming...
[  606.233450] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  606.333778] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  606.347585] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  606.347596] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  606.347605] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  606.347611] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  606.347669] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  606.401970] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  606.403351] [drm] DMUB hardware initialized: version=0x02020017
[  606.442320] [drm] kiq ring mec 2 pipe 1 q 0
[  606.447842] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  606.448032] [drm] JPEG decode initialized successfully.
[  606.448062] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  606.448068] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  606.448072] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  606.448076] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  606.448081] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  606.448085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  606.448089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  606.448093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  606.448097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  606.448101] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  606.448105] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  606.448109] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  606.448113] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  606.448117] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  606.448121] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  606.448125] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  606.451938] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  636.197393] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  636.197437] [drm] PSP is resuming...
[  636.273328] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  636.374118] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  636.387907] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  636.387917] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  636.387925] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  636.387929] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  636.388002] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  636.442756] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  636.444167] [drm] DMUB hardware initialized: version=0x02020017
[  636.482444] [drm] kiq ring mec 2 pipe 1 q 0
[  636.487723] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  636.487879] [drm] JPEG decode initialized successfully.
[  636.487903] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  636.487906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  636.487909] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  636.487911] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  636.487913] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  636.487915] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  636.487917] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  636.487919] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  636.487921] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  636.487923] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  636.487925] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  636.487928] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  636.487930] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  636.487932] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  636.487934] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  636.487936] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  636.492786] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  666.244439] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  666.244483] [drm] PSP is resuming...
[  666.320440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  666.420769] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  666.436355] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  666.436368] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  666.436376] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  666.436380] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  666.436434] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  666.491609] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  666.492990] [drm] DMUB hardware initialized: version=0x02020017
[  666.531888] [drm] kiq ring mec 2 pipe 1 q 0
[  666.537253] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  666.537503] [drm] JPEG decode initialized successfully.
[  666.537533] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  666.537539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  666.537543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  666.537547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  666.537551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  666.537555] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  666.537560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  666.537564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  666.537568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  666.537572] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  666.537576] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  666.537580] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  666.537584] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  666.537588] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  666.537592] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  666.537596] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  666.541144] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  696.260413] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  696.260455] [drm] PSP is resuming...
[  696.336431] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  696.439896] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  696.453680] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  696.453690] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  696.453697] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  696.453702] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  696.453755] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  696.508568] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  696.509948] [drm] DMUB hardware initialized: version=0x02020017
[  696.548251] [drm] kiq ring mec 2 pipe 1 q 0
[  696.553733] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  696.553895] [drm] JPEG decode initialized successfully.
[  696.553919] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  696.553923] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  696.553925] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  696.553927] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  696.553929] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  696.553931] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  696.553933] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  696.553935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  696.553937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  696.553939] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  696.553942] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  696.553944] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  696.553946] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  696.553948] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  696.553970] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  696.553974] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  696.558133] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  726.245434] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  726.245469] [drm] PSP is resuming...
[  726.321446] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  726.421557] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  726.435359] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  726.435373] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  726.435383] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  726.435389] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  726.435458] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  726.490533] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  726.491940] [drm] DMUB hardware initialized: version=0x02020017
[  726.530868] [drm] kiq ring mec 2 pipe 1 q 0
[  726.536774] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  726.536977] [drm] JPEG decode initialized successfully.
[  726.537009] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  726.537014] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  726.537016] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  726.537019] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  726.537021] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  726.537023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  726.537026] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  726.537028] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  726.537030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  726.537033] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  726.537035] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  726.537037] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  726.537040] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  726.537042] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  726.537044] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  726.537046] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  726.540924] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  756.245399] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  756.245443] [drm] PSP is resuming...
[  756.321576] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  756.421986] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  756.435794] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  756.435803] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  756.435810] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  756.435814] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  756.435868] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  756.490714] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  756.492115] [drm] DMUB hardware initialized: version=0x02020017
[  756.530450] [drm] kiq ring mec 2 pipe 1 q 0
[  756.535848] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  756.536011] [drm] JPEG decode initialized successfully.
[  756.536035] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  756.536039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  756.536041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  756.536044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  756.536046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  756.536048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  756.536050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  756.536052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  756.536054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  756.536056] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  756.536059] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  756.536061] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  756.536063] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  756.536065] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  756.536068] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  756.536070] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  756.540050] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  786.245399] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  786.245432] [drm] PSP is resuming...
[  786.321332] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  786.422901] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  786.436813] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  786.436824] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  786.436831] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  786.436835] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  786.436913] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  786.491638] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  786.493050] [drm] DMUB hardware initialized: version=0x02020017
[  786.532462] [drm] kiq ring mec 2 pipe 1 q 0
[  786.537709] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  786.537901] [drm] JPEG decode initialized successfully.
[  786.537941] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  786.537995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  786.538003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  786.538010] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  786.538018] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  786.538025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  786.538032] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  786.538039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  786.538045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  786.538053] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  786.538059] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  786.538067] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  786.538074] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  786.538081] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  786.538087] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  786.538094] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  786.542408] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  816.348440] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  816.348484] [drm] PSP is resuming...
[  816.424443] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  816.526206] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  816.539988] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  816.540001] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  816.540010] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  816.540016] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  816.540077] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  816.593849] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  816.595185] [drm] DMUB hardware initialized: version=0x02020017
[  816.633582] [drm] kiq ring mec 2 pipe 1 q 0
[  816.638710] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  816.638872] [drm] JPEG decode initialized successfully.
[  816.638897] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  816.638901] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  816.638903] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  816.638905] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  816.638908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  816.638910] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  816.638912] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  816.638914] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  816.638916] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  816.638919] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  816.638921] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  816.638923] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  816.638926] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  816.638928] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  816.638932] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  816.638935] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  816.642915] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  846.356372] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  846.356407] [drm] PSP is resuming...
[  846.432329] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  846.533993] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  846.547811] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  846.547820] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  846.547827] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  846.547831] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  846.547912] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  846.602778] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  846.604197] [drm] DMUB hardware initialized: version=0x02020017
[  846.641975] [drm] kiq ring mec 2 pipe 1 q 0
[  846.647217] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  846.647465] [drm] JPEG decode initialized successfully.
[  846.647488] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  846.647492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  846.647494] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  846.647496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  846.647498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  846.647500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  846.647502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  846.647504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  846.647506] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  846.647509] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  846.647511] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  846.647513] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  846.647515] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  846.647517] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  846.647519] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  846.647521] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  846.650997] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  876.349425] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  876.349469] [drm] PSP is resuming...
[  876.425430] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  876.525766] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  876.539676] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  876.539688] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  876.539695] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  876.539699] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  876.539753] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  876.594779] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  876.596195] [drm] DMUB hardware initialized: version=0x02020017
[  876.634215] [drm] kiq ring mec 2 pipe 1 q 0
[  876.639829] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  876.640024] [drm] JPEG decode initialized successfully.
[  876.640056] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  876.640061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  876.640065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  876.640070] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  876.640074] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  876.640078] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  876.640082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  876.640086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  876.640090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  876.640094] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  876.640099] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  876.640103] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  876.640107] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  876.640111] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  876.640115] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  876.640119] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  876.643916] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  906.357356] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  906.357388] [drm] PSP is resuming...
[  906.433335] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  906.535208] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  906.548987] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  906.548998] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  906.549005] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  906.549009] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  906.549064] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  906.603676] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  906.605067] [drm] DMUB hardware initialized: version=0x02020017
[  906.643263] [drm] kiq ring mec 2 pipe 1 q 0
[  906.648635] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  906.648796] [drm] JPEG decode initialized successfully.
[  906.648824] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  906.648830] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  906.648834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  906.648839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  906.648843] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  906.648848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  906.648852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  906.648856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  906.648860] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  906.648865] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  906.648870] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  906.648874] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  906.648878] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  906.648882] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  906.648887] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  906.648891] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  906.652813] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  936.317193] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  936.317228] [drm] PSP is resuming...
[  936.393685] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  936.498797] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  936.512559] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  936.512567] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  936.512574] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  936.512578] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  936.512643] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  936.568877] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  936.570302] [drm] DMUB hardware initialized: version=0x02020017
[  936.613528] [drm] kiq ring mec 2 pipe 1 q 0
[  936.619119] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  936.619435] [drm] JPEG decode initialized successfully.
[  936.619468] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  936.619474] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  936.619478] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  936.619482] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  936.619486] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  936.619490] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  936.619507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  936.619511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  936.619515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  936.619520] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  936.619537] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  936.619541] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  936.619545] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  936.619549] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  936.619553] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  936.619557] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  936.624441] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  966.388345] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  966.388378] [drm] PSP is resuming...
[  966.464320] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  966.573981] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  966.587818] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  966.587831] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  966.587840] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  966.587846] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  966.587929] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  966.641712] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  966.643191] [drm] DMUB hardware initialized: version=0x02020017
[  966.680413] [drm] kiq ring mec 2 pipe 1 q 0
[  966.685849] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  966.686390] [drm] JPEG decode initialized successfully.
[  966.686413] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  966.686416] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  966.686418] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  966.686420] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  966.686422] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  966.686424] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  966.686426] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  966.686428] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  966.686430] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  966.686432] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  966.686434] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  966.686436] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  966.686439] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  966.686441] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  966.686443] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  966.686445] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  966.690063] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  996.412360] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  996.412393] [drm] PSP is resuming...
[  996.488432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  996.591652] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  996.605449] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  996.605459] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  996.605466] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  996.605470] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  996.605524] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  996.660560] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  996.661942] [drm] DMUB hardware initialized: version=0x02020017
[  996.700495] [drm] kiq ring mec 2 pipe 1 q 0
[  996.705359] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  996.705566] [drm] JPEG decode initialized successfully.
[  996.705595] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  996.705601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  996.705605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  996.705609] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  996.705613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  996.705617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  996.705621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  996.705625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  996.705629] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  996.705633] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  996.705637] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  996.705641] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  996.705645] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  996.705649] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  996.705653] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  996.705657] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  996.709111] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1018.340433] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1018.340492] [drm] PSP is resuming...
[ 1018.416538] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1018.517808] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1018.531582] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1018.531595] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1018.531604] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1018.531610] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1018.531674] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1018.586008] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1018.587289] [drm] DMUB hardware initialized: version=0x02020017
[ 1018.625320] [drm] kiq ring mec 2 pipe 1 q 0
[ 1018.630365] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1018.630576] [drm] JPEG decode initialized successfully.
[ 1018.630601] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1018.630605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1018.630608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1018.630611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1018.630614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1018.630616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1018.630619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1018.630622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1018.630625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1018.630628] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1018.630631] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1018.630633] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1018.630636] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1018.630639] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1018.630642] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1018.630644] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1018.636238] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1026.373531] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1026.373568] [drm] PSP is resuming...
[ 1026.449610] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1026.549789] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1026.563609] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1026.563620] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1026.563628] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1026.563632] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1026.563687] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1026.618680] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1026.620063] [drm] DMUB hardware initialized: version=0x02020017
[ 1026.658903] [drm] kiq ring mec 2 pipe 1 q 0
[ 1026.663919] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1026.664114] [drm] JPEG decode initialized successfully.
[ 1026.664139] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1026.664143] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1026.664146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1026.664148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1026.664150] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1026.664152] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1026.664154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1026.664157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1026.664159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1026.664161] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1026.664163] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1026.664166] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1026.664168] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1026.664170] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1026.664172] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1026.664174] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1026.668267] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1056.549432] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1056.549477] [drm] PSP is resuming...
[ 1056.625440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1056.728663] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1056.742470] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1056.742482] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1056.742489] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1056.742495] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1056.742553] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1056.797602] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1056.799006] [drm] DMUB hardware initialized: version=0x02020017
[ 1056.837588] [drm] kiq ring mec 2 pipe 1 q 0
[ 1056.842823] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1056.843009] [drm] JPEG decode initialized successfully.
[ 1056.843033] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1056.843037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1056.843039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1056.843042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1056.843044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1056.843046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1056.843048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1056.843050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1056.843052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1056.843054] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1056.843056] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1056.843059] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1056.843061] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1056.843063] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1056.843065] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1056.843067] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1056.846828] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1086.509346] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1086.509380] [drm] PSP is resuming...
[ 1086.585487] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1086.685745] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1086.699681] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1086.699693] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1086.699701] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1086.699705] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1086.699759] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1086.753962] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1086.755240] [drm] DMUB hardware initialized: version=0x02020017
[ 1086.793435] [drm] kiq ring mec 2 pipe 1 q 0
[ 1086.798291] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1086.798508] [drm] JPEG decode initialized successfully.
[ 1086.798532] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1086.798535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1086.798538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1086.798540] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1086.798542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1086.798544] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1086.798547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1086.798549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1086.798551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1086.798553] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1086.798555] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1086.798557] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1086.798559] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1086.798562] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1086.798564] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1086.798566] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1086.802139] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1116.469351] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1116.469383] [drm] PSP is resuming...
[ 1116.545424] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1116.646100] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1116.659996] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1116.660009] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1116.660017] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1116.660024] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1116.660085] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1116.714809] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1116.716245] [drm] DMUB hardware initialized: version=0x02020017
[ 1116.754905] [drm] kiq ring mec 2 pipe 1 q 0
[ 1116.760320] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1116.760479] [drm] JPEG decode initialized successfully.
[ 1116.760503] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1116.760507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1116.760509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1116.760512] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1116.760514] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1116.760516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1116.760518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1116.760520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1116.760522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1116.760525] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1116.760527] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1116.760529] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1116.760532] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1116.760534] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1116.760536] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1116.760538] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1116.764146] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1146.493433] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1146.493478] [drm] PSP is resuming...
[ 1146.569443] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1146.669886] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1146.683810] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1146.683824] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1146.683833] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1146.683839] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1146.683899] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1146.738664] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1146.740048] [drm] DMUB hardware initialized: version=0x02020017
[ 1146.778355] [drm] kiq ring mec 2 pipe 1 q 0
[ 1146.783723] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1146.783886] [drm] JPEG decode initialized successfully.
[ 1146.783910] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1146.783914] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1146.783916] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1146.783919] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1146.783921] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1146.783923] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1146.783925] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1146.783927] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1146.783930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1146.783932] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1146.783934] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1146.783937] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1146.783939] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1146.783941] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1146.783944] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1146.783946] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1146.787882] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1176.548401] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1176.548444] [drm] PSP is resuming...
[ 1176.624432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1176.726098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1176.739912] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1176.739923] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1176.739932] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1176.739938] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1176.740029] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1176.794800] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1176.796195] [drm] DMUB hardware initialized: version=0x02020017
[ 1176.834502] [drm] kiq ring mec 2 pipe 1 q 0
[ 1176.839421] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1176.839614] [drm] JPEG decode initialized successfully.
[ 1176.839642] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1176.839647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1176.839651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1176.839655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1176.839659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1176.839663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1176.839667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1176.839671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1176.839675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1176.839679] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1176.839683] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1176.839687] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1176.839689] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1176.839691] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1176.839694] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1176.839696] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1176.843085] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1206.556428] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1206.556472] [drm] PSP is resuming...
[ 1206.632468] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1206.736209] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1206.749990] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1206.750001] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1206.750008] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1206.750012] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1206.750068] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1206.804570] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1206.805984] [drm] DMUB hardware initialized: version=0x02020017
[ 1206.845299] [drm] kiq ring mec 2 pipe 1 q 0
[ 1206.850098] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1206.850443] [drm] JPEG decode initialized successfully.
[ 1206.850467] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1206.850471] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1206.850474] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1206.850477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1206.850480] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1206.850483] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1206.850485] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1206.850488] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1206.850491] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1206.850494] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1206.850496] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1206.850500] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1206.850502] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1206.850505] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1206.850508] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1206.850510] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1206.863595] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1236.652400] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1236.652444] [drm] PSP is resuming...
[ 1236.728434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1236.829984] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1236.843784] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1236.843797] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1236.843805] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1236.843812] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1236.843870] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1236.898804] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1236.900266] [drm] DMUB hardware initialized: version=0x02020017
[ 1236.938408] [drm] kiq ring mec 2 pipe 1 q 0
[ 1236.943411] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1236.943624] [drm] JPEG decode initialized successfully.
[ 1236.943654] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1236.943660] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1236.943664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1236.943668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1236.943672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1236.943676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1236.943680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1236.943684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1236.943688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1236.943692] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1236.943696] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1236.943700] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1236.943704] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1236.943708] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1236.943713] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1236.943717] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1236.947127] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1266.597383] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1266.597418] [drm] PSP is resuming...
[ 1266.673448] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1266.774820] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1266.788580] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1266.788589] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1266.788596] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1266.788600] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1266.788654] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1266.843835] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1266.845248] [drm] DMUB hardware initialized: version=0x02020017
[ 1266.883512] [drm] kiq ring mec 2 pipe 1 q 0
[ 1266.888855] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1266.889014] [drm] JPEG decode initialized successfully.
[ 1266.889039] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1266.889043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1266.889045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1266.889047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1266.889049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1266.889051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1266.889053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1266.889055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1266.889058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1266.889060] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1266.889062] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1266.889064] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1266.889066] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1266.889068] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1266.889070] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1266.889072] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1266.893028] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1296.645432] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1296.645476] [drm] PSP is resuming...
[ 1296.721440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1296.823318] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1296.837097] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1296.837108] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1296.837115] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1296.837119] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1296.837173] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1296.891700] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1296.893086] [drm] DMUB hardware initialized: version=0x02020017
[ 1296.931417] [drm] kiq ring mec 2 pipe 1 q 0
[ 1296.936804] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1296.936970] [drm] JPEG decode initialized successfully.
[ 1296.937000] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1296.937006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1296.937010] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1296.937014] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1296.937018] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1296.937023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1296.937027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1296.937031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1296.937035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1296.937039] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1296.937043] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1296.937047] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1296.937051] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1296.937056] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1296.937060] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1296.937064] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1296.940868] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1326.604380] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1326.604417] [drm] PSP is resuming...
[ 1326.680415] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1326.782455] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1326.796228] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1326.796247] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1326.796257] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1326.796264] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1326.796324] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1326.850747] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1326.852045] [drm] DMUB hardware initialized: version=0x02020017
[ 1326.890340] [drm] kiq ring mec 2 pipe 1 q 0
[ 1326.895636] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1326.895801] [drm] JPEG decode initialized successfully.
[ 1326.895830] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1326.895836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1326.895840] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1326.895844] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1326.895848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1326.895852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1326.895855] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1326.895858] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1326.895861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1326.895864] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1326.895868] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1326.895872] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1326.895875] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1326.895879] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1326.895883] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1326.895887] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1326.900038] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1356.644371] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1356.644404] [drm] PSP is resuming...
[ 1356.720332] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1356.823107] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1356.836937] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1356.836966] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1356.836975] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1356.836982] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1356.837043] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1356.891520] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1356.892904] [drm] DMUB hardware initialized: version=0x02020017
[ 1356.930902] [drm] kiq ring mec 2 pipe 1 q 0
[ 1356.936717] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1356.936877] [drm] JPEG decode initialized successfully.
[ 1356.936902] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1356.936906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1356.936908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1356.936910] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1356.936912] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1356.936914] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1356.936917] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1356.936919] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1356.936921] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1356.936923] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1356.936926] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1356.936928] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1356.936930] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1356.936932] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1356.936934] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1356.936937] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1356.947556] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1386.828406] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1386.828443] [drm] PSP is resuming...
[ 1386.904455] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1387.006553] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1387.020468] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1387.020481] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1387.020490] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1387.020497] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1387.020552] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1387.075588] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1387.077002] [drm] DMUB hardware initialized: version=0x02020017
[ 1387.115946] [drm] kiq ring mec 2 pipe 1 q 0
[ 1387.122384] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1387.122592] [drm] JPEG decode initialized successfully.
[ 1387.122616] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1387.122620] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1387.122622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1387.122625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1387.122627] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1387.122629] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1387.122631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1387.122634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1387.122636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1387.122638] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1387.122641] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1387.122643] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1387.122645] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1387.122648] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1387.122650] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1387.122652] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1387.126766] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1416.820352] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1416.820390] [drm] PSP is resuming...
[ 1416.897218] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1416.997568] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1417.011384] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1417.011407] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1417.011417] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1417.011422] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1417.011475] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1417.066559] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1417.067965] [drm] DMUB hardware initialized: version=0x02020017
[ 1417.105838] [drm] kiq ring mec 2 pipe 1 q 0
[ 1417.111486] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1417.111651] [drm] JPEG decode initialized successfully.
[ 1417.111680] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1417.111686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1417.111689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1417.111692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1417.111694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1417.111697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1417.111699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1417.111702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1417.111705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1417.111708] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1417.111711] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1417.111713] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1417.111716] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1417.111718] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1417.111721] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1417.111723] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1417.116580] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1446.724423] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1446.724465] [drm] PSP is resuming...
[ 1446.800450] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1446.903316] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1446.917125] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1446.917133] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1446.917140] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1446.917144] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1446.917198] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1446.971567] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1446.972949] [drm] DMUB hardware initialized: version=0x02020017
[ 1447.011252] [drm] kiq ring mec 2 pipe 1 q 0
[ 1447.016268] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1447.016480] [drm] JPEG decode initialized successfully.
[ 1447.016509] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1447.016515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1447.016519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1447.016523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1447.016527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1447.016531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1447.016536] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1447.016540] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1447.016544] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1447.016548] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1447.016552] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1447.016556] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1447.016560] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1447.016565] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1447.016569] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1447.016573] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1447.032155] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1476.804436] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1476.804478] [drm] PSP is resuming...
[ 1476.880432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1476.982227] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1476.996101] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1476.996112] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1476.996119] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1476.996125] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1476.996179] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1477.050793] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1477.052266] [drm] DMUB hardware initialized: version=0x02020017
[ 1477.091015] [drm] kiq ring mec 2 pipe 1 q 0
[ 1477.096842] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1477.097047] [drm] JPEG decode initialized successfully.
[ 1477.097077] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1477.097083] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1477.097088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1477.097093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1477.097097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1477.097102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1477.097106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1477.097111] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1477.097115] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1477.097120] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1477.097124] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1477.097129] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1477.097133] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1477.097138] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1477.097142] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1477.097147] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1477.100963] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1506.804442] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1506.804485] [drm] PSP is resuming...
[ 1506.880555] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1506.983206] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1506.996984] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1506.996999] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1506.997008] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1506.997014] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1506.997071] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1507.051815] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1507.053245] [drm] DMUB hardware initialized: version=0x02020017
[ 1507.091484] [drm] kiq ring mec 2 pipe 1 q 0
[ 1507.096470] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1507.096702] [drm] JPEG decode initialized successfully.
[ 1507.096731] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1507.096736] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1507.096740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1507.096745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1507.096748] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1507.096752] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1507.096757] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1507.096761] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1507.096765] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1507.096769] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1507.096773] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1507.096777] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1507.096782] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1507.096786] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1507.096790] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1507.096794] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1507.101998] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1536.901407] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1536.901454] [drm] PSP is resuming...
[ 1536.977429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1537.078760] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1537.092577] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1537.092589] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1537.092597] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1537.092603] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1537.092656] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1537.147798] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1537.149236] [drm] DMUB hardware initialized: version=0x02020017
[ 1537.187788] [drm] kiq ring mec 2 pipe 1 q 0
[ 1537.193308] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1537.193490] [drm] JPEG decode initialized successfully.
[ 1537.193524] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1537.193532] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1537.193538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1537.193545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1537.193551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1537.193557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1537.193563] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1537.193569] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1537.193575] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1537.193582] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1537.193588] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1537.193594] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1537.193600] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1537.193606] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1537.193613] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1537.193619] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1537.197725] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1566.893453] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1566.893496] [drm] PSP is resuming...
[ 1566.969436] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1567.070982] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1567.084821] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1567.084833] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1567.084841] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1567.084847] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1567.084904] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1567.139823] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1567.141268] [drm] DMUB hardware initialized: version=0x02020017
[ 1567.179018] [drm] kiq ring mec 2 pipe 1 q 0
[ 1567.184838] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1567.185034] [drm] JPEG decode initialized successfully.
[ 1567.185063] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1567.185069] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1567.185073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1567.185077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1567.185082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1567.185085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1567.185089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1567.185093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1567.185097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1567.185102] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1567.185106] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1567.185110] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1567.185114] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1567.185118] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1567.185121] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1567.185125] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1567.189165] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1596.916419] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1596.916462] [drm] PSP is resuming...
[ 1596.992328] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1597.092427] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1597.106202] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1597.106211] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1597.106219] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1597.106223] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1597.106276] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1597.161527] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1597.162932] [drm] DMUB hardware initialized: version=0x02020017
[ 1597.202342] [drm] kiq ring mec 2 pipe 1 q 0
[ 1597.208596] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1597.208757] [drm] JPEG decode initialized successfully.
[ 1597.208781] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1597.208785] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1597.208787] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1597.208789] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1597.208791] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1597.208793] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1597.208795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1597.208798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1597.208800] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1597.208802] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1597.208804] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1597.208806] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1597.208808] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1597.208810] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1597.208812] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1597.208815] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1597.212797] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1626.932410] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1626.932443] [drm] PSP is resuming...
[ 1627.008330] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1627.108677] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1627.122472] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1627.122481] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1627.122487] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1627.122492] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1627.122547] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1627.176717] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1627.178130] [drm] DMUB hardware initialized: version=0x02020017
[ 1627.216932] [drm] kiq ring mec 2 pipe 1 q 0
[ 1627.222997] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1627.223354] [drm] JPEG decode initialized successfully.
[ 1627.223378] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1627.223381] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1627.223384] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1627.223386] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1627.223388] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1627.223390] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1627.223392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1627.223394] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1627.223396] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1627.223399] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1627.223401] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1627.223403] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1627.223405] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1627.223407] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1627.223410] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1627.223412] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1627.228018] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1656.981423] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1656.981466] [drm] PSP is resuming...
[ 1657.057447] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1657.159426] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1657.173210] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1657.173220] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1657.173227] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1657.173231] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1657.173284] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1657.227843] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1657.229285] [drm] DMUB hardware initialized: version=0x02020017
[ 1657.267385] [drm] kiq ring mec 2 pipe 1 q 0
[ 1657.272222] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1657.272479] [drm] JPEG decode initialized successfully.
[ 1657.272507] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1657.272514] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1657.272519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1657.272524] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1657.272529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1657.272533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1657.272538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1657.272543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1657.272547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1657.272553] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1657.272557] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1657.272562] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1657.272567] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1657.272572] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1657.272577] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1657.272581] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1657.281154] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1686.996429] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1686.996473] [drm] PSP is resuming...
[ 1687.072434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1687.174436] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1687.188212] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1687.188222] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1687.188229] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1687.188233] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1687.188290] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1687.242885] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1687.244310] [drm] DMUB hardware initialized: version=0x02020017
[ 1687.282443] [drm] kiq ring mec 2 pipe 1 q 0
[ 1687.287142] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1687.287549] [drm] JPEG decode initialized successfully.
[ 1687.287584] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1687.287591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1687.287598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1687.287605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1687.287611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1687.287618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1687.287625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1687.287631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1687.287638] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1687.287645] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1687.287652] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1687.287659] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1687.287665] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1687.287672] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1687.287679] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1687.287685] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1687.291135] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1717.020341] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1717.020373] [drm] PSP is resuming...
[ 1717.096326] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1717.197102] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1717.210966] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1717.210977] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1717.210984] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1717.210988] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1717.211045] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1717.264833] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1717.266240] [drm] DMUB hardware initialized: version=0x02020017
[ 1717.303931] [drm] kiq ring mec 2 pipe 1 q 0
[ 1717.309681] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1717.309837] [drm] JPEG decode initialized successfully.
[ 1717.309866] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1717.309870] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1717.309872] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1717.309875] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1717.309877] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1717.309879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1717.309881] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1717.309883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1717.309885] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1717.309887] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1717.309890] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1717.309892] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1717.309894] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1717.309896] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1717.309898] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1717.309901] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1717.313776] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1747.044357] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1747.044390] [drm] PSP is resuming...
[ 1747.120453] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1747.220774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1747.234788] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1747.234797] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1747.234804] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1747.234809] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1747.234862] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1747.288877] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1747.290287] [drm] DMUB hardware initialized: version=0x02020017
[ 1747.329363] [drm] kiq ring mec 2 pipe 1 q 0
[ 1747.334781] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1747.334940] [drm] JPEG decode initialized successfully.
[ 1747.334983] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1747.334989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1747.334994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1747.334998] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1747.335003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1747.335007] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1747.335011] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1747.335015] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1747.335020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1747.335024] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1747.335028] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1747.335033] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1747.335037] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1747.335041] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1747.335045] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1747.335050] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1747.339062] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1777.052410] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1777.052453] [drm] PSP is resuming...
[ 1777.128322] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1777.228768] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1777.242578] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1777.242592] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1777.242601] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1777.242607] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1777.242666] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1777.296777] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1777.298066] [drm] DMUB hardware initialized: version=0x02020017
[ 1777.335994] [drm] kiq ring mec 2 pipe 1 q 0
[ 1777.341636] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1777.341820] [drm] JPEG decode initialized successfully.
[ 1777.341849] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1777.341854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1777.341859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1777.341863] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1777.341867] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1777.341871] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1777.341875] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1777.341879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1777.341883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1777.341888] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1777.341892] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1777.341896] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1777.341900] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1777.341904] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1777.341908] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1777.341912] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1777.345812] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1807.124438] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1807.124481] [drm] PSP is resuming...
[ 1807.200332] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1807.300889] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1807.314698] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1807.314710] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1807.314719] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1807.314726] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1807.314781] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1807.368814] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1807.370248] [drm] DMUB hardware initialized: version=0x02020017
[ 1807.408982] [drm] kiq ring mec 2 pipe 1 q 0
[ 1807.414623] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1807.414787] [drm] JPEG decode initialized successfully.
[ 1807.414816] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1807.414820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1807.414823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1807.414826] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1807.414829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1807.414832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1807.414834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1807.414837] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1807.414840] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1807.414843] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1807.414846] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1807.414849] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1807.414852] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1807.414854] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1807.414857] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1807.414860] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1807.418784] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1837.165422] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1837.165465] [drm] PSP is resuming...
[ 1837.241441] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1837.342987] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1837.356804] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1837.356813] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1837.356820] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1837.356824] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1837.356879] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1837.411781] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1837.413172] [drm] DMUB hardware initialized: version=0x02020017
[ 1837.452527] [drm] kiq ring mec 2 pipe 1 q 0
[ 1837.457916] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1837.458427] [drm] JPEG decode initialized successfully.
[ 1837.458457] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1837.458462] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1837.458467] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1837.458471] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1837.458475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1837.458479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1837.458483] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1837.458487] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1837.458491] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1837.458495] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1837.458499] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1837.458503] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1837.458507] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1837.458511] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1837.458515] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1837.458519] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1837.462807] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1844.652603] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1844.652651] [drm] PSP is resuming...
[ 1844.728536] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1844.828988] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1844.842814] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1844.842827] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1844.842835] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1844.842841] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1844.842899] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1844.897887] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1844.899292] [drm] DMUB hardware initialized: version=0x02020017
[ 1844.937428] [drm] kiq ring mec 2 pipe 1 q 0
[ 1844.942287] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1844.942600] [drm] JPEG decode initialized successfully.
[ 1844.942624] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1844.942627] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1844.942629] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1844.942631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1844.942633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1844.942635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1844.942637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1844.942639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1844.942641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1844.942644] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1844.942646] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1844.942648] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1844.942650] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1844.942652] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1844.942654] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1844.942656] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1844.946706] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1867.236345] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1867.236378] [drm] PSP is resuming...
[ 1867.312540] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1867.414093] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1867.427906] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1867.427918] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1867.427927] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1867.427932] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1867.428026] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1867.481985] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1867.483428] [drm] DMUB hardware initialized: version=0x02020017
[ 1867.521589] [drm] kiq ring mec 2 pipe 1 q 0
[ 1867.526822] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1867.527010] [drm] JPEG decode initialized successfully.
[ 1867.527045] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1867.527053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1867.527060] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1867.527066] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1867.527073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1867.527080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1867.527085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1867.527090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1867.527093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1867.527097] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1867.527100] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1867.527103] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1867.527106] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1867.527109] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1867.527112] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1867.527115] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1867.531166] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1897.252433] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1897.252479] [drm] PSP is resuming...
[ 1897.336989] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1897.438615] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1897.452456] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1897.452467] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1897.452474] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1897.452478] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1897.452558] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1897.513396] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1897.514891] [drm] DMUB hardware initialized: version=0x02020017
[ 1897.557417] [drm] kiq ring mec 2 pipe 1 q 0
[ 1897.563471] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1897.564229] [drm] JPEG decode initialized successfully.
[ 1897.564258] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1897.564264] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1897.564268] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1897.564272] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1897.564277] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1897.564281] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1897.564285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1897.564289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1897.564293] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1897.564297] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1897.564301] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1897.564305] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1897.564309] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1897.564313] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1897.564317] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1897.564321] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1897.569435] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1927.268392] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1927.268429] [drm] PSP is resuming...
[ 1927.344432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1927.449673] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1927.463483] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1927.463492] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1927.463499] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1927.463503] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1927.463553] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1927.518830] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1927.520251] [drm] DMUB hardware initialized: version=0x02020017
[ 1927.558599] [drm] kiq ring mec 2 pipe 1 q 0
[ 1927.563854] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1927.564038] [drm] JPEG decode initialized successfully.
[ 1927.564071] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1927.564079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1927.564085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1927.564089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1927.564094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1927.564098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1927.564103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1927.564107] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1927.564111] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1927.564115] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1927.564120] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1927.564125] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1927.564129] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1927.564134] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1927.564138] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1927.564143] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1927.569172] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1957.236519] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1957.236563] [drm] PSP is resuming...
[ 1957.320984] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1957.421552] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1957.435440] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1957.435544] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1957.435553] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1957.435559] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1957.435764] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1957.496415] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1957.497918] [drm] DMUB hardware initialized: version=0x02020017
[ 1957.540481] [drm] kiq ring mec 2 pipe 1 q 0
[ 1957.546419] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1957.546658] [drm] JPEG decode initialized successfully.
[ 1957.546681] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1957.546684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1957.546687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1957.546689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1957.546691] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1957.546693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1957.546695] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1957.546697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1957.546700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1957.546702] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1957.546704] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1957.546706] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1957.546708] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1957.546710] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1957.546712] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1957.546714] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1957.550637] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1987.252447] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1987.252491] [drm] PSP is resuming...
[ 1987.328673] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1987.430334] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1987.444097] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1987.444108] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1987.444115] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1987.444120] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1987.444174] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1987.499047] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1987.500458] [drm] DMUB hardware initialized: version=0x02020017
[ 1987.538361] [drm] kiq ring mec 2 pipe 1 q 0
[ 1987.543497] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1987.543710] [drm] JPEG decode initialized successfully.
[ 1987.543735] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1987.543739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1987.543741] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1987.543744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1987.543746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1987.543749] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1987.543751] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1987.543753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1987.543756] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1987.543758] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1987.543761] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1987.543763] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1987.543765] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1987.543767] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1987.543770] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1987.543772] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1987.547373] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2017.285392] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2017.285434] [drm] PSP is resuming...
[ 2017.361657] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2017.462978] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2017.476818] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2017.476829] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2017.476838] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2017.476844] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2017.476903] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2017.531075] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2017.532349] [drm] DMUB hardware initialized: version=0x02020017
[ 2017.570434] [drm] kiq ring mec 2 pipe 1 q 0
[ 2017.575880] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2017.576041] [drm] JPEG decode initialized successfully.
[ 2017.576066] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2017.576070] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2017.576073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2017.576077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2017.576079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2017.576082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2017.576085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2017.576089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2017.576092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2017.576095] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2017.576098] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2017.576101] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2017.576104] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2017.576107] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2017.576110] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2017.576113] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2017.580045] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2047.340358] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2047.340391] [drm] PSP is resuming...
[ 2047.416214] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2047.518216] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2047.532215] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2047.532229] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2047.532238] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2047.532245] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2047.532310] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2047.587371] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2047.588792] [drm] DMUB hardware initialized: version=0x02020017
[ 2047.628599] [drm] kiq ring mec 2 pipe 1 q 0
[ 2047.633625] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2047.633783] [drm] JPEG decode initialized successfully.
[ 2047.633809] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2047.633813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2047.633816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2047.633819] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2047.633821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2047.633824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2047.633827] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2047.633829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2047.633832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2047.633835] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2047.633838] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2047.633841] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2047.633844] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2047.633846] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2047.633849] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2047.633852] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2047.637702] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2077.316376] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2077.316409] [drm] PSP is resuming...
[ 2077.392450] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2077.492657] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2077.506455] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2077.506464] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2077.506470] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2077.506474] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2077.506532] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2077.561571] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2077.562986] [drm] DMUB hardware initialized: version=0x02020017
[ 2077.601321] [drm] kiq ring mec 2 pipe 1 q 0
[ 2077.606201] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2077.606518] [drm] JPEG decode initialized successfully.
[ 2077.606543] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2077.606548] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2077.606552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2077.606556] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2077.606559] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2077.606562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2077.606566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2077.606569] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2077.606573] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2077.606576] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2077.606580] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2077.606583] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2077.606587] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2077.606590] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2077.606594] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2077.606597] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2077.610145] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2107.404438] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2107.404483] [drm] PSP is resuming...
[ 2107.480432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2107.584093] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2107.597823] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2107.597835] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2107.597844] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2107.597850] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2107.597908] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2107.652597] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2107.654009] [drm] DMUB hardware initialized: version=0x02020017
[ 2107.692114] [drm] kiq ring mec 2 pipe 1 q 0
[ 2107.697316] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2107.697528] [drm] JPEG decode initialized successfully.
[ 2107.697553] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2107.697557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2107.697560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2107.697562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2107.697564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2107.697566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2107.697568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2107.697571] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2107.697573] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2107.697575] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2107.697578] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2107.697580] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2107.697582] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2107.697584] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2107.697586] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2107.697588] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2107.701054] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2137.316360] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2137.316408] [drm] PSP is resuming...
[ 2137.393997] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2137.495660] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2137.510049] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2137.510062] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2137.510069] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2137.510073] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2137.510126] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2137.565236] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2137.566645] [drm] DMUB hardware initialized: version=0x02020017
[ 2137.605384] [drm] kiq ring mec 2 pipe 1 q 0
[ 2137.610314] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2137.610477] [drm] JPEG decode initialized successfully.
[ 2137.610501] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2137.610504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2137.610507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2137.610509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2137.610511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2137.610513] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2137.610516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2137.610518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2137.610520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2137.610522] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2137.610525] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2137.610527] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2137.610529] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2137.610531] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2137.610534] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2137.610536] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2137.614384] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2167.412424] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2167.412459] [drm] PSP is resuming...
[ 2167.488926] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2167.590654] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2167.604699] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2167.604708] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2167.604715] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2167.604719] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2167.604773] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2167.659615] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2167.661020] [drm] DMUB hardware initialized: version=0x02020017
[ 2167.700038] [drm] kiq ring mec 2 pipe 1 q 0
[ 2167.705442] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2167.705637] [drm] JPEG decode initialized successfully.
[ 2167.705669] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2167.705676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2167.705682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2167.705687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2167.705691] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2167.705695] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2167.705697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2167.705700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2167.705702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2167.705705] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2167.705707] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2167.705710] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2167.705712] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2167.705715] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2167.705717] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2167.705720] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2167.709203] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2197.372422] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2197.372457] [drm] PSP is resuming...
[ 2197.448431] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2197.548760] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2197.562586] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2197.562600] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2197.562609] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2197.562614] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2197.562673] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2197.616898] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2197.618299] [drm] DMUB hardware initialized: version=0x02020017
[ 2197.656900] [drm] kiq ring mec 2 pipe 1 q 0
[ 2197.662767] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2197.662972] [drm] JPEG decode initialized successfully.
[ 2197.663002] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2197.663008] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2197.663013] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2197.663017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2197.663021] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2197.663025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2197.663029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2197.663033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2197.663037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2197.663041] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2197.663046] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2197.663050] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2197.663054] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2197.663058] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2197.663062] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2197.663066] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2197.666807] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2227.437423] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2227.437471] [drm] PSP is resuming...
[ 2227.513429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2227.614095] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2227.628061] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2227.628072] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2227.628079] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2227.628083] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2227.628141] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2227.682811] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2227.684206] [drm] DMUB hardware initialized: version=0x02020017
[ 2227.722038] [drm] kiq ring mec 2 pipe 1 q 0
[ 2227.727749] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2227.727913] [drm] JPEG decode initialized successfully.
[ 2227.727938] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2227.727942] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2227.727945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2227.727947] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2227.727968] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2227.727973] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2227.727975] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2227.727977] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2227.727980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2227.727982] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2227.727985] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2227.727987] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2227.727990] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2227.727992] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2227.727994] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2227.727997] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2227.734870] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2237.396325] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2237.396372] [drm] PSP is resuming...
[ 2237.472404] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2237.574447] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2237.588474] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2237.588488] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2237.588497] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2237.588504] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2237.588560] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2237.643861] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2237.645276] [drm] DMUB hardware initialized: version=0x02020017
[ 2237.683348] [drm] kiq ring mec 2 pipe 1 q 0
[ 2237.688031] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2237.688423] [drm] JPEG decode initialized successfully.
[ 2237.688451] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2237.688457] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2237.688460] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2237.688464] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2237.688468] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2237.688472] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2237.688475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2237.688479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2237.688482] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2237.688486] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2237.688490] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2237.688494] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2237.688497] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2237.688501] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2237.688505] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2237.688508] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2237.692149] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2257.876371] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2257.876406] [drm] PSP is resuming...
[ 2257.952321] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2258.053129] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2258.067103] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2258.067118] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2258.067127] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2258.067134] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2258.067195] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2258.122415] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2258.123823] [drm] DMUB hardware initialized: version=0x02020017
[ 2258.162277] [drm] kiq ring mec 2 pipe 1 q 0
[ 2258.167141] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2258.167346] [drm] JPEG decode initialized successfully.
[ 2258.167370] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2258.167373] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2258.167376] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2258.167378] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2258.167380] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2258.167383] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2258.167385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2258.167387] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2258.167389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2258.167391] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2258.167394] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2258.167396] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2258.167398] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2258.167401] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2258.167403] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2258.167405] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2258.170930] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2288.148460] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2288.148508] [drm] PSP is resuming...
[ 2288.224441] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2288.329334] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2288.343114] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2288.343129] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2288.343138] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2288.343144] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2288.343205] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2288.397804] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2288.399198] [drm] DMUB hardware initialized: version=0x02020017
[ 2288.437423] [drm] kiq ring mec 2 pipe 1 q 0
[ 2288.442294] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2288.442509] [drm] JPEG decode initialized successfully.
[ 2288.442540] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2288.442545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2288.442550] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2288.442554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2288.442559] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2288.442563] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2288.442567] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2288.442571] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2288.442575] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2288.442579] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2288.442584] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2288.442588] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2288.442592] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2288.442596] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2288.442600] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2288.442603] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2288.446098] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2295.155437] BTRFS error (device nvme0n1p3): level check failed on logical 4957418700800 mirror 1 wanted 0 found 1
[ 2295.155831] BTRFS error (device nvme0n1p3: state A): Transaction aborted (error -5)
[ 2295.155946] BTRFS: error (device nvme0n1p3: state A) in do_free_extent_accounting:2849: errno=-5 IO failure
[ 2295.155978] BTRFS info (device nvme0n1p3: state EA): forced readonly
[ 2295.155985] BTRFS error (device nvme0n1p3: state EA): run_one_delayed_ref returned -5
[ 2295.156051] BTRFS: error (device nvme0n1p3: state EA) in btrfs_run_delayed_refs:2153: errno=-5 IO failure
[ 2317.493090] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2317.493211] [drm] PSP is resuming...
[ 2317.569215] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2317.669659] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2317.683458] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2317.683464] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2317.683471] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2317.683475] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2317.683533] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2317.737644] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2317.738912] [drm] DMUB hardware initialized: version=0x02020017
[ 2317.776989] [drm] kiq ring mec 2 pipe 1 q 0
[ 2317.782613] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2317.782772] [drm] JPEG decode initialized successfully.
[ 2317.782796] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2317.782799] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2317.782801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2317.782803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2317.782805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2317.782807] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2317.782809] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2317.782811] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2317.782813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2317.782815] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2317.782817] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2317.782819] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2317.782821] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2317.782823] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2317.782825] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2317.782827] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2317.787550] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2379.173236] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2379.173283] [drm] PSP is resuming...
[ 2379.249329] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2379.350098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2379.363918] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2379.363923] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2379.363928] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2379.363932] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2379.363997] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2379.417772] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2379.419034] [drm] DMUB hardware initialized: version=0x02020017
[ 2379.456903] [drm] kiq ring mec 2 pipe 1 q 0
[ 2379.462573] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2379.462737] [drm] JPEG decode initialized successfully.
[ 2379.462760] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2379.462762] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2379.462765] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2379.462767] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2379.462769] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2379.462770] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2379.462772] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2379.462774] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2379.462776] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2379.462778] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2379.462780] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2379.462782] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2379.462784] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2379.462786] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2379.462788] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2379.462790] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2379.466863] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes

[-- Attachment #3: check.txt --]
[-- Type: text/plain, Size: 534103 bytes --]

❯ sudo btrfs check --readonly --force /dev/nvme1n1p3
Opening filesystem to check...
WARNING: filesystem mounted, continuing because of --force
Checking filesystem on /dev/nvme1n1p3
UUID: 40e0b5d2-df54-46e0-b6f4-2f868296271d
[1/7] checking root items
[2/7] checking extents
parent transid verify failed on 5039519498240 wanted 650768 found 650771
parent transid verify failed on 5039519498240 wanted 650768 found 650771
Ignoring transid failure
parent transid verify failed on 5039519645696 wanted 650768 found 650771
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
parent transid verify failed on 5039523528704 wanted 650769 found 650771
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
parent transid verify failed on 5039523561472 wanted 650769 found 650771
parent transid verify failed on 5039523561472 wanted 650769 found 650771
Ignoring transid failure
parent transid verify failed on 5039518679040 wanted 650768 found 650771
parent transid verify failed on 5039518679040 wanted 650768 found 650771
Ignoring transid failure
Extent back ref already exists for 5039919153152 parent 0 root 256
Extent back ref already exists for 5039890169856 parent 0 root 256
Extent back ref already exists for 5039843295232 parent 0 root 256
Extent back ref already exists for 5039676194816 parent 0 root 256
Extent back ref already exists for 5039841624064 parent 0 root 256
Extent back ref already exists for 5039896264704 parent 0 root 256
Extent back ref already exists for 5039841558528 parent 0 root 256
Extent back ref already exists for 5039706357760 parent 0 root 256
Extent back ref already exists for 5039580856320 parent 0 root 256
Extent back ref already exists for 5039563603968 parent 0 root 256
Extent back ref already exists for 5039562948608 parent 0 root 256
Extent back ref already exists for 5039563620352 parent 0 root 256
Extent back ref already exists for 5039563243520 parent 0 root 256
Extent back ref already exists for 5039564881920 parent 0 root 256
Extent back ref already exists for 5039592603648 parent 0 root 256
Extent back ref already exists for 5039592685568 parent 0 root 256
Extent back ref already exists for 5039593488384 parent 0 root 256
Extent back ref already exists for 5039592980480 parent 0 root 256
Extent back ref already exists for 5039594291200 parent 0 root 256
Extent back ref already exists for 5039593553920 parent 0 root 256
Extent back ref already exists for 5039670771712 parent 0 root 256
Extent back ref already exists for 5039670788096 parent 0 root 256
Extent back ref already exists for 5039666839552 parent 0 root 256
Extent back ref already exists for 5039668051968 parent 0 root 256
Extent back ref already exists for 5039668084736 parent 0 root 256
Extent back ref already exists for 5039668117504 parent 0 root 256
Extent back ref already exists for 5039673032704 parent 0 root 256
Extent back ref already exists for 5039672983552 parent 0 root 256
Extent back ref already exists for 5039839854592 parent 0 root 256
Extent back ref already exists for 5039882878976 parent 0 root 256
Extent back ref already exists for 5039894347776 parent 0 root 256
Extent back ref already exists for 5039894413312 parent 0 root 256
Extent back ref already exists for 5039884697600 parent 0 root 256
Extent back ref already exists for 5039840198656 parent 0 root 256
Extent back ref already exists for 5039704096768 parent 0 root 256
Extent back ref already exists for 5039704064000 parent 0 root 256
Extent back ref already exists for 5039705063424 parent 0 root 256
Extent back ref already exists for 5039703506944 parent 0 root 256
Extent back ref already exists for 5039706554368 parent 0 root 256
Extent back ref already exists for 5039808823296 parent 0 root 256
Extent back ref already exists for 5039809576960 parent 0 root 256
Extent back ref already exists for 5039810445312 parent 0 root 256
Extent back ref already exists for 5039810560000 parent 0 root 256
Extent back ref already exists for 5039853109248 parent 0 root 256
Extent back ref already exists for 5039852863488 parent 0 root 256
Extent back ref already exists for 5039853027328 parent 0 root 256
Extent back ref already exists for 5039853142016 parent 0 root 256
Extent back ref already exists for 5039853748224 parent 0 root 256
Extent back ref already exists for 5039852634112 parent 0 root 256
Extent back ref already exists for 5039822667776 parent 0 root 256
Extent back ref already exists for 5039879192576 parent 0 root 256
Extent back ref already exists for 5039837872128 parent 0 root 256
Extent back ref already exists for 5039822651392 parent 0 root 256
Extent back ref already exists for 5039827091456 parent 0 root 256
Extent back ref already exists for 5039830532096 parent 0 root 256
Extent back ref already exists for 5039879389184 parent 0 root 256
Extent back ref already exists for 5039838003200 parent 0 root 256
Extent back ref already exists for 5039837085696 parent 0 root 256
Extent back ref already exists for 5039831400448 parent 0 root 256
Extent back ref already exists for 5039883124736 parent 0 root 256
Extent back ref already exists for 5042211209216 parent 0 root 256
Extent back ref already exists for 5040981295104 parent 0 root 256
Extent back ref already exists for 5399603904512 parent 0 root 256
Extent back ref already exists for 5315724460032 parent 0 root 256
Extent back ref already exists for 5040981196800 parent 0 root 256
Extent back ref already exists for 5446126141440 parent 0 root 256
Extent back ref already exists for 5399649763328 parent 0 root 256
Extent back ref already exists for 5314458664960 parent 0 root 256
Extent back ref already exists for 5314101313536 parent 0 root 256
Extent back ref already exists for 5040989683712 parent 0 root 256
Extent back ref already exists for 5315598401536 parent 0 root 256
Extent back ref already exists for 5446995492864 parent 0 root 256
Extent back ref already exists for 5398165684224 parent 0 root 256
Extent back ref already exists for 5040711237632 parent 0 root 256
Extent back ref already exists for 5399685529600 parent 0 root 256
Extent back ref already exists for 5315634528256 parent 0 root 256
Extent back ref already exists for 5040931258368 parent 0 root 256
Extent back ref already exists for 5446939082752 parent 0 root 256
Extent back ref already exists for 5041083973632 parent 0 root 256
Extent back ref already exists for 5041216258048 parent 0 root 256
Extent back ref already exists for 5040995827712 parent 0 root 256
Extent back ref already exists for 5040995729408 parent 0 root 256
Extent back ref already exists for 5040995713024 parent 0 root 256
Extent back ref already exists for 5041248256000 parent 0 root 256
Extent back ref already exists for 5399462510592 parent 0 root 256
Extent back ref already exists for 5039646425088 parent 0 root 256
Extent back ref already exists for 5040984391680 parent 0 root 256
Extent back ref already exists for 5040979640320 parent 0 root 256
Extent back ref already exists for 5040979361792 parent 0 root 256
Extent back ref already exists for 5041214226432 parent 0 root 256
Extent back ref already exists for 5446063456256 parent 0 root 256
Extent back ref already exists for 5399661051904 parent 0 root 256
Extent back ref already exists for 5399658364928 parent 0 root 256
Extent back ref already exists for 5041389469696 parent 0 root 256
Extent back ref already exists for 5040984375296 parent 0 root 256
Extent back ref already exists for 5315938222080 parent 0 root 256
Extent back ref already exists for 5315938254848 parent 0 root 256
Extent back ref already exists for 5316008034304 parent 0 root 256
Extent back ref already exists for 5315196354560 parent 0 root 256
Extent back ref already exists for 5315196747776 parent 0 root 256
Extent back ref already exists for 5042202165248 parent 0 root 256
Extent back ref already exists for 5446080872448 parent 0 root 256
Extent back ref already exists for 5446568378368 parent 0 root 256
Extent back ref already exists for 5398156738560 parent 0 root 256
Extent back ref already exists for 5398069870592 parent 0 root 256
Extent back ref already exists for 5398069854208 parent 0 root 256
Extent back ref already exists for 5446603522048 parent 0 root 256
Extent back ref already exists for 5446093225984 parent 0 root 256
Extent back ref already exists for 5446092111872 parent 0 root 256
Extent back ref already exists for 5398888316928 parent 0 root 256
Extent back ref already exists for 5446212911104 parent 0 root 256
Extent back ref already exists for 5040008445952 parent 0 root 256
Extent back ref already exists for 5398156722176 parent 0 root 256
Extent back ref already exists for 5315755606016 parent 0 root 256
Extent back ref already exists for 5446083543040 parent 0 root 256
Extent back ref already exists for 5041273372672 parent 0 root 256
Extent back ref already exists for 5314489663488 parent 0 root 256
Extent back ref already exists for 5446255509504 parent 0 root 256
Extent back ref already exists for 5040980623360 parent 0 root 256
Extent back ref already exists for 5316012163072 parent 0 root 256
Extent back ref already exists for 5446262718464 parent 0 root 256
Extent back ref already exists for 5040993910784 parent 0 root 256
Extent back ref already exists for 5399418191872 parent 0 root 256
Extent back ref already exists for 5040994123776 parent 0 root 256
Extent back ref already exists for 5041808113664 parent 0 root 256
Extent back ref already exists for 5040220946432 parent 0 root 256
Extent back ref already exists for 5040995598336 parent 0 root 256
Extent back ref already exists for 5315740205056 parent 0 root 256
Extent back ref already exists for 5315740401664 parent 0 root 256
Extent back ref already exists for 5039670460416 parent 0 root 256
Extent back ref already exists for 5314486026240 parent 0 root 256
Extent back ref already exists for 5040863117312 parent 0 root 256
Extent back ref already exists for 5315188703232 parent 0 root 256
Extent back ref already exists for 5316037492736 parent 0 root 256
Extent back ref already exists for 5041806524416 parent 0 root 256
Extent back ref already exists for 5040538894336 parent 0 root 256
Extent back ref already exists for 5398859530240 parent 0 root 256
Extent back ref already exists for 5316054597632 parent 0 root 256
Extent back ref already exists for 5315706028032 parent 0 root 256
Extent back ref already exists for 5316054269952 parent 0 root 256
Extent back ref already exists for 5315454828544 parent 0 root 256
Extent back ref already exists for 5399766777856 parent 0 root 256
Extent back ref already exists for 5399495688192 parent 0 root 256
Extent back ref already exists for 5316012064768 parent 0 root 256
Extent back ref already exists for 5316020846592 parent 0 root 256
Extent back ref already exists for 5315981066240 parent 0 root 256
Extent back ref already exists for 5315904946176 parent 0 root 256
Extent back ref already exists for 5316022108160 parent 0 root 256
Extent back ref already exists for 5316011835392 parent 0 root 256
Extent back ref already exists for 5316011851776 parent 0 root 256
Extent back ref already exists for 5446126960640 parent 0 root 256
Extent back ref already exists for 5315138633728 parent 0 root 256
Extent back ref already exists for 5315138387968 parent 0 root 256
Extent back ref already exists for 5316022075392 parent 0 root 256
Extent back ref already exists for 5398830858240 parent 0 root 256
Extent back ref already exists for 5315618521088 parent 0 root 256
Extent back ref already exists for 5315664265216 parent 0 root 256
Extent back ref already exists for 5315623567360 parent 0 root 256
Extent back ref already exists for 5041013948416 parent 0 root 256
Extent back ref already exists for 5041013604352 parent 0 root 256
Extent back ref already exists for 5041013587968 parent 0 root 256
Extent back ref already exists for 5446914326528 parent 0 root 256
Extent back ref already exists for 5446603636736 parent 0 root 256
Extent back ref already exists for 5446603620352 parent 0 root 256
Extent back ref already exists for 5398904717312 parent 0 root 256
Extent back ref already exists for 5446675709952 parent 0 root 256
Extent back ref already exists for 5314923872256 parent 0 root 256
Extent back ref already exists for 5446634504192 parent 0 root 256
Extent back ref already exists for 5446911934464 parent 0 root 256
Extent back ref already exists for 5399480647680 parent 0 root 256
Extent back ref already exists for 5446911918080 parent 0 root 256
Extent back ref already exists for 5041419894784 parent 0 root 256
Extent back ref already exists for 5315218341888 parent 0 root 256
Extent back ref already exists for 5315938484224 parent 0 root 256
Extent back ref already exists for 5041486823424 parent 0 root 256
Extent back ref already exists for 5041487118336 parent 0 root 256
Extent back ref already exists for 5446589546496 parent 0 root 256
Extent back ref already exists for 5398949150720 parent 0 root 256
Extent back ref already exists for 5041419878400 parent 0 root 256
Extent back ref already exists for 5041961910272 parent 0 root 256
Extent back ref already exists for 5040518725632 parent 0 root 256
Extent back ref already exists for 5040518692864 parent 0 root 256
Extent back ref already exists for 5040518709248 parent 0 root 256
Extent back ref already exists for 5041960976384 parent 0 root 256
Extent back ref already exists for 5399700537344 parent 0 root 256
Extent back ref already exists for 5040989372416 parent 0 root 256
Extent back ref already exists for 5446830211072 parent 0 root 256
Extent back ref already exists for 5040980951040 parent 0 root 256
Extent back ref already exists for 5446829932544 parent 0 root 256
Extent back ref already exists for 5040989290496 parent 0 root 256
Extent back ref already exists for 5040974856192 parent 0 root 256
Extent back ref already exists for 5316024598528 parent 0 root 256
Extent back ref already exists for 5039851978752 parent 0 root 256
Extent back ref already exists for 5039851880448 parent 0 root 256
Extent back ref already exists for 5446785449984 parent 0 root 256
Extent back ref already exists for 5398160080896 parent 0 root 256
Extent back ref already exists for 5041392156672 parent 0 root 256
Extent back ref already exists for 5041212162048 parent 0 root 256
Extent back ref already exists for 5316018421760 parent 0 root 256
Extent back ref already exists for 5041212080128 parent 0 root 256
Extent back ref already exists for 5041957797888 parent 0 root 256
Extent back ref already exists for 5316018356224 parent 0 root 256
Extent back ref already exists for 5041392140288 parent 0 root 256
Extent back ref already exists for 5040023715840 parent 0 root 256
Extent back ref already exists for 5041210949632 parent 0 root 256
Extent back ref already exists for 5040995205120 parent 0 root 256
Extent back ref already exists for 5040994172928 parent 0 root 256
Extent back ref already exists for 5399647125504 parent 0 root 256
Extent back ref already exists for 5040995532800 parent 0 root 256
Extent back ref already exists for 5399647043584 parent 0 root 256
Extent back ref already exists for 5040448864256 parent 0 root 256
Extent back ref already exists for 5041210916864 parent 0 root 256
Extent back ref already exists for 5446914162688 parent 0 root 256
Extent back ref already exists for 5315083845632 parent 0 root 256
Extent back ref already exists for 5446914211840 parent 0 root 256
Extent back ref already exists for 5316011917312 parent 0 root 256
Extent back ref already exists for 5314991980544 parent 0 root 256
Extent back ref already exists for 5041211539456 parent 0 root 256
Extent back ref already exists for 5040995680256 parent 0 root 256
Extent back ref already exists for 5040995647488 parent 0 root 256
Extent back ref already exists for 5399603871744 parent 0 root 256
Extent back ref already exists for 5040995565568 parent 0 root 256
Extent back ref already exists for 5040995581952 parent 0 root 256
ref mismatch on [82378752 16384] extent item 1, found 2
tree backref 82378752 parent 5039519645696 not found in extent tree
backpointer mismatch on [82378752 16384]
ref mismatch on [82788352 16384] extent item 1, found 2
tree backref 82788352 parent 5039519645696 not found in extent tree
backpointer mismatch on [82788352 16384]
ref mismatch on [89587712 16384] extent item 0, found 1
tree backref 89587712 root 256 not found in extent tree
backpointer mismatch on [89587712 16384]
owner ref check failed [89587712 16384]
ref mismatch on [108068864 16384] extent item 0, found 1
tree backref 108068864 root 256 not found in extent tree
backpointer mismatch on [108068864 16384]
owner ref check failed [108068864 16384]
ref mismatch on [138477568 16384] extent item 0, found 1
tree backref 138477568 root 256 not found in extent tree
backpointer mismatch on [138477568 16384]
owner ref check failed [138477568 16384]
ref mismatch on [141688832 16384] extent item 1, found 2
tree backref 141688832 parent 5039519645696 not found in extent tree
backpointer mismatch on [141688832 16384]
ref mismatch on [143228928 16384] extent item 1, found 2
tree backref 143228928 parent 5039519645696 not found in extent tree
backpointer mismatch on [143228928 16384]
ref mismatch on [150847488 16384] extent item 1, found 2
tree backref 150847488 parent 5039519645696 not found in extent tree
backpointer mismatch on [150847488 16384]
ref mismatch on [178536448 16384] extent item 0, found 1
tree backref 178536448 root 256 not found in extent tree
backpointer mismatch on [178536448 16384]
owner ref check failed [178536448 16384]
ref mismatch on [188334080 16384] extent item 1, found 2
tree backref 188334080 parent 5039519645696 not found in extent tree
backpointer mismatch on [188334080 16384]
ref mismatch on [188645376 16384] extent item 0, found 1
tree backref 188645376 root 256 not found in extent tree
backpointer mismatch on [188645376 16384]
owner ref check failed [188645376 16384]
ref mismatch on [188874752 16384] extent item 0, found 1
tree backref 188874752 root 256 not found in extent tree
backpointer mismatch on [188874752 16384]
owner ref check failed [188874752 16384]
ref mismatch on [189579264 16384] extent item 1, found 2
tree backref 189579264 parent 5039519645696 not found in extent tree
backpointer mismatch on [189579264 16384]
ref mismatch on [192462848 16384] extent item 1, found 2
tree backref 192462848 parent 5039519645696 not found in extent tree
backpointer mismatch on [192462848 16384]
ref mismatch on [192561152 16384] extent item 1, found 2
tree backref 192561152 parent 5039519645696 not found in extent tree
backpointer mismatch on [192561152 16384]
ref mismatch on [193347584 16384] extent item 1, found 2
tree backref 193347584 parent 5039519645696 not found in extent tree
backpointer mismatch on [193347584 16384]
ref mismatch on [198311936 16384] extent item 1, found 2
tree backref 198311936 parent 5039519645696 not found in extent tree
backpointer mismatch on [198311936 16384]
ref mismatch on [216612864 16384] extent item 0, found 1
tree backref 216612864 root 256 not found in extent tree
backpointer mismatch on [216612864 16384]
owner ref check failed [216612864 16384]
ref mismatch on [222560256 16384] extent item 0, found 1
tree backref 222560256 root 256 not found in extent tree
backpointer mismatch on [222560256 16384]
owner ref check failed [222560256 16384]
ref mismatch on [231342080 16384] extent item 0, found 1
tree backref 231342080 root 256 not found in extent tree
backpointer mismatch on [231342080 16384]
owner ref check failed [231342080 16384]
ref mismatch on [238419968 16384] extent item 0, found 1
tree backref 238419968 root 256 not found in extent tree
backpointer mismatch on [238419968 16384]
owner ref check failed [238419968 16384]
ref mismatch on [254509056 16384] extent item 1, found 2
tree backref 254509056 parent 5039519645696 not found in extent tree
backpointer mismatch on [254509056 16384]
ref mismatch on [274366464 16384] extent item 1, found 2
tree backref 274366464 parent 5039519645696 not found in extent tree
backpointer mismatch on [274366464 16384]
ref mismatch on [307134464 16384] extent item 1, found 2
tree backref 307134464 parent 5039519645696 not found in extent tree
backpointer mismatch on [307134464 16384]
ref mismatch on [320438272 16384] extent item 1, found 2
tree backref 320438272 parent 5039519645696 not found in extent tree
backpointer mismatch on [320438272 16384]
ref mismatch on [331071488 16384] extent item 1, found 2
tree backref 331071488 parent 5039519645696 not found in extent tree
backpointer mismatch on [331071488 16384]
ref mismatch on [331169792 16384] extent item 1, found 2
tree backref 331169792 parent 5039519645696 not found in extent tree
backpointer mismatch on [331169792 16384]
ref mismatch on [339050496 16384] extent item 1, found 2
tree backref 339050496 parent 5039519645696 not found in extent tree
backpointer mismatch on [339050496 16384]
ref mismatch on [361971712 16384] extent item 1, found 2
tree backref 361971712 parent 5039519645696 not found in extent tree
backpointer mismatch on [361971712 16384]
ref mismatch on [361988096 16384] extent item 1, found 2
tree backref 361988096 parent 5039519645696 not found in extent tree
backpointer mismatch on [361988096 16384]
ref mismatch on [366739456 16384] extent item 0, found 1
tree backref 366739456 root 256 not found in extent tree
backpointer mismatch on [366739456 16384]
owner ref check failed [366739456 16384]
ref mismatch on [367017984 16384] extent item 1, found 2
tree backref 367017984 parent 5039519645696 not found in extent tree
backpointer mismatch on [367017984 16384]
ref mismatch on [372097024 16384] extent item 0, found 1
tree backref 372097024 root 256 not found in extent tree
backpointer mismatch on [372097024 16384]
owner ref check failed [372097024 16384]
ref mismatch on [372490240 16384] extent item 0, found 1
tree backref 372490240 root 256 not found in extent tree
backpointer mismatch on [372490240 16384]
owner ref check failed [372490240 16384]
ref mismatch on [372555776 16384] extent item 0, found 1
tree backref 372555776 root 256 not found in extent tree
backpointer mismatch on [372555776 16384]
owner ref check failed [372555776 16384]
ref mismatch on [373325824 16384] extent item 0, found 1
tree backref 373325824 root 256 not found in extent tree
backpointer mismatch on [373325824 16384]
owner ref check failed [373325824 16384]
ref mismatch on [375783424 16384] extent item 0, found 1
tree backref 375783424 root 256 not found in extent tree
backpointer mismatch on [375783424 16384]
owner ref check failed [375783424 16384]
ref mismatch on [375816192 16384] extent item 0, found 1
tree backref 375816192 root 256 not found in extent tree
backpointer mismatch on [375816192 16384]
owner ref check failed [375816192 16384]
ref mismatch on [391725056 16384] extent item 1, found 2
tree backref 391725056 parent 5039519645696 not found in extent tree
backpointer mismatch on [391725056 16384]
ref mismatch on [392790016 16384] extent item 0, found 1
tree backref 392790016 root 256 not found in extent tree
backpointer mismatch on [392790016 16384]
owner ref check failed [392790016 16384]
ref mismatch on [398671872 16384] extent item 0, found 1
tree backref 398671872 root 256 not found in extent tree
backpointer mismatch on [398671872 16384]
owner ref check failed [398671872 16384]
ref mismatch on [398983168 16384] extent item 0, found 1
tree backref 398983168 root 256 not found in extent tree
backpointer mismatch on [398983168 16384]
owner ref check failed [398983168 16384]
ref mismatch on [399851520 16384] extent item 1, found 2
tree backref 399851520 parent 5039519645696 not found in extent tree
backpointer mismatch on [399851520 16384]
ref mismatch on [408600576 16384] extent item 0, found 1
tree backref 408600576 root 256 not found in extent tree
backpointer mismatch on [408600576 16384]
owner ref check failed [408600576 16384]
ref mismatch on [439861248 16384] extent item 0, found 1
tree backref 439861248 root 256 not found in extent tree
backpointer mismatch on [439861248 16384]
owner ref check failed [439861248 16384]
ref mismatch on [444137472 16384] extent item 1, found 2
tree backref 444137472 parent 5039519645696 not found in extent tree
backpointer mismatch on [444137472 16384]
ref mismatch on [444628992 16384] extent item 1, found 2
tree backref 444628992 parent 5039519645696 not found in extent tree
backpointer mismatch on [444628992 16384]
ref mismatch on [457244672 16384] extent item 1, found 2
tree backref 457244672 parent 5039519645696 not found in extent tree
backpointer mismatch on [457244672 16384]
ref mismatch on [489308160 16384] extent item 0, found 1
tree backref 489308160 root 256 not found in extent tree
backpointer mismatch on [489308160 16384]
owner ref check failed [489308160 16384]
ref mismatch on [497942528 16384] extent item 0, found 1
tree backref 497942528 root 256 not found in extent tree
backpointer mismatch on [497942528 16384]
owner ref check failed [497942528 16384]
ref mismatch on [525926400 16384] extent item 0, found 1
tree backref 525926400 root 256 not found in extent tree
backpointer mismatch on [525926400 16384]
owner ref check failed [525926400 16384]
ref mismatch on [562380800 16384] extent item 0, found 1
tree backref 562380800 root 256 not found in extent tree
backpointer mismatch on [562380800 16384]
owner ref check failed [562380800 16384]
ref mismatch on [600621056 16384] extent item 0, found 1
tree backref 600621056 root 256 not found in extent tree
backpointer mismatch on [600621056 16384]
owner ref check failed [600621056 16384]
ref mismatch on [608239616 16384] extent item 0, found 1
tree backref 608239616 root 256 not found in extent tree
backpointer mismatch on [608239616 16384]
owner ref check failed [608239616 16384]
ref mismatch on [625016832 16384] extent item 0, found 1
tree backref 625016832 root 256 not found in extent tree
backpointer mismatch on [625016832 16384]
owner ref check failed [625016832 16384]
ref mismatch on [625426432 16384] extent item 0, found 1
tree backref 625426432 root 256 not found in extent tree
backpointer mismatch on [625426432 16384]
owner ref check failed [625426432 16384]
ref mismatch on [704430080 16384] extent item 1, found 2
tree backref 704430080 parent 5039519645696 not found in extent tree
backpointer mismatch on [704430080 16384]
ref mismatch on [737640448 16384] extent item 0, found 1
tree backref 737640448 root 256 not found in extent tree
backpointer mismatch on [737640448 16384]
owner ref check failed [737640448 16384]
ref mismatch on [741801984 16384] extent item 0, found 1
tree backref 741801984 root 256 not found in extent tree
backpointer mismatch on [741801984 16384]
owner ref check failed [741801984 16384]
ref mismatch on [752828416 16384] extent item 0, found 1
tree backref 752828416 root 256 not found in extent tree
backpointer mismatch on [752828416 16384]
owner ref check failed [752828416 16384]
ref mismatch on [770113536 16384] extent item 0, found 1
tree backref 770113536 root 256 not found in extent tree
backpointer mismatch on [770113536 16384]
owner ref check failed [770113536 16384]
ref mismatch on [835715072 16384] extent item 1, found 2
tree backref 835715072 parent 5039519645696 not found in extent tree
backpointer mismatch on [835715072 16384]
ref mismatch on [837124096 16384] extent item 1, found 2
tree backref 837124096 parent 5039519645696 not found in extent tree
backpointer mismatch on [837124096 16384]
ref mismatch on [837320704 16384] extent item 0, found 1
tree backref 837320704 root 256 not found in extent tree
backpointer mismatch on [837320704 16384]
owner ref check failed [837320704 16384]
ref mismatch on [838287360 16384] extent item 1, found 2
tree backref 838287360 parent 5039519645696 not found in extent tree
backpointer mismatch on [838287360 16384]
ref mismatch on [861274112 16384] extent item 0, found 1
tree backref 861274112 root 256 not found in extent tree
backpointer mismatch on [861274112 16384]
owner ref check failed [861274112 16384]
ref mismatch on [873545728 16384] extent item 0, found 1
tree backref 873545728 root 256 not found in extent tree
backpointer mismatch on [873545728 16384]
owner ref check failed [873545728 16384]
ref mismatch on [900186112 16384] extent item 0, found 1
tree backref 900186112 root 256 not found in extent tree
backpointer mismatch on [900186112 16384]
owner ref check failed [900186112 16384]
ref mismatch on [910311424 16384] extent item 0, found 1
tree backref 910311424 root 256 not found in extent tree
backpointer mismatch on [910311424 16384]
owner ref check failed [910311424 16384]
ref mismatch on [951173120 16384] extent item 1, found 2
tree backref 951173120 parent 5039519645696 not found in extent tree
backpointer mismatch on [951173120 16384]
ref mismatch on [951762944 16384] extent item 0, found 1
tree backref 951762944 root 256 not found in extent tree
backpointer mismatch on [951762944 16384]
owner ref check failed [951762944 16384]
ref mismatch on [952287232 16384] extent item 0, found 1
tree backref 952287232 root 256 not found in extent tree
backpointer mismatch on [952287232 16384]
owner ref check failed [952287232 16384]
ref mismatch on [952778752 16384] extent item 0, found 1
tree backref 952778752 root 256 not found in extent tree
backpointer mismatch on [952778752 16384]
owner ref check failed [952778752 16384]
ref mismatch on [956514304 16384] extent item 0, found 1
tree backref 956514304 root 256 not found in extent tree
backpointer mismatch on [956514304 16384]
owner ref check failed [956514304 16384]
ref mismatch on [956596224 16384] extent item 0, found 1
tree backref 956596224 root 256 not found in extent tree
backpointer mismatch on [956596224 16384]
owner ref check failed [956596224 16384]
ref mismatch on [978157568 16384] extent item 0, found 1
tree backref 978157568 root 256 not found in extent tree
backpointer mismatch on [978157568 16384]
owner ref check failed [978157568 16384]
ref mismatch on [988233728 16384] extent item 0, found 1
tree backref 988233728 root 256 not found in extent tree
backpointer mismatch on [988233728 16384]
owner ref check failed [988233728 16384]
ref mismatch on [995868672 16384] extent item 0, found 1
tree backref 995868672 root 256 not found in extent tree
backpointer mismatch on [995868672 16384]
owner ref check failed [995868672 16384]
ref mismatch on [1031553024 16384] extent item 0, found 1
tree backref 1031553024 root 256 not found in extent tree
backpointer mismatch on [1031553024 16384]
owner ref check failed [1031553024 16384]
ref mismatch on [1035255808 16384] extent item 0, found 1
tree backref 1035255808 root 256 not found in extent tree
backpointer mismatch on [1035255808 16384]
owner ref check failed [1035255808 16384]
ref mismatch on [1037959168 16384] extent item 0, found 1
tree backref 1037959168 root 256 not found in extent tree
backpointer mismatch on [1037959168 16384]
owner ref check failed [1037959168 16384]
ref mismatch on [1041612800 16384] extent item 0, found 1
tree backref 1041612800 root 256 not found in extent tree
backpointer mismatch on [1041612800 16384]
owner ref check failed [1041612800 16384]
ref mismatch on [1062371328 16384] extent item 0, found 1
tree backref 1062371328 root 256 not found in extent tree
backpointer mismatch on [1062371328 16384]
owner ref check failed [1062371328 16384]
ref mismatch on [1104068608 16384] extent item 0, found 1
tree backref 1104068608 root 256 not found in extent tree
backpointer mismatch on [1104068608 16384]
owner ref check failed [1104068608 16384]
ref mismatch on [4355457024 4096] extent item 0, found 1
data backref 4355457024 root 256 owner 113833684 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 4355457024 root 256 owner 113833684 offset 0 found 1 wanted 0 back 0x56004ea31040
backpointer mismatch on [4355457024 4096]
ref mismatch on [7062130688 4096] extent item 0, found 1
data backref 7062130688 root 256 owner 113833675 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 7062130688 root 256 owner 113833675 offset 0 found 1 wanted 0 back 0x55fff359a110
backpointer mismatch on [7062130688 4096]
ref mismatch on [9115185152 8192] extent item 0, found 1
data backref 9115185152 root 256 owner 113833663 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 9115185152 root 256 owner 113833663 offset 0 found 1 wanted 0 back 0x560051d88940
backpointer mismatch on [9115185152 8192]
ref mismatch on [10663174144 8192] extent item 0, found 1
data backref 10663174144 root 256 owner 113833664 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 10663174144 root 256 owner 113833664 offset 0 found 1 wanted 0 back 0x56001ae077d0
backpointer mismatch on [10663174144 8192]
ref mismatch on [10694520832 8192] extent item 0, found 1
data backref 10694520832 root 256 owner 113833673 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 10694520832 root 256 owner 113833673 offset 0 found 1 wanted 0 back 0x56001ae09550
backpointer mismatch on [10694520832 8192]
ERROR: invalid generation for extent 22603436032, have 650771 expect (0, 650770]
ref mismatch on [22603436032 4096] extent item 0, found 1
data backref 22603436032 root 256 owner 113825360 offset 77824 num_refs 0 not found in extent tree
incorrect local backref count on 22603436032 root 256 owner 113825360 offset 77824 found 1 wanted 0 back 0x56001a506250
backpointer mismatch on [22603436032 4096]
ref mismatch on [22632370176 16384] extent item 0, found 1
data backref 22632370176 root 256 owner 113825360 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 22632370176 root 256 owner 113825360 offset 0 found 1 wanted 0 back 0x56002d8276e0
backpointer mismatch on [22632370176 16384]
ref mismatch on [22632386560 16384] extent item 0, found 1
data backref 22632386560 root 256 owner 113833674 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 22632386560 root 256 owner 113833674 offset 0 found 1 wanted 0 back 0x5600196f96a0
backpointer mismatch on [22632386560 16384]
ref mismatch on [22852890624 4096] extent item 0, found 1
data backref 22852890624 root 256 owner 113833656 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 22852890624 root 256 owner 113833656 offset 0 found 1 wanted 0 back 0x56005742c440
backpointer mismatch on [22852890624 4096]
ref mismatch on [22855606272 4096] extent item 0, found 1
data backref 22855606272 root 256 owner 113833659 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 22855606272 root 256 owner 113833659 offset 0 found 1 wanted 0 back 0x55ffe9dd6070
backpointer mismatch on [22855606272 4096]
ref mismatch on [250363699200 28672] extent item 0, found 1
data backref 250363699200 root 256 owner 113833687 offset 131072 num_refs 0 not found in extent tree
incorrect local backref count on 250363699200 root 256 owner 113833687 offset 131072 found 1 wanted 0 back 0x560053496150
backpointer mismatch on [250363699200 28672]
ref mismatch on [250363727872 8192] extent item 0, found 1
data backref 250363727872 root 256 owner 113833687 offset 262144 num_refs 0 not found in extent tree
incorrect local backref count on 250363727872 root 256 owner 113833687 offset 262144 found 1 wanted 0 back 0x55fff47aa1a0
backpointer mismatch on [250363727872 8192]
ref mismatch on [250363756544 36864] extent item 0, found 1
data backref 250363756544 root 256 owner 113825368 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 250363756544 root 256 owner 113825368 offset 0 found 1 wanted 0 back 0x560057288ef0
backpointer mismatch on [250363756544 36864]
ref mismatch on [250430562304 32768] extent item 0, found 1
data backref 250430562304 root 256 owner 113833685 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 250430562304 root 256 owner 113833685 offset 0 found 1 wanted 0 back 0x56001acfa900
backpointer mismatch on [250430562304 32768]
ref mismatch on [250430595072 24576] extent item 0, found 1
data backref 250430595072 root 256 owner 113833686 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 250430595072 root 256 owner 113833686 offset 0 found 1 wanted 0 back 0x56001acfb620
backpointer mismatch on [250430595072 24576]
ref mismatch on [250430619648 28672] extent item 0, found 1
data backref 250430619648 root 256 owner 113833687 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 250430619648 root 256 owner 113833687 offset 0 found 1 wanted 0 back 0x56005c410370
backpointer mismatch on [250430619648 28672]
ref mismatch on [250430648320 32768] extent item 0, found 1
data backref 250430648320 root 256 owner 113833694 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 250430648320 root 256 owner 113833694 offset 0 found 1 wanted 0 back 0x55fff0b86a00
backpointer mismatch on [250430648320 32768]
ref mismatch on [252417118208 8192] extent item 0, found 1
data backref 252417118208 root 256 owner 113833655 offset 1048576 num_refs 0 not found in extent tree
incorrect local backref count on 252417118208 root 256 owner 113833655 offset 1048576 found 1 wanted 0 back 0x55ffddd6cb40
backpointer mismatch on [252417118208 8192]
ref mismatch on [252420804608 8192] extent item 0, found 1
data backref 252420804608 root 256 owner 113833655 offset 1179648 num_refs 0 not found in extent tree
incorrect local backref count on 252420804608 root 256 owner 113833655 offset 1179648 found 1 wanted 0 back 0x5600581d1cd0
backpointer mismatch on [252420804608 8192]
ref mismatch on [263254044672 12288] extent item 0, found 1
data backref 263254044672 root 256 owner 113833655 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 263254044672 root 256 owner 113833655 offset 0 found 1 wanted 0 back 0x56006b600090
backpointer mismatch on [263254044672 12288]
ref mismatch on [273440370688 20480] extent item 0, found 1
data backref 273440370688 root 256 owner 113833653 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 273440370688 root 256 owner 113833653 offset 0 found 1 wanted 0 back 0x560041b0de80
backpointer mismatch on [273440370688 20480]
ref mismatch on [514366898176 16384] extent item 0, found 1
tree backref 514366898176 root 256 not found in extent tree
backpointer mismatch on [514366898176 16384]
owner ref check failed [514366898176 16384]
ref mismatch on [514374336512 16384] extent item 0, found 1
tree backref 514374336512 root 256 not found in extent tree
backpointer mismatch on [514374336512 16384]
owner ref check failed [514374336512 16384]
ref mismatch on [514398994432 16384] extent item 0, found 1
tree backref 514398994432 root 256 not found in extent tree
backpointer mismatch on [514398994432 16384]
owner ref check failed [514398994432 16384]
ref mismatch on [514407202816 16384] extent item 0, found 1
tree backref 514407202816 root 256 not found in extent tree
backpointer mismatch on [514407202816 16384]
owner ref check failed [514407202816 16384]
ref mismatch on [514413887488 16384] extent item 0, found 1
tree backref 514413887488 root 256 not found in extent tree
backpointer mismatch on [514413887488 16384]
owner ref check failed [514413887488 16384]
ref mismatch on [514434433024 16384] extent item 0, found 1
tree backref 514434433024 root 256 not found in extent tree
backpointer mismatch on [514434433024 16384]
owner ref check failed [514434433024 16384]
ref mismatch on [514435350528 16384] extent item 0, found 1
tree backref 514435350528 root 256 not found in extent tree
backpointer mismatch on [514435350528 16384]
owner ref check failed [514435350528 16384]
ref mismatch on [514474475520 16384] extent item 0, found 1
tree backref 514474475520 root 256 not found in extent tree
backpointer mismatch on [514474475520 16384]
owner ref check failed [514474475520 16384]
ref mismatch on [514498592768 16384] extent item 0, found 1
tree backref 514498592768 root 256 not found in extent tree
backpointer mismatch on [514498592768 16384]
owner ref check failed [514498592768 16384]
ref mismatch on [514541436928 16384] extent item 1, found 2
tree backref 514541436928 parent 5039519645696 not found in extent tree
backpointer mismatch on [514541436928 16384]
ref mismatch on [514559148032 16384] extent item 0, found 1
tree backref 514559148032 root 256 not found in extent tree
backpointer mismatch on [514559148032 16384]
owner ref check failed [514559148032 16384]
ref mismatch on [514582085632 16384] extent item 0, found 1
tree backref 514582085632 root 256 not found in extent tree
backpointer mismatch on [514582085632 16384]
owner ref check failed [514582085632 16384]
ref mismatch on [514596552704 16384] extent item 0, found 1
tree backref 514596552704 root 256 not found in extent tree
backpointer mismatch on [514596552704 16384]
owner ref check failed [514596552704 16384]
ref mismatch on [514597273600 16384] extent item 0, found 1
tree backref 514597273600 root 256 not found in extent tree
backpointer mismatch on [514597273600 16384]
owner ref check failed [514597273600 16384]
ref mismatch on [514597830656 16384] extent item 0, found 1
tree backref 514597830656 root 256 not found in extent tree
backpointer mismatch on [514597830656 16384]
owner ref check failed [514597830656 16384]
ref mismatch on [514601484288 16384] extent item 1, found 2
tree backref 514601484288 parent 5039519645696 not found in extent tree
backpointer mismatch on [514601484288 16384]
ref mismatch on [514603679744 16384] extent item 0, found 1
tree backref 514603679744 root 256 not found in extent tree
backpointer mismatch on [514603679744 16384]
owner ref check failed [514603679744 16384]
ref mismatch on [514619654144 16384] extent item 0, found 1
tree backref 514619654144 root 256 not found in extent tree
backpointer mismatch on [514619654144 16384]
owner ref check failed [514619654144 16384]
ref mismatch on [514629107712 16384] extent item 0, found 1
tree backref 514629107712 root 256 not found in extent tree
backpointer mismatch on [514629107712 16384]
owner ref check failed [514629107712 16384]
ref mismatch on [514634399744 16384] extent item 0, found 1
tree backref 514634399744 root 256 not found in extent tree
backpointer mismatch on [514634399744 16384]
owner ref check failed [514634399744 16384]
ref mismatch on [514639101952 16384] extent item 1, found 2
tree backref 514639101952 parent 5039519645696 not found in extent tree
backpointer mismatch on [514639101952 16384]
ref mismatch on [514644197376 16384] extent item 0, found 1
tree backref 514644197376 root 256 not found in extent tree
backpointer mismatch on [514644197376 16384]
owner ref check failed [514644197376 16384]
ref mismatch on [514644328448 16384] extent item 0, found 1
tree backref 514644328448 root 256 not found in extent tree
backpointer mismatch on [514644328448 16384]
owner ref check failed [514644328448 16384]
ref mismatch on [514650456064 16384] extent item 1, found 2
tree backref 514650456064 parent 5039519645696 not found in extent tree
backpointer mismatch on [514650456064 16384]
ref mismatch on [514661957632 16384] extent item 0, found 1
tree backref 514661957632 root 256 not found in extent tree
backpointer mismatch on [514661957632 16384]
owner ref check failed [514661957632 16384]
ref mismatch on [514841198592 16384] extent item 0, found 1
tree backref 514841198592 root 256 not found in extent tree
backpointer mismatch on [514841198592 16384]
owner ref check failed [514841198592 16384]
ref mismatch on [514908831744 16384] extent item 0, found 1
tree backref 514908831744 root 256 not found in extent tree
backpointer mismatch on [514908831744 16384]
owner ref check failed [514908831744 16384]
ref mismatch on [514911731712 16384] extent item 0, found 1
tree backref 514911731712 root 256 not found in extent tree
backpointer mismatch on [514911731712 16384]
owner ref check failed [514911731712 16384]
ref mismatch on [514971009024 16384] extent item 0, found 1
tree backref 514971009024 root 256 not found in extent tree
backpointer mismatch on [514971009024 16384]
owner ref check failed [514971009024 16384]
ref mismatch on [515140960256 16384] extent item 0, found 1
tree backref 515140960256 root 256 not found in extent tree
backpointer mismatch on [515140960256 16384]
owner ref check failed [515140960256 16384]
ref mismatch on [515175956480 16384] extent item 0, found 1
tree backref 515175956480 root 256 not found in extent tree
backpointer mismatch on [515175956480 16384]
owner ref check failed [515175956480 16384]
ref mismatch on [515264004096 16384] extent item 0, found 1
tree backref 515264004096 root 256 not found in extent tree
backpointer mismatch on [515264004096 16384]
owner ref check failed [515264004096 16384]
ref mismatch on [515288186880 16384] extent item 0, found 1
tree backref 515288186880 root 256 not found in extent tree
backpointer mismatch on [515288186880 16384]
owner ref check failed [515288186880 16384]
ref mismatch on [515336060928 16384] extent item 0, found 1
tree backref 515336060928 root 256 not found in extent tree
backpointer mismatch on [515336060928 16384]
owner ref check failed [515336060928 16384]
ref mismatch on [515344400384 16384] extent item 0, found 1
tree backref 515344400384 root 256 not found in extent tree
backpointer mismatch on [515344400384 16384]
owner ref check failed [515344400384 16384]
ref mismatch on [515376005120 16384] extent item 0, found 1
tree backref 515376005120 root 256 not found in extent tree
backpointer mismatch on [515376005120 16384]
owner ref check failed [515376005120 16384]
ref mismatch on [515378675712 16384] extent item 0, found 1
tree backref 515378675712 root 256 not found in extent tree
backpointer mismatch on [515378675712 16384]
owner ref check failed [515378675712 16384]
ref mismatch on [515380527104 16384] extent item 0, found 1
tree backref 515380527104 root 256 not found in extent tree
backpointer mismatch on [515380527104 16384]
owner ref check failed [515380527104 16384]
ref mismatch on [515396943872 16384] extent item 0, found 1
tree backref 515396943872 root 256 not found in extent tree
backpointer mismatch on [515396943872 16384]
owner ref check failed [515396943872 16384]
ref mismatch on [515401793536 16384] extent item 0, found 1
tree backref 515401793536 root 256 not found in extent tree
backpointer mismatch on [515401793536 16384]
owner ref check failed [515401793536 16384]
ref mismatch on [515408248832 16384] extent item 0, found 1
tree backref 515408248832 root 256 not found in extent tree
backpointer mismatch on [515408248832 16384]
owner ref check failed [515408248832 16384]
ref mismatch on [515411247104 16384] extent item 0, found 1
tree backref 515411247104 root 256 not found in extent tree
backpointer mismatch on [515411247104 16384]
owner ref check failed [515411247104 16384]
ref mismatch on [515416883200 16384] extent item 0, found 1
tree backref 515416883200 root 256 not found in extent tree
backpointer mismatch on [515416883200 16384]
owner ref check failed [515416883200 16384]
ref mismatch on [533529419776 20480] extent item 0, found 1
data backref 533529419776 root 256 owner 113833655 offset 524288 num_refs 0 not found in extent tree
incorrect local backref count on 533529419776 root 256 owner 113833655 offset 524288 found 1 wanted 0 back 0x560075c85820
backpointer mismatch on [533529419776 20480]
ref mismatch on [533816930304 20480] extent item 0, found 1
data backref 533816930304 root 256 owner 113833655 offset 131072 num_refs 0 not found in extent tree
incorrect local backref count on 533816930304 root 256 owner 113833655 offset 131072 found 1 wanted 0 back 0x56006343fb10
backpointer mismatch on [533816930304 20480]
ref mismatch on [534091698176 4096] extent item 0, found 1
data backref 534091698176 root 256 owner 113833655 offset 917504 num_refs 0 not found in extent tree
incorrect local backref count on 534091698176 root 256 owner 113833655 offset 917504 found 1 wanted 0 back 0x560072156a90
backpointer mismatch on [534091698176 4096]
ref mismatch on [534107787264 12288] extent item 0, found 1
data backref 534107787264 root 256 owner 113833655 offset 655360 num_refs 0 not found in extent tree
incorrect local backref count on 534107787264 root 256 owner 113833655 offset 655360 found 1 wanted 0 back 0x56005c419cd0
backpointer mismatch on [534107787264 12288]
ref mismatch on [534107848704 8192] extent item 0, found 1
data backref 534107848704 root 256 owner 113833655 offset 786432 num_refs 0 not found in extent tree
incorrect local backref count on 534107848704 root 256 owner 113833655 offset 786432 found 1 wanted 0 back 0x5600ac03dad0
backpointer mismatch on [534107848704 8192]
ref mismatch on [538008334336 24576] extent item 0, found 1
data backref 538008334336 root 256 owner 113833655 offset 262144 num_refs 0 not found in extent tree
incorrect local backref count on 538008334336 root 256 owner 113833655 offset 262144 found 1 wanted 0 back 0x55fff2c4fbd0
backpointer mismatch on [538008334336 24576]
ref mismatch on [538988953600 16384] extent item 0, found 1
data backref 538988953600 root 256 owner 113833655 offset 393216 num_refs 0 not found in extent tree
incorrect local backref count on 538988953600 root 256 owner 113833655 offset 393216 found 1 wanted 0 back 0x560008c6f1d0
backpointer mismatch on [538988953600 16384]
ref mismatch on [545761570816 36864] extent item 0, found 1
data backref 545761570816 root 256 owner 113833662 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 545761570816 root 256 owner 113833662 offset 0 found 1 wanted 0 back 0x55ffdaae1030
backpointer mismatch on [545761570816 36864]
ref mismatch on [562404147200 12288] extent item 0, found 1
data backref 562404147200 root 256 owner 113825333 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 562404147200 root 256 owner 113825333 offset 0 found 1 wanted 0 back 0x56002d80f560
backpointer mismatch on [562404147200 12288]
ref mismatch on [562408046592 12288] extent item 0, found 1
data backref 562408046592 root 256 owner 113825335 offset 0 num_refs 0 not found in extent tree
incorrect local backref count on 562408046592 root 256 owner 113825335 offset 0 found 1 wanted 0 back 0x56002d8252e0
backpointer mismatch on [562408046592 12288]
ref mismatch on [1284235345920 16384] extent item 0, found 1
tree backref 1284235345920 root 256 not found in extent tree
backpointer mismatch on [1284235345920 16384]
owner ref check failed [1284235345920 16384]
ref mismatch on [1284236099584 16384] extent item 0, found 1
tree backref 1284236099584 root 256 not found in extent tree
backpointer mismatch on [1284236099584 16384]
owner ref check failed [1284236099584 16384]
ref mismatch on [1284244946944 16384] extent item 0, found 1
tree backref 1284244946944 root 256 not found in extent tree
backpointer mismatch on [1284244946944 16384]
owner ref check failed [1284244946944 16384]
ref mismatch on [1284245061632 16384] extent item 0, found 1
tree backref 1284245061632 root 256 not found in extent tree
backpointer mismatch on [1284245061632 16384]
owner ref check failed [1284245061632 16384]
ref mismatch on [1284245176320 16384] extent item 0, found 1
tree backref 1284245176320 root 256 not found in extent tree
backpointer mismatch on [1284245176320 16384]
owner ref check failed [1284245176320 16384]
ref mismatch on [1284246339584 16384] extent item 0, found 1
tree backref 1284246339584 root 256 not found in extent tree
backpointer mismatch on [1284246339584 16384]
owner ref check failed [1284246339584 16384]
ref mismatch on [1284322689024 16384] extent item 0, found 1
tree backref 1284322689024 root 256 not found in extent tree
backpointer mismatch on [1284322689024 16384]
owner ref check failed [1284322689024 16384]
ref mismatch on [1284506697728 16384] extent item 1, found 2
tree backref 1284506697728 parent 5039519645696 not found in extent tree
backpointer mismatch on [1284506697728 16384]
ref mismatch on [1284528799744 16384] extent item 0, found 1
tree backref 1284528799744 root 256 not found in extent tree
backpointer mismatch on [1284528799744 16384]
owner ref check failed [1284528799744 16384]
ref mismatch on [1284532109312 16384] extent item 0, found 1
tree backref 1284532109312 root 256 not found in extent tree
backpointer mismatch on [1284532109312 16384]
owner ref check failed [1284532109312 16384]
ref mismatch on [1284706762752 16384] extent item 0, found 1
tree backref 1284706762752 root 256 not found in extent tree
backpointer mismatch on [1284706762752 16384]
owner ref check failed [1284706762752 16384]
ref mismatch on [1284728520704 16384] extent item 0, found 1
tree backref 1284728520704 root 256 not found in extent tree
backpointer mismatch on [1284728520704 16384]
owner ref check failed [1284728520704 16384]
ref mismatch on [1284729995264 16384] extent item 0, found 1
tree backref 1284729995264 root 256 not found in extent tree
backpointer mismatch on [1284729995264 16384]
owner ref check failed [1284729995264 16384]
ref mismatch on [1284743282688 16384] extent item 0, found 1
tree backref 1284743282688 root 256 not found in extent tree
backpointer mismatch on [1284743282688 16384]
owner ref check failed [1284743282688 16384]
ref mismatch on [1284743299072 16384] extent item 0, found 1
tree backref 1284743299072 root 256 not found in extent tree
backpointer mismatch on [1284743299072 16384]
owner ref check failed [1284743299072 16384]
ref mismatch on [1284743348224 16384] extent item 0, found 1
tree backref 1284743348224 root 256 not found in extent tree
backpointer mismatch on [1284743348224 16384]
owner ref check failed [1284743348224 16384]
ref mismatch on [1284743380992 16384] extent item 0, found 1
tree backref 1284743380992 root 256 not found in extent tree
backpointer mismatch on [1284743380992 16384]
owner ref check failed [1284743380992 16384]
ref mismatch on [1284744396800 16384] extent item 0, found 1
tree backref 1284744396800 root 256 not found in extent tree
backpointer mismatch on [1284744396800 16384]
owner ref check failed [1284744396800 16384]
ref mismatch on [1284744839168 16384] extent item 0, found 1
tree backref 1284744839168 root 256 not found in extent tree
backpointer mismatch on [1284744839168 16384]
owner ref check failed [1284744839168 16384]
ref mismatch on [1284744855552 16384] extent item 0, found 1
tree backref 1284744855552 root 256 not found in extent tree
backpointer mismatch on [1284744855552 16384]
owner ref check failed [1284744855552 16384]
ref mismatch on [1284745543680 16384] extent item 0, found 1
tree backref 1284745543680 root 256 not found in extent tree
backpointer mismatch on [1284745543680 16384]
owner ref check failed [1284745543680 16384]
ref mismatch on [1284745789440 16384] extent item 0, found 1
tree backref 1284745789440 root 256 not found in extent tree
backpointer mismatch on [1284745789440 16384]
owner ref check failed [1284745789440 16384]
ref mismatch on [1284745805824 16384] extent item 0, found 1
tree backref 1284745805824 root 256 not found in extent tree
backpointer mismatch on [1284745805824 16384]
owner ref check failed [1284745805824 16384]
ref mismatch on [1284746379264 16384] extent item 0, found 1
tree backref 1284746379264 root 256 not found in extent tree
backpointer mismatch on [1284746379264 16384]
owner ref check failed [1284746379264 16384]
ref mismatch on [1284746690560 16384] extent item 0, found 1
tree backref 1284746690560 root 256 not found in extent tree
backpointer mismatch on [1284746690560 16384]
owner ref check failed [1284746690560 16384]
ref mismatch on [1284746887168 16384] extent item 0, found 1
tree backref 1284746887168 root 256 not found in extent tree
backpointer mismatch on [1284746887168 16384]
owner ref check failed [1284746887168 16384]
ref mismatch on [1284761714688 16384] extent item 0, found 1
tree backref 1284761714688 root 256 not found in extent tree
backpointer mismatch on [1284761714688 16384]
owner ref check failed [1284761714688 16384]
ref mismatch on [1284780867584 16384] extent item 0, found 1
tree backref 1284780867584 root 256 not found in extent tree
backpointer mismatch on [1284780867584 16384]
owner ref check failed [1284780867584 16384]
ref mismatch on [1284789043200 16384] extent item 0, found 1
tree backref 1284789043200 root 256 not found in extent tree
backpointer mismatch on [1284789043200 16384]
owner ref check failed [1284789043200 16384]
ref mismatch on [1284809523200 16384] extent item 0, found 1
tree backref 1284809523200 root 256 not found in extent tree
backpointer mismatch on [1284809523200 16384]
owner ref check failed [1284809523200 16384]
ref mismatch on [1284824973312 16384] extent item 0, found 1
tree backref 1284824973312 root 256 not found in extent tree
backpointer mismatch on [1284824973312 16384]
owner ref check failed [1284824973312 16384]
ref mismatch on [1284829511680 16384] extent item 0, found 1
tree backref 1284829511680 root 256 not found in extent tree
backpointer mismatch on [1284829511680 16384]
owner ref check failed [1284829511680 16384]
ref mismatch on [1284833673216 16384] extent item 0, found 1
tree backref 1284833673216 root 256 not found in extent tree
backpointer mismatch on [1284833673216 16384]
owner ref check failed [1284833673216 16384]
ref mismatch on [1284843569152 16384] extent item 0, found 1
tree backref 1284843569152 root 256 not found in extent tree
backpointer mismatch on [1284843569152 16384]
owner ref check failed [1284843569152 16384]
ref mismatch on [1284865425408 16384] extent item 0, found 1
tree backref 1284865425408 root 256 not found in extent tree
backpointer mismatch on [1284865425408 16384]
owner ref check failed [1284865425408 16384]
ref mismatch on [1284923785216 16384] extent item 0, found 1
tree backref 1284923785216 root 256 not found in extent tree
backpointer mismatch on [1284923785216 16384]
owner ref check failed [1284923785216 16384]
ref mismatch on [1284930928640 16384] extent item 0, found 1
tree backref 1284930928640 root 256 not found in extent tree
backpointer mismatch on [1284930928640 16384]
owner ref check failed [1284930928640 16384]
ref mismatch on [1284935729152 16384] extent item 0, found 1
tree backref 1284935729152 root 256 not found in extent tree
backpointer mismatch on [1284935729152 16384]
owner ref check failed [1284935729152 16384]
ref mismatch on [1284941692928 16384] extent item 0, found 1
tree backref 1284941692928 root 256 not found in extent tree
backpointer mismatch on [1284941692928 16384]
owner ref check failed [1284941692928 16384]
ref mismatch on [1284972658688 16384] extent item 0, found 1
tree backref 1284972658688 root 256 not found in extent tree
backpointer mismatch on [1284972658688 16384]
owner ref check failed [1284972658688 16384]
ref mismatch on [1284973494272 16384] extent item 0, found 1
tree backref 1284973494272 root 256 not found in extent tree
backpointer mismatch on [1284973494272 16384]
owner ref check failed [1284973494272 16384]
ref mismatch on [1284977344512 16384] extent item 0, found 1
tree backref 1284977344512 root 256 not found in extent tree
backpointer mismatch on [1284977344512 16384]
owner ref check failed [1284977344512 16384]
ref mismatch on [1284978933760 16384] extent item 0, found 1
tree backref 1284978933760 root 256 not found in extent tree
backpointer mismatch on [1284978933760 16384]
owner ref check failed [1284978933760 16384]
ref mismatch on [1284979195904 16384] extent item 0, found 1
tree backref 1284979195904 root 256 not found in extent tree
backpointer mismatch on [1284979195904 16384]
owner ref check failed [1284979195904 16384]
ref mismatch on [1284979261440 16384] extent item 0, found 1
tree backref 1284979261440 root 256 not found in extent tree
backpointer mismatch on [1284979261440 16384]
owner ref check failed [1284979261440 16384]
ref mismatch on [1284979310592 16384] extent item 0, found 1
tree backref 1284979310592 root 256 not found in extent tree
backpointer mismatch on [1284979310592 16384]
owner ref check failed [1284979310592 16384]
ref mismatch on [1284983586816 16384] extent item 0, found 1
tree backref 1284983586816 root 256 not found in extent tree
backpointer mismatch on [1284983586816 16384]
owner ref check failed [1284983586816 16384]
ref mismatch on [1284984537088 16384] extent item 0, found 1
tree backref 1284984537088 root 256 not found in extent tree
backpointer mismatch on [1284984537088 16384]
owner ref check failed [1284984537088 16384]
ref mismatch on [1284984619008 16384] extent item 0, found 1
tree backref 1284984619008 root 256 not found in extent tree
backpointer mismatch on [1284984619008 16384]
owner ref check failed [1284984619008 16384]
ref mismatch on [1284985569280 16384] extent item 0, found 1
tree backref 1284985569280 root 256 not found in extent tree
backpointer mismatch on [1284985569280 16384]
owner ref check failed [1284985569280 16384]
ref mismatch on [1284985847808 16384] extent item 0, found 1
tree backref 1284985847808 root 256 not found in extent tree
backpointer mismatch on [1284985847808 16384]
owner ref check failed [1284985847808 16384]
ref mismatch on [1284985864192 16384] extent item 0, found 1
tree backref 1284985864192 root 256 not found in extent tree
backpointer mismatch on [1284985864192 16384]
owner ref check failed [1284985864192 16384]
ref mismatch on [1284991139840 16384] extent item 0, found 1
tree backref 1284991139840 root 256 not found in extent tree
backpointer mismatch on [1284991139840 16384]
owner ref check failed [1284991139840 16384]
ref mismatch on [1284993875968 16384] extent item 0, found 1
tree backref 1284993875968 root 256 not found in extent tree
backpointer mismatch on [1284993875968 16384]
owner ref check failed [1284993875968 16384]
ref mismatch on [1284994400256 16384] extent item 0, found 1
tree backref 1284994400256 root 256 not found in extent tree
backpointer mismatch on [1284994400256 16384]
owner ref check failed [1284994400256 16384]
ref mismatch on [1284994465792 16384] extent item 0, found 1
tree backref 1284994465792 root 256 not found in extent tree
backpointer mismatch on [1284994465792 16384]
owner ref check failed [1284994465792 16384]
ref mismatch on [1284994744320 16384] extent item 0, found 1
tree backref 1284994744320 root 256 not found in extent tree
backpointer mismatch on [1284994744320 16384]
owner ref check failed [1284994744320 16384]
ref mismatch on [1284995137536 16384] extent item 0, found 1
tree backref 1284995137536 root 256 not found in extent tree
backpointer mismatch on [1284995137536 16384]
owner ref check failed [1284995137536 16384]
ref mismatch on [1284995366912 16384] extent item 0, found 1
tree backref 1284995366912 root 256 not found in extent tree
backpointer mismatch on [1284995366912 16384]
owner ref check failed [1284995366912 16384]
ref mismatch on [1284995383296 16384] extent item 0, found 1
tree backref 1284995383296 root 256 not found in extent tree
backpointer mismatch on [1284995383296 16384]
owner ref check failed [1284995383296 16384]
ref mismatch on [1284996628480 16384] extent item 0, found 1
tree backref 1284996628480 root 256 not found in extent tree
backpointer mismatch on [1284996628480 16384]
owner ref check failed [1284996628480 16384]
ref mismatch on [1284997103616 16384] extent item 0, found 1
tree backref 1284997103616 root 256 not found in extent tree
backpointer mismatch on [1284997103616 16384]
owner ref check failed [1284997103616 16384]
ref mismatch on [1284997398528 16384] extent item 0, found 1
tree backref 1284997398528 root 256 not found in extent tree
backpointer mismatch on [1284997398528 16384]
owner ref check failed [1284997398528 16384]
ref mismatch on [1284998365184 16384] extent item 0, found 1
tree backref 1284998365184 root 256 not found in extent tree
backpointer mismatch on [1284998365184 16384]
owner ref check failed [1284998365184 16384]
ref mismatch on [1284999987200 16384] extent item 0, found 1
tree backref 1284999987200 root 256 not found in extent tree
backpointer mismatch on [1284999987200 16384]
owner ref check failed [1284999987200 16384]
ref mismatch on [1285003182080 16384] extent item 0, found 1
tree backref 1285003182080 root 256 not found in extent tree
backpointer mismatch on [1285003182080 16384]
owner ref check failed [1285003182080 16384]
ref mismatch on [1285005934592 16384] extent item 0, found 1
tree backref 1285005934592 root 256 not found in extent tree
backpointer mismatch on [1285005934592 16384]
owner ref check failed [1285005934592 16384]
ref mismatch on [1285006032896 16384] extent item 0, found 1
tree backref 1285006032896 root 256 not found in extent tree
backpointer mismatch on [1285006032896 16384]
owner ref check failed [1285006032896 16384]
ref mismatch on [1285006213120 16384] extent item 0, found 1
tree backref 1285006213120 root 256 not found in extent tree
backpointer mismatch on [1285006213120 16384]
owner ref check failed [1285006213120 16384]
ref mismatch on [1285006311424 16384] extent item 0, found 1
tree backref 1285006311424 root 256 not found in extent tree
backpointer mismatch on [1285006311424 16384]
owner ref check failed [1285006311424 16384]
ref mismatch on [1285011308544 16384] extent item 0, found 1
tree backref 1285011308544 root 256 not found in extent tree
backpointer mismatch on [1285011308544 16384]
owner ref check failed [1285011308544 16384]
ref mismatch on [1285012127744 16384] extent item 0, found 1
tree backref 1285012127744 root 256 not found in extent tree
backpointer mismatch on [1285012127744 16384]
owner ref check failed [1285012127744 16384]
ref mismatch on [1285012471808 16384] extent item 0, found 1
tree backref 1285012471808 root 256 not found in extent tree
backpointer mismatch on [1285012471808 16384]
owner ref check failed [1285012471808 16384]
ref mismatch on [1285012488192 16384] extent item 0, found 1
tree backref 1285012488192 root 256 not found in extent tree
backpointer mismatch on [1285012488192 16384]
owner ref check failed [1285012488192 16384]
ref mismatch on [1285012586496 16384] extent item 0, found 1
tree backref 1285012586496 root 256 not found in extent tree
backpointer mismatch on [1285012586496 16384]
owner ref check failed [1285012586496 16384]
ref mismatch on [1285012865024 16384] extent item 0, found 1
tree backref 1285012865024 root 256 not found in extent tree
backpointer mismatch on [1285012865024 16384]
owner ref check failed [1285012865024 16384]
ref mismatch on [1285014585344 16384] extent item 0, found 1
tree backref 1285014585344 root 256 not found in extent tree
backpointer mismatch on [1285014585344 16384]
owner ref check failed [1285014585344 16384]
ref mismatch on [1285014618112 16384] extent item 0, found 1
tree backref 1285014618112 root 256 not found in extent tree
backpointer mismatch on [1285014618112 16384]
owner ref check failed [1285014618112 16384]
ref mismatch on [1285014765568 16384] extent item 0, found 1
tree backref 1285014765568 root 256 not found in extent tree
backpointer mismatch on [1285014765568 16384]
owner ref check failed [1285014765568 16384]
ref mismatch on [1285016420352 16384] extent item 0, found 1
tree backref 1285016420352 root 256 not found in extent tree
backpointer mismatch on [1285016420352 16384]
owner ref check failed [1285016420352 16384]
ref mismatch on [1285017419776 16384] extent item 0, found 1
tree backref 1285017419776 root 256 not found in extent tree
backpointer mismatch on [1285017419776 16384]
owner ref check failed [1285017419776 16384]
ref mismatch on [1285017550848 16384] extent item 0, found 1
tree backref 1285017550848 root 256 not found in extent tree
backpointer mismatch on [1285017550848 16384]
owner ref check failed [1285017550848 16384]
ref mismatch on [1285017993216 16384] extent item 0, found 1
tree backref 1285017993216 root 256 not found in extent tree
backpointer mismatch on [1285017993216 16384]
owner ref check failed [1285017993216 16384]
ref mismatch on [1285018238976 16384] extent item 0, found 1
tree backref 1285018238976 root 256 not found in extent tree
backpointer mismatch on [1285018238976 16384]
owner ref check failed [1285018238976 16384]
ref mismatch on [1285018271744 16384] extent item 0, found 1
tree backref 1285018271744 root 256 not found in extent tree
backpointer mismatch on [1285018271744 16384]
owner ref check failed [1285018271744 16384]
ref mismatch on [1285021351936 16384] extent item 0, found 1
tree backref 1285021351936 root 256 not found in extent tree
backpointer mismatch on [1285021351936 16384]
owner ref check failed [1285021351936 16384]
ref mismatch on [1285022121984 16384] extent item 0, found 1
tree backref 1285022121984 root 256 not found in extent tree
backpointer mismatch on [1285022121984 16384]
owner ref check failed [1285022121984 16384]
ref mismatch on [1285022236672 16384] extent item 0, found 1
tree backref 1285022236672 root 256 not found in extent tree
backpointer mismatch on [1285022236672 16384]
owner ref check failed [1285022236672 16384]
ref mismatch on [1285026332672 16384] extent item 0, found 1
tree backref 1285026332672 root 256 not found in extent tree
backpointer mismatch on [1285026332672 16384]
owner ref check failed [1285026332672 16384]
ref mismatch on [1285026365440 16384] extent item 0, found 1
tree backref 1285026365440 root 256 not found in extent tree
backpointer mismatch on [1285026365440 16384]
owner ref check failed [1285026365440 16384]
ref mismatch on [1285026512896 16384] extent item 0, found 1
tree backref 1285026512896 root 256 not found in extent tree
backpointer mismatch on [1285026512896 16384]
owner ref check failed [1285026512896 16384]
ref mismatch on [1285026562048 16384] extent item 0, found 1
tree backref 1285026562048 root 256 not found in extent tree
backpointer mismatch on [1285026562048 16384]
owner ref check failed [1285026562048 16384]
ref mismatch on [1285026578432 16384] extent item 0, found 1
tree backref 1285026578432 root 256 not found in extent tree
backpointer mismatch on [1285026578432 16384]
owner ref check failed [1285026578432 16384]
ref mismatch on [1285026856960 16384] extent item 0, found 1
tree backref 1285026856960 root 256 not found in extent tree
backpointer mismatch on [1285026856960 16384]
owner ref check failed [1285026856960 16384]
ref mismatch on [1285027381248 16384] extent item 0, found 1
tree backref 1285027381248 root 256 not found in extent tree
backpointer mismatch on [1285027381248 16384]
owner ref check failed [1285027381248 16384]
ref mismatch on [1285028003840 16384] extent item 0, found 1
tree backref 1285028003840 root 256 not found in extent tree
backpointer mismatch on [1285028003840 16384]
owner ref check failed [1285028003840 16384]
ref mismatch on [1285038899200 16384] extent item 0, found 1
tree backref 1285038899200 root 256 not found in extent tree
backpointer mismatch on [1285038899200 16384]
owner ref check failed [1285038899200 16384]
ref mismatch on [1285042028544 16384] extent item 0, found 1
tree backref 1285042028544 root 256 not found in extent tree
backpointer mismatch on [1285042028544 16384]
owner ref check failed [1285042028544 16384]
ref mismatch on [1285045420032 16384] extent item 0, found 1
tree backref 1285045420032 root 256 not found in extent tree
backpointer mismatch on [1285045420032 16384]
owner ref check failed [1285045420032 16384]
ref mismatch on [1285050187776 16384] extent item 0, found 1
tree backref 1285050187776 root 256 not found in extent tree
backpointer mismatch on [1285050187776 16384]
owner ref check failed [1285050187776 16384]
ref mismatch on [1285057544192 16384] extent item 0, found 1
tree backref 1285057544192 root 256 not found in extent tree
backpointer mismatch on [1285057544192 16384]
owner ref check failed [1285057544192 16384]
ref mismatch on [1285060182016 16384] extent item 0, found 1
tree backref 1285060182016 root 256 not found in extent tree
backpointer mismatch on [1285060182016 16384]
owner ref check failed [1285060182016 16384]
ref mismatch on [1285066932224 16384] extent item 0, found 1
tree backref 1285066932224 root 256 not found in extent tree
backpointer mismatch on [1285066932224 16384]
owner ref check failed [1285066932224 16384]
ref mismatch on [1285069832192 16384] extent item 0, found 1
tree backref 1285069832192 root 256 not found in extent tree
backpointer mismatch on [1285069832192 16384]
owner ref check failed [1285069832192 16384]
ref mismatch on [1285070143488 16384] extent item 0, found 1
tree backref 1285070143488 root 256 not found in extent tree
backpointer mismatch on [1285070143488 16384]
owner ref check failed [1285070143488 16384]
ref mismatch on [1285073371136 16384] extent item 0, found 1
tree backref 1285073371136 root 256 not found in extent tree
backpointer mismatch on [1285073371136 16384]
owner ref check failed [1285073371136 16384]
ref mismatch on [1285079138304 16384] extent item 0, found 1
tree backref 1285079138304 root 256 not found in extent tree
backpointer mismatch on [1285079138304 16384]
owner ref check failed [1285079138304 16384]
ref mismatch on [1285079875584 16384] extent item 0, found 1
tree backref 1285079875584 root 256 not found in extent tree
backpointer mismatch on [1285079875584 16384]
owner ref check failed [1285079875584 16384]
ref mismatch on [1285080662016 16384] extent item 0, found 1
tree backref 1285080662016 root 256 not found in extent tree
backpointer mismatch on [1285080662016 16384]
owner ref check failed [1285080662016 16384]
ref mismatch on [1285089492992 16384] extent item 0, found 1
tree backref 1285089492992 root 256 not found in extent tree
backpointer mismatch on [1285089492992 16384]
owner ref check failed [1285089492992 16384]
ref mismatch on [1285097947136 16384] extent item 0, found 1
tree backref 1285097947136 root 256 not found in extent tree
backpointer mismatch on [1285097947136 16384]
owner ref check failed [1285097947136 16384]
ref mismatch on [1285102223360 16384] extent item 0, found 1
tree backref 1285102223360 root 256 not found in extent tree
backpointer mismatch on [1285102223360 16384]
owner ref check failed [1285102223360 16384]
ref mismatch on [1285109006336 16384] extent item 0, found 1
tree backref 1285109006336 root 256 not found in extent tree
backpointer mismatch on [1285109006336 16384]
owner ref check failed [1285109006336 16384]
ref mismatch on [1285116723200 16384] extent item 0, found 1
tree backref 1285116723200 root 256 not found in extent tree
backpointer mismatch on [1285116723200 16384]
owner ref check failed [1285116723200 16384]
ref mismatch on [1285117001728 16384] extent item 0, found 1
tree backref 1285117001728 root 256 not found in extent tree
backpointer mismatch on [1285117001728 16384]
owner ref check failed [1285117001728 16384]
ref mismatch on [1285117018112 16384] extent item 0, found 1
tree backref 1285117018112 root 256 not found in extent tree
backpointer mismatch on [1285117018112 16384]
owner ref check failed [1285117018112 16384]
ref mismatch on [1285117231104 16384] extent item 0, found 1
tree backref 1285117231104 root 256 not found in extent tree
backpointer mismatch on [1285117231104 16384]
owner ref check failed [1285117231104 16384]
ref mismatch on [1285118672896 16384] extent item 0, found 1
tree backref 1285118672896 root 256 not found in extent tree
backpointer mismatch on [1285118672896 16384]
owner ref check failed [1285118672896 16384]
ref mismatch on [1285118918656 16384] extent item 0, found 1
tree backref 1285118918656 root 256 not found in extent tree
backpointer mismatch on [1285118918656 16384]
owner ref check failed [1285118918656 16384]
ref mismatch on [1285119000576 16384] extent item 0, found 1
tree backref 1285119000576 root 256 not found in extent tree
backpointer mismatch on [1285119000576 16384]
owner ref check failed [1285119000576 16384]
ref mismatch on [1285123424256 16384] extent item 0, found 1
tree backref 1285123424256 root 256 not found in extent tree
backpointer mismatch on [1285123424256 16384]
owner ref check failed [1285123424256 16384]
ref mismatch on [1285151555584 16384] extent item 0, found 1
tree backref 1285151555584 root 256 not found in extent tree
backpointer mismatch on [1285151555584 16384]
owner ref check failed [1285151555584 16384]
ref mismatch on [1285159649280 16384] extent item 0, found 1
tree backref 1285159649280 root 256 not found in extent tree
backpointer mismatch on [1285159649280 16384]
owner ref check failed [1285159649280 16384]
ref mismatch on [1285161435136 16384] extent item 0, found 1
tree backref 1285161435136 root 256 not found in extent tree
backpointer mismatch on [1285161435136 16384]
owner ref check failed [1285161435136 16384]
ref mismatch on [1285161943040 16384] extent item 0, found 1
tree backref 1285161943040 root 256 not found in extent tree
backpointer mismatch on [1285161943040 16384]
owner ref check failed [1285161943040 16384]
ref mismatch on [1285162532864 16384] extent item 0, found 1
tree backref 1285162532864 root 256 not found in extent tree
backpointer mismatch on [1285162532864 16384]
owner ref check failed [1285162532864 16384]
ref mismatch on [1285162582016 16384] extent item 0, found 1
tree backref 1285162582016 root 256 not found in extent tree
backpointer mismatch on [1285162582016 16384]
owner ref check failed [1285162582016 16384]
ref mismatch on [1285164351488 16384] extent item 0, found 1
tree backref 1285164351488 root 256 not found in extent tree
backpointer mismatch on [1285164351488 16384]
owner ref check failed [1285164351488 16384]
ref mismatch on [1285166202880 16384] extent item 0, found 1
tree backref 1285166202880 root 256 not found in extent tree
backpointer mismatch on [1285166202880 16384]
owner ref check failed [1285166202880 16384]
ref mismatch on [1285166235648 16384] extent item 0, found 1
tree backref 1285166235648 root 256 not found in extent tree
backpointer mismatch on [1285166235648 16384]
owner ref check failed [1285166235648 16384]
ref mismatch on [1285166563328 16384] extent item 0, found 1
tree backref 1285166563328 root 256 not found in extent tree
backpointer mismatch on [1285166563328 16384]
owner ref check failed [1285166563328 16384]
ref mismatch on [1285166661632 16384] extent item 0, found 1
tree backref 1285166661632 root 256 not found in extent tree
backpointer mismatch on [1285166661632 16384]
owner ref check failed [1285166661632 16384]
ref mismatch on [1285166776320 16384] extent item 0, found 1
tree backref 1285166776320 root 256 not found in extent tree
backpointer mismatch on [1285166776320 16384]
owner ref check failed [1285166776320 16384]
ref mismatch on [1285167529984 16384] extent item 0, found 1
tree backref 1285167529984 root 256 not found in extent tree
backpointer mismatch on [1285167529984 16384]
owner ref check failed [1285167529984 16384]
ref mismatch on [1285174444032 16384] extent item 0, found 1
tree backref 1285174444032 root 256 not found in extent tree
backpointer mismatch on [1285174444032 16384]
owner ref check failed [1285174444032 16384]
ref mismatch on [1285174640640 16384] extent item 0, found 1
tree backref 1285174640640 root 256 not found in extent tree
backpointer mismatch on [1285174640640 16384]
owner ref check failed [1285174640640 16384]
ref mismatch on [1285174657024 16384] extent item 0, found 1
tree backref 1285174657024 root 256 not found in extent tree
backpointer mismatch on [1285174657024 16384]
owner ref check failed [1285174657024 16384]
ref mismatch on [1285174706176 16384] extent item 0, found 1
tree backref 1285174706176 root 256 not found in extent tree
backpointer mismatch on [1285174706176 16384]
owner ref check failed [1285174706176 16384]
ref mismatch on [1285175099392 16384] extent item 0, found 1
tree backref 1285175099392 root 256 not found in extent tree
backpointer mismatch on [1285175099392 16384]
owner ref check failed [1285175099392 16384]
ref mismatch on [1285176688640 16384] extent item 0, found 1
tree backref 1285176688640 root 256 not found in extent tree
backpointer mismatch on [1285176688640 16384]
owner ref check failed [1285176688640 16384]
ref mismatch on [1285176754176 16384] extent item 0, found 1
tree backref 1285176754176 root 256 not found in extent tree
backpointer mismatch on [1285176754176 16384]
owner ref check failed [1285176754176 16384]
ref mismatch on [1285176770560 16384] extent item 0, found 1
tree backref 1285176770560 root 256 not found in extent tree
backpointer mismatch on [1285176770560 16384]
owner ref check failed [1285176770560 16384]
ref mismatch on [1285177180160 16384] extent item 0, found 1
tree backref 1285177180160 root 256 not found in extent tree
backpointer mismatch on [1285177180160 16384]
owner ref check failed [1285177180160 16384]
ref mismatch on [1285178769408 16384] extent item 0, found 1
tree backref 1285178769408 root 256 not found in extent tree
backpointer mismatch on [1285178769408 16384]
owner ref check failed [1285178769408 16384]
ref mismatch on [1285178834944 16384] extent item 0, found 1
tree backref 1285178834944 root 256 not found in extent tree
backpointer mismatch on [1285178834944 16384]
owner ref check failed [1285178834944 16384]
ref mismatch on [1285180735488 16384] extent item 0, found 1
tree backref 1285180735488 root 256 not found in extent tree
backpointer mismatch on [1285180735488 16384]
owner ref check failed [1285180735488 16384]
ref mismatch on [1285181210624 16384] extent item 0, found 1
tree backref 1285181210624 root 256 not found in extent tree
backpointer mismatch on [1285181210624 16384]
owner ref check failed [1285181210624 16384]
ref mismatch on [1285181243392 16384] extent item 0, found 1
tree backref 1285181243392 root 256 not found in extent tree
backpointer mismatch on [1285181243392 16384]
owner ref check failed [1285181243392 16384]
ref mismatch on [1285185372160 16384] extent item 0, found 1
tree backref 1285185372160 root 256 not found in extent tree
backpointer mismatch on [1285185372160 16384]
owner ref check failed [1285185372160 16384]
ref mismatch on [1285185667072 16384] extent item 0, found 1
tree backref 1285185667072 root 256 not found in extent tree
backpointer mismatch on [1285185667072 16384]
owner ref check failed [1285185667072 16384]
ref mismatch on [1285185699840 16384] extent item 0, found 1
tree backref 1285185699840 root 256 not found in extent tree
backpointer mismatch on [1285185699840 16384]
owner ref check failed [1285185699840 16384]
ref mismatch on [1285185847296 16384] extent item 0, found 1
tree backref 1285185847296 root 256 not found in extent tree
backpointer mismatch on [1285185847296 16384]
owner ref check failed [1285185847296 16384]
ref mismatch on [1285185880064 16384] extent item 0, found 1
tree backref 1285185880064 root 256 not found in extent tree
backpointer mismatch on [1285185880064 16384]
owner ref check failed [1285185880064 16384]
ref mismatch on [1285185929216 16384] extent item 0, found 1
tree backref 1285185929216 root 256 not found in extent tree
backpointer mismatch on [1285185929216 16384]
owner ref check failed [1285185929216 16384]
ref mismatch on [1285186093056 16384] extent item 0, found 1
tree backref 1285186093056 root 256 not found in extent tree
backpointer mismatch on [1285186093056 16384]
owner ref check failed [1285186093056 16384]
ref mismatch on [1285186109440 16384] extent item 0, found 1
tree backref 1285186109440 root 256 not found in extent tree
backpointer mismatch on [1285186109440 16384]
owner ref check failed [1285186109440 16384]
ref mismatch on [1285186174976 16384] extent item 0, found 1
tree backref 1285186174976 root 256 not found in extent tree
backpointer mismatch on [1285186174976 16384]
owner ref check failed [1285186174976 16384]
ref mismatch on [1285186240512 16384] extent item 0, found 1
tree backref 1285186240512 root 256 not found in extent tree
backpointer mismatch on [1285186240512 16384]
owner ref check failed [1285186240512 16384]
ref mismatch on [1285186387968 16384] extent item 0, found 1
tree backref 1285186387968 root 256 not found in extent tree
backpointer mismatch on [1285186387968 16384]
owner ref check failed [1285186387968 16384]
ref mismatch on [1285187059712 16384] extent item 0, found 1
tree backref 1285187059712 root 256 not found in extent tree
backpointer mismatch on [1285187059712 16384]
owner ref check failed [1285187059712 16384]
ref mismatch on [1285187108864 16384] extent item 0, found 1
tree backref 1285187108864 root 256 not found in extent tree
backpointer mismatch on [1285187108864 16384]
owner ref check failed [1285187108864 16384]
ref mismatch on [1285187125248 16384] extent item 0, found 1
tree backref 1285187125248 root 256 not found in extent tree
backpointer mismatch on [1285187125248 16384]
owner ref check failed [1285187125248 16384]
ref mismatch on [1285187928064 16384] extent item 0, found 1
tree backref 1285187928064 root 256 not found in extent tree
backpointer mismatch on [1285187928064 16384]
owner ref check failed [1285187928064 16384]
ref mismatch on [1285188026368 16384] extent item 0, found 1
tree backref 1285188026368 root 256 not found in extent tree
backpointer mismatch on [1285188026368 16384]
owner ref check failed [1285188026368 16384]
ref mismatch on [1285188124672 16384] extent item 0, found 1
tree backref 1285188124672 root 256 not found in extent tree
backpointer mismatch on [1285188124672 16384]
owner ref check failed [1285188124672 16384]
ref mismatch on [1285190238208 16384] extent item 0, found 1
tree backref 1285190238208 root 256 not found in extent tree
backpointer mismatch on [1285190238208 16384]
owner ref check failed [1285190238208 16384]
ref mismatch on [1285195300864 16384] extent item 0, found 1
tree backref 1285195300864 root 256 not found in extent tree
backpointer mismatch on [1285195300864 16384]
owner ref check failed [1285195300864 16384]
ref mismatch on [1285195366400 16384] extent item 0, found 1
tree backref 1285195366400 root 256 not found in extent tree
backpointer mismatch on [1285195366400 16384]
owner ref check failed [1285195366400 16384]
ref mismatch on [1285195415552 16384] extent item 0, found 1
tree backref 1285195415552 root 256 not found in extent tree
backpointer mismatch on [1285195415552 16384]
owner ref check failed [1285195415552 16384]
ref mismatch on [1285217370112 16384] extent item 0, found 1
tree backref 1285217370112 root 256 not found in extent tree
backpointer mismatch on [1285217370112 16384]
owner ref check failed [1285217370112 16384]
ref mismatch on [1285217681408 16384] extent item 0, found 1
tree backref 1285217681408 root 256 not found in extent tree
backpointer mismatch on [1285217681408 16384]
owner ref check failed [1285217681408 16384]
ref mismatch on [1285217714176 16384] extent item 0, found 1
tree backref 1285217714176 root 256 not found in extent tree
backpointer mismatch on [1285217714176 16384]
owner ref check failed [1285217714176 16384]
ref mismatch on [1285217779712 16384] extent item 0, found 1
tree backref 1285217779712 root 256 not found in extent tree
backpointer mismatch on [1285217779712 16384]
owner ref check failed [1285217779712 16384]
ref mismatch on [1285218009088 16384] extent item 0, found 1
tree backref 1285218009088 root 256 not found in extent tree
backpointer mismatch on [1285218009088 16384]
owner ref check failed [1285218009088 16384]
ref mismatch on [1285218091008 16384] extent item 0, found 1
tree backref 1285218091008 root 256 not found in extent tree
backpointer mismatch on [1285218091008 16384]
owner ref check failed [1285218091008 16384]
ref mismatch on [1285219418112 16384] extent item 0, found 1
tree backref 1285219418112 root 256 not found in extent tree
backpointer mismatch on [1285219418112 16384]
owner ref check failed [1285219418112 16384]
ref mismatch on [1285219500032 16384] extent item 0, found 1
tree backref 1285219500032 root 256 not found in extent tree
backpointer mismatch on [1285219500032 16384]
owner ref check failed [1285219500032 16384]
ref mismatch on [1285220941824 16384] extent item 0, found 1
tree backref 1285220941824 root 256 not found in extent tree
backpointer mismatch on [1285220941824 16384]
owner ref check failed [1285220941824 16384]
ref mismatch on [1285221793792 16384] extent item 0, found 1
tree backref 1285221793792 root 256 not found in extent tree
backpointer mismatch on [1285221793792 16384]
owner ref check failed [1285221793792 16384]
ref mismatch on [1285239308288 16384] extent item 0, found 1
tree backref 1285239308288 root 256 not found in extent tree
backpointer mismatch on [1285239308288 16384]
owner ref check failed [1285239308288 16384]
ref mismatch on [1285240307712 16384] extent item 0, found 1
tree backref 1285240307712 root 256 not found in extent tree
backpointer mismatch on [1285240307712 16384]
owner ref check failed [1285240307712 16384]
ref mismatch on [1285240700928 16384] extent item 0, found 1
tree backref 1285240700928 root 256 not found in extent tree
backpointer mismatch on [1285240700928 16384]
owner ref check failed [1285240700928 16384]
ref mismatch on [1285240881152 16384] extent item 0, found 1
tree backref 1285240881152 root 256 not found in extent tree
backpointer mismatch on [1285240881152 16384]
owner ref check failed [1285240881152 16384]
ref mismatch on [1285241208832 16384] extent item 0, found 1
tree backref 1285241208832 root 256 not found in extent tree
backpointer mismatch on [1285241208832 16384]
owner ref check failed [1285241208832 16384]
ref mismatch on [1285242421248 16384] extent item 0, found 1
tree backref 1285242421248 root 256 not found in extent tree
backpointer mismatch on [1285242421248 16384]
owner ref check failed [1285242421248 16384]
ref mismatch on [1285242781696 16384] extent item 0, found 1
tree backref 1285242781696 root 256 not found in extent tree
backpointer mismatch on [1285242781696 16384]
owner ref check failed [1285242781696 16384]
ref mismatch on [1285242896384 16384] extent item 0, found 1
tree backref 1285242896384 root 256 not found in extent tree
backpointer mismatch on [1285242896384 16384]
owner ref check failed [1285242896384 16384]
ref mismatch on [1285242912768 16384] extent item 0, found 1
tree backref 1285242912768 root 256 not found in extent tree
backpointer mismatch on [1285242912768 16384]
owner ref check failed [1285242912768 16384]
ref mismatch on [1285242961920 16384] extent item 0, found 1
tree backref 1285242961920 root 256 not found in extent tree
backpointer mismatch on [1285242961920 16384]
owner ref check failed [1285242961920 16384]
ref mismatch on [1285242994688 16384] extent item 0, found 1
tree backref 1285242994688 root 256 not found in extent tree
backpointer mismatch on [1285242994688 16384]
owner ref check failed [1285242994688 16384]
ref mismatch on [1285243011072 16384] extent item 0, found 1
tree backref 1285243011072 root 256 not found in extent tree
backpointer mismatch on [1285243011072 16384]
owner ref check failed [1285243011072 16384]
ref mismatch on [1285244338176 16384] extent item 0, found 1
tree backref 1285244338176 root 256 not found in extent tree
backpointer mismatch on [1285244338176 16384]
owner ref check failed [1285244338176 16384]
ref mismatch on [1285249253376 16384] extent item 0, found 1
tree backref 1285249253376 root 256 not found in extent tree
backpointer mismatch on [1285249253376 16384]
owner ref check failed [1285249253376 16384]
ref mismatch on [1285254266880 16384] extent item 0, found 1
tree backref 1285254266880 root 256 not found in extent tree
backpointer mismatch on [1285254266880 16384]
owner ref check failed [1285254266880 16384]
ref mismatch on [1285254955008 16384] extent item 0, found 1
tree backref 1285254955008 root 256 not found in extent tree
backpointer mismatch on [1285254955008 16384]
owner ref check failed [1285254955008 16384]
ref mismatch on [1285258100736 16384] extent item 0, found 1
tree backref 1285258100736 root 256 not found in extent tree
backpointer mismatch on [1285258100736 16384]
owner ref check failed [1285258100736 16384]
ref mismatch on [1285258166272 16384] extent item 0, found 1
tree backref 1285258166272 root 256 not found in extent tree
backpointer mismatch on [1285258166272 16384]
owner ref check failed [1285258166272 16384]
ref mismatch on [1285260754944 16384] extent item 0, found 1
tree backref 1285260754944 root 256 not found in extent tree
backpointer mismatch on [1285260754944 16384]
owner ref check failed [1285260754944 16384]
ref mismatch on [1285268766720 16384] extent item 0, found 1
tree backref 1285268766720 root 256 not found in extent tree
backpointer mismatch on [1285268766720 16384]
owner ref check failed [1285268766720 16384]
ref mismatch on [1285277138944 16384] extent item 0, found 1
tree backref 1285277138944 root 256 not found in extent tree
backpointer mismatch on [1285277138944 16384]
owner ref check failed [1285277138944 16384]
ref mismatch on [1285277466624 16384] extent item 0, found 1
tree backref 1285277466624 root 256 not found in extent tree
backpointer mismatch on [1285277466624 16384]
owner ref check failed [1285277466624 16384]
ref mismatch on [1285279547392 16384] extent item 0, found 1
tree backref 1285279547392 root 256 not found in extent tree
backpointer mismatch on [1285279547392 16384]
owner ref check failed [1285279547392 16384]
ref mismatch on [1285279662080 16384] extent item 0, found 1
tree backref 1285279662080 root 256 not found in extent tree
backpointer mismatch on [1285279662080 16384]
owner ref check failed [1285279662080 16384]
ref mismatch on [1285281087488 16384] extent item 0, found 1
tree backref 1285281087488 root 256 not found in extent tree
backpointer mismatch on [1285281087488 16384]
owner ref check failed [1285281087488 16384]
ref mismatch on [1285282430976 16384] extent item 0, found 1
tree backref 1285282430976 root 256 not found in extent tree
backpointer mismatch on [1285282430976 16384]
owner ref check failed [1285282430976 16384]
ref mismatch on [1285289082880 16384] extent item 0, found 1
tree backref 1285289082880 root 256 not found in extent tree
backpointer mismatch on [1285289082880 16384]
owner ref check failed [1285289082880 16384]
ref mismatch on [1285289164800 16384] extent item 0, found 1
tree backref 1285289164800 root 256 not found in extent tree
backpointer mismatch on [1285289164800 16384]
owner ref check failed [1285289164800 16384]
ref mismatch on [1285290213376 16384] extent item 0, found 1
tree backref 1285290213376 root 256 not found in extent tree
backpointer mismatch on [1285290213376 16384]
owner ref check failed [1285290213376 16384]
ref mismatch on [1285291360256 16384] extent item 0, found 1
tree backref 1285291360256 root 256 not found in extent tree
backpointer mismatch on [1285291360256 16384]
owner ref check failed [1285291360256 16384]
ref mismatch on [1285291376640 16384] extent item 0, found 1
tree backref 1285291376640 root 256 not found in extent tree
backpointer mismatch on [1285291376640 16384]
owner ref check failed [1285291376640 16384]
ref mismatch on [1285296193536 16384] extent item 0, found 1
tree backref 1285296193536 root 256 not found in extent tree
backpointer mismatch on [1285296193536 16384]
owner ref check failed [1285296193536 16384]
ref mismatch on [1285298716672 16384] extent item 0, found 1
tree backref 1285298716672 root 256 not found in extent tree
backpointer mismatch on [1285298716672 16384]
owner ref check failed [1285298716672 16384]
ref mismatch on [1285299732480 16384] extent item 0, found 1
tree backref 1285299732480 root 256 not found in extent tree
backpointer mismatch on [1285299732480 16384]
owner ref check failed [1285299732480 16384]
ref mismatch on [1285299798016 16384] extent item 0, found 1
tree backref 1285299798016 root 256 not found in extent tree
backpointer mismatch on [1285299798016 16384]
owner ref check failed [1285299798016 16384]
ref mismatch on [1285299814400 16384] extent item 0, found 1
tree backref 1285299814400 root 256 not found in extent tree
backpointer mismatch on [1285299814400 16384]
owner ref check failed [1285299814400 16384]
ref mismatch on [1285299863552 16384] extent item 0, found 1
tree backref 1285299863552 root 256 not found in extent tree
backpointer mismatch on [1285299863552 16384]
owner ref check failed [1285299863552 16384]
ref mismatch on [1285299912704 16384] extent item 0, found 1
tree backref 1285299912704 root 256 not found in extent tree
backpointer mismatch on [1285299912704 16384]
owner ref check failed [1285299912704 16384]
ref mismatch on [1285300011008 16384] extent item 0, found 1
tree backref 1285300011008 root 256 not found in extent tree
backpointer mismatch on [1285300011008 16384]
owner ref check failed [1285300011008 16384]
ref mismatch on [1285300436992 16384] extent item 0, found 1
tree backref 1285300436992 root 256 not found in extent tree
backpointer mismatch on [1285300436992 16384]
owner ref check failed [1285300436992 16384]
ref mismatch on [1285300502528 16384] extent item 0, found 1
tree backref 1285300502528 root 256 not found in extent tree
backpointer mismatch on [1285300502528 16384]
owner ref check failed [1285300502528 16384]
ref mismatch on [1285300568064 16384] extent item 0, found 1
tree backref 1285300568064 root 256 not found in extent tree
backpointer mismatch on [1285300568064 16384]
owner ref check failed [1285300568064 16384]
ref mismatch on [1285300584448 16384] extent item 0, found 1
tree backref 1285300584448 root 256 not found in extent tree
backpointer mismatch on [1285300584448 16384]
owner ref check failed [1285300584448 16384]
ref mismatch on [1285302304768 16384] extent item 0, found 1
tree backref 1285302304768 root 256 not found in extent tree
backpointer mismatch on [1285302304768 16384]
owner ref check failed [1285302304768 16384]
ref mismatch on [1285303664640 16384] extent item 0, found 1
tree backref 1285303664640 root 256 not found in extent tree
backpointer mismatch on [1285303664640 16384]
owner ref check failed [1285303664640 16384]
ref mismatch on [2077730062336 16384] extent item 0, found 1
tree backref 2077730062336 root 256 not found in extent tree
backpointer mismatch on [2077730062336 16384]
owner ref check failed [2077730062336 16384]
ref mismatch on [2077730209792 16384] extent item 0, found 1
tree backref 2077730209792 root 256 not found in extent tree
backpointer mismatch on [2077730209792 16384]
owner ref check failed [2077730209792 16384]
ref mismatch on [2077732077568 16384] extent item 0, found 1
tree backref 2077732077568 root 256 not found in extent tree
backpointer mismatch on [2077732077568 16384]
owner ref check failed [2077732077568 16384]
ref mismatch on [2077732487168 16384] extent item 0, found 1
tree backref 2077732487168 root 256 not found in extent tree
backpointer mismatch on [2077732487168 16384]
owner ref check failed [2077732487168 16384]
ref mismatch on [2077732536320 16384] extent item 0, found 1
tree backref 2077732536320 root 256 not found in extent tree
backpointer mismatch on [2077732536320 16384]
owner ref check failed [2077732536320 16384]
ref mismatch on [2077733502976 16384] extent item 0, found 1
tree backref 2077733502976 root 256 not found in extent tree
backpointer mismatch on [2077733502976 16384]
owner ref check failed [2077733502976 16384]
ref mismatch on [2077733535744 16384] extent item 0, found 1
tree backref 2077733535744 root 256 not found in extent tree
backpointer mismatch on [2077733535744 16384]
owner ref check failed [2077733535744 16384]
ref mismatch on [2077733552128 16384] extent item 0, found 1
tree backref 2077733552128 root 256 not found in extent tree
backpointer mismatch on [2077733552128 16384]
owner ref check failed [2077733552128 16384]
ref mismatch on [2077733863424 16384] extent item 0, found 1
tree backref 2077733863424 root 256 not found in extent tree
backpointer mismatch on [2077733863424 16384]
owner ref check failed [2077733863424 16384]
ref mismatch on [2077733879808 16384] extent item 0, found 1
tree backref 2077733879808 root 256 not found in extent tree
backpointer mismatch on [2077733879808 16384]
owner ref check failed [2077733879808 16384]
ref mismatch on [2077733945344 16384] extent item 0, found 1
tree backref 2077733945344 root 256 not found in extent tree
backpointer mismatch on [2077733945344 16384]
owner ref check failed [2077733945344 16384]
ref mismatch on [2077733961728 16384] extent item 0, found 1
tree backref 2077733961728 root 256 not found in extent tree
backpointer mismatch on [2077733961728 16384]
owner ref check failed [2077733961728 16384]
ref mismatch on [2077734174720 16384] extent item 0, found 1
tree backref 2077734174720 root 256 not found in extent tree
backpointer mismatch on [2077734174720 16384]
owner ref check failed [2077734174720 16384]
ref mismatch on [2077734273024 16384] extent item 0, found 1
tree backref 2077734273024 root 256 not found in extent tree
backpointer mismatch on [2077734273024 16384]
owner ref check failed [2077734273024 16384]
ref mismatch on [2077734453248 16384] extent item 0, found 1
tree backref 2077734453248 root 256 not found in extent tree
backpointer mismatch on [2077734453248 16384]
owner ref check failed [2077734453248 16384]
ref mismatch on [2077734469632 16384] extent item 0, found 1
tree backref 2077734469632 root 256 not found in extent tree
backpointer mismatch on [2077734469632 16384]
owner ref check failed [2077734469632 16384]
ref mismatch on [2077734486016 16384] extent item 0, found 1
tree backref 2077734486016 root 256 not found in extent tree
backpointer mismatch on [2077734486016 16384]
owner ref check failed [2077734486016 16384]
ref mismatch on [2077734748160 16384] extent item 0, found 1
tree backref 2077734748160 root 256 not found in extent tree
backpointer mismatch on [2077734748160 16384]
owner ref check failed [2077734748160 16384]
ref mismatch on [2077734813696 16384] extent item 0, found 1
tree backref 2077734813696 root 256 not found in extent tree
backpointer mismatch on [2077734813696 16384]
owner ref check failed [2077734813696 16384]
ref mismatch on [2077734895616 16384] extent item 0, found 1
tree backref 2077734895616 root 256 not found in extent tree
backpointer mismatch on [2077734895616 16384]
owner ref check failed [2077734895616 16384]
ref mismatch on [2077734928384 16384] extent item 0, found 1
tree backref 2077734928384 root 256 not found in extent tree
backpointer mismatch on [2077734928384 16384]
owner ref check failed [2077734928384 16384]
ref mismatch on [2077734993920 16384] extent item 0, found 1
tree backref 2077734993920 root 256 not found in extent tree
backpointer mismatch on [2077734993920 16384]
owner ref check failed [2077734993920 16384]
ref mismatch on [2077735141376 16384] extent item 0, found 1
tree backref 2077735141376 root 256 not found in extent tree
backpointer mismatch on [2077735141376 16384]
owner ref check failed [2077735141376 16384]
ref mismatch on [2077735452672 16384] extent item 0, found 1
tree backref 2077735452672 root 256 not found in extent tree
backpointer mismatch on [2077735452672 16384]
owner ref check failed [2077735452672 16384]
ref mismatch on [2077746233344 16384] extent item 0, found 1
tree backref 2077746233344 root 256 not found in extent tree
backpointer mismatch on [2077746233344 16384]
owner ref check failed [2077746233344 16384]
ref mismatch on [2077760176128 16384] extent item 1, found 2
tree backref 2077760176128 parent 5039519645696 not found in extent tree
backpointer mismatch on [2077760176128 16384]
ref mismatch on [2077764435968 16384] extent item 0, found 1
tree backref 2077764435968 root 256 not found in extent tree
backpointer mismatch on [2077764435968 16384]
owner ref check failed [2077764435968 16384]
ref mismatch on [2077764468736 16384] extent item 0, found 1
tree backref 2077764468736 root 256 not found in extent tree
backpointer mismatch on [2077764468736 16384]
owner ref check failed [2077764468736 16384]
ref mismatch on [2077781426176 16384] extent item 0, found 1
tree backref 2077781426176 root 256 not found in extent tree
backpointer mismatch on [2077781426176 16384]
owner ref check failed [2077781426176 16384]
ref mismatch on [2077784309760 16384] extent item 0, found 1
tree backref 2077784309760 root 256 not found in extent tree
backpointer mismatch on [2077784309760 16384]
owner ref check failed [2077784309760 16384]
ref mismatch on [2077836230656 16384] extent item 0, found 1
tree backref 2077836230656 root 256 not found in extent tree
backpointer mismatch on [2077836230656 16384]
owner ref check failed [2077836230656 16384]
ref mismatch on [2077843554304 16384] extent item 0, found 1
tree backref 2077843554304 root 256 not found in extent tree
backpointer mismatch on [2077843554304 16384]
owner ref check failed [2077843554304 16384]
ref mismatch on [2077854384128 16384] extent item 0, found 1
tree backref 2077854384128 root 256 not found in extent tree
backpointer mismatch on [2077854384128 16384]
owner ref check failed [2077854384128 16384]
ref mismatch on [2077854498816 16384] extent item 0, found 1
tree backref 2077854498816 root 256 not found in extent tree
backpointer mismatch on [2077854498816 16384]
owner ref check failed [2077854498816 16384]
ref mismatch on [2077858611200 16384] extent item 0, found 1
tree backref 2077858611200 root 256 not found in extent tree
backpointer mismatch on [2077858611200 16384]
owner ref check failed [2077858611200 16384]
ref mismatch on [2078059839488 16384] extent item 0, found 1
tree backref 2078059839488 root 256 not found in extent tree
backpointer mismatch on [2078059839488 16384]
owner ref check failed [2078059839488 16384]
ref mismatch on [2078383423488 16384] extent item 0, found 1
tree backref 2078383423488 root 256 not found in extent tree
backpointer mismatch on [2078383423488 16384]
owner ref check failed [2078383423488 16384]
ref mismatch on [2078383570944 16384] extent item 0, found 1
tree backref 2078383570944 root 256 not found in extent tree
backpointer mismatch on [2078383570944 16384]
owner ref check failed [2078383570944 16384]
ref mismatch on [2078398857216 16384] extent item 0, found 1
tree backref 2078398857216 root 256 not found in extent tree
backpointer mismatch on [2078398857216 16384]
owner ref check failed [2078398857216 16384]
ref mismatch on [2078508417024 16384] extent item 0, found 1
tree backref 2078508417024 root 256 not found in extent tree
backpointer mismatch on [2078508417024 16384]
owner ref check failed [2078508417024 16384]
ref mismatch on [2078544756736 16384] extent item 0, found 1
tree backref 2078544756736 root 256 not found in extent tree
backpointer mismatch on [2078544756736 16384]
owner ref check failed [2078544756736 16384]
ref mismatch on [2078582390784 16384] extent item 0, found 1
tree backref 2078582390784 root 256 not found in extent tree
backpointer mismatch on [2078582390784 16384]
owner ref check failed [2078582390784 16384]
ref mismatch on [2078582423552 16384] extent item 0, found 1
tree backref 2078582423552 root 256 not found in extent tree
backpointer mismatch on [2078582423552 16384]
owner ref check failed [2078582423552 16384]
ref mismatch on [2078582456320 16384] extent item 0, found 1
tree backref 2078582456320 root 256 not found in extent tree
backpointer mismatch on [2078582456320 16384]
owner ref check failed [2078582456320 16384]
ref mismatch on [2078582489088 16384] extent item 0, found 1
tree backref 2078582489088 root 256 not found in extent tree
backpointer mismatch on [2078582489088 16384]
owner ref check failed [2078582489088 16384]
ref mismatch on [2078582554624 16384] extent item 0, found 1
tree backref 2078582554624 root 256 not found in extent tree
backpointer mismatch on [2078582554624 16384]
owner ref check failed [2078582554624 16384]
ref mismatch on [2078635393024 16384] extent item 0, found 1
tree backref 2078635393024 root 256 not found in extent tree
backpointer mismatch on [2078635393024 16384]
owner ref check failed [2078635393024 16384]
ref mismatch on [2078706614272 16384] extent item 0, found 1
tree backref 2078706614272 root 256 not found in extent tree
backpointer mismatch on [2078706614272 16384]
owner ref check failed [2078706614272 16384]
ref mismatch on [2078730240000 16384] extent item 0, found 1
tree backref 2078730240000 root 256 not found in extent tree
backpointer mismatch on [2078730240000 16384]
owner ref check failed [2078730240000 16384]
ref mismatch on [2078742282240 16384] extent item 0, found 1
tree backref 2078742282240 root 256 not found in extent tree
backpointer mismatch on [2078742282240 16384]
owner ref check failed [2078742282240 16384]
ref mismatch on [2078746509312 16384] extent item 0, found 1
tree backref 2078746509312 root 256 not found in extent tree
backpointer mismatch on [2078746509312 16384]
owner ref check failed [2078746509312 16384]
ref mismatch on [2875530870784 16384] extent item 0, found 1
tree backref 2875530870784 root 256 not found in extent tree
backpointer mismatch on [2875530870784 16384]
owner ref check failed [2875530870784 16384]
ref mismatch on [2875547582464 16384] extent item 0, found 1
tree backref 2875547582464 root 256 not found in extent tree
backpointer mismatch on [2875547582464 16384]
owner ref check failed [2875547582464 16384]
ref mismatch on [2875623440384 16384] extent item 0, found 1
tree backref 2875623440384 root 256 not found in extent tree
backpointer mismatch on [2875623440384 16384]
owner ref check failed [2875623440384 16384]
ref mismatch on [2875736571904 16384] extent item 0, found 1
tree backref 2875736571904 root 256 not found in extent tree
backpointer mismatch on [2875736571904 16384]
owner ref check failed [2875736571904 16384]
ref mismatch on [2875809185792 16384] extent item 0, found 1
tree backref 2875809185792 root 256 not found in extent tree
backpointer mismatch on [2875809185792 16384]
owner ref check failed [2875809185792 16384]
ref mismatch on [2875844263936 16384] extent item 0, found 1
tree backref 2875844263936 root 256 not found in extent tree
backpointer mismatch on [2875844263936 16384]
owner ref check failed [2875844263936 16384]
ref mismatch on [2875871232000 16384] extent item 0, found 1
tree backref 2875871232000 root 256 not found in extent tree
backpointer mismatch on [2875871232000 16384]
owner ref check failed [2875871232000 16384]
ref mismatch on [2875885830144 16384] extent item 0, found 1
tree backref 2875885830144 root 256 not found in extent tree
backpointer mismatch on [2875885830144 16384]
owner ref check failed [2875885830144 16384]
ref mismatch on [2875895660544 16384] extent item 0, found 1
tree backref 2875895660544 root 256 not found in extent tree
backpointer mismatch on [2875895660544 16384]
owner ref check failed [2875895660544 16384]
ref mismatch on [2875938078720 16384] extent item 0, found 1
tree backref 2875938078720 root 256 not found in extent tree
backpointer mismatch on [2875938078720 16384]
owner ref check failed [2875938078720 16384]
ref mismatch on [2875945140224 16384] extent item 0, found 1
tree backref 2875945140224 root 256 not found in extent tree
backpointer mismatch on [2875945140224 16384]
owner ref check failed [2875945140224 16384]
ref mismatch on [2875980316672 16384] extent item 0, found 1
tree backref 2875980316672 root 256 not found in extent tree
backpointer mismatch on [2875980316672 16384]
owner ref check failed [2875980316672 16384]
ref mismatch on [2876282961920 16384] extent item 0, found 1
tree backref 2876282961920 root 256 not found in extent tree
backpointer mismatch on [2876282961920 16384]
owner ref check failed [2876282961920 16384]
ref mismatch on [2876378824704 16384] extent item 0, found 1
tree backref 2876378824704 root 256 not found in extent tree
backpointer mismatch on [2876378824704 16384]
owner ref check failed [2876378824704 16384]
ref mismatch on [2876394127360 16384] extent item 0, found 1
tree backref 2876394127360 root 256 not found in extent tree
backpointer mismatch on [2876394127360 16384]
owner ref check failed [2876394127360 16384]
ref mismatch on [2876407103488 16384] extent item 0, found 1
tree backref 2876407103488 root 256 not found in extent tree
backpointer mismatch on [2876407103488 16384]
owner ref check failed [2876407103488 16384]
ref mismatch on [2876415033344 16384] extent item 0, found 1
tree backref 2876415033344 root 256 not found in extent tree
backpointer mismatch on [2876415033344 16384]
owner ref check failed [2876415033344 16384]
ref mismatch on [2876417261568 16384] extent item 0, found 1
tree backref 2876417261568 root 256 not found in extent tree
backpointer mismatch on [2876417261568 16384]
owner ref check failed [2876417261568 16384]
ref mismatch on [2876421193728 16384] extent item 0, found 1
tree backref 2876421193728 root 256 not found in extent tree
backpointer mismatch on [2876421193728 16384]
owner ref check failed [2876421193728 16384]
ref mismatch on [2876443508736 16384] extent item 0, found 1
tree backref 2876443508736 root 256 not found in extent tree
backpointer mismatch on [2876443508736 16384]
owner ref check failed [2876443508736 16384]
ref mismatch on [2876467855360 16384] extent item 0, found 1
tree backref 2876467855360 root 256 not found in extent tree
backpointer mismatch on [2876467855360 16384]
owner ref check failed [2876467855360 16384]
ref mismatch on [2876481470464 16384] extent item 0, found 1
tree backref 2876481470464 root 256 not found in extent tree
backpointer mismatch on [2876481470464 16384]
owner ref check failed [2876481470464 16384]
ref mismatch on [2876485517312 16384] extent item 0, found 1
tree backref 2876485517312 root 256 not found in extent tree
backpointer mismatch on [2876485517312 16384]
owner ref check failed [2876485517312 16384]
ref mismatch on [2876488417280 16384] extent item 0, found 1
tree backref 2876488417280 root 256 not found in extent tree
backpointer mismatch on [2876488417280 16384]
owner ref check failed [2876488417280 16384]
ref mismatch on [2876517498880 16384] extent item 0, found 1
tree backref 2876517498880 root 256 not found in extent tree
backpointer mismatch on [2876517498880 16384]
owner ref check failed [2876517498880 16384]
ref mismatch on [2876529049600 16384] extent item 0, found 1
tree backref 2876529049600 root 256 not found in extent tree
backpointer mismatch on [2876529049600 16384]
owner ref check failed [2876529049600 16384]
ref mismatch on [2876544565248 16384] extent item 0, found 1
tree backref 2876544565248 root 256 not found in extent tree
backpointer mismatch on [2876544565248 16384]
owner ref check failed [2876544565248 16384]
ref mismatch on [2876551380992 16384] extent item 0, found 1
tree backref 2876551380992 root 256 not found in extent tree
backpointer mismatch on [2876551380992 16384]
owner ref check failed [2876551380992 16384]
ref mismatch on [2876551446528 16384] extent item 0, found 1
tree backref 2876551446528 root 256 not found in extent tree
backpointer mismatch on [2876551446528 16384]
owner ref check failed [2876551446528 16384]
ref mismatch on [2876553166848 16384] extent item 0, found 1
tree backref 2876553166848 root 256 not found in extent tree
backpointer mismatch on [2876553166848 16384]
owner ref check failed [2876553166848 16384]
ref mismatch on [2876582625280 16384] extent item 0, found 1
tree backref 2876582625280 root 256 not found in extent tree
backpointer mismatch on [2876582625280 16384]
owner ref check failed [2876582625280 16384]
ref mismatch on [2876591767552 16384] extent item 0, found 1
tree backref 2876591767552 root 256 not found in extent tree
backpointer mismatch on [2876591767552 16384]
owner ref check failed [2876591767552 16384]
ref mismatch on [3628216745984 16384] extent item 1, found 2
tree backref 3628216745984 parent 5039519645696 not found in extent tree
backpointer mismatch on [3628216745984 16384]
ref mismatch on [3628270108672 16384] extent item 0, found 1
tree backref 3628270108672 root 256 not found in extent tree
backpointer mismatch on [3628270108672 16384]
owner ref check failed [3628270108672 16384]
ref mismatch on [3628270764032 16384] extent item 0, found 1
tree backref 3628270764032 root 256 not found in extent tree
backpointer mismatch on [3628270764032 16384]
owner ref check failed [3628270764032 16384]
ref mismatch on [3628271157248 16384] extent item 0, found 1
tree backref 3628271157248 root 256 not found in extent tree
backpointer mismatch on [3628271157248 16384]
owner ref check failed [3628271157248 16384]
ref mismatch on [3628274335744 16384] extent item 0, found 1
tree backref 3628274335744 root 256 not found in extent tree
backpointer mismatch on [3628274335744 16384]
owner ref check failed [3628274335744 16384]
ref mismatch on [3628319522816 16384] extent item 0, found 1
tree backref 3628319522816 root 256 not found in extent tree
backpointer mismatch on [3628319522816 16384]
owner ref check failed [3628319522816 16384]
ref mismatch on [3628348588032 16384] extent item 0, found 1
tree backref 3628348588032 root 256 not found in extent tree
backpointer mismatch on [3628348588032 16384]
owner ref check failed [3628348588032 16384]
ref mismatch on [3628348866560 16384] extent item 1, found 2
tree backref 3628348866560 parent 5039519645696 not found in extent tree
backpointer mismatch on [3628348866560 16384]
ref mismatch on [3628398788608 16384] extent item 0, found 1
tree backref 3628398788608 root 256 not found in extent tree
backpointer mismatch on [3628398788608 16384]
owner ref check failed [3628398788608 16384]
ref mismatch on [3628486524928 16384] extent item 0, found 1
tree backref 3628486524928 root 256 not found in extent tree
backpointer mismatch on [3628486524928 16384]
owner ref check failed [3628486524928 16384]
ref mismatch on [3628496207872 16384] extent item 0, found 1
tree backref 3628496207872 root 256 not found in extent tree
backpointer mismatch on [3628496207872 16384]
owner ref check failed [3628496207872 16384]
ref mismatch on [3628634013696 16384] extent item 0, found 1
tree backref 3628634013696 root 256 not found in extent tree
backpointer mismatch on [3628634013696 16384]
owner ref check failed [3628634013696 16384]
ref mismatch on [3628670042112 16384] extent item 0, found 1
tree backref 3628670042112 root 256 not found in extent tree
backpointer mismatch on [3628670042112 16384]
owner ref check failed [3628670042112 16384]
ref mismatch on [3628696387584 16384] extent item 0, found 1
tree backref 3628696387584 root 256 not found in extent tree
backpointer mismatch on [3628696387584 16384]
owner ref check failed [3628696387584 16384]
ref mismatch on [3628728664064 16384] extent item 0, found 1
tree backref 3628728664064 root 256 not found in extent tree
backpointer mismatch on [3628728664064 16384]
owner ref check failed [3628728664064 16384]
ref mismatch on [3628837175296 16384] extent item 0, found 1
tree backref 3628837175296 root 256 not found in extent tree
backpointer mismatch on [3628837175296 16384]
owner ref check failed [3628837175296 16384]
ref mismatch on [3628954828800 16384] extent item 0, found 1
tree backref 3628954828800 root 256 not found in extent tree
backpointer mismatch on [3628954828800 16384]
owner ref check failed [3628954828800 16384]
ref mismatch on [3628965707776 16384] extent item 0, found 1
tree backref 3628965707776 root 256 not found in extent tree
backpointer mismatch on [3628965707776 16384]
owner ref check failed [3628965707776 16384]
ref mismatch on [3628968574976 16384] extent item 0, found 1
tree backref 3628968574976 root 256 not found in extent tree
backpointer mismatch on [3628968574976 16384]
owner ref check failed [3628968574976 16384]
ref mismatch on [3628985434112 16384] extent item 0, found 1
tree backref 3628985434112 root 256 not found in extent tree
backpointer mismatch on [3628985434112 16384]
owner ref check failed [3628985434112 16384]
ref mismatch on [3628985942016 16384] extent item 0, found 1
tree backref 3628985942016 root 256 not found in extent tree
backpointer mismatch on [3628985942016 16384]
owner ref check failed [3628985942016 16384]
ref mismatch on [3628989743104 16384] extent item 0, found 1
tree backref 3628989743104 root 256 not found in extent tree
backpointer mismatch on [3628989743104 16384]
owner ref check failed [3628989743104 16384]
ref mismatch on [3628994543616 16384] extent item 0, found 1
tree backref 3628994543616 root 256 not found in extent tree
backpointer mismatch on [3628994543616 16384]
owner ref check failed [3628994543616 16384]
ref mismatch on [3629014171648 16384] extent item 0, found 1
tree backref 3629014171648 root 256 not found in extent tree
backpointer mismatch on [3629014171648 16384]
owner ref check failed [3629014171648 16384]
ref mismatch on [3629029769216 16384] extent item 0, found 1
tree backref 3629029769216 root 256 not found in extent tree
backpointer mismatch on [3629029769216 16384]
owner ref check failed [3629029769216 16384]
ref mismatch on [3629035929600 16384] extent item 0, found 1
tree backref 3629035929600 root 256 not found in extent tree
backpointer mismatch on [3629035929600 16384]
owner ref check failed [3629035929600 16384]
ref mismatch on [3629038583808 16384] extent item 0, found 1
tree backref 3629038583808 root 256 not found in extent tree
backpointer mismatch on [3629038583808 16384]
owner ref check failed [3629038583808 16384]
ref mismatch on [3629041516544 16384] extent item 0, found 1
tree backref 3629041516544 root 256 not found in extent tree
backpointer mismatch on [3629041516544 16384]
owner ref check failed [3629041516544 16384]
ref mismatch on [3629051641856 16384] extent item 0, found 1
tree backref 3629051641856 root 256 not found in extent tree
backpointer mismatch on [3629051641856 16384]
owner ref check failed [3629051641856 16384]
ref mismatch on [3629064355840 16384] extent item 0, found 1
tree backref 3629064355840 root 256 not found in extent tree
backpointer mismatch on [3629064355840 16384]
owner ref check failed [3629064355840 16384]
ref mismatch on [3629070876672 16384] extent item 0, found 1
tree backref 3629070876672 root 256 not found in extent tree
backpointer mismatch on [3629070876672 16384]
owner ref check failed [3629070876672 16384]
ref mismatch on [3629104185344 16384] extent item 0, found 1
tree backref 3629104185344 root 256 not found in extent tree
backpointer mismatch on [3629104185344 16384]
owner ref check failed [3629104185344 16384]
ref mismatch on [3629224181760 16384] extent item 1, found 2
tree backref 3629224181760 parent 5039519645696 not found in extent tree
backpointer mismatch on [3629224181760 16384]
ref mismatch on [3940782751744 16384] extent item 0, found 1
tree backref 3940782751744 root 256 not found in extent tree
backpointer mismatch on [3940782751744 16384]
owner ref check failed [3940782751744 16384]
ref mismatch on [3940783128576 16384] extent item 0, found 1
tree backref 3940783128576 root 256 not found in extent tree
backpointer mismatch on [3940783128576 16384]
owner ref check failed [3940783128576 16384]
ref mismatch on [3940784357376 16384] extent item 0, found 1
tree backref 3940784357376 root 256 not found in extent tree
backpointer mismatch on [3940784357376 16384]
owner ref check failed [3940784357376 16384]
ref mismatch on [3940786569216 16384] extent item 0, found 1
tree backref 3940786569216 root 256 not found in extent tree
backpointer mismatch on [3940786569216 16384]
owner ref check failed [3940786569216 16384]
ref mismatch on [3940815224832 16384] extent item 0, found 1
tree backref 3940815224832 root 256 not found in extent tree
backpointer mismatch on [3940815224832 16384]
owner ref check failed [3940815224832 16384]
ref mismatch on [3940815552512 16384] extent item 0, found 1
tree backref 3940815552512 root 256 not found in extent tree
backpointer mismatch on [3940815552512 16384]
owner ref check failed [3940815552512 16384]
ref mismatch on [3940833492992 16384] extent item 0, found 1
tree backref 3940833492992 root 256 not found in extent tree
backpointer mismatch on [3940833492992 16384]
owner ref check failed [3940833492992 16384]
ref mismatch on [3940847812608 16384] extent item 0, found 1
tree backref 3940847812608 root 256 not found in extent tree
backpointer mismatch on [3940847812608 16384]
owner ref check failed [3940847812608 16384]
ref mismatch on [3940857643008 16384] extent item 0, found 1
tree backref 3940857643008 root 256 not found in extent tree
backpointer mismatch on [3940857643008 16384]
owner ref check failed [3940857643008 16384]
ref mismatch on [3940877287424 16384] extent item 0, found 1
tree backref 3940877287424 root 256 not found in extent tree
backpointer mismatch on [3940877287424 16384]
owner ref check failed [3940877287424 16384]
ref mismatch on [3940967464960 16384] extent item 0, found 1
tree backref 3940967464960 root 256 not found in extent tree
backpointer mismatch on [3940967464960 16384]
owner ref check failed [3940967464960 16384]
ref mismatch on [3941021138944 16384] extent item 1, found 2
tree backref 3941021138944 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941021138944 16384]
ref mismatch on [3941025792000 16384] extent item 1, found 2
tree backref 3941025792000 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941025792000 16384]
ref mismatch on [3941025808384 16384] extent item 1, found 2
tree backref 3941025808384 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941025808384 16384]
ref mismatch on [3941047091200 16384] extent item 0, found 1
tree backref 3941047091200 root 256 not found in extent tree
backpointer mismatch on [3941047091200 16384]
owner ref check failed [3941047091200 16384]
ref mismatch on [3941060673536 16384] extent item 0, found 1
tree backref 3941060673536 root 256 not found in extent tree
backpointer mismatch on [3941060673536 16384]
owner ref check failed [3941060673536 16384]
ref mismatch on [3941101518848 16384] extent item 0, found 1
tree backref 3941101518848 root 256 not found in extent tree
backpointer mismatch on [3941101518848 16384]
owner ref check failed [3941101518848 16384]
ref mismatch on [3941127290880 16384] extent item 0, found 1
tree backref 3941127290880 root 256 not found in extent tree
backpointer mismatch on [3941127290880 16384]
owner ref check failed [3941127290880 16384]
ref mismatch on [3941142347776 16384] extent item 0, found 1
tree backref 3941142347776 root 256 not found in extent tree
backpointer mismatch on [3941142347776 16384]
owner ref check failed [3941142347776 16384]
ref mismatch on [3941160779776 16384] extent item 0, found 1
tree backref 3941160779776 root 256 not found in extent tree
backpointer mismatch on [3941160779776 16384]
owner ref check failed [3941160779776 16384]
ref mismatch on [3941216305152 16384] extent item 0, found 1
tree backref 3941216305152 root 256 not found in extent tree
backpointer mismatch on [3941216305152 16384]
owner ref check failed [3941216305152 16384]
ref mismatch on [3941272125440 16384] extent item 0, found 1
tree backref 3941272125440 root 256 not found in extent tree
backpointer mismatch on [3941272125440 16384]
owner ref check failed [3941272125440 16384]
ref mismatch on [3941290557440 16384] extent item 0, found 1
tree backref 3941290557440 root 256 not found in extent tree
backpointer mismatch on [3941290557440 16384]
owner ref check failed [3941290557440 16384]
ref mismatch on [3941294194688 16384] extent item 0, found 1
tree backref 3941294194688 root 256 not found in extent tree
backpointer mismatch on [3941294194688 16384]
owner ref check failed [3941294194688 16384]
ref mismatch on [3941295226880 16384] extent item 0, found 1
tree backref 3941295226880 root 256 not found in extent tree
backpointer mismatch on [3941295226880 16384]
owner ref check failed [3941295226880 16384]
ref mismatch on [3941298618368 16384] extent item 0, found 1
tree backref 3941298618368 root 256 not found in extent tree
backpointer mismatch on [3941298618368 16384]
owner ref check failed [3941298618368 16384]
ref mismatch on [3941348294656 16384] extent item 0, found 1
tree backref 3941348294656 root 256 not found in extent tree
backpointer mismatch on [3941348294656 16384]
owner ref check failed [3941348294656 16384]
ref mismatch on [3941349539840 16384] extent item 0, found 1
tree backref 3941349539840 root 256 not found in extent tree
backpointer mismatch on [3941349539840 16384]
owner ref check failed [3941349539840 16384]
ref mismatch on [3941360992256 16384] extent item 1, found 2
tree backref 3941360992256 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941360992256 16384]
ref mismatch on [3941365317632 16384] extent item 1, found 2
tree backref 3941365317632 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941365317632 16384]
ref mismatch on [3941448695808 16384] extent item 1, found 2
tree backref 3941448695808 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941448695808 16384]
ref mismatch on [3941452759040 16384] extent item 0, found 1
tree backref 3941452759040 root 256 not found in extent tree
backpointer mismatch on [3941452759040 16384]
owner ref check failed [3941452759040 16384]
ref mismatch on [3941468405760 16384] extent item 0, found 1
tree backref 3941468405760 root 256 not found in extent tree
backpointer mismatch on [3941468405760 16384]
owner ref check failed [3941468405760 16384]
ref mismatch on [3941477728256 16384] extent item 1, found 2
tree backref 3941477728256 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941477728256 16384]
ref mismatch on [3941508268032 16384] extent item 0, found 1
tree backref 3941508268032 root 256 not found in extent tree
backpointer mismatch on [3941508268032 16384]
owner ref check failed [3941508268032 16384]
ref mismatch on [3941510217728 16384] extent item 0, found 1
tree backref 3941510217728 root 256 not found in extent tree
backpointer mismatch on [3941510217728 16384]
owner ref check failed [3941510217728 16384]
ref mismatch on [3941519507456 16384] extent item 0, found 1
tree backref 3941519507456 root 256 not found in extent tree
backpointer mismatch on [3941519507456 16384]
owner ref check failed [3941519507456 16384]
ref mismatch on [3941539512320 16384] extent item 1, found 2
tree backref 3941539512320 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941539512320 16384]
ref mismatch on [3941613305856 16384] extent item 0, found 1
tree backref 3941613305856 root 256 not found in extent tree
backpointer mismatch on [3941613305856 16384]
owner ref check failed [3941613305856 16384]
ref mismatch on [3941613371392 16384] extent item 0, found 1
tree backref 3941613371392 root 256 not found in extent tree
backpointer mismatch on [3941613371392 16384]
owner ref check failed [3941613371392 16384]
ref mismatch on [3941617188864 16384] extent item 1, found 2
tree backref 3941617188864 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941617188864 16384]
ref mismatch on [3941619695616 16384] extent item 1, found 2
tree backref 3941619695616 parent 5039519645696 not found in extent tree
backpointer mismatch on [3941619695616 16384]
ref mismatch on [3941628936192 16384] extent item 0, found 1
tree backref 3941628936192 root 256 not found in extent tree
backpointer mismatch on [3941628936192 16384]
owner ref check failed [3941628936192 16384]
ref mismatch on [3941629591552 16384] extent item 0, found 1
tree backref 3941629591552 root 256 not found in extent tree
backpointer mismatch on [3941629591552 16384]
owner ref check failed [3941629591552 16384]
ref mismatch on [3941644582912 16384] extent item 0, found 1
tree backref 3941644582912 root 256 not found in extent tree
backpointer mismatch on [3941644582912 16384]
owner ref check failed [3941644582912 16384]
ref mismatch on [3941653118976 16384] extent item 0, found 1
tree backref 3941653118976 root 256 not found in extent tree
backpointer mismatch on [3941653118976 16384]
owner ref check failed [3941653118976 16384]
ref mismatch on [3941657509888 16384] extent item 0, found 1
tree backref 3941657509888 root 256 not found in extent tree
backpointer mismatch on [3941657509888 16384]
owner ref check failed [3941657509888 16384]
ref mismatch on [3941677645824 16384] extent item 0, found 1
tree backref 3941677645824 root 256 not found in extent tree
backpointer mismatch on [3941677645824 16384]
owner ref check failed [3941677645824 16384]
ref mismatch on [3941677826048 16384] extent item 0, found 1
tree backref 3941677826048 root 256 not found in extent tree
backpointer mismatch on [3941677826048 16384]
owner ref check failed [3941677826048 16384]
ref mismatch on [3941678120960 16384] extent item 0, found 1
tree backref 3941678120960 root 256 not found in extent tree
backpointer mismatch on [3941678120960 16384]
owner ref check failed [3941678120960 16384]
ref mismatch on [3941678219264 16384] extent item 0, found 1
tree backref 3941678219264 root 256 not found in extent tree
backpointer mismatch on [3941678219264 16384]
owner ref check failed [3941678219264 16384]
ref mismatch on [3941683134464 16384] extent item 0, found 1
tree backref 3941683134464 root 256 not found in extent tree
backpointer mismatch on [3941683134464 16384]
owner ref check failed [3941683134464 16384]
ref mismatch on [3941687345152 16384] extent item 0, found 1
tree backref 3941687345152 root 256 not found in extent tree
backpointer mismatch on [3941687345152 16384]
owner ref check failed [3941687345152 16384]
ref mismatch on [3941711036416 16384] extent item 0, found 1
tree backref 3941711036416 root 256 not found in extent tree
backpointer mismatch on [3941711036416 16384]
owner ref check failed [3941711036416 16384]
ref mismatch on [3941722832896 16384] extent item 0, found 1
tree backref 3941722832896 root 256 not found in extent tree
backpointer mismatch on [3941722832896 16384]
owner ref check failed [3941722832896 16384]
ref mismatch on [3943933755392 16384] extent item 0, found 1
tree backref 3943933755392 root 256 not found in extent tree
backpointer mismatch on [3943933755392 16384]
owner ref check failed [3943933755392 16384]
ref mismatch on [3943979433984 16384] extent item 1, found 2
tree backref 3943979433984 parent 5039519645696 not found in extent tree
backpointer mismatch on [3943979433984 16384]
ref mismatch on [3943980122112 16384] extent item 1, found 2
tree backref 3943980122112 parent 5039519645696 not found in extent tree
backpointer mismatch on [3943980122112 16384]
ref mismatch on [3943999635456 16384] extent item 0, found 1
tree backref 3943999635456 root 256 not found in extent tree
backpointer mismatch on [3943999635456 16384]
owner ref check failed [3943999635456 16384]
ref mismatch on [3944018018304 16384] extent item 0, found 1
tree backref 3944018018304 root 256 not found in extent tree
backpointer mismatch on [3944018018304 16384]
owner ref check failed [3944018018304 16384]
ref mismatch on [3944018296832 16384] extent item 0, found 1
tree backref 3944018296832 root 256 not found in extent tree
backpointer mismatch on [3944018296832 16384]
owner ref check failed [3944018296832 16384]
ref mismatch on [3944047345664 16384] extent item 0, found 1
tree backref 3944047345664 root 256 not found in extent tree
backpointer mismatch on [3944047345664 16384]
owner ref check failed [3944047345664 16384]
ref mismatch on [3944047804416 16384] extent item 0, found 1
tree backref 3944047804416 root 256 not found in extent tree
backpointer mismatch on [3944047804416 16384]
owner ref check failed [3944047804416 16384]
ref mismatch on [3944060583936 16384] extent item 0, found 1
tree backref 3944060583936 root 256 not found in extent tree
backpointer mismatch on [3944060583936 16384]
owner ref check failed [3944060583936 16384]
ref mismatch on [3944092729344 16384] extent item 0, found 1
tree backref 3944092729344 root 256 not found in extent tree
backpointer mismatch on [3944092729344 16384]
owner ref check failed [3944092729344 16384]
ref mismatch on [3944093040640 16384] extent item 0, found 1
tree backref 3944093040640 root 256 not found in extent tree
backpointer mismatch on [3944093040640 16384]
owner ref check failed [3944093040640 16384]
ref mismatch on [3944093253632 16384] extent item 0, found 1
tree backref 3944093253632 root 256 not found in extent tree
backpointer mismatch on [3944093253632 16384]
owner ref check failed [3944093253632 16384]
ref mismatch on [3944093515776 16384] extent item 0, found 1
tree backref 3944093515776 root 256 not found in extent tree
backpointer mismatch on [3944093515776 16384]
owner ref check failed [3944093515776 16384]
ref mismatch on [3944094941184 16384] extent item 0, found 1
tree backref 3944094941184 root 256 not found in extent tree
backpointer mismatch on [3944094941184 16384]
owner ref check failed [3944094941184 16384]
ref mismatch on [3944096251904 16384] extent item 0, found 1
tree backref 3944096251904 root 256 not found in extent tree
backpointer mismatch on [3944096251904 16384]
owner ref check failed [3944096251904 16384]
ref mismatch on [3944120713216 16384] extent item 0, found 1
tree backref 3944120713216 root 256 not found in extent tree
backpointer mismatch on [3944120713216 16384]
owner ref check failed [3944120713216 16384]
ref mismatch on [3944129871872 16384] extent item 0, found 1
tree backref 3944129871872 root 256 not found in extent tree
backpointer mismatch on [3944129871872 16384]
owner ref check failed [3944129871872 16384]
ref mismatch on [3944135884800 16384] extent item 0, found 1
tree backref 3944135884800 root 256 not found in extent tree
backpointer mismatch on [3944135884800 16384]
owner ref check failed [3944135884800 16384]
ref mismatch on [3944141094912 16384] extent item 0, found 1
tree backref 3944141094912 root 256 not found in extent tree
backpointer mismatch on [3944141094912 16384]
owner ref check failed [3944141094912 16384]
ref mismatch on [3944145715200 16384] extent item 0, found 1
tree backref 3944145715200 root 256 not found in extent tree
backpointer mismatch on [3944145715200 16384]
owner ref check failed [3944145715200 16384]
ref mismatch on [3944194375680 16384] extent item 0, found 1
tree backref 3944194375680 root 256 not found in extent tree
backpointer mismatch on [3944194375680 16384]
owner ref check failed [3944194375680 16384]
ref mismatch on [3944200470528 16384] extent item 0, found 1
tree backref 3944200470528 root 256 not found in extent tree
backpointer mismatch on [3944200470528 16384]
owner ref check failed [3944200470528 16384]
ref mismatch on [3944256323584 16384] extent item 0, found 1
tree backref 3944256323584 root 256 not found in extent tree
backpointer mismatch on [3944256323584 16384]
owner ref check failed [3944256323584 16384]
ref mismatch on [3944312487936 16384] extent item 0, found 1
tree backref 3944312487936 root 256 not found in extent tree
backpointer mismatch on [3944312487936 16384]
owner ref check failed [3944312487936 16384]
ref mismatch on [3944315633664 16384] extent item 0, found 1
tree backref 3944315633664 root 256 not found in extent tree
backpointer mismatch on [3944315633664 16384]
owner ref check failed [3944315633664 16384]
ref mismatch on [3944323448832 16384] extent item 0, found 1
tree backref 3944323448832 root 256 not found in extent tree
backpointer mismatch on [3944323448832 16384]
owner ref check failed [3944323448832 16384]
ref mismatch on [3944347238400 16384] extent item 0, found 1
tree backref 3944347238400 root 256 not found in extent tree
backpointer mismatch on [3944347238400 16384]
owner ref check failed [3944347238400 16384]
ref mismatch on [3944368226304 16384] extent item 0, found 1
tree backref 3944368226304 root 256 not found in extent tree
backpointer mismatch on [3944368226304 16384]
owner ref check failed [3944368226304 16384]
ref mismatch on [3944375894016 16384] extent item 0, found 1
tree backref 3944375894016 root 256 not found in extent tree
backpointer mismatch on [3944375894016 16384]
owner ref check failed [3944375894016 16384]
ref mismatch on [3944377204736 16384] extent item 1, found 2
tree backref 3944377204736 parent 5039519645696 not found in extent tree
backpointer mismatch on [3944377204736 16384]
ref mismatch on [3944381743104 16384] extent item 0, found 1
tree backref 3944381743104 root 256 not found in extent tree
backpointer mismatch on [3944381743104 16384]
owner ref check failed [3944381743104 16384]
ref mismatch on [3944382103552 16384] extent item 0, found 1
tree backref 3944382103552 root 256 not found in extent tree
backpointer mismatch on [3944382103552 16384]
owner ref check failed [3944382103552 16384]
ref mismatch on [3944382496768 16384] extent item 0, found 1
tree backref 3944382496768 root 256 not found in extent tree
backpointer mismatch on [3944382496768 16384]
owner ref check failed [3944382496768 16384]
ref mismatch on [3944383365120 16384] extent item 0, found 1
tree backref 3944383365120 root 256 not found in extent tree
backpointer mismatch on [3944383365120 16384]
owner ref check failed [3944383365120 16384]
ref mismatch on [3944387182592 16384] extent item 0, found 1
tree backref 3944387182592 root 256 not found in extent tree
backpointer mismatch on [3944387182592 16384]
owner ref check failed [3944387182592 16384]
ref mismatch on [3944387395584 16384] extent item 0, found 1
tree backref 3944387395584 root 256 not found in extent tree
backpointer mismatch on [3944387395584 16384]
owner ref check failed [3944387395584 16384]
ref mismatch on [3944387756032 16384] extent item 0, found 1
tree backref 3944387756032 root 256 not found in extent tree
backpointer mismatch on [3944387756032 16384]
owner ref check failed [3944387756032 16384]
ref mismatch on [3944391278592 16384] extent item 1, found 2
tree backref 3944391278592 parent 5039519645696 not found in extent tree
backpointer mismatch on [3944391278592 16384]
ref mismatch on [3944406269952 16384] extent item 0, found 1
tree backref 3944406269952 root 256 not found in extent tree
backpointer mismatch on [3944406269952 16384]
owner ref check failed [3944406269952 16384]
ref mismatch on [3944407072768 16384] extent item 0, found 1
tree backref 3944407072768 root 256 not found in extent tree
backpointer mismatch on [3944407072768 16384]
owner ref check failed [3944407072768 16384]
ref mismatch on [3944407121920 16384] extent item 0, found 1
tree backref 3944407121920 root 256 not found in extent tree
backpointer mismatch on [3944407121920 16384]
owner ref check failed [3944407121920 16384]
ref mismatch on [3944407203840 16384] extent item 0, found 1
tree backref 3944407203840 root 256 not found in extent tree
backpointer mismatch on [3944407203840 16384]
owner ref check failed [3944407203840 16384]
ref mismatch on [3944407711744 16384] extent item 0, found 1
tree backref 3944407711744 root 256 not found in extent tree
backpointer mismatch on [3944407711744 16384]
owner ref check failed [3944407711744 16384]
ref mismatch on [3944408088576 16384] extent item 0, found 1
tree backref 3944408088576 root 256 not found in extent tree
backpointer mismatch on [3944408088576 16384]
owner ref check failed [3944408088576 16384]
ref mismatch on [3944408793088 16384] extent item 0, found 1
tree backref 3944408793088 root 256 not found in extent tree
backpointer mismatch on [3944408793088 16384]
owner ref check failed [3944408793088 16384]
ref mismatch on [3944409038848 16384] extent item 0, found 1
tree backref 3944409038848 root 256 not found in extent tree
backpointer mismatch on [3944409038848 16384]
owner ref check failed [3944409038848 16384]
ref mismatch on [3944409088000 16384] extent item 0, found 1
tree backref 3944409088000 root 256 not found in extent tree
backpointer mismatch on [3944409088000 16384]
owner ref check failed [3944409088000 16384]
ref mismatch on [3944410710016 16384] extent item 0, found 1
tree backref 3944410710016 root 256 not found in extent tree
backpointer mismatch on [3944410710016 16384]
owner ref check failed [3944410710016 16384]
ref mismatch on [3944410890240 16384] extent item 0, found 1
tree backref 3944410890240 root 256 not found in extent tree
backpointer mismatch on [3944410890240 16384]
owner ref check failed [3944410890240 16384]
ref mismatch on [3944411398144 16384] extent item 0, found 1
tree backref 3944411398144 root 256 not found in extent tree
backpointer mismatch on [3944411398144 16384]
owner ref check failed [3944411398144 16384]
ref mismatch on [3944411742208 16384] extent item 0, found 1
tree backref 3944411742208 root 256 not found in extent tree
backpointer mismatch on [3944411742208 16384]
owner ref check failed [3944411742208 16384]
ref mismatch on [3944413347840 16384] extent item 0, found 1
tree backref 3944413347840 root 256 not found in extent tree
backpointer mismatch on [3944413347840 16384]
owner ref check failed [3944413347840 16384]
ref mismatch on [3944413822976 16384] extent item 0, found 1
tree backref 3944413822976 root 256 not found in extent tree
backpointer mismatch on [3944413822976 16384]
owner ref check failed [3944413822976 16384]
ref mismatch on [3944413888512 16384] extent item 0, found 1
tree backref 3944413888512 root 256 not found in extent tree
backpointer mismatch on [3944413888512 16384]
owner ref check failed [3944413888512 16384]
ref mismatch on [3944414281728 16384] extent item 0, found 1
tree backref 3944414281728 root 256 not found in extent tree
backpointer mismatch on [3944414281728 16384]
owner ref check failed [3944414281728 16384]
ref mismatch on [3944414330880 16384] extent item 0, found 1
tree backref 3944414330880 root 256 not found in extent tree
backpointer mismatch on [3944414330880 16384]
owner ref check failed [3944414330880 16384]
ref mismatch on [3944414527488 16384] extent item 0, found 1
tree backref 3944414527488 root 256 not found in extent tree
backpointer mismatch on [3944414527488 16384]
owner ref check failed [3944414527488 16384]
ref mismatch on [3944414756864 16384] extent item 0, found 1
tree backref 3944414756864 root 256 not found in extent tree
backpointer mismatch on [3944414756864 16384]
owner ref check failed [3944414756864 16384]
ref mismatch on [3944415608832 16384] extent item 0, found 1
tree backref 3944415608832 root 256 not found in extent tree
backpointer mismatch on [3944415608832 16384]
owner ref check failed [3944415608832 16384]
ref mismatch on [3944415723520 16384] extent item 0, found 1
tree backref 3944415723520 root 256 not found in extent tree
backpointer mismatch on [3944415723520 16384]
owner ref check failed [3944415723520 16384]
ref mismatch on [3944415854592 16384] extent item 0, found 1
tree backref 3944415854592 root 256 not found in extent tree
backpointer mismatch on [3944415854592 16384]
owner ref check failed [3944415854592 16384]
ref mismatch on [3944415985664 16384] extent item 0, found 1
tree backref 3944415985664 root 256 not found in extent tree
backpointer mismatch on [3944415985664 16384]
owner ref check failed [3944415985664 16384]
ref mismatch on [3944416772096 16384] extent item 0, found 1
tree backref 3944416772096 root 256 not found in extent tree
backpointer mismatch on [3944416772096 16384]
owner ref check failed [3944416772096 16384]
ref mismatch on [3944417837056 16384] extent item 0, found 1
tree backref 3944417837056 root 256 not found in extent tree
backpointer mismatch on [3944417837056 16384]
owner ref check failed [3944417837056 16384]
ref mismatch on [3944418148352 16384] extent item 0, found 1
tree backref 3944418148352 root 256 not found in extent tree
backpointer mismatch on [3944418148352 16384]
owner ref check failed [3944418148352 16384]
ref mismatch on [3944418492416 16384] extent item 0, found 1
tree backref 3944418492416 root 256 not found in extent tree
backpointer mismatch on [3944418492416 16384]
owner ref check failed [3944418492416 16384]
ref mismatch on [3944418525184 16384] extent item 0, found 1
tree backref 3944418525184 root 256 not found in extent tree
backpointer mismatch on [3944418525184 16384]
owner ref check failed [3944418525184 16384]
ref mismatch on [3944469053440 16384] extent item 0, found 1
tree backref 3944469053440 root 256 not found in extent tree
backpointer mismatch on [3944469053440 16384]
owner ref check failed [3944469053440 16384]
ref mismatch on [3944475394048 16384] extent item 0, found 1
tree backref 3944475394048 root 256 not found in extent tree
backpointer mismatch on [3944475394048 16384]
owner ref check failed [3944475394048 16384]
ref mismatch on [3944476016640 16384] extent item 0, found 1
tree backref 3944476016640 root 256 not found in extent tree
backpointer mismatch on [3944476016640 16384]
owner ref check failed [3944476016640 16384]
ref mismatch on [3944515862528 16384] extent item 1, found 2
tree backref 3944515862528 parent 5039519645696 not found in extent tree
backpointer mismatch on [3944515862528 16384]
ref mismatch on [3944516714496 16384] extent item 0, found 1
tree backref 3944516714496 root 256 not found in extent tree
backpointer mismatch on [3944516714496 16384]
owner ref check failed [3944516714496 16384]
ref mismatch on [3944527724544 16384] extent item 0, found 1
tree backref 3944527724544 root 256 not found in extent tree
backpointer mismatch on [3944527724544 16384]
owner ref check failed [3944527724544 16384]
ref mismatch on [3944592277504 16384] extent item 0, found 1
tree backref 3944592277504 root 256 not found in extent tree
backpointer mismatch on [3944592277504 16384]
owner ref check failed [3944592277504 16384]
ref mismatch on [3944594079744 16384] extent item 1, found 2
tree backref 3944594079744 parent 5039519645696 not found in extent tree
backpointer mismatch on [3944594079744 16384]
ref mismatch on [3944659222528 16384] extent item 0, found 1
tree backref 3944659222528 root 256 not found in extent tree
backpointer mismatch on [3944659222528 16384]
owner ref check failed [3944659222528 16384]
ref mismatch on [3944662204416 16384] extent item 0, found 1
tree backref 3944662204416 root 256 not found in extent tree
backpointer mismatch on [3944662204416 16384]
owner ref check failed [3944662204416 16384]
ref mismatch on [3944676458496 16384] extent item 0, found 1
tree backref 3944676458496 root 256 not found in extent tree
backpointer mismatch on [3944676458496 16384]
owner ref check failed [3944676458496 16384]
ref mismatch on [3944695906304 16384] extent item 0, found 1
tree backref 3944695906304 root 256 not found in extent tree
backpointer mismatch on [3944695906304 16384]
owner ref check failed [3944695906304 16384]
ref mismatch on [3944701673472 16384] extent item 1, found 2
tree backref 3944701673472 parent 5039519645696 not found in extent tree
backpointer mismatch on [3944701673472 16384]
ref mismatch on [3944712781824 16384] extent item 0, found 1
tree backref 3944712781824 root 256 not found in extent tree
backpointer mismatch on [3944712781824 16384]
owner ref check failed [3944712781824 16384]
ref mismatch on [3944722595840 16384] extent item 0, found 1
tree backref 3944722595840 root 256 not found in extent tree
backpointer mismatch on [3944722595840 16384]
owner ref check failed [3944722595840 16384]
ref mismatch on [3944755429376 16384] extent item 0, found 1
tree backref 3944755429376 root 256 not found in extent tree
backpointer mismatch on [3944755429376 16384]
owner ref check failed [3944755429376 16384]
ref mismatch on [3944755462144 16384] extent item 0, found 1
tree backref 3944755462144 root 256 not found in extent tree
backpointer mismatch on [3944755462144 16384]
owner ref check failed [3944755462144 16384]
ref mismatch on [3944767045632 16384] extent item 0, found 1
tree backref 3944767045632 root 256 not found in extent tree
backpointer mismatch on [3944767045632 16384]
owner ref check failed [3944767045632 16384]
ref mismatch on [3944771534848 16384] extent item 0, found 1
tree backref 3944771534848 root 256 not found in extent tree
backpointer mismatch on [3944771534848 16384]
owner ref check failed [3944771534848 16384]
ref mismatch on [3944830828544 16384] extent item 0, found 1
tree backref 3944830828544 root 256 not found in extent tree
backpointer mismatch on [3944830828544 16384]
owner ref check failed [3944830828544 16384]
ref mismatch on [3944836792320 16384] extent item 0, found 1
tree backref 3944836792320 root 256 not found in extent tree
backpointer mismatch on [3944836792320 16384]
owner ref check failed [3944836792320 16384]
ref mismatch on [3944845344768 16384] extent item 0, found 1
tree backref 3944845344768 root 256 not found in extent tree
backpointer mismatch on [3944845344768 16384]
owner ref check failed [3944845344768 16384]
ref mismatch on [3944847261696 16384] extent item 0, found 1
tree backref 3944847261696 root 256 not found in extent tree
backpointer mismatch on [3944847261696 16384]
owner ref check failed [3944847261696 16384]
ref mismatch on [3944847556608 16384] extent item 0, found 1
tree backref 3944847556608 root 256 not found in extent tree
backpointer mismatch on [3944847556608 16384]
owner ref check failed [3944847556608 16384]
ref mismatch on [3944856567808 16384] extent item 0, found 1
tree backref 3944856567808 root 256 not found in extent tree
backpointer mismatch on [3944856567808 16384]
owner ref check failed [3944856567808 16384]
ref mismatch on [3944858271744 16384] extent item 0, found 1
tree backref 3944858271744 root 256 not found in extent tree
backpointer mismatch on [3944858271744 16384]
owner ref check failed [3944858271744 16384]
ref mismatch on [3944860418048 16384] extent item 0, found 1
tree backref 3944860418048 root 256 not found in extent tree
backpointer mismatch on [3944860418048 16384]
owner ref check failed [3944860418048 16384]
ref mismatch on [3944862007296 16384] extent item 0, found 1
tree backref 3944862007296 root 256 not found in extent tree
backpointer mismatch on [3944862007296 16384]
owner ref check failed [3944862007296 16384]
ref mismatch on [3944866103296 16384] extent item 0, found 1
tree backref 3944866103296 root 256 not found in extent tree
backpointer mismatch on [3944866103296 16384]
owner ref check failed [3944866103296 16384]
ref mismatch on [3944867987456 16384] extent item 0, found 1
tree backref 3944867987456 root 256 not found in extent tree
backpointer mismatch on [3944867987456 16384]
owner ref check failed [3944867987456 16384]
ref mismatch on [3944868003840 16384] extent item 0, found 1
tree backref 3944868003840 root 256 not found in extent tree
backpointer mismatch on [3944868003840 16384]
owner ref check failed [3944868003840 16384]
ref mismatch on [3944874721280 16384] extent item 0, found 1
tree backref 3944874721280 root 256 not found in extent tree
backpointer mismatch on [3944874721280 16384]
owner ref check failed [3944874721280 16384]
ref mismatch on [3944877965312 16384] extent item 0, found 1
tree backref 3944877965312 root 256 not found in extent tree
backpointer mismatch on [3944877965312 16384]
owner ref check failed [3944877965312 16384]
ref mismatch on [3944878112768 16384] extent item 0, found 1
tree backref 3944878112768 root 256 not found in extent tree
backpointer mismatch on [3944878112768 16384]
owner ref check failed [3944878112768 16384]
ref mismatch on [3944878637056 16384] extent item 0, found 1
tree backref 3944878637056 root 256 not found in extent tree
backpointer mismatch on [3944878637056 16384]
owner ref check failed [3944878637056 16384]
ref mismatch on [3944878784512 16384] extent item 0, found 1
tree backref 3944878784512 root 256 not found in extent tree
backpointer mismatch on [3944878784512 16384]
owner ref check failed [3944878784512 16384]
ref mismatch on [3944879161344 16384] extent item 0, found 1
tree backref 3944879161344 root 256 not found in extent tree
backpointer mismatch on [3944879161344 16384]
owner ref check failed [3944879161344 16384]
ref mismatch on [3944881078272 16384] extent item 0, found 1
tree backref 3944881078272 root 256 not found in extent tree
backpointer mismatch on [3944881078272 16384]
owner ref check failed [3944881078272 16384]
ref mismatch on [3944881864704 16384] extent item 0, found 1
tree backref 3944881864704 root 256 not found in extent tree
backpointer mismatch on [3944881864704 16384]
owner ref check failed [3944881864704 16384]
ref mismatch on [3944884813824 16384] extent item 0, found 1
tree backref 3944884813824 root 256 not found in extent tree
backpointer mismatch on [3944884813824 16384]
owner ref check failed [3944884813824 16384]
ref mismatch on [3944885633024 16384] extent item 0, found 1
tree backref 3944885633024 root 256 not found in extent tree
backpointer mismatch on [3944885633024 16384]
owner ref check failed [3944885633024 16384]
ref mismatch on [3944886681600 16384] extent item 0, found 1
tree backref 3944886681600 root 256 not found in extent tree
backpointer mismatch on [3944886681600 16384]
owner ref check failed [3944886681600 16384]
ref mismatch on [3944887091200 16384] extent item 0, found 1
tree backref 3944887091200 root 256 not found in extent tree
backpointer mismatch on [3944887091200 16384]
owner ref check failed [3944887091200 16384]
ref mismatch on [3944888844288 16384] extent item 0, found 1
tree backref 3944888844288 root 256 not found in extent tree
backpointer mismatch on [3944888844288 16384]
owner ref check failed [3944888844288 16384]
ref mismatch on [3944889581568 16384] extent item 0, found 1
tree backref 3944889581568 root 256 not found in extent tree
backpointer mismatch on [3944889581568 16384]
owner ref check failed [3944889581568 16384]
ref mismatch on [3944889729024 16384] extent item 0, found 1
tree backref 3944889729024 root 256 not found in extent tree
backpointer mismatch on [3944889729024 16384]
owner ref check failed [3944889729024 16384]
ref mismatch on [3944891269120 16384] extent item 0, found 1
tree backref 3944891269120 root 256 not found in extent tree
backpointer mismatch on [3944891269120 16384]
owner ref check failed [3944891269120 16384]
ref mismatch on [3944893890560 16384] extent item 0, found 1
tree backref 3944893890560 root 256 not found in extent tree
backpointer mismatch on [3944893890560 16384]
owner ref check failed [3944893890560 16384]
ref mismatch on [3944896004096 16384] extent item 0, found 1
tree backref 3944896004096 root 256 not found in extent tree
backpointer mismatch on [3944896004096 16384]
owner ref check failed [3944896004096 16384]
ref mismatch on [3944897216512 16384] extent item 0, found 1
tree backref 3944897216512 root 256 not found in extent tree
backpointer mismatch on [3944897216512 16384]
owner ref check failed [3944897216512 16384]
ref mismatch on [3944915402752 16384] extent item 0, found 1
tree backref 3944915402752 root 256 not found in extent tree
backpointer mismatch on [3944915402752 16384]
owner ref check failed [3944915402752 16384]
ref mismatch on [3944935456768 16384] extent item 0, found 1
tree backref 3944935456768 root 256 not found in extent tree
backpointer mismatch on [3944935456768 16384]
owner ref check failed [3944935456768 16384]
ref mismatch on [3944936701952 16384] extent item 0, found 1
tree backref 3944936701952 root 256 not found in extent tree
backpointer mismatch on [3944936701952 16384]
owner ref check failed [3944936701952 16384]
ref mismatch on [3944937357312 16384] extent item 0, found 1
tree backref 3944937357312 root 256 not found in extent tree
backpointer mismatch on [3944937357312 16384]
owner ref check failed [3944937357312 16384]
ref mismatch on [3944937406464 16384] extent item 0, found 1
tree backref 3944937406464 root 256 not found in extent tree
backpointer mismatch on [3944937406464 16384]
owner ref check failed [3944937406464 16384]
ref mismatch on [3944944287744 16384] extent item 0, found 1
tree backref 3944944287744 root 256 not found in extent tree
backpointer mismatch on [3944944287744 16384]
owner ref check failed [3944944287744 16384]
ref mismatch on [3944944304128 16384] extent item 0, found 1
tree backref 3944944304128 root 256 not found in extent tree
backpointer mismatch on [3944944304128 16384]
owner ref check failed [3944944304128 16384]
ref mismatch on [3944962850816 16384] extent item 0, found 1
tree backref 3944962850816 root 256 not found in extent tree
backpointer mismatch on [3944962850816 16384]
owner ref check failed [3944962850816 16384]
ref mismatch on [3949304250368 16384] extent item 0, found 1
tree backref 3949304250368 root 256 not found in extent tree
backpointer mismatch on [3949304250368 16384]
owner ref check failed [3949304250368 16384]
ref mismatch on [3949307658240 16384] extent item 0, found 1
tree backref 3949307658240 root 256 not found in extent tree
backpointer mismatch on [3949307658240 16384]
owner ref check failed [3949307658240 16384]
ref mismatch on [3949330350080 16384] extent item 0, found 1
tree backref 3949330350080 root 256 not found in extent tree
backpointer mismatch on [3949330350080 16384]
owner ref check failed [3949330350080 16384]
ref mismatch on [3949343178752 16384] extent item 0, found 1
tree backref 3949343178752 root 256 not found in extent tree
backpointer mismatch on [3949343178752 16384]
owner ref check failed [3949343178752 16384]
ref mismatch on [3949362003968 16384] extent item 0, found 1
tree backref 3949362003968 root 256 not found in extent tree
backpointer mismatch on [3949362003968 16384]
owner ref check failed [3949362003968 16384]
ref mismatch on [3949413335040 16384] extent item 0, found 1
tree backref 3949413335040 root 256 not found in extent tree
backpointer mismatch on [3949413335040 16384]
owner ref check failed [3949413335040 16384]
ref mismatch on [3949414793216 16384] extent item 0, found 1
tree backref 3949414793216 root 256 not found in extent tree
backpointer mismatch on [3949414793216 16384]
owner ref check failed [3949414793216 16384]
ref mismatch on [3949422149632 16384] extent item 0, found 1
tree backref 3949422149632 root 256 not found in extent tree
backpointer mismatch on [3949422149632 16384]
owner ref check failed [3949422149632 16384]
ref mismatch on [3949650853888 16384] extent item 0, found 1
tree backref 3949650853888 root 256 not found in extent tree
backpointer mismatch on [3949650853888 16384]
owner ref check failed [3949650853888 16384]
ref mismatch on [3949708296192 16384] extent item 0, found 1
tree backref 3949708296192 root 256 not found in extent tree
backpointer mismatch on [3949708296192 16384]
owner ref check failed [3949708296192 16384]
ref mismatch on [3949811974144 16384] extent item 1, found 2
tree backref 3949811974144 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949811974144 16384]
ref mismatch on [3949812056064 16384] extent item 1, found 2
tree backref 3949812056064 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949812056064 16384]
ref mismatch on [3949812252672 16384] extent item 1, found 2
tree backref 3949812252672 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949812252672 16384]
ref mismatch on [3949812301824 16384] extent item 1, found 2
tree backref 3949812301824 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949812301824 16384]
ref mismatch on [3949812776960 16384] extent item 1, found 2
tree backref 3949812776960 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949812776960 16384]
ref mismatch on [3949812908032 16384] extent item 1, found 2
tree backref 3949812908032 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949812908032 16384]
ref mismatch on [3949812989952 16384] extent item 1, found 2
tree backref 3949812989952 parent 5039519645696 not found in extent tree
backpointer mismatch on [3949812989952 16384]
ref mismatch on [3949882589184 16384] extent item 0, found 1
tree backref 3949882589184 root 256 not found in extent tree
backpointer mismatch on [3949882589184 16384]
owner ref check failed [3949882589184 16384]
ref mismatch on [3949900955648 16384] extent item 0, found 1
tree backref 3949900955648 root 256 not found in extent tree
backpointer mismatch on [3949900955648 16384]
owner ref check failed [3949900955648 16384]
ref mismatch on [3949921878016 16384] extent item 0, found 1
tree backref 3949921878016 root 256 not found in extent tree
backpointer mismatch on [3949921878016 16384]
owner ref check failed [3949921878016 16384]
ref mismatch on [3949921943552 16384] extent item 0, found 1
tree backref 3949921943552 root 256 not found in extent tree
backpointer mismatch on [3949921943552 16384]
owner ref check failed [3949921943552 16384]
ref mismatch on [3949925040128 16384] extent item 0, found 1
tree backref 3949925040128 root 256 not found in extent tree
backpointer mismatch on [3949925040128 16384]
owner ref check failed [3949925040128 16384]
ref mismatch on [3949925171200 16384] extent item 0, found 1
tree backref 3949925171200 root 256 not found in extent tree
backpointer mismatch on [3949925171200 16384]
owner ref check failed [3949925171200 16384]
ref mismatch on [3949960609792 16384] extent item 0, found 1
tree backref 3949960609792 root 256 not found in extent tree
backpointer mismatch on [3949960609792 16384]
owner ref check failed [3949960609792 16384]
ref mismatch on [3949986496512 16384] extent item 0, found 1
tree backref 3949986496512 root 256 not found in extent tree
backpointer mismatch on [3949986496512 16384]
owner ref check failed [3949986496512 16384]
ref mismatch on [3949986512896 16384] extent item 0, found 1
tree backref 3949986512896 root 256 not found in extent tree
backpointer mismatch on [3949986512896 16384]
owner ref check failed [3949986512896 16384]
ref mismatch on [3949986529280 16384] extent item 0, found 1
tree backref 3949986529280 root 256 not found in extent tree
backpointer mismatch on [3949986529280 16384]
owner ref check failed [3949986529280 16384]
ref mismatch on [3949986594816 16384] extent item 0, found 1
tree backref 3949986594816 root 256 not found in extent tree
backpointer mismatch on [3949986594816 16384]
owner ref check failed [3949986594816 16384]
ref mismatch on [3950029373440 16384] extent item 0, found 1
tree backref 3950029373440 root 256 not found in extent tree
backpointer mismatch on [3950029373440 16384]
owner ref check failed [3950029373440 16384]
ref mismatch on [3950068531200 16384] extent item 0, found 1
tree backref 3950068531200 root 256 not found in extent tree
backpointer mismatch on [3950068531200 16384]
owner ref check failed [3950068531200 16384]
ref mismatch on [3950068563968 16384] extent item 0, found 1
tree backref 3950068563968 root 256 not found in extent tree
backpointer mismatch on [3950068563968 16384]
owner ref check failed [3950068563968 16384]
ref mismatch on [3950068596736 16384] extent item 0, found 1
tree backref 3950068596736 root 256 not found in extent tree
backpointer mismatch on [3950068596736 16384]
owner ref check failed [3950068596736 16384]
ref mismatch on [3950068629504 16384] extent item 0, found 1
tree backref 3950068629504 root 256 not found in extent tree
backpointer mismatch on [3950068629504 16384]
owner ref check failed [3950068629504 16384]
ref mismatch on [3950077018112 16384] extent item 0, found 1
tree backref 3950077018112 root 256 not found in extent tree
backpointer mismatch on [3950077018112 16384]
owner ref check failed [3950077018112 16384]
ref mismatch on [3950082883584 16384] extent item 0, found 1
tree backref 3950082883584 root 256 not found in extent tree
backpointer mismatch on [3950082883584 16384]
owner ref check failed [3950082883584 16384]
ref mismatch on [3950125547520 16384] extent item 0, found 1
tree backref 3950125547520 root 256 not found in extent tree
backpointer mismatch on [3950125547520 16384]
owner ref check failed [3950125547520 16384]
ref mismatch on [3950160265216 16384] extent item 0, found 1
tree backref 3950160265216 root 256 not found in extent tree
backpointer mismatch on [3950160265216 16384]
owner ref check failed [3950160265216 16384]
ref mismatch on [3950167539712 16384] extent item 0, found 1
tree backref 3950167539712 root 256 not found in extent tree
backpointer mismatch on [3950167539712 16384]
owner ref check failed [3950167539712 16384]
ref mismatch on [3950168031232 16384] extent item 0, found 1
tree backref 3950168031232 root 256 not found in extent tree
backpointer mismatch on [3950168031232 16384]
owner ref check failed [3950168031232 16384]
ref mismatch on [3950221950976 16384] extent item 0, found 1
tree backref 3950221950976 root 256 not found in extent tree
backpointer mismatch on [3950221950976 16384]
owner ref check failed [3950221950976 16384]
ref mismatch on [3950226014208 16384] extent item 0, found 1
tree backref 3950226014208 root 256 not found in extent tree
backpointer mismatch on [3950226014208 16384]
owner ref check failed [3950226014208 16384]
ref mismatch on [3950238433280 16384] extent item 0, found 1
tree backref 3950238433280 root 256 not found in extent tree
backpointer mismatch on [3950238433280 16384]
owner ref check failed [3950238433280 16384]
ref mismatch on [3950238515200 16384] extent item 0, found 1
tree backref 3950238515200 root 256 not found in extent tree
backpointer mismatch on [3950238515200 16384]
owner ref check failed [3950238515200 16384]
ref mismatch on [3950240907264 16384] extent item 0, found 1
tree backref 3950240907264 root 256 not found in extent tree
backpointer mismatch on [3950240907264 16384]
owner ref check failed [3950240907264 16384]
ref mismatch on [3950242480128 16384] extent item 0, found 1
tree backref 3950242480128 root 256 not found in extent tree
backpointer mismatch on [3950242480128 16384]
owner ref check failed [3950242480128 16384]
ref mismatch on [3950251491328 16384] extent item 1, found 2
tree backref 3950251491328 parent 5039519645696 not found in extent tree
backpointer mismatch on [3950251491328 16384]
ref mismatch on [3950251737088 16384] extent item 1, found 2
tree backref 3950251737088 parent 5039519645696 not found in extent tree
backpointer mismatch on [3950251737088 16384]
ref mismatch on [3950252834816 16384] extent item 1, found 2
tree backref 3950252834816 parent 5039519645696 not found in extent tree
backpointer mismatch on [3950252834816 16384]
ref mismatch on [3950253391872 16384] extent item 1, found 2
tree backref 3950253391872 parent 5039519645696 not found in extent tree
backpointer mismatch on [3950253391872 16384]
ref mismatch on [3950257635328 16384] extent item 0, found 1
tree backref 3950257635328 root 256 not found in extent tree
backpointer mismatch on [3950257635328 16384]
owner ref check failed [3950257635328 16384]
ref mismatch on [3950288814080 16384] extent item 0, found 1
tree backref 3950288814080 root 256 not found in extent tree
backpointer mismatch on [3950288814080 16384]
owner ref check failed [3950288814080 16384]
ref mismatch on [3950297235456 16384] extent item 1, found 2
tree backref 3950297235456 parent 5039519645696 not found in extent tree
backpointer mismatch on [3950297235456 16384]
ref mismatch on [3950314553344 16384] extent item 0, found 1
tree backref 3950314553344 root 256 not found in extent tree
backpointer mismatch on [3950314553344 16384]
owner ref check failed [3950314553344 16384]
ref mismatch on [3950326726656 16384] extent item 0, found 1
tree backref 3950326726656 root 256 not found in extent tree
backpointer mismatch on [3950326726656 16384]
owner ref check failed [3950326726656 16384]
ref mismatch on [3950328938496 16384] extent item 0, found 1
tree backref 3950328938496 root 256 not found in extent tree
backpointer mismatch on [3950328938496 16384]
owner ref check failed [3950328938496 16384]
ref mismatch on [4843694194688 16384] extent item 0, found 1
tree backref 4843694194688 root 256 not found in extent tree
backpointer mismatch on [4843694194688 16384]
owner ref check failed [4843694194688 16384]
ref mismatch on [4843775197184 16384] extent item 0, found 1
tree backref 4843775197184 root 256 not found in extent tree
backpointer mismatch on [4843775197184 16384]
owner ref check failed [4843775197184 16384]
ref mismatch on [4843777097728 16384] extent item 0, found 1
tree backref 4843777097728 root 256 not found in extent tree
backpointer mismatch on [4843777097728 16384]
owner ref check failed [4843777097728 16384]
ref mismatch on [4843777359872 16384] extent item 0, found 1
tree backref 4843777359872 root 256 not found in extent tree
backpointer mismatch on [4843777359872 16384]
owner ref check failed [4843777359872 16384]
ref mismatch on [4843825430528 16384] extent item 0, found 1
tree backref 4843825430528 root 256 not found in extent tree
backpointer mismatch on [4843825430528 16384]
owner ref check failed [4843825430528 16384]
ref mismatch on [4843854364672 16384] extent item 0, found 1
tree backref 4843854364672 root 256 not found in extent tree
backpointer mismatch on [4843854364672 16384]
owner ref check failed [4843854364672 16384]
ref mismatch on [4843955044352 16384] extent item 0, found 1
tree backref 4843955044352 root 256 not found in extent tree
backpointer mismatch on [4843955044352 16384]
owner ref check failed [4843955044352 16384]
ref mismatch on [4843998658560 16384] extent item 0, found 1
tree backref 4843998658560 root 256 not found in extent tree
backpointer mismatch on [4843998658560 16384]
owner ref check failed [4843998658560 16384]
ref mismatch on [4843999969280 16384] extent item 0, found 1
tree backref 4843999969280 root 256 not found in extent tree
backpointer mismatch on [4843999969280 16384]
owner ref check failed [4843999969280 16384]
ref mismatch on [4844001067008 16384] extent item 0, found 1
tree backref 4844001067008 root 256 not found in extent tree
backpointer mismatch on [4844001067008 16384]
owner ref check failed [4844001067008 16384]
ref mismatch on [4844001509376 16384] extent item 0, found 1
tree backref 4844001509376 root 256 not found in extent tree
backpointer mismatch on [4844001509376 16384]
owner ref check failed [4844001509376 16384]
ref mismatch on [4844153028608 16384] extent item 0, found 1
tree backref 4844153028608 root 256 not found in extent tree
backpointer mismatch on [4844153028608 16384]
owner ref check failed [4844153028608 16384]
ref mismatch on [4844172197888 16384] extent item 0, found 1
tree backref 4844172197888 root 256 not found in extent tree
backpointer mismatch on [4844172197888 16384]
owner ref check failed [4844172197888 16384]
ref mismatch on [4844192759808 16384] extent item 0, found 1
tree backref 4844192759808 root 256 not found in extent tree
backpointer mismatch on [4844192759808 16384]
owner ref check failed [4844192759808 16384]
ref mismatch on [4844254806016 16384] extent item 0, found 1
tree backref 4844254806016 root 256 not found in extent tree
backpointer mismatch on [4844254806016 16384]
owner ref check failed [4844254806016 16384]
ref mismatch on [4844304154624 16384] extent item 0, found 1
tree backref 4844304154624 root 256 not found in extent tree
backpointer mismatch on [4844304154624 16384]
owner ref check failed [4844304154624 16384]
ref mismatch on [4844326141952 16384] extent item 0, found 1
tree backref 4844326141952 root 256 not found in extent tree
backpointer mismatch on [4844326141952 16384]
owner ref check failed [4844326141952 16384]
ref mismatch on [4844424314880 16384] extent item 0, found 1
tree backref 4844424314880 root 256 not found in extent tree
backpointer mismatch on [4844424314880 16384]
owner ref check failed [4844424314880 16384]
ref mismatch on [4844424331264 16384] extent item 0, found 1
tree backref 4844424331264 root 256 not found in extent tree
backpointer mismatch on [4844424331264 16384]
owner ref check failed [4844424331264 16384]
ref mismatch on [4844428181504 16384] extent item 0, found 1
tree backref 4844428181504 root 256 not found in extent tree
backpointer mismatch on [4844428181504 16384]
owner ref check failed [4844428181504 16384]
ref mismatch on [4844435243008 16384] extent item 0, found 1
tree backref 4844435243008 root 256 not found in extent tree
backpointer mismatch on [4844435243008 16384]
owner ref check failed [4844435243008 16384]
ref mismatch on [4844451545088 16384] extent item 0, found 1
tree backref 4844451545088 root 256 not found in extent tree
backpointer mismatch on [4844451545088 16384]
owner ref check failed [4844451545088 16384]
ref mismatch on [4844468109312 16384] extent item 0, found 1
tree backref 4844468109312 root 256 not found in extent tree
backpointer mismatch on [4844468109312 16384]
owner ref check failed [4844468109312 16384]
ref mismatch on [4844473597952 16384] extent item 0, found 1
tree backref 4844473597952 root 256 not found in extent tree
backpointer mismatch on [4844473597952 16384]
owner ref check failed [4844473597952 16384]
ref mismatch on [4844481773568 16384] extent item 0, found 1
tree backref 4844481773568 root 256 not found in extent tree
backpointer mismatch on [4844481773568 16384]
owner ref check failed [4844481773568 16384]
ref mismatch on [4844500385792 16384] extent item 1, found 2
tree backref 4844500385792 parent 5039519645696 not found in extent tree
backpointer mismatch on [4844500385792 16384]
ref mismatch on [4844503777280 16384] extent item 0, found 1
tree backref 4844503777280 root 256 not found in extent tree
backpointer mismatch on [4844503777280 16384]
owner ref check failed [4844503777280 16384]
ref mismatch on [4844589416448 16384] extent item 0, found 1
tree backref 4844589416448 root 256 not found in extent tree
backpointer mismatch on [4844589416448 16384]
owner ref check failed [4844589416448 16384]
ref mismatch on [4844600934400 16384] extent item 0, found 1
tree backref 4844600934400 root 256 not found in extent tree
backpointer mismatch on [4844600934400 16384]
owner ref check failed [4844600934400 16384]
ref mismatch on [4844603146240 16384] extent item 0, found 1
tree backref 4844603146240 root 256 not found in extent tree
backpointer mismatch on [4844603146240 16384]
owner ref check failed [4844603146240 16384]
ref mismatch on [4844603162624 16384] extent item 0, found 1
tree backref 4844603162624 root 256 not found in extent tree
backpointer mismatch on [4844603162624 16384]
owner ref check failed [4844603162624 16384]
ref mismatch on [4844645695488 16384] extent item 0, found 1
tree backref 4844645695488 root 256 not found in extent tree
backpointer mismatch on [4844645695488 16384]
owner ref check failed [4844645695488 16384]
ref mismatch on [4844646203392 16384] extent item 0, found 1
tree backref 4844646203392 root 256 not found in extent tree
backpointer mismatch on [4844646203392 16384]
owner ref check failed [4844646203392 16384]
ref mismatch on [4844656132096 16384] extent item 0, found 1
tree backref 4844656132096 root 256 not found in extent tree
backpointer mismatch on [4844656132096 16384]
owner ref check failed [4844656132096 16384]
ref mismatch on [4844710002688 16384] extent item 0, found 1
tree backref 4844710002688 root 256 not found in extent tree
backpointer mismatch on [4844710002688 16384]
owner ref check failed [4844710002688 16384]
ref mismatch on [4844723519488 16384] extent item 0, found 1
tree backref 4844723519488 root 256 not found in extent tree
backpointer mismatch on [4844723519488 16384]
owner ref check failed [4844723519488 16384]
ref mismatch on [4956450586624 16384] extent item 0, found 1
tree backref 4956450586624 root 256 not found in extent tree
backpointer mismatch on [4956450586624 16384]
owner ref check failed [4956450586624 16384]
ref mismatch on [4956484812800 16384] extent item 0, found 1
tree backref 4956484812800 root 256 not found in extent tree
backpointer mismatch on [4956484812800 16384]
owner ref check failed [4956484812800 16384]
ref mismatch on [4956485222400 16384] extent item 0, found 1
tree backref 4956485222400 root 256 not found in extent tree
backpointer mismatch on [4956485222400 16384]
owner ref check failed [4956485222400 16384]
ref mismatch on [4956499574784 16384] extent item 0, found 1
tree backref 4956499574784 root 256 not found in extent tree
backpointer mismatch on [4956499574784 16384]
owner ref check failed [4956499574784 16384]
ref mismatch on [4956501721088 16384] extent item 0, found 1
tree backref 4956501721088 root 256 not found in extent tree
backpointer mismatch on [4956501721088 16384]
owner ref check failed [4956501721088 16384]
ref mismatch on [4956521840640 16384] extent item 0, found 1
tree backref 4956521840640 root 256 not found in extent tree
backpointer mismatch on [4956521840640 16384]
owner ref check failed [4956521840640 16384]
ref mismatch on [4956534292480 16384] extent item 0, found 1
tree backref 4956534292480 root 256 not found in extent tree
backpointer mismatch on [4956534292480 16384]
owner ref check failed [4956534292480 16384]
ref mismatch on [4956548644864 16384] extent item 0, found 1
tree backref 4956548644864 root 256 not found in extent tree
backpointer mismatch on [4956548644864 16384]
owner ref check failed [4956548644864 16384]
ref mismatch on [4956578889728 16384] extent item 0, found 1
tree backref 4956578889728 root 256 not found in extent tree
backpointer mismatch on [4956578889728 16384]
owner ref check failed [4956578889728 16384]
ref mismatch on [4956606545920 16384] extent item 0, found 1
tree backref 4956606545920 root 256 not found in extent tree
backpointer mismatch on [4956606545920 16384]
owner ref check failed [4956606545920 16384]
ref mismatch on [4956626108416 16384] extent item 0, found 1
tree backref 4956626108416 root 256 not found in extent tree
backpointer mismatch on [4956626108416 16384]
owner ref check failed [4956626108416 16384]
ref mismatch on [4956626141184 16384] extent item 0, found 1
tree backref 4956626141184 root 256 not found in extent tree
backpointer mismatch on [4956626141184 16384]
owner ref check failed [4956626141184 16384]
ref mismatch on [4956648996864 16384] extent item 0, found 1
tree backref 4956648996864 root 256 not found in extent tree
backpointer mismatch on [4956648996864 16384]
owner ref check failed [4956648996864 16384]
ref mismatch on [4956657778688 16384] extent item 0, found 1
tree backref 4956657778688 root 256 not found in extent tree
backpointer mismatch on [4956657778688 16384]
owner ref check failed [4956657778688 16384]
ref mismatch on [4956672016384 16384] extent item 0, found 1
tree backref 4956672016384 root 256 not found in extent tree
backpointer mismatch on [4956672016384 16384]
owner ref check failed [4956672016384 16384]
ref mismatch on [4956680257536 16384] extent item 0, found 1
tree backref 4956680257536 root 256 not found in extent tree
backpointer mismatch on [4956680257536 16384]
owner ref check failed [4956680257536 16384]
ref mismatch on [4956682485760 16384] extent item 0, found 1
tree backref 4956682485760 root 256 not found in extent tree
backpointer mismatch on [4956682485760 16384]
owner ref check failed [4956682485760 16384]
ref mismatch on [4956692021248 16384] extent item 0, found 1
tree backref 4956692021248 root 256 not found in extent tree
backpointer mismatch on [4956692021248 16384]
owner ref check failed [4956692021248 16384]
ref mismatch on [4956693757952 16384] extent item 0, found 1
tree backref 4956693757952 root 256 not found in extent tree
backpointer mismatch on [4956693757952 16384]
owner ref check failed [4956693757952 16384]
ref mismatch on [4956693774336 16384] extent item 0, found 1
tree backref 4956693774336 root 256 not found in extent tree
backpointer mismatch on [4956693774336 16384]
owner ref check failed [4956693774336 16384]
ref mismatch on [4956693823488 16384] extent item 0, found 1
tree backref 4956693823488 root 256 not found in extent tree
backpointer mismatch on [4956693823488 16384]
owner ref check failed [4956693823488 16384]
ref mismatch on [4956693872640 16384] extent item 0, found 1
tree backref 4956693872640 root 256 not found in extent tree
backpointer mismatch on [4956693872640 16384]
owner ref check failed [4956693872640 16384]
ref mismatch on [4956693954560 16384] extent item 0, found 1
tree backref 4956693954560 root 256 not found in extent tree
backpointer mismatch on [4956693954560 16384]
owner ref check failed [4956693954560 16384]
ref mismatch on [4956694003712 16384] extent item 0, found 1
tree backref 4956694003712 root 256 not found in extent tree
backpointer mismatch on [4956694003712 16384]
owner ref check failed [4956694003712 16384]
ref mismatch on [4956694102016 16384] extent item 0, found 1
tree backref 4956694102016 root 256 not found in extent tree
backpointer mismatch on [4956694102016 16384]
owner ref check failed [4956694102016 16384]
ref mismatch on [4956694151168 16384] extent item 0, found 1
tree backref 4956694151168 root 256 not found in extent tree
backpointer mismatch on [4956694151168 16384]
owner ref check failed [4956694151168 16384]
ref mismatch on [4956694200320 16384] extent item 0, found 1
tree backref 4956694200320 root 256 not found in extent tree
backpointer mismatch on [4956694200320 16384]
owner ref check failed [4956694200320 16384]
ref mismatch on [4956694462464 16384] extent item 0, found 1
tree backref 4956694462464 root 256 not found in extent tree
backpointer mismatch on [4956694462464 16384]
owner ref check failed [4956694462464 16384]
ref mismatch on [4956694544384 16384] extent item 0, found 1
tree backref 4956694544384 root 256 not found in extent tree
backpointer mismatch on [4956694544384 16384]
owner ref check failed [4956694544384 16384]
ref mismatch on [4956695199744 16384] extent item 0, found 1
tree backref 4956695199744 root 256 not found in extent tree
backpointer mismatch on [4956695199744 16384]
owner ref check failed [4956695199744 16384]
ref mismatch on [4956695511040 16384] extent item 0, found 1
tree backref 4956695511040 root 256 not found in extent tree
backpointer mismatch on [4956695511040 16384]
owner ref check failed [4956695511040 16384]
ref mismatch on [4956695527424 16384] extent item 0, found 1
tree backref 4956695527424 root 256 not found in extent tree
backpointer mismatch on [4956695527424 16384]
owner ref check failed [4956695527424 16384]
ref mismatch on [4956695707648 16384] extent item 0, found 1
tree backref 4956695707648 root 256 not found in extent tree
backpointer mismatch on [4956695707648 16384]
owner ref check failed [4956695707648 16384]
ref mismatch on [4956695855104 16384] extent item 0, found 1
tree backref 4956695855104 root 256 not found in extent tree
backpointer mismatch on [4956695855104 16384]
owner ref check failed [4956695855104 16384]
ref mismatch on [4956695920640 16384] extent item 0, found 1
tree backref 4956695920640 root 256 not found in extent tree
backpointer mismatch on [4956695920640 16384]
owner ref check failed [4956695920640 16384]
ref mismatch on [4956695953408 16384] extent item 0, found 1
tree backref 4956695953408 root 256 not found in extent tree
backpointer mismatch on [4956695953408 16384]
owner ref check failed [4956695953408 16384]
ref mismatch on [4956696428544 16384] extent item 0, found 1
tree backref 4956696428544 root 256 not found in extent tree
backpointer mismatch on [4956696428544 16384]
owner ref check failed [4956696428544 16384]
ref mismatch on [4956696444928 16384] extent item 0, found 1
tree backref 4956696444928 root 256 not found in extent tree
backpointer mismatch on [4956696444928 16384]
owner ref check failed [4956696444928 16384]
ref mismatch on [4956696510464 16384] extent item 0, found 1
tree backref 4956696510464 root 256 not found in extent tree
backpointer mismatch on [4956696510464 16384]
owner ref check failed [4956696510464 16384]
ref mismatch on [4956696543232 16384] extent item 0, found 1
tree backref 4956696543232 root 256 not found in extent tree
backpointer mismatch on [4956696543232 16384]
owner ref check failed [4956696543232 16384]
ref mismatch on [4956696608768 16384] extent item 0, found 1
tree backref 4956696608768 root 256 not found in extent tree
backpointer mismatch on [4956696608768 16384]
owner ref check failed [4956696608768 16384]
ref mismatch on [4956696657920 16384] extent item 0, found 1
tree backref 4956696657920 root 256 not found in extent tree
backpointer mismatch on [4956696657920 16384]
owner ref check failed [4956696657920 16384]
ref mismatch on [4956696690688 16384] extent item 0, found 1
tree backref 4956696690688 root 256 not found in extent tree
backpointer mismatch on [4956696690688 16384]
owner ref check failed [4956696690688 16384]
ref mismatch on [4956696788992 16384] extent item 0, found 1
tree backref 4956696788992 root 256 not found in extent tree
backpointer mismatch on [4956696788992 16384]
owner ref check failed [4956696788992 16384]
ref mismatch on [4956696936448 16384] extent item 0, found 1
tree backref 4956696936448 root 256 not found in extent tree
backpointer mismatch on [4956696936448 16384]
owner ref check failed [4956696936448 16384]
ref mismatch on [4956696952832 16384] extent item 0, found 1
tree backref 4956696952832 root 256 not found in extent tree
backpointer mismatch on [4956696952832 16384]
owner ref check failed [4956696952832 16384]
ref mismatch on [4956697198592 16384] extent item 0, found 1
tree backref 4956697198592 root 256 not found in extent tree
backpointer mismatch on [4956697198592 16384]
owner ref check failed [4956697198592 16384]
ref mismatch on [4956697411584 16384] extent item 0, found 1
tree backref 4956697411584 root 256 not found in extent tree
backpointer mismatch on [4956697411584 16384]
owner ref check failed [4956697411584 16384]
ref mismatch on [4956697657344 16384] extent item 0, found 1
tree backref 4956697657344 root 256 not found in extent tree
backpointer mismatch on [4956697657344 16384]
owner ref check failed [4956697657344 16384]
ref mismatch on [4956697690112 16384] extent item 0, found 1
tree backref 4956697690112 root 256 not found in extent tree
backpointer mismatch on [4956697690112 16384]
owner ref check failed [4956697690112 16384]
ref mismatch on [4956697755648 16384] extent item 0, found 1
tree backref 4956697755648 root 256 not found in extent tree
backpointer mismatch on [4956697755648 16384]
owner ref check failed [4956697755648 16384]
ref mismatch on [4956697837568 16384] extent item 0, found 1
tree backref 4956697837568 root 256 not found in extent tree
backpointer mismatch on [4956697837568 16384]
owner ref check failed [4956697837568 16384]
ref mismatch on [4956697903104 16384] extent item 0, found 1
tree backref 4956697903104 root 256 not found in extent tree
backpointer mismatch on [4956697903104 16384]
owner ref check failed [4956697903104 16384]
ref mismatch on [4956698017792 16384] extent item 0, found 1
tree backref 4956698017792 root 256 not found in extent tree
backpointer mismatch on [4956698017792 16384]
owner ref check failed [4956698017792 16384]
ref mismatch on [4956698247168 16384] extent item 0, found 1
tree backref 4956698247168 root 256 not found in extent tree
backpointer mismatch on [4956698247168 16384]
owner ref check failed [4956698247168 16384]
ref mismatch on [4956698460160 16384] extent item 0, found 1
tree backref 4956698460160 root 256 not found in extent tree
backpointer mismatch on [4956698460160 16384]
owner ref check failed [4956698460160 16384]
ref mismatch on [4956698476544 16384] extent item 0, found 1
tree backref 4956698476544 root 256 not found in extent tree
backpointer mismatch on [4956698476544 16384]
owner ref check failed [4956698476544 16384]
ref mismatch on [4956698607616 16384] extent item 0, found 1
tree backref 4956698607616 root 256 not found in extent tree
backpointer mismatch on [4956698607616 16384]
owner ref check failed [4956698607616 16384]
ref mismatch on [4956698755072 16384] extent item 0, found 1
tree backref 4956698755072 root 256 not found in extent tree
backpointer mismatch on [4956698755072 16384]
owner ref check failed [4956698755072 16384]
ref mismatch on [4956698935296 16384] extent item 0, found 1
tree backref 4956698935296 root 256 not found in extent tree
backpointer mismatch on [4956698935296 16384]
owner ref check failed [4956698935296 16384]
ref mismatch on [4956699017216 16384] extent item 0, found 1
tree backref 4956699017216 root 256 not found in extent tree
backpointer mismatch on [4956699017216 16384]
owner ref check failed [4956699017216 16384]
ref mismatch on [4956699181056 16384] extent item 0, found 1
tree backref 4956699181056 root 256 not found in extent tree
backpointer mismatch on [4956699181056 16384]
owner ref check failed [4956699181056 16384]
ref mismatch on [4956699279360 16384] extent item 0, found 1
tree backref 4956699279360 root 256 not found in extent tree
backpointer mismatch on [4956699279360 16384]
owner ref check failed [4956699279360 16384]
ref mismatch on [4956699328512 16384] extent item 0, found 1
tree backref 4956699328512 root 256 not found in extent tree
backpointer mismatch on [4956699328512 16384]
owner ref check failed [4956699328512 16384]
ref mismatch on [4956699475968 16384] extent item 0, found 1
tree backref 4956699475968 root 256 not found in extent tree
backpointer mismatch on [4956699475968 16384]
owner ref check failed [4956699475968 16384]
ref mismatch on [4956699639808 16384] extent item 0, found 1
tree backref 4956699639808 root 256 not found in extent tree
backpointer mismatch on [4956699639808 16384]
owner ref check failed [4956699639808 16384]
ref mismatch on [4956700196864 16384] extent item 0, found 1
tree backref 4956700196864 root 256 not found in extent tree
backpointer mismatch on [4956700196864 16384]
owner ref check failed [4956700196864 16384]
ref mismatch on [4956709584896 16384] extent item 0, found 1
tree backref 4956709584896 root 256 not found in extent tree
backpointer mismatch on [4956709584896 16384]
owner ref check failed [4956709584896 16384]
ref mismatch on [4956709683200 16384] extent item 0, found 1
tree backref 4956709683200 root 256 not found in extent tree
backpointer mismatch on [4956709683200 16384]
owner ref check failed [4956709683200 16384]
ref mismatch on [4956709928960 16384] extent item 0, found 1
tree backref 4956709928960 root 256 not found in extent tree
backpointer mismatch on [4956709928960 16384]
owner ref check failed [4956709928960 16384]
ref mismatch on [4956710027264 16384] extent item 0, found 1
tree backref 4956710027264 root 256 not found in extent tree
backpointer mismatch on [4956710027264 16384]
owner ref check failed [4956710027264 16384]
ref mismatch on [4956710404096 16384] extent item 0, found 1
tree backref 4956710404096 root 256 not found in extent tree
backpointer mismatch on [4956710404096 16384]
owner ref check failed [4956710404096 16384]
ref mismatch on [4956710518784 16384] extent item 0, found 1
tree backref 4956710518784 root 256 not found in extent tree
backpointer mismatch on [4956710518784 16384]
owner ref check failed [4956710518784 16384]
ref mismatch on [4956710813696 16384] extent item 0, found 1
tree backref 4956710813696 root 256 not found in extent tree
backpointer mismatch on [4956710813696 16384]
owner ref check failed [4956710813696 16384]
ref mismatch on [4956712615936 16384] extent item 0, found 1
tree backref 4956712615936 root 256 not found in extent tree
backpointer mismatch on [4956712615936 16384]
owner ref check failed [4956712615936 16384]
ref mismatch on [4956712697856 16384] extent item 0, found 1
tree backref 4956712697856 root 256 not found in extent tree
backpointer mismatch on [4956712697856 16384]
owner ref check failed [4956712697856 16384]
ref mismatch on [4956712730624 16384] extent item 0, found 1
tree backref 4956712730624 root 256 not found in extent tree
backpointer mismatch on [4956712730624 16384]
owner ref check failed [4956712730624 16384]
ref mismatch on [4956716564480 16384] extent item 0, found 1
tree backref 4956716564480 root 256 not found in extent tree
backpointer mismatch on [4956716564480 16384]
owner ref check failed [4956716564480 16384]
ref mismatch on [4956718350336 16384] extent item 0, found 1
tree backref 4956718350336 root 256 not found in extent tree
backpointer mismatch on [4956718350336 16384]
owner ref check failed [4956718350336 16384]
ref mismatch on [4956718563328 16384] extent item 0, found 1
tree backref 4956718563328 root 256 not found in extent tree
backpointer mismatch on [4956718563328 16384]
owner ref check failed [4956718563328 16384]
ref mismatch on [4956728688640 16384] extent item 0, found 1
tree backref 4956728688640 root 256 not found in extent tree
backpointer mismatch on [4956728688640 16384]
owner ref check failed [4956728688640 16384]
ref mismatch on [4956728967168 16384] extent item 0, found 1
tree backref 4956728967168 root 256 not found in extent tree
backpointer mismatch on [4956728967168 16384]
owner ref check failed [4956728967168 16384]
ref mismatch on [4956730933248 16384] extent item 0, found 1
tree backref 4956730933248 root 256 not found in extent tree
backpointer mismatch on [4956730933248 16384]
owner ref check failed [4956730933248 16384]
ref mismatch on [4956769763328 16384] extent item 0, found 1
tree backref 4956769763328 root 256 not found in extent tree
backpointer mismatch on [4956769763328 16384]
owner ref check failed [4956769763328 16384]
ref mismatch on [4956769861632 16384] extent item 0, found 1
tree backref 4956769861632 root 256 not found in extent tree
backpointer mismatch on [4956769861632 16384]
owner ref check failed [4956769861632 16384]
ref mismatch on [4956770123776 16384] extent item 0, found 1
tree backref 4956770123776 root 256 not found in extent tree
backpointer mismatch on [4956770123776 16384]
owner ref check failed [4956770123776 16384]
ref mismatch on [4956770140160 16384] extent item 0, found 1
tree backref 4956770140160 root 256 not found in extent tree
backpointer mismatch on [4956770140160 16384]
owner ref check failed [4956770140160 16384]
ref mismatch on [4956771139584 16384] extent item 0, found 1
tree backref 4956771139584 root 256 not found in extent tree
backpointer mismatch on [4956771139584 16384]
owner ref check failed [4956771139584 16384]
ref mismatch on [4956771532800 16384] extent item 0, found 1
tree backref 4956771532800 root 256 not found in extent tree
backpointer mismatch on [4956771532800 16384]
owner ref check failed [4956771532800 16384]
ref mismatch on [4956775677952 16384] extent item 0, found 1
tree backref 4956775677952 root 256 not found in extent tree
backpointer mismatch on [4956775677952 16384]
owner ref check failed [4956775677952 16384]
ref mismatch on [4956790865920 16384] extent item 0, found 1
tree backref 4956790865920 root 256 not found in extent tree
backpointer mismatch on [4956790865920 16384]
owner ref check failed [4956790865920 16384]
ref mismatch on [4956793962496 16384] extent item 0, found 1
tree backref 4956793962496 root 256 not found in extent tree
backpointer mismatch on [4956793962496 16384]
owner ref check failed [4956793962496 16384]
ref mismatch on [4956794273792 16384] extent item 0, found 1
tree backref 4956794273792 root 256 not found in extent tree
backpointer mismatch on [4956794273792 16384]
owner ref check failed [4956794273792 16384]
ref mismatch on [4956794290176 16384] extent item 0, found 1
tree backref 4956794290176 root 256 not found in extent tree
backpointer mismatch on [4956794290176 16384]
owner ref check failed [4956794290176 16384]
ref mismatch on [4956794585088 16384] extent item 0, found 1
tree backref 4956794585088 root 256 not found in extent tree
backpointer mismatch on [4956794585088 16384]
owner ref check failed [4956794585088 16384]
ref mismatch on [4956795535360 16384] extent item 0, found 1
tree backref 4956795535360 root 256 not found in extent tree
backpointer mismatch on [4956795535360 16384]
owner ref check failed [4956795535360 16384]
ref mismatch on [4956795600896 16384] extent item 0, found 1
tree backref 4956795600896 root 256 not found in extent tree
backpointer mismatch on [4956795600896 16384]
owner ref check failed [4956795600896 16384]
ref mismatch on [4956797075456 16384] extent item 0, found 1
tree backref 4956797075456 root 256 not found in extent tree
backpointer mismatch on [4956797075456 16384]
owner ref check failed [4956797075456 16384]
ref mismatch on [4956797108224 16384] extent item 0, found 1
tree backref 4956797108224 root 256 not found in extent tree
backpointer mismatch on [4956797108224 16384]
owner ref check failed [4956797108224 16384]
ref mismatch on [4956797124608 16384] extent item 0, found 1
tree backref 4956797124608 root 256 not found in extent tree
backpointer mismatch on [4956797124608 16384]
owner ref check failed [4956797124608 16384]
ref mismatch on [4956797173760 16384] extent item 0, found 1
tree backref 4956797173760 root 256 not found in extent tree
backpointer mismatch on [4956797173760 16384]
owner ref check failed [4956797173760 16384]
ref mismatch on [4956797353984 16384] extent item 0, found 1
tree backref 4956797353984 root 256 not found in extent tree
backpointer mismatch on [4956797353984 16384]
owner ref check failed [4956797353984 16384]
ref mismatch on [4956797517824 16384] extent item 0, found 1
tree backref 4956797517824 root 256 not found in extent tree
backpointer mismatch on [4956797517824 16384]
owner ref check failed [4956797517824 16384]
ref mismatch on [4956797583360 16384] extent item 0, found 1
tree backref 4956797583360 root 256 not found in extent tree
backpointer mismatch on [4956797583360 16384]
owner ref check failed [4956797583360 16384]
ref mismatch on [4956797616128 16384] extent item 0, found 1
tree backref 4956797616128 root 256 not found in extent tree
backpointer mismatch on [4956797616128 16384]
owner ref check failed [4956797616128 16384]
ref mismatch on [4956797763584 16384] extent item 0, found 1
tree backref 4956797763584 root 256 not found in extent tree
backpointer mismatch on [4956797763584 16384]
owner ref check failed [4956797763584 16384]
ref mismatch on [4956797779968 16384] extent item 0, found 1
tree backref 4956797779968 root 256 not found in extent tree
backpointer mismatch on [4956797779968 16384]
owner ref check failed [4956797779968 16384]
ref mismatch on [4956798337024 16384] extent item 0, found 1
tree backref 4956798337024 root 256 not found in extent tree
backpointer mismatch on [4956798337024 16384]
owner ref check failed [4956798337024 16384]
ref mismatch on [4956798517248 16384] extent item 0, found 1
tree backref 4956798517248 root 256 not found in extent tree
backpointer mismatch on [4956798517248 16384]
owner ref check failed [4956798517248 16384]
ref mismatch on [4956798599168 16384] extent item 0, found 1
tree backref 4956798599168 root 256 not found in extent tree
backpointer mismatch on [4956798599168 16384]
owner ref check failed [4956798599168 16384]
ref mismatch on [4956799139840 16384] extent item 0, found 1
tree backref 4956799139840 root 256 not found in extent tree
backpointer mismatch on [4956799139840 16384]
owner ref check failed [4956799139840 16384]
ref mismatch on [4956799221760 16384] extent item 0, found 1
tree backref 4956799221760 root 256 not found in extent tree
backpointer mismatch on [4956799221760 16384]
owner ref check failed [4956799221760 16384]
ref mismatch on [4956799418368 16384] extent item 0, found 1
tree backref 4956799418368 root 256 not found in extent tree
backpointer mismatch on [4956799418368 16384]
owner ref check failed [4956799418368 16384]
ref mismatch on [4956799746048 16384] extent item 0, found 1
tree backref 4956799746048 root 256 not found in extent tree
backpointer mismatch on [4956799746048 16384]
owner ref check failed [4956799746048 16384]
ref mismatch on [4956799877120 16384] extent item 0, found 1
tree backref 4956799877120 root 256 not found in extent tree
backpointer mismatch on [4956799877120 16384]
owner ref check failed [4956799877120 16384]
ref mismatch on [4956800565248 16384] extent item 0, found 1
tree backref 4956800565248 root 256 not found in extent tree
backpointer mismatch on [4956800565248 16384]
owner ref check failed [4956800565248 16384]
ref mismatch on [4956800630784 16384] extent item 0, found 1
tree backref 4956800630784 root 256 not found in extent tree
backpointer mismatch on [4956800630784 16384]
owner ref check failed [4956800630784 16384]
ref mismatch on [4956800778240 16384] extent item 0, found 1
tree backref 4956800778240 root 256 not found in extent tree
backpointer mismatch on [4956800778240 16384]
owner ref check failed [4956800778240 16384]
ref mismatch on [4956800827392 16384] extent item 0, found 1
tree backref 4956800827392 root 256 not found in extent tree
backpointer mismatch on [4956800827392 16384]
owner ref check failed [4956800827392 16384]
ref mismatch on [4956801335296 16384] extent item 0, found 1
tree backref 4956801335296 root 256 not found in extent tree
backpointer mismatch on [4956801335296 16384]
owner ref check failed [4956801335296 16384]
ref mismatch on [4956801564672 16384] extent item 0, found 1
tree backref 4956801564672 root 256 not found in extent tree
backpointer mismatch on [4956801564672 16384]
owner ref check failed [4956801564672 16384]
ref mismatch on [4956801712128 16384] extent item 0, found 1
tree backref 4956801712128 root 256 not found in extent tree
backpointer mismatch on [4956801712128 16384]
owner ref check failed [4956801712128 16384]
ref mismatch on [4956802023424 16384] extent item 0, found 1
tree backref 4956802023424 root 256 not found in extent tree
backpointer mismatch on [4956802023424 16384]
owner ref check failed [4956802023424 16384]
ref mismatch on [4956802170880 16384] extent item 0, found 1
tree backref 4956802170880 root 256 not found in extent tree
backpointer mismatch on [4956802170880 16384]
owner ref check failed [4956802170880 16384]
ref mismatch on [4956802187264 16384] extent item 0, found 1
tree backref 4956802187264 root 256 not found in extent tree
backpointer mismatch on [4956802187264 16384]
owner ref check failed [4956802187264 16384]
ref mismatch on [4956803055616 16384] extent item 0, found 1
tree backref 4956803055616 root 256 not found in extent tree
backpointer mismatch on [4956803055616 16384]
owner ref check failed [4956803055616 16384]
ref mismatch on [4956803481600 16384] extent item 0, found 1
tree backref 4956803481600 root 256 not found in extent tree
backpointer mismatch on [4956803481600 16384]
owner ref check failed [4956803481600 16384]
ref mismatch on [4956803629056 16384] extent item 0, found 1
tree backref 4956803629056 root 256 not found in extent tree
backpointer mismatch on [4956803629056 16384]
owner ref check failed [4956803629056 16384]
ref mismatch on [4956805431296 16384] extent item 0, found 1
tree backref 4956805431296 root 256 not found in extent tree
backpointer mismatch on [4956805431296 16384]
owner ref check failed [4956805431296 16384]
ref mismatch on [4956805464064 16384] extent item 0, found 1
tree backref 4956805464064 root 256 not found in extent tree
backpointer mismatch on [4956805464064 16384]
owner ref check failed [4956805464064 16384]
ref mismatch on [4956805595136 16384] extent item 0, found 1
tree backref 4956805595136 root 256 not found in extent tree
backpointer mismatch on [4956805595136 16384]
owner ref check failed [4956805595136 16384]
ref mismatch on [4956806135808 16384] extent item 0, found 1
tree backref 4956806135808 root 256 not found in extent tree
backpointer mismatch on [4956806135808 16384]
owner ref check failed [4956806135808 16384]
ref mismatch on [4956806365184 16384] extent item 0, found 1
tree backref 4956806365184 root 256 not found in extent tree
backpointer mismatch on [4956806365184 16384]
owner ref check failed [4956806365184 16384]
ref mismatch on [4956811771904 16384] extent item 0, found 1
tree backref 4956811771904 root 256 not found in extent tree
backpointer mismatch on [4956811771904 16384]
owner ref check failed [4956811771904 16384]
ref mismatch on [4956811919360 16384] extent item 0, found 1
tree backref 4956811919360 root 256 not found in extent tree
backpointer mismatch on [4956811919360 16384]
owner ref check failed [4956811919360 16384]
ref mismatch on [4956812247040 16384] extent item 0, found 1
tree backref 4956812247040 root 256 not found in extent tree
backpointer mismatch on [4956812247040 16384]
owner ref check failed [4956812247040 16384]
ref mismatch on [4956812263424 16384] extent item 0, found 1
tree backref 4956812263424 root 256 not found in extent tree
backpointer mismatch on [4956812263424 16384]
owner ref check failed [4956812263424 16384]
ref mismatch on [4956814147584 16384] extent item 0, found 1
tree backref 4956814147584 root 256 not found in extent tree
backpointer mismatch on [4956814147584 16384]
owner ref check failed [4956814147584 16384]
ref mismatch on [4956814196736 16384] extent item 0, found 1
tree backref 4956814196736 root 256 not found in extent tree
backpointer mismatch on [4956814196736 16384]
owner ref check failed [4956814196736 16384]
ref mismatch on [4956814327808 16384] extent item 0, found 1
tree backref 4956814327808 root 256 not found in extent tree
backpointer mismatch on [4956814327808 16384]
owner ref check failed [4956814327808 16384]
ref mismatch on [4956814589952 16384] extent item 0, found 1
tree backref 4956814589952 root 256 not found in extent tree
backpointer mismatch on [4956814589952 16384]
owner ref check failed [4956814589952 16384]
ref mismatch on [4956814901248 16384] extent item 0, found 1
tree backref 4956814901248 root 256 not found in extent tree
backpointer mismatch on [4956814901248 16384]
owner ref check failed [4956814901248 16384]
ref mismatch on [4956814950400 16384] extent item 0, found 1
tree backref 4956814950400 root 256 not found in extent tree
backpointer mismatch on [4956814950400 16384]
owner ref check failed [4956814950400 16384]
ref mismatch on [4956815392768 16384] extent item 0, found 1
tree backref 4956815392768 root 256 not found in extent tree
backpointer mismatch on [4956815392768 16384]
owner ref check failed [4956815392768 16384]
ref mismatch on [4956815474688 16384] extent item 0, found 1
tree backref 4956815474688 root 256 not found in extent tree
backpointer mismatch on [4956815474688 16384]
owner ref check failed [4956815474688 16384]
ref mismatch on [4956815671296 16384] extent item 0, found 1
tree backref 4956815671296 root 256 not found in extent tree
backpointer mismatch on [4956815671296 16384]
owner ref check failed [4956815671296 16384]
ref mismatch on [4956816228352 16384] extent item 0, found 1
tree backref 4956816228352 root 256 not found in extent tree
backpointer mismatch on [4956816228352 16384]
owner ref check failed [4956816228352 16384]
ref mismatch on [4956816949248 16384] extent item 0, found 1
tree backref 4956816949248 root 256 not found in extent tree
backpointer mismatch on [4956816949248 16384]
owner ref check failed [4956816949248 16384]
ref mismatch on [4956824895488 16384] extent item 0, found 1
tree backref 4956824895488 root 256 not found in extent tree
backpointer mismatch on [4956824895488 16384]
owner ref check failed [4956824895488 16384]
ref mismatch on [4956825616384 16384] extent item 0, found 1
tree backref 4956825616384 root 256 not found in extent tree
backpointer mismatch on [4956825616384 16384]
owner ref check failed [4956825616384 16384]
ref mismatch on [4956825796608 16384] extent item 0, found 1
tree backref 4956825796608 root 256 not found in extent tree
backpointer mismatch on [4956825796608 16384]
owner ref check failed [4956825796608 16384]
ref mismatch on [4956825812992 16384] extent item 0, found 1
tree backref 4956825812992 root 256 not found in extent tree
backpointer mismatch on [4956825812992 16384]
owner ref check failed [4956825812992 16384]
ref mismatch on [4956826517504 16384] extent item 0, found 1
tree backref 4956826517504 root 256 not found in extent tree
backpointer mismatch on [4956826517504 16384]
owner ref check failed [4956826517504 16384]
ref mismatch on [4956826533888 16384] extent item 0, found 1
tree backref 4956826533888 root 256 not found in extent tree
backpointer mismatch on [4956826533888 16384]
owner ref check failed [4956826533888 16384]
ref mismatch on [4956827009024 16384] extent item 0, found 1
tree backref 4956827009024 root 256 not found in extent tree
backpointer mismatch on [4956827009024 16384]
owner ref check failed [4956827009024 16384]
ref mismatch on [4956827533312 16384] extent item 0, found 1
tree backref 4956827533312 root 256 not found in extent tree
backpointer mismatch on [4956827533312 16384]
owner ref check failed [4956827533312 16384]
ref mismatch on [4956828057600 16384] extent item 0, found 1
tree backref 4956828057600 root 256 not found in extent tree
backpointer mismatch on [4956828057600 16384]
owner ref check failed [4956828057600 16384]
ref mismatch on [4956843245568 16384] extent item 0, found 1
tree backref 4956843245568 root 256 not found in extent tree
backpointer mismatch on [4956843245568 16384]
owner ref check failed [4956843245568 16384]
ref mismatch on [4956844900352 16384] extent item 0, found 1
tree backref 4956844900352 root 256 not found in extent tree
backpointer mismatch on [4956844900352 16384]
owner ref check failed [4956844900352 16384]
ref mismatch on [4956859760640 16384] extent item 0, found 1
tree backref 4956859760640 root 256 not found in extent tree
backpointer mismatch on [4956859760640 16384]
owner ref check failed [4956859760640 16384]
ref mismatch on [4956862529536 16384] extent item 0, found 1
tree backref 4956862529536 root 256 not found in extent tree
backpointer mismatch on [4956862529536 16384]
owner ref check failed [4956862529536 16384]
ref mismatch on [4956863430656 16384] extent item 0, found 1
tree backref 4956863430656 root 256 not found in extent tree
backpointer mismatch on [4956863430656 16384]
owner ref check failed [4956863430656 16384]
ref mismatch on [4956863528960 16384] extent item 0, found 1
tree backref 4956863528960 root 256 not found in extent tree
backpointer mismatch on [4956863528960 16384]
owner ref check failed [4956863528960 16384]
ref mismatch on [4956925493248 16384] extent item 0, found 1
tree backref 4956925493248 root 256 not found in extent tree
backpointer mismatch on [4956925493248 16384]
owner ref check failed [4956925493248 16384]
ref mismatch on [4956927672320 16384] extent item 0, found 1
tree backref 4956927672320 root 256 not found in extent tree
backpointer mismatch on [4956927672320 16384]
owner ref check failed [4956927672320 16384]
ref mismatch on [4956927705088 16384] extent item 0, found 1
tree backref 4956927705088 root 256 not found in extent tree
backpointer mismatch on [4956927705088 16384]
owner ref check failed [4956927705088 16384]
ref mismatch on [4956928376832 16384] extent item 0, found 1
tree backref 4956928376832 root 256 not found in extent tree
backpointer mismatch on [4956928376832 16384]
owner ref check failed [4956928376832 16384]
ref mismatch on [4956928491520 16384] extent item 0, found 1
tree backref 4956928491520 root 256 not found in extent tree
backpointer mismatch on [4956928491520 16384]
owner ref check failed [4956928491520 16384]
ref mismatch on [4956932259840 16384] extent item 0, found 1
tree backref 4956932259840 root 256 not found in extent tree
backpointer mismatch on [4956932259840 16384]
owner ref check failed [4956932259840 16384]
ref mismatch on [4956932276224 16384] extent item 0, found 1
tree backref 4956932276224 root 256 not found in extent tree
backpointer mismatch on [4956932276224 16384]
owner ref check failed [4956932276224 16384]
ref mismatch on [4956932653056 16384] extent item 0, found 1
tree backref 4956932653056 root 256 not found in extent tree
backpointer mismatch on [4956932653056 16384]
owner ref check failed [4956932653056 16384]
ref mismatch on [4956934488064 16384] extent item 0, found 1
tree backref 4956934488064 root 256 not found in extent tree
backpointer mismatch on [4956934488064 16384]
owner ref check failed [4956934488064 16384]
ref mismatch on [4956936421376 16384] extent item 0, found 1
tree backref 4956936421376 root 256 not found in extent tree
backpointer mismatch on [4956936421376 16384]
owner ref check failed [4956936421376 16384]
ref mismatch on [4956936765440 16384] extent item 0, found 1
tree backref 4956936765440 root 256 not found in extent tree
backpointer mismatch on [4956936765440 16384]
owner ref check failed [4956936765440 16384]
ref mismatch on [4956938829824 16384] extent item 0, found 1
tree backref 4956938829824 root 256 not found in extent tree
backpointer mismatch on [4956938829824 16384]
owner ref check failed [4956938829824 16384]
ref mismatch on [4956940271616 16384] extent item 0, found 1
tree backref 4956940271616 root 256 not found in extent tree
backpointer mismatch on [4956940271616 16384]
owner ref check failed [4956940271616 16384]
ref mismatch on [4956940697600 16384] extent item 0, found 1
tree backref 4956940697600 root 256 not found in extent tree
backpointer mismatch on [4956940697600 16384]
owner ref check failed [4956940697600 16384]
ref mismatch on [4956941647872 16384] extent item 0, found 1
tree backref 4956941647872 root 256 not found in extent tree
backpointer mismatch on [4956941647872 16384]
owner ref check failed [4956941647872 16384]
ref mismatch on [4956942876672 16384] extent item 0, found 1
tree backref 4956942876672 root 256 not found in extent tree
backpointer mismatch on [4956942876672 16384]
owner ref check failed [4956942876672 16384]
ref mismatch on [4956943351808 16384] extent item 0, found 1
tree backref 4956943351808 root 256 not found in extent tree
backpointer mismatch on [4956943351808 16384]
owner ref check failed [4956943351808 16384]
ref mismatch on [4956943777792 16384] extent item 0, found 1
tree backref 4956943777792 root 256 not found in extent tree
backpointer mismatch on [4956943777792 16384]
owner ref check failed [4956943777792 16384]
ref mismatch on [4956945235968 16384] extent item 0, found 1
tree backref 4956945235968 root 256 not found in extent tree
backpointer mismatch on [4956945235968 16384]
owner ref check failed [4956945235968 16384]
ref mismatch on [4956945498112 16384] extent item 0, found 1
tree backref 4956945498112 root 256 not found in extent tree
backpointer mismatch on [4956945498112 16384]
owner ref check failed [4956945498112 16384]
ref mismatch on [4956946546688 16384] extent item 0, found 1
tree backref 4956946546688 root 256 not found in extent tree
backpointer mismatch on [4956946546688 16384]
owner ref check failed [4956946546688 16384]
ref mismatch on [4956946710528 16384] extent item 0, found 1
tree backref 4956946710528 root 256 not found in extent tree
backpointer mismatch on [4956946710528 16384]
owner ref check failed [4956946710528 16384]
ref mismatch on [4956946907136 16384] extent item 0, found 1
tree backref 4956946907136 root 256 not found in extent tree
backpointer mismatch on [4956946907136 16384]
owner ref check failed [4956946907136 16384]
ref mismatch on [4956947103744 16384] extent item 0, found 1
tree backref 4956947103744 root 256 not found in extent tree
backpointer mismatch on [4956947103744 16384]
owner ref check failed [4956947103744 16384]
ref mismatch on [4956947333120 16384] extent item 0, found 1
tree backref 4956947333120 root 256 not found in extent tree
backpointer mismatch on [4956947333120 16384]
owner ref check failed [4956947333120 16384]
ref mismatch on [4956947595264 16384] extent item 0, found 1
tree backref 4956947595264 root 256 not found in extent tree
backpointer mismatch on [4956947595264 16384]
owner ref check failed [4956947595264 16384]
ref mismatch on [4956952100864 16384] extent item 0, found 1
tree backref 4956952100864 root 256 not found in extent tree
backpointer mismatch on [4956952100864 16384]
owner ref check failed [4956952100864 16384]
ref mismatch on [4956952117248 16384] extent item 0, found 1
tree backref 4956952117248 root 256 not found in extent tree
backpointer mismatch on [4956952117248 16384]
owner ref check failed [4956952117248 16384]
ref mismatch on [4956952854528 16384] extent item 0, found 1
tree backref 4956952854528 root 256 not found in extent tree
backpointer mismatch on [4956952854528 16384]
owner ref check failed [4956952854528 16384]
ref mismatch on [4956952936448 16384] extent item 0, found 1
tree backref 4956952936448 root 256 not found in extent tree
backpointer mismatch on [4956952936448 16384]
owner ref check failed [4956952936448 16384]
ref mismatch on [4956953329664 16384] extent item 0, found 1
tree backref 4956953329664 root 256 not found in extent tree
backpointer mismatch on [4956953329664 16384]
owner ref check failed [4956953329664 16384]
ref mismatch on [4956953837568 16384] extent item 0, found 1
tree backref 4956953837568 root 256 not found in extent tree
backpointer mismatch on [4956953837568 16384]
owner ref check failed [4956953837568 16384]
ref mismatch on [4956954443776 16384] extent item 0, found 1
tree backref 4956954443776 root 256 not found in extent tree
backpointer mismatch on [4956954443776 16384]
owner ref check failed [4956954443776 16384]
ref mismatch on [4956957032448 16384] extent item 0, found 1
tree backref 4956957032448 root 256 not found in extent tree
backpointer mismatch on [4956957032448 16384]
owner ref check failed [4956957032448 16384]
ref mismatch on [4956957212672 16384] extent item 0, found 1
tree backref 4956957212672 root 256 not found in extent tree
backpointer mismatch on [4956957212672 16384]
owner ref check failed [4956957212672 16384]
ref mismatch on [4956957376512 16384] extent item 0, found 1
tree backref 4956957376512 root 256 not found in extent tree
backpointer mismatch on [4956957376512 16384]
owner ref check failed [4956957376512 16384]
ref mismatch on [4956958113792 16384] extent item 0, found 1
tree backref 4956958113792 root 256 not found in extent tree
backpointer mismatch on [4956958113792 16384]
owner ref check failed [4956958113792 16384]
ref mismatch on [4956958441472 16384] extent item 0, found 1
tree backref 4956958441472 root 256 not found in extent tree
backpointer mismatch on [4956958441472 16384]
owner ref check failed [4956958441472 16384]
ref mismatch on [4956958654464 16384] extent item 0, found 1
tree backref 4956958654464 root 256 not found in extent tree
backpointer mismatch on [4956958654464 16384]
owner ref check failed [4956958654464 16384]
ref mismatch on [4956963864576 16384] extent item 0, found 1
tree backref 4956963864576 root 256 not found in extent tree
backpointer mismatch on [4956963864576 16384]
owner ref check failed [4956963864576 16384]
ref mismatch on [4956966567936 16384] extent item 0, found 1
tree backref 4956966567936 root 256 not found in extent tree
backpointer mismatch on [4956966567936 16384]
owner ref check failed [4956966567936 16384]
ref mismatch on [4956966584320 16384] extent item 0, found 1
tree backref 4956966584320 root 256 not found in extent tree
backpointer mismatch on [4956966584320 16384]
owner ref check failed [4956966584320 16384]
ref mismatch on [4956966600704 16384] extent item 0, found 1
tree backref 4956966600704 root 256 not found in extent tree
backpointer mismatch on [4956966600704 16384]
owner ref check failed [4956966600704 16384]
ref mismatch on [4956966699008 16384] extent item 0, found 1
tree backref 4956966699008 root 256 not found in extent tree
backpointer mismatch on [4956966699008 16384]
owner ref check failed [4956966699008 16384]
ref mismatch on [4956967649280 16384] extent item 0, found 1
tree backref 4956967649280 root 256 not found in extent tree
backpointer mismatch on [4956967649280 16384]
owner ref check failed [4956967649280 16384]
ref mismatch on [4956968845312 16384] extent item 0, found 1
tree backref 4956968845312 root 256 not found in extent tree
backpointer mismatch on [4956968845312 16384]
owner ref check failed [4956968845312 16384]
ref mismatch on [4956968910848 16384] extent item 0, found 1
tree backref 4956968910848 root 256 not found in extent tree
backpointer mismatch on [4956968910848 16384]
owner ref check failed [4956968910848 16384]
ref mismatch on [4956968960000 16384] extent item 0, found 1
tree backref 4956968960000 root 256 not found in extent tree
backpointer mismatch on [4956968960000 16384]
owner ref check failed [4956968960000 16384]
ref mismatch on [4956969107456 16384] extent item 0, found 1
tree backref 4956969107456 root 256 not found in extent tree
backpointer mismatch on [4956969107456 16384]
owner ref check failed [4956969107456 16384]
ref mismatch on [4956978708480 16384] extent item 0, found 1
tree backref 4956978708480 root 256 not found in extent tree
backpointer mismatch on [4956978708480 16384]
owner ref check failed [4956978708480 16384]
ref mismatch on [4956979183616 16384] extent item 0, found 1
tree backref 4956979183616 root 256 not found in extent tree
backpointer mismatch on [4956979183616 16384]
owner ref check failed [4956979183616 16384]
ref mismatch on [4956983361536 16384] extent item 0, found 1
tree backref 4956983361536 root 256 not found in extent tree
backpointer mismatch on [4956983361536 16384]
owner ref check failed [4956983361536 16384]
ref mismatch on [4956984377344 16384] extent item 0, found 1
tree backref 4956984377344 root 256 not found in extent tree
backpointer mismatch on [4956984377344 16384]
owner ref check failed [4956984377344 16384]
ref mismatch on [4956984492032 16384] extent item 0, found 1
tree backref 4956984492032 root 256 not found in extent tree
backpointer mismatch on [4956984492032 16384]
owner ref check failed [4956984492032 16384]
ref mismatch on [4956984623104 16384] extent item 0, found 1
tree backref 4956984623104 root 256 not found in extent tree
backpointer mismatch on [4956984623104 16384]
owner ref check failed [4956984623104 16384]
ref mismatch on [4956984655872 16384] extent item 0, found 1
tree backref 4956984655872 root 256 not found in extent tree
backpointer mismatch on [4956984655872 16384]
owner ref check failed [4956984655872 16384]
ref mismatch on [4956984705024 16384] extent item 0, found 1
tree backref 4956984705024 root 256 not found in extent tree
backpointer mismatch on [4956984705024 16384]
owner ref check failed [4956984705024 16384]
ref mismatch on [4956984721408 16384] extent item 0, found 1
tree backref 4956984721408 root 256 not found in extent tree
backpointer mismatch on [4956984721408 16384]
owner ref check failed [4956984721408 16384]
ref mismatch on [4956984737792 16384] extent item 0, found 1
tree backref 4956984737792 root 256 not found in extent tree
backpointer mismatch on [4956984737792 16384]
owner ref check failed [4956984737792 16384]
ref mismatch on [4956984770560 16384] extent item 0, found 1
tree backref 4956984770560 root 256 not found in extent tree
backpointer mismatch on [4956984770560 16384]
owner ref check failed [4956984770560 16384]
ref mismatch on [4956984786944 16384] extent item 0, found 1
tree backref 4956984786944 root 256 not found in extent tree
backpointer mismatch on [4956984786944 16384]
owner ref check failed [4956984786944 16384]
ref mismatch on [4956984803328 16384] extent item 0, found 1
tree backref 4956984803328 root 256 not found in extent tree
backpointer mismatch on [4956984803328 16384]
owner ref check failed [4956984803328 16384]
ref mismatch on [4956984819712 16384] extent item 0, found 1
tree backref 4956984819712 root 256 not found in extent tree
backpointer mismatch on [4956984819712 16384]
owner ref check failed [4956984819712 16384]
ref mismatch on [4956984836096 16384] extent item 0, found 1
tree backref 4956984836096 root 256 not found in extent tree
backpointer mismatch on [4956984836096 16384]
owner ref check failed [4956984836096 16384]
ref mismatch on [4956984852480 16384] extent item 0, found 1
tree backref 4956984852480 root 256 not found in extent tree
backpointer mismatch on [4956984852480 16384]
owner ref check failed [4956984852480 16384]
ref mismatch on [4956984885248 16384] extent item 0, found 1
tree backref 4956984885248 root 256 not found in extent tree
backpointer mismatch on [4956984885248 16384]
owner ref check failed [4956984885248 16384]
ref mismatch on [4956984901632 16384] extent item 0, found 1
tree backref 4956984901632 root 256 not found in extent tree
backpointer mismatch on [4956984901632 16384]
owner ref check failed [4956984901632 16384]
ref mismatch on [4956984950784 16384] extent item 0, found 1
tree backref 4956984950784 root 256 not found in extent tree
backpointer mismatch on [4956984950784 16384]
owner ref check failed [4956984950784 16384]
ref mismatch on [4956984983552 16384] extent item 0, found 1
tree backref 4956984983552 root 256 not found in extent tree
backpointer mismatch on [4956984983552 16384]
owner ref check failed [4956984983552 16384]
ref mismatch on [4956985016320 16384] extent item 0, found 1
tree backref 4956985016320 root 256 not found in extent tree
backpointer mismatch on [4956985016320 16384]
owner ref check failed [4956985016320 16384]
ref mismatch on [4956985098240 16384] extent item 0, found 1
tree backref 4956985098240 root 256 not found in extent tree
backpointer mismatch on [4956985098240 16384]
owner ref check failed [4956985098240 16384]
ref mismatch on [4956985786368 16384] extent item 0, found 1
tree backref 4956985786368 root 256 not found in extent tree
backpointer mismatch on [4956985786368 16384]
owner ref check failed [4956985786368 16384]
ref mismatch on [4956985802752 16384] extent item 0, found 1
tree backref 4956985802752 root 256 not found in extent tree
backpointer mismatch on [4956985802752 16384]
owner ref check failed [4956985802752 16384]
ref mismatch on [4956985819136 16384] extent item 0, found 1
tree backref 4956985819136 root 256 not found in extent tree
backpointer mismatch on [4956985819136 16384]
owner ref check failed [4956985819136 16384]
ref mismatch on [4956985835520 16384] extent item 0, found 1
tree backref 4956985835520 root 256 not found in extent tree
backpointer mismatch on [4956985835520 16384]
owner ref check failed [4956985835520 16384]
ref mismatch on [4956985851904 16384] extent item 0, found 1
tree backref 4956985851904 root 256 not found in extent tree
backpointer mismatch on [4956985851904 16384]
owner ref check failed [4956985851904 16384]
ref mismatch on [4956985868288 16384] extent item 0, found 1
tree backref 4956985868288 root 256 not found in extent tree
backpointer mismatch on [4956985868288 16384]
owner ref check failed [4956985868288 16384]
ref mismatch on [4956986277888 16384] extent item 0, found 1
tree backref 4956986277888 root 256 not found in extent tree
backpointer mismatch on [4956986277888 16384]
owner ref check failed [4956986277888 16384]
ref mismatch on [4956986441728 16384] extent item 0, found 1
tree backref 4956986441728 root 256 not found in extent tree
backpointer mismatch on [4956986441728 16384]
owner ref check failed [4956986441728 16384]
ref mismatch on [4956987260928 16384] extent item 0, found 1
tree backref 4956987260928 root 256 not found in extent tree
backpointer mismatch on [4956987260928 16384]
owner ref check failed [4956987260928 16384]
ref mismatch on [4956987310080 16384] extent item 0, found 1
tree backref 4956987310080 root 256 not found in extent tree
backpointer mismatch on [4956987310080 16384]
owner ref check failed [4956987310080 16384]
ref mismatch on [4956987326464 16384] extent item 0, found 1
tree backref 4956987326464 root 256 not found in extent tree
backpointer mismatch on [4956987326464 16384]
owner ref check failed [4956987326464 16384]
ref mismatch on [4956987342848 16384] extent item 0, found 1
tree backref 4956987342848 root 256 not found in extent tree
backpointer mismatch on [4956987342848 16384]
owner ref check failed [4956987342848 16384]
ref mismatch on [4956987457536 16384] extent item 0, found 1
tree backref 4956987457536 root 256 not found in extent tree
backpointer mismatch on [4956987457536 16384]
owner ref check failed [4956987457536 16384]
ref mismatch on [4956987473920 16384] extent item 0, found 1
tree backref 4956987473920 root 256 not found in extent tree
backpointer mismatch on [4956987473920 16384]
owner ref check failed [4956987473920 16384]
ref mismatch on [4956987572224 16384] extent item 0, found 1
tree backref 4956987572224 root 256 not found in extent tree
backpointer mismatch on [4956987572224 16384]
owner ref check failed [4956987572224 16384]
ref mismatch on [4956987670528 16384] extent item 0, found 1
tree backref 4956987670528 root 256 not found in extent tree
backpointer mismatch on [4956987670528 16384]
owner ref check failed [4956987670528 16384]
ref mismatch on [4956987686912 16384] extent item 0, found 1
tree backref 4956987686912 root 256 not found in extent tree
backpointer mismatch on [4956987686912 16384]
owner ref check failed [4956987686912 16384]
ref mismatch on [4956987719680 16384] extent item 0, found 1
tree backref 4956987719680 root 256 not found in extent tree
backpointer mismatch on [4956987719680 16384]
owner ref check failed [4956987719680 16384]
ref mismatch on [4956987834368 16384] extent item 0, found 1
tree backref 4956987834368 root 256 not found in extent tree
backpointer mismatch on [4956987834368 16384]
owner ref check failed [4956987834368 16384]
ref mismatch on [4956988063744 16384] extent item 0, found 1
tree backref 4956988063744 root 256 not found in extent tree
backpointer mismatch on [4956988063744 16384]
owner ref check failed [4956988063744 16384]
ref mismatch on [4956988735488 16384] extent item 0, found 1
tree backref 4956988735488 root 256 not found in extent tree
backpointer mismatch on [4956988735488 16384]
owner ref check failed [4956988735488 16384]
ref mismatch on [4956988850176 16384] extent item 0, found 1
tree backref 4956988850176 root 256 not found in extent tree
backpointer mismatch on [4956988850176 16384]
owner ref check failed [4956988850176 16384]
ref mismatch on [4956996190208 16384] extent item 0, found 1
tree backref 4956996190208 root 256 not found in extent tree
backpointer mismatch on [4956996190208 16384]
owner ref check failed [4956996190208 16384]
ref mismatch on [4957022666752 16384] extent item 0, found 1
tree backref 4957022666752 root 256 not found in extent tree
backpointer mismatch on [4957022666752 16384]
owner ref check failed [4957022666752 16384]
ref mismatch on [4957022715904 16384] extent item 0, found 1
tree backref 4957022715904 root 256 not found in extent tree
backpointer mismatch on [4957022715904 16384]
owner ref check failed [4957022715904 16384]
ref mismatch on [4957030350848 16384] extent item 0, found 1
tree backref 4957030350848 root 256 not found in extent tree
backpointer mismatch on [4957030350848 16384]
owner ref check failed [4957030350848 16384]
ref mismatch on [4957044998144 16384] extent item 0, found 1
tree backref 4957044998144 root 256 not found in extent tree
backpointer mismatch on [4957044998144 16384]
owner ref check failed [4957044998144 16384]
ref mismatch on [4957045063680 16384] extent item 0, found 1
tree backref 4957045063680 root 256 not found in extent tree
backpointer mismatch on [4957045063680 16384]
owner ref check failed [4957045063680 16384]
ref mismatch on [4957047111680 16384] extent item 0, found 1
tree backref 4957047111680 root 256 not found in extent tree
backpointer mismatch on [4957047111680 16384]
owner ref check failed [4957047111680 16384]
ref mismatch on [4957047144448 16384] extent item 0, found 1
tree backref 4957047144448 root 256 not found in extent tree
backpointer mismatch on [4957047144448 16384]
owner ref check failed [4957047144448 16384]
ref mismatch on [4957047324672 16384] extent item 0, found 1
tree backref 4957047324672 root 256 not found in extent tree
backpointer mismatch on [4957047324672 16384]
owner ref check failed [4957047324672 16384]
ref mismatch on [4957047488512 16384] extent item 0, found 1
tree backref 4957047488512 root 256 not found in extent tree
backpointer mismatch on [4957047488512 16384]
owner ref check failed [4957047488512 16384]
ref mismatch on [4957047914496 16384] extent item 0, found 1
tree backref 4957047914496 root 256 not found in extent tree
backpointer mismatch on [4957047914496 16384]
owner ref check failed [4957047914496 16384]
ref mismatch on [4957047980032 16384] extent item 0, found 1
tree backref 4957047980032 root 256 not found in extent tree
backpointer mismatch on [4957047980032 16384]
owner ref check failed [4957047980032 16384]
ref mismatch on [4957048619008 16384] extent item 0, found 1
tree backref 4957048619008 root 256 not found in extent tree
backpointer mismatch on [4957048619008 16384]
owner ref check failed [4957048619008 16384]
ref mismatch on [4957048651776 16384] extent item 0, found 1
tree backref 4957048651776 root 256 not found in extent tree
backpointer mismatch on [4957048651776 16384]
owner ref check failed [4957048651776 16384]
ref mismatch on [4957048668160 16384] extent item 0, found 1
tree backref 4957048668160 root 256 not found in extent tree
backpointer mismatch on [4957048668160 16384]
owner ref check failed [4957048668160 16384]
ref mismatch on [4957049012224 16384] extent item 0, found 1
tree backref 4957049012224 root 256 not found in extent tree
backpointer mismatch on [4957049012224 16384]
owner ref check failed [4957049012224 16384]
ref mismatch on [4957049880576 16384] extent item 0, found 1
tree backref 4957049880576 root 256 not found in extent tree
backpointer mismatch on [4957049880576 16384]
owner ref check failed [4957049880576 16384]
ref mismatch on [4957051109376 16384] extent item 0, found 1
tree backref 4957051109376 root 256 not found in extent tree
backpointer mismatch on [4957051109376 16384]
owner ref check failed [4957051109376 16384]
ref mismatch on [4957051371520 16384] extent item 0, found 1
tree backref 4957051371520 root 256 not found in extent tree
backpointer mismatch on [4957051371520 16384]
owner ref check failed [4957051371520 16384]
ref mismatch on [4957051731968 16384] extent item 0, found 1
tree backref 4957051731968 root 256 not found in extent tree
backpointer mismatch on [4957051731968 16384]
owner ref check failed [4957051731968 16384]
ref mismatch on [4957051830272 16384] extent item 0, found 1
tree backref 4957051830272 root 256 not found in extent tree
backpointer mismatch on [4957051830272 16384]
owner ref check failed [4957051830272 16384]
ref mismatch on [4957053796352 16384] extent item 0, found 1
tree backref 4957053796352 root 256 not found in extent tree
backpointer mismatch on [4957053796352 16384]
owner ref check failed [4957053796352 16384]
ref mismatch on [4957053812736 16384] extent item 0, found 1
tree backref 4957053812736 root 256 not found in extent tree
backpointer mismatch on [4957053812736 16384]
owner ref check failed [4957053812736 16384]
ref mismatch on [4957053943808 16384] extent item 0, found 1
tree backref 4957053943808 root 256 not found in extent tree
backpointer mismatch on [4957053943808 16384]
owner ref check failed [4957053943808 16384]
ref mismatch on [4957054255104 16384] extent item 0, found 1
tree backref 4957054255104 root 256 not found in extent tree
backpointer mismatch on [4957054255104 16384]
owner ref check failed [4957054255104 16384]
ref mismatch on [4957054468096 16384] extent item 0, found 1
tree backref 4957054468096 root 256 not found in extent tree
backpointer mismatch on [4957054468096 16384]
owner ref check failed [4957054468096 16384]
ref mismatch on [4957058564096 16384] extent item 0, found 1
tree backref 4957058564096 root 256 not found in extent tree
backpointer mismatch on [4957058564096 16384]
owner ref check failed [4957058564096 16384]
ref mismatch on [4957058580480 16384] extent item 0, found 1
tree backref 4957058580480 root 256 not found in extent tree
backpointer mismatch on [4957058580480 16384]
owner ref check failed [4957058580480 16384]
ref mismatch on [4957059006464 16384] extent item 0, found 1
tree backref 4957059006464 root 256 not found in extent tree
backpointer mismatch on [4957059006464 16384]
owner ref check failed [4957059006464 16384]
ref mismatch on [4957059350528 16384] extent item 0, found 1
tree backref 4957059350528 root 256 not found in extent tree
backpointer mismatch on [4957059350528 16384]
owner ref check failed [4957059350528 16384]
ref mismatch on [4957059448832 16384] extent item 0, found 1
tree backref 4957059448832 root 256 not found in extent tree
backpointer mismatch on [4957059448832 16384]
owner ref check failed [4957059448832 16384]
ref mismatch on [4957060169728 16384] extent item 0, found 1
tree backref 4957060169728 root 256 not found in extent tree
backpointer mismatch on [4957060169728 16384]
owner ref check failed [4957060169728 16384]
ref mismatch on [4957060186112 16384] extent item 0, found 1
tree backref 4957060186112 root 256 not found in extent tree
backpointer mismatch on [4957060186112 16384]
owner ref check failed [4957060186112 16384]
ref mismatch on [4957060349952 16384] extent item 0, found 1
tree backref 4957060349952 root 256 not found in extent tree
backpointer mismatch on [4957060349952 16384]
owner ref check failed [4957060349952 16384]
ref mismatch on [4957060923392 16384] extent item 0, found 1
tree backref 4957060923392 root 256 not found in extent tree
backpointer mismatch on [4957060923392 16384]
owner ref check failed [4957060923392 16384]
ref mismatch on [4957066821632 16384] extent item 0, found 1
tree backref 4957066821632 root 256 not found in extent tree
backpointer mismatch on [4957066821632 16384]
owner ref check failed [4957066821632 16384]
ref mismatch on [4957074292736 16384] extent item 0, found 1
tree backref 4957074292736 root 256 not found in extent tree
backpointer mismatch on [4957074292736 16384]
owner ref check failed [4957074292736 16384]
ref mismatch on [4957079879680 16384] extent item 0, found 1
tree backref 4957079879680 root 256 not found in extent tree
backpointer mismatch on [4957079879680 16384]
owner ref check failed [4957079879680 16384]
ref mismatch on [4957089316864 16384] extent item 1, found 2
tree backref 4957089316864 parent 5039519645696 not found in extent tree
backpointer mismatch on [4957089316864 16384]
ref mismatch on [4957105995776 16384] extent item 0, found 1
tree backref 4957105995776 root 256 not found in extent tree
backpointer mismatch on [4957105995776 16384]
owner ref check failed [4957105995776 16384]
ref mismatch on [4957134159872 16384] extent item 0, found 1
tree backref 4957134159872 root 256 not found in extent tree
backpointer mismatch on [4957134159872 16384]
owner ref check failed [4957134159872 16384]
ref mismatch on [4957134274560 16384] extent item 0, found 1
tree backref 4957134274560 root 256 not found in extent tree
backpointer mismatch on [4957134274560 16384]
owner ref check failed [4957134274560 16384]
ref mismatch on [4957146578944 16384] extent item 0, found 1
tree backref 4957146578944 root 256 not found in extent tree
backpointer mismatch on [4957146578944 16384]
owner ref check failed [4957146578944 16384]
ref mismatch on [4957146710016 16384] extent item 0, found 1
tree backref 4957146710016 root 256 not found in extent tree
backpointer mismatch on [4957146710016 16384]
owner ref check failed [4957146710016 16384]
ref mismatch on [4957149544448 16384] extent item 0, found 1
tree backref 4957149544448 root 256 not found in extent tree
backpointer mismatch on [4957149544448 16384]
owner ref check failed [4957149544448 16384]
ref mismatch on [4957149626368 16384] extent item 0, found 1
tree backref 4957149626368 root 256 not found in extent tree
backpointer mismatch on [4957149626368 16384]
owner ref check failed [4957149626368 16384]
ref mismatch on [4957158342656 16384] extent item 0, found 1
tree backref 4957158342656 root 256 not found in extent tree
backpointer mismatch on [4957158342656 16384]
owner ref check failed [4957158342656 16384]
ref mismatch on [4957163454464 16384] extent item 0, found 1
tree backref 4957163454464 root 256 not found in extent tree
backpointer mismatch on [4957163454464 16384]
owner ref check failed [4957163454464 16384]
ref mismatch on [4957164781568 16384] extent item 0, found 1
tree backref 4957164781568 root 256 not found in extent tree
backpointer mismatch on [4957164781568 16384]
owner ref check failed [4957164781568 16384]
ref mismatch on [4957165928448 16384] extent item 0, found 1
tree backref 4957165928448 root 256 not found in extent tree
backpointer mismatch on [4957165928448 16384]
owner ref check failed [4957165928448 16384]
ref mismatch on [4957169926144 16384] extent item 0, found 1
tree backref 4957169926144 root 256 not found in extent tree
backpointer mismatch on [4957169926144 16384]
owner ref check failed [4957169926144 16384]
ref mismatch on [4957170008064 16384] extent item 0, found 1
tree backref 4957170008064 root 256 not found in extent tree
backpointer mismatch on [4957170008064 16384]
owner ref check failed [4957170008064 16384]
ref mismatch on [4957203431424 16384] extent item 1, found 2
tree backref 4957203431424 parent 5039519645696 not found in extent tree
backpointer mismatch on [4957203431424 16384]
ref mismatch on [4957221011456 16384] extent item 0, found 1
tree backref 4957221011456 root 256 not found in extent tree
backpointer mismatch on [4957221011456 16384]
owner ref check failed [4957221011456 16384]
ref mismatch on [4957256843264 16384] extent item 0, found 1
tree backref 4957256843264 root 256 not found in extent tree
backpointer mismatch on [4957256843264 16384]
owner ref check failed [4957256843264 16384]
ref mismatch on [4957260300288 16384] extent item 0, found 1
tree backref 4957260300288 root 256 not found in extent tree
backpointer mismatch on [4957260300288 16384]
owner ref check failed [4957260300288 16384]
ref mismatch on [4957260349440 16384] extent item 0, found 1
tree backref 4957260349440 root 256 not found in extent tree
backpointer mismatch on [4957260349440 16384]
owner ref check failed [4957260349440 16384]
ref mismatch on [4957263577088 16384] extent item 0, found 1
tree backref 4957263577088 root 256 not found in extent tree
backpointer mismatch on [4957263577088 16384]
owner ref check failed [4957263577088 16384]
ref mismatch on [4957264281600 16384] extent item 0, found 1
tree backref 4957264281600 root 256 not found in extent tree
backpointer mismatch on [4957264281600 16384]
owner ref check failed [4957264281600 16384]
ref mismatch on [4957271818240 16384] extent item 0, found 1
tree backref 4957271818240 root 256 not found in extent tree
backpointer mismatch on [4957271818240 16384]
owner ref check failed [4957271818240 16384]
ref mismatch on [4957272768512 16384] extent item 0, found 1
tree backref 4957272768512 root 256 not found in extent tree
backpointer mismatch on [4957272768512 16384]
owner ref check failed [4957272768512 16384]
ref mismatch on [4957294395392 16384] extent item 0, found 1
tree backref 4957294395392 root 256 not found in extent tree
backpointer mismatch on [4957294395392 16384]
owner ref check failed [4957294395392 16384]
ref mismatch on [4957295230976 16384] extent item 0, found 1
tree backref 4957295230976 root 256 not found in extent tree
backpointer mismatch on [4957295230976 16384]
owner ref check failed [4957295230976 16384]
ref mismatch on [4957298638848 16384] extent item 0, found 1
tree backref 4957298638848 root 256 not found in extent tree
backpointer mismatch on [4957298638848 16384]
owner ref check failed [4957298638848 16384]
ref mismatch on [4957308338176 16384] extent item 0, found 1
tree backref 4957308338176 root 256 not found in extent tree
backpointer mismatch on [4957308338176 16384]
owner ref check failed [4957308338176 16384]
ref mismatch on [4957308387328 16384] extent item 0, found 1
tree backref 4957308387328 root 256 not found in extent tree
backpointer mismatch on [4957308387328 16384]
owner ref check failed [4957308387328 16384]
ref mismatch on [4957345529856 16384] extent item 0, found 1
tree backref 4957345529856 root 256 not found in extent tree
backpointer mismatch on [4957345529856 16384]
owner ref check failed [4957345529856 16384]
ref mismatch on [4957354491904 16384] extent item 0, found 1
tree backref 4957354491904 root 256 not found in extent tree
backpointer mismatch on [4957354491904 16384]
owner ref check failed [4957354491904 16384]
ref mismatch on [4957379411968 16384] extent item 0, found 1
tree backref 4957379411968 root 256 not found in extent tree
backpointer mismatch on [4957379411968 16384]
owner ref check failed [4957379411968 16384]
ref mismatch on [4957382492160 16384] extent item 0, found 1
tree backref 4957382492160 root 256 not found in extent tree
backpointer mismatch on [4957382492160 16384]
owner ref check failed [4957382492160 16384]
ref mismatch on [4957411344384 16384] extent item 0, found 1
tree backref 4957411344384 root 256 not found in extent tree
backpointer mismatch on [4957411344384 16384]
owner ref check failed [4957411344384 16384]
ref mismatch on [4957419110400 16384] extent item 0, found 1
tree backref 4957419110400 root 256 not found in extent tree
backpointer mismatch on [4957419110400 16384]
owner ref check failed [4957419110400 16384]
ref mismatch on [4957420158976 16384] extent item 0, found 1
tree backref 4957420158976 root 256 not found in extent tree
backpointer mismatch on [4957420158976 16384]
owner ref check failed [4957420158976 16384]
ref mismatch on [4957421125632 16384] extent item 0, found 1
tree backref 4957421125632 root 256 not found in extent tree
backpointer mismatch on [4957421125632 16384]
owner ref check failed [4957421125632 16384]
ref mismatch on [4957423943680 16384] extent item 0, found 1
tree backref 4957423943680 root 256 not found in extent tree
backpointer mismatch on [4957423943680 16384]
owner ref check failed [4957423943680 16384]
ref mismatch on [4957427728384 16384] extent item 0, found 1
tree backref 4957427728384 root 256 not found in extent tree
backpointer mismatch on [4957427728384 16384]
owner ref check failed [4957427728384 16384]
ref mismatch on [4957427744768 16384] extent item 0, found 1
tree backref 4957427744768 root 256 not found in extent tree
backpointer mismatch on [4957427744768 16384]
owner ref check failed [4957427744768 16384]
ref mismatch on [4957430890496 16384] extent item 0, found 1
tree backref 4957430890496 root 256 not found in extent tree
backpointer mismatch on [4957430890496 16384]
owner ref check failed [4957430890496 16384]
ref mismatch on [4957431234560 16384] extent item 0, found 1
tree backref 4957431234560 root 256 not found in extent tree
backpointer mismatch on [4957431234560 16384]
owner ref check failed [4957431234560 16384]
ref mismatch on [4957468704768 16384] extent item 0, found 1
tree backref 4957468704768 root 256 not found in extent tree
backpointer mismatch on [4957468704768 16384]
owner ref check failed [4957468704768 16384]
ref mismatch on [4957473013760 16384] extent item 0, found 1
tree backref 4957473013760 root 256 not found in extent tree
backpointer mismatch on [4957473013760 16384]
owner ref check failed [4957473013760 16384]
ref mismatch on [4957477306368 16384] extent item 0, found 1
tree backref 4957477306368 root 256 not found in extent tree
backpointer mismatch on [4957477306368 16384]
owner ref check failed [4957477306368 16384]
ref mismatch on [4957495951360 16384] extent item 0, found 1
tree backref 4957495951360 root 256 not found in extent tree
backpointer mismatch on [4957495951360 16384]
owner ref check failed [4957495951360 16384]
ref mismatch on [4957496410112 16384] extent item 0, found 1
tree backref 4957496410112 root 256 not found in extent tree
backpointer mismatch on [4957496410112 16384]
owner ref check failed [4957496410112 16384]
ref mismatch on [4957496475648 16384] extent item 0, found 1
tree backref 4957496475648 root 256 not found in extent tree
backpointer mismatch on [4957496475648 16384]
owner ref check failed [4957496475648 16384]
ref mismatch on [4957496606720 16384] extent item 0, found 1
tree backref 4957496606720 root 256 not found in extent tree
backpointer mismatch on [4957496606720 16384]
owner ref check failed [4957496606720 16384]
ref mismatch on [4957496885248 16384] extent item 0, found 1
tree backref 4957496885248 root 256 not found in extent tree
backpointer mismatch on [4957496885248 16384]
owner ref check failed [4957496885248 16384]
ref mismatch on [5039109455872 16384] extent item 0, found 1
tree backref 5039109455872 root 256 not found in extent tree
backpointer mismatch on [5039109455872 16384]
owner ref check failed [5039109455872 16384]
ref mismatch on [5039121563648 16384] extent item 0, found 1
tree backref 5039121563648 root 256 not found in extent tree
backpointer mismatch on [5039121563648 16384]
owner ref check failed [5039121563648 16384]
ref mismatch on [5039185002496 16384] extent item 0, found 1
tree backref 5039185002496 root 256 not found in extent tree
backpointer mismatch on [5039185002496 16384]
owner ref check failed [5039185002496 16384]
ref mismatch on [5039206907904 16384] extent item 0, found 1
tree backref 5039206907904 root 256 not found in extent tree
backpointer mismatch on [5039206907904 16384]
owner ref check failed [5039206907904 16384]
ref mismatch on [5039219507200 16384] extent item 1, found 2
tree backref 5039219507200 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039219507200 16384]
ref mismatch on [5039239938048 16384] extent item 0, found 1
tree backref 5039239938048 root 256 not found in extent tree
backpointer mismatch on [5039239938048 16384]
owner ref check failed [5039239938048 16384]
ref mismatch on [5039241773056 16384] extent item 0, found 1
tree backref 5039241773056 root 256 not found in extent tree
backpointer mismatch on [5039241773056 16384]
owner ref check failed [5039241773056 16384]
ref mismatch on [5039241789440 16384] extent item 0, found 1
tree backref 5039241789440 root 256 not found in extent tree
backpointer mismatch on [5039241789440 16384]
owner ref check failed [5039241789440 16384]
ref mismatch on [5039242428416 16384] extent item 0, found 1
tree backref 5039242428416 root 256 not found in extent tree
backpointer mismatch on [5039242428416 16384]
owner ref check failed [5039242428416 16384]
ref mismatch on [5039242674176 16384] extent item 0, found 1
tree backref 5039242674176 root 256 not found in extent tree
backpointer mismatch on [5039242674176 16384]
owner ref check failed [5039242674176 16384]
ref mismatch on [5039244345344 16384] extent item 0, found 1
tree backref 5039244345344 root 256 not found in extent tree
backpointer mismatch on [5039244345344 16384]
owner ref check failed [5039244345344 16384]
ref mismatch on [5039244591104 16384] extent item 0, found 1
tree backref 5039244591104 root 256 not found in extent tree
backpointer mismatch on [5039244591104 16384]
owner ref check failed [5039244591104 16384]
ref mismatch on [5039247704064 16384] extent item 0, found 1
tree backref 5039247704064 root 256 not found in extent tree
backpointer mismatch on [5039247704064 16384]
owner ref check failed [5039247704064 16384]
ref mismatch on [5039247720448 16384] extent item 0, found 1
tree backref 5039247720448 root 256 not found in extent tree
backpointer mismatch on [5039247720448 16384]
owner ref check failed [5039247720448 16384]
ref mismatch on [5039248457728 16384] extent item 1, found 2
tree backref 5039248457728 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039248457728 16384]
ref mismatch on [5039249063936 16384] extent item 0, found 1
tree backref 5039249063936 root 256 not found in extent tree
backpointer mismatch on [5039249063936 16384]
owner ref check failed [5039249063936 16384]
ref mismatch on [5039257337856 16384] extent item 0, found 1
tree backref 5039257337856 root 256 not found in extent tree
backpointer mismatch on [5039257337856 16384]
owner ref check failed [5039257337856 16384]
ref mismatch on [5039262859264 16384] extent item 1, found 2
tree backref 5039262859264 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039262859264 16384]
ref mismatch on [5039262892032 16384] extent item 1, found 2
tree backref 5039262892032 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039262892032 16384]
ref mismatch on [5039264055296 16384] extent item 1, found 2
tree backref 5039264055296 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039264055296 16384]
ref mismatch on [5039269871616 16384] extent item 1, found 2
tree backref 5039269871616 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039269871616 16384]
ref mismatch on [5039287566336 16384] extent item 1, found 2
tree backref 5039287566336 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039287566336 16384]
ref mismatch on [5039291990016 16384] extent item 0, found 1
tree backref 5039291990016 root 256 not found in extent tree
backpointer mismatch on [5039291990016 16384]
owner ref check failed [5039291990016 16384]
ref mismatch on [5039292071936 16384] extent item 1, found 2
tree backref 5039292071936 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039292071936 16384]
ref mismatch on [5039301001216 16384] extent item 0, found 1
tree backref 5039301001216 root 256 not found in extent tree
backpointer mismatch on [5039301001216 16384]
owner ref check failed [5039301001216 16384]
ref mismatch on [5039310438400 16384] extent item 1, found 2
tree backref 5039310438400 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039310438400 16384]
ref mismatch on [5039313993728 16384] extent item 1, found 2
tree backref 5039313993728 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039313993728 16384]
ref mismatch on [5039315795968 16384] extent item 1, found 2
tree backref 5039315795968 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039315795968 16384]
ref mismatch on [5039315828736 16384] extent item 1, found 2
tree backref 5039315828736 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039315828736 16384]
ref mismatch on [5039315877888 16384] extent item 1, found 2
tree backref 5039315877888 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039315877888 16384]
ref mismatch on [5039315927040 16384] extent item 1, found 2
tree backref 5039315927040 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039315927040 16384]
ref mismatch on [5039316140032 16384] extent item 1, found 2
tree backref 5039316140032 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039316140032 16384]
ref mismatch on [5039317090304 16384] extent item 1, found 2
tree backref 5039317090304 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039317090304 16384]
ref mismatch on [5039317221376 16384] extent item 1, found 2
tree backref 5039317221376 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039317221376 16384]
ref mismatch on [5039318056960 16384] extent item 0, found 1
tree backref 5039318056960 root 256 not found in extent tree
backpointer mismatch on [5039318056960 16384]
owner ref check failed [5039318056960 16384]
ref mismatch on [5039318450176 16384] extent item 1, found 2
tree backref 5039318450176 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039318450176 16384]
ref mismatch on [5039318499328 16384] extent item 1, found 2
tree backref 5039318499328 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039318499328 16384]
ref mismatch on [5039319744512 16384] extent item 1, found 2
tree backref 5039319744512 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039319744512 16384]
ref mismatch on [5039320383488 16384] extent item 1, found 2
tree backref 5039320383488 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039320383488 16384]
ref mismatch on [5039336980480 16384] extent item 0, found 1
tree backref 5039336980480 root 256 not found in extent tree
backpointer mismatch on [5039336980480 16384]
owner ref check failed [5039336980480 16384]
ref mismatch on [5039338061824 16384] extent item 0, found 1
tree backref 5039338061824 root 256 not found in extent tree
backpointer mismatch on [5039338061824 16384]
owner ref check failed [5039338061824 16384]
ref mismatch on [5039347351552 16384] extent item 0, found 1
tree backref 5039347351552 root 256 not found in extent tree
backpointer mismatch on [5039347351552 16384]
owner ref check failed [5039347351552 16384]
ref mismatch on [5039350235136 16384] extent item 0, found 1
tree backref 5039350235136 root 256 not found in extent tree
backpointer mismatch on [5039350235136 16384]
owner ref check failed [5039350235136 16384]
ref mismatch on [5039366045696 16384] extent item 0, found 1
tree backref 5039366045696 root 256 not found in extent tree
backpointer mismatch on [5039366045696 16384]
owner ref check failed [5039366045696 16384]
ref mismatch on [5039366176768 16384] extent item 0, found 1
tree backref 5039366176768 root 256 not found in extent tree
backpointer mismatch on [5039366176768 16384]
owner ref check failed [5039366176768 16384]
ref mismatch on [5039366209536 16384] extent item 0, found 1
tree backref 5039366209536 root 256 not found in extent tree
backpointer mismatch on [5039366209536 16384]
owner ref check failed [5039366209536 16384]
ref mismatch on [5039366504448 16384] extent item 0, found 1
tree backref 5039366504448 root 256 not found in extent tree
backpointer mismatch on [5039366504448 16384]
owner ref check failed [5039366504448 16384]
ref mismatch on [5039366537216 16384] extent item 0, found 1
tree backref 5039366537216 root 256 not found in extent tree
backpointer mismatch on [5039366537216 16384]
owner ref check failed [5039366537216 16384]
ref mismatch on [5039366782976 16384] extent item 0, found 1
tree backref 5039366782976 root 256 not found in extent tree
backpointer mismatch on [5039366782976 16384]
owner ref check failed [5039366782976 16384]
ref mismatch on [5039367241728 16384] extent item 0, found 1
tree backref 5039367241728 root 256 not found in extent tree
backpointer mismatch on [5039367241728 16384]
owner ref check failed [5039367241728 16384]
ref mismatch on [5039367487488 16384] extent item 0, found 1
tree backref 5039367487488 root 256 not found in extent tree
backpointer mismatch on [5039367487488 16384]
owner ref check failed [5039367487488 16384]
ref mismatch on [5039367766016 16384] extent item 0, found 1
tree backref 5039367766016 root 256 not found in extent tree
backpointer mismatch on [5039367766016 16384]
owner ref check failed [5039367766016 16384]
ref mismatch on [5039387901952 16384] extent item 1, found 2
tree backref 5039387901952 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039387901952 16384]
ref mismatch on [5039388033024 16384] extent item 0, found 1
tree backref 5039388033024 root 256 not found in extent tree
backpointer mismatch on [5039388033024 16384]
owner ref check failed [5039388033024 16384]
ref mismatch on [5039388262400 16384] extent item 1, found 2
tree backref 5039388262400 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039388262400 16384]
ref mismatch on [5039406301184 16384] extent item 0, found 1
tree backref 5039406301184 root 256 not found in extent tree
backpointer mismatch on [5039406301184 16384]
owner ref check failed [5039406301184 16384]
ref mismatch on [5039406317568 16384] extent item 0, found 1
tree backref 5039406317568 root 256 not found in extent tree
backpointer mismatch on [5039406317568 16384]
owner ref check failed [5039406317568 16384]
ref mismatch on [5039409463296 16384] extent item 0, found 1
tree backref 5039409463296 root 256 not found in extent tree
backpointer mismatch on [5039409463296 16384]
owner ref check failed [5039409463296 16384]
ref mismatch on [5039410151424 16384] extent item 0, found 1
tree backref 5039410151424 root 256 not found in extent tree
backpointer mismatch on [5039410151424 16384]
owner ref check failed [5039410151424 16384]
ref mismatch on [5039410184192 16384] extent item 0, found 1
tree backref 5039410184192 root 256 not found in extent tree
backpointer mismatch on [5039410184192 16384]
owner ref check failed [5039410184192 16384]
ref mismatch on [5039410266112 16384] extent item 0, found 1
tree backref 5039410266112 root 256 not found in extent tree
backpointer mismatch on [5039410266112 16384]
owner ref check failed [5039410266112 16384]
ref mismatch on [5039410397184 16384] extent item 0, found 1
tree backref 5039410397184 root 256 not found in extent tree
backpointer mismatch on [5039410397184 16384]
owner ref check failed [5039410397184 16384]
ref mismatch on [5039410462720 16384] extent item 0, found 1
tree backref 5039410462720 root 256 not found in extent tree
backpointer mismatch on [5039410462720 16384]
owner ref check failed [5039410462720 16384]
ref mismatch on [5039410495488 16384] extent item 0, found 1
tree backref 5039410495488 root 256 not found in extent tree
backpointer mismatch on [5039410495488 16384]
owner ref check failed [5039410495488 16384]
ref mismatch on [5039410511872 16384] extent item 0, found 1
tree backref 5039410511872 root 256 not found in extent tree
backpointer mismatch on [5039410511872 16384]
owner ref check failed [5039410511872 16384]
ref mismatch on [5039410741248 16384] extent item 0, found 1
tree backref 5039410741248 root 256 not found in extent tree
backpointer mismatch on [5039410741248 16384]
owner ref check failed [5039410741248 16384]
ref mismatch on [5039411232768 16384] extent item 0, found 1
tree backref 5039411232768 root 256 not found in extent tree
backpointer mismatch on [5039411232768 16384]
owner ref check failed [5039411232768 16384]
ref mismatch on [5039411560448 16384] extent item 0, found 1
tree backref 5039411560448 root 256 not found in extent tree
backpointer mismatch on [5039411560448 16384]
owner ref check failed [5039411560448 16384]
ref mismatch on [5039412051968 16384] extent item 0, found 1
tree backref 5039412051968 root 256 not found in extent tree
backpointer mismatch on [5039412051968 16384]
owner ref check failed [5039412051968 16384]
ref mismatch on [5039412150272 16384] extent item 0, found 1
tree backref 5039412150272 root 256 not found in extent tree
backpointer mismatch on [5039412150272 16384]
owner ref check failed [5039412150272 16384]
ref mismatch on [5039412592640 16384] extent item 0, found 1
tree backref 5039412592640 root 256 not found in extent tree
backpointer mismatch on [5039412592640 16384]
owner ref check failed [5039412592640 16384]
ref mismatch on [5039412903936 16384] extent item 0, found 1
tree backref 5039412903936 root 256 not found in extent tree
backpointer mismatch on [5039412903936 16384]
owner ref check failed [5039412903936 16384]
ref mismatch on [5039413510144 16384] extent item 0, found 1
tree backref 5039413510144 root 256 not found in extent tree
backpointer mismatch on [5039413510144 16384]
owner ref check failed [5039413510144 16384]
ref mismatch on [5039417769984 16384] extent item 0, found 1
tree backref 5039417769984 root 256 not found in extent tree
backpointer mismatch on [5039417769984 16384]
owner ref check failed [5039417769984 16384]
ref mismatch on [5039420227584 16384] extent item 0, found 1
tree backref 5039420227584 root 256 not found in extent tree
backpointer mismatch on [5039420227584 16384]
owner ref check failed [5039420227584 16384]
ref mismatch on [5039420440576 16384] extent item 0, found 1
tree backref 5039420440576 root 256 not found in extent tree
backpointer mismatch on [5039420440576 16384]
owner ref check failed [5039420440576 16384]
ref mismatch on [5039420473344 16384] extent item 0, found 1
tree backref 5039420473344 root 256 not found in extent tree
backpointer mismatch on [5039420473344 16384]
owner ref check failed [5039420473344 16384]
ref mismatch on [5039422734336 16384] extent item 0, found 1
tree backref 5039422734336 root 256 not found in extent tree
backpointer mismatch on [5039422734336 16384]
owner ref check failed [5039422734336 16384]
ref mismatch on [5039423127552 16384] extent item 0, found 1
tree backref 5039423127552 root 256 not found in extent tree
backpointer mismatch on [5039423127552 16384]
owner ref check failed [5039423127552 16384]
ref mismatch on [5039423160320 16384] extent item 0, found 1
tree backref 5039423160320 root 256 not found in extent tree
backpointer mismatch on [5039423160320 16384]
owner ref check failed [5039423160320 16384]
ref mismatch on [5039423586304 16384] extent item 0, found 1
tree backref 5039423586304 root 256 not found in extent tree
backpointer mismatch on [5039423586304 16384]
owner ref check failed [5039423586304 16384]
ref mismatch on [5039423782912 16384] extent item 0, found 1
tree backref 5039423782912 root 256 not found in extent tree
backpointer mismatch on [5039423782912 16384]
owner ref check failed [5039423782912 16384]
ref mismatch on [5039425044480 16384] extent item 0, found 1
tree backref 5039425044480 root 256 not found in extent tree
backpointer mismatch on [5039425044480 16384]
owner ref check failed [5039425044480 16384]
ref mismatch on [5039425355776 16384] extent item 0, found 1
tree backref 5039425355776 root 256 not found in extent tree
backpointer mismatch on [5039425355776 16384]
owner ref check failed [5039425355776 16384]
ref mismatch on [5039426076672 16384] extent item 0, found 1
tree backref 5039426076672 root 256 not found in extent tree
backpointer mismatch on [5039426076672 16384]
owner ref check failed [5039426076672 16384]
ref mismatch on [5039427436544 16384] extent item 1, found 2
tree backref 5039427436544 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039427436544 16384]
ref mismatch on [5039427715072 16384] extent item 0, found 1
tree backref 5039427715072 root 256 not found in extent tree
backpointer mismatch on [5039427715072 16384]
owner ref check failed [5039427715072 16384]
ref mismatch on [5039427878912 16384] extent item 0, found 1
tree backref 5039427878912 root 256 not found in extent tree
backpointer mismatch on [5039427878912 16384]
owner ref check failed [5039427878912 16384]
ref mismatch on [5039428370432 16384] extent item 1, found 2
tree backref 5039428370432 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039428370432 16384]
ref mismatch on [5039446065152 16384] extent item 0, found 1
tree backref 5039446065152 root 256 not found in extent tree
backpointer mismatch on [5039446065152 16384]
owner ref check failed [5039446065152 16384]
ref mismatch on [5039462989824 16384] extent item 0, found 1
tree backref 5039462989824 root 256 not found in extent tree
backpointer mismatch on [5039462989824 16384]
owner ref check failed [5039462989824 16384]
ref mismatch on [5039466971136 16384] extent item 0, found 1
tree backref 5039466971136 root 256 not found in extent tree
backpointer mismatch on [5039466971136 16384]
owner ref check failed [5039466971136 16384]
ref mismatch on [5039467020288 16384] extent item 0, found 1
tree backref 5039467020288 root 256 not found in extent tree
backpointer mismatch on [5039467020288 16384]
owner ref check failed [5039467020288 16384]
ref mismatch on [5039490351104 16384] extent item 0, found 1
tree backref 5039490351104 root 256 not found in extent tree
backpointer mismatch on [5039490351104 16384]
owner ref check failed [5039490351104 16384]
ref mismatch on [5039514615808 16384] extent item 1, found 2
tree backref 5039514615808 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039514615808 16384]
ref mismatch on [5039515975680 16384] extent item 0, found 1
tree backref 5039515975680 root 256 not found in extent tree
backpointer mismatch on [5039515975680 16384]
owner ref check failed [5039515975680 16384]
ref mismatch on [5039516106752 16384] extent item 1, found 2
tree backref 5039516106752 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039516106752 16384]
ref mismatch on [5039516319744 16384] extent item 1, found 2
tree backref 5039516319744 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039516319744 16384]
ref mismatch on [5039517237248 16384] extent item 0, found 1
tree backref 5039517237248 root 256 not found in extent tree
backpointer mismatch on [5039517237248 16384]
owner ref check failed [5039517237248 16384]
ref mismatch on [5039517335552 16384] extent item 0, found 1
tree backref 5039517335552 root 256 not found in extent tree
backpointer mismatch on [5039517335552 16384]
owner ref check failed [5039517335552 16384]
ref mismatch on [5039517466624 16384] extent item 0, found 1
tree backref 5039517466624 root 256 not found in extent tree
backpointer mismatch on [5039517466624 16384]
owner ref check failed [5039517466624 16384]
ref mismatch on [5039517794304 16384] extent item 0, found 1
tree backref 5039517794304 root 256 not found in extent tree
backpointer mismatch on [5039517794304 16384]
ref mismatch on [5039517827072 16384] extent item 0, found 1
tree backref 5039517827072 root 256 not found in extent tree
backpointer mismatch on [5039517827072 16384]
ref mismatch on [5039518416896 16384] extent item 0, found 1
tree backref 5039518416896 root 256 not found in extent tree
backpointer mismatch on [5039518416896 16384]
ERROR: invalid generation for extent 5039518679040, have 650771 expect (0, 650770]
ref mismatch on [5039518695424 16384] extent item 0, found 1
tree backref 5039518695424 root 256 not found in extent tree
backpointer mismatch on [5039518695424 16384]
owner ref check failed [5039518695424 16384]
ref mismatch on [5039518957568 16384] extent item 0, found 1
tree backref 5039518957568 root 256 not found in extent tree
backpointer mismatch on [5039518957568 16384]
ref mismatch on [5039519023104 16384] extent item 0, found 1
tree backref 5039519023104 root 256 not found in extent tree
backpointer mismatch on [5039519023104 16384]
ERROR: invalid generation for extent 5039519055872, have 650771 expect (0, 650770]
ref mismatch on [5039519055872 16384] extent item 0, found 1
tree backref 5039519055872 root 256 not found in extent tree
backpointer mismatch on [5039519055872 16384]
ERROR: invalid generation for extent 5039519252480, have 650771 expect (0, 650770]
ref mismatch on [5039519252480 16384] extent item 0, found 1
tree backref 5039519252480 root 256 not found in extent tree
backpointer mismatch on [5039519252480 16384]
ERROR: invalid generation for extent 5039519268864, have 650771 expect (0, 650770]
ref mismatch on [5039519268864 16384] extent item 0, found 1
tree backref 5039519268864 root 256 not found in extent tree
backpointer mismatch on [5039519268864 16384]
ERROR: invalid generation for extent 5039519498240, have 650771 expect (0, 650770]
owner ref check failed [5039519498240 16384]
ERROR: invalid generation for extent 5039519645696, have 650771 expect (0, 650770]
ref mismatch on [5039519678464 16384] extent item 0, found 1
tree backref 5039519678464 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039519678464 16384]
owner ref check failed [5039519678464 16384]
ref mismatch on [5039520399360 16384] extent item 0, found 1
tree backref 5039520399360 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039520399360 16384]
owner ref check failed [5039520399360 16384]
ref mismatch on [5039520645120 16384] extent item 0, found 1
tree backref 5039520645120 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039520645120 16384]
owner ref check failed [5039520645120 16384]
ref mismatch on [5039521021952 16384] extent item 0, found 1
tree backref 5039521021952 root 256 not found in extent tree
backpointer mismatch on [5039521021952 16384]
ref mismatch on [5039522349056 16384] extent item 0, found 1
tree backref 5039522349056 root 256 not found in extent tree
backpointer mismatch on [5039522349056 16384]
ref mismatch on [5039522496512 16384] extent item 0, found 1
tree backref 5039522496512 root 256 not found in extent tree
backpointer mismatch on [5039522496512 16384]
owner ref check failed [5039522496512 16384]
ERROR: invalid generation for extent 5039523528704, have 650771 expect (0, 650770]
owner ref check failed [5039523528704 16384]
ERROR: invalid generation for extent 5039523561472, have 650771 expect (0, 650770]
ref mismatch on [5039523889152 16384] extent item 1, found 2
tree backref 5039523889152 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039523889152 16384]
ref mismatch on [5039531786240 16384] extent item 0, found 1
tree backref 5039531786240 root 256 not found in extent tree
backpointer mismatch on [5039531786240 16384]
owner ref check failed [5039531786240 16384]
ref mismatch on [5039534178304 16384] extent item 0, found 1
tree backref 5039534178304 root 256 not found in extent tree
backpointer mismatch on [5039534178304 16384]
owner ref check failed [5039534178304 16384]
ref mismatch on [5039554052096 16384] extent item 0, found 1
tree backref 5039554052096 root 256 not found in extent tree
backpointer mismatch on [5039554052096 16384]
owner ref check failed [5039554052096 16384]
ref mismatch on [5039558590464 16384] extent item 0, found 1
tree backref 5039558590464 root 256 not found in extent tree
backpointer mismatch on [5039558590464 16384]
owner ref check failed [5039558590464 16384]
ref mismatch on [5039562948608 16384] extent item 1, found 2
incorrect global backref count on 5039562948608 found 1 wanted 2
backpointer mismatch on [5039562948608 16384]
ref mismatch on [5039563243520 16384] extent item 1, found 2
incorrect global backref count on 5039563243520 found 1 wanted 2
backpointer mismatch on [5039563243520 16384]
ref mismatch on [5039563603968 16384] extent item 1, found 2
incorrect global backref count on 5039563603968 found 1 wanted 2
backpointer mismatch on [5039563603968 16384]
ref mismatch on [5039563620352 16384] extent item 1, found 2
incorrect global backref count on 5039563620352 found 1 wanted 2
backpointer mismatch on [5039563620352 16384]
ref mismatch on [5039564881920 16384] extent item 1, found 2
incorrect global backref count on 5039564881920 found 1 wanted 2
backpointer mismatch on [5039564881920 16384]
ref mismatch on [5039580856320 16384] extent item 1, found 2
incorrect global backref count on 5039580856320 found 1 wanted 2
backpointer mismatch on [5039580856320 16384]
ref mismatch on [5039592603648 16384] extent item 1, found 2
incorrect global backref count on 5039592603648 found 1 wanted 2
backpointer mismatch on [5039592603648 16384]
ref mismatch on [5039592685568 16384] extent item 1, found 2
incorrect global backref count on 5039592685568 found 1 wanted 2
backpointer mismatch on [5039592685568 16384]
ref mismatch on [5039592980480 16384] extent item 1, found 2
incorrect global backref count on 5039592980480 found 1 wanted 2
backpointer mismatch on [5039592980480 16384]
ref mismatch on [5039593488384 16384] extent item 1, found 2
incorrect global backref count on 5039593488384 found 1 wanted 2
backpointer mismatch on [5039593488384 16384]
ref mismatch on [5039593553920 16384] extent item 1, found 2
incorrect global backref count on 5039593553920 found 1 wanted 2
backpointer mismatch on [5039593553920 16384]
ref mismatch on [5039594291200 16384] extent item 1, found 2
incorrect global backref count on 5039594291200 found 1 wanted 2
backpointer mismatch on [5039594291200 16384]
ref mismatch on [5039628845056 16384] extent item 0, found 1
tree backref 5039628845056 root 256 not found in extent tree
backpointer mismatch on [5039628845056 16384]
owner ref check failed [5039628845056 16384]
ref mismatch on [5039646425088 16384] extent item 1, found 2
incorrect global backref count on 5039646425088 found 1 wanted 2
backpointer mismatch on [5039646425088 16384]
ref mismatch on [5039666839552 16384] extent item 1, found 2
incorrect global backref count on 5039666839552 found 1 wanted 2
backpointer mismatch on [5039666839552 16384]
ref mismatch on [5039668051968 16384] extent item 1, found 2
incorrect global backref count on 5039668051968 found 1 wanted 2
backpointer mismatch on [5039668051968 16384]
ref mismatch on [5039668084736 16384] extent item 1, found 2
incorrect global backref count on 5039668084736 found 1 wanted 2
backpointer mismatch on [5039668084736 16384]
ref mismatch on [5039668117504 16384] extent item 1, found 2
incorrect global backref count on 5039668117504 found 1 wanted 2
backpointer mismatch on [5039668117504 16384]
ref mismatch on [5039670460416 16384] extent item 1, found 2
incorrect global backref count on 5039670460416 found 1 wanted 2
backpointer mismatch on [5039670460416 16384]
ref mismatch on [5039670771712 16384] extent item 1, found 2
incorrect global backref count on 5039670771712 found 1 wanted 2
backpointer mismatch on [5039670771712 16384]
ref mismatch on [5039670788096 16384] extent item 1, found 2
incorrect global backref count on 5039670788096 found 1 wanted 2
backpointer mismatch on [5039670788096 16384]
ref mismatch on [5039672983552 16384] extent item 1, found 2
incorrect global backref count on 5039672983552 found 1 wanted 2
backpointer mismatch on [5039672983552 16384]
ref mismatch on [5039673032704 16384] extent item 1, found 2
incorrect global backref count on 5039673032704 found 1 wanted 2
backpointer mismatch on [5039673032704 16384]
ref mismatch on [5039675932672 16384] extent item 0, found 1
tree backref 5039675932672 root 256 not found in extent tree
backpointer mismatch on [5039675932672 16384]
owner ref check failed [5039675932672 16384]
ref mismatch on [5039676194816 16384] extent item 1, found 2
incorrect global backref count on 5039676194816 found 1 wanted 2
backpointer mismatch on [5039676194816 16384]
ref mismatch on [5039702016000 16384] extent item 1, found 2
tree backref 5039702016000 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039702016000 16384]
ref mismatch on [5039703506944 16384] extent item 1, found 2
incorrect global backref count on 5039703506944 found 1 wanted 2
backpointer mismatch on [5039703506944 16384]
ref mismatch on [5039704064000 16384] extent item 1, found 2
incorrect global backref count on 5039704064000 found 1 wanted 2
backpointer mismatch on [5039704064000 16384]
ref mismatch on [5039704096768 16384] extent item 1, found 2
incorrect global backref count on 5039704096768 found 1 wanted 2
backpointer mismatch on [5039704096768 16384]
ref mismatch on [5039705063424 16384] extent item 1, found 2
incorrect global backref count on 5039705063424 found 1 wanted 2
backpointer mismatch on [5039705063424 16384]
ref mismatch on [5039706357760 16384] extent item 1, found 2
incorrect global backref count on 5039706357760 found 1 wanted 2
backpointer mismatch on [5039706357760 16384]
ref mismatch on [5039706554368 16384] extent item 1, found 2
incorrect global backref count on 5039706554368 found 1 wanted 2
backpointer mismatch on [5039706554368 16384]
ref mismatch on [5039710748672 16384] extent item 0, found 1
tree backref 5039710748672 root 256 not found in extent tree
backpointer mismatch on [5039710748672 16384]
owner ref check failed [5039710748672 16384]
ref mismatch on [5039710912512 16384] extent item 0, found 1
tree backref 5039710912512 root 256 not found in extent tree
backpointer mismatch on [5039710912512 16384]
owner ref check failed [5039710912512 16384]
ref mismatch on [5039808823296 16384] extent item 1, found 2
incorrect global backref count on 5039808823296 found 1 wanted 2
backpointer mismatch on [5039808823296 16384]
ref mismatch on [5039809576960 16384] extent item 1, found 2
incorrect global backref count on 5039809576960 found 1 wanted 2
backpointer mismatch on [5039809576960 16384]
ref mismatch on [5039810445312 16384] extent item 1, found 2
incorrect global backref count on 5039810445312 found 1 wanted 2
backpointer mismatch on [5039810445312 16384]
ref mismatch on [5039810560000 16384] extent item 1, found 2
incorrect global backref count on 5039810560000 found 1 wanted 2
backpointer mismatch on [5039810560000 16384]
ref mismatch on [5039822651392 16384] extent item 1, found 2
incorrect global backref count on 5039822651392 found 1 wanted 2
backpointer mismatch on [5039822651392 16384]
ref mismatch on [5039822667776 16384] extent item 1, found 2
incorrect global backref count on 5039822667776 found 1 wanted 2
backpointer mismatch on [5039822667776 16384]
ref mismatch on [5039827091456 16384] extent item 1, found 2
incorrect global backref count on 5039827091456 found 1 wanted 2
backpointer mismatch on [5039827091456 16384]
ref mismatch on [5039830532096 16384] extent item 1, found 2
incorrect global backref count on 5039830532096 found 1 wanted 2
backpointer mismatch on [5039830532096 16384]
ref mismatch on [5039831400448 16384] extent item 1, found 2
incorrect global backref count on 5039831400448 found 1 wanted 2
backpointer mismatch on [5039831400448 16384]
ref mismatch on [5039833808896 16384] extent item 0, found 1
tree backref 5039833808896 root 256 not found in extent tree
backpointer mismatch on [5039833808896 16384]
owner ref check failed [5039833808896 16384]
ref mismatch on [5039833989120 16384] extent item 0, found 1
tree backref 5039833989120 root 256 not found in extent tree
backpointer mismatch on [5039833989120 16384]
owner ref check failed [5039833989120 16384]
ref mismatch on [5039837085696 16384] extent item 1, found 2
incorrect global backref count on 5039837085696 found 1 wanted 2
backpointer mismatch on [5039837085696 16384]
ref mismatch on [5039837872128 16384] extent item 1, found 2
incorrect global backref count on 5039837872128 found 1 wanted 2
backpointer mismatch on [5039837872128 16384]
ref mismatch on [5039838003200 16384] extent item 1, found 2
incorrect global backref count on 5039838003200 found 1 wanted 2
backpointer mismatch on [5039838003200 16384]
ref mismatch on [5039838052352 16384] extent item 0, found 1
tree backref 5039838052352 root 256 not found in extent tree
backpointer mismatch on [5039838052352 16384]
owner ref check failed [5039838052352 16384]
ref mismatch on [5039838380032 16384] extent item 0, found 1
tree backref 5039838380032 root 256 not found in extent tree
backpointer mismatch on [5039838380032 16384]
owner ref check failed [5039838380032 16384]
ref mismatch on [5039838789632 16384] extent item 0, found 1
tree backref 5039838789632 root 256 not found in extent tree
backpointer mismatch on [5039838789632 16384]
owner ref check failed [5039838789632 16384]
ref mismatch on [5039839854592 16384] extent item 1, found 2
incorrect global backref count on 5039839854592 found 1 wanted 2
backpointer mismatch on [5039839854592 16384]
ref mismatch on [5039840198656 16384] extent item 1, found 2
incorrect global backref count on 5039840198656 found 1 wanted 2
backpointer mismatch on [5039840198656 16384]
ref mismatch on [5039841558528 16384] extent item 1, found 2
incorrect global backref count on 5039841558528 found 1 wanted 2
backpointer mismatch on [5039841558528 16384]
ref mismatch on [5039841624064 16384] extent item 1, found 2
incorrect global backref count on 5039841624064 found 1 wanted 2
backpointer mismatch on [5039841624064 16384]
ref mismatch on [5039842983936 16384] extent item 0, found 1
tree backref 5039842983936 root 256 not found in extent tree
backpointer mismatch on [5039842983936 16384]
owner ref check failed [5039842983936 16384]
ref mismatch on [5039843295232 16384] extent item 1, found 2
incorrect global backref count on 5039843295232 found 1 wanted 2
backpointer mismatch on [5039843295232 16384]
ref mismatch on [5039847161856 16384] extent item 0, found 1
tree backref 5039847161856 root 256 not found in extent tree
backpointer mismatch on [5039847161856 16384]
owner ref check failed [5039847161856 16384]
ref mismatch on [5039847276544 16384] extent item 0, found 1
tree backref 5039847276544 root 256 not found in extent tree
backpointer mismatch on [5039847276544 16384]
owner ref check failed [5039847276544 16384]
ref mismatch on [5039848095744 16384] extent item 0, found 1
tree backref 5039848095744 root 256 not found in extent tree
backpointer mismatch on [5039848095744 16384]
owner ref check failed [5039848095744 16384]
ref mismatch on [5039851749376 16384] extent item 0, found 1
tree backref 5039851749376 root 256 not found in extent tree
backpointer mismatch on [5039851749376 16384]
owner ref check failed [5039851749376 16384]
ref mismatch on [5039851798528 16384] extent item 0, found 1
tree backref 5039851798528 root 256 not found in extent tree
backpointer mismatch on [5039851798528 16384]
owner ref check failed [5039851798528 16384]
ref mismatch on [5039851880448 16384] extent item 1, found 2
incorrect global backref count on 5039851880448 found 1 wanted 2
backpointer mismatch on [5039851880448 16384]
ref mismatch on [5039851978752 16384] extent item 1, found 2
incorrect global backref count on 5039851978752 found 1 wanted 2
backpointer mismatch on [5039851978752 16384]
ref mismatch on [5039852634112 16384] extent item 1, found 2
incorrect global backref count on 5039852634112 found 1 wanted 2
backpointer mismatch on [5039852634112 16384]
ref mismatch on [5039852863488 16384] extent item 1, found 2
incorrect global backref count on 5039852863488 found 1 wanted 2
backpointer mismatch on [5039852863488 16384]
ref mismatch on [5039853027328 16384] extent item 1, found 2
incorrect global backref count on 5039853027328 found 1 wanted 2
backpointer mismatch on [5039853027328 16384]
ref mismatch on [5039853109248 16384] extent item 1, found 2
incorrect global backref count on 5039853109248 found 1 wanted 2
backpointer mismatch on [5039853109248 16384]
ref mismatch on [5039853142016 16384] extent item 1, found 2
incorrect global backref count on 5039853142016 found 1 wanted 2
backpointer mismatch on [5039853142016 16384]
ref mismatch on [5039853748224 16384] extent item 1, found 2
incorrect global backref count on 5039853748224 found 1 wanted 2
backpointer mismatch on [5039853748224 16384]
ref mismatch on [5039857696768 16384] extent item 0, found 1
tree backref 5039857696768 root 256 not found in extent tree
backpointer mismatch on [5039857696768 16384]
owner ref check failed [5039857696768 16384]
ref mismatch on [5039877898240 16384] extent item 0, found 1
tree backref 5039877898240 root 256 not found in extent tree
backpointer mismatch on [5039877898240 16384]
owner ref check failed [5039877898240 16384]
ref mismatch on [5039877996544 16384] extent item 0, found 1
tree backref 5039877996544 root 256 not found in extent tree
backpointer mismatch on [5039877996544 16384]
owner ref check failed [5039877996544 16384]
ref mismatch on [5039879192576 16384] extent item 1, found 2
incorrect global backref count on 5039879192576 found 1 wanted 2
backpointer mismatch on [5039879192576 16384]
ref mismatch on [5039879389184 16384] extent item 1, found 2
incorrect global backref count on 5039879389184 found 1 wanted 2
backpointer mismatch on [5039879389184 16384]
ref mismatch on [5039882878976 16384] extent item 1, found 2
incorrect global backref count on 5039882878976 found 1 wanted 2
backpointer mismatch on [5039882878976 16384]
ref mismatch on [5039883124736 16384] extent item 1, found 2
incorrect global backref count on 5039883124736 found 1 wanted 2
backpointer mismatch on [5039883124736 16384]
ref mismatch on [5039884697600 16384] extent item 1, found 2
incorrect global backref count on 5039884697600 found 1 wanted 2
backpointer mismatch on [5039884697600 16384]
ref mismatch on [5039884894208 16384] extent item 0, found 1
tree backref 5039884894208 root 256 not found in extent tree
backpointer mismatch on [5039884894208 16384]
owner ref check failed [5039884894208 16384]
ref mismatch on [5039890169856 16384] extent item 1, found 2
incorrect global backref count on 5039890169856 found 1 wanted 2
backpointer mismatch on [5039890169856 16384]
ref mismatch on [5039893151744 16384] extent item 1, found 2
tree backref 5039893151744 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039893151744 16384]
ref mismatch on [5039893528576 16384] extent item 0, found 1
tree backref 5039893528576 root 256 not found in extent tree
backpointer mismatch on [5039893528576 16384]
owner ref check failed [5039893528576 16384]
ref mismatch on [5039894347776 16384] extent item 1, found 2
incorrect global backref count on 5039894347776 found 1 wanted 2
backpointer mismatch on [5039894347776 16384]
ref mismatch on [5039894413312 16384] extent item 1, found 2
incorrect global backref count on 5039894413312 found 1 wanted 2
backpointer mismatch on [5039894413312 16384]
ref mismatch on [5039896264704 16384] extent item 1, found 2
incorrect global backref count on 5039896264704 found 1 wanted 2
backpointer mismatch on [5039896264704 16384]
ref mismatch on [5039896707072 16384] extent item 0, found 1
tree backref 5039896707072 root 256 not found in extent tree
backpointer mismatch on [5039896707072 16384]
owner ref check failed [5039896707072 16384]
ref mismatch on [5039899131904 16384] extent item 0, found 1
tree backref 5039899131904 root 256 not found in extent tree
backpointer mismatch on [5039899131904 16384]
owner ref check failed [5039899131904 16384]
ref mismatch on [5039901392896 16384] extent item 0, found 1
tree backref 5039901392896 root 256 not found in extent tree
backpointer mismatch on [5039901392896 16384]
owner ref check failed [5039901392896 16384]
ref mismatch on [5039901900800 16384] extent item 0, found 1
tree backref 5039901900800 root 256 not found in extent tree
backpointer mismatch on [5039901900800 16384]
owner ref check failed [5039901900800 16384]
ref mismatch on [5039913500672 16384] extent item 1, found 2
tree backref 5039913500672 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039913500672 16384]
ref mismatch on [5039918563328 16384] extent item 1, found 2
tree backref 5039918563328 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039918563328 16384]
ref mismatch on [5039919071232 16384] extent item 0, found 1
tree backref 5039919071232 root 256 not found in extent tree
backpointer mismatch on [5039919071232 16384]
owner ref check failed [5039919071232 16384]
ref mismatch on [5039919153152 16384] extent item 1, found 2
incorrect global backref count on 5039919153152 found 1 wanted 2
backpointer mismatch on [5039919153152 16384]
ref mismatch on [5039919185920 16384] extent item 0, found 1
tree backref 5039919185920 root 256 not found in extent tree
backpointer mismatch on [5039919185920 16384]
owner ref check failed [5039919185920 16384]
ref mismatch on [5039928541184 16384] extent item 1, found 2
tree backref 5039928541184 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039928541184 16384]
ref mismatch on [5039928590336 16384] extent item 1, found 2
tree backref 5039928590336 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039928590336 16384]
ref mismatch on [5039928623104 16384] extent item 1, found 2
tree backref 5039928623104 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039928623104 16384]
ref mismatch on [5039929278464 16384] extent item 1, found 2
tree backref 5039929278464 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039929278464 16384]
ref mismatch on [5039930884096 16384] extent item 1, found 2
tree backref 5039930884096 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039930884096 16384]
ref mismatch on [5039930916864 16384] extent item 1, found 2
tree backref 5039930916864 parent 5039519645696 not found in extent tree
backpointer mismatch on [5039930916864 16384]
ref mismatch on [5040008445952 16384] extent item 1, found 2
incorrect global backref count on 5040008445952 found 1 wanted 2
backpointer mismatch on [5040008445952 16384]
ref mismatch on [5040023715840 16384] extent item 1, found 2
incorrect global backref count on 5040023715840 found 1 wanted 2
backpointer mismatch on [5040023715840 16384]
ref mismatch on [5040033038336 16384] extent item 0, found 1
tree backref 5040033038336 root 256 not found in extent tree
backpointer mismatch on [5040033038336 16384]
owner ref check failed [5040033038336 16384]
ref mismatch on [5040080715776 16384] extent item 0, found 1
tree backref 5040080715776 root 256 not found in extent tree
backpointer mismatch on [5040080715776 16384]
owner ref check failed [5040080715776 16384]
ref mismatch on [5040147431424 16384] extent item 1, found 2
tree backref 5040147431424 parent 5039519645696 not found in extent tree
backpointer mismatch on [5040147431424 16384]
ref mismatch on [5040147808256 16384] extent item 1, found 2
tree backref 5040147808256 parent 5039519645696 not found in extent tree
backpointer mismatch on [5040147808256 16384]
ref mismatch on [5040155852800 16384] extent item 1, found 2
tree backref 5040155852800 parent 5039519645696 not found in extent tree
backpointer mismatch on [5040155852800 16384]
ref mismatch on [5040220946432 16384] extent item 1, found 2
incorrect global backref count on 5040220946432 found 1 wanted 2
backpointer mismatch on [5040220946432 16384]
ref mismatch on [5040279437312 16384] extent item 0, found 1
tree backref 5040279437312 root 256 not found in extent tree
backpointer mismatch on [5040279437312 16384]
owner ref check failed [5040279437312 16384]
ref mismatch on [5040279945216 16384] extent item 0, found 1
tree backref 5040279945216 root 256 not found in extent tree
backpointer mismatch on [5040279945216 16384]
owner ref check failed [5040279945216 16384]
ref mismatch on [5040448864256 16384] extent item 1, found 2
incorrect global backref count on 5040448864256 found 1 wanted 2
backpointer mismatch on [5040448864256 16384]
ref mismatch on [5040450994176 16384] extent item 1, found 2
tree backref 5040450994176 parent 5039519645696 not found in extent tree
backpointer mismatch on [5040450994176 16384]
ref mismatch on [5040518692864 16384] extent item 1, found 2
incorrect global backref count on 5040518692864 found 1 wanted 2
backpointer mismatch on [5040518692864 16384]
ref mismatch on [5040518709248 16384] extent item 1, found 2
incorrect global backref count on 5040518709248 found 1 wanted 2
backpointer mismatch on [5040518709248 16384]
ref mismatch on [5040518725632 16384] extent item 1, found 2
incorrect global backref count on 5040518725632 found 1 wanted 2
backpointer mismatch on [5040518725632 16384]
ref mismatch on [5040538894336 16384] extent item 1, found 2
incorrect global backref count on 5040538894336 found 1 wanted 2
backpointer mismatch on [5040538894336 16384]
ref mismatch on [5040606314496 16384] extent item 0, found 1
tree backref 5040606314496 root 256 not found in extent tree
backpointer mismatch on [5040606314496 16384]
owner ref check failed [5040606314496 16384]
ref mismatch on [5040608460800 16384] extent item 0, found 1
tree backref 5040608460800 root 256 not found in extent tree
backpointer mismatch on [5040608460800 16384]
owner ref check failed [5040608460800 16384]
ref mismatch on [5040608952320 16384] extent item 0, found 1
tree backref 5040608952320 root 256 not found in extent tree
backpointer mismatch on [5040608952320 16384]
owner ref check failed [5040608952320 16384]
ref mismatch on [5040639213568 16384] extent item 0, found 1
tree backref 5040639213568 root 256 not found in extent tree
backpointer mismatch on [5040639213568 16384]
owner ref check failed [5040639213568 16384]
ref mismatch on [5040685137920 16384] extent item 0, found 1
tree backref 5040685137920 root 256 not found in extent tree
backpointer mismatch on [5040685137920 16384]
owner ref check failed [5040685137920 16384]
ref mismatch on [5040711237632 16384] extent item 1, found 2
incorrect global backref count on 5040711237632 found 1 wanted 2
backpointer mismatch on [5040711237632 16384]
ref mismatch on [5040752279552 16384] extent item 1, found 2
tree backref 5040752279552 parent 5039519645696 not found in extent tree
backpointer mismatch on [5040752279552 16384]
ref mismatch on [5040788914176 16384] extent item 1, found 2
tree backref 5040788914176 parent 5039519645696 not found in extent tree
backpointer mismatch on [5040788914176 16384]
ref mismatch on [5040863117312 16384] extent item 1, found 2
incorrect global backref count on 5040863117312 found 1 wanted 2
backpointer mismatch on [5040863117312 16384]
ref mismatch on [5040918200320 16384] extent item 0, found 1
tree backref 5040918200320 root 256 not found in extent tree
backpointer mismatch on [5040918200320 16384]
owner ref check failed [5040918200320 16384]
ref mismatch on [5040918265856 16384] extent item 0, found 1
tree backref 5040918265856 root 256 not found in extent tree
backpointer mismatch on [5040918265856 16384]
owner ref check failed [5040918265856 16384]
ref mismatch on [5040918462464 16384] extent item 0, found 1
tree backref 5040918462464 root 256 not found in extent tree
backpointer mismatch on [5040918462464 16384]
owner ref check failed [5040918462464 16384]
ref mismatch on [5040918642688 16384] extent item 0, found 1
tree backref 5040918642688 root 256 not found in extent tree
backpointer mismatch on [5040918642688 16384]
owner ref check failed [5040918642688 16384]
ref mismatch on [5040922722304 16384] extent item 0, found 1
tree backref 5040922722304 root 256 not found in extent tree
backpointer mismatch on [5040922722304 16384]
owner ref check failed [5040922722304 16384]
ref mismatch on [5040922771456 16384] extent item 0, found 1
tree backref 5040922771456 root 256 not found in extent tree
backpointer mismatch on [5040922771456 16384]
owner ref check failed [5040922771456 16384]
ref mismatch on [5040923082752 16384] extent item 0, found 1
tree backref 5040923082752 root 256 not found in extent tree
backpointer mismatch on [5040923082752 16384]
owner ref check failed [5040923082752 16384]
ref mismatch on [5040923131904 16384] extent item 0, found 1
tree backref 5040923131904 root 256 not found in extent tree
backpointer mismatch on [5040923131904 16384]
owner ref check failed [5040923131904 16384]
ref mismatch on [5040923246592 16384] extent item 0, found 1
tree backref 5040923246592 root 256 not found in extent tree
backpointer mismatch on [5040923246592 16384]
owner ref check failed [5040923246592 16384]
ref mismatch on [5040923312128 16384] extent item 0, found 1
tree backref 5040923312128 root 256 not found in extent tree
backpointer mismatch on [5040923312128 16384]
owner ref check failed [5040923312128 16384]
ref mismatch on [5040923426816 16384] extent item 0, found 1
tree backref 5040923426816 root 256 not found in extent tree
backpointer mismatch on [5040923426816 16384]
owner ref check failed [5040923426816 16384]
ref mismatch on [5040923492352 16384] extent item 0, found 1
tree backref 5040923492352 root 256 not found in extent tree
backpointer mismatch on [5040923492352 16384]
owner ref check failed [5040923492352 16384]
ref mismatch on [5040924000256 16384] extent item 0, found 1
tree backref 5040924000256 root 256 not found in extent tree
backpointer mismatch on [5040924000256 16384]
owner ref check failed [5040924000256 16384]
ref mismatch on [5040931258368 16384] extent item 1, found 2
incorrect global backref count on 5040931258368 found 1 wanted 2
backpointer mismatch on [5040931258368 16384]
ref mismatch on [5040974856192 16384] extent item 1, found 2
incorrect global backref count on 5040974856192 found 1 wanted 2
backpointer mismatch on [5040974856192 16384]
ref mismatch on [5040979361792 16384] extent item 1, found 2
incorrect global backref count on 5040979361792 found 1 wanted 2
backpointer mismatch on [5040979361792 16384]
ref mismatch on [5040979640320 16384] extent item 1, found 2
incorrect global backref count on 5040979640320 found 1 wanted 2
backpointer mismatch on [5040979640320 16384]
ref mismatch on [5040980623360 16384] extent item 1, found 2
incorrect global backref count on 5040980623360 found 1 wanted 2
backpointer mismatch on [5040980623360 16384]
ref mismatch on [5040980951040 16384] extent item 1, found 2
incorrect global backref count on 5040980951040 found 1 wanted 2
backpointer mismatch on [5040980951040 16384]
ref mismatch on [5040981196800 16384] extent item 1, found 2
incorrect global backref count on 5040981196800 found 1 wanted 2
backpointer mismatch on [5040981196800 16384]
ref mismatch on [5040981295104 16384] extent item 1, found 2
incorrect global backref count on 5040981295104 found 1 wanted 2
backpointer mismatch on [5040981295104 16384]
ref mismatch on [5040984375296 16384] extent item 1, found 2
incorrect global backref count on 5040984375296 found 1 wanted 2
backpointer mismatch on [5040984375296 16384]
ref mismatch on [5040984391680 16384] extent item 1, found 2
incorrect global backref count on 5040984391680 found 1 wanted 2
backpointer mismatch on [5040984391680 16384]
ref mismatch on [5040989290496 16384] extent item 1, found 2
incorrect global backref count on 5040989290496 found 1 wanted 2
backpointer mismatch on [5040989290496 16384]
ref mismatch on [5040989372416 16384] extent item 1, found 2
incorrect global backref count on 5040989372416 found 1 wanted 2
backpointer mismatch on [5040989372416 16384]
ref mismatch on [5040989683712 16384] extent item 1, found 2
incorrect global backref count on 5040989683712 found 1 wanted 2
backpointer mismatch on [5040989683712 16384]
ref mismatch on [5040993910784 16384] extent item 1, found 2
incorrect global backref count on 5040993910784 found 1 wanted 2
backpointer mismatch on [5040993910784 16384]
ref mismatch on [5040994123776 16384] extent item 1, found 2
incorrect global backref count on 5040994123776 found 1 wanted 2
backpointer mismatch on [5040994123776 16384]
ref mismatch on [5040994172928 16384] extent item 1, found 2
incorrect global backref count on 5040994172928 found 1 wanted 2
backpointer mismatch on [5040994172928 16384]
ref mismatch on [5040995205120 16384] extent item 1, found 2
incorrect global backref count on 5040995205120 found 1 wanted 2
backpointer mismatch on [5040995205120 16384]
ref mismatch on [5040995532800 16384] extent item 1, found 2
incorrect global backref count on 5040995532800 found 1 wanted 2
backpointer mismatch on [5040995532800 16384]
ref mismatch on [5040995565568 16384] extent item 1, found 2
incorrect global backref count on 5040995565568 found 1 wanted 2
backpointer mismatch on [5040995565568 16384]
ref mismatch on [5040995581952 16384] extent item 1, found 2
incorrect global backref count on 5040995581952 found 1 wanted 2
backpointer mismatch on [5040995581952 16384]
ref mismatch on [5040995598336 16384] extent item 1, found 2
incorrect global backref count on 5040995598336 found 1 wanted 2
backpointer mismatch on [5040995598336 16384]
ref mismatch on [5040995647488 16384] extent item 1, found 2
incorrect global backref count on 5040995647488 found 1 wanted 2
backpointer mismatch on [5040995647488 16384]
ref mismatch on [5040995680256 16384] extent item 1, found 2
incorrect global backref count on 5040995680256 found 1 wanted 2
backpointer mismatch on [5040995680256 16384]
ref mismatch on [5040995713024 16384] extent item 1, found 2
incorrect global backref count on 5040995713024 found 1 wanted 2
backpointer mismatch on [5040995713024 16384]
ref mismatch on [5040995729408 16384] extent item 1, found 2
incorrect global backref count on 5040995729408 found 1 wanted 2
backpointer mismatch on [5040995729408 16384]
ref mismatch on [5040995827712 16384] extent item 1, found 2
incorrect global backref count on 5040995827712 found 1 wanted 2
backpointer mismatch on [5040995827712 16384]
ref mismatch on [5041013587968 16384] extent item 1, found 2
incorrect global backref count on 5041013587968 found 1 wanted 2
backpointer mismatch on [5041013587968 16384]
ref mismatch on [5041013604352 16384] extent item 1, found 2
incorrect global backref count on 5041013604352 found 1 wanted 2
backpointer mismatch on [5041013604352 16384]
ref mismatch on [5041013948416 16384] extent item 1, found 2
incorrect global backref count on 5041013948416 found 1 wanted 2
backpointer mismatch on [5041013948416 16384]
ref mismatch on [5041020502016 16384] extent item 0, found 1
tree backref 5041020502016 root 256 not found in extent tree
backpointer mismatch on [5041020502016 16384]
owner ref check failed [5041020502016 16384]
ref mismatch on [5041020878848 16384] extent item 0, found 1
tree backref 5041020878848 root 256 not found in extent tree
backpointer mismatch on [5041020878848 16384]
owner ref check failed [5041020878848 16384]
ref mismatch on [5041021075456 16384] extent item 0, found 1
tree backref 5041021075456 root 256 not found in extent tree
backpointer mismatch on [5041021075456 16384]
owner ref check failed [5041021075456 16384]
ref mismatch on [5041021222912 16384] extent item 0, found 1
tree backref 5041021222912 root 256 not found in extent tree
backpointer mismatch on [5041021222912 16384]
owner ref check failed [5041021222912 16384]
ref mismatch on [5041021550592 16384] extent item 0, found 1
tree backref 5041021550592 root 256 not found in extent tree
backpointer mismatch on [5041021550592 16384]
owner ref check failed [5041021550592 16384]
ref mismatch on [5041081204736 16384] extent item 0, found 1
tree backref 5041081204736 root 256 not found in extent tree
backpointer mismatch on [5041081204736 16384]
owner ref check failed [5041081204736 16384]
ref mismatch on [5041083973632 16384] extent item 1, found 2
incorrect global backref count on 5041083973632 found 1 wanted 2
backpointer mismatch on [5041083973632 16384]
ref mismatch on [5041177624576 16384] extent item 0, found 1
tree backref 5041177624576 root 256 not found in extent tree
backpointer mismatch on [5041177624576 16384]
owner ref check failed [5041177624576 16384]
ref mismatch on [5041186570240 16384] extent item 0, found 1
tree backref 5041186570240 root 256 not found in extent tree
backpointer mismatch on [5041186570240 16384]
owner ref check failed [5041186570240 16384]
ref mismatch on [5041188306944 16384] extent item 0, found 1
tree backref 5041188306944 root 256 not found in extent tree
backpointer mismatch on [5041188306944 16384]
owner ref check failed [5041188306944 16384]
ref mismatch on [5041210916864 16384] extent item 1, found 2
incorrect global backref count on 5041210916864 found 1 wanted 2
backpointer mismatch on [5041210916864 16384]
ref mismatch on [5041210949632 16384] extent item 1, found 2
incorrect global backref count on 5041210949632 found 1 wanted 2
backpointer mismatch on [5041210949632 16384]
ref mismatch on [5041211539456 16384] extent item 1, found 2
incorrect global backref count on 5041211539456 found 1 wanted 2
backpointer mismatch on [5041211539456 16384]
ref mismatch on [5041212080128 16384] extent item 1, found 2
incorrect global backref count on 5041212080128 found 1 wanted 2
backpointer mismatch on [5041212080128 16384]
ref mismatch on [5041212162048 16384] extent item 1, found 2
incorrect global backref count on 5041212162048 found 1 wanted 2
backpointer mismatch on [5041212162048 16384]
ref mismatch on [5041214226432 16384] extent item 1, found 2
incorrect global backref count on 5041214226432 found 1 wanted 2
backpointer mismatch on [5041214226432 16384]
ref mismatch on [5041216258048 16384] extent item 1, found 2
incorrect global backref count on 5041216258048 found 1 wanted 2
backpointer mismatch on [5041216258048 16384]
ref mismatch on [5041244913664 16384] extent item 1, found 2
tree backref 5041244913664 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041244913664 16384]
ref mismatch on [5041248256000 16384] extent item 1, found 2
incorrect global backref count on 5041248256000 found 1 wanted 2
backpointer mismatch on [5041248256000 16384]
ref mismatch on [5041273372672 16384] extent item 1, found 2
incorrect global backref count on 5041273372672 found 1 wanted 2
backpointer mismatch on [5041273372672 16384]
ref mismatch on [5041348247552 16384] extent item 0, found 1
tree backref 5041348247552 root 256 not found in extent tree
backpointer mismatch on [5041348247552 16384]
owner ref check failed [5041348247552 16384]
ref mismatch on [5041389469696 16384] extent item 1, found 2
incorrect global backref count on 5041389469696 found 1 wanted 2
backpointer mismatch on [5041389469696 16384]
ref mismatch on [5041392140288 16384] extent item 1, found 2
incorrect global backref count on 5041392140288 found 1 wanted 2
backpointer mismatch on [5041392140288 16384]
ref mismatch on [5041392156672 16384] extent item 1, found 2
incorrect global backref count on 5041392156672 found 1 wanted 2
backpointer mismatch on [5041392156672 16384]
ref mismatch on [5041414356992 16384] extent item 0, found 1
tree backref 5041414356992 root 256 not found in extent tree
backpointer mismatch on [5041414356992 16384]
owner ref check failed [5041414356992 16384]
ref mismatch on [5041414651904 16384] extent item 1, found 2
tree backref 5041414651904 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041414651904 16384]
ref mismatch on [5041415667712 16384] extent item 1, found 2
tree backref 5041415667712 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041415667712 16384]
ref mismatch on [5041419878400 16384] extent item 1, found 2
incorrect global backref count on 5041419878400 found 1 wanted 2
backpointer mismatch on [5041419878400 16384]
ref mismatch on [5041419894784 16384] extent item 1, found 2
incorrect global backref count on 5041419894784 found 1 wanted 2
backpointer mismatch on [5041419894784 16384]
ref mismatch on [5041420877824 16384] extent item 1, found 2
tree backref 5041420877824 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041420877824 16384]
ref mismatch on [5041486823424 16384] extent item 1, found 2
incorrect global backref count on 5041486823424 found 1 wanted 2
backpointer mismatch on [5041486823424 16384]
ref mismatch on [5041487118336 16384] extent item 1, found 2
incorrect global backref count on 5041487118336 found 1 wanted 2
backpointer mismatch on [5041487118336 16384]
ref mismatch on [5041550770176 16384] extent item 1, found 2
tree backref 5041550770176 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041550770176 16384]
ref mismatch on [5041576673280 16384] extent item 0, found 1
tree backref 5041576673280 root 256 not found in extent tree
backpointer mismatch on [5041576673280 16384]
owner ref check failed [5041576673280 16384]
ref mismatch on [5041583390720 16384] extent item 0, found 1
tree backref 5041583390720 root 256 not found in extent tree
backpointer mismatch on [5041583390720 16384]
owner ref check failed [5041583390720 16384]
ref mismatch on [5041590239232 16384] extent item 0, found 1
tree backref 5041590239232 root 256 not found in extent tree
backpointer mismatch on [5041590239232 16384]
owner ref check failed [5041590239232 16384]
ref mismatch on [5041594204160 16384] extent item 0, found 1
tree backref 5041594204160 root 256 not found in extent tree
backpointer mismatch on [5041594204160 16384]
owner ref check failed [5041594204160 16384]
ref mismatch on [5041598316544 16384] extent item 0, found 1
tree backref 5041598316544 root 256 not found in extent tree
backpointer mismatch on [5041598316544 16384]
owner ref check failed [5041598316544 16384]
ref mismatch on [5041600528384 16384] extent item 1, found 2
tree backref 5041600528384 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041600528384 16384]
ref mismatch on [5041628528640 16384] extent item 0, found 1
tree backref 5041628528640 root 256 not found in extent tree
backpointer mismatch on [5041628528640 16384]
owner ref check failed [5041628528640 16384]
ref mismatch on [5041633443840 16384] extent item 0, found 1
tree backref 5041633443840 root 256 not found in extent tree
backpointer mismatch on [5041633443840 16384]
owner ref check failed [5041633443840 16384]
ref mismatch on [5041634869248 16384] extent item 0, found 1
tree backref 5041634869248 root 256 not found in extent tree
backpointer mismatch on [5041634869248 16384]
owner ref check failed [5041634869248 16384]
ref mismatch on [5041646010368 16384] extent item 0, found 1
tree backref 5041646010368 root 256 not found in extent tree
backpointer mismatch on [5041646010368 16384]
owner ref check failed [5041646010368 16384]
ref mismatch on [5041647222784 16384] extent item 0, found 1
tree backref 5041647222784 root 256 not found in extent tree
backpointer mismatch on [5041647222784 16384]
owner ref check failed [5041647222784 16384]
ref mismatch on [5041665441792 16384] extent item 1, found 2
tree backref 5041665441792 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041665441792 16384]
ref mismatch on [5041667899392 16384] extent item 0, found 1
tree backref 5041667899392 root 256 not found in extent tree
backpointer mismatch on [5041667899392 16384]
owner ref check failed [5041667899392 16384]
ref mismatch on [5041667932160 16384] extent item 0, found 1
tree backref 5041667932160 root 256 not found in extent tree
backpointer mismatch on [5041667932160 16384]
owner ref check failed [5041667932160 16384]
ref mismatch on [5041667981312 16384] extent item 0, found 1
tree backref 5041667981312 root 256 not found in extent tree
backpointer mismatch on [5041667981312 16384]
owner ref check failed [5041667981312 16384]
ref mismatch on [5041668014080 16384] extent item 0, found 1
tree backref 5041668014080 root 256 not found in extent tree
backpointer mismatch on [5041668014080 16384]
owner ref check failed [5041668014080 16384]
ref mismatch on [5041668063232 16384] extent item 0, found 1
tree backref 5041668063232 root 256 not found in extent tree
backpointer mismatch on [5041668063232 16384]
owner ref check failed [5041668063232 16384]
ref mismatch on [5041668128768 16384] extent item 0, found 1
tree backref 5041668128768 root 256 not found in extent tree
backpointer mismatch on [5041668128768 16384]
owner ref check failed [5041668128768 16384]
ref mismatch on [5041668259840 16384] extent item 0, found 1
tree backref 5041668259840 root 256 not found in extent tree
backpointer mismatch on [5041668259840 16384]
owner ref check failed [5041668259840 16384]
ref mismatch on [5041668456448 16384] extent item 0, found 1
tree backref 5041668456448 root 256 not found in extent tree
backpointer mismatch on [5041668456448 16384]
owner ref check failed [5041668456448 16384]
ref mismatch on [5041668636672 16384] extent item 0, found 1
tree backref 5041668636672 root 256 not found in extent tree
backpointer mismatch on [5041668636672 16384]
owner ref check failed [5041668636672 16384]
ref mismatch on [5041668702208 16384] extent item 0, found 1
tree backref 5041668702208 root 256 not found in extent tree
backpointer mismatch on [5041668702208 16384]
owner ref check failed [5041668702208 16384]
ref mismatch on [5041668784128 16384] extent item 0, found 1
tree backref 5041668784128 root 256 not found in extent tree
backpointer mismatch on [5041668784128 16384]
owner ref check failed [5041668784128 16384]
ref mismatch on [5041669013504 16384] extent item 0, found 1
tree backref 5041669013504 root 256 not found in extent tree
backpointer mismatch on [5041669013504 16384]
owner ref check failed [5041669013504 16384]
ref mismatch on [5041669046272 16384] extent item 0, found 1
tree backref 5041669046272 root 256 not found in extent tree
backpointer mismatch on [5041669046272 16384]
owner ref check failed [5041669046272 16384]
ref mismatch on [5041684938752 16384] extent item 0, found 1
tree backref 5041684938752 root 256 not found in extent tree
backpointer mismatch on [5041684938752 16384]
owner ref check failed [5041684938752 16384]
ref mismatch on [5041720131584 16384] extent item 1, found 2
tree backref 5041720131584 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041720131584 16384]
ref mismatch on [5041730617344 16384] extent item 1, found 2
tree backref 5041730617344 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041730617344 16384]
ref mismatch on [5041771102208 16384] extent item 0, found 1
tree backref 5041771102208 root 256 not found in extent tree
backpointer mismatch on [5041771102208 16384]
owner ref check failed [5041771102208 16384]
ref mismatch on [5041806524416 16384] extent item 1, found 2
incorrect global backref count on 5041806524416 found 1 wanted 2
backpointer mismatch on [5041806524416 16384]
ref mismatch on [5041808113664 16384] extent item 1, found 2
incorrect global backref count on 5041808113664 found 1 wanted 2
backpointer mismatch on [5041808113664 16384]
ref mismatch on [5041876140032 16384] extent item 0, found 1
tree backref 5041876140032 root 256 not found in extent tree
backpointer mismatch on [5041876140032 16384]
owner ref check failed [5041876140032 16384]
ref mismatch on [5041943724032 16384] extent item 1, found 2
tree backref 5041943724032 parent 5039519645696 not found in extent tree
backpointer mismatch on [5041943724032 16384]
ref mismatch on [5041957797888 16384] extent item 1, found 2
incorrect global backref count on 5041957797888 found 1 wanted 2
backpointer mismatch on [5041957797888 16384]
ref mismatch on [5041960976384 16384] extent item 1, found 2
incorrect global backref count on 5041960976384 found 1 wanted 2
backpointer mismatch on [5041960976384 16384]
ref mismatch on [5041961910272 16384] extent item 1, found 2
incorrect global backref count on 5041961910272 found 1 wanted 2
backpointer mismatch on [5041961910272 16384]
ref mismatch on [5041979179008 16384] extent item 0, found 1
tree backref 5041979179008 root 256 not found in extent tree
backpointer mismatch on [5041979179008 16384]
owner ref check failed [5041979179008 16384]
ref mismatch on [5042001526784 16384] extent item 0, found 1
tree backref 5042001526784 root 256 not found in extent tree
backpointer mismatch on [5042001526784 16384]
owner ref check failed [5042001526784 16384]
ref mismatch on [5042041192448 16384] extent item 0, found 1
tree backref 5042041192448 root 256 not found in extent tree
backpointer mismatch on [5042041192448 16384]
owner ref check failed [5042041192448 16384]
ref mismatch on [5042041241600 16384] extent item 0, found 1
tree backref 5042041241600 root 256 not found in extent tree
backpointer mismatch on [5042041241600 16384]
owner ref check failed [5042041241600 16384]
ref mismatch on [5042042880000 16384] extent item 1, found 2
tree backref 5042042880000 parent 5039519645696 not found in extent tree
backpointer mismatch on [5042042880000 16384]
ref mismatch on [5042049056768 16384] extent item 0, found 1
tree backref 5042049056768 root 256 not found in extent tree
backpointer mismatch on [5042049056768 16384]
owner ref check failed [5042049056768 16384]
ref mismatch on [5042202165248 16384] extent item 1, found 2
incorrect global backref count on 5042202165248 found 1 wanted 2
backpointer mismatch on [5042202165248 16384]
ref mismatch on [5042211209216 16384] extent item 1, found 2
incorrect global backref count on 5042211209216 found 1 wanted 2
backpointer mismatch on [5042211209216 16384]
ref mismatch on [5314101313536 16384] extent item 1, found 2
incorrect global backref count on 5314101313536 found 1 wanted 2
backpointer mismatch on [5314101313536 16384]
ref mismatch on [5314413330432 16384] extent item 1, found 2
tree backref 5314413330432 parent 5039519645696 not found in extent tree
backpointer mismatch on [5314413330432 16384]
ref mismatch on [5314417737728 16384] extent item 0, found 1
tree backref 5314417737728 root 256 not found in extent tree
backpointer mismatch on [5314417737728 16384]
owner ref check failed [5314417737728 16384]
ref mismatch on [5314425896960 16384] extent item 1, found 2
tree backref 5314425896960 parent 5039519645696 not found in extent tree
backpointer mismatch on [5314425896960 16384]
ref mismatch on [5314426142720 16384] extent item 1, found 2
tree backref 5314426142720 parent 5039519645696 not found in extent tree
backpointer mismatch on [5314426142720 16384]
ref mismatch on [5314426798080 16384] extent item 1, found 2
tree backref 5314426798080 parent 5039519645696 not found in extent tree
backpointer mismatch on [5314426798080 16384]
ref mismatch on [5314432204800 16384] extent item 0, found 1
tree backref 5314432204800 root 256 not found in extent tree
backpointer mismatch on [5314432204800 16384]
owner ref check failed [5314432204800 16384]
ref mismatch on [5314448015360 16384] extent item 0, found 1
tree backref 5314448015360 root 256 not found in extent tree
backpointer mismatch on [5314448015360 16384]
owner ref check failed [5314448015360 16384]
ref mismatch on [5314458664960 16384] extent item 1, found 2
incorrect global backref count on 5314458664960 found 1 wanted 2
backpointer mismatch on [5314458664960 16384]
ref mismatch on [5314464694272 16384] extent item 0, found 1
tree backref 5314464694272 root 256 not found in extent tree
backpointer mismatch on [5314464694272 16384]
owner ref check failed [5314464694272 16384]
ref mismatch on [5314478833664 16384] extent item 0, found 1
tree backref 5314478833664 root 256 not found in extent tree
backpointer mismatch on [5314478833664 16384]
owner ref check failed [5314478833664 16384]
ref mismatch on [5314484027392 16384] extent item 0, found 1
tree backref 5314484027392 root 256 not found in extent tree
backpointer mismatch on [5314484027392 16384]
owner ref check failed [5314484027392 16384]
ref mismatch on [5314486026240 16384] extent item 1, found 2
incorrect global backref count on 5314486026240 found 1 wanted 2
backpointer mismatch on [5314486026240 16384]
ref mismatch on [5314489663488 16384] extent item 1, found 2
incorrect global backref count on 5314489663488 found 1 wanted 2
backpointer mismatch on [5314489663488 16384]
ref mismatch on [5314507096064 16384] extent item 0, found 1
tree backref 5314507096064 root 256 not found in extent tree
backpointer mismatch on [5314507096064 16384]
owner ref check failed [5314507096064 16384]
ref mismatch on [5314510782464 16384] extent item 0, found 1
tree backref 5314510782464 root 256 not found in extent tree
backpointer mismatch on [5314510782464 16384]
owner ref check failed [5314510782464 16384]
ref mismatch on [5314526216192 16384] extent item 0, found 1
tree backref 5314526216192 root 256 not found in extent tree
backpointer mismatch on [5314526216192 16384]
owner ref check failed [5314526216192 16384]
ref mismatch on [5314527084544 16384] extent item 1, found 2
tree backref 5314527084544 parent 5039519645696 not found in extent tree
backpointer mismatch on [5314527084544 16384]
ref mismatch on [5314530131968 16384] extent item 0, found 1
tree backref 5314530131968 root 256 not found in extent tree
backpointer mismatch on [5314530131968 16384]
owner ref check failed [5314530131968 16384]
ref mismatch on [5314535817216 16384] extent item 0, found 1
tree backref 5314535817216 root 256 not found in extent tree
backpointer mismatch on [5314535817216 16384]
owner ref check failed [5314535817216 16384]
ref mismatch on [5314544713728 16384] extent item 0, found 1
tree backref 5314544713728 root 256 not found in extent tree
backpointer mismatch on [5314544713728 16384]
owner ref check failed [5314544713728 16384]
ref mismatch on [5314549694464 16384] extent item 0, found 1
tree backref 5314549694464 root 256 not found in extent tree
backpointer mismatch on [5314549694464 16384]
owner ref check failed [5314549694464 16384]
ref mismatch on [5314605350912 16384] extent item 0, found 1
tree backref 5314605350912 root 256 not found in extent tree
backpointer mismatch on [5314605350912 16384]
owner ref check failed [5314605350912 16384]
ref mismatch on [5314651750400 16384] extent item 0, found 1
tree backref 5314651750400 root 256 not found in extent tree
backpointer mismatch on [5314651750400 16384]
owner ref check failed [5314651750400 16384]
ref mismatch on [5314658549760 16384] extent item 0, found 1
tree backref 5314658549760 root 256 not found in extent tree
backpointer mismatch on [5314658549760 16384]
owner ref check failed [5314658549760 16384]
ref mismatch on [5314678702080 16384] extent item 0, found 1
tree backref 5314678702080 root 256 not found in extent tree
backpointer mismatch on [5314678702080 16384]
owner ref check failed [5314678702080 16384]
ref mismatch on [5314686435328 16384] extent item 0, found 1
tree backref 5314686435328 root 256 not found in extent tree
backpointer mismatch on [5314686435328 16384]
owner ref check failed [5314686435328 16384]
ref mismatch on [5314694987776 16384] extent item 0, found 1
tree backref 5314694987776 root 256 not found in extent tree
backpointer mismatch on [5314694987776 16384]
owner ref check failed [5314694987776 16384]
ref mismatch on [5314701180928 16384] extent item 0, found 1
tree backref 5314701180928 root 256 not found in extent tree
backpointer mismatch on [5314701180928 16384]
owner ref check failed [5314701180928 16384]
ref mismatch on [5314707357696 16384] extent item 0, found 1
tree backref 5314707357696 root 256 not found in extent tree
backpointer mismatch on [5314707357696 16384]
owner ref check failed [5314707357696 16384]
ref mismatch on [5314722398208 16384] extent item 0, found 1
tree backref 5314722398208 root 256 not found in extent tree
backpointer mismatch on [5314722398208 16384]
owner ref check failed [5314722398208 16384]
ref mismatch on [5314725953536 16384] extent item 0, found 1
tree backref 5314725953536 root 256 not found in extent tree
backpointer mismatch on [5314725953536 16384]
owner ref check failed [5314725953536 16384]
ref mismatch on [5314731622400 16384] extent item 0, found 1
tree backref 5314731622400 root 256 not found in extent tree
backpointer mismatch on [5314731622400 16384]
owner ref check failed [5314731622400 16384]
ref mismatch on [5314738290688 16384] extent item 0, found 1
tree backref 5314738290688 root 256 not found in extent tree
backpointer mismatch on [5314738290688 16384]
owner ref check failed [5314738290688 16384]
ref mismatch on [5314745630720 16384] extent item 0, found 1
tree backref 5314745630720 root 256 not found in extent tree
backpointer mismatch on [5314745630720 16384]
owner ref check failed [5314745630720 16384]
ref mismatch on [5314753232896 16384] extent item 0, found 1
tree backref 5314753232896 root 256 not found in extent tree
backpointer mismatch on [5314753232896 16384]
owner ref check failed [5314753232896 16384]
ref mismatch on [5314763472896 16384] extent item 0, found 1
tree backref 5314763472896 root 256 not found in extent tree
backpointer mismatch on [5314763472896 16384]
owner ref check failed [5314763472896 16384]
ref mismatch on [5314779955200 16384] extent item 0, found 1
tree backref 5314779955200 root 256 not found in extent tree
backpointer mismatch on [5314779955200 16384]
owner ref check failed [5314779955200 16384]
ref mismatch on [5314814492672 16384] extent item 0, found 1
tree backref 5314814492672 root 256 not found in extent tree
backpointer mismatch on [5314814492672 16384]
owner ref check failed [5314814492672 16384]
ref mismatch on [5314822160384 16384] extent item 0, found 1
tree backref 5314822160384 root 256 not found in extent tree
backpointer mismatch on [5314822160384 16384]
owner ref check failed [5314822160384 16384]
ref mismatch on [5314855010304 16384] extent item 0, found 1
tree backref 5314855010304 root 256 not found in extent tree
backpointer mismatch on [5314855010304 16384]
owner ref check failed [5314855010304 16384]
ref mismatch on [5314871754752 16384] extent item 0, found 1
tree backref 5314871754752 root 256 not found in extent tree
backpointer mismatch on [5314871754752 16384]
owner ref check failed [5314871754752 16384]
ref mismatch on [5314876178432 16384] extent item 1, found 2
tree backref 5314876178432 parent 5039519645696 not found in extent tree
backpointer mismatch on [5314876178432 16384]
ref mismatch on [5314882584576 16384] extent item 0, found 1
tree backref 5314882584576 root 256 not found in extent tree
backpointer mismatch on [5314882584576 16384]
owner ref check failed [5314882584576 16384]
ref mismatch on [5314901606400 16384] extent item 0, found 1
tree backref 5314901606400 root 256 not found in extent tree
backpointer mismatch on [5314901606400 16384]
owner ref check failed [5314901606400 16384]
ref mismatch on [5314923872256 16384] extent item 1, found 2
incorrect global backref count on 5314923872256 found 1 wanted 2
backpointer mismatch on [5314923872256 16384]
ref mismatch on [5314953576448 16384] extent item 0, found 1
tree backref 5314953576448 root 256 not found in extent tree
backpointer mismatch on [5314953576448 16384]
owner ref check failed [5314953576448 16384]
ref mismatch on [5314987343872 16384] extent item 0, found 1
tree backref 5314987343872 root 256 not found in extent tree
backpointer mismatch on [5314987343872 16384]
owner ref check failed [5314987343872 16384]
ref mismatch on [5314991980544 16384] extent item 1, found 2
incorrect global backref count on 5314991980544 found 1 wanted 2
backpointer mismatch on [5314991980544 16384]
ref mismatch on [5314993094656 16384] extent item 0, found 1
tree backref 5314993094656 root 256 not found in extent tree
backpointer mismatch on [5314993094656 16384]
owner ref check failed [5314993094656 16384]
ref mismatch on [5315026239488 16384] extent item 1, found 2
tree backref 5315026239488 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315026239488 16384]
ref mismatch on [5315068395520 16384] extent item 0, found 1
tree backref 5315068395520 root 256 not found in extent tree
backpointer mismatch on [5315068395520 16384]
owner ref check failed [5315068395520 16384]
ref mismatch on [5315083845632 16384] extent item 1, found 2
incorrect global backref count on 5315083845632 found 1 wanted 2
backpointer mismatch on [5315083845632 16384]
ref mismatch on [5315102883840 16384] extent item 1, found 2
tree backref 5315102883840 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315102883840 16384]
ref mismatch on [5315103227904 16384] extent item 1, found 2
tree backref 5315103227904 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315103227904 16384]
ref mismatch on [5315103850496 16384] extent item 1, found 2
tree backref 5315103850496 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315103850496 16384]
ref mismatch on [5315104030720 16384] extent item 1, found 2
tree backref 5315104030720 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315104030720 16384]
ref mismatch on [5315104276480 16384] extent item 1, found 2
tree backref 5315104276480 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315104276480 16384]
ref mismatch on [5315104718848 16384] extent item 1, found 2
tree backref 5315104718848 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315104718848 16384]
ref mismatch on [5315104833536 16384] extent item 1, found 2
tree backref 5315104833536 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315104833536 16384]
ref mismatch on [5315111993344 16384] extent item 0, found 1
tree backref 5315111993344 root 256 not found in extent tree
backpointer mismatch on [5315111993344 16384]
owner ref check failed [5315111993344 16384]
ref mismatch on [5315114582016 16384] extent item 0, found 1
tree backref 5315114582016 root 256 not found in extent tree
backpointer mismatch on [5315114582016 16384]
owner ref check failed [5315114582016 16384]
ref mismatch on [5315138387968 16384] extent item 1, found 2
incorrect global backref count on 5315138387968 found 1 wanted 2
backpointer mismatch on [5315138387968 16384]
ref mismatch on [5315138633728 16384] extent item 1, found 2
incorrect global backref count on 5315138633728 found 1 wanted 2
backpointer mismatch on [5315138633728 16384]
ref mismatch on [5315143237632 16384] extent item 1, found 2
tree backref 5315143237632 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315143237632 16384]
ref mismatch on [5315154919424 16384] extent item 0, found 1
tree backref 5315154919424 root 256 not found in extent tree
backpointer mismatch on [5315154919424 16384]
owner ref check failed [5315154919424 16384]
ref mismatch on [5315167502336 16384] extent item 0, found 1
tree backref 5315167502336 root 256 not found in extent tree
backpointer mismatch on [5315167502336 16384]
owner ref check failed [5315167502336 16384]
ref mismatch on [5315172958208 16384] extent item 0, found 1
tree backref 5315172958208 root 256 not found in extent tree
backpointer mismatch on [5315172958208 16384]
owner ref check failed [5315172958208 16384]
ref mismatch on [5315176792064 16384] extent item 0, found 1
tree backref 5315176792064 root 256 not found in extent tree
backpointer mismatch on [5315176792064 16384]
owner ref check failed [5315176792064 16384]
ref mismatch on [5315184214016 16384] extent item 0, found 1
tree backref 5315184214016 root 256 not found in extent tree
backpointer mismatch on [5315184214016 16384]
owner ref check failed [5315184214016 16384]
ref mismatch on [5315188703232 16384] extent item 1, found 2
incorrect global backref count on 5315188703232 found 1 wanted 2
backpointer mismatch on [5315188703232 16384]
ref mismatch on [5315196354560 16384] extent item 1, found 2
incorrect global backref count on 5315196354560 found 1 wanted 2
backpointer mismatch on [5315196354560 16384]
ref mismatch on [5315196747776 16384] extent item 1, found 2
incorrect global backref count on 5315196747776 found 1 wanted 2
backpointer mismatch on [5315196747776 16384]
ref mismatch on [5315218341888 16384] extent item 1, found 2
incorrect global backref count on 5315218341888 found 1 wanted 2
backpointer mismatch on [5315218341888 16384]
ref mismatch on [5315226386432 16384] extent item 0, found 1
tree backref 5315226386432 root 256 not found in extent tree
backpointer mismatch on [5315226386432 16384]
owner ref check failed [5315226386432 16384]
ref mismatch on [5315231318016 16384] extent item 0, found 1
tree backref 5315231318016 root 256 not found in extent tree
backpointer mismatch on [5315231318016 16384]
owner ref check failed [5315231318016 16384]
ref mismatch on [5315235053568 16384] extent item 0, found 1
tree backref 5315235053568 root 256 not found in extent tree
backpointer mismatch on [5315235053568 16384]
owner ref check failed [5315235053568 16384]
ref mismatch on [5315242704896 16384] extent item 0, found 1
tree backref 5315242704896 root 256 not found in extent tree
backpointer mismatch on [5315242704896 16384]
owner ref check failed [5315242704896 16384]
ref mismatch on [5315269181440 16384] extent item 0, found 1
tree backref 5315269181440 root 256 not found in extent tree
backpointer mismatch on [5315269181440 16384]
owner ref check failed [5315269181440 16384]
ref mismatch on [5315277373440 16384] extent item 0, found 1
tree backref 5315277373440 root 256 not found in extent tree
backpointer mismatch on [5315277373440 16384]
owner ref check failed [5315277373440 16384]
ref mismatch on [5315280125952 16384] extent item 0, found 1
tree backref 5315280125952 root 256 not found in extent tree
backpointer mismatch on [5315280125952 16384]
owner ref check failed [5315280125952 16384]
ref mismatch on [5315293904896 16384] extent item 0, found 1
tree backref 5315293904896 root 256 not found in extent tree
backpointer mismatch on [5315293904896 16384]
owner ref check failed [5315293904896 16384]
ref mismatch on [5315333521408 16384] extent item 0, found 1
tree backref 5315333521408 root 256 not found in extent tree
backpointer mismatch on [5315333521408 16384]
owner ref check failed [5315333521408 16384]
ref mismatch on [5315343450112 16384] extent item 0, found 1
tree backref 5315343450112 root 256 not found in extent tree
backpointer mismatch on [5315343450112 16384]
owner ref check failed [5315343450112 16384]
ref mismatch on [5315361275904 16384] extent item 0, found 1
tree backref 5315361275904 root 256 not found in extent tree
backpointer mismatch on [5315361275904 16384]
owner ref check failed [5315361275904 16384]
ref mismatch on [5315375054848 16384] extent item 0, found 1
tree backref 5315375054848 root 256 not found in extent tree
backpointer mismatch on [5315375054848 16384]
owner ref check failed [5315375054848 16384]
ref mismatch on [5315389374464 16384] extent item 0, found 1
tree backref 5315389374464 root 256 not found in extent tree
backpointer mismatch on [5315389374464 16384]
owner ref check failed [5315389374464 16384]
ref mismatch on [5315389423616 16384] extent item 0, found 1
tree backref 5315389423616 root 256 not found in extent tree
backpointer mismatch on [5315389423616 16384]
owner ref check failed [5315389423616 16384]
ref mismatch on [5315418210304 16384] extent item 0, found 1
tree backref 5315418210304 root 256 not found in extent tree
backpointer mismatch on [5315418210304 16384]
owner ref check failed [5315418210304 16384]
ref mismatch on [5315449307136 16384] extent item 0, found 1
tree backref 5315449307136 root 256 not found in extent tree
backpointer mismatch on [5315449307136 16384]
owner ref check failed [5315449307136 16384]
ref mismatch on [5315454828544 16384] extent item 1, found 2
incorrect global backref count on 5315454828544 found 1 wanted 2
backpointer mismatch on [5315454828544 16384]
ref mismatch on [5315456253952 16384] extent item 0, found 1
tree backref 5315456253952 root 256 not found in extent tree
backpointer mismatch on [5315456253952 16384]
owner ref check failed [5315456253952 16384]
ref mismatch on [5315474456576 16384] extent item 0, found 1
tree backref 5315474456576 root 256 not found in extent tree
backpointer mismatch on [5315474456576 16384]
owner ref check failed [5315474456576 16384]
ref mismatch on [5315492085760 16384] extent item 0, found 1
tree backref 5315492085760 root 256 not found in extent tree
backpointer mismatch on [5315492085760 16384]
owner ref check failed [5315492085760 16384]
ref mismatch on [5315511123968 16384] extent item 0, found 1
tree backref 5315511123968 root 256 not found in extent tree
backpointer mismatch on [5315511123968 16384]
owner ref check failed [5315511123968 16384]
ref mismatch on [5315559620608 16384] extent item 0, found 1
tree backref 5315559620608 root 256 not found in extent tree
backpointer mismatch on [5315559620608 16384]
owner ref check failed [5315559620608 16384]
ref mismatch on [5315598401536 16384] extent item 1, found 2
incorrect global backref count on 5315598401536 found 1 wanted 2
backpointer mismatch on [5315598401536 16384]
ref mismatch on [5315618521088 16384] extent item 1, found 2
incorrect global backref count on 5315618521088 found 1 wanted 2
backpointer mismatch on [5315618521088 16384]
ref mismatch on [5315623567360 16384] extent item 1, found 2
incorrect global backref count on 5315623567360 found 1 wanted 2
backpointer mismatch on [5315623567360 16384]
ref mismatch on [5315634528256 16384] extent item 1, found 2
incorrect global backref count on 5315634528256 found 1 wanted 2
backpointer mismatch on [5315634528256 16384]
ref mismatch on [5315655106560 16384] extent item 1, found 2
tree backref 5315655106560 parent 5039519645696 not found in extent tree
backpointer mismatch on [5315655106560 16384]
ref mismatch on [5315664265216 16384] extent item 1, found 2
incorrect global backref count on 5315664265216 found 1 wanted 2
backpointer mismatch on [5315664265216 16384]
ref mismatch on [5315706028032 16384] extent item 1, found 2
incorrect global backref count on 5315706028032 found 1 wanted 2
backpointer mismatch on [5315706028032 16384]
ref mismatch on [5315724460032 16384] extent item 1, found 2
incorrect global backref count on 5315724460032 found 1 wanted 2
backpointer mismatch on [5315724460032 16384]
ref mismatch on [5315740205056 16384] extent item 1, found 2
incorrect global backref count on 5315740205056 found 1 wanted 2
backpointer mismatch on [5315740205056 16384]
ref mismatch on [5315740401664 16384] extent item 1, found 2
incorrect global backref count on 5315740401664 found 1 wanted 2
backpointer mismatch on [5315740401664 16384]
ref mismatch on [5315755606016 16384] extent item 1, found 2
incorrect global backref count on 5315755606016 found 1 wanted 2
backpointer mismatch on [5315755606016 16384]
ref mismatch on [5315760881664 16384] extent item 0, found 1
tree backref 5315760881664 root 256 not found in extent tree
backpointer mismatch on [5315760881664 16384]
owner ref check failed [5315760881664 16384]
ref mismatch on [5315764797440 16384] extent item 0, found 1
tree backref 5315764797440 root 256 not found in extent tree
backpointer mismatch on [5315764797440 16384]
owner ref check failed [5315764797440 16384]
ref mismatch on [5315837411328 16384] extent item 0, found 1
tree backref 5315837411328 root 256 not found in extent tree
backpointer mismatch on [5315837411328 16384]
owner ref check failed [5315837411328 16384]
ref mismatch on [5315858464768 16384] extent item 0, found 1
tree backref 5315858464768 root 256 not found in extent tree
backpointer mismatch on [5315858464768 16384]
owner ref check failed [5315858464768 16384]
ref mismatch on [5315904946176 16384] extent item 1, found 2
incorrect global backref count on 5315904946176 found 1 wanted 2
backpointer mismatch on [5315904946176 16384]
ref mismatch on [5315938222080 16384] extent item 1, found 2
incorrect global backref count on 5315938222080 found 1 wanted 2
backpointer mismatch on [5315938222080 16384]
ref mismatch on [5315938254848 16384] extent item 1, found 2
incorrect global backref count on 5315938254848 found 1 wanted 2
backpointer mismatch on [5315938254848 16384]
ref mismatch on [5315938484224 16384] extent item 1, found 2
incorrect global backref count on 5315938484224 found 1 wanted 2
backpointer mismatch on [5315938484224 16384]
ref mismatch on [5315981066240 16384] extent item 1, found 2
incorrect global backref count on 5315981066240 found 1 wanted 2
backpointer mismatch on [5315981066240 16384]
ref mismatch on [5316008034304 16384] extent item 1, found 2
incorrect global backref count on 5316008034304 found 1 wanted 2
backpointer mismatch on [5316008034304 16384]
ref mismatch on [5316011835392 16384] extent item 1, found 2
incorrect global backref count on 5316011835392 found 1 wanted 2
backpointer mismatch on [5316011835392 16384]
ref mismatch on [5316011851776 16384] extent item 1, found 2
incorrect global backref count on 5316011851776 found 1 wanted 2
backpointer mismatch on [5316011851776 16384]
ref mismatch on [5316011917312 16384] extent item 1, found 2
incorrect global backref count on 5316011917312 found 1 wanted 2
backpointer mismatch on [5316011917312 16384]
ref mismatch on [5316012064768 16384] extent item 1, found 2
incorrect global backref count on 5316012064768 found 1 wanted 2
backpointer mismatch on [5316012064768 16384]
ref mismatch on [5316012163072 16384] extent item 1, found 2
incorrect global backref count on 5316012163072 found 1 wanted 2
backpointer mismatch on [5316012163072 16384]
ref mismatch on [5316018356224 16384] extent item 1, found 2
incorrect global backref count on 5316018356224 found 1 wanted 2
backpointer mismatch on [5316018356224 16384]
ref mismatch on [5316018421760 16384] extent item 1, found 2
incorrect global backref count on 5316018421760 found 1 wanted 2
backpointer mismatch on [5316018421760 16384]
ref mismatch on [5316020846592 16384] extent item 1, found 2
incorrect global backref count on 5316020846592 found 1 wanted 2
backpointer mismatch on [5316020846592 16384]
ref mismatch on [5316022075392 16384] extent item 1, found 2
incorrect global backref count on 5316022075392 found 1 wanted 2
backpointer mismatch on [5316022075392 16384]
ref mismatch on [5316022108160 16384] extent item 1, found 2
incorrect global backref count on 5316022108160 found 1 wanted 2
backpointer mismatch on [5316022108160 16384]
ref mismatch on [5316024598528 16384] extent item 1, found 2
incorrect global backref count on 5316024598528 found 1 wanted 2
backpointer mismatch on [5316024598528 16384]
ref mismatch on [5316037492736 16384] extent item 1, found 2
incorrect global backref count on 5316037492736 found 1 wanted 2
backpointer mismatch on [5316037492736 16384]
ref mismatch on [5316054269952 16384] extent item 1, found 2
incorrect global backref count on 5316054269952 found 1 wanted 2
backpointer mismatch on [5316054269952 16384]
ref mismatch on [5316054597632 16384] extent item 1, found 2
incorrect global backref count on 5316054597632 found 1 wanted 2
backpointer mismatch on [5316054597632 16384]
ref mismatch on [5316068294656 16384] extent item 0, found 1
tree backref 5316068294656 root 256 not found in extent tree
backpointer mismatch on [5316068294656 16384]
owner ref check failed [5316068294656 16384]
ref mismatch on [5397886550016 16384] extent item 1, found 2
tree backref 5397886550016 parent 5039519645696 not found in extent tree
backpointer mismatch on [5397886550016 16384]
ref mismatch on [5398069854208 16384] extent item 1, found 2
incorrect global backref count on 5398069854208 found 1 wanted 2
backpointer mismatch on [5398069854208 16384]
ref mismatch on [5398069870592 16384] extent item 1, found 2
incorrect global backref count on 5398069870592 found 1 wanted 2
backpointer mismatch on [5398069870592 16384]
ref mismatch on [5398156722176 16384] extent item 1, found 2
incorrect global backref count on 5398156722176 found 1 wanted 2
backpointer mismatch on [5398156722176 16384]
ref mismatch on [5398156738560 16384] extent item 1, found 2
incorrect global backref count on 5398156738560 found 1 wanted 2
backpointer mismatch on [5398156738560 16384]
ref mismatch on [5398160080896 16384] extent item 1, found 2
incorrect global backref count on 5398160080896 found 1 wanted 2
backpointer mismatch on [5398160080896 16384]
ref mismatch on [5398165684224 16384] extent item 1, found 2
incorrect global backref count on 5398165684224 found 1 wanted 2
backpointer mismatch on [5398165684224 16384]
ref mismatch on [5398215000064 16384] extent item 0, found 1
tree backref 5398215000064 root 256 not found in extent tree
backpointer mismatch on [5398215000064 16384]
owner ref check failed [5398215000064 16384]
ref mismatch on [5398237429760 16384] extent item 0, found 1
tree backref 5398237429760 root 256 not found in extent tree
backpointer mismatch on [5398237429760 16384]
owner ref check failed [5398237429760 16384]
ref mismatch on [5398358081536 16384] extent item 0, found 1
tree backref 5398358081536 root 256 not found in extent tree
backpointer mismatch on [5398358081536 16384]
owner ref check failed [5398358081536 16384]
ref mismatch on [5398433284096 16384] extent item 0, found 1
tree backref 5398433284096 root 256 not found in extent tree
backpointer mismatch on [5398433284096 16384]
owner ref check failed [5398433284096 16384]
ref mismatch on [5398552838144 16384] extent item 0, found 1
tree backref 5398552838144 root 256 not found in extent tree
backpointer mismatch on [5398552838144 16384]
owner ref check failed [5398552838144 16384]
ref mismatch on [5398694412288 16384] extent item 1, found 2
tree backref 5398694412288 parent 5039519645696 not found in extent tree
backpointer mismatch on [5398694412288 16384]
ref mismatch on [5398824435712 16384] extent item 1, found 2
tree backref 5398824435712 parent 5039519645696 not found in extent tree
backpointer mismatch on [5398824435712 16384]
ref mismatch on [5398830858240 16384] extent item 1, found 2
incorrect global backref count on 5398830858240 found 1 wanted 2
backpointer mismatch on [5398830858240 16384]
ref mismatch on [5398859530240 16384] extent item 1, found 2
incorrect global backref count on 5398859530240 found 1 wanted 2
backpointer mismatch on [5398859530240 16384]
ref mismatch on [5398864297984 16384] extent item 1, found 2
tree backref 5398864297984 parent 5039519645696 not found in extent tree
backpointer mismatch on [5398864297984 16384]
ref mismatch on [5398888316928 16384] extent item 1, found 2
incorrect global backref count on 5398888316928 found 1 wanted 2
backpointer mismatch on [5398888316928 16384]
ref mismatch on [5398904717312 16384] extent item 1, found 2
incorrect global backref count on 5398904717312 found 1 wanted 2
backpointer mismatch on [5398904717312 16384]
ref mismatch on [5398949150720 16384] extent item 1, found 2
incorrect global backref count on 5398949150720 found 1 wanted 2
backpointer mismatch on [5398949150720 16384]
ref mismatch on [5399004364800 16384] extent item 0, found 1
tree backref 5399004364800 root 256 not found in extent tree
backpointer mismatch on [5399004364800 16384]
owner ref check failed [5399004364800 16384]
ref mismatch on [5399006494720 16384] extent item 0, found 1
tree backref 5399006494720 root 256 not found in extent tree
backpointer mismatch on [5399006494720 16384]
owner ref check failed [5399006494720 16384]
ref mismatch on [5399007281152 16384] extent item 0, found 1
tree backref 5399007281152 root 256 not found in extent tree
backpointer mismatch on [5399007281152 16384]
owner ref check failed [5399007281152 16384]
ref mismatch on [5399029186560 16384] extent item 0, found 1
tree backref 5399029186560 root 256 not found in extent tree
backpointer mismatch on [5399029186560 16384]
owner ref check failed [5399029186560 16384]
ref mismatch on [5399060250624 16384] extent item 0, found 1
tree backref 5399060250624 root 256 not found in extent tree
backpointer mismatch on [5399060250624 16384]
owner ref check failed [5399060250624 16384]
ref mismatch on [5399067688960 16384] extent item 0, found 1
tree backref 5399067688960 root 256 not found in extent tree
backpointer mismatch on [5399067688960 16384]
owner ref check failed [5399067688960 16384]
ref mismatch on [5399087513600 16384] extent item 0, found 1
tree backref 5399087513600 root 256 not found in extent tree
backpointer mismatch on [5399087513600 16384]
owner ref check failed [5399087513600 16384]
ref mismatch on [5399136665600 16384] extent item 0, found 1
tree backref 5399136665600 root 256 not found in extent tree
backpointer mismatch on [5399136665600 16384]
owner ref check failed [5399136665600 16384]
ref mismatch on [5399348248576 16384] extent item 0, found 1
tree backref 5399348248576 root 256 not found in extent tree
backpointer mismatch on [5399348248576 16384]
owner ref check failed [5399348248576 16384]
ref mismatch on [5399381737472 16384] extent item 0, found 1
tree backref 5399381737472 root 256 not found in extent tree
backpointer mismatch on [5399381737472 16384]
owner ref check failed [5399381737472 16384]
ref mismatch on [5399405559808 16384] extent item 0, found 1
tree backref 5399405559808 root 256 not found in extent tree
backpointer mismatch on [5399405559808 16384]
owner ref check failed [5399405559808 16384]
ref mismatch on [5399414964224 16384] extent item 0, found 1
tree backref 5399414964224 root 256 not found in extent tree
backpointer mismatch on [5399414964224 16384]
owner ref check failed [5399414964224 16384]
ref mismatch on [5399418191872 16384] extent item 1, found 2
incorrect global backref count on 5399418191872 found 1 wanted 2
backpointer mismatch on [5399418191872 16384]
ref mismatch on [5399462510592 16384] extent item 1, found 2
incorrect global backref count on 5399462510592 found 1 wanted 2
backpointer mismatch on [5399462510592 16384]
ref mismatch on [5399480647680 16384] extent item 1, found 2
incorrect global backref count on 5399480647680 found 1 wanted 2
backpointer mismatch on [5399480647680 16384]
ref mismatch on [5399495688192 16384] extent item 1, found 2
incorrect global backref count on 5399495688192 found 1 wanted 2
backpointer mismatch on [5399495688192 16384]
ref mismatch on [5399564648448 16384] extent item 0, found 1
tree backref 5399564648448 root 256 not found in extent tree
backpointer mismatch on [5399564648448 16384]
owner ref check failed [5399564648448 16384]
ref mismatch on [5399603871744 16384] extent item 1, found 2
incorrect global backref count on 5399603871744 found 1 wanted 2
backpointer mismatch on [5399603871744 16384]
ref mismatch on [5399603904512 16384] extent item 1, found 2
incorrect global backref count on 5399603904512 found 1 wanted 2
backpointer mismatch on [5399603904512 16384]
ref mismatch on [5399647043584 16384] extent item 1, found 2
incorrect global backref count on 5399647043584 found 1 wanted 2
backpointer mismatch on [5399647043584 16384]
ref mismatch on [5399647125504 16384] extent item 1, found 2
incorrect global backref count on 5399647125504 found 1 wanted 2
backpointer mismatch on [5399647125504 16384]
ref mismatch on [5399649763328 16384] extent item 1, found 2
incorrect global backref count on 5399649763328 found 1 wanted 2
backpointer mismatch on [5399649763328 16384]
ref mismatch on [5399658364928 16384] extent item 1, found 2
incorrect global backref count on 5399658364928 found 1 wanted 2
backpointer mismatch on [5399658364928 16384]
ref mismatch on [5399661051904 16384] extent item 1, found 2
incorrect global backref count on 5399661051904 found 1 wanted 2
backpointer mismatch on [5399661051904 16384]
ref mismatch on [5399681269760 16384] extent item 0, found 1
tree backref 5399681269760 root 256 not found in extent tree
backpointer mismatch on [5399681269760 16384]
owner ref check failed [5399681269760 16384]
ref mismatch on [5399681581056 16384] extent item 0, found 1
tree backref 5399681581056 root 256 not found in extent tree
backpointer mismatch on [5399681581056 16384]
owner ref check failed [5399681581056 16384]
ref mismatch on [5399685529600 16384] extent item 1, found 2
incorrect global backref count on 5399685529600 found 1 wanted 2
backpointer mismatch on [5399685529600 16384]
ref mismatch on [5399700537344 16384] extent item 1, found 2
incorrect global backref count on 5399700537344 found 1 wanted 2
backpointer mismatch on [5399700537344 16384]
ref mismatch on [5399766777856 16384] extent item 1, found 2
incorrect global backref count on 5399766777856 found 1 wanted 2
backpointer mismatch on [5399766777856 16384]
ref mismatch on [5399869554688 16384] extent item 0, found 1
tree backref 5399869554688 root 256 not found in extent tree
backpointer mismatch on [5399869554688 16384]
owner ref check failed [5399869554688 16384]
ref mismatch on [5446063456256 16384] extent item 1, found 2
incorrect global backref count on 5446063456256 found 1 wanted 2
backpointer mismatch on [5446063456256 16384]
ref mismatch on [5446080872448 16384] extent item 1, found 2
incorrect global backref count on 5446080872448 found 1 wanted 2
backpointer mismatch on [5446080872448 16384]
ref mismatch on [5446082789376 16384] extent item 0, found 1
tree backref 5446082789376 root 256 not found in extent tree
backpointer mismatch on [5446082789376 16384]
owner ref check failed [5446082789376 16384]
ref mismatch on [5446083543040 16384] extent item 1, found 2
incorrect global backref count on 5446083543040 found 1 wanted 2
backpointer mismatch on [5446083543040 16384]
ref mismatch on [5446085492736 16384] extent item 0, found 1
tree backref 5446085492736 root 256 not found in extent tree
backpointer mismatch on [5446085492736 16384]
owner ref check failed [5446085492736 16384]
ref mismatch on [5446092111872 16384] extent item 1, found 2
incorrect global backref count on 5446092111872 found 1 wanted 2
backpointer mismatch on [5446092111872 16384]
ref mismatch on [5446093225984 16384] extent item 1, found 2
incorrect global backref count on 5446093225984 found 1 wanted 2
backpointer mismatch on [5446093225984 16384]
ref mismatch on [5446113722368 16384] extent item 0, found 1
tree backref 5446113722368 root 256 not found in extent tree
backpointer mismatch on [5446113722368 16384]
owner ref check failed [5446113722368 16384]
ref mismatch on [5446126141440 16384] extent item 1, found 2
incorrect global backref count on 5446126141440 found 1 wanted 2
backpointer mismatch on [5446126141440 16384]
ref mismatch on [5446126960640 16384] extent item 1, found 2
incorrect global backref count on 5446126960640 found 1 wanted 2
backpointer mismatch on [5446126960640 16384]
ref mismatch on [5446165528576 16384] extent item 0, found 1
tree backref 5446165528576 root 256 not found in extent tree
backpointer mismatch on [5446165528576 16384]
owner ref check failed [5446165528576 16384]
ref mismatch on [5446212911104 16384] extent item 1, found 2
incorrect global backref count on 5446212911104 found 1 wanted 2
backpointer mismatch on [5446212911104 16384]
ref mismatch on [5446255509504 16384] extent item 1, found 2
incorrect global backref count on 5446255509504 found 1 wanted 2
backpointer mismatch on [5446255509504 16384]
ref mismatch on [5446262718464 16384] extent item 1, found 2
incorrect global backref count on 5446262718464 found 1 wanted 2
backpointer mismatch on [5446262718464 16384]
ref mismatch on [5446268076032 16384] extent item 0, found 1
tree backref 5446268076032 root 256 not found in extent tree
backpointer mismatch on [5446268076032 16384]
owner ref check failed [5446268076032 16384]
ref mismatch on [5446469648384 16384] extent item 0, found 1
tree backref 5446469648384 root 256 not found in extent tree
backpointer mismatch on [5446469648384 16384]
owner ref check failed [5446469648384 16384]
ref mismatch on [5446568378368 16384] extent item 1, found 2
incorrect global backref count on 5446568378368 found 1 wanted 2
backpointer mismatch on [5446568378368 16384]
ref mismatch on [5446573293568 16384] extent item 0, found 1
tree backref 5446573293568 root 256 not found in extent tree
backpointer mismatch on [5446573293568 16384]
owner ref check failed [5446573293568 16384]
ref mismatch on [5446575259648 16384] extent item 1, found 2
tree backref 5446575259648 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446575259648 16384]
ref mismatch on [5446589546496 16384] extent item 1, found 2
incorrect global backref count on 5446589546496 found 1 wanted 2
backpointer mismatch on [5446589546496 16384]
ref mismatch on [5446603522048 16384] extent item 1, found 2
incorrect global backref count on 5446603522048 found 1 wanted 2
backpointer mismatch on [5446603522048 16384]
ref mismatch on [5446603620352 16384] extent item 1, found 2
incorrect global backref count on 5446603620352 found 1 wanted 2
backpointer mismatch on [5446603620352 16384]
ref mismatch on [5446603636736 16384] extent item 1, found 2
incorrect global backref count on 5446603636736 found 1 wanted 2
backpointer mismatch on [5446603636736 16384]
ref mismatch on [5446604816384 16384] extent item 1, found 2
tree backref 5446604816384 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446604816384 16384]
ref mismatch on [5446634504192 16384] extent item 1, found 2
incorrect global backref count on 5446634504192 found 1 wanted 2
backpointer mismatch on [5446634504192 16384]
ref mismatch on [5446675709952 16384] extent item 1, found 2
incorrect global backref count on 5446675709952 found 1 wanted 2
backpointer mismatch on [5446675709952 16384]
ref mismatch on [5446690308096 16384] extent item 1, found 2
tree backref 5446690308096 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446690308096 16384]
ref mismatch on [5446690930688 16384] extent item 1, found 2
tree backref 5446690930688 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446690930688 16384]
ref mismatch on [5446691815424 16384] extent item 1, found 2
tree backref 5446691815424 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446691815424 16384]
ref mismatch on [5446738083840 16384] extent item 0, found 1
tree backref 5446738083840 root 256 not found in extent tree
backpointer mismatch on [5446738083840 16384]
owner ref check failed [5446738083840 16384]
ref mismatch on [5446771605504 16384] extent item 0, found 1
tree backref 5446771605504 root 256 not found in extent tree
backpointer mismatch on [5446771605504 16384]
owner ref check failed [5446771605504 16384]
ref mismatch on [5446774423552 16384] extent item 0, found 1
tree backref 5446774423552 root 256 not found in extent tree
backpointer mismatch on [5446774423552 16384]
owner ref check failed [5446774423552 16384]
ref mismatch on [5446775013376 16384] extent item 0, found 1
tree backref 5446775013376 root 256 not found in extent tree
backpointer mismatch on [5446775013376 16384]
owner ref check failed [5446775013376 16384]
ref mismatch on [5446777192448 16384] extent item 0, found 1
tree backref 5446777192448 root 256 not found in extent tree
backpointer mismatch on [5446777192448 16384]
owner ref check failed [5446777192448 16384]
ref mismatch on [5446779240448 16384] extent item 0, found 1
tree backref 5446779240448 root 256 not found in extent tree
backpointer mismatch on [5446779240448 16384]
owner ref check failed [5446779240448 16384]
ref mismatch on [5446785449984 16384] extent item 1, found 2
incorrect global backref count on 5446785449984 found 1 wanted 2
backpointer mismatch on [5446785449984 16384]
ref mismatch on [5446786842624 16384] extent item 0, found 1
tree backref 5446786842624 root 256 not found in extent tree
backpointer mismatch on [5446786842624 16384]
owner ref check failed [5446786842624 16384]
ref mismatch on [5446791430144 16384] extent item 0, found 1
tree backref 5446791430144 root 256 not found in extent tree
backpointer mismatch on [5446791430144 16384]
owner ref check failed [5446791430144 16384]
ref mismatch on [5446813483008 16384] extent item 0, found 1
tree backref 5446813483008 root 256 not found in extent tree
backpointer mismatch on [5446813483008 16384]
owner ref check failed [5446813483008 16384]
ref mismatch on [5446829932544 16384] extent item 1, found 2
incorrect global backref count on 5446829932544 found 1 wanted 2
backpointer mismatch on [5446829932544 16384]
ref mismatch on [5446830211072 16384] extent item 1, found 2
incorrect global backref count on 5446830211072 found 1 wanted 2
backpointer mismatch on [5446830211072 16384]
ref mismatch on [5446858080256 16384] extent item 1, found 2
tree backref 5446858080256 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446858080256 16384]
ref mismatch on [5446876725248 16384] extent item 1, found 2
tree backref 5446876725248 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446876725248 16384]
ref mismatch on [5446877986816 16384] extent item 1, found 2
tree backref 5446877986816 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446877986816 16384]
ref mismatch on [5446880296960 16384] extent item 0, found 1
tree backref 5446880296960 root 256 not found in extent tree
backpointer mismatch on [5446880296960 16384]
owner ref check failed [5446880296960 16384]
ref mismatch on [5446881558528 16384] extent item 1, found 2
tree backref 5446881558528 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446881558528 16384]
ref mismatch on [5446884032512 16384] extent item 1, found 2
tree backref 5446884032512 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446884032512 16384]
ref mismatch on [5446884900864 16384] extent item 1, found 2
tree backref 5446884900864 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446884900864 16384]
ref mismatch on [5446911918080 16384] extent item 1, found 2
incorrect global backref count on 5446911918080 found 1 wanted 2
backpointer mismatch on [5446911918080 16384]
ref mismatch on [5446911934464 16384] extent item 1, found 2
incorrect global backref count on 5446911934464 found 1 wanted 2
backpointer mismatch on [5446911934464 16384]
ref mismatch on [5446914162688 16384] extent item 1, found 2
incorrect global backref count on 5446914162688 found 1 wanted 2
backpointer mismatch on [5446914162688 16384]
ref mismatch on [5446914211840 16384] extent item 1, found 2
incorrect global backref count on 5446914211840 found 1 wanted 2
backpointer mismatch on [5446914211840 16384]
ref mismatch on [5446914326528 16384] extent item 1, found 2
incorrect global backref count on 5446914326528 found 1 wanted 2
backpointer mismatch on [5446914326528 16384]
ref mismatch on [5446939082752 16384] extent item 1, found 2
incorrect global backref count on 5446939082752 found 1 wanted 2
backpointer mismatch on [5446939082752 16384]
ref mismatch on [5446995492864 16384] extent item 1, found 2
incorrect global backref count on 5446995492864 found 1 wanted 2
backpointer mismatch on [5446995492864 16384]
ref mismatch on [5446998720512 16384] extent item 1, found 2
tree backref 5446998720512 parent 5039519645696 not found in extent tree
backpointer mismatch on [5446998720512 16384]
ref mismatch on [5447002685440 16384] extent item 1, found 2
tree backref 5447002685440 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447002685440 16384]
ref mismatch on [5447003029504 16384] extent item 1, found 2
tree backref 5447003029504 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447003029504 16384]
ref mismatch on [5447003209728 16384] extent item 1, found 2
tree backref 5447003209728 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447003209728 16384]
ref mismatch on [5447006371840 16384] extent item 1, found 2
tree backref 5447006371840 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447006371840 16384]
ref mismatch on [5447006535680 16384] extent item 1, found 2
tree backref 5447006535680 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447006535680 16384]
ref mismatch on [5447006961664 16384] extent item 1, found 2
tree backref 5447006961664 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447006961664 16384]
ref mismatch on [5447006994432 16384] extent item 1, found 2
tree backref 5447006994432 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447006994432 16384]
ref mismatch on [5447007027200 16384] extent item 1, found 2
tree backref 5447007027200 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447007027200 16384]
ref mismatch on [5447007125504 16384] extent item 1, found 2
tree backref 5447007125504 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447007125504 16384]
ref mismatch on [5447007174656 16384] extent item 1, found 2
tree backref 5447007174656 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447007174656 16384]
ref mismatch on [5447007240192 16384] extent item 1, found 2
tree backref 5447007240192 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447007240192 16384]
ref mismatch on [5447019266048 16384] extent item 1, found 2
tree backref 5447019266048 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447019266048 16384]
ref mismatch on [5447049166848 16384] extent item 1, found 2
tree backref 5447049166848 parent 5039519645696 not found in extent tree
backpointer mismatch on [5447049166848 16384]
ref mismatch on [5447065239552 16384] extent item 0, found 1
tree backref 5447065239552 root 256 not found in extent tree
backpointer mismatch on [5447065239552 16384]
owner ref check failed [5447065239552 16384]
ERROR: errors found in extent allocation tree or chunk allocation
[3/7] checking free space tree
parent transid verify failed on 5039519498240 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=3 parent level=1 child bytenr=5039519498240 child level=1
could not load free space tree: Input/output error
parent transid verify failed on 5039519498240 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=3 parent level=1 child bytenr=5039519498240 child level=1
could not load free space tree: Input/output error
parent transid verify failed on 5039519498240 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=3 parent level=1 child bytenr=5039519498240 child level=1
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039519645696 wanted 650768 found 650771
Ignoring transid failure
ERROR: child eb corrupted: parent bytenr=5039523102720 item=7 parent level=1 child bytenr=5039519645696 child level=2
could not load free space tree: Input/output error
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
unexpected key of type 169
free space info recorded 130 extents, counted 124
there is no free space entry for 5026187636736-5026187644928
cache appears valid but isn't 5024076791808
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
parent transid verify failed on 5039523528704 wanted 650769 found 650771
Ignoring transid failure
could not load free space tree: No such file or directory
[4/7] checking fs roots
parent transid verify failed on 5039518679040 wanted 650768 found 650771
Ignoring transid failure
Wrong key of child node/leaf, wanted: (113830408, 108, 0), have: (256, 1, 0)
Wrong generation of child node/leaf, wanted: 650771, have: 650768
root 256 inode 113830408 errors 400, nbytes wrong
root 256 inode 113830409 errors 2001, no inode item, link count wrong
	unresolved ref dir 16124647 index 2333 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113830414 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367259 namelen 18 name 1ccefa5df99c0e12_0 filetype 1 errors 4, no inode ref
root 256 inode 113830416 errors 2001, no inode item, link count wrong
	unresolved ref dir 40480457 index 704 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113830420 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367268 namelen 18 name 923731cab22950a6_0 filetype 1 errors 4, no inode ref
root 256 inode 113830422 errors 2001, no inode item, link count wrong
	unresolved ref dir 16124663 index 848 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113830423 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367272 namelen 18 name 0256577d694254c2_0 filetype 1 errors 4, no inode ref
root 256 inode 113830424 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367273 namelen 18 name 4532bee9c54524f8_0 filetype 1 errors 4, no inode ref
root 256 inode 113830425 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367274 namelen 18 name 2bd23dcb8f7ec0b3_0 filetype 1 errors 4, no inode ref
root 256 inode 113830426 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109934 index 836 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113830427 errors 2001, no inode item, link count wrong
	unresolved ref dir 16121724 index 850 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113830433 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367279 namelen 18 name f910c64ccf7972c8_0 filetype 1 errors 4, no inode ref
root 256 inode 113830439 errors 2001, no inode item, link count wrong
	unresolved ref dir 269 index 81253 namelen 4 name root filetype 1 errors 4, no inode ref
root 256 inode 113830440 errors 2001, no inode item, link count wrong
	unresolved ref dir 269 index 81252 namelen 17 name root-7d2c4e5e.log filetype 1 errors 4, no inode ref
root 256 inode 113830447 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367293 namelen 18 name 19e16c43f5cb4961_0 filetype 1 errors 4, no inode ref
root 256 inode 113830448 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367294 namelen 18 name 9a480591b1a6843b_0 filetype 1 errors 4, no inode ref
root 256 inode 113830449 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367295 namelen 18 name 7fdb984cd8489dbb_0 filetype 1 errors 4, no inode ref
root 256 inode 113830450 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367296 namelen 18 name da4c291caaf18480_0 filetype 1 errors 4, no inode ref
root 256 inode 113830451 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367297 namelen 18 name a8c5b5d55dec323c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830452 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367298 namelen 18 name 0f793bbe72421843_0 filetype 1 errors 4, no inode ref
root 256 inode 113830453 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404401 namelen 18 name 4e46adc9512b3775_0 filetype 1 errors 4, no inode ref
root 256 inode 113830454 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404402 namelen 18 name 593300259024b658_0 filetype 1 errors 4, no inode ref
root 256 inode 113830455 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367299 namelen 18 name fe151651521b7117_0 filetype 1 errors 4, no inode ref
root 256 inode 113830456 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367300 namelen 18 name 1e16eae21159f9d6_0 filetype 1 errors 4, no inode ref
root 256 inode 113830457 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367301 namelen 18 name 18a0952a3ee7dbd9_0 filetype 1 errors 4, no inode ref
root 256 inode 113830458 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367302 namelen 18 name 8ebb6a3c35a3841c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830459 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367303 namelen 18 name 6ebe3d296b29933d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830460 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367304 namelen 18 name 6cc39bddc881600d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830461 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367305 namelen 18 name e0acd5374ad5577f_0 filetype 1 errors 4, no inode ref
root 256 inode 113830462 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367306 namelen 18 name 5ad1754e584dc31c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830463 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367307 namelen 18 name 6937c5919b66a87c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830466 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404404 namelen 18 name 39208e3502e0f8fa_0 filetype 1 errors 4, no inode ref
root 256 inode 113830467 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367308 namelen 18 name 7da462e523b1b3ef_0 filetype 1 errors 4, no inode ref
root 256 inode 113830469 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404406 namelen 18 name c59c38aa5446d012_0 filetype 1 errors 4, no inode ref
root 256 inode 113830470 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367309 namelen 18 name a4dd9290396f2c61_0 filetype 1 errors 4, no inode ref
root 256 inode 113830471 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367310 namelen 18 name 57d0060e7886f9bf_0 filetype 1 errors 4, no inode ref
root 256 inode 113830472 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367311 namelen 18 name a9ea21400a9ea556_0 filetype 1 errors 4, no inode ref
root 256 inode 113830480 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367316 namelen 18 name efd389311c7558bd_0 filetype 1 errors 4, no inode ref
root 256 inode 113830483 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367317 namelen 18 name 6185140789bebd0c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830485 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367318 namelen 18 name bb3c32ef52cb1bc7_0 filetype 1 errors 4, no inode ref
root 256 inode 113830492 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367321 namelen 18 name 3cc1b69fb9cfdcf0_0 filetype 1 errors 4, no inode ref
root 256 inode 113830493 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367322 namelen 18 name 73ef30951815eed9_0 filetype 1 errors 4, no inode ref
root 256 inode 113830496 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367323 namelen 18 name a832ebb392840d98_0 filetype 1 errors 4, no inode ref
root 256 inode 113830501 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367325 namelen 18 name cc55f9ae05fa276c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830502 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404419 namelen 18 name b940b9401b8e483d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830503 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404420 namelen 18 name 0cb60c3da989c4ea_0 filetype 1 errors 4, no inode ref
root 256 inode 113830505 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367327 namelen 18 name 1c2bd8d741381bc2_0 filetype 1 errors 4, no inode ref
root 256 inode 113830506 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367328 namelen 18 name 6e72158ea6733fec_0 filetype 1 errors 4, no inode ref
root 256 inode 113830510 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404422 namelen 18 name a6b9b899f5e88b8c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830515 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404423 namelen 18 name 107ab1ed1e34743c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830516 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404424 namelen 18 name 0c3eadbe8fbfff48_0 filetype 1 errors 4, no inode ref
root 256 inode 113830517 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367334 namelen 18 name 7d378e9129aa479f_0 filetype 1 errors 4, no inode ref
root 256 inode 113830521 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404426 namelen 18 name c847f75b1e03a7a0_0 filetype 1 errors 4, no inode ref
root 256 inode 113830524 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367339 namelen 18 name 030a600eb09b381e_0 filetype 1 errors 4, no inode ref
root 256 inode 113830525 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367340 namelen 18 name 8b2803d2e76293fe_0 filetype 1 errors 4, no inode ref
root 256 inode 113830529 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404428 namelen 18 name 39007d53f5b72876_0 filetype 1 errors 4, no inode ref
root 256 inode 113830530 errors 2001, no inode item, link count wrong
	unresolved ref dir 16117986 index 46 namelen 3 name 043 filetype 2 errors 4, no inode ref
root 256 inode 113830543 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404432 namelen 18 name da135fe53297b5d1_0 filetype 1 errors 4, no inode ref
root 256 inode 113830544 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404433 namelen 18 name 686846a27905d1a8_0 filetype 1 errors 4, no inode ref
root 256 inode 113830545 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404434 namelen 18 name 726e35f115c43b91_0 filetype 1 errors 4, no inode ref
root 256 inode 113830547 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404435 namelen 18 name 4ff29b172c5c5314_0 filetype 1 errors 4, no inode ref
root 256 inode 113830549 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367353 namelen 18 name 52f18dae7e2e15ca_0 filetype 1 errors 4, no inode ref
root 256 inode 113830550 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367354 namelen 18 name eb24178f034e33f3_0 filetype 1 errors 4, no inode ref
root 256 inode 113830552 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367356 namelen 18 name 51d338219c491422_0 filetype 1 errors 4, no inode ref
root 256 inode 113830553 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367357 namelen 18 name fcb62ce97b709a0d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830554 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367358 namelen 18 name 490fe9a42c52a541_0 filetype 1 errors 4, no inode ref
root 256 inode 113830555 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367359 namelen 18 name 832ed42ca00edfba_0 filetype 1 errors 4, no inode ref
root 256 inode 113830556 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367360 namelen 18 name 0ea35423fa735124_0 filetype 1 errors 4, no inode ref
root 256 inode 113830557 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367362 namelen 18 name f8abaed0dae7c6f5_0 filetype 1 errors 4, no inode ref
root 256 inode 113830558 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367363 namelen 18 name d14f5bd747f5fb2d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830559 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367364 namelen 18 name 4b4ed0ab0929b78f_0 filetype 1 errors 4, no inode ref
root 256 inode 113830560 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367365 namelen 18 name a1695fb45d64715d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830562 errors 2001, no inode item, link count wrong
	unresolved ref dir 16145676 index 2701 namelen 10 name 002250.ldb filetype 1 errors 4, no inode ref
root 256 inode 113830563 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367366 namelen 18 name 6585fbcfe52a9ec4_0 filetype 1 errors 4, no inode ref
root 256 inode 113830565 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367368 namelen 18 name ac90413b4f526e94_0 filetype 1 errors 4, no inode ref
root 256 inode 113830566 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367369 namelen 18 name 07ada6f576ad7279_0 filetype 1 errors 4, no inode ref
root 256 inode 113830567 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367370 namelen 18 name 08594ceda8d7d41b_0 filetype 1 errors 4, no inode ref
root 256 inode 113830568 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367371 namelen 18 name 8e2fa9fd2ae5fa61_0 filetype 1 errors 4, no inode ref
root 256 inode 113830572 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367375 namelen 18 name 7c935620c982eeb3_0 filetype 1 errors 4, no inode ref
root 256 inode 113830573 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1242 namelen 18 name f665c4ac68743ea0_1 filetype 1 errors 4, no inode ref
root 256 inode 113830575 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1243 namelen 18 name c9c63954e4265bd5_1 filetype 1 errors 4, no inode ref
root 256 inode 113830581 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1244 namelen 18 name 7e16fbd26fb35e69_1 filetype 1 errors 4, no inode ref
root 256 inode 113830583 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367387 namelen 18 name 63f1bf807540d861_0 filetype 1 errors 4, no inode ref
root 256 inode 113830587 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404437 namelen 18 name 268582e1a8872f61_0 filetype 1 errors 4, no inode ref
root 256 inode 113830588 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404438 namelen 18 name 21cf4a1bd6b8ed2c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830589 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404439 namelen 18 name 157ac5dc69855318_0 filetype 1 errors 4, no inode ref
root 256 inode 113830590 errors 2001, no inode item, link count wrong
	unresolved ref dir 16151489 index 9984 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113830591 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404440 namelen 18 name 9941a48310066f19_0 filetype 1 errors 4, no inode ref
root 256 inode 113830592 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404441 namelen 18 name 4613a5e363fc6773_0 filetype 1 errors 4, no inode ref
root 256 inode 113830593 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367392 namelen 18 name 5ee26a50f5b7a040_0 filetype 1 errors 4, no inode ref
root 256 inode 113830594 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367393 namelen 18 name 815c760e754dc65e_0 filetype 1 errors 4, no inode ref
root 256 inode 113830595 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367394 namelen 18 name 8f106cd8574d38f8_0 filetype 1 errors 4, no inode ref
root 256 inode 113830596 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367395 namelen 18 name 598ba72ad0f84e16_0 filetype 1 errors 4, no inode ref
root 256 inode 113830597 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367396 namelen 18 name fa56e5cbc455828e_0 filetype 1 errors 4, no inode ref
root 256 inode 113830598 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404442 namelen 18 name 4b7c0ded7fde8505_0 filetype 1 errors 4, no inode ref
root 256 inode 113830599 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367397 namelen 18 name c50895a38c7a7916_0 filetype 1 errors 4, no inode ref
root 256 inode 113830600 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367398 namelen 18 name 9cca4bff20db7aea_0 filetype 1 errors 4, no inode ref
root 256 inode 113830601 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367399 namelen 18 name 68b85cfc09b39e21_0 filetype 1 errors 4, no inode ref
root 256 inode 113830602 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367400 namelen 18 name f868f38f79ba3fb3_0 filetype 1 errors 4, no inode ref
root 256 inode 113830603 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404443 namelen 18 name e7a2921079d01fca_0 filetype 1 errors 4, no inode ref
root 256 inode 113830604 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404444 namelen 18 name 909b6476746b0b23_0 filetype 1 errors 4, no inode ref
root 256 inode 113830605 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367401 namelen 18 name 85bbce97c73a8d2e_0 filetype 1 errors 4, no inode ref
root 256 inode 113830606 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367402 namelen 18 name 7ad37db8f8d66928_0 filetype 1 errors 4, no inode ref
root 256 inode 113830607 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367403 namelen 18 name b4c18df2ddb35a36_0 filetype 1 errors 4, no inode ref
root 256 inode 113830608 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367404 namelen 18 name 780f0061a19132e9_0 filetype 1 errors 4, no inode ref
root 256 inode 113830609 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367405 namelen 18 name 8b4e4a0c004d689e_0 filetype 1 errors 4, no inode ref
root 256 inode 113830610 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367406 namelen 18 name 1f559f638bbe4cc3_0 filetype 1 errors 4, no inode ref
root 256 inode 113830611 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367407 namelen 18 name 210611bc03577727_0 filetype 1 errors 4, no inode ref
root 256 inode 113830612 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367408 namelen 18 name a8c30d6e83e8633b_0 filetype 1 errors 4, no inode ref
root 256 inode 113830613 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367409 namelen 18 name 120fe3dcc0396a86_0 filetype 1 errors 4, no inode ref
root 256 inode 113830614 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367410 namelen 18 name a89303d9cdd63d9f_0 filetype 1 errors 4, no inode ref
root 256 inode 113830615 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367411 namelen 18 name 39233f2c6630c303_0 filetype 1 errors 4, no inode ref
root 256 inode 113830616 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367412 namelen 18 name 8ae8ba3a42d7bbdc_0 filetype 1 errors 4, no inode ref
root 256 inode 113830617 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367413 namelen 18 name f4c1e761e6cd3135_0 filetype 1 errors 4, no inode ref
root 256 inode 113830618 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367414 namelen 18 name f6e27682a819f0af_0 filetype 1 errors 4, no inode ref
root 256 inode 113830619 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367415 namelen 18 name 7efa7ebc2f4a1543_0 filetype 1 errors 4, no inode ref
root 256 inode 113830622 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367416 namelen 18 name 4e69299f5101ba63_0 filetype 1 errors 4, no inode ref
root 256 inode 113830623 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367417 namelen 18 name 1e54a6f822c8e0b2_0 filetype 1 errors 4, no inode ref
root 256 inode 113830624 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367418 namelen 18 name 9daab95cd1288023_0 filetype 1 errors 4, no inode ref
root 256 inode 113830625 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367419 namelen 18 name 8c39532efe79a909_0 filetype 1 errors 4, no inode ref
root 256 inode 113830626 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367420 namelen 18 name a40e7116ee36a182_0 filetype 1 errors 4, no inode ref
root 256 inode 113830627 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367421 namelen 18 name 72af2c5ffa32cd0b_0 filetype 1 errors 4, no inode ref
root 256 inode 113830628 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367422 namelen 18 name 0d16d31fcb4e0ce8_0 filetype 1 errors 4, no inode ref
root 256 inode 113830629 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367423 namelen 18 name 56b97eebf20c0da6_0 filetype 1 errors 4, no inode ref
root 256 inode 113830630 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367424 namelen 18 name 697d4cc7e2e5b903_0 filetype 1 errors 4, no inode ref
root 256 inode 113830631 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367425 namelen 18 name 2ec06716024f861e_0 filetype 1 errors 4, no inode ref
root 256 inode 113830632 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367426 namelen 18 name c965cae7e7c1cd74_0 filetype 1 errors 4, no inode ref
root 256 inode 113830633 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367427 namelen 18 name bedcb9b3e52d0ff6_0 filetype 1 errors 4, no inode ref
root 256 inode 113830634 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367428 namelen 18 name b97625c454ee6c57_0 filetype 1 errors 4, no inode ref
root 256 inode 113830635 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367429 namelen 18 name 84cea1734cc79c56_0 filetype 1 errors 4, no inode ref
root 256 inode 113830636 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367430 namelen 18 name b84ee71bfc790513_0 filetype 1 errors 4, no inode ref
root 256 inode 113830637 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367431 namelen 18 name 5445edc25967aadc_0 filetype 1 errors 4, no inode ref
root 256 inode 113830638 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367432 namelen 18 name d5eaae6f749a2572_0 filetype 1 errors 4, no inode ref
root 256 inode 113830639 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367433 namelen 18 name 4e801aeb9a22b8da_0 filetype 1 errors 4, no inode ref
root 256 inode 113830640 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367434 namelen 18 name dba748ba61484337_0 filetype 1 errors 4, no inode ref
root 256 inode 113830641 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367435 namelen 18 name 8ddec59ae4246e40_0 filetype 1 errors 4, no inode ref
root 256 inode 113830642 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367436 namelen 18 name e18f4da0ae9c9c2c_0 filetype 1 errors 4, no inode ref
root 256 inode 113830643 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367437 namelen 18 name d5bc2003fdfb55a1_0 filetype 1 errors 4, no inode ref
root 256 inode 113830644 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367438 namelen 18 name a2354d24f8eee9dc_0 filetype 1 errors 4, no inode ref
root 256 inode 113830645 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367439 namelen 18 name 4cc7e6e5cca041d0_0 filetype 1 errors 4, no inode ref
root 256 inode 113830646 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367440 namelen 18 name e92d8ebaeeda3292_0 filetype 1 errors 4, no inode ref
root 256 inode 113830647 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367441 namelen 18 name 97abad951e09398f_0 filetype 1 errors 4, no inode ref
root 256 inode 113830651 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109432 index 5839 namelen 40 name ca3d13f0-20a0-41c4-a122-53b35de5d4f1.dmp filetype 1 errors 4, no inode ref
root 256 inode 113830657 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109432 index 5840 namelen 41 name ca3d13f0-20a0-41c4-a122-53b35de5d4f1.meta filetype 1 errors 4, no inode ref
root 256 inode 113830662 errors 2001, no inode item, link count wrong
	unresolved ref dir 19774 index 26436 namelen 24 name Network Persistent State filetype 1 errors 4, no inode ref
root 256 inode 113830665 errors 2001, no inode item, link count wrong
	unresolved ref dir 16110982 index 464 namelen 32 name BrowserMetrics-63A8FCC4-1712.pma filetype 1 errors 4, no inode ref
root 256 inode 113830670 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2789807 namelen 25 name .com.google.Chrome.N4mzJK filetype 1 errors 4, no inode ref
root 256 inode 113830674 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109428 index 99051 namelen 26 name CrashpadMetrics-active.pma filetype 1 errors 4, no inode ref
root 256 inode 113830677 errors 2001, no inode item, link count wrong
	unresolved ref dir 276 index 23594 namelen 13 name login.keyring filetype 1 errors 4, no inode ref
root 256 inode 113830678 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109428 index 99054 namelen 13 name SingletonLock filetype 7 errors 4, no inode ref
root 256 inode 113830679 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109428 index 99055 namelen 15 name SingletonSocket filetype 7 errors 4, no inode ref
root 256 inode 113830680 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109428 index 99056 namelen 15 name SingletonCookie filetype 7 errors 4, no inode ref
root 256 inode 113830681 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79806 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830682 errors 2001, no inode item, link count wrong
	unresolved ref dir 16117552 index 903 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830685 errors 2001, no inode item, link count wrong
	unresolved ref dir 44982850 index 641 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830686 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109464 index 855 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830687 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109469 index 42443 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830688 errors 2001, no inode item, link count wrong
	unresolved ref dir 16122568 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830689 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116766 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830690 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116772 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830691 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116779 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830692 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116785 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830693 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116791 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830694 errors 2001, no inode item, link count wrong
	unresolved ref dir 16110044 index 793 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830695 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2789811 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830696 errors 2001, no inode item, link count wrong
	unresolved ref dir 40479808 index 743 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830697 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116797 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830698 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116803 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830699 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116810 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830700 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116816 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830701 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116748 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830702 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116754 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830703 errors 2001, no inode item, link count wrong
	unresolved ref dir 16116760 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830705 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109591 index 855 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830706 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109590 index 1994 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830707 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109494 index 851 namelen 37 name latest-component-updated-widevine-cdm filetype 1 errors 4, no inode ref
root 256 inode 113830708 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109926 index 855 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830709 errors 2001, no inode item, link count wrong
	unresolved ref dir 16117987 index 10017 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830710 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109587 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830711 errors 2001, no inode item, link count wrong
	unresolved ref dir 16122562 index 851 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830712 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2789815 namelen 16 name trusted_vault.pb filetype 1 errors 4, no inode ref
root 256 inode 113830713 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109580 index 61566 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830714 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367455 namelen 18 name ee62de0f6de8f827_0 filetype 1 errors 4, no inode ref
root 256 inode 113830715 errors 2001, no inode item, link count wrong
	unresolved ref dir 16123971 index 851 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830716 errors 2001, no inode item, link count wrong
	unresolved ref dir 89850931 index 315 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830717 errors 2001, no inode item, link count wrong
	unresolved ref dir 16121724 index 851 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830720 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109544 index 2069 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830721 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367458 namelen 18 name de3e08204b60f0c1_0 filetype 1 errors 4, no inode ref
root 256 inode 113830722 errors 2001, no inode item, link count wrong
	unresolved ref dir 16124647 index 2334 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830725 errors 2001, no inode item, link count wrong
	unresolved ref dir 40480457 index 705 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830726 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109637 index 154 namelen 36 name 0bda6e1f-8397-43e8-913a-933a347444ca filetype 2 errors 4, no inode ref
root 256 inode 113830731 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109527 index 69 namelen 14 name the-real-index filetype 1 errors 4, no inode ref
root 256 inode 113830732 errors 2001, no inode item, link count wrong
	unresolved ref dir 293 index 42113 namelen 14 name restore-stream filetype 1 errors 4, no inode ref
root 256 inode 113830735 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109721 index 871 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830736 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109579 index 9792 namelen 22 name Tabs_13316492744092260 filetype 1 errors 4, no inode ref
root 256 inode 113830737 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109710 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830738 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109713 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830739 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109717 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830740 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109740 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830741 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109730 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830742 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109733 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830743 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109736 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830744 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109744 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830745 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109747 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830746 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109722 index 853 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830747 errors 2001, no inode item, link count wrong
	unresolved ref dir 16124653 index 851 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830748 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109757 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830749 errors 2001, no inode item, link count wrong
	unresolved ref dir 16117973 index 851 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830750 errors 2001, no inode item, link count wrong
	unresolved ref dir 16124663 index 849 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830753 errors 2001, no inode item, link count wrong
	unresolved ref dir 67401559 index 499 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830970 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109579 index 9793 namelen 25 name Session_13316492766787546 filetype 1 errors 4, no inode ref
root 256 inode 113830974 errors 2001, no inode item, link count wrong
	unresolved ref dir 16145676 index 2703 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113830987 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404449 namelen 18 name 4fe15ab589006716_0 filetype 1 errors 4, no inode ref
root 256 inode 113830989 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404450 namelen 18 name c246a3a2579f5dfc_0 filetype 1 errors 4, no inode ref
root 256 inode 113830993 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404452 namelen 18 name ea6af4b3b7686278_0 filetype 1 errors 4, no inode ref
root 256 inode 113830994 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404453 namelen 18 name f7e147b279b2a467_0 filetype 1 errors 4, no inode ref
root 256 inode 113830996 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404455 namelen 18 name f651571496948c1d_0 filetype 1 errors 4, no inode ref
root 256 inode 113830997 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404456 namelen 18 name ec148f8e8ac1c07d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831000 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404457 namelen 18 name a7cb9655cba001af_0 filetype 1 errors 4, no inode ref
root 256 inode 113831001 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404458 namelen 18 name 2eb46ce14dda6b08_0 filetype 1 errors 4, no inode ref
root 256 inode 113831002 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404459 namelen 18 name 169d972707d42bcb_0 filetype 1 errors 4, no inode ref
root 256 inode 113831003 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404460 namelen 18 name bcd6d91e42db19f8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831004 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404461 namelen 18 name 36b80700bb9ea530_0 filetype 1 errors 4, no inode ref
root 256 inode 113831007 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404463 namelen 18 name 193710419aa3cc17_0 filetype 1 errors 4, no inode ref
root 256 inode 113831008 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404464 namelen 18 name 2fc3d3a085992c47_0 filetype 1 errors 4, no inode ref
root 256 inode 113831009 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404465 namelen 18 name 0cd82a09b7413176_0 filetype 1 errors 4, no inode ref
root 256 inode 113831010 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404466 namelen 18 name 904d92f9077f5bc7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831011 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404467 namelen 18 name f2f14c1a0cf55a91_0 filetype 1 errors 4, no inode ref
root 256 inode 113831012 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404468 namelen 18 name 7f18b4a022cb7c8f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831013 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404469 namelen 18 name 506bff718ef30667_0 filetype 1 errors 4, no inode ref
root 256 inode 113831014 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404470 namelen 18 name 1a63069e1b10476c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831018 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367494 namelen 18 name d5c2cd3585946cba_0 filetype 1 errors 4, no inode ref
root 256 inode 113831019 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367495 namelen 18 name 9b0b4aa55f651f6b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831020 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367496 namelen 18 name a5914cc59b4c6e34_0 filetype 1 errors 4, no inode ref
root 256 inode 113831021 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367497 namelen 18 name f152f7bc6a9af3d0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831024 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1245 namelen 18 name 4c10164a627a80e3_1 filetype 1 errors 4, no inode ref
root 256 inode 113831027 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367499 namelen 18 name 47c2a7014e97ee24_0 filetype 1 errors 4, no inode ref
root 256 inode 113831028 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367500 namelen 18 name 76b58c2c300860f3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831029 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367501 namelen 18 name 5ffbecdba92b216b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831030 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367502 namelen 18 name 8cfa77817d2ff280_0 filetype 1 errors 4, no inode ref
root 256 inode 113831031 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367503 namelen 18 name 3f158b44eba754b0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831032 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367504 namelen 18 name 6b8436b552cb2436_0 filetype 1 errors 4, no inode ref
root 256 inode 113831035 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367507 namelen 18 name 87fe228cfd1cf0b7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831036 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367508 namelen 18 name ffbb9164d075c51e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831040 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404471 namelen 18 name a7a5170423f56d48_0 filetype 1 errors 4, no inode ref
root 256 inode 113831041 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404472 namelen 18 name e635773f74df1b34_0 filetype 1 errors 4, no inode ref
root 256 inode 113831042 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404473 namelen 18 name 74b27e105d793d53_0 filetype 1 errors 4, no inode ref
root 256 inode 113831044 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404474 namelen 18 name 2dd30b01ab667000_0 filetype 1 errors 4, no inode ref
root 256 inode 113831045 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404475 namelen 18 name e56235c3293197e9_0 filetype 1 errors 4, no inode ref
root 256 inode 113831046 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404476 namelen 18 name 4f25ad0e6662bb0b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831048 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367520 namelen 18 name b21dd23f0bb56f5a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831049 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367521 namelen 18 name d05c6357082945d8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831050 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367522 namelen 18 name 9f14f82dcadbbf8a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831052 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367524 namelen 18 name 4534c1b7f056edf5_0 filetype 1 errors 4, no inode ref
root 256 inode 113831053 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367526 namelen 18 name 91d6aa4c5c8beb7a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831054 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367527 namelen 18 name caecbd9b698d4de0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831055 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367528 namelen 18 name 778d95a464715beb_0 filetype 1 errors 4, no inode ref
root 256 inode 113831057 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1248 namelen 18 name 52d110ae95d9b404_0 filetype 1 errors 4, no inode ref
root 256 inode 113831058 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404477 namelen 18 name cb28dae2d016e055_0 filetype 1 errors 4, no inode ref
root 256 inode 113831059 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404478 namelen 18 name ee4c248e2f8ae913_0 filetype 1 errors 4, no inode ref
root 256 inode 113831060 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404479 namelen 18 name 404caf422db55197_0 filetype 1 errors 4, no inode ref
root 256 inode 113831061 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109544 index 2070 namelen 10 name 001483.log filetype 1 errors 4, no inode ref
root 256 inode 113831063 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109544 index 2072 namelen 10 name 001485.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831065 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367531 namelen 18 name 5479becf664d7ab1_0 filetype 1 errors 4, no inode ref
root 256 inode 113831066 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404480 namelen 18 name edf8415eda8041be_0 filetype 1 errors 4, no inode ref
root 256 inode 113831068 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367533 namelen 18 name 456e1b10c5b228a7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831069 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367534 namelen 18 name 49ebd960df9e092e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831070 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367535 namelen 18 name 4a7d8659446d74fc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831071 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404481 namelen 18 name 7b87efa05e34b6e0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831073 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1251 namelen 18 name 9336872652d63907_0 filetype 1 errors 4, no inode ref
root 256 inode 113831074 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367536 namelen 18 name 790443ec6667ec6d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831080 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1254 namelen 18 name f103dc00d7246ffb_0 filetype 1 errors 4, no inode ref
root 256 inode 113831081 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367540 namelen 18 name bedfa156ad6c991b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831082 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404483 namelen 18 name 1c2abe9bae68c2f0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831084 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404485 namelen 18 name 77d2ab8ed282404f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831085 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367541 namelen 18 name 11c40adaeabc35b4_0 filetype 1 errors 4, no inode ref
root 256 inode 113831086 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404486 namelen 18 name 965ae3787f0c4aa0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831087 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367542 namelen 18 name d702f9352cbd3c15_0 filetype 1 errors 4, no inode ref
root 256 inode 113831088 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404487 namelen 18 name 2a5c15a3079d8ab2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831090 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1257 namelen 18 name 5eafa11c4afc63a3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831091 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404488 namelen 18 name 2455e2fd8875d8e0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831092 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367544 namelen 18 name e6903e45ccf35f09_0 filetype 1 errors 4, no inode ref
root 256 inode 113831093 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367545 namelen 18 name 7974cac6ba10a957_0 filetype 1 errors 4, no inode ref
root 256 inode 113831095 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404490 namelen 18 name a426facd298b25f8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831096 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367546 namelen 18 name 3101a2e592868924_0 filetype 1 errors 4, no inode ref
root 256 inode 113831097 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404491 namelen 18 name 7dd20d691d85cb26_0 filetype 1 errors 4, no inode ref
root 256 inode 113831099 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1260 namelen 18 name 0a5e274f67d8578e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831100 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404492 namelen 18 name e3138f6f8f1dc15b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831102 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367548 namelen 18 name 19ae7dbf525268e4_0 filetype 1 errors 4, no inode ref
root 256 inode 113831103 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367549 namelen 18 name 9b7b04bb2ae3c937_0 filetype 1 errors 4, no inode ref
root 256 inode 113831104 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404493 namelen 18 name 936299a8cff93137_0 filetype 1 errors 4, no inode ref
root 256 inode 113831107 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404494 namelen 18 name d44a7fd145d953d8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831108 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404495 namelen 18 name 16a787aa9b1cdee5_0 filetype 1 errors 4, no inode ref
root 256 inode 113831109 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1263 namelen 18 name 86ebefb6e414a1c7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831110 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404496 namelen 18 name e3174da525fc4b46_0 filetype 1 errors 4, no inode ref
root 256 inode 113831111 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404497 namelen 18 name 7324ae35ad82e373_0 filetype 1 errors 4, no inode ref
root 256 inode 113831112 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367552 namelen 18 name 034b60c59075352f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831113 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367554 namelen 18 name b6bd47e2abde21a7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831114 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404498 namelen 18 name 5cb0933151fd2f01_0 filetype 1 errors 4, no inode ref
root 256 inode 113831115 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367555 namelen 18 name 8c0d5eec7f57855f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831116 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404499 namelen 18 name b03a57684cedd930_0 filetype 1 errors 4, no inode ref
root 256 inode 113831117 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367556 namelen 18 name da880367a5c14866_0 filetype 1 errors 4, no inode ref
root 256 inode 113831118 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404500 namelen 18 name d9f508b1b59376ee_0 filetype 1 errors 4, no inode ref
root 256 inode 113831120 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404501 namelen 18 name 594f6dd7efdee2d6_0 filetype 1 errors 4, no inode ref
root 256 inode 113831121 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404502 namelen 18 name eab90ffb7302fd6c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831122 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367559 namelen 18 name 20f987e9fa2fdbc4_0 filetype 1 errors 4, no inode ref
root 256 inode 113831123 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367560 namelen 18 name ba68d144f675103b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831126 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404503 namelen 18 name 8a57004190fc063c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831127 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1266 namelen 18 name 658c30adc4d116a2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831128 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367563 namelen 18 name 5082c895b8e80a31_0 filetype 1 errors 4, no inode ref
root 256 inode 113831131 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1269 namelen 18 name 048eeee67be4fabc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831132 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367565 namelen 18 name 1a5ebdc149dcc73b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831134 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1272 namelen 18 name 45cb3b812ee707ea_0 filetype 1 errors 4, no inode ref
root 256 inode 113831135 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404504 namelen 18 name 24cdba4166af49be_0 filetype 1 errors 4, no inode ref
root 256 inode 113831136 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367567 namelen 18 name b81a0dd6c3d3d538_0 filetype 1 errors 4, no inode ref
root 256 inode 113831138 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404505 namelen 18 name 7616e63281c08d0f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831139 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1275 namelen 18 name 16593b784b15978c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831140 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367568 namelen 18 name 8245c7730540ab66_0 filetype 1 errors 4, no inode ref
root 256 inode 113831141 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367569 namelen 18 name b0c3a933cba8cb77_0 filetype 1 errors 4, no inode ref
root 256 inode 113831142 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1276 namelen 18 name b9f79308b96062e7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831144 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1277 namelen 18 name b9f79308b96062e7_1 filetype 1 errors 4, no inode ref
root 256 inode 113831145 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367570 namelen 18 name 6c51605abab0dff1_0 filetype 1 errors 4, no inode ref
root 256 inode 113831146 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367571 namelen 18 name c751cec01dc310d3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831147 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404507 namelen 18 name f8d71189cd155613_0 filetype 1 errors 4, no inode ref
root 256 inode 113831148 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1278 namelen 18 name 7abf6ec9638eccd6_0 filetype 1 errors 4, no inode ref
root 256 inode 113831149 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404508 namelen 18 name a450b75068bc7997_0 filetype 1 errors 4, no inode ref
root 256 inode 113831150 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1279 namelen 18 name df59fc679afdc382_0 filetype 1 errors 4, no inode ref
root 256 inode 113831151 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367572 namelen 18 name 7e434ee8bcf0e212_0 filetype 1 errors 4, no inode ref
root 256 inode 113831152 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367573 namelen 18 name c2c09bcaab35c4bb_0 filetype 1 errors 4, no inode ref
root 256 inode 113831153 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404509 namelen 18 name 9d03e9cf67be4597_0 filetype 1 errors 4, no inode ref
root 256 inode 113831154 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1280 namelen 18 name 8a10a4f378edbe6c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831155 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367574 namelen 18 name 00023c4f69fb427e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831156 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1281 namelen 18 name e40768ef27914b50_0 filetype 1 errors 4, no inode ref
root 256 inode 113831157 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404510 namelen 18 name fe69ac789319237c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831159 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1284 namelen 18 name 2ac5f9394f60ad1b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831160 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404511 namelen 18 name 06943a000b7cb7f0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831161 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367575 namelen 18 name f07dc0ca6d66c0f3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831162 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404512 namelen 18 name 59ec4f2c6b8c9bc0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831164 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1287 namelen 18 name 822dbb27ceae3589_0 filetype 1 errors 4, no inode ref
root 256 inode 113831165 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367576 namelen 18 name 91c7efa31a43ac13_0 filetype 1 errors 4, no inode ref
root 256 inode 113831166 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404513 namelen 18 name 5cc6ee939648fe87_0 filetype 1 errors 4, no inode ref
root 256 inode 113831168 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1290 namelen 18 name 8c821cea4825f69f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831169 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367577 namelen 18 name d73775d9b751b3bc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831171 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404514 namelen 18 name cec06ad078d2f53b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831172 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1293 namelen 18 name 643410b53db1741f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831173 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367578 namelen 18 name 6375db7327ca8285_0 filetype 1 errors 4, no inode ref
root 256 inode 113831175 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404515 namelen 18 name 434f0d48545b2366_0 filetype 1 errors 4, no inode ref
root 256 inode 113831177 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1296 namelen 18 name dec07b3d76ee2377_0 filetype 1 errors 4, no inode ref
root 256 inode 113831180 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367582 namelen 18 name d00aabd1b198cb87_0 filetype 1 errors 4, no inode ref
root 256 inode 113831182 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404516 namelen 18 name 6755027e6aa23409_0 filetype 1 errors 4, no inode ref
root 256 inode 113831184 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1299 namelen 18 name a7567222904363fd_0 filetype 1 errors 4, no inode ref
root 256 inode 113831185 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367588 namelen 18 name ce5c6468f6ae26c1_0 filetype 1 errors 4, no inode ref
root 256 inode 113831186 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404517 namelen 18 name c43e17a4aba5f985_0 filetype 1 errors 4, no inode ref
root 256 inode 113831188 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1302 namelen 18 name 4b472eada682b621_0 filetype 1 errors 4, no inode ref
root 256 inode 113831189 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404518 namelen 18 name 9e84abd223b5fba0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831190 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367589 namelen 18 name 90b03b28ce2e80cc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831191 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404519 namelen 18 name e030d05c5a4260a1_0 filetype 1 errors 4, no inode ref
root 256 inode 113831193 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1305 namelen 18 name 7ebcfd80c5c1e0b9_0 filetype 1 errors 4, no inode ref
root 256 inode 113831200 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367597 namelen 18 name f864a7676c5ccedf_0 filetype 1 errors 4, no inode ref
root 256 inode 113831201 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404520 namelen 18 name fc758deebf5f45a6_0 filetype 1 errors 4, no inode ref
root 256 inode 113831203 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1308 namelen 18 name a577fd139fd59065_0 filetype 1 errors 4, no inode ref
root 256 inode 113831204 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367598 namelen 18 name 8e78e3063ceb8569_0 filetype 1 errors 4, no inode ref
root 256 inode 113831206 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404521 namelen 18 name ef5507a596d3acff_0 filetype 1 errors 4, no inode ref
root 256 inode 113831208 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1311 namelen 18 name d362a00b89414be2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831209 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367600 namelen 18 name a74037db59f79113_0 filetype 1 errors 4, no inode ref
root 256 inode 113831210 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404522 namelen 18 name 24ba48d92772f7d5_0 filetype 1 errors 4, no inode ref
root 256 inode 113831212 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1314 namelen 18 name 3b976eb41329433f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831213 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367601 namelen 18 name 74bb0c0d90d07395_0 filetype 1 errors 4, no inode ref
root 256 inode 113831214 errors 2001, no inode item, link count wrong
	unresolved ref dir 16145676 index 2704 namelen 10 name 002252.log filetype 1 errors 4, no inode ref
root 256 inode 113831215 errors 2001, no inode item, link count wrong
	unresolved ref dir 16145676 index 2705 namelen 10 name 002253.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831219 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404523 namelen 18 name 741841335cf3bd7e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831221 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1317 namelen 18 name 4b061fdefaf70641_0 filetype 1 errors 4, no inode ref
root 256 inode 113831222 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367604 namelen 18 name bc6e3a8d93b683de_0 filetype 1 errors 4, no inode ref
root 256 inode 113831223 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404524 namelen 18 name b24f86de6bdfd050_0 filetype 1 errors 4, no inode ref
root 256 inode 113831225 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1320 namelen 18 name b66f817f99ff3692_0 filetype 1 errors 4, no inode ref
root 256 inode 113831226 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367606 namelen 18 name b2e802aa814e2ca5_0 filetype 1 errors 4, no inode ref
root 256 inode 113831228 errors 2001, no inode item, link count wrong
	unresolved ref dir 105106058 index 102 namelen 18 name 29213d2ab33b53bc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831230 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404525 namelen 18 name d9cd78e19c8818cd_0 filetype 1 errors 4, no inode ref
root 256 inode 113831231 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1323 namelen 18 name 41f2622612e68ed3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831232 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367608 namelen 18 name 4630b114b3f3719b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831234 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404526 namelen 18 name e422126ccf3bad57_0 filetype 1 errors 4, no inode ref
root 256 inode 113831235 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1326 namelen 18 name 6d6117e4c455819a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831236 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367609 namelen 18 name a7d81b7bfeb14125_0 filetype 1 errors 4, no inode ref
root 256 inode 113831238 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1329 namelen 18 name f2cfa2c9ff1087b7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831239 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367610 namelen 18 name d876675df30dc95d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831242 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404527 namelen 18 name cd503530be4e57f5_0 filetype 1 errors 4, no inode ref
root 256 inode 113831243 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1332 namelen 18 name 97cfbce8f82880c3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831244 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367613 namelen 18 name a4857f80834c1de2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831246 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1335 namelen 18 name b9d88ab0f45a4fd3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831247 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367614 namelen 18 name 343497ce84c6bee3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831248 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404528 namelen 18 name 3b2d127a9bdf6063_0 filetype 1 errors 4, no inode ref
root 256 inode 113831250 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1338 namelen 18 name c1f5c46763ea7704_0 filetype 1 errors 4, no inode ref
root 256 inode 113831251 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367616 namelen 18 name f186accbaaf89cfc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831253 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1341 namelen 18 name bf3b4030d0b7936f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831254 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404529 namelen 18 name 2bbf15c06af9d1d1_0 filetype 1 errors 4, no inode ref
root 256 inode 113831261 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109469 index 42670 namelen 10 name 042236.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831262 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109469 index 42671 namelen 10 name 042237.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831267 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109509 index 368 namelen 12 name 111.0.5499.0 filetype 2 errors 4, no inode ref
root 256 inode 113831311 errors 2001, no inode item, link count wrong
	unresolved ref dir 105106061 index 63 namelen 14 name the-real-index filetype 1 errors 4, no inode ref
root 256 inode 113831316 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109460 index 207 namelen 14 name the-real-index filetype 1 errors 4, no inode ref
root 256 inode 113831320 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367626 namelen 18 name 9151c34119e57ff0_0 filetype 1 errors 4, no inode ref
root 256 inode 113831321 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367627 namelen 18 name ed5d92fc53f82d87_0 filetype 1 errors 4, no inode ref
root 256 inode 113831325 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367628 namelen 18 name f77e1f1e250e8276_0 filetype 1 errors 4, no inode ref
root 256 inode 113831329 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79809 namelen 10 name 079348.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831330 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79810 namelen 10 name 079349.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831331 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79811 namelen 10 name 079350.ldb filetype 1 errors 4, no inode ref
root 256 inode 113831332 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109428 index 99067 namelen 24 name BrowserMetrics-spare.pma filetype 1 errors 4, no inode ref
root 256 inode 113831341 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 125 namelen 7 name 2208920 filetype 2 errors 4, no inode ref
root 256 inode 113831343 errors 2001, no inode item, link count wrong
	unresolved ref dir 56299 index 273 namelen 25 name Assassin's Creed Valhalla filetype 2 errors 4, no inode ref
root 256 inode 113831345 errors 2001, no inode item, link count wrong
	unresolved ref dir 56302 index 31 namelen 7 name 2208920 filetype 2 errors 4, no inode ref
root 256 inode 113831353 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17166 namelen 36 name 2208921_6491722534596746778.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831354 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17167 namelen 36 name 2208922_9134213676153211952.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831355 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17168 namelen 35 name 2208923_263026949759441130.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831356 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17169 namelen 35 name 2208924_695868890233753547.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831357 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17170 namelen 36 name 2208925_6857264363759358797.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831358 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17171 namelen 36 name 2208926_9087313228259552134.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831359 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17172 namelen 36 name 2208927_2992301042586024036.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831360 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17173 namelen 36 name 2208928_3952138475651660933.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831361 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17174 namelen 35 name 2208929_603665797137398867.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831362 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17175 namelen 36 name 2210143_2642565480194191165.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831363 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17176 namelen 36 name 2210144_1830309223910627976.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831364 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17177 namelen 36 name 2210145_8504924204849894571.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831365 errors 2001, no inode item, link count wrong
	unresolved ref dir 56477 index 17178 namelen 36 name 1716751_8165522866240271784.manifest filetype 1 errors 4, no inode ref
root 256 inode 113831380 errors 2001, no inode item, link count wrong
	unresolved ref dir 58906 index 240 namelen 22 name steam_icon_2208920.png filetype 1 errors 4, no inode ref
root 256 inode 113831382 errors 2001, no inode item, link count wrong
	unresolved ref dir 366 index 335 namelen 33 name Assassin's Creed Valhalla.desktop filetype 1 errors 4, no inode ref
root 256 inode 113831387 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367633 namelen 18 name aa67706084f1166f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831388 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367634 namelen 18 name c50362275ccb8cae_0 filetype 1 errors 4, no inode ref
root 256 inode 113831389 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367635 namelen 18 name c405dffe666fb6a9_0 filetype 1 errors 4, no inode ref
root 256 inode 113831394 errors 2001, no inode item, link count wrong
	unresolved ref dir 96798275 index 191 namelen 7 name 2208920 filetype 2 errors 4, no inode ref
root 256 inode 113831403 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367636 namelen 18 name 8c5a3dc189d1d965_0 filetype 1 errors 4, no inode ref
root 256 inode 113831410 errors 2001, no inode item, link count wrong
	unresolved ref dir 3450 index 933990 namelen 12 name registry.vdf filetype 1 errors 4, no inode ref
root 256 inode 113831415 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 139 namelen 27 name state_2208920_2208921.patch filetype 1 errors 4, no inode ref
root 256 inode 113831416 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 140 namelen 27 name state_2208920_2208922.patch filetype 1 errors 4, no inode ref
root 256 inode 113831417 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 141 namelen 27 name state_2208920_2208923.patch filetype 1 errors 4, no inode ref
root 256 inode 113831418 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 142 namelen 27 name state_2208920_2208924.patch filetype 1 errors 4, no inode ref
root 256 inode 113831419 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 143 namelen 27 name state_2208920_2208925.patch filetype 1 errors 4, no inode ref
root 256 inode 113831420 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 144 namelen 27 name state_2208920_2208926.patch filetype 1 errors 4, no inode ref
root 256 inode 113831421 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 145 namelen 27 name state_2208920_2208927.patch filetype 1 errors 4, no inode ref
root 256 inode 113831422 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 146 namelen 27 name state_2208920_2208928.patch filetype 1 errors 4, no inode ref
root 256 inode 113831423 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 147 namelen 27 name state_2208920_2208929.patch filetype 1 errors 4, no inode ref
root 256 inode 113831424 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 148 namelen 27 name state_2208920_2210143.patch filetype 1 errors 4, no inode ref
root 256 inode 113831425 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 149 namelen 27 name state_2208920_2210144.patch filetype 1 errors 4, no inode ref
root 256 inode 113831426 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 150 namelen 27 name state_2208920_2210145.patch filetype 1 errors 4, no inode ref
root 256 inode 113831427 errors 2001, no inode item, link count wrong
	unresolved ref dir 56296 index 151 namelen 27 name state_2208920_1716751.patch filetype 1 errors 4, no inode ref
root 256 inode 113831440 errors 2001, no inode item, link count wrong
	unresolved ref dir 21283 index 100789 namelen 23 name appmanifest_2208920.acf filetype 1 errors 4, no inode ref
root 256 inode 113831442 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367637 namelen 18 name 3610ee9f9aaae643_0 filetype 1 errors 4, no inode ref
root 256 inode 113831443 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367638 namelen 18 name 0b7b5c6742969965_0 filetype 1 errors 4, no inode ref
root 256 inode 113831447 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109934 index 837 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113831481 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367642 namelen 18 name 9a8cbb494b2d68f4_0 filetype 1 errors 4, no inode ref
root 256 inode 113831482 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367643 namelen 18 name 17fe0cc2d2fcb137_0 filetype 1 errors 4, no inode ref
root 256 inode 113831500 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367648 namelen 18 name 3f595c4093f1d9a8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831502 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235077 index 1344 namelen 18 name 496e46358e18546b_0 filetype 1 errors 4, no inode ref
root 256 inode 113831518 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367649 namelen 18 name 71ac846cdb2998aa_0 filetype 1 errors 4, no inode ref
root 256 inode 113831519 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367650 namelen 18 name 8cb6c90794506eff_0 filetype 1 errors 4, no inode ref
root 256 inode 113831521 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367651 namelen 18 name e92d41c49fdd7542_0 filetype 1 errors 4, no inode ref
root 256 inode 113831524 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367652 namelen 18 name 71226507ae346c3d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831529 errors 2001, no inode item, link count wrong
	unresolved ref dir 110235086 index 123 namelen 14 name the-real-index filetype 1 errors 4, no inode ref
root 256 inode 113831530 errors 2001, no inode item, link count wrong
	unresolved ref dir 16145694 index 5242 namelen 9 name index.txt filetype 1 errors 4, no inode ref
root 256 inode 113831531 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367653 namelen 18 name 8105e5881a92902a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831532 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367654 namelen 18 name 0653c02e6ba5761e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831536 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109491 index 81215 namelen 35 name UrlSoceng.store.4_13316492920634717 filetype 1 errors 4, no inode ref
root 256 inode 113831539 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109491 index 81217 namelen 15 name UrlSoceng.store filetype 1 errors 4, no inode ref
root 256 inode 113831552 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367661 namelen 18 name 6bda3c7801054856_0 filetype 1 errors 4, no inode ref
root 256 inode 113831553 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367662 namelen 18 name 954bb46ce10ce2f7_0 filetype 1 errors 4, no inode ref
root 256 inode 113831562 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367663 namelen 18 name bc5c75ea4fa57042_0 filetype 1 errors 4, no inode ref
root 256 inode 113831563 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367664 namelen 18 name c94b3f10ea8380e8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831565 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367665 namelen 18 name 0d91c7446d3b258a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831566 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367666 namelen 18 name 768522f1005b5b90_0 filetype 1 errors 4, no inode ref
root 256 inode 113831571 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367671 namelen 18 name 56b970e617adf93d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831572 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367672 namelen 18 name 0f00b41f5f67db34_0 filetype 1 errors 4, no inode ref
root 256 inode 113831581 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367674 namelen 18 name 32b585a425a7cc49_0 filetype 1 errors 4, no inode ref
root 256 inode 113831582 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367675 namelen 18 name 36a82dcf1e7e3239_0 filetype 1 errors 4, no inode ref
root 256 inode 113831592 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367676 namelen 18 name e104e4009fe4f5b2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831593 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367677 namelen 18 name d8d452f7a4249d5c_0 filetype 1 errors 4, no inode ref
root 256 inode 113831594 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367678 namelen 18 name 9eadd62983b12a18_0 filetype 1 errors 4, no inode ref
root 256 inode 113831595 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367679 namelen 18 name 872b948512008c67_0 filetype 1 errors 4, no inode ref
root 256 inode 113831598 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367684 namelen 18 name 584849ed88abed27_0 filetype 1 errors 4, no inode ref
root 256 inode 113831599 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367685 namelen 18 name 75bbe4679080d97d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831601 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367686 namelen 18 name f02e6309f284e125_0 filetype 1 errors 4, no inode ref
root 256 inode 113831602 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367687 namelen 18 name 90ba68e9e60f6ca3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831610 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367688 namelen 18 name 40a6bd925bce19d6_0 filetype 1 errors 4, no inode ref
root 256 inode 113831611 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367689 namelen 18 name 25def0dda31ad449_0 filetype 1 errors 4, no inode ref
root 256 inode 113831622 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367690 namelen 18 name 873ecc5516574bcc_0 filetype 1 errors 4, no inode ref
root 256 inode 113831623 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367691 namelen 18 name 5f72ba944c4db36d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831625 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367692 namelen 18 name 44c4397488a24384_0 filetype 1 errors 4, no inode ref
root 256 inode 113831626 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367693 namelen 18 name 823beeab88e001c3_0 filetype 1 errors 4, no inode ref
root 256 inode 113831628 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367694 namelen 18 name 5c05dc7cfe63d5d8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831629 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367695 namelen 18 name 20874d5b0ace9c8e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831642 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367701 namelen 18 name 659b9a79f714350d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831643 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367702 namelen 18 name 9e7bbe9474111bf8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831664 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367707 namelen 18 name 0c781c9411a0e414_0 filetype 1 errors 4, no inode ref
root 256 inode 113831665 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367708 namelen 18 name 6badefb556b8f6b2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831667 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367709 namelen 18 name 1fc1c6ee072fa7df_0 filetype 1 errors 4, no inode ref
root 256 inode 113831668 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367710 namelen 18 name 4fa9eda005db3ec2_0 filetype 1 errors 4, no inode ref
root 256 inode 113831671 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367711 namelen 18 name 34bc5937249ec6ba_0 filetype 1 errors 4, no inode ref
root 256 inode 113831672 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367712 namelen 18 name 891a1bf5b955b207_0 filetype 1 errors 4, no inode ref
root 256 inode 113831676 errors 2001, no inode item, link count wrong
	unresolved ref dir 16151489 index 9985 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113831708 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367717 namelen 18 name 21664ae23aecf52d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831709 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367718 namelen 18 name e914b0b46d6d3e40_0 filetype 1 errors 4, no inode ref
root 256 inode 113831725 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367723 namelen 18 name 3cb27dedfeb24a98_0 filetype 1 errors 4, no inode ref
root 256 inode 113831726 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367724 namelen 18 name 4885b4e733918509_0 filetype 1 errors 4, no inode ref
root 256 inode 113831730 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367725 namelen 18 name 72343a5803ced9ad_0 filetype 1 errors 4, no inode ref
root 256 inode 113831731 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367726 namelen 18 name 2fd377b11294285d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831733 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367727 namelen 18 name 0cc4451c20d03434_0 filetype 1 errors 4, no inode ref
root 256 inode 113831734 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367728 namelen 18 name 6c89d93408eb7685_0 filetype 1 errors 4, no inode ref
root 256 inode 113831750 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367730 namelen 18 name 7dc1706b7c77e1ff_0 filetype 1 errors 4, no inode ref
root 256 inode 113831753 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367731 namelen 18 name 2db4afd185b4e75e_0 filetype 1 errors 4, no inode ref
root 256 inode 113831773 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367732 namelen 18 name c23d9e0502218168_0 filetype 1 errors 4, no inode ref
root 256 inode 113831774 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367733 namelen 18 name a514d9c11e58fc7f_0 filetype 1 errors 4, no inode ref
root 256 inode 113831775 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367734 namelen 18 name 433a0688054e66f4_0 filetype 1 errors 4, no inode ref
root 256 inode 113831777 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367735 namelen 18 name 4e536949df527bc8_0 filetype 1 errors 4, no inode ref
root 256 inode 113831778 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367736 namelen 18 name d113a7f9be6f667d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831779 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367737 namelen 18 name 200b261d3b6b9508_0 filetype 1 errors 4, no inode ref
root 256 inode 113831793 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367740 namelen 18 name e483861bcc9f3673_0 filetype 1 errors 4, no inode ref
root 256 inode 113831794 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367741 namelen 18 name a9287473cdbd8071_0 filetype 1 errors 4, no inode ref
root 256 inode 113831813 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367746 namelen 18 name aeb8604c48b9345a_0 filetype 1 errors 4, no inode ref
root 256 inode 113831814 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367747 namelen 18 name 31373c2b5aee689d_0 filetype 1 errors 4, no inode ref
root 256 inode 113831816 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367748 namelen 18 name 8c2b4eb8b2531204_0 filetype 1 errors 4, no inode ref
root 256 inode 113831818 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367749 namelen 18 name 6aeb4f1ed20f7227_0 filetype 1 errors 4, no inode ref
root 256 inode 113831819 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367750 namelen 18 name b52159c6fa73c2e1_0 filetype 1 errors 4, no inode ref
root 256 inode 113831820 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367751 namelen 18 name d116c542fbe0961b_0 filetype 1 errors 4, no inode ref
root 256 inode 113832014 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367752 namelen 18 name e7807345432b9b52_0 filetype 1 errors 4, no inode ref
root 256 inode 113832015 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367753 namelen 18 name c23d84d0de7dad2c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832025 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367755 namelen 18 name f37ac25e78fdb7ff_0 filetype 1 errors 4, no inode ref
root 256 inode 113832026 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367756 namelen 18 name 84d8f6c61b568619_0 filetype 1 errors 4, no inode ref
root 256 inode 113832038 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367757 namelen 18 name ac146a2214a23530_0 filetype 1 errors 4, no inode ref
root 256 inode 113832039 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367758 namelen 18 name 3b3fde4dbcc0d649_0 filetype 1 errors 4, no inode ref
root 256 inode 113832046 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367759 namelen 18 name 854dae7e842f837c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832049 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367760 namelen 18 name 9c844bdeaf250f78_0 filetype 1 errors 4, no inode ref
root 256 inode 113832050 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367761 namelen 18 name bed124108fe70184_0 filetype 1 errors 4, no inode ref
root 256 inode 113832051 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367762 namelen 18 name ee385b62a23434c5_0 filetype 1 errors 4, no inode ref
root 256 inode 113832063 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367763 namelen 18 name 5b93da06f4c6bdc1_0 filetype 1 errors 4, no inode ref
root 256 inode 113832064 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367764 namelen 18 name 6e78a6ff668af81a_0 filetype 1 errors 4, no inode ref
root 256 inode 113832089 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367773 namelen 18 name cdef31181e8fe4e6_0 filetype 1 errors 4, no inode ref
root 256 inode 113832090 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367774 namelen 18 name f2d68a2b6877f67c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832100 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367775 namelen 18 name e2fc26f39765c329_0 filetype 1 errors 4, no inode ref
root 256 inode 113832101 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367776 namelen 18 name f940fbac968dd15f_0 filetype 1 errors 4, no inode ref
root 256 inode 113832102 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367777 namelen 18 name aae6335bfabf9f74_0 filetype 1 errors 4, no inode ref
root 256 inode 113832104 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367778 namelen 18 name 6f259deb05f15a5a_0 filetype 1 errors 4, no inode ref
root 256 inode 113832151 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367782 namelen 18 name 17dc7df87bb43ce8_0 filetype 1 errors 4, no inode ref
root 256 inode 113832152 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367783 namelen 18 name bf8e63b27a6b5640_0 filetype 1 errors 4, no inode ref
root 256 inode 113832187 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367786 namelen 18 name 073e8ee3e363d0d2_0 filetype 1 errors 4, no inode ref
root 256 inode 113832188 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367787 namelen 18 name b3d52f2f04474abf_0 filetype 1 errors 4, no inode ref
root 256 inode 113832205 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367788 namelen 18 name 4de30dcc945ce902_0 filetype 1 errors 4, no inode ref
root 256 inode 113832206 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367789 namelen 18 name 2f3e9968eb061e5b_0 filetype 1 errors 4, no inode ref
root 256 inode 113832207 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367790 namelen 18 name ca8cb790d2dd505d_0 filetype 1 errors 4, no inode ref
root 256 inode 113832221 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367791 namelen 18 name c88db60ee9b070dd_0 filetype 1 errors 4, no inode ref
root 256 inode 113832245 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367792 namelen 18 name 5fb68ab5c6e2b577_0 filetype 1 errors 4, no inode ref
root 256 inode 113832246 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367793 namelen 18 name 28bcc77963485e85_0 filetype 1 errors 4, no inode ref
root 256 inode 113832260 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367798 namelen 18 name 7a977ae8f1ac0d53_0 filetype 1 errors 4, no inode ref
root 256 inode 113832261 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367799 namelen 18 name e5951b490af7f975_0 filetype 1 errors 4, no inode ref
root 256 inode 113832262 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367800 namelen 18 name 6117c9dd812f3862_0 filetype 1 errors 4, no inode ref
root 256 inode 113832263 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367801 namelen 18 name 2d692a1d0e5f7f04_0 filetype 1 errors 4, no inode ref
root 256 inode 113832264 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367802 namelen 18 name 79da51412eb95c0c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832267 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367804 namelen 18 name ae710391408f21ac_0 filetype 1 errors 4, no inode ref
root 256 inode 113832280 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367805 namelen 18 name 2fd89d683b673bc8_0 filetype 1 errors 4, no inode ref
root 256 inode 113832281 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367806 namelen 18 name 6cca0057831de60a_0 filetype 1 errors 4, no inode ref
root 256 inode 113832299 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367807 namelen 18 name ccf52ff34c07bc66_0 filetype 1 errors 4, no inode ref
root 256 inode 113832300 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367808 namelen 18 name 52d90fb5a0d9edc9_0 filetype 1 errors 4, no inode ref
root 256 inode 113832302 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367809 namelen 18 name aaca3c67be24b3be_0 filetype 1 errors 4, no inode ref
root 256 inode 113832303 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367810 namelen 18 name 06b2303d2007f49c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832305 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367811 namelen 18 name 911706706ec67035_0 filetype 1 errors 4, no inode ref
root 256 inode 113832306 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367812 namelen 18 name 003e7bc8a92deecd_0 filetype 1 errors 4, no inode ref
root 256 inode 113832309 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367814 namelen 18 name 6cdaf6dd6ff2e027_0 filetype 1 errors 4, no inode ref
root 256 inode 113832317 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367816 namelen 18 name 6db959d1a8a567b9_0 filetype 1 errors 4, no inode ref
root 256 inode 113832323 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367817 namelen 18 name f7929585c6733394_0 filetype 1 errors 4, no inode ref
root 256 inode 113832324 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367818 namelen 18 name 8a8fc05a2b63e7d1_0 filetype 1 errors 4, no inode ref
root 256 inode 113832359 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367823 namelen 18 name e350b13f3c500363_0 filetype 1 errors 4, no inode ref
root 256 inode 113832360 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367824 namelen 18 name 5febb268a04e7759_0 filetype 1 errors 4, no inode ref
root 256 inode 113832364 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367825 namelen 18 name 579a88e964dcb975_0 filetype 1 errors 4, no inode ref
root 256 inode 113832365 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367826 namelen 18 name 4bd317777a008959_0 filetype 1 errors 4, no inode ref
root 256 inode 113832372 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367828 namelen 18 name ff4b7c552378e740_0 filetype 1 errors 4, no inode ref
root 256 inode 113832375 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367829 namelen 18 name 5f22b0620bede952_0 filetype 1 errors 4, no inode ref
root 256 inode 113832377 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367830 namelen 18 name 5e5ca39277980697_0 filetype 1 errors 4, no inode ref
root 256 inode 113832378 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367831 namelen 18 name 822e13b0508c19af_0 filetype 1 errors 4, no inode ref
root 256 inode 113832570 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367832 namelen 18 name 322feb70119cf6dd_0 filetype 1 errors 4, no inode ref
root 256 inode 113832571 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367833 namelen 18 name 84054dac10daad90_0 filetype 1 errors 4, no inode ref
root 256 inode 113832577 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367834 namelen 18 name 9ee6c5ad71475954_0 filetype 1 errors 4, no inode ref
root 256 inode 113832578 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367835 namelen 18 name d55fb21e219b399c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832592 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367838 namelen 18 name 9805d6f7773b5317_0 filetype 1 errors 4, no inode ref
root 256 inode 113832593 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367839 namelen 18 name bf05643655f2b872_0 filetype 1 errors 4, no inode ref
root 256 inode 113832601 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367840 namelen 18 name aeac66f21dae1da9_0 filetype 1 errors 4, no inode ref
root 256 inode 113832602 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367841 namelen 18 name 127c5cd5eaeac1d2_0 filetype 1 errors 4, no inode ref
root 256 inode 113832620 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109469 index 42672 namelen 10 name 042238.log filetype 1 errors 4, no inode ref
root 256 inode 113832621 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109469 index 42673 namelen 10 name 042239.ldb filetype 1 errors 4, no inode ref
root 256 inode 113832624 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367846 namelen 18 name 69f5f7fc87a47f74_0 filetype 1 errors 4, no inode ref
root 256 inode 113832625 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367847 namelen 18 name aa5fee1fa5d23247_0 filetype 1 errors 4, no inode ref
root 256 inode 113832628 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367848 namelen 18 name 6e5d8c92fcd6b082_0 filetype 1 errors 4, no inode ref
root 256 inode 113832629 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367849 namelen 18 name 23e2523cd8570a9b_0 filetype 1 errors 4, no inode ref
root 256 inode 113832638 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367851 namelen 18 name d41528e937682714_0 filetype 1 errors 4, no inode ref
root 256 inode 113832642 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367853 namelen 18 name 88275a6bd71923af_0 filetype 1 errors 4, no inode ref
root 256 inode 113832643 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367854 namelen 18 name b2a9fd881855623c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832652 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367856 namelen 18 name c82e18db4bb493b6_0 filetype 1 errors 4, no inode ref
root 256 inode 113832653 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367857 namelen 18 name 772f94330e60a3ce_0 filetype 1 errors 4, no inode ref
root 256 inode 113832654 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367858 namelen 18 name d8397f24714d3457_0 filetype 1 errors 4, no inode ref
root 256 inode 113832675 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367859 namelen 18 name 7407b5359bd89ad2_0 filetype 1 errors 4, no inode ref
root 256 inode 113832676 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367860 namelen 18 name aedcf6414cafbf7a_0 filetype 1 errors 4, no inode ref
root 256 inode 113832734 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367861 namelen 18 name c3099ed035aaec56_0 filetype 1 errors 4, no inode ref
root 256 inode 113832753 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367862 namelen 18 name e871ee66aef6efe8_0 filetype 1 errors 4, no inode ref
root 256 inode 113832754 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367863 namelen 18 name 57a546b55f41b6c3_0 filetype 1 errors 4, no inode ref
root 256 inode 113832778 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367868 namelen 18 name 01e77cd8a9547875_0 filetype 1 errors 4, no inode ref
root 256 inode 113832780 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367869 namelen 18 name b3733444dbd84914_0 filetype 1 errors 4, no inode ref
root 256 inode 113832781 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367870 namelen 18 name c3037ca4a4293733_0 filetype 1 errors 4, no inode ref
root 256 inode 113832838 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367871 namelen 18 name 2a7475d2a013d577_0 filetype 1 errors 4, no inode ref
root 256 inode 113832839 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367872 namelen 18 name e535a89fbec77ffe_0 filetype 1 errors 4, no inode ref
root 256 inode 113832842 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367873 namelen 18 name 08d4dcdbf081abcb_0 filetype 1 errors 4, no inode ref
root 256 inode 113832843 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367874 namelen 18 name 4cc5580b6b6196a7_0 filetype 1 errors 4, no inode ref
root 256 inode 113832854 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367877 namelen 18 name 3b406c7b2277cbd6_0 filetype 1 errors 4, no inode ref
root 256 inode 113832855 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367878 namelen 18 name 74dbbc9010fb7c6c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832856 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367880 namelen 18 name a74196de73cb9ec3_0 filetype 1 errors 4, no inode ref
root 256 inode 113832859 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2790039 namelen 9 name Bookmarks filetype 1 errors 4, no inode ref
root 256 inode 113832876 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367883 namelen 18 name a2d10618614898a7_0 filetype 1 errors 4, no inode ref
root 256 inode 113832877 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367884 namelen 18 name db7e918d765104ba_0 filetype 1 errors 4, no inode ref
root 256 inode 113832878 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367885 namelen 18 name 78df653dad02ecef_0 filetype 1 errors 4, no inode ref
root 256 inode 113832882 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367886 namelen 18 name 50a16514a831eefa_0 filetype 1 errors 4, no inode ref
root 256 inode 113832883 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367887 namelen 18 name b33b211739b4f91c_0 filetype 1 errors 4, no inode ref
root 256 inode 113832891 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367888 namelen 18 name 49a7f91b8784944b_0 filetype 1 errors 4, no inode ref
root 256 inode 113832892 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367889 namelen 18 name 96e7628197f4452f_0 filetype 1 errors 4, no inode ref
root 256 inode 113832896 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367890 namelen 18 name 80cd65e28f5f4f95_0 filetype 1 errors 4, no inode ref
root 256 inode 113832913 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367895 namelen 18 name 120db83edfadbf38_0 filetype 1 errors 4, no inode ref
root 256 inode 113832914 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367896 namelen 18 name 6d72ad2cce8eb3a6_0 filetype 1 errors 4, no inode ref
root 256 inode 113832915 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367897 namelen 18 name 6bf0259d4a6e6410_0 filetype 1 errors 4, no inode ref
root 256 inode 113832918 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367898 namelen 18 name 379029e1ae05638d_0 filetype 1 errors 4, no inode ref
root 256 inode 113832919 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367899 namelen 18 name 560607210c83c17b_0 filetype 1 errors 4, no inode ref
root 256 inode 113832933 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367903 namelen 18 name 075f7e42f4106390_0 filetype 1 errors 4, no inode ref
root 256 inode 113832934 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367904 namelen 18 name 01b976e25422885b_0 filetype 1 errors 4, no inode ref
root 256 inode 113832936 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367905 namelen 18 name 8ff41fb2ae8ebbb9_0 filetype 1 errors 4, no inode ref
root 256 inode 113832947 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367906 namelen 18 name 1c4ebb99824327ac_0 filetype 1 errors 4, no inode ref
root 256 inode 113832948 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367907 namelen 18 name 67d089be56bf777f_0 filetype 1 errors 4, no inode ref
root 256 inode 113832950 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367908 namelen 18 name 7945d136a6bb8fc3_0 filetype 1 errors 4, no inode ref
root 256 inode 113832953 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367909 namelen 18 name 82c464a3c6f47faa_0 filetype 1 errors 4, no inode ref
root 256 inode 113832954 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367910 namelen 18 name 32fad54166331aac_0 filetype 1 errors 4, no inode ref
root 256 inode 113832964 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367911 namelen 18 name 43739a74648a10fc_0 filetype 1 errors 4, no inode ref
root 256 inode 113832965 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367912 namelen 18 name 4ecc36bfc7e489f2_0 filetype 1 errors 4, no inode ref
root 256 inode 113832967 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367913 namelen 18 name 44a1eb2125889fdc_0 filetype 1 errors 4, no inode ref
root 256 inode 113832970 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79813 namelen 10 name 079352.ldb filetype 1 errors 4, no inode ref
root 256 inode 113832981 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367918 namelen 18 name dfb21bfe79b9d2a4_0 filetype 1 errors 4, no inode ref
root 256 inode 113832982 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367919 namelen 18 name 5d0e9554651102b9_0 filetype 1 errors 4, no inode ref
root 256 inode 113832986 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367920 namelen 18 name a9e1faae9416f61e_0 filetype 1 errors 4, no inode ref
root 256 inode 113832988 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367921 namelen 18 name 581779b786b3e2b0_0 filetype 1 errors 4, no inode ref
root 256 inode 113832989 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367922 namelen 18 name eee32c5447296552_0 filetype 1 errors 4, no inode ref
root 256 inode 113832997 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367924 namelen 18 name 6d36760f8568e7ba_0 filetype 1 errors 4, no inode ref
root 256 inode 113832998 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367925 namelen 18 name 5a5d33a8dd6d39c6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833001 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367926 namelen 18 name 03997a3ae03b76fd_0 filetype 1 errors 4, no inode ref
root 256 inode 113833002 errors 2001, no inode item, link count wrong
	unresolved ref dir 300 index 22472 namelen 17 name application_state filetype 1 errors 4, no inode ref
root 256 inode 113833011 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367927 namelen 18 name bbfab49fcce5afe3_0 filetype 1 errors 4, no inode ref
root 256 inode 113833012 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367928 namelen 18 name 73b21469ddb18a7e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833014 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367929 namelen 18 name b0d8115300e0f510_0 filetype 1 errors 4, no inode ref
root 256 inode 113833015 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367930 namelen 18 name 9beddc358d6d40f9_0 filetype 1 errors 4, no inode ref
root 256 inode 113833016 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367931 namelen 18 name 7cdadfd989d1fcdd_0 filetype 1 errors 4, no inode ref
root 256 inode 113833017 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367932 namelen 18 name 0e97cb2bd369966c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833018 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367933 namelen 18 name a3ef0be0a4671706_0 filetype 1 errors 4, no inode ref
root 256 inode 113833027 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367936 namelen 18 name 5b739afa14f632cf_0 filetype 1 errors 4, no inode ref
root 256 inode 113833028 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367937 namelen 18 name 8ead73a4d2254720_0 filetype 1 errors 4, no inode ref
root 256 inode 113833029 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367938 namelen 18 name 0b34d4df4eb6ef5d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833049 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367943 namelen 18 name 60ee696db0c255b9_0 filetype 1 errors 4, no inode ref
root 256 inode 113833050 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367944 namelen 18 name 61af76012e97ba95_0 filetype 1 errors 4, no inode ref
root 256 inode 113833052 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367945 namelen 18 name c44f91cc70377c5f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833055 errors 2001, no inode item, link count wrong
	unresolved ref dir 20071 index 40012 namelen 11 name appinfo.vdf filetype 1 errors 4, no inode ref
root 256 inode 113833059 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367946 namelen 18 name fc8804eb6a681b09_0 filetype 1 errors 4, no inode ref
root 256 inode 113833060 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367947 namelen 18 name 34b49da564b69991_0 filetype 1 errors 4, no inode ref
root 256 inode 113833074 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367949 namelen 18 name 8e787129b8539b20_0 filetype 1 errors 4, no inode ref
root 256 inode 113833075 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367950 namelen 18 name 42d082d39e2ba3a4_0 filetype 1 errors 4, no inode ref
root 256 inode 113833077 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367951 namelen 18 name 617938697327668b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833087 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367954 namelen 18 name a0c9a3dc4d514c3f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833088 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367955 namelen 18 name 042b27c5350cb029_0 filetype 1 errors 4, no inode ref
root 256 inode 113833091 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367956 namelen 18 name f22ae0dc0ce5ab61_0 filetype 1 errors 4, no inode ref
root 256 inode 113833092 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367957 namelen 18 name b08f6480ff5bd4e8_0 filetype 1 errors 4, no inode ref
root 256 inode 113833093 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367958 namelen 18 name 915e278031f3f3c2_0 filetype 1 errors 4, no inode ref
root 256 inode 113833094 errors 2001, no inode item, link count wrong
	unresolved ref dir 9890273 index 12036 namelen 22 name appworkshop_241100.acf filetype 1 errors 4, no inode ref
root 256 inode 113833095 errors 2001, no inode item, link count wrong
	unresolved ref dir 16146977 index 86274 namelen 7 name LOG.old filetype 1 errors 4, no inode ref
root 256 inode 113833104 errors 2001, no inode item, link count wrong
	unresolved ref dir 113130894 index 244 namelen 4 name bbf2 filetype 1 errors 4, no inode ref
root 256 inode 113833111 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367963 namelen 18 name 3cb845c61b414e4c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833112 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367964 namelen 18 name 731075cefa0401b5_0 filetype 1 errors 4, no inode ref
root 256 inode 113833116 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367969 namelen 18 name 13024a566751052b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833123 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367970 namelen 18 name 71c9de7e1863f0ab_0 filetype 1 errors 4, no inode ref
root 256 inode 113833124 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367971 namelen 18 name 4c4c662aefe3d06e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833126 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367972 namelen 18 name bc8f23840b85a891_0 filetype 1 errors 4, no inode ref
root 256 inode 113833127 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367973 namelen 18 name f23f81e04cc19977_0 filetype 1 errors 4, no inode ref
root 256 inode 113833128 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367974 namelen 18 name f2e01a981943f1e9_0 filetype 1 errors 4, no inode ref
root 256 inode 113833138 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367976 namelen 18 name f14bef54647770c1_0 filetype 1 errors 4, no inode ref
root 256 inode 113833139 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367977 namelen 18 name 591ae3954387b248_0 filetype 1 errors 4, no inode ref
root 256 inode 113833144 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367978 namelen 18 name 49e3ccf47b0cdc2a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833150 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367979 namelen 18 name 9362ce27a0822945_0 filetype 1 errors 4, no inode ref
root 256 inode 113833151 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367980 namelen 18 name 51b709303f973d1f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833159 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367981 namelen 18 name 7742aa1588d911ab_0 filetype 1 errors 4, no inode ref
root 256 inode 113833160 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367982 namelen 18 name 8468c4808eced752_0 filetype 1 errors 4, no inode ref
root 256 inode 113833161 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367983 namelen 18 name d11f1bd812fd0cef_0 filetype 1 errors 4, no inode ref
root 256 inode 113833176 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367984 namelen 18 name 77d94b98752f3307_0 filetype 1 errors 4, no inode ref
root 256 inode 113833177 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367985 namelen 18 name 32183d7d7f2f68a6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833181 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367990 namelen 18 name 824c64131367297e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833191 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367993 namelen 18 name c41df84f97488592_0 filetype 1 errors 4, no inode ref
root 256 inode 113833192 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367994 namelen 18 name 2cacf96a6b8ce966_0 filetype 1 errors 4, no inode ref
root 256 inode 113833195 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367995 namelen 18 name ecabd49d621b99f8_0 filetype 1 errors 4, no inode ref
root 256 inode 113833196 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367996 namelen 18 name bb677730f3a9a18e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833197 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367997 namelen 18 name 422f311fbcc52e6d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833200 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367998 namelen 18 name f2f4f52bb7978d92_0 filetype 1 errors 4, no inode ref
root 256 inode 113833201 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8367999 namelen 18 name c5e3d49a7fcbbaca_0 filetype 1 errors 4, no inode ref
root 256 inode 113833210 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368001 namelen 18 name 889b4d913ca3bb6c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833211 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368002 namelen 18 name 16742451713b249e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833213 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368003 namelen 18 name 9f987e5870ce8fa0_0 filetype 1 errors 4, no inode ref
root 256 inode 113833220 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368004 namelen 18 name 68557131c4373bb4_0 filetype 1 errors 4, no inode ref
root 256 inode 113833221 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368005 namelen 18 name 4c038eb65e1a2e27_0 filetype 1 errors 4, no inode ref
root 256 inode 113833222 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368006 namelen 18 name b3895e08de736c9b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833223 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368007 namelen 18 name bcdd38ba03601c5a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833224 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368008 namelen 18 name 223f1c9419f78b8f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833236 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368011 namelen 18 name 70ba0b2fc836e625_0 filetype 1 errors 4, no inode ref
root 256 inode 113833237 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368012 namelen 18 name bbfea42b49b91b23_0 filetype 1 errors 4, no inode ref
root 256 inode 113833246 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368017 namelen 18 name 2a020f165697aebf_0 filetype 1 errors 4, no inode ref
root 256 inode 113833247 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109468 index 292086 namelen 10 name Nigori.bin filetype 1 errors 4, no inode ref
root 256 inode 113833248 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368018 namelen 18 name bc49d00159be8d5c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833251 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368021 namelen 18 name f112eaf7af7e375c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833252 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368022 namelen 18 name 80cace464fbef00f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833254 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368023 namelen 18 name 1e307e4299f4d4dc_0 filetype 1 errors 4, no inode ref
root 256 inode 113833255 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368024 namelen 18 name 533d24b4d21c283b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833256 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368025 namelen 18 name 9db87e797bcd59ca_0 filetype 1 errors 4, no inode ref
root 256 inode 113833257 errors 2001, no inode item, link count wrong
	unresolved ref dir 16146977 index 86275 namelen 3 name LOG filetype 1 errors 4, no inode ref
root 256 inode 113833278 errors 2001, no inode item, link count wrong
	unresolved ref dir 22350 index 255561 namelen 18 name 124823e6a2fd5d6e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833281 errors 2001, no inode item, link count wrong
	unresolved ref dir 21275 index 91007 namelen 15 name localconfig.vdf filetype 1 errors 4, no inode ref
root 256 inode 113833286 errors 2001, no inode item, link count wrong
	unresolved ref dir 19774 index 26440 namelen 17 name TransportSecurity filetype 1 errors 4, no inode ref
root 256 inode 113833287 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368028 namelen 18 name 55700b11cda25fc5_0 filetype 1 errors 4, no inode ref
root 256 inode 113833288 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368029 namelen 18 name d326b31693164899_0 filetype 1 errors 4, no inode ref
root 256 inode 113833290 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368030 namelen 18 name 878b0f723bb46fc9_0 filetype 1 errors 4, no inode ref
root 256 inode 113833291 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368031 namelen 18 name e85ac8952d7783d7_0 filetype 1 errors 4, no inode ref
root 256 inode 113833292 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368032 namelen 18 name 15145040f7f12f31_0 filetype 1 errors 4, no inode ref
root 256 inode 113833293 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368033 namelen 18 name 93d81321f8c35eab_0 filetype 1 errors 4, no inode ref
root 256 inode 113833294 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368034 namelen 18 name bd47bcbb3a678197_0 filetype 1 errors 4, no inode ref
root 256 inode 113833295 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368035 namelen 18 name 7472173fe785cc3d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833296 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368036 namelen 18 name ccb56e3ef84102db_0 filetype 1 errors 4, no inode ref
root 256 inode 113833297 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368037 namelen 18 name 61ef128d12f3508e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833298 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368038 namelen 18 name 765decb72834ac98_0 filetype 1 errors 4, no inode ref
root 256 inode 113833299 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368039 namelen 18 name 6cbafe2e95073e2c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833300 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368040 namelen 18 name bf52a2f1445deb8e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833301 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368041 namelen 18 name 9298c2d6577fc4d1_0 filetype 1 errors 4, no inode ref
root 256 inode 113833304 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368043 namelen 18 name c4f4b8146d5e856c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833305 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404530 namelen 18 name 3734af97fc80f8e5_0 filetype 1 errors 4, no inode ref
root 256 inode 113833306 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368044 namelen 18 name b66712816014db74_0 filetype 1 errors 4, no inode ref
root 256 inode 113833308 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368046 namelen 18 name 72ced27c8ceaf3d6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833309 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368047 namelen 18 name 5831470dcd838d46_0 filetype 1 errors 4, no inode ref
root 256 inode 113833310 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368048 namelen 18 name 8aaf9a9d83c117de_0 filetype 1 errors 4, no inode ref
root 256 inode 113833311 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368050 namelen 18 name d3b2a7be505b00bf_0 filetype 1 errors 4, no inode ref
root 256 inode 113833312 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404531 namelen 18 name 7acd3b16428c751f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833316 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368053 namelen 18 name 5ed168b900261209_0 filetype 1 errors 4, no inode ref
root 256 inode 113833317 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2790163 namelen 24 name Network Persistent State filetype 1 errors 4, no inode ref
root 256 inode 113833319 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404534 namelen 18 name 7318348d64d7b3be_0 filetype 1 errors 4, no inode ref
root 256 inode 113833320 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404535 namelen 18 name 719698f9efe43058_0 filetype 1 errors 4, no inode ref
root 256 inode 113833321 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404536 namelen 18 name 406892166d35967b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833322 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368055 namelen 18 name b73f8b9e3dd20b9e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833329 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368058 namelen 18 name bcb3bc2660d3c9d9_0 filetype 1 errors 4, no inode ref
root 256 inode 113833331 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368060 namelen 18 name 28a3ccf0c8b32978_0 filetype 1 errors 4, no inode ref
root 256 inode 113833333 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368062 namelen 18 name 8061e450ebddb5cc_0 filetype 1 errors 4, no inode ref
root 256 inode 113833334 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368063 namelen 18 name 6353721aeba2a999_0 filetype 1 errors 4, no inode ref
root 256 inode 113833338 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368067 namelen 18 name 9406007b7cdbcb50_0 filetype 1 errors 4, no inode ref
root 256 inode 113833339 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368068 namelen 18 name 20f8dd26e688b072_0 filetype 1 errors 4, no inode ref
root 256 inode 113833340 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404538 namelen 18 name 18f88920df4b5f17_0 filetype 1 errors 4, no inode ref
root 256 inode 113833341 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368070 namelen 18 name dcea5ebb9c1a85e6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833342 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368071 namelen 18 name 059adcf679fe6e81_0 filetype 1 errors 4, no inode ref
root 256 inode 113833344 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368073 namelen 18 name cbf8bfc62dc07d49_0 filetype 1 errors 4, no inode ref
root 256 inode 113833346 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368075 namelen 18 name 8de6201233f3ffd7_0 filetype 1 errors 4, no inode ref
root 256 inode 113833349 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368078 namelen 18 name 6272405b91ee2c4f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833352 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368081 namelen 18 name 42e6ed7a013e2b68_0 filetype 1 errors 4, no inode ref
root 256 inode 113833354 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368083 namelen 18 name 98954adb5b341c52_0 filetype 1 errors 4, no inode ref
root 256 inode 113833355 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404539 namelen 18 name 723262b7d54a01d6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833356 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404540 namelen 18 name 873c902bd9bb3e26_0 filetype 1 errors 4, no inode ref
root 256 inode 113833358 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368090 namelen 18 name 97367993b33cde5f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833361 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368094 namelen 18 name af68ee4e2561da65_0 filetype 1 errors 4, no inode ref
root 256 inode 113833362 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368095 namelen 18 name 7666597313165d12_0 filetype 1 errors 4, no inode ref
root 256 inode 113833363 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368097 namelen 18 name 38d065a86f3e3e0c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833364 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404541 namelen 18 name 5f55df7f9c87943b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833367 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404542 namelen 18 name da5c34fa3d74f0c7_0 filetype 1 errors 4, no inode ref
root 256 inode 113833368 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368105 namelen 18 name 71e686c57332c69b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833369 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368106 namelen 18 name 0df95ef06cff6e19_0 filetype 1 errors 4, no inode ref
root 256 inode 113833371 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404543 namelen 18 name 28073c2637a5d598_0 filetype 1 errors 4, no inode ref
root 256 inode 113833372 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404544 namelen 18 name f57222c4ad642237_0 filetype 1 errors 4, no inode ref
root 256 inode 113833373 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404545 namelen 18 name 8e4b16203ea02dad_0 filetype 1 errors 4, no inode ref
root 256 inode 113833374 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368108 namelen 18 name 2b06527c74cb765d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833377 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368112 namelen 18 name 8e79509e5eab9f0a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833379 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368116 namelen 18 name fe2e817f3285a1cd_0 filetype 1 errors 4, no inode ref
root 256 inode 113833380 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368117 namelen 18 name 41b19f81cadef464_0 filetype 1 errors 4, no inode ref
root 256 inode 113833381 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368118 namelen 18 name f8954b5dbea0aead_0 filetype 1 errors 4, no inode ref
root 256 inode 113833382 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404546 namelen 18 name feb197add559010a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833383 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368119 namelen 18 name 760acdb9d443a012_0 filetype 1 errors 4, no inode ref
root 256 inode 113833384 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404547 namelen 18 name e8c83852ef99b1d8_0 filetype 1 errors 4, no inode ref
root 256 inode 113833385 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404548 namelen 18 name 88e49e9cec7d05e6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833386 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404549 namelen 18 name 79ece095549b9a40_0 filetype 1 errors 4, no inode ref
root 256 inode 113833387 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368120 namelen 18 name 757c284eb7283c71_0 filetype 1 errors 4, no inode ref
root 256 inode 113833388 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404550 namelen 18 name 8130491b8e7a5d6c_0 filetype 1 errors 4, no inode ref
root 256 inode 113833390 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404551 namelen 18 name 1ff1afe24b038736_0 filetype 1 errors 4, no inode ref
root 256 inode 113833391 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368123 namelen 18 name 1551b37b2a48c35d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833392 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368124 namelen 18 name 3301b818e8b88f48_0 filetype 1 errors 4, no inode ref
root 256 inode 113833393 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404552 namelen 18 name f451e5d5a72b6f16_0 filetype 1 errors 4, no inode ref
root 256 inode 113833394 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404553 namelen 18 name bec924a77e1f9e93_0 filetype 1 errors 4, no inode ref
root 256 inode 113833395 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368126 namelen 18 name 02b736abb5afcd8b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833396 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368127 namelen 18 name 0803f72f8bb549ad_0 filetype 1 errors 4, no inode ref
root 256 inode 113833398 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368129 namelen 18 name 6d9959839f316c4d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833399 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368130 namelen 18 name 0daeb88019a90f83_0 filetype 1 errors 4, no inode ref
root 256 inode 113833402 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368134 namelen 18 name b7772b78205aa568_0 filetype 1 errors 4, no inode ref
root 256 inode 113833404 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368136 namelen 18 name be5b99aebbada3bb_0 filetype 1 errors 4, no inode ref
root 256 inode 113833406 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368139 namelen 18 name f37bdb879523335a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833408 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368142 namelen 18 name 70372be69c9974ef_0 filetype 1 errors 4, no inode ref
root 256 inode 113833410 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368145 namelen 18 name 38f7d8ddf28f0562_0 filetype 1 errors 4, no inode ref
root 256 inode 113833413 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368148 namelen 18 name b2d86186de52e857_0 filetype 1 errors 4, no inode ref
root 256 inode 113833414 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368149 namelen 18 name 2ff1283e84fb9529_0 filetype 1 errors 4, no inode ref
root 256 inode 113833415 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368151 namelen 18 name 10294f09018f28eb_0 filetype 1 errors 4, no inode ref
root 256 inode 113833417 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368156 namelen 18 name 881e73a45373307b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833418 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368157 namelen 18 name d39dd7f257581fe8_0 filetype 1 errors 4, no inode ref
root 256 inode 113833419 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368158 namelen 18 name 944ba2c97111e4c5_0 filetype 1 errors 4, no inode ref
root 256 inode 113833420 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368159 namelen 18 name b3500dc7ff1729e5_0 filetype 1 errors 4, no inode ref
root 256 inode 113833421 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368160 namelen 18 name 0292d3fd9b98887d_0 filetype 1 errors 4, no inode ref
root 256 inode 113833425 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404554 namelen 18 name c9fa185312813912_0 filetype 1 errors 4, no inode ref
root 256 inode 113833426 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368166 namelen 18 name 888c5311783fb400_0 filetype 1 errors 4, no inode ref
root 256 inode 113833427 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368167 namelen 18 name bd2c9dc24d425cbd_0 filetype 1 errors 4, no inode ref
root 256 inode 113833429 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368170 namelen 18 name 8c28184bea59e64a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833430 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368171 namelen 18 name d78ea844e9b1865a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833431 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109428 index 99083 namelen 11 name Local State filetype 1 errors 4, no inode ref
root 256 inode 113833432 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368172 namelen 18 name c6869f5e9d3f674b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833433 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79814 namelen 10 name 079353.log filetype 1 errors 4, no inode ref
root 256 inode 113833434 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109478 index 79815 namelen 10 name 079354.ldb filetype 1 errors 4, no inode ref
root 256 inode 113833454 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368198 namelen 18 name bd5cdb6472c92d15_0 filetype 1 errors 4, no inode ref
root 256 inode 113833466 errors 2001, no inode item, link count wrong
	unresolved ref dir 22352 index 437 namelen 14 name the-real-index filetype 1 errors 4, no inode ref
root 256 inode 113833471 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368226 namelen 18 name e3772fcabc179fb6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833476 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368233 namelen 18 name 3901b9ec83da1467_0 filetype 1 errors 4, no inode ref
root 256 inode 113833479 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368238 namelen 18 name 14f9de1577ea545a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833480 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404555 namelen 18 name 00387b4fb55c9d4e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833481 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368243 namelen 18 name 724b76543259e5fd_0 filetype 1 errors 4, no inode ref
root 256 inode 113833483 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368247 namelen 18 name a476f460ea7ffd27_0 filetype 1 errors 4, no inode ref
root 256 inode 113833484 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368248 namelen 18 name 0072f36c4a36da69_0 filetype 1 errors 4, no inode ref
root 256 inode 113833485 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368249 namelen 18 name e15475ddce51c590_0 filetype 1 errors 4, no inode ref
root 256 inode 113833489 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368253 namelen 18 name 72be7f137e502c3f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833491 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368255 namelen 18 name 63eb056641c07b6e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833494 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368258 namelen 18 name fb3e366c31a92123_0 filetype 1 errors 4, no inode ref
root 256 inode 113833497 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404556 namelen 18 name 08f38e1029e9468b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833500 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368268 namelen 18 name 3ffbffc8f540168b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833501 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368269 namelen 18 name dc9bdfade487e63e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833502 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368270 namelen 18 name e8974bb48b6e6d9e_0 filetype 1 errors 4, no inode ref
root 256 inode 113833506 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404557 namelen 18 name d976d5bb51f9db3a_0 filetype 1 errors 4, no inode ref
root 256 inode 113833508 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368277 namelen 18 name e1a2d86450d4a560_0 filetype 1 errors 4, no inode ref
root 256 inode 113833509 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368278 namelen 18 name 9ef418d901725685_0 filetype 1 errors 4, no inode ref
root 256 inode 113833510 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404558 namelen 18 name 3d498f0d57a1d7cb_0 filetype 1 errors 4, no inode ref
root 256 inode 113833511 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368279 namelen 18 name 5cf41c14887ec60b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833520 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109455 index 404559 namelen 18 name b1b8ca0d126c0d74_0 filetype 1 errors 4, no inode ref
root 256 inode 113833521 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368292 namelen 18 name 221fc058eb0dfb5f_0 filetype 1 errors 4, no inode ref
root 256 inode 113833523 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368295 namelen 18 name 4c54cbe8b488453b_0 filetype 1 errors 4, no inode ref
root 256 inode 113833530 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368312 namelen 18 name a8132a51e0e5bd85_0 filetype 1 errors 4, no inode ref
root 256 inode 113833531 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368313 namelen 18 name 04ba0118e92576ab_0 filetype 1 errors 4, no inode ref
root 256 inode 113833533 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368316 namelen 18 name c6846d1b609ea206_0 filetype 1 errors 4, no inode ref
root 256 inode 113833535 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368320 namelen 18 name b036fc6595afbcb0_0 filetype 1 errors 4, no inode ref
root 256 inode 113833537 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368323 namelen 18 name 2b18e3cb8b067ea6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833539 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368326 namelen 18 name bf901e6cd24465d6_0 filetype 1 errors 4, no inode ref
root 256 inode 113833541 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109453 index 8368330 namelen 18 name 19cf363fed1bb358_0 filetype 1 errors 4, no inode ref
root 256 inode 113833580 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2790175 namelen 11 name Preferences filetype 1 errors 4, no inode ref
root 256 inode 113833647 errors 2001, no inode item, link count wrong
	unresolved ref dir 19773 index 94597 namelen 10 name config.vdf filetype 1 errors 4, no inode ref
root 256 inode 113833653 errors 2001, no inode item, link count wrong
	unresolved ref dir 16109446 index 2790177 namelen 17 name TransportSecurity filetype 1 errors 4, no inode ref
root 256 inode 113833655 errors 2001, no inode item, link count wrong
	unresolved ref dir 1247 index 559 namelen 19 name registry.x86_64.bin filetype 1 errors 4, no inode ref
root 256 inode 113833656 errors 2001, no inode item, link count wrong
	unresolved ref dir 293 index 42115 namelen 14 name default-routes filetype 1 errors 4, no inode ref
root 256 inode 113833658 errors 2001, no inode item, link count wrong
	unresolved ref dir 302 index 687 namelen 47 name ad23e116de3742beb0453a8aa62f0f40-unix-wayland-0 filetype 1 errors 4, no inode ref
root 256 inode 113833659 errors 2001, no inode item, link count wrong
	unresolved ref dir 372 index 1429 namelen 9 name bookmarks filetype 1 errors 4, no inode ref
root 256 inode 113833660 errors 2001, no inode item, link count wrong
	unresolved ref dir 378 index 861 namelen 41 name edid-8a8e9c6ba8ba5b3d41156b6e2bb1a185.icc filetype 1 errors 4, no inode ref
root 256 inode 113833662 errors 2001, no inode item, link count wrong
	unresolved ref dir 272 index 19568 namelen 4 name user filetype 1 errors 4, no inode ref
root 256 inode 113833663 errors 2001, no inode item, link count wrong
	unresolved ref dir 448223 index 1171 namelen 9 name 522668336 filetype 1 errors 4, no inode ref
root 256 inode 113833664 errors 2001, no inode item, link count wrong
	unresolved ref dir 448223 index 1172 namelen 10 name 3193812790 filetype 1 errors 4, no inode ref
root 256 inode 113833673 errors 2001, no inode item, link count wrong
	unresolved ref dir 264 index 25856 namelen 31 name p10k-instant-prompt-mikhail.zsh filetype 1 errors 4, no inode ref
root 256 inode 113833674 errors 2001, no inode item, link count wrong
	unresolved ref dir 264 index 25858 namelen 35 name p10k-instant-prompt-mikhail.zsh.zwc filetype 1 errors 4, no inode ref
root 256 inode 113833675 errors 2001, no inode item, link count wrong
	unresolved ref dir 96706976 index 2305 namelen 9 name prompt-13 filetype 1 errors 4, no inode ref
root 256 inode 113833684 errors 2001, no inode item, link count wrong
	unresolved ref dir 269 index 81261 namelen 4 name home filetype 1 errors 4, no inode ref
root 256 inode 113833685 errors 2001, no inode item, link count wrong
	unresolved ref dir 269 index 81260 namelen 17 name home-8433ffaf.log filetype 1 errors 4, no inode ref
root 256 inode 113833686 errors 2001, no inode item, link count wrong
	unresolved ref dir 264 index 25868 namelen 21 name p10k-dump-mikhail.zsh filetype 1 errors 4, no inode ref
root 256 inode 113833687 errors 2001, no inode item, link count wrong
	unresolved ref dir 264 index 25870 namelen 25 name p10k-dump-mikhail.zsh.zwc filetype 1 errors 4, no inode ref
ERROR: errors found in fs roots
found 6828434100224 bytes used, error(s) found
total csum bytes: 6651834380
total tree bytes: 16378445824
total fs tree bytes: 7483424768
total extent tree bytes: 1228161024
btree space waste bytes: 2413289950
file data blocks allocated: 6899995123712
 referenced 7488301662208

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  2:47   ` Mikhail Gavrilov
@ 2022-12-26  3:29     ` Qu Wenruo
  2022-12-26  7:25       ` David Arendt
  2022-12-26  8:15       ` Mikhail Gavrilov
  0 siblings, 2 replies; 29+ messages in thread
From: Qu Wenruo @ 2022-12-26  3:29 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/26 10:47, Mikhail Gavrilov wrote:
> On Mon, Dec 26, 2022 at 5:15 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>> Thanks a lot for the full kernel log.
>>
>> It indeed shows something is wrong in the run_one_delayed_ref().
>> But surprisingly, if there is something wrong, I'd expect more output
>> from btrfs, as normally if one tree block failed to pass whatever the
>> checks, it should cause an error message at least.
>>
>> Since you can reproduce the bug (although I don't think this is easy to
>> reproduce), mind to apply the extra debug patch and then try to reproduce?
> 
> Of course I am still able to reproduce.
> The number of messages foreshadowing readonly has become somewhat more:
> [ 2295.155437] BTRFS error (device nvme0n1p3): level check failed on
> logical 4957418700800 mirror 1 wanted 0 found 1

OK, indeed a level mismatch.

 From the remaining lines, it shows we're failing at 
do_free_extent_accounting(), which failed at the btrfs_del_csums().

And inside btrfs_del_csums(), what we do are all regular btree 
operations, thus the tree level check should work without problem.

Thus it seems to be a corrupted csum tree.

> [ 2295.155831] BTRFS error (device nvme0n1p3: state A): Transaction
> aborted (error -5)
> [ 2295.155946] BTRFS: error (device nvme0n1p3: state A) in
> do_free_extent_accounting:2849: errno=-5 IO failure
> [ 2295.155978] BTRFS info (device nvme0n1p3: state EA): forced readonly
> [ 2295.155985] BTRFS error (device nvme0n1p3: state EA):
> run_one_delayed_ref returned -5
> [ 2295.156051] BTRFS: error (device nvme0n1p3: state EA) in
> btrfs_run_delayed_refs:2153: errno=-5 IO failure
> 
> Of course full logs are also attached.
> 
>> Another thing is, mind to run "btrfs check --readonly" on the fs?
> Result of check attached too.
> 
Could you please run "btrfs check --readonly" from a liveCD?
There are tons of possible false alerts if ran on a RW mounted fs.

Thanks,
Qu

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  3:29     ` Qu Wenruo
@ 2022-12-26  7:25       ` David Arendt
  2022-12-26  7:31         ` Write time corrupting for log tree Qu Wenruo
  2023-01-03 10:41         ` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes Filipe Manana
  2022-12-26  8:15       ` Mikhail Gavrilov
  1 sibling, 2 replies; 29+ messages in thread
From: David Arendt @ 2022-12-26  7:25 UTC (permalink / raw)
  To: Qu Wenruo, Mikhail Gavrilov
  Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

Hi,

I am experiencing I similiar issue using kernel 6.1.1. The problem has 
started in kernel 6.1. It never happend before.

A btrfs scrub and a btrfs check --readonly returned 0 errors.

2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS critical 
(device sda2): corrupt leaf: root=18446744073709551610 
block=203366612992 slot=73, bad key order, prev (484119 96 1312873) 
current (484119 96 1312849)
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS info 
(device sda2): leaf 203366612992 gen 5068802 total ptrs 105 free space 
10820 owner 18446744073709551610
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 0 key 
(484119 1 0) itemoff 16123 itemsize 160
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
generation 45 size 2250 mode 40700
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 1 key 
(484119 12 484118) itemoff 16097 itemsize 26
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 2 key 
(484119 72 15) itemoff 16089 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 3 key 
(484119 72 20) itemoff 16081 itemsize 8
...
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 82 key 
(484119 96 1312873) itemoff 14665 itemsize 51
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 83 key 
(484119 96 1312877) itemoff 14609 itemsize 56
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 84 key 
(484128 1 0) itemoff 14449 itemsize 160
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
generation 45 size 98304 mode 100644
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 85 key 
(484128 108 0) itemoff 14396 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10674830381056 nr 65536
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 65536 ram 65536
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 86 key 
(484129 1 0) itemoff 14236 itemsize 160
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
generation 45 size 26214400 mode 100644
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 87 key 
(484129 108 589824) itemoff 14183 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665699962880 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 88 key 
(484129 108 2850816) itemoff 14130 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665848733696 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 89 key 
(484129 108 11042816) itemoff 14077 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10660869349376 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 90 key 
(484129 108 13402112) itemoff 14024 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10660207378432 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 91 key 
(484129 108 19628032) itemoff 13971 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665835618304 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 92 key 
(484129 108 21266432) itemoff 13918 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10661222666240 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 93 key 
(484129 108 22740992) itemoff 13865 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665565814784 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 94 key 
(484129 108 23101440) itemoff 13812 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665836371968 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 95 key 
(484129 108 24084480) itemoff 13759 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665836404736 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 96 key 
(484129 108 24150016) itemoff 13706 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665849159680 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 97 key 
(484129 108 24313856) itemoff 13653 itemsize 53
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data disk bytenr 10665849192448 nr 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
data offset 0 nr 32768 ram 32768
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 98 key 
(484147 1 0) itemoff 13493 itemsize 160
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
generation 45 size 886 mode 40755
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 99 key 
(484147 72 4) itemoff 13485 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 100 key 
(484147 72 27) itemoff 13477 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 101 key 
(484147 72 35) itemoff 13469 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 102 key 
(484147 72 40) itemoff 13461 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 103 key 
(484147 72 45) itemoff 13453 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 104 key 
(484147 72 52) itemoff 13445 itemsize 8
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS error 
(device sda2): block=203366612992 write time tree block corruption detected
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS: error 
(device sda2: state AL) in free_log_tree:3284: errno=-5 IO failure
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS info 
(device sda2: state EAL): forced readonly
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS warning 
(device sda2: state EAL): Skipping commit of aborted transaction.
2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS: error 
(device sda2: state EAL) in cleanup_transaction:1958: errno=-5 IO failure


There are no SSD access errors in the kernel logs. Smart data for the 
SSD is normal. I also did a 12 hour memtest to rule out bad RAM.

The filesystem consists of a single 480GB SATA SSD (Corsair Neutron 
XTI). Like for the original poster, the problems occurs only on one 
machine.

The error appears about every few days and seems to be triggered by a 
combination specially under high cpu utilization combined with some disk 
IO. CPU temperature never exceeds 60 degrees.


On 26/12/2022 04:29, Qu Wenruo wrote:
>
>
> On 2022/12/26 10:47, Mikhail Gavrilov wrote:
>> On Mon, Dec 26, 2022 at 5:15 AM Qu Wenruo <quwenruo.btrfs@gmx.com> 
>> wrote:
>>>
>>> Thanks a lot for the full kernel log.
>>>
>>> It indeed shows something is wrong in the run_one_delayed_ref().
>>> But surprisingly, if there is something wrong, I'd expect more output
>>> from btrfs, as normally if one tree block failed to pass whatever the
>>> checks, it should cause an error message at least.
>>>
>>> Since you can reproduce the bug (although I don't think this is easy to
>>> reproduce), mind to apply the extra debug patch and then try to 
>>> reproduce?
>>
>> Of course I am still able to reproduce.
>> The number of messages foreshadowing readonly has become somewhat more:
>> [ 2295.155437] BTRFS error (device nvme0n1p3): level check failed on
>> logical 4957418700800 mirror 1 wanted 0 found 1
>
> OK, indeed a level mismatch.
>
> From the remaining lines, it shows we're failing at 
> do_free_extent_accounting(), which failed at the btrfs_del_csums().
>
> And inside btrfs_del_csums(), what we do are all regular btree 
> operations, thus the tree level check should work without problem.
>
> Thus it seems to be a corrupted csum tree.
>
>> [ 2295.155831] BTRFS error (device nvme0n1p3: state A): Transaction
>> aborted (error -5)
>> [ 2295.155946] BTRFS: error (device nvme0n1p3: state A) in
>> do_free_extent_accounting:2849: errno=-5 IO failure
>> [ 2295.155978] BTRFS info (device nvme0n1p3: state EA): forced readonly
>> [ 2295.155985] BTRFS error (device nvme0n1p3: state EA):
>> run_one_delayed_ref returned -5
>> [ 2295.156051] BTRFS: error (device nvme0n1p3: state EA) in
>> btrfs_run_delayed_refs:2153: errno=-5 IO failure
>>
>> Of course full logs are also attached.
>>
>>> Another thing is, mind to run "btrfs check --readonly" on the fs?
>> Result of check attached too.
>>
> Could you please run "btrfs check --readonly" from a liveCD?
> There are tons of possible false alerts if ran on a RW mounted fs.
>
> Thanks,
> Qu



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

* Write time corrupting for log tree.
  2022-12-26  7:25       ` David Arendt
@ 2022-12-26  7:31         ` Qu Wenruo
  2023-01-03 10:41         ` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes Filipe Manana
  1 sibling, 0 replies; 29+ messages in thread
From: Qu Wenruo @ 2022-12-26  7:31 UTC (permalink / raw)
  To: David Arendt, Filipe Manana
  Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/26 15:25, David Arendt wrote:
> Hi,
> 
> I am experiencing I similiar issue using kernel 6.1.1. The problem has 
> started in kernel 6.1. It never happend before.

6.1 kernel doesn't have that commit at all.

> 
> A btrfs scrub and a btrfs check --readonly returned 0 errors.
> 
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS critical 
> (device sda2): corrupt leaf: root=18446744073709551610 
> block=203366612992 slot=73, bad key order, prev (484119 96 1312873) 
> current (484119 96 1312849)
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS info 
> (device sda2): leaf 203366612992 gen 5068802 total ptrs 105 free space 
> 10820 owner 18446744073709551610
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 0 key 
> (484119 1 0) itemoff 16123 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
> generation 45 size 2250 mode 40700
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 1 key 
> (484119 12 484118) itemoff 16097 itemsize 26
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 2 key 
> (484119 72 15) itemoff 16089 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 3 key 
> (484119 72 20) itemoff 16081 itemsize 8
> ...
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 82 key 
> (484119 96 1312873) itemoff 14665 itemsize 51
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 83 key 
> (484119 96 1312877) itemoff 14609 itemsize 56
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 84 key 
> (484128 1 0) itemoff 14449 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
> generation 45 size 98304 mode 100644
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 85 key 
> (484128 108 0) itemoff 14396 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10674830381056 nr 65536
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 65536 ram 65536
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 86 key 
> (484129 1 0) itemoff 14236 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
> generation 45 size 26214400 mode 100644
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 87 key 
> (484129 108 589824) itemoff 14183 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665699962880 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 88 key 
> (484129 108 2850816) itemoff 14130 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665848733696 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 89 key 
> (484129 108 11042816) itemoff 14077 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10660869349376 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 90 key 
> (484129 108 13402112) itemoff 14024 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10660207378432 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 91 key 
> (484129 108 19628032) itemoff 13971 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665835618304 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 92 key 
> (484129 108 21266432) itemoff 13918 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10661222666240 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 93 key 
> (484129 108 22740992) itemoff 13865 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665565814784 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 94 key 
> (484129 108 23101440) itemoff 13812 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665836371968 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 95 key 
> (484129 108 24084480) itemoff 13759 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665836404736 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 96 key 
> (484129 108 24150016) itemoff 13706 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665849159680 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 97 key 
> (484129 108 24313856) itemoff 13653 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data disk bytenr 10665849192448 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent 
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 98 key 
> (484147 1 0) itemoff 13493 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode 
> generation 45 size 886 mode 40755
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 99 key 
> (484147 72 4) itemoff 13485 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 100 key 
> (484147 72 27) itemoff 13477 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 101 key 
> (484147 72 35) itemoff 13469 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 102 key 
> (484147 72 40) itemoff 13461 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 103 key 
> (484147 72 45) itemoff 13453 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 104 key 
> (484147 72 52) itemoff 13445 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS error 
> (device sda2): block=203366612992 write time tree block corruption detected

And this is completely different problem from the original report.

Better to do a separate report, as the problem the original reporter is 
a purely read time error.

Furthermore, the corrupted tree block belongs to log tree, thus really 
think it's a different problem.

Adding Filipe as he is the expert on log tree.

Thanks,
Qu

> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS: error 
> (device sda2: state AL) in free_log_tree:3284: errno=-5 IO failure
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS info 
> (device sda2: state EAL): forced readonly
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS warning 
> (device sda2: state EAL): Skipping commit of aborted transaction.
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS: error 
> (device sda2: state EAL) in cleanup_transaction:1958: errno=-5 IO failure
> 
> 
> There are no SSD access errors in the kernel logs. Smart data for the 
> SSD is normal. I also did a 12 hour memtest to rule out bad RAM.
> 
> The filesystem consists of a single 480GB SATA SSD (Corsair Neutron 
> XTI). Like for the original poster, the problems occurs only on one 
> machine.
> 
> The error appears about every few days and seems to be triggered by a 
> combination specially under high cpu utilization combined with some disk 
> IO. CPU temperature never exceeds 60 degrees.
> 
> 
> On 26/12/2022 04:29, Qu Wenruo wrote:
>>
>>
>> On 2022/12/26 10:47, Mikhail Gavrilov wrote:
>>> On Mon, Dec 26, 2022 at 5:15 AM Qu Wenruo <quwenruo.btrfs@gmx.com> 
>>> wrote:
>>>>
>>>> Thanks a lot for the full kernel log.
>>>>
>>>> It indeed shows something is wrong in the run_one_delayed_ref().
>>>> But surprisingly, if there is something wrong, I'd expect more output
>>>> from btrfs, as normally if one tree block failed to pass whatever the
>>>> checks, it should cause an error message at least.
>>>>
>>>> Since you can reproduce the bug (although I don't think this is easy to
>>>> reproduce), mind to apply the extra debug patch and then try to 
>>>> reproduce?
>>>
>>> Of course I am still able to reproduce.
>>> The number of messages foreshadowing readonly has become somewhat more:
>>> [ 2295.155437] BTRFS error (device nvme0n1p3): level check failed on
>>> logical 4957418700800 mirror 1 wanted 0 found 1
>>
>> OK, indeed a level mismatch.
>>
>> From the remaining lines, it shows we're failing at 
>> do_free_extent_accounting(), which failed at the btrfs_del_csums().
>>
>> And inside btrfs_del_csums(), what we do are all regular btree 
>> operations, thus the tree level check should work without problem.
>>
>> Thus it seems to be a corrupted csum tree.
>>
>>> [ 2295.155831] BTRFS error (device nvme0n1p3: state A): Transaction
>>> aborted (error -5)
>>> [ 2295.155946] BTRFS: error (device nvme0n1p3: state A) in
>>> do_free_extent_accounting:2849: errno=-5 IO failure
>>> [ 2295.155978] BTRFS info (device nvme0n1p3: state EA): forced readonly
>>> [ 2295.155985] BTRFS error (device nvme0n1p3: state EA):
>>> run_one_delayed_ref returned -5
>>> [ 2295.156051] BTRFS: error (device nvme0n1p3: state EA) in
>>> btrfs_run_delayed_refs:2153: errno=-5 IO failure
>>>
>>> Of course full logs are also attached.
>>>
>>>> Another thing is, mind to run "btrfs check --readonly" on the fs?
>>> Result of check attached too.
>>>
>> Could you please run "btrfs check --readonly" from a liveCD?
>> There are tons of possible false alerts if ran on a RW mounted fs.
>>
>> Thanks,
>> Qu
> 
> 

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  3:29     ` Qu Wenruo
  2022-12-26  7:25       ` David Arendt
@ 2022-12-26  8:15       ` Mikhail Gavrilov
  2022-12-26  8:47         ` Qu Wenruo
  1 sibling, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-26  8:15 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

On Mon, Dec 26, 2022 at 8:29 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
>
> OK, indeed a level mismatch.
>
>  From the remaining lines, it shows we're failing at
> do_free_extent_accounting(), which failed at the btrfs_del_csums().
>
> And inside btrfs_del_csums(), what we do are all regular btree
> operations, thus the tree level check should work without problem.
>
> Thus it seems to be a corrupted csum tree.

Do I need to debug anything else to understand the cause of the error?
Thanks.

> Could you please run "btrfs check --readonly" from a liveCD?
> There are tons of possible false alerts if ran on a RW mounted fs.
>

# btrfs check --readonly /dev/nvme0n1p3
Opening filesystem to check...
Checking filesystem on /dev/nvme0n1p3
UUID: 40e0b5d2-df54-46e0-b6f4-2f868296271d
[1/7] checking root items
[2/7] checking extents
[3/7] checking free space tree
[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 6828416307200 bytes used, no error found
total csum bytes: 6651838248
total tree bytes: 16378380288
total fs tree bytes: 7483179008
total extent tree bytes: 1228210176
btree space waste bytes: 2413299694
file data blocks allocated: 6899999100928
 referenced 7488299450368
[root@localhost-live ~]#

With liveCD looks like all OK (no errors found).

-- 
Best Regards,
Mike Gavrilov.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  8:15       ` Mikhail Gavrilov
@ 2022-12-26  8:47         ` Qu Wenruo
  2022-12-26 11:14           ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-26  8:47 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/26 16:15, Mikhail Gavrilov wrote:
> On Mon, Dec 26, 2022 at 8:29 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>>
>> OK, indeed a level mismatch.
>>
>>   From the remaining lines, it shows we're failing at
>> do_free_extent_accounting(), which failed at the btrfs_del_csums().
>>
>> And inside btrfs_del_csums(), what we do are all regular btree
>> operations, thus the tree level check should work without problem.
>>
>> Thus it seems to be a corrupted csum tree.
> 
> Do I need to debug anything else to understand the cause of the error?
> Thanks.

With the check output, it's indeed a runtime error.
(At least no corruption to your fs)

And it can be some call paths not properly initializing the level to check.

Here is the new debug patch.
It should be applied without any previous debug patch.

Thanks,
Qu


> 
>> Could you please run "btrfs check --readonly" from a liveCD?
>> There are tons of possible false alerts if ran on a RW mounted fs.
>>
> 
> # btrfs check --readonly /dev/nvme0n1p3
> Opening filesystem to check...
> Checking filesystem on /dev/nvme0n1p3
> UUID: 40e0b5d2-df54-46e0-b6f4-2f868296271d
> [1/7] checking root items
> [2/7] checking extents
> [3/7] checking free space tree
> [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 6828416307200 bytes used, no error found
> total csum bytes: 6651838248
> total tree bytes: 16378380288
> total fs tree bytes: 7483179008
> total extent tree bytes: 1228210176
> btree space waste bytes: 2413299694
> file data blocks allocated: 6899999100928
>   referenced 7488299450368
> [root@localhost-live ~]#
> 
> With liveCD looks like all OK (no errors found).
> 

[-- Attachment #2: 0001-btrfs-add-extra-debug-for-level-mismatch.patch --]
[-- Type: text/x-patch, Size: 2682 bytes --]

From c9932d40594da6065125b76b55bd9cea1fabc812 Mon Sep 17 00:00:00 2001
Message-Id: <c9932d40594da6065125b76b55bd9cea1fabc812.1672044392.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Mon, 26 Dec 2022 16:44:08 +0800
Subject: [PATCH] btrfs: add extra debug for level mismatch

Currently I assume there is some race or uninitialized value for
check::level.

The extra output are for two locations:

- validate_extent_buffer()
  Output the error message for read error and the members of check.

- read_extent_buffer_pages()
  This will dump the stack for us to catch the offender.

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
 fs/btrfs/disk-io.c   | 15 +++++++++++++--
 fs/btrfs/extent_io.c | 12 +++++++++++-
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index f8b5955f003f..62e6ad909b19 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -530,6 +530,10 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	}
 
 	if (found_level != check->level) {
+		btrfs_err(eb->fs_info,
+"level verify failed on logical %llu mirror %u wanted %u found %u",
+			  eb->start, eb->read_mirror, check->level,
+			  found_level);
 		ret = -EIO;
 		goto out;
 	}
@@ -581,13 +585,20 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	if (found_level > 0 && btrfs_check_node(eb))
 		ret = -EIO;
 
+out:
 	if (!ret)
 		set_extent_buffer_uptodate(eb);
-	else
+	else {
 		btrfs_err(fs_info,
 		"read time tree block corruption detected on logical %llu mirror %u",
 			  eb->start, eb->read_mirror);
-out:
+		btrfs_err(eb->fs_info,
+"check owner_root=%llu transid=%llu first_key=(%llu %u %llu) has_first_key=%d level=%u",
+			  check->owner_root,
+			  check->transid, check->first_key.objectid,
+			  check->first_key.type, check->first_key.offset,
+			  check->has_first_key, check->level);
+	}
 	return ret;
 }
 
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 83dd3aa59663..5f267345ef94 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -5005,8 +5005,18 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 	for (i = 0; i < num_pages; i++) {
 		page = eb->pages[i];
 		wait_on_page_locked(page);
-		if (!PageUptodate(page))
+		if (!PageUptodate(page)) {
 			ret = -EIO;
+			btrfs_err(eb->fs_info,
+"read failed, check owner_root=%llu transid=%llu has_first_key=%d first_key=(%llu %u %llu) level=%u",
+				  check->owner_root, check->transid,
+				  check->has_first_key,
+				  check->first_key.objectid,
+				  check->first_key.type,
+				  check->first_key.offset,
+				  check->level);
+			dump_stack();
+		}
 	}
 
 	return ret;
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  8:47         ` Qu Wenruo
@ 2022-12-26 11:14           ` Mikhail Gavrilov
  2022-12-26 12:11             ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-26 11:14 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Mon, Dec 26, 2022 at 1:47 PM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
>
> With the check output, it's indeed a runtime error.
> (At least no corruption to your fs)
>
> And it can be some call paths not properly initializing the level to check.
>
> Here is the new debug patch.
> It should be applied without any previous debug patch.
>

yeah, gotcha trace

[ 2561.764141] BTRFS error (device nvme1n1p3): level verify failed on
logical 45170688 mirror 1 wanted 0 found 1
[ 2561.764220] BTRFS error (device nvme1n1p3): read time tree block
corruption detected on logical 45170688 mirror 1
[ 2561.764224] BTRFS error (device nvme1n1p3): check owner_root=0
transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2561.764242] BTRFS error (device nvme1n1p3): read failed, check
owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0)
level=1
[ 2561.764342] CPU: 8 PID: 727 Comm: systemd-udevd Tainted: G        W
   L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+
#3
[ 2561.764348] Hardware name: ASUSTeK COMPUTER INC. ROG Strix
G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2561.764352] Call Trace:
[ 2561.764355]  <TASK>
[ 2561.764360]  dump_stack_lvl+0x5b/0x77
[ 2561.764369]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2561.764382]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2561.764390]  ? folio_unlock+0x1d/0x50
[ 2561.764400]  btrfs_read_extent_buffer+0x98/0x150
[ 2561.764410]  read_tree_block+0x43/0xa0
[ 2561.764417]  read_block_for_search+0x218/0x320
[ 2561.764432]  btrfs_search_slot+0x351/0xd30
[ 2561.764450]  btrfs_lookup_xattr+0x7b/0xe0
[ 2561.764460]  btrfs_getxattr+0x55/0x110
[ 2561.764470]  __vfs_getxattr+0x7e/0xb0
[ 2561.764480]  get_vfs_caps_from_disk+0x7a/0x220
[ 2561.764492]  audit_copy_inode+0x95/0xd0
[ 2561.764501]  filename_lookup+0x16b/0x1c0
[ 2561.764525]  ? _raw_spin_unlock+0x29/0x50
[ 2561.764534]  vfs_statx+0x8e/0x150
[ 2561.764545]  vfs_fstatat+0x51/0x70
[ 2561.764553]  __do_sys_newfstatat+0x2e/0x50
[ 2561.764571]  do_syscall_64+0x5b/0x80
[ 2561.764576]  ? do_syscall_64+0x67/0x80
[ 2561.764585]  ? up_read+0x17/0x20
[ 2561.764593]  ? lock_is_held_type+0xe8/0x140
[ 2561.764601]  ? asm_exc_page_fault+0x22/0x30
[ 2561.764607]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2561.764613]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2561.764618] RIP: 0033:0x7f7b1b91e05e
[ 2561.764639] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff
e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00
00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b
15 71
[ 2561.764643] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX:
0000000000000106
[ 2561.764649] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2561.764653] RDX: 00007fffdc406320 RSI: 000055efe7d04bc0 RDI: 00000000ffffff9c
[ 2561.764656] RBP: 000055efe7e79668 R08: 00000000000000f0 R09: 000055efe7ea85b0
[ 2561.764659] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2561.764663] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2561.764680]  </TASK>
[ 2561.764684] BTRFS error (device nvme1n1p3): read failed, check
owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0)
level=1

Of course full logs are also attached.
Thanks.

-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: btrfs-issue-dmesg-debug2.txt --]
[-- Type: text/plain, Size: 763288 bytes --]

❯ dmesg
[    0.000000] Linux version 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #3 SMP PREEMPT_DYNAMIC Mon Dec 26 14:02:01 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ba907fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000b6cb8017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cb8018-0x00000000b6cc5857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc5858-0x00000000b6cc6017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc6018-0x00000000b6cd4057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd4058-0x00000000b6cd5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd5018-0x00000000b6cdb657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cdb658-0x00000000ba907fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbbe83000 ACPI 2.0=0xbbe83014 TPMFinalLog=0xbc130000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7519018 ESRT=0xb9122b18 MOKvar=0xbc86d000 RNG=0xbbe33018 TPMEventLog=0xb6cdc018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem57: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem58: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfdffffff] reserved
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe700000-0xfe70ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem61: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem63: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem64: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem65: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
[    0.000000] efi: Not removing mem67: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
[    0.000000] efi: Remove mem68: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.918 MHz processor
[    0.000129] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000132] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000138] last_pfn = 0x101e300 max_arch_pfn = 0x400000000
[    0.000143] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000637] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000645] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003244] esrt: Reserving ESRT space from 0x00000000b9122b18 to 0x00000000b9122b50.
[    0.003252] e820: update [mem 0xb9122000-0xb9122fff] usable ==> reserved
[    0.003268] Using GB pages for direct mapping
[    0.011294] printk: log_buf_len: 16777216 bytes
[    0.011299] printk: early log buf free: 253424(96%)
[    0.011300] Secure boot disabled
[    0.011301] RAMDISK: [mem 0xa7cce000-0xb440afff]
[    0.011304] ACPI: Early table checksum verification disabled
[    0.011308] ACPI: RSDP 0x00000000BBE83014 000024 (v02 _ASUS_)
[    0.011313] ACPI: XSDT 0x00000000BBE82728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.011318] ACPI: FACP 0x00000000BBE74000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011322] ACPI: DSDT 0x00000000BBE67000 00C2AC (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[    0.011325] ACPI: FACS 0x00000000BC12E000 000040
[    0.011327] ACPI: SSDT 0x00000000BBE7A000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.011330] ACPI: IVRS 0x00000000BBE79000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.011332] ACPI: SSDT 0x00000000BBE75000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.011335] ACPI: FIDT 0x00000000BBE66000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011337] ACPI: MCFG 0x00000000BBE65000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.011340] ACPI: HPET 0x00000000BBE64000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.011342] ACPI: VFCT 0x00000000BBE56000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.011344] ACPI: TPM2 0x00000000BBE54000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.011347] ACPI: SSDT 0x00000000BBE4E000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011349] ACPI: CRAT 0x00000000BBE4D000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011352] ACPI: CDIT 0x00000000BBE4C000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011354] ACPI: SSDT 0x00000000BBE4B000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011357] ACPI: SSDT 0x00000000BBE4A000 0005B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011359] ACPI: SSDT 0x00000000BBE48000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011361] ACPI: SSDT 0x00000000BBE46000 00151D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011364] ACPI: SSDT 0x00000000BBE45000 0006A9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011366] ACPI: SSDT 0x00000000BBE43000 0019E6 (v01 AMD    CPMD3CLD 00000001 INTL 20190509)
[    0.011369] ACPI: SSDT 0x00000000BBE42000 0005DE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011371] ACPI: SSDT 0x00000000BBE3E000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011374] ACPI: BGRT 0x00000000BBE55000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011376] ACPI: WSMT 0x00000000BBE3D000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011378] ACPI: APIC 0x00000000BBE3C000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011381] ACPI: SSDT 0x00000000BBE3B000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011383] ACPI: SSDT 0x00000000BBE3A000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011386] ACPI: SSDT 0x00000000BBE38000 00112E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011388] ACPI: SSDT 0x00000000BBE37000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011390] ACPI: SSDT 0x00000000BBE36000 000808 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011393] ACPI: SSDT 0x00000000BBE35000 00078F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011395] ACPI: FPDT 0x00000000BBE34000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.011398] ACPI: Reserving FACP table memory at [mem 0xbbe74000-0xbbe74113]
[    0.011399] ACPI: Reserving DSDT table memory at [mem 0xbbe67000-0xbbe732ab]
[    0.011400] ACPI: Reserving FACS table memory at [mem 0xbc12e000-0xbc12e03f]
[    0.011400] ACPI: Reserving SSDT table memory at [mem 0xbbe7a000-0xbbe81228]
[    0.011401] ACPI: Reserving IVRS table memory at [mem 0xbbe79000-0xbbe791a3]
[    0.011402] ACPI: Reserving SSDT table memory at [mem 0xbbe75000-0xbbe78a20]
[    0.011403] ACPI: Reserving FIDT table memory at [mem 0xbbe66000-0xbbe6609b]
[    0.011403] ACPI: Reserving MCFG table memory at [mem 0xbbe65000-0xbbe6503b]
[    0.011404] ACPI: Reserving HPET table memory at [mem 0xbbe64000-0xbbe64037]
[    0.011405] ACPI: Reserving VFCT table memory at [mem 0xbbe56000-0xbbe63883]
[    0.011405] ACPI: Reserving TPM2 table memory at [mem 0xbbe54000-0xbbe5404b]
[    0.011406] ACPI: Reserving SSDT table memory at [mem 0xbbe4e000-0xbbe53353]
[    0.011407] ACPI: Reserving CRAT table memory at [mem 0xbbe4d000-0xbbe4dee7]
[    0.011408] ACPI: Reserving CDIT table memory at [mem 0xbbe4c000-0xbbe4c028]
[    0.011408] ACPI: Reserving SSDT table memory at [mem 0xbbe4b000-0xbbe4b148]
[    0.011409] ACPI: Reserving SSDT table memory at [mem 0xbbe4a000-0xbbe4a5b6]
[    0.011410] ACPI: Reserving SSDT table memory at [mem 0xbbe48000-0xbbe4948d]
[    0.011411] ACPI: Reserving SSDT table memory at [mem 0xbbe46000-0xbbe4751c]
[    0.011411] ACPI: Reserving SSDT table memory at [mem 0xbbe45000-0xbbe456a8]
[    0.011412] ACPI: Reserving SSDT table memory at [mem 0xbbe43000-0xbbe449e5]
[    0.011413] ACPI: Reserving SSDT table memory at [mem 0xbbe42000-0xbbe425dd]
[    0.011414] ACPI: Reserving SSDT table memory at [mem 0xbbe3e000-0xbbe416e8]
[    0.011414] ACPI: Reserving BGRT table memory at [mem 0xbbe55000-0xbbe55037]
[    0.011415] ACPI: Reserving WSMT table memory at [mem 0xbbe3d000-0xbbe3d027]
[    0.011416] ACPI: Reserving APIC table memory at [mem 0xbbe3c000-0xbbe3c0dd]
[    0.011417] ACPI: Reserving SSDT table memory at [mem 0xbbe3b000-0xbbe3b08c]
[    0.011417] ACPI: Reserving SSDT table memory at [mem 0xbbe3a000-0xbbe3a91e]
[    0.011418] ACPI: Reserving SSDT table memory at [mem 0xbbe38000-0xbbe3912d]
[    0.011419] ACPI: Reserving SSDT table memory at [mem 0xbbe37000-0xbbe37240]
[    0.011420] ACPI: Reserving SSDT table memory at [mem 0xbbe36000-0xbbe36807]
[    0.011420] ACPI: Reserving SSDT table memory at [mem 0xbbe35000-0xbbe3578e]
[    0.011421] ACPI: Reserving FPDT table memory at [mem 0xbbe34000-0xbbe34043]
[    0.011481] No NUMA configuration found
[    0.011481] Faking a node at [mem 0x0000000000000000-0x000000101e2fffff]
[    0.011487] NODE_DATA(0) allocated [mem 0x1019ad4000-0x1019afffff]
[    0.074686] Zone ranges:
[    0.074689]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.074692]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.074693]   Normal   [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074695]   Device   empty
[    0.074696] Movable zone start for each node
[    0.074697] Early memory node ranges
[    0.074698]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.074699]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.074699]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.074700]   node   0: [mem 0x000000000a20f000-0x00000000ba907fff]
[    0.074701]   node   0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[    0.074702]   node   0: [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074706] Initmem setup node 0 [mem 0x0000000000001000-0x000000101e2fffff]
[    0.074712] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.074729] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.074887] On node 0, zone DMA32: 738 pages in unavailable ranges
[    0.077926] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.078002] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.144381] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.144428] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.144886] ACPI: PM-Timer IO Port: 0x808
[    0.144893] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.144911] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.144917] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.144918] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.144919] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.144922] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.144923] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.144934] e820: update [mem 0xb440b000-0xb44b3fff] usable ==> reserved
[    0.144946] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.144979] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.144981] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.144983] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[    0.144984] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.144986] PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb44b3fff]
[    0.144988] PM: hibernation: Registered nosave memory: [mem 0xb6cb8000-0xb6cb8fff]
[    0.144989] PM: hibernation: Registered nosave memory: [mem 0xb6cc5000-0xb6cc5fff]
[    0.144990] PM: hibernation: Registered nosave memory: [mem 0xb6cc6000-0xb6cc6fff]
[    0.144992] PM: hibernation: Registered nosave memory: [mem 0xb6cd4000-0xb6cd4fff]
[    0.144992] PM: hibernation: Registered nosave memory: [mem 0xb6cd5000-0xb6cd5fff]
[    0.144994] PM: hibernation: Registered nosave memory: [mem 0xb6cdb000-0xb6cdbfff]
[    0.144995] PM: hibernation: Registered nosave memory: [mem 0xb9122000-0xb9122fff]
[    0.144997] PM: hibernation: Registered nosave memory: [mem 0xba908000-0xbbe1ffff]
[    0.144998] PM: hibernation: Registered nosave memory: [mem 0xbbe20000-0xbbe83fff]
[    0.144998] PM: hibernation: Registered nosave memory: [mem 0xbbe84000-0xbc178fff]
[    0.144999] PM: hibernation: Registered nosave memory: [mem 0xbc179000-0xbc9fefff]
[    0.145001] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.145001] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe6fffff]
[    0.145002] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[    0.145003] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfec0ffff]
[    0.145003] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.145004] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.145005] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.145005] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.145006] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.145006] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.145007] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.145008] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[    0.145008] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.145009] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.145010] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.145010] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.145011] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.145011] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.145014] [mem 0xc0000000-0xfe6fffff] available for PCI devices
[    0.145015] Booting paravirtualized kernel on bare hardware
[    0.145018] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.148751] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.155314] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.155321] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.155323] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.155333] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.155380] Fallback order for Node 0: 0 
[    0.155388] Built 1 zonelists, mobility grouping on.  Total pages: 16361371
[    0.155389] Policy zone: Normal
[    0.155394] Kernel command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.155458] sysrq: sysrq always enabled.
[    0.155480] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+", will be passed to user space.
[    0.159456] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.161456] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.161551] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.161593] software IO TLB: area num 16.
[    1.866069] Memory: 64839520K/66484956K available (20480K kernel code, 4064K rwdata, 14632K rodata, 6300K init, 30736K bss, 1645176K reserved, 0K cma-reserved)
[    1.866494] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    1.866496] kmemleak: Kernel memory leak detector disabled
[    1.866613] ftrace: allocating 52351 entries in 205 pages
[    1.875296] ftrace: allocated 205 pages with 5 groups
[    1.876708] Dynamic Preempt: voluntary
[    1.876830] Running RCU self tests
[    1.876849] rcu: Preemptible hierarchical RCU implementation.
[    1.876849] rcu: 	RCU event tracing is enabled.
[    1.876850] rcu: 	RCU lockdep checking is enabled.
[    1.876851] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    1.876852] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    1.876852] 	Trampoline variant of Tasks RCU enabled.
[    1.876853] 	Rude variant of Tasks RCU enabled.
[    1.876854] 	Tracing variant of Tasks RCU enabled.
[    1.876854] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.876855] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    1.880046] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    1.880256] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.880410] Console: colour dummy device 80x25
[    1.880422] printk: console [tty0] enabled
[    1.882536] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    1.882546] ... MAX_LOCKDEP_SUBCLASSES:  8
[    1.882552] ... MAX_LOCK_DEPTH:          48
[    1.882557] ... MAX_LOCKDEP_KEYS:        8192
[    1.882563] ... CLASSHASH_SIZE:          4096
[    1.882568] ... MAX_LOCKDEP_ENTRIES:     65536
[    1.882574] ... MAX_LOCKDEP_CHAINS:      262144
[    1.882579] ... CHAINHASH_SIZE:          131072
[    1.882585]  memory used by lock dependency info: 17577 kB
[    1.882592]  memory used for stack traces: 4224 kB
[    1.882598]  per task-struct memory footprint: 2688 bytes
[    1.882632] ACPI: Core revision 20221020
[    1.882998] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.883042] APIC: Switch to symmetric I/O mode setup
[    1.883743] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    1.883753] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    1.883761] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    1.883768] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    1.883776] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    1.884163] Switched APIC routing to physical flat.
[    1.884847] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.889044] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7adacf399, max_idle_ns: 440795223150 ns
[    1.889071] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.83 BogoMIPS (lpj=3293918)
[    1.889086] pid_max: default: 32768 minimum: 301
[    1.895066] ---[ User Space ]---
[    1.895080] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    1.895104] 0x0000000000001000-0x000000000009f000         632K                               pte
[    1.895118] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    1.895144] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    1.895159] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    1.895173] 0x0000000001000000-0x0000000001020000         128K                               pte
[    1.895198] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    1.895219] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    1.895233] 0x0000000040000000-0x0000000080000000           1G                               pud
[    1.895254] 0x0000000080000000-0x00000000b4400000         836M                               pmd
[    1.895268] 0x00000000b4400000-0x00000000b440b000          44K                               pte
[    1.895285] 0x00000000b440b000-0x00000000b44b4000         676K     RW                     NX pte
[    1.895311] 0x00000000b44b4000-0x00000000b4600000        1328K                               pte
[    1.895325] 0x00000000b4600000-0x00000000b6c00000          38M                               pmd
[    1.895343] 0x00000000b6c00000-0x00000000b6ce4000         912K                               pte
[    1.895357] 0x00000000b6ce4000-0x00000000b6ce5000           4K                               pte
[    1.895371] 0x00000000b6ce5000-0x00000000b6ce6000           4K                               pte
[    1.895391] 0x00000000b6ce6000-0x00000000b6e00000        1128K     RW                     NX pte
[    1.895410] 0x00000000b6e00000-0x00000000b9000000          34M     RW         PSE         NX pmd
[    1.895434] 0x00000000b9000000-0x00000000b9123000        1164K     RW                     NX pte
[    1.895458] 0x00000000b9123000-0x00000000ba00b000       15264K                               pte
[    1.895481] 0x00000000ba00b000-0x00000000ba1d8000        1844K                               pte
[    1.895502] 0x00000000ba1d8000-0x00000000ba908000        7360K                               pte
[    1.895521] 0x00000000ba908000-0x00000000baa00000         992K                               pte
[    1.895535] 0x00000000baa00000-0x00000000bc000000          22M                               pmd
[    1.895557] 0x00000000bc000000-0x00000000bc179000        1508K                               pte
[    1.895574] 0x00000000bc179000-0x00000000bc200000         540K     RW                     NX pte
[    1.895592] 0x00000000bc200000-0x00000000bc800000           6M     RW         PSE         NX pmd
[    1.895619] 0x00000000bc800000-0x00000000bc993000        1612K     RW                     NX pte
[    1.895637] 0x00000000bc993000-0x00000000bc996000          12K     ro                     x  pte
[    1.895656] 0x00000000bc996000-0x00000000bc99b000          20K     RW                     NX pte
[    1.895674] 0x00000000bc99b000-0x00000000bc99c000           4K     ro                     x  pte
[    1.895692] 0x00000000bc99c000-0x00000000bc9a1000          20K     RW                     NX pte
[    1.895711] 0x00000000bc9a1000-0x00000000bc9a5000          16K     ro                     x  pte
[    1.895729] 0x00000000bc9a5000-0x00000000bc9aa000          20K     RW                     NX pte
[    1.895747] 0x00000000bc9aa000-0x00000000bc9ab000           4K     ro                     x  pte
[    1.895766] 0x00000000bc9ab000-0x00000000bc9af000          16K     RW                     NX pte
[    1.895784] 0x00000000bc9af000-0x00000000bc9bc000          52K     ro                     x  pte
[    1.895803] 0x00000000bc9bc000-0x00000000bc9c1000          20K     RW                     NX pte
[    1.895821] 0x00000000bc9c1000-0x00000000bc9c4000          12K     ro                     x  pte
[    1.895839] 0x00000000bc9c4000-0x00000000bc9c9000          20K     RW                     NX pte
[    1.895857] 0x00000000bc9c9000-0x00000000bc9ca000           4K     ro                     x  pte
[    1.895876] 0x00000000bc9ca000-0x00000000bc9cf000          20K     RW                     NX pte
[    1.895894] 0x00000000bc9cf000-0x00000000bc9d0000           4K     ro                     x  pte
[    1.895912] 0x00000000bc9d0000-0x00000000bc9d5000          20K     RW                     NX pte
[    1.895931] 0x00000000bc9d5000-0x00000000bc9d6000           4K     ro                     x  pte
[    1.895949] 0x00000000bc9d6000-0x00000000bc9da000          16K     RW                     NX pte
[    1.895967] 0x00000000bc9da000-0x00000000bc9e6000          48K     ro                     x  pte
[    1.895986] 0x00000000bc9e6000-0x00000000bc9ed000          28K     RW                     NX pte
[    1.896004] 0x00000000bc9ed000-0x00000000bc9f2000          20K     ro                     x  pte
[    1.896022] 0x00000000bc9f2000-0x00000000bc9f7000          20K     RW                     NX pte
[    1.896041] 0x00000000bc9f7000-0x00000000bc9fa000          12K     ro                     x  pte
[    1.896059] 0x00000000bc9fa000-0x00000000bc9ff000          20K     RW                     NX pte
[    1.896080] 0x00000000bc9ff000-0x00000000bd000000        6148K                               pte
[    1.896103] 0x00000000bd000000-0x00000000bd1a6000        1688K                               pte
[    1.896122] 0x00000000bd1a6000-0x00000000bd2a6000           1M                               pte
[    1.896136] 0x00000000bd2a6000-0x00000000bd2c0000         104K                               pte
[    1.896151] 0x00000000bd2c0000-0x00000000bd2fb000         236K                               pte
[    1.896165] 0x00000000bd2fb000-0x00000000bd317000         112K                               pte
[    1.896190] 0x00000000bd317000-0x00000000bdd16000       10236K                               pte
[    1.896203] 0x00000000bdd16000-0x00000000bdd19000          12K                               pte
[    1.896229] 0x00000000bdd19000-0x00000000bdf6a000        2372K                               pte
[    1.896243] 0x00000000bdf6a000-0x00000000bdf74000          40K                               pte
[    1.896257] 0x00000000bdf74000-0x00000000bdf8e000         104K                               pte
[    1.896271] 0x00000000bdf8e000-0x00000000bdf94000          24K                               pte
[    1.896284] 0x00000000bdf94000-0x00000000bdfaa000          88K                               pte
[    1.896298] 0x00000000bdfaa000-0x00000000bdfad000          12K                               pte
[    1.896312] 0x00000000bdfad000-0x00000000bdfc0000          76K                               pte
[    1.896325] 0x00000000bdfc0000-0x00000000bdfc5000          20K                               pte
[    1.896339] 0x00000000bdfc5000-0x00000000bdfda000          84K                               pte
[    1.896353] 0x00000000bdfda000-0x00000000bdff2000          96K                               pte
[    1.896367] 0x00000000bdff2000-0x00000000bdffa000          32K                               pte
[    1.896380] 0x00000000bdffa000-0x00000000be000000          24K                               pte
[    1.896400] 0x00000000be000000-0x00000000f0000000         800M                               pmd
[    1.896415] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    1.896433] 0x00000000f8000000-0x00000000fd000000          80M                               pmd
[    1.896447] 0x00000000fd000000-0x00000000fe000000          16M     RW     PCD PSE         NX pmd
[    1.896465] 0x00000000fe000000-0x00000000fe600000           6M                               pmd
[    1.896484] 0x00000000fe600000-0x00000000fe700000           1M                               pte
[    1.896498] 0x00000000fe700000-0x00000000fe710000          64K     RW     PCD             NX pte
[    1.896521] 0x00000000fe710000-0x00000000fe800000         960K                               pte
[    1.896534] 0x00000000fe800000-0x00000000fea00000           2M                               pmd
[    1.896556] 0x00000000fea00000-0x00000000feb80000        1536K                               pte
[    1.896572] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    1.896590] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    1.896604] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    1.896626] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    1.896640] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    1.896659] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    1.896673] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    1.896692] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    1.896705] 0x00000000fed80000-0x00000000fed81000           4K     RW     PCD             NX pte
[    1.896725] 0x00000000fed81000-0x00000000fedc4000         268K                               pte
[    1.896738] 0x00000000fedc4000-0x00000000fedca000          24K     RW     PCD             NX pte
[    1.896756] 0x00000000fedca000-0x00000000fedcc000           8K                               pte
[    1.896770] 0x00000000fedcc000-0x00000000fedcf000          12K     RW     PCD             NX pte
[    1.896787] 0x00000000fedcf000-0x00000000fedd5000          24K                               pte
[    1.896801] 0x00000000fedd5000-0x00000000fedd6000           4K     RW     PCD             NX pte
[    1.896820] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    1.896833] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    1.896847] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    1.896865] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    1.896879] 0x0000000100200000-0x0000000100228000         160K                               pte
[    1.896893] 0x0000000100228000-0x000000010022a000           8K     RW                     NX pte
[    1.896921] 0x000000010022a000-0x0000000100400000        1880K                               pte
[    1.896942] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    1.896963] 0x0000000140000000-0x0000008000000000         507G                               pud
[    1.896984] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    1.896998] ---[ Kernel Space ]---
[    1.897004] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    1.897017] ---[ LDT remap ]---
[    1.897022] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    1.897035] ---[ Low Kernel Mapping ]---
[    1.897042] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    1.897055] ---[ vmalloc() Area ]---
[    1.897060] 0xffff898000000000-0xffff898040000000           1G                               pud
[    1.897077] ---[ Vmemmap ]---
[    1.897086] 0xffff898040000000-0xffff89c400000000         271G                               pud
[    1.897110] 0xffff89c400000000-0xffff89c400200000           2M     RW                 GLB NX pte
[    1.897130] 0xffff89c400200000-0xffff89c409c00000         154M     RW         PSE     GLB NX pmd
[    1.897154] 0xffff89c409c00000-0xffff89c409d1f000        1148K     RW                 GLB NX pte
[    1.897177] 0xffff89c409d1f000-0xffff89c409e00000         900K                               pte
[    1.897190] 0xffff89c409e00000-0xffff89c40a000000           2M                               pmd
[    1.897204] 0xffff89c40a000000-0xffff89c40a001000           4K                               pte
[    1.897228] 0xffff89c40a001000-0xffff89c40a200000        2044K     RW                 GLB NX pte
[    1.897246] 0xffff89c40a200000-0xffff89c40a20f000          60K                               pte
[    1.897270] 0xffff89c40a20f000-0xffff89c40a400000        1988K     RW                 GLB NX pte
[    1.897298] 0xffff89c40a400000-0xffff89c440000000         860M     RW         PSE     GLB NX pmd
[    1.897316] 0xffff89c440000000-0xffff89c480000000           1G     RW         PSE     GLB NX pud
[    1.897345] 0xffff89c480000000-0xffff89c4ba800000         936M     RW         PSE     GLB NX pmd
[    1.897368] 0xffff89c4ba800000-0xffff89c4ba908000        1056K     RW                 GLB NX pte
[    1.897391] 0xffff89c4ba908000-0xffff89c4baa00000         992K                               pte
[    1.897405] 0xffff89c4baa00000-0xffff89c4bc800000          30M                               pmd
[    1.897429] 0xffff89c4bc800000-0xffff89c4bc9ff000        2044K                               pte
[    1.897442] 0xffff89c4bc9ff000-0xffff89c4bca00000           4K     RW                 GLB NX pte
[    1.897460] 0xffff89c4bca00000-0xffff89c4be000000          22M     RW         PSE     GLB NX pmd
[    1.897478] 0xffff89c4be000000-0xffff89c4c0000000          32M                               pmd
[    1.897492] 0xffff89c4c0000000-0xffff89c500000000           1G                               pud
[    1.897506] 0xffff89c500000000-0xffff89d0c0000000          47G     RW         PSE     GLB NX pud
[    1.897529] 0xffff89d0c0000000-0xffff89d0da200000         418M     RW         PSE     GLB NX pmd
[    1.897558] 0xffff89d0da200000-0xffff89d0da3ff000        2044K     RW                 GLB NX pte
[    1.897576] 0xffff89d0da3ff000-0xffff89d0da400000           4K     ro                 GLB NX pte
[    1.897601] 0xffff89d0da400000-0xffff89d100000000         604M     RW         PSE     GLB NX pmd
[    1.897619] 0xffff89d100000000-0xffff89d400000000          12G     RW         PSE     GLB NX pud
[    1.897642] 0xffff89d400000000-0xffff89d41e200000         482M     RW         PSE     GLB NX pmd
[    1.897665] 0xffff89d41e200000-0xffff89d41e300000           1M     RW                 GLB NX pte
[    1.897689] 0xffff89d41e300000-0xffff89d41e400000           1M                               pte
[    1.897706] 0xffff89d41e400000-0xffff89d440000000         540M                               pmd
[    1.897722] 0xffff89d440000000-0xffff8a0000000000         175G                               pud
[    1.897737] 0xffff8a0000000000-0xffffa70000000000          29T                               pgd
[    1.897756] 0xffffa70000000000-0xffffa75b00000000         364G                               pud
[    1.897769] 0xffffa75b00000000-0xffffa75b00004000          16K     RW                 GLB NX pte
[    1.897787] 0xffffa75b00004000-0xffffa75b00005000           4K                               pte
[    1.897801] 0xffffa75b00005000-0xffffa75b00006000           4K     RW                 GLB NX pte
[    1.897818] 0xffffa75b00006000-0xffffa75b00007000           4K                               pte
[    1.897832] 0xffffa75b00007000-0xffffa75b00008000           4K     RW                 GLB NX pte
[    1.897849] 0xffffa75b00008000-0xffffa75b00009000           4K                               pte
[    1.897863] 0xffffa75b00009000-0xffffa75b0000a000           4K     RW                 GLB NX pte
[    1.897881] 0xffffa75b0000a000-0xffffa75b0000b000           4K                               pte
[    1.897894] 0xffffa75b0000b000-0xffffa75b0000c000           4K     RW                 GLB NX pte
[    1.897912] 0xffffa75b0000c000-0xffffa75b0000d000           4K                               pte
[    1.897925] 0xffffa75b0000d000-0xffffa75b0000e000           4K     RW                 GLB NX pte
[    1.897943] 0xffffa75b0000e000-0xffffa75b00010000           8K                               pte
[    1.897957] 0xffffa75b00010000-0xffffa75b0001d000          52K     RW                 GLB NX pte
[    1.897974] 0xffffa75b0001d000-0xffffa75b0001e000           4K                               pte
[    1.897988] 0xffffa75b0001e000-0xffffa75b0001f000           4K     RW                 GLB NX pte
[    1.898005] 0xffffa75b0001f000-0xffffa75b00020000           4K                               pte
[    1.898019] 0xffffa75b00020000-0xffffa75b00028000          32K     RW                 GLB NX pte
[    1.898037] 0xffffa75b00028000-0xffffa75b00029000           4K                               pte
[    1.898050] 0xffffa75b00029000-0xffffa75b0002a000           4K     RW                 GLB NX pte
[    1.898065] 0xffffa75b0002a000-0xffffa75b0002c000           8K                               pte
[    1.898078] 0xffffa75b0002c000-0xffffa75b00030000          16K     RW                 GLB NX pte
[    1.898096] 0xffffa75b00030000-0xffffa75b00031000           4K                               pte
[    1.898110] 0xffffa75b00031000-0xffffa75b00032000           4K     RW                 GLB NX pte
[    1.898127] 0xffffa75b00032000-0xffffa75b00033000           4K                               pte
[    1.898141] 0xffffa75b00033000-0xffffa75b00034000           4K     RW                 GLB NX pte
[    1.898159] 0xffffa75b00034000-0xffffa75b00035000           4K                               pte
[    1.898172] 0xffffa75b00035000-0xffffa75b00036000           4K     RW                 GLB NX pte
[    1.898190] 0xffffa75b00036000-0xffffa75b00038000           8K                               pte
[    1.898203] 0xffffa75b00038000-0xffffa75b0003e000          24K     RW                 GLB NX pte
[    1.898221] 0xffffa75b0003e000-0xffffa75b00040000           8K                               pte
[    1.898235] 0xffffa75b00040000-0xffffa75b0004e000          56K     RW                 GLB NX pte
[    1.898252] 0xffffa75b0004e000-0xffffa75b0004f000           4K                               pte
[    1.898266] 0xffffa75b0004f000-0xffffa75b00050000           4K     RW                 GLB NX pte
[    1.898284] 0xffffa75b00050000-0xffffa75b00052000           8K                               pte
[    1.898297] 0xffffa75b00052000-0xffffa75b00054000           8K     RW                 GLB NX pte
[    1.898315] 0xffffa75b00054000-0xffffa75b00056000           8K                               pte
[    1.898328] 0xffffa75b00056000-0xffffa75b00058000           8K     RW                 GLB NX pte
[    1.898346] 0xffffa75b00058000-0xffffa75b00059000           4K                               pte
[    1.898359] 0xffffa75b00059000-0xffffa75b0005a000           4K     RW                 GLB NX pte
[    1.898377] 0xffffa75b0005a000-0xffffa75b0005c000           8K                               pte
[    1.898390] 0xffffa75b0005c000-0xffffa75b0005e000           8K     RW                 GLB NX pte
[    1.898408] 0xffffa75b0005e000-0xffffa75b0005f000           4K                               pte
[    1.898421] 0xffffa75b0005f000-0xffffa75b00060000           4K     RW                 GLB NX pte
[    1.898439] 0xffffa75b00060000-0xffffa75b00061000           4K                               pte
[    1.898453] 0xffffa75b00061000-0xffffa75b00062000           4K     RW                 GLB NX pte
[    1.898470] 0xffffa75b00062000-0xffffa75b00064000           8K                               pte
[    1.898484] 0xffffa75b00064000-0xffffa75b00068000          16K     RW                 GLB NX pte
[    1.898502] 0xffffa75b00068000-0xffffa75b00069000           4K                               pte
[    1.898515] 0xffffa75b00069000-0xffffa75b0006a000           4K     RW                 GLB NX pte
[    1.898533] 0xffffa75b0006a000-0xffffa75b0006b000           4K                               pte
[    1.898546] 0xffffa75b0006b000-0xffffa75b0006c000           4K     RW                 GLB NX pte
[    1.898564] 0xffffa75b0006c000-0xffffa75b0006d000           4K                               pte
[    1.898577] 0xffffa75b0006d000-0xffffa75b0006e000           4K     RW                 GLB NX pte
[    1.898595] 0xffffa75b0006e000-0xffffa75b0006f000           4K                               pte
[    1.898608] 0xffffa75b0006f000-0xffffa75b00070000           4K     RW                 GLB NX pte
[    1.898626] 0xffffa75b00070000-0xffffa75b00072000           8K                               pte
[    1.898639] 0xffffa75b00072000-0xffffa75b00074000           8K     RW                 GLB NX pte
[    1.898657] 0xffffa75b00074000-0xffffa75b00075000           4K                               pte
[    1.898670] 0xffffa75b00075000-0xffffa75b00076000           4K     RW                 GLB NX pte
[    1.898688] 0xffffa75b00076000-0xffffa75b00077000           4K                               pte
[    1.898701] 0xffffa75b00077000-0xffffa75b00078000           4K     RW                 GLB NX pte
[    1.898719] 0xffffa75b00078000-0xffffa75b00079000           4K                               pte
[    1.898732] 0xffffa75b00079000-0xffffa75b0007a000           4K     RW                 GLB NX pte
[    1.898750] 0xffffa75b0007a000-0xffffa75b0007b000           4K                               pte
[    1.898764] 0xffffa75b0007b000-0xffffa75b0007c000           4K     RW                 GLB NX pte
[    1.898781] 0xffffa75b0007c000-0xffffa75b0007d000           4K                               pte
[    1.898795] 0xffffa75b0007d000-0xffffa75b0007e000           4K     RW     PCD         GLB NX pte
[    1.898812] 0xffffa75b0007e000-0xffffa75b00080000           8K                               pte
[    1.898828] 0xffffa75b00080000-0xffffa75b00100000         512K     RW     PCD         GLB NX pte
[    1.898852] 0xffffa75b00100000-0xffffa75b00200000           1M                               pte
[    1.898873] 0xffffa75b00200000-0xffffa75b40000000        1022M                               pmd
[    1.899365] 0xffffa75b40000000-0xffffc78000000000       32915G                               pud
[    1.899381] 0xffffc78000000000-0xffffe98000000000          34T                               pgd
[    1.899397] 0xffffe98000000000-0xffffe99fc0000000         127G                               pud
[    1.899410] 0xffffe99fc0000000-0xffffe99fc3000000          48M     RW         PSE     GLB NX pmd
[    1.899428] 0xffffe99fc3000000-0xffffe99fc4000000          16M                               pmd
[    1.899453] 0xffffe99fc4000000-0xffffe9a000800000         968M     RW         PSE     GLB NX pmd
[    1.899479] 0xffffe9a000800000-0xffffe9a040000000        1016M                               pmd
[    1.899498] 0xffffe9a040000000-0xffffea0000000000         383G                               pud
[    1.899512] 0xffffea0000000000-0xfffffe0000000000          20T                               pgd
[    1.899526] ---[ CPU entry Area ]---
[    1.899531] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    1.899560] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    1.899581] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    1.899595] 0xfffffe0040000000-0xfffffe0c80000000          49G                               pud
[    1.899616] 0xfffffe0c80000000-0xfffffe0cba200000         930M                               pmd
[    1.899630] 0xfffffe0cba200000-0xfffffe0cba231000         196K                               pte
[    1.899644] 0xfffffe0cba231000-0xfffffe0cba232000           4K     ro                 GLB NX pte
[    1.899661] 0xfffffe0cba232000-0xfffffe0cba233000           4K     RW                 GLB NX pte
[    1.899679] 0xfffffe0cba233000-0xfffffe0cba238000          20K     ro                 GLB NX pte
[    1.899697] 0xfffffe0cba238000-0xfffffe0cba239000           4K                               pte
[    1.899710] 0xfffffe0cba239000-0xfffffe0cba23b000           8K     RW                 GLB NX pte
[    1.899728] 0xfffffe0cba23b000-0xfffffe0cba23c000           4K                               pte
[    1.899742] 0xfffffe0cba23c000-0xfffffe0cba23e000           8K     RW                 GLB NX pte
[    1.899759] 0xfffffe0cba23e000-0xfffffe0cba23f000           4K                               pte
[    1.899773] 0xfffffe0cba23f000-0xfffffe0cba241000           8K     RW                 GLB NX pte
[    1.899791] 0xfffffe0cba241000-0xfffffe0cba242000           4K                               pte
[    1.899804] 0xfffffe0cba242000-0xfffffe0cba244000           8K     RW                 GLB NX pte
[    1.899831] 0xfffffe0cba244000-0xfffffe0cba400000        1776K                               pte
[    1.899845] 0xfffffe0cba400000-0xfffffe0cc0000000          92M                               pmd
[    1.899859] 0xfffffe0cc0000000-0xfffffe1080000000          15G                               pud
[    1.899874] 0xfffffe1080000000-0xfffffe108ca00000         202M                               pmd
[    1.899895] 0xfffffe108ca00000-0xfffffe108cb51000        1348K                               pte
[    1.899908] 0xfffffe108cb51000-0xfffffe108cb52000           4K     ro                 GLB NX pte
[    1.899926] 0xfffffe108cb52000-0xfffffe108cb53000           4K     RW                 GLB NX pte
[    1.899944] 0xfffffe108cb53000-0xfffffe108cb58000          20K     ro                 GLB NX pte
[    1.899961] 0xfffffe108cb58000-0xfffffe108cb59000           4K                               pte
[    1.899975] 0xfffffe108cb59000-0xfffffe108cb5b000           8K     RW                 GLB NX pte
[    1.899992] 0xfffffe108cb5b000-0xfffffe108cb5c000           4K                               pte
[    1.900006] 0xfffffe108cb5c000-0xfffffe108cb5e000           8K     RW                 GLB NX pte
[    1.900024] 0xfffffe108cb5e000-0xfffffe108cb5f000           4K                               pte
[    1.900037] 0xfffffe108cb5f000-0xfffffe108cb61000           8K     RW                 GLB NX pte
[    1.900055] 0xfffffe108cb61000-0xfffffe108cb62000           4K                               pte
[    1.900065] 0xfffffe108cb62000-0xfffffe108cb64000           8K     RW                 GLB NX pte
[    1.900086] 0xfffffe108cb64000-0xfffffe108cc00000         624K                               pte
[    1.900105] 0xfffffe108cc00000-0xfffffe10c0000000         820M                               pmd
[    1.900120] 0xfffffe10c0000000-0xfffffe1d80000000          51G                               pud
[    1.900137] 0xfffffe1d80000000-0xfffffe1da4400000         580M                               pmd
[    1.900151] 0xfffffe1da4400000-0xfffffe1da4418000          96K                               pte
[    1.900165] 0xfffffe1da4418000-0xfffffe1da4419000           4K     ro                 GLB NX pte
[    1.900182] 0xfffffe1da4419000-0xfffffe1da441a000           4K     RW                 GLB NX pte
[    1.900200] 0xfffffe1da441a000-0xfffffe1da441f000          20K     ro                 GLB NX pte
[    1.900218] 0xfffffe1da441f000-0xfffffe1da4420000           4K                               pte
[    1.900232] 0xfffffe1da4420000-0xfffffe1da4422000           8K     RW                 GLB NX pte
[    1.900249] 0xfffffe1da4422000-0xfffffe1da4423000           4K                               pte
[    1.900263] 0xfffffe1da4423000-0xfffffe1da4425000           8K     RW                 GLB NX pte
[    1.900280] 0xfffffe1da4425000-0xfffffe1da4426000           4K                               pte
[    1.900294] 0xfffffe1da4426000-0xfffffe1da4428000           8K     RW                 GLB NX pte
[    1.900312] 0xfffffe1da4428000-0xfffffe1da4429000           4K                               pte
[    1.900325] 0xfffffe1da4429000-0xfffffe1da442b000           8K     RW                 GLB NX pte
[    1.900353] 0xfffffe1da442b000-0xfffffe1da4600000        1876K                               pte
[    1.900369] 0xfffffe1da4600000-0xfffffe1dc0000000         442M                               pmd
[    1.900383] 0xfffffe1dc0000000-0xfffffe1f00000000           5G                               pud
[    1.900404] 0xfffffe1f00000000-0xfffffe1f3bc00000         956M                               pmd
[    1.900422] 0xfffffe1f3bc00000-0xfffffe1f3bcfa000        1000K                               pte
[    1.900436] 0xfffffe1f3bcfa000-0xfffffe1f3bcfb000           4K     ro                 GLB NX pte
[    1.900453] 0xfffffe1f3bcfb000-0xfffffe1f3bcfc000           4K     RW                 GLB NX pte
[    1.900471] 0xfffffe1f3bcfc000-0xfffffe1f3bd01000          20K     ro                 GLB NX pte
[    1.900489] 0xfffffe1f3bd01000-0xfffffe1f3bd02000           4K                               pte
[    1.900502] 0xfffffe1f3bd02000-0xfffffe1f3bd04000           8K     RW                 GLB NX pte
[    1.900520] 0xfffffe1f3bd04000-0xfffffe1f3bd05000           4K                               pte
[    1.900534] 0xfffffe1f3bd05000-0xfffffe1f3bd07000           8K     RW                 GLB NX pte
[    1.900551] 0xfffffe1f3bd07000-0xfffffe1f3bd08000           4K                               pte
[    1.900565] 0xfffffe1f3bd08000-0xfffffe1f3bd0a000           8K     RW                 GLB NX pte
[    1.900582] 0xfffffe1f3bd0a000-0xfffffe1f3bd0b000           4K                               pte
[    1.900596] 0xfffffe1f3bd0b000-0xfffffe1f3bd0d000           8K     RW                 GLB NX pte
[    1.900619] 0xfffffe1f3bd0d000-0xfffffe1f3be00000         972K                               pte
[    1.900633] 0xfffffe1f3be00000-0xfffffe1f40000000          66M                               pmd
[    1.900646] 0xfffffe1f40000000-0xfffffe22c0000000          14G                               pud
[    1.900662] 0xfffffe22c0000000-0xfffffe22d2a00000         298M                               pmd
[    1.900680] 0xfffffe22d2a00000-0xfffffe22d2acf000         828K                               pte
[    1.900693] 0xfffffe22d2acf000-0xfffffe22d2ad0000           4K     ro                 GLB NX pte
[    1.900711] 0xfffffe22d2ad0000-0xfffffe22d2ad1000           4K     RW                 GLB NX pte
[    1.900729] 0xfffffe22d2ad1000-0xfffffe22d2ad6000          20K     ro                 GLB NX pte
[    1.900746] 0xfffffe22d2ad6000-0xfffffe22d2ad7000           4K                               pte
[    1.900760] 0xfffffe22d2ad7000-0xfffffe22d2ad9000           8K     RW                 GLB NX pte
[    1.900778] 0xfffffe22d2ad9000-0xfffffe22d2ada000           4K                               pte
[    1.900791] 0xfffffe22d2ada000-0xfffffe22d2adc000           8K     RW                 GLB NX pte
[    1.900809] 0xfffffe22d2adc000-0xfffffe22d2add000           4K                               pte
[    1.900822] 0xfffffe22d2add000-0xfffffe22d2adf000           8K     RW                 GLB NX pte
[    1.900840] 0xfffffe22d2adf000-0xfffffe22d2ae0000           4K                               pte
[    1.900853] 0xfffffe22d2ae0000-0xfffffe22d2ae2000           8K     RW                 GLB NX pte
[    1.900877] 0xfffffe22d2ae2000-0xfffffe22d2c00000        1144K                               pte
[    1.900896] 0xfffffe22d2c00000-0xfffffe2300000000         724M                               pmd
[    1.900910] 0xfffffe2300000000-0xfffffe2940000000          25G                               pud
[    1.900925] 0xfffffe2940000000-0xfffffe2951800000         280M                               pmd
[    1.900942] 0xfffffe2951800000-0xfffffe2951895000         596K                               pte
[    1.900955] 0xfffffe2951895000-0xfffffe2951896000           4K     ro                 GLB NX pte
[    1.900973] 0xfffffe2951896000-0xfffffe2951897000           4K     RW                 GLB NX pte
[    1.900991] 0xfffffe2951897000-0xfffffe295189c000          20K     ro                 GLB NX pte
[    1.901009] 0xfffffe295189c000-0xfffffe295189d000           4K                               pte
[    1.901022] 0xfffffe295189d000-0xfffffe295189f000           8K     RW                 GLB NX pte
[    1.901040] 0xfffffe295189f000-0xfffffe29518a0000           4K                               pte
[    1.901054] 0xfffffe29518a0000-0xfffffe29518a2000           8K     RW                 GLB NX pte
[    1.901081] 0xfffffe29518a2000-0xfffffe29518a3000           4K                               pte
[    1.901094] 0xfffffe29518a3000-0xfffffe29518a5000           8K     RW                 GLB NX pte
[    1.901112] 0xfffffe29518a5000-0xfffffe29518a6000           4K                               pte
[    1.901125] 0xfffffe29518a6000-0xfffffe29518a8000           8K     RW                 GLB NX pte
[    1.901150] 0xfffffe29518a8000-0xfffffe2951a00000        1376K                               pte
[    1.901169] 0xfffffe2951a00000-0xfffffe2980000000         742M                               pmd
[    1.901183] 0xfffffe2980000000-0xfffffe2f80000000          24G                               pud
[    1.901199] 0xfffffe2f80000000-0xfffffe2f91e00000         286M                               pmd
[    1.901215] 0xfffffe2f91e00000-0xfffffe2f91e95000         596K                               pte
[    1.901229] 0xfffffe2f91e95000-0xfffffe2f91e96000           4K     ro                 GLB NX pte
[    1.901246] 0xfffffe2f91e96000-0xfffffe2f91e97000           4K     RW                 GLB NX pte
[    1.901264] 0xfffffe2f91e97000-0xfffffe2f91e9c000          20K     ro                 GLB NX pte
[    1.901282] 0xfffffe2f91e9c000-0xfffffe2f91e9d000           4K                               pte
[    1.901295] 0xfffffe2f91e9d000-0xfffffe2f91e9f000           8K     RW                 GLB NX pte
[    1.901313] 0xfffffe2f91e9f000-0xfffffe2f91ea0000           4K                               pte
[    1.901327] 0xfffffe2f91ea0000-0xfffffe2f91ea2000           8K     RW                 GLB NX pte
[    1.901344] 0xfffffe2f91ea2000-0xfffffe2f91ea3000           4K                               pte
[    1.901358] 0xfffffe2f91ea3000-0xfffffe2f91ea5000           8K     RW                 GLB NX pte
[    1.901376] 0xfffffe2f91ea5000-0xfffffe2f91ea6000           4K                               pte
[    1.901389] 0xfffffe2f91ea6000-0xfffffe2f91ea8000           8K     RW                 GLB NX pte
[    1.901414] 0xfffffe2f91ea8000-0xfffffe2f92000000        1376K                               pte
[    1.901433] 0xfffffe2f92000000-0xfffffe2fc0000000         736M                               pmd
[    1.901447] 0xfffffe2fc0000000-0xfffffe4180000000          71G                               pud
[    1.901468] 0xfffffe4180000000-0xfffffe41be200000         994M                               pmd
[    1.901485] 0xfffffe41be200000-0xfffffe41be2b0000         704K                               pte
[    1.901498] 0xfffffe41be2b0000-0xfffffe41be2b1000           4K     ro                 GLB NX pte
[    1.901516] 0xfffffe41be2b1000-0xfffffe41be2b2000           4K     RW                 GLB NX pte
[    1.901534] 0xfffffe41be2b2000-0xfffffe41be2b7000          20K     ro                 GLB NX pte
[    1.901552] 0xfffffe41be2b7000-0xfffffe41be2b8000           4K                               pte
[    1.901565] 0xfffffe41be2b8000-0xfffffe41be2ba000           8K     RW                 GLB NX pte
[    1.901583] 0xfffffe41be2ba000-0xfffffe41be2bb000           4K                               pte
[    1.901596] 0xfffffe41be2bb000-0xfffffe41be2bd000           8K     RW                 GLB NX pte
[    1.901614] 0xfffffe41be2bd000-0xfffffe41be2be000           4K                               pte
[    1.901628] 0xfffffe41be2be000-0xfffffe41be2c0000           8K     RW                 GLB NX pte
[    1.901645] 0xfffffe41be2c0000-0xfffffe41be2c1000           4K                               pte
[    1.901659] 0xfffffe41be2c1000-0xfffffe41be2c3000           8K     RW                 GLB NX pte
[    1.901683] 0xfffffe41be2c3000-0xfffffe41be400000        1268K                               pte
[    1.901697] 0xfffffe41be400000-0xfffffe41c0000000          28M                               pmd
[    1.901711] 0xfffffe41c0000000-0xfffffe4600000000          17G                               pud
[    1.901730] 0xfffffe4600000000-0xfffffe4633800000         824M                               pmd
[    1.901747] 0xfffffe4633800000-0xfffffe4633892000         584K                               pte
[    1.901760] 0xfffffe4633892000-0xfffffe4633893000           4K     ro                 GLB NX pte
[    1.901778] 0xfffffe4633893000-0xfffffe4633894000           4K     RW                 GLB NX pte
[    1.901796] 0xfffffe4633894000-0xfffffe4633899000          20K     ro                 GLB NX pte
[    1.901814] 0xfffffe4633899000-0xfffffe463389a000           4K                               pte
[    1.901827] 0xfffffe463389a000-0xfffffe463389c000           8K     RW                 GLB NX pte
[    1.901845] 0xfffffe463389c000-0xfffffe463389d000           4K                               pte
[    1.901858] 0xfffffe463389d000-0xfffffe463389f000           8K     RW                 GLB NX pte
[    1.901876] 0xfffffe463389f000-0xfffffe46338a0000           4K                               pte
[    1.901889] 0xfffffe46338a0000-0xfffffe46338a2000           8K     RW                 GLB NX pte
[    1.901907] 0xfffffe46338a2000-0xfffffe46338a3000           4K                               pte
[    1.901920] 0xfffffe46338a3000-0xfffffe46338a5000           8K     RW                 GLB NX pte
[    1.901946] 0xfffffe46338a5000-0xfffffe4633a00000        1388K                               pte
[    1.901960] 0xfffffe4633a00000-0xfffffe4640000000         198M                               pmd
[    1.901974] 0xfffffe4640000000-0xfffffe49c0000000          14G                               pud
[    1.901989] 0xfffffe49c0000000-0xfffffe49c6e00000         110M                               pmd
[    1.902012] 0xfffffe49c6e00000-0xfffffe49c6fc8000        1824K                               pte
[    1.902025] 0xfffffe49c6fc8000-0xfffffe49c6fc9000           4K     ro                 GLB NX pte
[    1.902043] 0xfffffe49c6fc9000-0xfffffe49c6fca000           4K     RW                 GLB NX pte
[    1.902064] 0xfffffe49c6fca000-0xfffffe49c6fcf000          20K     ro                 GLB NX pte
[    1.902082] 0xfffffe49c6fcf000-0xfffffe49c6fd0000           4K                               pte
[    1.902096] 0xfffffe49c6fd0000-0xfffffe49c6fd2000           8K     RW                 GLB NX pte
[    1.902113] 0xfffffe49c6fd2000-0xfffffe49c6fd3000           4K                               pte
[    1.902127] 0xfffffe49c6fd3000-0xfffffe49c6fd5000           8K     RW                 GLB NX pte
[    1.902145] 0xfffffe49c6fd5000-0xfffffe49c6fd6000           4K                               pte
[    1.902158] 0xfffffe49c6fd6000-0xfffffe49c6fd8000           8K     RW                 GLB NX pte
[    1.902176] 0xfffffe49c6fd8000-0xfffffe49c6fd9000           4K                               pte
[    1.902190] 0xfffffe49c6fd9000-0xfffffe49c6fdb000           8K     RW                 GLB NX pte
[    1.902208] 0xfffffe49c6fdb000-0xfffffe49c7000000         148K                               pte
[    1.902229] 0xfffffe49c7000000-0xfffffe4a00000000         912M                               pmd
[    1.902242] 0xfffffe4a00000000-0xfffffe4b80000000           6G                               pud
[    1.902259] 0xfffffe4b80000000-0xfffffe4b9de00000         478M                               pmd
[    1.902274] 0xfffffe4b9de00000-0xfffffe4b9de44000         272K                               pte
[    1.902288] 0xfffffe4b9de44000-0xfffffe4b9de45000           4K     ro                 GLB NX pte
[    1.902305] 0xfffffe4b9de45000-0xfffffe4b9de46000           4K     RW                 GLB NX pte
[    1.902323] 0xfffffe4b9de46000-0xfffffe4b9de4b000          20K     ro                 GLB NX pte
[    1.902341] 0xfffffe4b9de4b000-0xfffffe4b9de4c000           4K                               pte
[    1.902355] 0xfffffe4b9de4c000-0xfffffe4b9de4e000           8K     RW                 GLB NX pte
[    1.902373] 0xfffffe4b9de4e000-0xfffffe4b9de4f000           4K                               pte
[    1.902386] 0xfffffe4b9de4f000-0xfffffe4b9de51000           8K     RW                 GLB NX pte
[    1.902404] 0xfffffe4b9de51000-0xfffffe4b9de52000           4K                               pte
[    1.902417] 0xfffffe4b9de52000-0xfffffe4b9de54000           8K     RW                 GLB NX pte
[    1.902435] 0xfffffe4b9de54000-0xfffffe4b9de55000           4K                               pte
[    1.902449] 0xfffffe4b9de55000-0xfffffe4b9de57000           8K     RW                 GLB NX pte
[    1.902475] 0xfffffe4b9de57000-0xfffffe4b9e000000        1700K                               pte
[    1.902493] 0xfffffe4b9e000000-0xfffffe4bc0000000         544M                               pmd
[    1.902507] 0xfffffe4bc0000000-0xfffffe5bc0000000          64G                               pud
[    1.902527] 0xfffffe5bc0000000-0xfffffe5bf1800000         792M                               pmd
[    1.902547] 0xfffffe5bf1800000-0xfffffe5bf1927000        1180K                               pte
[    1.902560] 0xfffffe5bf1927000-0xfffffe5bf1928000           4K     ro                 GLB NX pte
[    1.902578] 0xfffffe5bf1928000-0xfffffe5bf1929000           4K     RW                 GLB NX pte
[    1.902596] 0xfffffe5bf1929000-0xfffffe5bf192e000          20K     ro                 GLB NX pte
[    1.902614] 0xfffffe5bf192e000-0xfffffe5bf192f000           4K                               pte
[    1.902627] 0xfffffe5bf192f000-0xfffffe5bf1931000           8K     RW                 GLB NX pte
[    1.902645] 0xfffffe5bf1931000-0xfffffe5bf1932000           4K                               pte
[    1.902658] 0xfffffe5bf1932000-0xfffffe5bf1934000           8K     RW                 GLB NX pte
[    1.902676] 0xfffffe5bf1934000-0xfffffe5bf1935000           4K                               pte
[    1.902690] 0xfffffe5bf1935000-0xfffffe5bf1937000           8K     RW                 GLB NX pte
[    1.902707] 0xfffffe5bf1937000-0xfffffe5bf1938000           4K                               pte
[    1.902721] 0xfffffe5bf1938000-0xfffffe5bf193a000           8K     RW                 GLB NX pte
[    1.902743] 0xfffffe5bf193a000-0xfffffe5bf1a00000         792K                               pte
[    1.902758] 0xfffffe5bf1a00000-0xfffffe5c00000000         230M                               pmd
[    1.902772] 0xfffffe5c00000000-0xfffffe5fc0000000          15G                               pud
[    1.902786] 0xfffffe5fc0000000-0xfffffe5fc9600000         150M                               pmd
[    1.902801] 0xfffffe5fc9600000-0xfffffe5fc962b000         172K                               pte
[    1.902814] 0xfffffe5fc962b000-0xfffffe5fc962c000           4K     ro                 GLB NX pte
[    1.902832] 0xfffffe5fc962c000-0xfffffe5fc962d000           4K     RW                 GLB NX pte
[    1.902850] 0xfffffe5fc962d000-0xfffffe5fc9632000          20K     ro                 GLB NX pte
[    1.902868] 0xfffffe5fc9632000-0xfffffe5fc9633000           4K                               pte
[    1.902881] 0xfffffe5fc9633000-0xfffffe5fc9635000           8K     RW                 GLB NX pte
[    1.902899] 0xfffffe5fc9635000-0xfffffe5fc9636000           4K                               pte
[    1.902913] 0xfffffe5fc9636000-0xfffffe5fc9638000           8K     RW                 GLB NX pte
[    1.902931] 0xfffffe5fc9638000-0xfffffe5fc9639000           4K                               pte
[    1.902944] 0xfffffe5fc9639000-0xfffffe5fc963b000           8K     RW                 GLB NX pte
[    1.902962] 0xfffffe5fc963b000-0xfffffe5fc963c000           4K                               pte
[    1.902975] 0xfffffe5fc963c000-0xfffffe5fc963e000           8K     RW                 GLB NX pte
[    1.903003] 0xfffffe5fc963e000-0xfffffe5fc9800000        1800K                               pte
[    1.903023] 0xfffffe5fc9800000-0xfffffe6000000000         872M                               pmd
[    1.903037] 0xfffffe6000000000-0xfffffe67c0000000          31G                               pud
[    1.903051] 0xfffffe67c0000000-0xfffffe67c4e00000          78M                               pmd
[    1.903065] 0xfffffe67c4e00000-0xfffffe67c4e14000          80K                               pte
[    1.903078] 0xfffffe67c4e14000-0xfffffe67c4e15000           4K     ro                 GLB NX pte
[    1.903096] 0xfffffe67c4e15000-0xfffffe67c4e16000           4K     RW                 GLB NX pte
[    1.903114] 0xfffffe67c4e16000-0xfffffe67c4e1b000          20K     ro                 GLB NX pte
[    1.903132] 0xfffffe67c4e1b000-0xfffffe67c4e1c000           4K                               pte
[    1.903146] 0xfffffe67c4e1c000-0xfffffe67c4e1e000           8K     RW                 GLB NX pte
[    1.903163] 0xfffffe67c4e1e000-0xfffffe67c4e1f000           4K                               pte
[    1.903177] 0xfffffe67c4e1f000-0xfffffe67c4e21000           8K     RW                 GLB NX pte
[    1.903195] 0xfffffe67c4e21000-0xfffffe67c4e22000           4K                               pte
[    1.903208] 0xfffffe67c4e22000-0xfffffe67c4e24000           8K     RW                 GLB NX pte
[    1.903226] 0xfffffe67c4e24000-0xfffffe67c4e25000           4K                               pte
[    1.903240] 0xfffffe67c4e25000-0xfffffe67c4e27000           8K     RW                 GLB NX pte
[    1.903267] 0xfffffe67c4e27000-0xfffffe67c5000000        1892K                               pte
[    1.903288] 0xfffffe67c5000000-0xfffffe6800000000         944M                               pmd
[    1.903302] 0xfffffe6800000000-0xfffffe68c0000000           3G                               pud
[    1.903318] 0xfffffe68c0000000-0xfffffe68db600000         438M                               pmd
[    1.903338] 0xfffffe68db600000-0xfffffe68db71d000        1140K                               pte
[    1.903351] 0xfffffe68db71d000-0xfffffe68db71e000           4K     ro                 GLB NX pte
[    1.903369] 0xfffffe68db71e000-0xfffffe68db71f000           4K     RW                 GLB NX pte
[    1.903387] 0xfffffe68db71f000-0xfffffe68db724000          20K     ro                 GLB NX pte
[    1.903405] 0xfffffe68db724000-0xfffffe68db725000           4K                               pte
[    1.903419] 0xfffffe68db725000-0xfffffe68db727000           8K     RW                 GLB NX pte
[    1.903436] 0xfffffe68db727000-0xfffffe68db728000           4K                               pte
[    1.903450] 0xfffffe68db728000-0xfffffe68db72a000           8K     RW                 GLB NX pte
[    1.903468] 0xfffffe68db72a000-0xfffffe68db72b000           4K                               pte
[    1.903481] 0xfffffe68db72b000-0xfffffe68db72d000           8K     RW                 GLB NX pte
[    1.903499] 0xfffffe68db72d000-0xfffffe68db72e000           4K                               pte
[    1.903512] 0xfffffe68db72e000-0xfffffe68db730000           8K     RW                 GLB NX pte
[    1.903535] 0xfffffe68db730000-0xfffffe68db800000         832K                               pte
[    1.903553] 0xfffffe68db800000-0xfffffe6900000000         584M                               pmd
[    1.903566] 0xfffffe6900000000-0xfffffe6d80000000          18G                               pud
[    1.903584] 0xfffffe6d80000000-0xfffffe6da2a00000         554M                               pmd
[    1.903606] 0xfffffe6da2a00000-0xfffffe6da2bac000        1712K                               pte
[    1.903620] 0xfffffe6da2bac000-0xfffffe6da2bad000           4K     ro                 GLB NX pte
[    1.903638] 0xfffffe6da2bad000-0xfffffe6da2bae000           4K     RW                 GLB NX pte
[    1.903656] 0xfffffe6da2bae000-0xfffffe6da2bb3000          20K     ro                 GLB NX pte
[    1.903673] 0xfffffe6da2bb3000-0xfffffe6da2bb4000           4K                               pte
[    1.903687] 0xfffffe6da2bb4000-0xfffffe6da2bb6000           8K     RW                 GLB NX pte
[    1.903705] 0xfffffe6da2bb6000-0xfffffe6da2bb7000           4K                               pte
[    1.903718] 0xfffffe6da2bb7000-0xfffffe6da2bb9000           8K     RW                 GLB NX pte
[    1.903736] 0xfffffe6da2bb9000-0xfffffe6da2bba000           4K                               pte
[    1.903749] 0xfffffe6da2bba000-0xfffffe6da2bbc000           8K     RW                 GLB NX pte
[    1.903767] 0xfffffe6da2bbc000-0xfffffe6da2bbd000           4K                               pte
[    1.903781] 0xfffffe6da2bbd000-0xfffffe6da2bbf000           8K     RW                 GLB NX pte
[    1.903800] 0xfffffe6da2bbf000-0xfffffe6da2c00000         260K                               pte
[    1.903817] 0xfffffe6da2c00000-0xfffffe6dc0000000         468M                               pmd
[    1.903831] 0xfffffe6dc0000000-0xfffffe8000000000          73G                               pud
[    1.903845] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    1.903858] ---[ ESPfix Area ]---
[    1.903870] 0xffffff0000000000-0xffffff7400000000         464G                               pud
[    1.903884] 0xffffff7400000000-0xffffff740000b000          44K                               pte
[    1.903897] 0xffffff740000b000-0xffffff740000c000           4K     ro                 GLB NX pte
[    1.903916] 0xffffff740000c000-0xffffff740001b000          60K                               pte
[    1.903929] 0xffffff740001b000-0xffffff740001c000           4K     ro                 GLB NX pte
[    1.903947] 0xffffff740001c000-0xffffff740002b000          60K                               pte
[    1.903961] 0xffffff740002b000-0xffffff740002c000           4K     ro                 GLB NX pte
[    1.903979] 0xffffff740002c000-0xffffff740003b000          60K                               pte
[    1.903992] 0xffffff740003b000-0xffffff740003c000           4K     ro                 GLB NX pte
[    1.904011] 0xffffff740003c000-0xffffff740004b000          60K                               pte
[    1.904024] 0xffffff740004b000-0xffffff740004c000           4K     ro                 GLB NX pte
[    1.904042] 0xffffff740004c000-0xffffff740005b000          60K                               pte
[    1.904056] 0xffffff740005b000-0xffffff740005c000           4K     ro                 GLB NX pte
[    1.904080] 0xffffff740005c000-0xffffff740006b000          60K                               pte
[    1.904094] 0xffffff740006b000-0xffffff740006c000           4K     ro                 GLB NX pte
[    1.904112] 0xffffff740006c000-0xffffff740007b000          60K                               pte
[    1.926403] ... 131059 entries skipped ... 
[    1.926410] ---[ EFI Runtime Services ]---
[    1.926417] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    1.926436] 0xfffffffec0000000-0xfffffffeefc00000         764M                               pmd
[    1.926453] 0xfffffffeefc00000-0xfffffffeefc9f000         636K                               pte
[    1.926466] 0xfffffffeefc9f000-0xfffffffeefca0000           4K     RW                     NX pte
[    1.926492] 0xfffffffeefca0000-0xfffffffeefe00000        1408K                               pte
[    1.926506] 0xfffffffeefe00000-0xfffffffeefe20000         128K                               pte
[    1.926530] 0xfffffffeefe20000-0xfffffffef000b000        1964K                               pte
[    1.926546] 0xfffffffef000b000-0xfffffffef00b4000         676K     RW                     NX pte
[    1.926565] 0xfffffffef00b4000-0xfffffffef00e4000         192K                               pte
[    1.926579] 0xfffffffef00e4000-0xfffffffef00e5000           4K                               pte
[    1.926592] 0xfffffffef00e5000-0xfffffffef00e6000           4K                               pte
[    1.926611] 0xfffffffef00e6000-0xfffffffef0200000        1128K     RW                     NX pte
[    1.926630] 0xfffffffef0200000-0xfffffffef2400000          34M     RW         PSE         NX pmd
[    1.926653] 0xfffffffef2400000-0xfffffffef2523000        1164K     RW                     NX pte
[    1.926676] 0xfffffffef2523000-0xfffffffef340b000       15264K                               pte
[    1.926699] 0xfffffffef340b000-0xfffffffef35d8000        1844K                               pte
[    1.926719] 0xfffffffef35d8000-0xfffffffef3d08000        7360K                               pte
[    1.926735] 0xfffffffef3d08000-0xfffffffef3d79000         452K                               pte
[    1.926751] 0xfffffffef3d79000-0xfffffffef3e00000         540K     RW                     NX pte
[    1.926769] 0xfffffffef3e00000-0xfffffffef4400000           6M     RW         PSE         NX pmd
[    1.926795] 0xfffffffef4400000-0xfffffffef4593000        1612K     RW                     NX pte
[    1.926813] 0xfffffffef4593000-0xfffffffef4596000          12K     ro                     x  pte
[    1.926831] 0xfffffffef4596000-0xfffffffef459b000          20K     RW                     NX pte
[    1.926849] 0xfffffffef459b000-0xfffffffef459c000           4K     ro                     x  pte
[    1.926867] 0xfffffffef459c000-0xfffffffef45a1000          20K     RW                     NX pte
[    1.926885] 0xfffffffef45a1000-0xfffffffef45a5000          16K     ro                     x  pte
[    1.926902] 0xfffffffef45a5000-0xfffffffef45aa000          20K     RW                     NX pte
[    1.926920] 0xfffffffef45aa000-0xfffffffef45ab000           4K     ro                     x  pte
[    1.926938] 0xfffffffef45ab000-0xfffffffef45af000          16K     RW                     NX pte
[    1.926956] 0xfffffffef45af000-0xfffffffef45bc000          52K     ro                     x  pte
[    1.926974] 0xfffffffef45bc000-0xfffffffef45c1000          20K     RW                     NX pte
[    1.926992] 0xfffffffef45c1000-0xfffffffef45c4000          12K     ro                     x  pte
[    1.927010] 0xfffffffef45c4000-0xfffffffef45c9000          20K     RW                     NX pte
[    1.927027] 0xfffffffef45c9000-0xfffffffef45ca000           4K     ro                     x  pte
[    1.927045] 0xfffffffef45ca000-0xfffffffef45cf000          20K     RW                     NX pte
[    1.927065] 0xfffffffef45cf000-0xfffffffef45d0000           4K     ro                     x  pte
[    1.927083] 0xfffffffef45d0000-0xfffffffef45d5000          20K     RW                     NX pte
[    1.927100] 0xfffffffef45d5000-0xfffffffef45d6000           4K     ro                     x  pte
[    1.927118] 0xfffffffef45d6000-0xfffffffef45da000          16K     RW                     NX pte
[    1.927136] 0xfffffffef45da000-0xfffffffef45e6000          48K     ro                     x  pte
[    1.927154] 0xfffffffef45e6000-0xfffffffef45ed000          28K     RW                     NX pte
[    1.927172] 0xfffffffef45ed000-0xfffffffef45f2000          20K     ro                     x  pte
[    1.927190] 0xfffffffef45f2000-0xfffffffef45f7000          20K     RW                     NX pte
[    1.927208] 0xfffffffef45f7000-0xfffffffef45fa000          12K     ro                     x  pte
[    1.927226] 0xfffffffef45fa000-0xfffffffef45ff000          20K     RW                     NX pte
[    1.927244] 0xfffffffef45ff000-0xfffffffef4c00000        6148K                               pte
[    1.927266] 0xfffffffef4c00000-0xfffffffef4da6000        1688K                               pte
[    1.927285] 0xfffffffef4da6000-0xfffffffef4ea6000           1M                               pte
[    1.927299] 0xfffffffef4ea6000-0xfffffffef4ec0000         104K                               pte
[    1.927313] 0xfffffffef4ec0000-0xfffffffef4efb000         236K                               pte
[    1.927327] 0xfffffffef4efb000-0xfffffffef4f17000         112K                               pte
[    1.927352] 0xfffffffef4f17000-0xfffffffef5916000       10236K                               pte
[    1.927365] 0xfffffffef5916000-0xfffffffef5919000          12K                               pte
[    1.927391] 0xfffffffef5919000-0xfffffffef5b6a000        2372K                               pte
[    1.927405] 0xfffffffef5b6a000-0xfffffffef5b74000          40K                               pte
[    1.927419] 0xfffffffef5b74000-0xfffffffef5b8e000         104K                               pte
[    1.927432] 0xfffffffef5b8e000-0xfffffffef5b94000          24K                               pte
[    1.927446] 0xfffffffef5b94000-0xfffffffef5baa000          88K                               pte
[    1.927459] 0xfffffffef5baa000-0xfffffffef5bad000          12K                               pte
[    1.927473] 0xfffffffef5bad000-0xfffffffef5bc0000          76K                               pte
[    1.927487] 0xfffffffef5bc0000-0xfffffffef5bc5000          20K                               pte
[    1.927501] 0xfffffffef5bc5000-0xfffffffef5bda000          84K                               pte
[    1.927514] 0xfffffffef5bda000-0xfffffffef5bf2000          96K                               pte
[    1.927528] 0xfffffffef5bf2000-0xfffffffef5bfa000          32K                               pte
[    1.927542] 0xfffffffef5bfa000-0xfffffffef5c00000          24K                               pte
[    1.927557] 0xfffffffef5c00000-0xfffffffefdc00000         128M     RW         PSE         NX pmd
[    1.927574] 0xfffffffefdc00000-0xfffffffefec00000          16M     RW     PCD PSE         NX pmd
[    1.927598] 0xfffffffefec00000-0xfffffffefed00000           1M                               pte
[    1.927611] 0xfffffffefed00000-0xfffffffefed10000          64K     RW     PCD             NX pte
[    1.927632] 0xfffffffefed10000-0xfffffffefed80000         448K                               pte
[    1.927648] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    1.927666] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    1.927679] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    1.927702] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    1.927716] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    1.927735] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    1.927748] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    1.927767] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    1.927781] 0xfffffffefef80000-0xfffffffefef81000           4K     RW     PCD             NX pte
[    1.927800] 0xfffffffefef81000-0xfffffffefefc4000         268K                               pte
[    1.927813] 0xfffffffefefc4000-0xfffffffefefca000          24K     RW     PCD             NX pte
[    1.927831] 0xfffffffefefca000-0xfffffffefefcc000           8K                               pte
[    1.927845] 0xfffffffefefcc000-0xfffffffefefcf000          12K     RW     PCD             NX pte
[    1.927862] 0xfffffffefefcf000-0xfffffffefefd5000          24K                               pte
[    1.927876] 0xfffffffefefd5000-0xfffffffefefd6000           4K     RW     PCD             NX pte
[    1.927894] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    1.927908] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    1.927926] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    1.927939] ---[ High Kernel Mapping ]---
[    1.927946] 0xffffffff80000000-0xffffffff84000000          64M                               pmd
[    1.927960] 0xffffffff84000000-0xffffffff87200000          50M     RW         PSE     GLB x  pmd
[    1.927988] 0xffffffff87200000-0xffffffff873ff000        2044K     RW                 GLB x  pte
[    1.928006] 0xffffffff873ff000-0xffffffff87400000           4K     ro                 GLB x  pte
[    1.928024] 0xffffffff87400000-0xffffffff89400000          32M     RW         PSE     GLB x  pmd
[    1.928049] 0xffffffff89400000-0xffffffffc0000000         876M                               pmd
[    1.928064] ---[ Modules ]---
[    1.928077] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    1.928090] ---[ End Modules ]---
[    1.928095] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    1.928128] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    1.928141] ---[ Fixmap Area ]---
[    1.928149] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    1.928162] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    1.928191] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    1.928205] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    1.928256] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    1.928280] Yama: becoming mindful.
[    1.928296] SELinux:  Initializing.
[    1.928337] LSM support for eBPF active
[    1.928344] landlock: Up and running.
[    1.928521] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.928663] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.929370] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.929399] LVT offset 1 assigned for vector 0xf9
[    1.929418] LVT offset 2 assigned for vector 0xf4
[    1.929427] process: using mwait in idle threads
[    1.929435] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.929442] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.929457] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.929469] Spectre V2 : Mitigation: Retpolines
[    1.929476] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.929486] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.929495] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.929506] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.929517] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.929527] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.948325] Freeing SMP alternatives memory: 44K
[    2.051217] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    2.051613] cblist_init_generic: Setting adjustable number of callback queues.
[    2.051661] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.051720] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.051785] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.051834] Running RCU-tasks wait API self tests
[    2.155208] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.155243] ... version:                0
[    2.155257] ... bit width:              48
[    2.155271] ... generic registers:      6
[    2.155284] ... value mask:             0000ffffffffffff
[    2.155300] ... max period:             00007fffffffffff
[    2.155317] ... fixed-purpose events:   0
[    2.155330] ... event mask:             000000000000003f
[    2.155712] rcu: Hierarchical SRCU implementation.
[    2.155728] rcu: 	Max phase no-delay instances is 400.
[    2.156883] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.157308] smp: Bringing up secondary CPUs ...
[    2.157624] x86: Booting SMP configuration:
[    2.157640] .... node  #0, CPUs:        #1
[    2.159357] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.160318]   #2  #3  #4
[    2.171211] Callback from call_rcu_tasks_trace() invoked.
[    2.172125]   #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    2.188167] smp: Brought up 1 node, 16 CPUs
[    2.188167] smpboot: Max logical packages: 1
[    2.188167] smpboot: Total of 16 processors activated (105405.37 BogoMIPS)
[    2.207619] allocated 266338304 bytes of page_ext
[    2.208290] devtmpfs: initialized
[    2.208290] x86/mm: Memory block size: 2048MB
[    2.210669] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    2.210669] ACPI: PM: Registering ACPI NVS region [mem 0xbbe84000-0xbc178fff] (3100672 bytes)
[    2.213512] DMA-API: preallocated 65536 debug entries
[    2.213524] DMA-API: debugging enabled by kernel config
[    2.213535] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.213556] futex hash table entries: 4096 (order: 7, 524288 bytes, linear)
[    2.213850] pinctrl core: initialized pinctrl subsystem

[    2.214231] *************************************************************
[    2.214243] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.214254] **                                                         **
[    2.214266] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.214277] **                                                         **
[    2.214288] ** This means that this kernel is built to expose internal **
[    2.214299] ** IOMMU data structures, which may compromise security on **
[    2.214310] ** your system.                                            **
[    2.214321] **                                                         **
[    2.214332] ** If you see this message and you are not debugging the   **
[    2.214343] ** kernel, report this immediately to your vendor!         **
[    2.214354] **                                                         **
[    2.214365] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.214376] *************************************************************
[    2.214422] PM: RTC time: 09:27:30, date: 2022-12-26
[    2.215212] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.215631] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.215655] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.215678] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.215714] audit: initializing netlink subsys (disabled)
[    2.215820] audit: type=2000 audit(1672046850.332:1): state=initialized audit_enabled=0 res=1
[    2.216113] thermal_sys: Registered thermal governor 'fair_share'
[    2.216115] thermal_sys: Registered thermal governor 'bang_bang'
[    2.216127] thermal_sys: Registered thermal governor 'step_wise'
[    2.216137] thermal_sys: Registered thermal governor 'user_space'
[    2.216188] cpuidle: using governor menu
[    2.216271] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.216416] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.216438] PCI: not using MMCONFIG
[    2.216446] PCI: Using configuration type 1 for base access
[    2.216456] PCI: Using configuration type 1 for extended access
[    2.217695] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.219187] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.219187] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.219187] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.219187] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.219685] cryptd: max_cpu_qlen set to 1000
[    2.220150] raid6: skipped pq benchmark and selected avx2x4
[    2.220162] raid6: using avx2x2 recovery algorithm
[    2.220310] fbcon: Taking over console
[    2.220427] ACPI: Added _OSI(Module Device)
[    2.220435] ACPI: Added _OSI(Processor Device)
[    2.220444] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.220453] ACPI: Added _OSI(Processor Aggregator Device)
[    2.257292] ACPI: 18 ACPI AML tables successfully acquired and loaded
[    2.259560] Callback from call_rcu_tasks_rude() invoked.
[    2.264371] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.271420] ACPI: Interpreter enabled
[    2.271471] ACPI: PM: (supports S0 S4 S5)
[    2.271483] ACPI: Using IOAPIC for interrupt routing
[    2.271906] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.272003] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    2.272027] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.272042] PCI: Using E820 reservations for host bridge windows
[    2.273063] ACPI: Enabled 3 GPEs in block 00 to 1F
[    2.274707] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    2.275314] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    2.275627] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    2.278237] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    2.278497] ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
[    2.280232] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    2.280494] ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
[    2.285242] ACPI: \_SB_.PCI0.GPP5.P1NV: New power resource
[    2.285863] ACPI: \_SB_.PCI0.GPP6.P0NV: New power resource
[    2.298308] ACPI: \_SB_.PRWL: New power resource
[    2.302821] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.302839] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.303081] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    2.303505] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.303552] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.305035] PCI host bridge to bus 0000:00
[    2.305045] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.305059] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.305067] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.305079] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.305091] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.305105] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    2.305118] pci_bus 0000:00: root bus resource [mem 0x1040000000-0xffffffffff window]
[    2.305133] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.305198] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    2.305544] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    2.305791] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    2.306005] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    2.306100] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.306423] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    2.306645] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    2.306683] pci 0000:00:02.1: enabling Extended Tags
[    2.306736] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.306968] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    2.307045] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.307286] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    2.307364] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.307596] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    2.307674] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.307925] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    2.308205] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    2.308241] pci 0000:00:08.1: enabling Extended Tags
[    2.308294] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.308688] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.308952] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.309265] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    2.309459] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    2.309654] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    2.309860] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    2.310052] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    2.310248] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    2.310439] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    2.310631] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    2.310936] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    2.310961] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    2.311098] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.311194] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.311508] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.311522] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.311537] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.311670] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    2.311817] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.313369] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.313387] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.313404] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.313551] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[    2.313579] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    2.313603] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    2.313627] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    2.313643] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    2.313770] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.313865] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.314132] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    2.314155] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    2.314277] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.314566] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.314585] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.314601] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.314734] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.314762] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.314796] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    2.314822] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    2.314947] pci 0000:04:00.0: supports D1 D2
[    2.314956] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.315288] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.315301] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.315313] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.315597] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    2.315657] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[    2.315712] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[    2.315767] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[    2.316036] pci 0000:05:00.0: supports D1 D2
[    2.316044] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.316948] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.316965] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.317165] pci 0000:06:00.0: [1bb1:5018] type 00 class 0x010802
[    2.317224] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[    2.317818] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.318344] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.318358] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.318527] pci 0000:07:00.0: [1bb1:5018] type 00 class 0x010802
[    2.318585] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    2.319192] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.319700] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.319714] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.319939] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[    2.319962] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[    2.319983] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[    2.320001] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    2.320017] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[    2.320037] pci 0000:08:00.0: enabling Extended Tags
[    2.320118] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.320168] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.320410] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    2.320429] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[    2.320464] pci 0000:08:00.1: enabling Extended Tags
[    2.320514] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.320733] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    2.320758] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    2.320780] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[    2.320798] pci 0000:08:00.2: enabling Extended Tags
[    2.321038] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    2.321064] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    2.321105] pci 0000:08:00.3: enabling Extended Tags
[    2.321158] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    2.321389] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    2.321411] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    2.321450] pci 0000:08:00.4: enabling Extended Tags
[    2.321502] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    2.321738] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[    2.321757] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[    2.321792] pci 0000:08:00.5: enabling Extended Tags
[    2.321842] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[    2.322049] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[    2.322072] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[    2.322116] pci 0000:08:00.6: enabling Extended Tags
[    2.322166] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[    2.322422] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.322434] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.322446] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.322460] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.325201] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.325342] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.325464] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.325605] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.325736] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.325846] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.325956] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.326070] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.329129] Low-power S0 idle used by default for system suspend
[    2.329646] iommu: Default domain type: Translated 
[    2.329646] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.329646] SCSI subsystem initialized
[    2.329721] libata version 3.00 loaded.
[    2.330123] ACPI: bus type USB registered
[    2.330156] usbcore: registered new interface driver usbfs
[    2.330185] usbcore: registered new interface driver hub
[    2.330221] usbcore: registered new device driver usb
[    2.341174] pps_core: LinuxPPS API ver. 1 registered
[    2.341185] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.341205] PTP clock support registered
[    2.341280] EDAC MC: Ver: 3.0.0
[    2.341401] Registered efivars operations
[    2.343311] NetLabel: Initializing
[    2.343321] NetLabel:  domain hash size = 128
[    2.343330] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.343371] NetLabel:  unlabeled traffic allowed by default
[    2.343387] mctp: management component transport protocol core
[    2.343400] NET: Registered PF_MCTP protocol family
[    2.343425] PCI: Using ACPI for IRQ routing
[    2.348114] PCI: pci_cache_line_size set to 64 bytes
[    2.348384] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    2.348390] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.348391] e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
[    2.348393] e820: reserve RAM buffer [mem 0xb6cb8018-0xb7ffffff]
[    2.348395] e820: reserve RAM buffer [mem 0xb6cc6018-0xb7ffffff]
[    2.348396] e820: reserve RAM buffer [mem 0xb6cd5018-0xb7ffffff]
[    2.348398] e820: reserve RAM buffer [mem 0xb9122000-0xbbffffff]
[    2.348399] e820: reserve RAM buffer [mem 0xba908000-0xbbffffff]
[    2.348401] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    2.348402] e820: reserve RAM buffer [mem 0x101e300000-0x101fffffff]
[    2.348729] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    2.348729] pci 0000:08:00.0: vgaarb: bridge control possible
[    2.348729] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.348729] vgaarb: loaded
[    2.348781] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.348781] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.352281] clocksource: Switched to clocksource tsc-early
[    2.363487] Callback from call_rcu_tasks() invoked.
[    2.412084] VFS: Disk quotas dquot_6.6.0
[    2.412122] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.412427] pnp: PnP ACPI init
[    2.412719] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.413665] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.413679] system 00:03: [io  0x040b] has been reserved
[    2.413690] system 00:03: [io  0x04d6] has been reserved
[    2.413700] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.413715] system 00:03: [io  0x0c14] has been reserved
[    2.413725] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    2.413737] system 00:03: [io  0x0c52] has been reserved
[    2.413748] system 00:03: [io  0x0c6c] has been reserved
[    2.413758] system 00:03: [io  0x0c6f] has been reserved
[    2.413769] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    2.413780] system 00:03: [io  0x0800-0x089f] has been reserved
[    2.413791] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    2.413803] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    2.413814] system 00:03: [io  0x0900-0x090f] has been reserved
[    2.413825] system 00:03: [io  0x0910-0x091f] has been reserved
[    2.413838] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.413860] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.413874] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.413888] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.413901] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.413914] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.413928] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    2.413941] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[    2.415810] pnp: PnP ACPI: found 4 devices
[    2.424205] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.424433] NET: Registered PF_INET protocol family
[    2.424727] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.427212] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    2.427518] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.427550] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.427929] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    2.429050] TCP: Hash tables configured (established 524288 bind 65536)
[    2.429664] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.430295] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.430927] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.431667] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.431696] NET: Registered PF_XDP protocol family
[    2.431711] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    2.431732] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    2.431745] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.431759] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.431773] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.431791] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.431803] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.431817] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.431834] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.431844] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    2.431861] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.431874] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.431890] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.431900] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.431912] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.431927] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.431939] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.431955] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.431966] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.431981] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.431992] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.432007] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.432016] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.432028] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.432041] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.432058] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.432069] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.432080] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.432090] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.432101] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.432113] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    2.432124] pci_bus 0000:00: resource 10 [mem 0x1040000000-0xffffffffff window]
[    2.432137] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    2.432147] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[    2.432157] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.432171] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.432181] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.432194] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.432205] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.432218] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    2.432227] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.432239] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.432252] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.432263] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.432273] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    2.432283] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[    2.432294] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.432584] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    2.432825] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    2.432847] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    2.433270] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    2.433468] PCI: CLS 64 bytes, default 64
[    2.433510] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.433707] pci 0000:00:01.0: Adding to iommu group 0
[    2.433734] Trying to unpack rootfs image as initramfs...
[    2.433756] pci 0000:00:01.1: Adding to iommu group 1
[    2.433812] pci 0000:00:02.0: Adding to iommu group 2
[    2.433850] pci 0000:00:02.1: Adding to iommu group 3
[    2.433912] pci 0000:00:02.2: Adding to iommu group 4
[    2.433953] pci 0000:00:02.3: Adding to iommu group 5
[    2.433991] pci 0000:00:02.4: Adding to iommu group 6
[    2.434054] pci 0000:00:08.0: Adding to iommu group 7
[    2.434088] pci 0000:00:08.1: Adding to iommu group 7
[    2.434150] pci 0000:00:14.0: Adding to iommu group 8
[    2.434185] pci 0000:00:14.3: Adding to iommu group 8
[    2.434323] pci 0000:00:18.0: Adding to iommu group 9
[    2.434359] pci 0000:00:18.1: Adding to iommu group 9
[    2.434401] pci 0000:00:18.2: Adding to iommu group 9
[    2.434437] pci 0000:00:18.3: Adding to iommu group 9
[    2.434473] pci 0000:00:18.4: Adding to iommu group 9
[    2.434509] pci 0000:00:18.5: Adding to iommu group 9
[    2.434544] pci 0000:00:18.6: Adding to iommu group 9
[    2.434580] pci 0000:00:18.7: Adding to iommu group 9
[    2.434620] pci 0000:01:00.0: Adding to iommu group 10
[    2.434661] pci 0000:02:00.0: Adding to iommu group 11
[    2.434705] pci 0000:03:00.0: Adding to iommu group 12
[    2.434748] pci 0000:03:00.1: Adding to iommu group 13
[    2.434787] pci 0000:04:00.0: Adding to iommu group 14
[    2.434826] pci 0000:05:00.0: Adding to iommu group 15
[    2.434870] pci 0000:06:00.0: Adding to iommu group 16
[    2.434913] pci 0000:07:00.0: Adding to iommu group 17
[    2.434943] pci 0000:08:00.0: Adding to iommu group 7
[    2.434962] pci 0000:08:00.1: Adding to iommu group 7
[    2.434983] pci 0000:08:00.2: Adding to iommu group 7
[    2.435002] pci 0000:08:00.3: Adding to iommu group 7
[    2.435021] pci 0000:08:00.4: Adding to iommu group 7
[    2.435041] pci 0000:08:00.5: Adding to iommu group 7
[    2.435060] pci 0000:08:00.6: Adding to iommu group 7
[    2.439631] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.439644] pci 0000:00:00.2: PCI INT A: not connected
[    2.439794] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.439804] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    2.439827] AMD-Vi: Interrupt remapping enabled
[    2.439836] AMD-Vi: X2APIC enabled
[    2.529222] AMD-Vi: Virtual APIC enabled
[    2.529433] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.529448] software IO TLB: mapped [mem 0x00000000a3cce000-0x00000000a7cce000] (64MB)
[    2.529528] LVT offset 0 assigned for vector 0x400
[    2.529750] perf: AMD IBS detected (0x000003ff)
[    2.529771] amd_uncore: 4  amd_df counters detected
[    2.529792] amd_uncore: 6  amd_l3 counters detected
[    2.530186] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.535072] Initialise system trusted keyrings
[    2.535131] Key type blacklist registered
[    2.535237] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    2.535293] zbud: loaded
[    2.536270] integrity: Platform Keyring initialized
[    2.536288] integrity: Machine keyring initialized
[    2.538663] NET: Registered PF_ALG protocol family
[    2.538687] xor: automatically using best checksumming function   avx       
[    2.538700] Key type asymmetric registered
[    2.538714] Asymmetric key parser 'x509' registered
[    3.578118] tsc: Refined TSC clocksource calibration: 3293.798 MHz
[    3.578159] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a696fa44, max_idle_ns: 440795303741 ns
[    3.578276] clocksource: Switched to clocksource tsc
[    4.415302] Freeing initrd memory: 204020K
[    4.419645] modprobe (133) used greatest stack depth: 13112 bytes left
[    4.424374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.424534] io scheduler mq-deadline registered
[    4.424547] io scheduler kyber registered
[    4.424585] io scheduler bfq registered
[    4.426325] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.428473] pcieport 0000:00:01.1: PME: Signaling with IRQ 36
[    4.428553] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    4.428953] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[    4.429191] pcieport 0000:00:02.2: PME: Signaling with IRQ 38
[    4.429417] pcieport 0000:00:02.3: PME: Signaling with IRQ 39
[    4.429685] pcieport 0000:00:02.4: PME: Signaling with IRQ 40
[    4.429929] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    4.430687] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.480086] ACPI: AC: AC Adapter [ADP0] (on-line)
[    4.480283] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[    4.480360] ACPI: button: Lid Switch [LID0]
[    4.480453] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.480539] ACPI: button: Power Button [PWRB]
[    4.480633] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.480706] ACPI: button: Sleep Button [SLPB]
[    4.480936] Estimated ratio of average max frequency by base frequency (times 1024): 1270
[    4.481007] Monitor-Mwait will be used to enter C-1 state
[    4.481025] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    4.481410] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    4.481690] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    4.481966] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    4.482251] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    4.482527] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    4.482794] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    4.483063] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    4.483345] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    4.483613] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    4.483881] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    4.484167] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    4.484439] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    4.484708] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    4.484977] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    4.485254] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    4.485962] thermal LNXTHERM:00: registered as thermal_zone0
[    4.485975] ACPI: thermal: Thermal Zone [TZ01] (76 C)
[    4.486554] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.488589] ACPI: battery: Slot [BAT0] (battery present)
[    4.492394] Non-volatile memory driver v1.3
[    4.492414] Linux agpgart interface v0.103
[    4.522956] ACPI: bus type drm_connector registered
[    4.529389] usbcore: registered new interface driver usbserial_generic
[    4.529459] usbserial: USB Serial support registered for generic
[    4.529558] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    4.529571] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.529883] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.529884] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.530294] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 1
[    4.530298] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 2
[    4.530525] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.530524] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.530526] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.530977] mousedev: PS/2 mouse device common for all mice
[    4.531569] rtc_cmos 00:01: RTC can wake from S4
[    4.531669] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.531694] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.531852] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    4.531858] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 4
[    4.531870] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.531884] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.532111] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.532143] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.532158] usb usb1: Product: xHCI Host Controller
[    4.532168] usb usb1: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ xhci-hcd
[    4.532181] rtc_cmos 00:01: registered as rtc0
[    4.532188] usb usb1: SerialNumber: 0000:08:00.3
[    4.532249] rtc_cmos 00:01: setting system clock to 2022-12-26T09:27:33 UTC (1672046853)
[    4.532355] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.532409] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.532433] device-mapper: uevent: version 1.0.3
[    4.532531] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.532728] hub 1-0:1.0: USB hub found
[    4.532784] hub 1-0:1.0: 4 ports detected
[    4.533911] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.533934] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.533954] usb usb2: Product: xHCI Host Controller
[    4.533967] usb usb2: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ xhci-hcd
[    4.533991] usb usb2: SerialNumber: 0000:08:00.4
[    4.533996] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    4.534347] hub 2-0:1.0: USB hub found
[    4.534382] hub 2-0:1.0: 4 ports detected
[    4.535236] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.535304] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.535322] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.535336] usb usb3: Product: xHCI Host Controller
[    4.535346] usb usb3: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ xhci-hcd
[    4.535366] usb usb3: SerialNumber: 0000:08:00.3
[    4.535672] hub 3-0:1.0: USB hub found
[    4.535734] hub 3-0:1.0: 2 ports detected
[    4.536377] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.536428] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.536430] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.536431] usb usb4: Product: xHCI Host Controller
[    4.536432] usb usb4: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ xhci-hcd
[    4.536433] usb usb4: SerialNumber: 0000:08:00.4
[    4.536706] hub 4-0:1.0: USB hub found
[    4.536739] hub 4-0:1.0: 2 ports detected
[    4.556476] Console: switching to colour frame buffer device 320x90
[    4.571060] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.571388] hid: raw HID events driver (C) Jiri Kosina
[    4.571550] usbcore: registered new interface driver usbhid
[    4.571574] usbhid: USB HID core driver
[    4.572169] drop_monitor: Initializing network drop monitor service
[    4.584719] Initializing XFRM netlink socket
[    4.585157] NET: Registered PF_INET6 protocol family
[    4.591000] modprobe (155) used greatest stack depth: 13024 bytes left
[    4.595376] Segment Routing with IPv6
[    4.595398] RPL Segment Routing with IPv6
[    4.595434] In-situ OAM (IOAM) with IPv6
[    4.595483] mip6: Mobile IPv6
[    4.595506] NET: Registered PF_PACKET protocol family
[    4.599050] microcode: CPU1: patch_level=0x0a50000c
[    4.599051] microcode: CPU0: patch_level=0x0a50000c
[    4.599055] microcode: CPU2: patch_level=0x0a50000c
[    4.599057] microcode: CPU3: patch_level=0x0a50000c
[    4.599093] microcode: CPU7: patch_level=0x0a50000c
[    4.599093] microcode: CPU6: patch_level=0x0a50000c
[    4.599108] microcode: CPU9: patch_level=0x0a50000c
[    4.599108] microcode: CPU8: patch_level=0x0a50000c
[    4.599115] microcode: CPU10: patch_level=0x0a50000c
[    4.599116] microcode: CPU11: patch_level=0x0a50000c
[    4.599160] microcode: CPU12: patch_level=0x0a50000c
[    4.599162] microcode: CPU13: patch_level=0x0a50000c
[    4.599179] microcode: CPU5: patch_level=0x0a50000c
[    4.599180] microcode: CPU14: patch_level=0x0a50000c
[    4.599182] microcode: CPU15: patch_level=0x0a50000c
[    4.606600] microcode: CPU4: patch_level=0x0a50000c
[    4.606674] microcode: Microcode Update Driver: v2.2.
[    4.607151] resctrl: L3 allocation detected
[    4.607187] resctrl: MB allocation detected
[    4.607203] resctrl: L3 monitoring detected
[    4.607223] IPI shorthand broadcast: enabled
[    4.607274] AVX2 version of gcm_enc/dec engaged.
[    4.607432] AES CTR mode by8 optimization enabled
[    4.613578] sched_clock: Marking stable (4610288532, 2776385)->(4630412746, -17347829)
[    4.615246] registered taskstats version 1
[    4.615816] Loading compiled-in X.509 certificates
[    4.621320] Loaded X.509 cert 'Build time autogenerated kernel key: fe9ecd01e7f8046a7b889c95614a1b184940d851'
[    4.623610] zswap: loaded using pool lzo/zbud
[    4.633273] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.773694] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    4.779167] page_owner is disabled
[    4.779582] Key type .fscrypt registered
[    4.779608] Key type fscrypt-provisioning registered
[    4.780739] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.780890] Key type big_key registered
[    4.781268] Key type trusted registered
[    4.788778] Key type encrypted registered
[    4.789248] Loading compiled-in module X.509 certificates
[    4.789651] Loaded X.509 cert 'Build time autogenerated kernel key: fe9ecd01e7f8046a7b889c95614a1b184940d851'
[    4.789681] ima: Allocated hash algorithm: sha256
[    4.823272] ima: No architecture policies found
[    4.824215] evm: Initialising EVM extended attributes:
[    4.824238] evm: security.selinux
[    4.824251] evm: security.SMACK64 (disabled)
[    4.824854] evm: security.SMACK64EXEC (disabled)
[    4.825338] evm: security.SMACK64TRANSMUTE (disabled)
[    4.825783] evm: security.SMACK64MMAP (disabled)
[    4.826220] evm: security.apparmor (disabled)
[    4.826644] evm: security.ima
[    4.827059] evm: security.capability
[    4.827481] evm: HMAC attrs: 0x1
[    4.861862] modprobe (184) used greatest stack depth: 13008 bytes left
[    4.881279] modprobe (193) used greatest stack depth: 13000 bytes left
[    4.894086] usb 2-4: new high-speed USB device number 2 using xhci_hcd
[    4.900243] modprobe (204) used greatest stack depth: 12984 bytes left
[    4.923243] alg: No test for 842 (842-scomp)
[    4.924133] alg: No test for 842 (842-generic)
[    4.927973] usb 1-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[    4.928576] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.928948] usb 1-3: Product: N-KEY Device
[    4.929305] usb 1-3: Manufacturer: ASUSTek Computer Inc.
[    4.936386] cryptomgr_test (267) used greatest stack depth: 12888 bytes left
[    4.947997] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input5
[    4.950117] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input6
[    4.988736] PM:   Magic number: 2:870:475
[    4.989776] RAS: Correctable Errors collector initialized.
[    5.003835] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input7
[    5.014802] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input8
[    5.020661] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    5.023356] usb 2-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    5.024190] usb 2-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    5.024569] usb 2-4: Product: Wireless_Device
[    5.024933] usb 2-4: Manufacturer: MediaTek Inc.
[    5.025301] usb 2-4: SerialNumber: 000000000
[    5.163843] Freeing unused decrypted memory: 2036K
[    5.166589] Freeing unused kernel image (initmem) memory: 6300K
[    5.177100] Write protecting the kernel read-only data: 36864k
[    5.178716] Freeing unused kernel image (rodata/data gap) memory: 1752K
[    5.202771] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.203256] rodata_test: all tests were successful
[    5.205148] Run /init as init process
[    5.205703]   with arguments:
[    5.205705]     /init
[    5.205707]   with environment:
[    5.205708]     HOME=/
[    5.205709]     TERM=linux
[    5.205711]     BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+
[    5.229201] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.230163] systemd[1]: Detected architecture x86-64.
[    5.230557] systemd[1]: Running in initrd.
[    5.235489] systemd[1]: Hostname set to <mikhail-laptop>.
[    5.407741] clocksource: timekeeping watchdog on CPU6: Marking clocksource 'tsc' as unstable because the skew is too large:
[    5.408966] clocksource:                       'hpet' wd_nsec: 515939525 wd_now: 305808c wd_last: 294c7d9 mask: ffffffff
[    5.409410] clocksource:                       'tsc' cs_nsec: 517661030 cs_now: 10a2af7c8a cs_last: 103d0e2bdf mask: ffffffffffffffff
[    5.409830] clocksource:                       'tsc' is current clocksource.
[    5.410265] tsc: Marking TSC unstable due to clocksource watchdog
[    5.419809] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    5.420400] sched_clock: Marking unstable (5417032401, 2776368)<-(5437156556, -17347829)
[    5.431028] clocksource: Checking clocksource tsc synchronization from CPU 13 to CPUs 0-1,4,7-9,11,14.
[    5.435026] clocksource: Switched to clocksource hpet
[    5.675190] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.777749] systemd[1]: Queued start job for default target initrd.target.
[    5.780583] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.784960] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.789481] systemd[1]: Reached target slices.target - Slice Units.
[    5.793227] systemd[1]: Reached target swap.target - Swaps.
[    5.797143] systemd[1]: Reached target timers.target - Timer Units.
[    5.801513] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.806366] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.810581] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.815135] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.820009] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.824030] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.828018] systemd[1]: Reached target sockets.target - Socket Units.
[    5.848282] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.851316] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    5.857057] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.861924] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.867303] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    5.871943] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    5.888703] fuse: init (API version 7.38)
[    5.893796] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.911808] audit: type=1130 audit(1672046854.878:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.932992] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.935598] audit: type=1130 audit(1672046854.902:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.955487] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.987572] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    5.990429] audit: type=1130 audit(1672046854.957:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.990708] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.993856] audit: type=1130 audit(1672046854.960:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.013372] audit: type=1130 audit(1672046854.980:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.047817] audit: type=1130 audit(1672046855.014:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.085613] audit: type=1130 audit(1672046855.052:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.105857] audit: type=1130 audit(1672046855.072:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.129867] audit: type=1130 audit(1672046855.096:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.733534] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    6.736815] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input9
[    6.760884] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.764609] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    6.766873] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    6.781173] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:41:cc, XID 541, IRQ 63
[    6.781178] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.794891] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    6.796665] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    6.807840] ccp 0000:08:00.2: tee enabled
[    6.808889] ccp 0000:08:00.2: psp enabled
[    6.812545] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input10
[    6.813000] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input11
[    6.813543] hid-generic 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    6.842157] asus_wmi: ASUS WMI generic driver loaded
[    6.844259] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    6.864500] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    6.864514] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    6.865163] nvme nvme0: pci function 0000:07:00.0
[    6.865163] nvme nvme1: pci function 0000:06:00.0
[    6.866932] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    6.871657] nvme nvme1: missing or invalid SUBNQN field.
[    6.871658] nvme nvme0: missing or invalid SUBNQN field.
[    6.871910] nvme nvme1: Shutdown timeout set to 10 seconds
[    6.872004] nvme nvme0: Shutdown timeout set to 10 seconds
[    6.877002] nvme nvme1: 16/0/0 default/read/poll queues
[    6.877018] nvme nvme0: 16/0/0 default/read/poll queues
[    6.885886]  nvme1n1: p1 p2 p3
[    6.885983]  nvme0n1: p1
[    6.908758] BTRFS: device label fedora_localhost-live devid 2 transid 650935 /dev/nvme0n1p1 scanned by systemd-udevd (477)
[    6.917898] BTRFS: device label fedora_localhost-live devid 1 transid 650935 /dev/nvme1n1p3 scanned by systemd-udevd (460)
[    7.010596] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input12
[    8.637718] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input13
[    8.650553] hid-multitouch 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    8.659669] asus 0003:0B05:1866.0001: Fixing up Asus N-KEY keyb report descriptor
[    8.662261] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[    8.678033] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input14
[    8.697046] [drm] amdgpu kernel modesetting enabled.
[    8.698135] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    8.699118] ATPX version 1, functions 0x00000001
[    8.699261] ATPX Hybrid Graphics
[    8.726518] amdgpu: Virtual CRAT table created for CPU
[    8.726628] amdgpu: Topology: Add CPU node
[    8.730650] Console: switching to colour dummy device 80x25
[    8.732399] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    8.757563] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    8.757682] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[    8.757903] [drm] register mmio base: 0xFCA00000
[    8.757913] [drm] register mmio size: 1048576
[    8.758058] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.758084] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.758100] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.758111] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.760702] [drm] add ip block number 0 <nv_common>
[    8.760712] [drm] add ip block number 1 <gmc_v10_0>
[    8.760722] [drm] add ip block number 2 <navi10_ih>
[    8.760731] [drm] add ip block number 3 <psp>
[    8.760740] [drm] add ip block number 4 <smu>
[    8.760750] [drm] add ip block number 5 <dm>
[    8.760758] [drm] add ip block number 6 <gfx_v10_0>
[    8.760767] [drm] add ip block number 7 <sdma_v5_2>
[    8.760776] [drm] add ip block number 8 <vcn_v3_0>
[    8.760785] [drm] add ip block number 9 <jpeg_v3_0>
[    8.763973] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    8.763988] amdgpu: ATOM BIOS: SWBRT77321.001
[    8.764006] [drm] VCN(0) decode is enabled in VM mode
[    8.764016] [drm] VCN(0) encode is enabled in VM mode
[    8.764027] [drm] JPEG decode is enabled in VM mode
[    8.764037] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    8.764089] [drm] GPU posting now...
[    8.764229] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.764250] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    8.764268] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    8.764283] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    8.764308] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    8.764317] [drm] RAM width 192bits GDDR6
[    8.764788] [drm] amdgpu: 12272M of VRAM memory ready
[    8.764800] [drm] amdgpu: 31785M of GTT memory ready.
[    8.764961] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    8.765237] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[    8.775667] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    8.775684] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[   10.779171] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[   10.785270] [drm] Loading DMUB firmware via PSP: version=0x02020017
[   10.812844] [drm] use_doorbell being set to: [true]
[   10.812886] [drm] use_doorbell being set to: [true]
[   10.832684] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[   10.832717] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[   10.896000] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   10.997773] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   11.011594] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.011662] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   11.011687] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   11.011731] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   11.066390] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[   11.066426] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[   11.066441] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 452, name: systemd-udevd
[   11.066456] preempt_count: 1, expected: 0
[   11.066464] RCU nest depth: 0, expected: 0
[   11.066473] 1 lock held by systemd-udevd/452:
[   11.066481]  #0: ffff89c5132fe1c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0
[   11.066504] Preemption disabled at:
[   11.066505] [<ffffffffc0d0dce9>] dc_fpu_begin+0x19/0x90 [amdgpu]
[   11.066844] CPU: 10 PID: 452 Comm: systemd-udevd Tainted: G             L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[   11.066866] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.066883] Call Trace:
[   11.066889]  <TASK>
[   11.066894]  dump_stack_lvl+0x5b/0x77
[   11.066905]  __might_resched.cold+0xff/0x13b
[   11.066918]  __kmem_cache_alloc_node+0x25b/0x3c0
[   11.066929]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.067069]  kmalloc_trace+0x26/0x60
[   11.067069]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.067069]  dcn30_create_resource_pool+0x321/0x12b0 [amdgpu]
[   11.067069]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[   11.067069]  dc_create+0x1fe/0x5d0 [amdgpu]
[   11.067069]  amdgpu_dm_init.isra.0+0x286/0x380 [amdgpu]
[   11.067069]  ? __wake_up_klogd.part.0+0x56/0x80
[   11.067069]  ? vprintk_emit+0x120/0x360
[   11.067069]  ? dev_vprintk_emit+0x173/0x19b
[   11.067069]  dm_hw_init+0xe/0x20 [amdgpu]
[   11.067069]  amdgpu_device_init.cold+0x1b03/0x201d [amdgpu]
[   11.067069]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.067069]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.067069]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.067069]  local_pci_probe+0x41/0x80
[   11.067069]  pci_device_probe+0xb3/0x220
[   11.067069]  really_probe+0xde/0x380
[   11.067069]  ? pm_runtime_barrier+0x50/0x90
[   11.067069]  __driver_probe_device+0x78/0x170
[   11.067069]  driver_probe_device+0x1f/0x90
[   11.067069]  __driver_attach+0xd2/0x1c0
[   11.067069]  ? __pfx___driver_attach+0x10/0x10
[   11.067069]  bus_for_each_dev+0x76/0xa0
[   11.067069]  bus_add_driver+0x1b1/0x200
[   11.067069]  driver_register+0x89/0xe0
[   11.067069]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.067069]  do_one_initcall+0x6e/0x330
[   11.067069]  do_init_module+0x4a/0x200
[   11.067069]  __do_sys_finit_module+0x93/0xf0
[   11.067069]  do_syscall_64+0x5b/0x80
[   11.067069]  ? lock_is_held_type+0xe8/0x140
[   11.067069]  ? do_syscall_64+0x67/0x80
[   11.067069]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.067069]  ? do_syscall_64+0x67/0x80
[   11.067069]  ? do_syscall_64+0x67/0x80
[   11.067069]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.067069]  ? do_syscall_64+0x67/0x80
[   11.067069]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.067069]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.067069] RIP: 0033:0x7fdb758461cd
[   11.067069] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.067069] RSP: 002b:00007ffdea5d7158 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.067069] RAX: ffffffffffffffda RBX: 0000563c422e07f0 RCX: 00007fdb758461cd
[   11.067069] RDX: 0000000000000000 RSI: 0000563c42304120 RDI: 0000000000000011
[   11.067069] RBP: 0000563c42304120 R08: 0000000000000000 R09: 00007ffdea5d7280
[   11.067069] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000020000
[   11.067069] R13: 0000563c423027c0 R14: 0000000000000000 R15: 0000563c42306e00
[   11.067069]  </TASK>
[   11.070155] [drm] Display Core initialized with v3.2.215!
[   11.071490] [drm] DMUB hardware initialized: version=0x02020017
[   11.094368] [drm] kiq ring mec 2 pipe 1 q 0
[   11.099288] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   11.099689] [drm] JPEG decode initialized successfully.
[   11.102704] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   11.102987] amdgpu: sdma_bitmap: ffff
[   11.143808] memmap_init_zone_device initialised 3145728 pages in 17ms
[   11.143831] amdgpu: HMM registered 12272MB device memory
[   11.144157] amdgpu: SRAT table not found
[   11.144183] amdgpu: Virtual CRAT table created for GPU
[   11.144912] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[   11.144936] kfd kfd: amdgpu: added device 1002:73df
[   11.144969] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[   11.145439] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.145454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.145468] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.145482] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.145495] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.145508] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.145522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.145535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.145549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.145563] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   11.145576] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.145590] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   11.145603] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   11.145617] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   11.145631] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   11.145645] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   11.146496] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[   11.165305] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
[   11.171402] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   11.171539] [drm] DSC precompute is not needed.
[   11.172568] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[   11.172627] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[   11.172715] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[   11.172941] [drm] register mmio base: 0xFC900000
[   11.172951] [drm] register mmio size: 524288
[   11.173137] amdgpu 0000:08:00.0: amdgpu: lockup timeout disabled
[   11.175475] [drm] add ip block number 0 <soc15_common>
[   11.175486] [drm] add ip block number 1 <gmc_v9_0>
[   11.175501] [drm] add ip block number 2 <vega10_ih>
[   11.175510] [drm] add ip block number 3 <psp>
[   11.175519] [drm] add ip block number 4 <smu>
[   11.175527] [drm] add ip block number 5 <dm>
[   11.175535] [drm] add ip block number 6 <gfx_v9_0>
[   11.175544] [drm] add ip block number 7 <sdma_v4_0>
[   11.175554] [drm] add ip block number 8 <vcn_v2_0>
[   11.175563] [drm] add ip block number 9 <jpeg_v2_0>
[   11.175582] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[   11.175595] amdgpu: ATOM BIOS: 113-CEZANNE-018
[   11.179469] [drm] VCN decode is enabled in VM mode
[   11.179480] [drm] VCN encode is enabled in VM mode
[   11.179489] [drm] JPEG decode is enabled in VM mode
[   11.179499] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[   11.179514] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[   11.179534] amdgpu 0000:08:00.0: amdgpu: MODE2 reset
[   11.180418] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   11.180440] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   11.180457] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   11.180472] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   11.180493] [drm] Detected VRAM RAM=512M, BAR=512M
[   11.180503] [drm] RAM width 128bits DDR4
[   11.180616] [drm] amdgpu: 512M of VRAM memory ready
[   11.180626] [drm] amdgpu: 31785M of GTT memory ready.
[   11.180663] ------------[ cut here ]------------
[   11.180672] DMA-API: amdgpu 0000:08:00.0: cacheline tracking EEXIST, overlapping mappings aren't supported
[   11.180691] WARNING: CPU: 11 PID: 452 at kernel/dma/debug.c:568 add_dma_entry+0x1ed/0x270
[   11.180709] Modules linked in: amdgpu(+) drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni iommu_v2 nvme hid_asus polyval_generic drm_buddy hid_multitouch asus_wmi gpu_sched ledtrig_audio nvme_core sparse_keymap drm_display_helper platform_profile rfkill ucsi_acpi ghash_clmulni_intel sha512_ssse3 serio_raw typec_ucsi ccp r8169 sp5100_tco cec nvme_common typec i2c_hid_acpi video i2c_hid wmi ip6_tables ip_tables fuse
[   11.180806] CPU: 11 PID: 452 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[   11.180828] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.180845] RIP: 0010:add_dma_entry+0x1ed/0x270
[   11.180855] Code: ff 0f 84 97 00 00 00 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 c5 b6 92 00 48 89 c6 48 89 da 48 c7 c7 60 f7 ab 85 e8 0c 0a e3 00 <0f> 0b 48 85 ed 0f 85 dd c6 e3 00 8b 05 92 92 60 02 85 c0 0f 85 ca
[   11.180885] RSP: 0018:ffffa75b01a7f9a8 EFLAGS: 00010286
[   11.180896] RAX: 000000000000005e RBX: ffff89c512f00e80 RCX: 0000000000000000
[   11.180908] RDX: 0000000000000001 RSI: ffffffff85b28f7e RDI: 00000000ffffffff
[   11.180920] RBP: ffff89c501595300 R08: 0000000000000000 R09: ffffa75b01a7f850
[   11.180933] R10: 0000000000000003 R11: ffff89d41d2fffe8 R12: 0000000000000000
[   11.180945] R13: 0000000000000001 R14: 0000000000000202 R15: 0000000000280040
[   11.180957] FS:  00007fdb74df6b40(0000) GS:ffff89d3d8e00000(0000) knlGS:0000000000000000
[   11.180972] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.180982] CR2: 0000563c4234abec CR3: 00000001bedda000 CR4: 0000000000750ee0
[   11.180995] PKRU: 55555554
[   11.181001] Call Trace:
[   11.181007]  <TASK>
[   11.181015]  dma_map_page_attrs+0x82/0x2d0
[   11.181029]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.181363]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.181610]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.181856]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.181873]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.182089]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.182285]  local_pci_probe+0x41/0x80
[   11.182298]  pci_device_probe+0xb3/0x220
[   11.182309]  really_probe+0xde/0x380
[   11.182318]  ? pm_runtime_barrier+0x50/0x90
[   11.182329]  __driver_probe_device+0x78/0x170
[   11.182339]  driver_probe_device+0x1f/0x90
[   11.182349]  __driver_attach+0xd2/0x1c0
[   11.182358]  ? __pfx___driver_attach+0x10/0x10
[   11.182367]  bus_for_each_dev+0x76/0xa0
[   11.182377]  bus_add_driver+0x1b1/0x200
[   11.182388]  driver_register+0x89/0xe0
[   11.182396]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.182579]  do_one_initcall+0x6e/0x330
[   11.182594]  do_init_module+0x4a/0x200
[   11.182604]  __do_sys_finit_module+0x93/0xf0
[   11.182622]  do_syscall_64+0x5b/0x80
[   11.182632]  ? lock_is_held_type+0xe8/0x140
[   11.182644]  ? do_syscall_64+0x67/0x80
[   11.182653]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.182663]  ? do_syscall_64+0x67/0x80
[   11.182672]  ? do_syscall_64+0x67/0x80
[   11.182681]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.182691]  ? do_syscall_64+0x67/0x80
[   11.182700]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.182710]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.182721] RIP: 0033:0x7fdb758461cd
[   11.182734] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.182764] RSP: 002b:00007ffdea5d7158 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.182778] RAX: ffffffffffffffda RBX: 0000563c422e07f0 RCX: 00007fdb758461cd
[   11.182791] RDX: 0000000000000000 RSI: 0000563c42304120 RDI: 0000000000000011
[   11.182803] RBP: 0000563c42304120 R08: 0000000000000000 R09: 00007ffdea5d7280
[   11.182815] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000020000
[   11.182828] R13: 0000563c423027c0 R14: 0000000000000000 R15: 0000563c42306e00
[   11.182847]  </TASK>
[   11.182852] irq event stamp: 847571
[   11.182859] hardirqs last  enabled at (847579): [<ffffffff841a956e>] __up_console_sem+0x5e/0x70
[   11.182876] hardirqs last disabled at (847586): [<ffffffff841a9553>] __up_console_sem+0x43/0x70
[   11.182892] softirqs last  enabled at (846540): [<ffffffff84110ecd>] __irq_exit_rcu+0xed/0x160
[   11.182909] softirqs last disabled at (846533): [<ffffffff84110ecd>] __irq_exit_rcu+0xed/0x160
[   11.182925] ---[ end trace 0000000000000000 ]---
[   11.182934] DMA-API: Mapped at:
[   11.182940]  debug_dma_map_page+0x66/0x100
[   11.182950]  dma_map_page_attrs+0x82/0x2d0
[   11.182960]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.183180]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.183393]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.183617] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   11.183835] [drm] PCIE GART of 1024M enabled.
[   11.183845] [drm] PTB located at 0x000000F41FC00000
[   11.192478] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.192493] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.198671] [drm] Loading DMUB firmware via PSP: version=0x01010024
[   11.232754] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[   11.232788] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[   11.964870] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   12.047633] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   12.056320] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   12.056349] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   12.060045] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[   12.060984] [drm] Display Core initialized with v3.2.215!
[   12.061543] [drm] DMUB hardware initialized: version=0x01010024
[   12.250478] [drm] kiq ring mec 2 pipe 1 q 0
[   12.254340] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   12.254376] [drm] JPEG decode initialized successfully.
[   12.257408] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   12.257544] amdgpu: sdma_bitmap: 3
[   12.264529] memmap_init_zone_device initialised 131072 pages in 1ms
[   12.264543] amdgpu: HMM registered 512MB device memory
[   12.264600] amdgpu: SRAT table not found
[   12.264609] amdgpu: Virtual CRAT table created for GPU
[   12.265523] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[   12.265536] kfd kfd: amdgpu: added device 1002:1638
[   12.265616] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[   12.265844] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   12.265858] amdgpu 0000:08:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[   12.265871] amdgpu 0000:08:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[   12.265884] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[   12.265897] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[   12.265910] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[   12.265923] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[   12.265936] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[   12.265949] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[   12.265963] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[   12.265976] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[   12.265989] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[   12.266002] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   12.266015] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   12.266027] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   12.266040] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   12.266053] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   12.268597] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 1
[   12.770922] [drm] Fence fallback timer expired on ring gfx
[   12.783153] fbcon: amdgpudrmfb (fb0) is primary device
[   13.439407] Console: switching to colour frame buffer device 320x90
[   13.448368] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   13.466326] setfont (602) used greatest stack depth: 11352 bytes left
[   13.593879] kauditd_printk_skb: 7 callbacks suppressed
[   13.593883] audit: type=1130 audit(1672046862.560:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.643628] audit: type=1130 audit(1672046862.610:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.669205] BTRFS info (device nvme1n1p3): using crc32c (crc32c-intel) checksum algorithm
[   13.669356] BTRFS info (device nvme1n1p3): using free space tree
[   14.259997] BTRFS info (device nvme1n1p3): enabling ssd optimizations
[   14.260029] BTRFS info (device nvme1n1p3): auto enabling async discard
[   14.311979] audit: type=1130 audit(1672046863.278:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.312015] audit: type=1131 audit(1672046863.278:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.422128] audit: type=1130 audit(1672046863.388:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.468864] audit: type=1131 audit(1672046863.435:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.478660] audit: type=1131 audit(1672046863.445:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.502582] audit: type=1131 audit(1672046863.469:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.519814] audit: type=1131 audit(1672046863.486:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.531409] audit: type=1131 audit(1672046863.498:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.552055] systemd-udevd (452) used greatest stack depth: 10472 bytes left
[   14.838662] systemd-journald[325]: Received SIGTERM from PID 1 (systemd).
[   15.257796] SELinux:  policy capability network_peer_controls=1
[   15.258786] SELinux:  policy capability open_perms=1
[   15.259448] SELinux:  policy capability extended_socket_class=1
[   15.260082] SELinux:  policy capability always_check_network=0
[   15.260693] SELinux:  policy capability cgroup_seclabel=1
[   15.261293] SELinux:  policy capability nnp_nosuid_transition=1
[   15.261869] SELinux:  policy capability genfs_seclabel_symlinks=1
[   15.262457] SELinux:  policy capability ioctl_skip_cloexec=0
[   15.363130] systemd[1]: Successfully loaded SELinux policy in 212.861ms.
[   15.423447] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 33.223ms.
[   15.429203] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.431455] systemd[1]: Detected architecture x86-64.
[   15.782255] systemd[1]: bpf-lsm: LSM BPF program attached
[   15.946390] systemd-sysv-generator[693]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.948344] systemd-sysv-generator[693]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.975950] zram: Added device: zram0
[   16.156395] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.167261] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   16.169609] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   16.170936] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   16.173792] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   16.177030] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   16.179717] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   16.182404] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   16.184973] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   16.189607] systemd[1]: Created slice user.slice - User and Session Slice.
[   16.194364] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   16.194727] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   16.200656] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   16.202512] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   16.203506] systemd[1]: Reached target getty.target - Login Prompts.
[   16.205985] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   16.208853] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   16.212884] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   16.217056] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   16.219688] systemd[1]: Reached target slices.target - Slice Units.
[   16.224501] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   16.231652] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   16.244518] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   16.252407] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   16.257009] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   16.265754] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   16.271028] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   16.274331] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   16.297383] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   16.302404] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   16.308133] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   16.313202] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   16.314530] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   16.317794] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   16.321833] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   16.326569] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   16.330991] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   16.335930] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   16.337604] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   16.350224] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   16.351538] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   16.371235] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   16.372648] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   16.394678] systemd[1]: Starting systemd-journald.service - Journal Service...
[   16.400273] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   16.405159] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   16.409678] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   16.410916] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   16.414177] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   16.420496] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   16.422631] systemd[1]: Started systemd-journald.service - Journal Service.
[   16.427153] BTRFS info (device nvme1n1p3: state M): use zstd compression, level 1
[   16.665104] systemd-journald[707]: Received client request to flush runtime journal.
[   17.023569] zram0: detected capacity change from 0 to 16777216
[   17.120413] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   17.239581] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   17.249779] Adding 104857596k swap on /dev/nvme1n1p2.  Priority:-2 extents:1 across:104857596k SSFS
[   17.267963] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   17.268959] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   17.276532] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   17.281903] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   17.282832] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[   17.306702] asus_wmi: Initialization: 0x1
[   17.308611] asus_wmi: SFUN value: 0x1821
[   17.309962] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   17.310882] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   17.326386] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[   17.334873] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   17.353678] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   17.354784] RAPL PMU: hw unit of domain package 2^-16 Joules
[   17.365241] ACPI: battery: new extension: ASUS Battery Extension
[   17.387173] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.394026] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.632797] Bluetooth: Core ver 2.22
[   17.634517] NET: Registered PF_BLUETOOTH protocol family
[   17.635530] Bluetooth: HCI device and connection manager initialized
[   17.636383] Bluetooth: HCI socket layer initialized
[   17.637099] Bluetooth: L2CAP socket layer initialized
[   17.637884] Bluetooth: SCO socket layer initialized
[   17.747230] SVM: TSC scaling supported
[   17.748279] kvm: Nested Virtualization enabled
[   17.749083] SVM: kvm: Nested Paging enabled
[   17.750122] SVM: Virtual VMLOAD VMSAVE supported
[   17.751280] SVM: Virtual GIF supported
[   17.752474] SVM: LBR virtualization supported
[   17.757497] usbcore: registered new interface driver btusb
[   17.817004] MCE: In-kernel MCE decoding enabled.
[   17.923104] Bluetooth: hci0: Device setup in 161331 usecs
[   17.924257] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   17.927333] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[   17.932232] intel_rapl_common: Found RAPL domain package
[   17.933340] intel_rapl_common: Found RAPL domain core
[   17.973129] mt7921e 0000:05:00.0: ASIC revision: 79610010
[   18.059202] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221109110918a

[   18.092043] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20221109111005
[   18.375743] RPC: Registered named UNIX socket transport module.
[   18.377005] RPC: Registered udp transport module.
[   18.377952] RPC: Registered tcp transport module.
[   18.378902] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.426515] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   18.426545] [drm] PSP is resuming...
[   18.502666] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   18.604499] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   18.620297] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   18.620992] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   18.620998] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   18.622196] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   18.622250] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   18.676854] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   18.680141] [drm] DMUB hardware initialized: version=0x02020017
[   18.719804] [drm] kiq ring mec 2 pipe 1 q 0
[   18.726385] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   18.727667] [drm] JPEG decode initialized successfully.
[   18.728513] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   18.729290] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   18.730048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   18.730795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   18.731539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   18.732259] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   18.732936] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   18.733634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   18.734332] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   18.735010] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   18.735708] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   18.736405] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   18.737083] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   18.737747] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   18.738434] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   18.739116] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   18.745425] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   18.759992] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   18.761303] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   18.762008] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   18.763562] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[   18.764000] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   18.781897] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.786542] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.793620] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input18
[   18.796479] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input19
[   18.798531] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input20
[   18.799213] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   18.799216] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.799218] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.799219] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   18.799220] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   18.799222] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   18.799223] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   18.805719] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input21
[   18.806154] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input22
[   18.806744] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input23
[   18.813835] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input24
[   18.816247] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input25
[   18.818835] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input26
[   18.821776] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input27
[   18.823762] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input28
[   18.825806] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input29
[   18.863614] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.864258] Bluetooth: BNEP filters: protocol multicast
[   18.865216] Bluetooth: BNEP socket layer initialized
[   18.870394] Bluetooth: MGMT ver 1.22
[   18.965853] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[   19.003490] NET: Registered PF_QIPCRTR protocol family
[   19.257831] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input30
[   19.260177] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input31
[   19.347183] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   19.497025] r8169 0000:04:00.0 enp4s0: Link is Down
[   21.746898] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.941787] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   22.000957] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   22.010782] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   22.017612] wlp5s0: authenticated
[   22.022511] wlp5s0: associate with 24:cf:24:c2:72:d0 (try 1/3)
[   22.043651] wlp5s0: RX AssocResp from 24:cf:24:c2:72:d0 (capab=0x511 status=0 aid=1)
[   22.080312] wlp5s0: associated
[   22.083446] wlp5s0: Limiting TX power to 28 (31 - 3) dBm as advertised by 24:cf:24:c2:72:d0
[   23.184687] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   27.203025] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   27.203163] [drm] PSP is resuming...
[   27.279211] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   27.380997] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   27.394748] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   27.394758] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   27.394763] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   27.394766] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   27.394826] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   27.448625] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   27.450077] [drm] DMUB hardware initialized: version=0x02020017
[   27.488123] [drm] kiq ring mec 2 pipe 1 q 0
[   27.493492] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   27.493654] [drm] JPEG decode initialized successfully.
[   27.493677] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   27.493680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   27.493682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   27.493684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   27.493686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   27.493688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   27.493690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   27.493691] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   27.493693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   27.493695] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   27.493697] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   27.493699] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   27.493701] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   27.493703] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   27.493705] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   27.493707] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   27.498819] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   29.196636] rfkill: input handler disabled
[   29.733010] Bluetooth: RFCOMM TTY layer initialized
[   29.733010] Bluetooth: RFCOMM socket layer initialized
[   29.733010] Bluetooth: RFCOMM ver 1.11
[  104.760957] rfkill: input handler enabled
[  105.963698] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  105.963730] [drm] PSP is resuming...
[  106.039774] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  106.140436] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  106.154210] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  106.154215] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  106.154220] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  106.154224] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  106.154305] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  106.208222] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  106.209491] [drm] DMUB hardware initialized: version=0x02020017
[  106.247355] [drm] kiq ring mec 2 pipe 1 q 0
[  106.253111] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  106.253268] [drm] JPEG decode initialized successfully.
[  106.253291] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  106.253294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  106.253296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  106.253298] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  106.253300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  106.253302] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  106.253304] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  106.253305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  106.253307] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  106.253309] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  106.253311] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  106.253313] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  106.253315] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  106.253317] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  106.253319] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  106.253321] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  106.258111] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  108.173033] rfkill: input handler disabled
[  132.563058] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  132.563125] [drm] PSP is resuming...
[  132.639104] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  132.739438] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  132.753212] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  132.753216] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  132.753222] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  132.753225] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  132.753277] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  132.807555] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  132.808918] [drm] DMUB hardware initialized: version=0x02020017
[  132.848238] [drm] kiq ring mec 2 pipe 1 q 0
[  132.852900] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  132.853144] [drm] JPEG decode initialized successfully.
[  132.853166] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  132.853169] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  132.853171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  132.853173] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  132.853175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  132.853177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  132.853179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  132.853181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  132.853183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  132.853185] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  132.853187] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  132.853189] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  132.853191] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  132.853193] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  132.853195] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  132.853197] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  132.856740] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  179.771916] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  179.772008] [drm] PSP is resuming...
[  179.847985] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  179.948439] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  179.963151] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  179.963162] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  179.963169] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  179.963172] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  179.963222] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  180.018008] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  180.019524] [drm] DMUB hardware initialized: version=0x02020017
[  180.058911] [drm] kiq ring mec 2 pipe 1 q 0
[  180.066095] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  180.066259] [drm] JPEG decode initialized successfully.
[  180.066283] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  180.066287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  180.066289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  180.066291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  180.066293] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  180.066296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  180.066298] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  180.066300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  180.066302] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  180.066304] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  180.066306] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  180.066308] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  180.066310] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  180.066313] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  180.066315] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  180.066317] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  180.071193] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  180.824679] show_signal_msg: 120 callbacks suppressed
[  180.824681] gldriverquery[5197]: segfault at 20 ip 00007f4a295c0800 sp 00007fff30337fb0 error 4 in libLLVM-15.so[7f4a2923e000+33d4000] likely on CPU 6 (core 3, socket 0)
[  180.824753] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[  219.714474] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  219.714507] [drm] PSP is resuming...
[  219.790429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  219.890986] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  219.904804] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  219.904812] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  219.904818] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  219.904822] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  219.904875] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  219.958811] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  219.960186] [drm] DMUB hardware initialized: version=0x02020017
[  219.998431] [drm] kiq ring mec 2 pipe 1 q 0
[  220.003366] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  220.003524] [drm] JPEG decode initialized successfully.
[  220.003549] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  220.003552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  220.003554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  220.003556] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  220.003558] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  220.003560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  220.003562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  220.003564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  220.003566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  220.003568] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  220.003570] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  220.003572] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  220.003574] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  220.003576] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  220.003578] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  220.003580] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  220.007191] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  249.811590] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  249.811645] [drm] PSP is resuming...
[  249.887655] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  249.988208] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  250.002125] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  250.002135] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  250.002142] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  250.002146] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  250.002201] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  250.056813] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  250.058487] [drm] DMUB hardware initialized: version=0x02020017
[  250.096983] [drm] kiq ring mec 2 pipe 1 q 0
[  250.101886] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  250.102050] [drm] JPEG decode initialized successfully.
[  250.102088] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  250.102091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  250.102093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  250.102095] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  250.102097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  250.102099] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  250.102103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  250.102106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  250.102109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  250.102113] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  250.102117] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  250.102121] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  250.102124] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  250.102128] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  250.102132] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  250.102136] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  250.106844] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  279.827432] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  279.827461] [drm] PSP is resuming...
[  279.903429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  280.005204] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  280.019435] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  280.019447] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  280.019455] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  280.019459] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  280.019520] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  280.073956] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  280.075360] [drm] DMUB hardware initialized: version=0x02020017
[  280.113563] [drm] kiq ring mec 2 pipe 1 q 0
[  280.118307] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  280.118507] [drm] JPEG decode initialized successfully.
[  280.118530] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  280.118534] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  280.118536] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  280.118538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  280.118541] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  280.118543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  280.118545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  280.118547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  280.118549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  280.118551] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  280.118553] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  280.118556] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  280.118558] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  280.118560] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  280.118562] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  280.118564] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  280.123210] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  309.787558] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  309.787605] [drm] PSP is resuming...
[  309.863664] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  309.964209] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  309.978021] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  309.978031] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  309.978038] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  309.978042] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  309.978110] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  310.032112] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  310.033390] [drm] DMUB hardware initialized: version=0x02020017
[  310.071623] [drm] kiq ring mec 2 pipe 1 q 0
[  310.076391] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  310.076809] [drm] JPEG decode initialized successfully.
[  310.076833] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  310.076836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  310.076839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  310.076841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  310.076844] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  310.076846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  310.076848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  310.076850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  310.076852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  310.076855] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  310.076857] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  310.076859] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  310.076861] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  310.076863] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  310.076865] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  310.076867] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  310.080315] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  339.818480] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  339.818513] [drm] PSP is resuming...
[  339.894434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  339.995033] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  340.008822] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  340.008836] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  340.008845] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  340.008851] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  340.008938] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  340.062796] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  340.064074] [drm] DMUB hardware initialized: version=0x02020017
[  340.102042] [drm] kiq ring mec 2 pipe 1 q 0
[  340.107647] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  340.107810] [drm] JPEG decode initialized successfully.
[  340.107834] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  340.107837] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  340.107839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  340.107841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  340.107843] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  340.107845] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  340.107847] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  340.107849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  340.107851] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  340.107853] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  340.107856] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  340.107858] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  340.107860] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  340.107862] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  340.107864] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  340.107866] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  340.112011] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  369.819219] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  369.819266] [drm] PSP is resuming...
[  369.895098] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  369.995544] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  370.009324] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  370.009331] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  370.009338] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  370.009342] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  370.009395] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  370.063581] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  370.064956] [drm] DMUB hardware initialized: version=0x02020017
[  370.103983] [drm] kiq ring mec 2 pipe 1 q 0
[  370.109032] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  370.109276] [drm] JPEG decode initialized successfully.
[  370.109301] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  370.109304] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  370.109307] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  370.109309] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  370.109311] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  370.109312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  370.109314] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  370.109316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  370.109318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  370.109320] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  370.109322] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  370.109324] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  370.109326] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  370.109328] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  370.109330] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  370.109332] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  370.112760] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  399.842519] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  399.842555] [drm] PSP is resuming...
[  399.918548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  400.018985] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  400.032788] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  400.032796] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  400.032803] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  400.032807] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  400.032860] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  400.086930] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  400.088360] [drm] DMUB hardware initialized: version=0x02020017
[  400.127053] [drm] kiq ring mec 2 pipe 1 q 0
[  400.132427] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  400.132638] [drm] JPEG decode initialized successfully.
[  400.132662] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  400.132665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  400.132667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  400.132670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  400.132672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  400.132674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  400.132676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  400.132678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  400.132680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  400.132682] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  400.132684] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  400.132686] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  400.132688] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  400.132690] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  400.132692] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  400.132694] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  400.137192] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  407.234530] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  407.234563] [drm] PSP is resuming...
[  407.310438] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  407.411210] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  407.424910] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  407.424917] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  407.424925] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  407.424928] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  407.424981] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  407.478937] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  407.480329] [drm] DMUB hardware initialized: version=0x02020017
[  407.518810] [drm] kiq ring mec 2 pipe 1 q 0
[  407.523883] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  407.524047] [drm] JPEG decode initialized successfully.
[  407.524086] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  407.524090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  407.524092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  407.524094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  407.524096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  407.524098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  407.524100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  407.524102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  407.524104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  407.524106] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  407.524108] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  407.524110] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  407.524112] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  407.524114] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  407.524116] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  407.524118] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  407.528140] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  429.898801] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  429.898885] [drm] PSP is resuming...
[  429.974769] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  430.077213] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  430.091020] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  430.091029] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  430.091036] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  430.091040] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  430.091107] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  430.145978] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  430.147383] [drm] DMUB hardware initialized: version=0x02020017
[  430.185528] [drm] kiq ring mec 2 pipe 1 q 0
[  430.190673] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  430.190869] [drm] JPEG decode initialized successfully.
[  430.190894] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  430.190897] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  430.190899] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  430.190902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  430.190903] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  430.190905] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  430.190907] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  430.190909] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  430.190911] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  430.190913] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  430.190916] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  430.190918] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  430.190920] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  430.190922] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  430.190924] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  430.190926] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  430.194480] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  459.898437] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  459.898468] [drm] PSP is resuming...
[  459.974436] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  460.076208] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  460.090028] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  460.090036] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  460.090044] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  460.090047] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  460.090117] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  460.144575] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  460.145954] [drm] DMUB hardware initialized: version=0x02020017
[  460.184794] [drm] kiq ring mec 2 pipe 1 q 0
[  460.189788] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  460.189948] [drm] JPEG decode initialized successfully.
[  460.189971] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  460.189974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  460.189976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  460.189979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  460.189981] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  460.189983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  460.189985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  460.189987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  460.189989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  460.189991] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  460.189993] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  460.189995] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  460.189997] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  460.189999] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  460.190001] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  460.190003] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  460.194082] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  489.954529] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  489.954562] [drm] PSP is resuming...
[  490.030650] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  490.130987] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  490.144813] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  490.144823] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  490.144830] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  490.144834] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  490.144887] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  490.199112] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  490.200496] [drm] DMUB hardware initialized: version=0x02020017
[  490.239149] [drm] kiq ring mec 2 pipe 1 q 0
[  490.244468] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  490.244671] [drm] JPEG decode initialized successfully.
[  490.244695] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  490.244699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  490.244701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  490.244703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  490.244706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  490.244708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  490.244710] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  490.244712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  490.244714] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  490.244716] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  490.244719] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  490.244721] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  490.244723] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  490.244725] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  490.244727] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  490.244729] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  490.249449] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  519.978518] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  519.978554] [drm] PSP is resuming...
[  520.054663] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  520.155318] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  520.169095] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  520.169101] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  520.169108] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  520.169112] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  520.169184] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  520.223791] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  520.225165] [drm] DMUB hardware initialized: version=0x02020017
[  520.264097] [drm] kiq ring mec 2 pipe 1 q 0
[  520.269163] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  520.269624] [drm] JPEG decode initialized successfully.
[  520.269650] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  520.269654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  520.269656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  520.269658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  520.269660] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  520.269662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  520.269664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  520.269666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  520.269669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  520.269671] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  520.269673] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  520.269675] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  520.269677] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  520.269680] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  520.269682] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  520.269684] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  520.279203] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  550.050460] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  550.050493] [drm] PSP is resuming...
[  550.126453] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  550.226771] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  550.240571] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  550.240581] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  550.240588] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  550.240591] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  550.240645] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  550.294975] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  550.296379] [drm] DMUB hardware initialized: version=0x02020017
[  550.335099] [drm] kiq ring mec 2 pipe 1 q 0
[  550.340812] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  550.340977] [drm] JPEG decode initialized successfully.
[  550.341000] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  550.341004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  550.341006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  550.341008] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  550.341010] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  550.341012] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  550.341014] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  550.341016] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  550.341018] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  550.341020] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  550.341022] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  550.341024] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  550.341026] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  550.341028] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  550.341030] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  550.341032] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  550.345201] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  580.098450] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  580.098482] [drm] PSP is resuming...
[  580.174440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  580.274771] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  580.288569] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  580.288577] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  580.288583] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  580.288587] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  580.288641] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  580.343124] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  580.344498] [drm] DMUB hardware initialized: version=0x02020017
[  580.382866] [drm] kiq ring mec 2 pipe 1 q 0
[  580.388797] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  580.388954] [drm] JPEG decode initialized successfully.
[  580.388978] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  580.388981] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  580.388983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  580.388986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  580.388988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  580.388990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  580.388992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  580.388994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  580.388996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  580.388998] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  580.389001] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  580.389003] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  580.389005] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  580.389007] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  580.389009] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  580.389011] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  580.393095] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  610.114430] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  610.114461] [drm] PSP is resuming...
[  610.190431] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  610.290656] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  610.304456] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  610.304463] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  610.304470] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  610.304474] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  610.304530] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  610.358940] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  610.360353] [drm] DMUB hardware initialized: version=0x02020017
[  610.394079] [drm] kiq ring mec 2 pipe 1 q 0
[  610.399303] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  610.399508] [drm] JPEG decode initialized successfully.
[  610.399532] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  610.399535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  610.399537] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  610.399539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  610.399541] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  610.399543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  610.399545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  610.399547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  610.399549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  610.399551] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  610.399554] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  610.399556] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  610.399558] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  610.399560] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  610.399562] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  610.399564] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  610.403943] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  640.147613] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  640.147663] [drm] PSP is resuming...
[  640.223548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  640.325210] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  640.339103] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  640.339112] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  640.339119] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  640.339123] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  640.339178] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  640.393911] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  640.395310] [drm] DMUB hardware initialized: version=0x02020017
[  640.433689] [drm] kiq ring mec 2 pipe 1 q 0
[  640.438861] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  640.439025] [drm] JPEG decode initialized successfully.
[  640.439049] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  640.439052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  640.439055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  640.439057] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  640.439059] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  640.439061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  640.439080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  640.439084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  640.439088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  640.439093] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  640.439097] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  640.439102] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  640.439106] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  640.439108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  640.439110] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  640.439113] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  640.444414] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  671.050502] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  671.050538] [drm] PSP is resuming...
[  671.126429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  671.226998] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  671.240784] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  671.240794] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  671.240801] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  671.240805] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  671.240855] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  671.294867] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  671.296140] [drm] DMUB hardware initialized: version=0x02020017
[  671.334111] [drm] kiq ring mec 2 pipe 1 q 0
[  671.339736] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  671.339897] [drm] JPEG decode initialized successfully.
[  671.339921] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  671.339925] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  671.339928] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  671.339930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  671.339933] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  671.339935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  671.339938] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  671.339940] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  671.339943] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  671.339946] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  671.339948] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  671.339951] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  671.339953] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  671.339956] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  671.339958] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  671.339961] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  671.343894] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  691.218561] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  691.218602] [drm] PSP is resuming...
[  691.295211] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  691.395553] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  691.409569] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  691.409580] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  691.409587] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  691.409591] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  691.409639] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  691.463552] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  691.464922] [drm] DMUB hardware initialized: version=0x02020017
[  691.503789] [drm] kiq ring mec 2 pipe 1 q 0
[  691.509528] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  691.509692] [drm] JPEG decode initialized successfully.
[  691.509717] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  691.509720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  691.509722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  691.509724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  691.509726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  691.509728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  691.509730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  691.509732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  691.509734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  691.509736] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  691.509738] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  691.509740] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  691.509742] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  691.509744] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  691.509746] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  691.509748] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  691.513676] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  727.082495] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  727.082540] [drm] PSP is resuming...
[  727.158893] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  727.260204] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  727.274094] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  727.274104] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  727.274111] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  727.274115] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  727.274164] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  727.328285] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  727.329592] [drm] DMUB hardware initialized: version=0x02020017
[  727.367658] [drm] kiq ring mec 2 pipe 1 q 0
[  727.372557] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  727.372948] [drm] JPEG decode initialized successfully.
[  727.372972] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  727.372976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  727.372979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  727.372981] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  727.372983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  727.372985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  727.372987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  727.372989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  727.372992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  727.372994] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  727.372996] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  727.372998] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  727.373000] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  727.373002] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  727.373005] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  727.373007] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  727.376522] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  734.595691] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  734.595733] [drm] PSP is resuming...
[  734.671882] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  734.773882] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  734.787670] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  734.787677] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  734.787684] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  734.787688] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  734.787740] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  734.842354] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  734.843726] [drm] DMUB hardware initialized: version=0x02020017
[  734.881499] [drm] kiq ring mec 2 pipe 1 q 0
[  734.887093] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  734.887256] [drm] JPEG decode initialized successfully.
[  734.887279] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  734.887282] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  734.887284] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  734.887286] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  734.887288] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  734.887290] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  734.887293] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  734.887295] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  734.887297] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  734.887299] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  734.887301] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  734.887303] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  734.887305] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  734.887307] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  734.887309] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  734.887311] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  734.891517] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  742.826530] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  742.826567] [drm] PSP is resuming...
[  742.902553] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  743.002699] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  743.016456] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  743.016466] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  743.016473] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  743.016477] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  743.016533] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  743.071687] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  743.073074] [drm] DMUB hardware initialized: version=0x02020017
[  743.111469] [drm] kiq ring mec 2 pipe 1 q 0
[  743.116444] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  743.116649] [drm] JPEG decode initialized successfully.
[  743.116673] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  743.116677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  743.116679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  743.116681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  743.116684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  743.116686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  743.116688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  743.116690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  743.116692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  743.116694] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  743.116696] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  743.116698] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  743.116700] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  743.116702] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  743.116704] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  743.116707] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  743.120920] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  750.274495] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  750.274532] [drm] PSP is resuming...
[  750.350335] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  750.451096] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  750.464903] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  750.464911] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  750.464919] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  750.464923] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  750.464978] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  750.518873] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  750.520256] [drm] DMUB hardware initialized: version=0x02020017
[  750.559111] [drm] kiq ring mec 2 pipe 1 q 0
[  750.564059] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  750.564370] [drm] JPEG decode initialized successfully.
[  750.564393] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  750.564397] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  750.564399] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  750.564402] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  750.564404] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  750.564406] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  750.564408] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  750.564411] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  750.564413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  750.564415] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  750.564418] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  750.564420] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  750.564422] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  750.564425] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  750.564427] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  750.564429] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  750.568037] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  760.186495] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  760.186538] [drm] PSP is resuming...
[  760.262319] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  760.363553] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  760.377458] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  760.377470] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  760.377476] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  760.377480] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  760.377530] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  760.431776] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  760.433073] [drm] DMUB hardware initialized: version=0x02020017
[  760.470857] [drm] kiq ring mec 2 pipe 1 q 0
[  760.476159] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  760.476371] [drm] JPEG decode initialized successfully.
[  760.476394] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  760.476398] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  760.476400] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  760.476402] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  760.476404] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  760.476406] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  760.476409] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  760.476411] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  760.476413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  760.476415] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  760.476418] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  760.476420] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  760.476422] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  760.476425] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  760.476427] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  760.476429] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  760.486016] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  791.059607] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  791.059650] [drm] PSP is resuming...
[  791.135641] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  791.237305] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  791.251215] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  791.251226] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  791.251235] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  791.251240] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  791.251317] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  791.306923] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  791.308413] [drm] DMUB hardware initialized: version=0x02020017
[  791.348575] [drm] kiq ring mec 2 pipe 1 q 0
[  791.353948] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  791.354132] [drm] JPEG decode initialized successfully.
[  791.354159] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  791.354162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  791.354165] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  791.354167] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  791.354170] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  791.354172] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  791.354174] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  791.354176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  791.354178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  791.354181] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  791.354183] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  791.354186] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  791.354188] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  791.354190] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  791.354192] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  791.354194] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  791.358108] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  821.210483] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  821.210519] [drm] PSP is resuming...
[  821.286448] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  821.387003] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  821.400907] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  821.400917] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  821.400924] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  821.400928] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  821.400982] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  821.454946] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  821.456356] [drm] DMUB hardware initialized: version=0x02020017
[  821.495167] [drm] kiq ring mec 2 pipe 1 q 0
[  821.500731] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  821.500896] [drm] JPEG decode initialized successfully.
[  821.500922] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  821.500926] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  821.500928] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  821.500931] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  821.500933] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  821.500935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  821.500937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  821.500939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  821.500941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  821.500943] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  821.500946] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  821.500948] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  821.500950] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  821.500952] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  821.500954] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  821.500957] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  821.506150] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  850.379455] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  850.379487] [drm] PSP is resuming...
[  850.455431] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  850.555949] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  850.572823] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  850.572838] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  850.572847] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  850.572853] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  850.572912] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  850.626873] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  850.628277] [drm] DMUB hardware initialized: version=0x02020017
[  850.666323] [drm] kiq ring mec 2 pipe 1 q 0
[  850.671188] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  850.671482] [drm] JPEG decode initialized successfully.
[  850.671507] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  850.671510] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  850.671513] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  850.671515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  850.671518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  850.671520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  850.671522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  850.671524] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  850.671526] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  850.671529] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  850.671531] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  850.671533] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  850.671535] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  850.671537] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  850.671539] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  850.671541] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  850.680854] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  880.523544] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  880.523579] [drm] PSP is resuming...
[  880.599801] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  880.702327] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  880.716101] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  880.716112] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  880.716121] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  880.716127] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  880.716187] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  880.770902] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  880.772282] [drm] DMUB hardware initialized: version=0x02020017
[  880.810122] [drm] kiq ring mec 2 pipe 1 q 0
[  880.815894] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  880.816049] [drm] JPEG decode initialized successfully.
[  880.816085] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  880.816088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  880.816091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  880.816093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  880.816096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  880.816098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  880.816100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  880.816102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  880.816104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  880.816107] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  880.816109] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  880.816111] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  880.816113] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  880.816115] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  880.816117] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  880.816119] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  880.820191] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  910.674494] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  910.674536] [drm] PSP is resuming...
[  910.750548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  910.855095] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  910.868915] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  910.868927] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  910.868936] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  910.868943] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  910.868998] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  910.923736] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  910.925143] [drm] DMUB hardware initialized: version=0x02020017
[  910.963619] [drm] kiq ring mec 2 pipe 1 q 0
[  910.968353] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  910.968551] [drm] JPEG decode initialized successfully.
[  910.968574] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  910.968578] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  910.968581] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  910.968584] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  910.968587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  910.968590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  910.968593] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  910.968595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  910.968598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  910.968601] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  910.968604] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  910.968607] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  910.968609] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  910.968612] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  910.968615] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  910.968618] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  910.972136] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  940.810447] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  940.810478] [drm] PSP is resuming...
[  940.886453] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  940.993216] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  941.007021] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  941.007033] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  941.007040] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  941.007044] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  941.007115] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  941.060829] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  941.062325] [drm] DMUB hardware initialized: version=0x02020017
[  941.099690] [drm] kiq ring mec 2 pipe 1 q 0
[  941.104930] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  941.105467] [drm] JPEG decode initialized successfully.
[  941.105492] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  941.105495] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  941.105498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  941.105500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  941.105502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  941.105504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  941.105506] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  941.105508] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  941.105510] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  941.105512] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  941.105515] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  941.105517] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  941.105519] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  941.105521] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  941.105523] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  941.105525] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  941.109124] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  971.234878] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  971.234969] [drm] PSP is resuming...
[  971.310802] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  971.411827] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  971.426118] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  971.426149] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  971.426158] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  971.426165] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  971.426232] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  971.480177] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  971.481932] [drm] DMUB hardware initialized: version=0x02020017
[  971.521418] [drm] kiq ring mec 2 pipe 1 q 0
[  971.527196] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  971.527363] [drm] JPEG decode initialized successfully.
[  971.527388] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  971.527391] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  971.527394] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  971.527396] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  971.527398] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  971.527400] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  971.527402] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  971.527404] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  971.527407] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  971.527409] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  971.527411] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  971.527413] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  971.527415] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  971.527417] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  971.527419] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  971.527421] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  971.532132] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1001.363474] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1001.363508] [drm] PSP is resuming...
[ 1001.439429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1001.545339] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1001.559206] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1001.559219] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1001.559226] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1001.559231] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1001.559282] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1001.613960] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1001.615376] [drm] DMUB hardware initialized: version=0x02020017
[ 1001.653193] [drm] kiq ring mec 2 pipe 1 q 0
[ 1001.658799] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1001.658956] [drm] JPEG decode initialized successfully.
[ 1001.658980] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1001.658984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1001.658986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1001.658989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1001.658991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1001.658993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1001.658995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1001.658997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1001.658999] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1001.659001] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1001.659004] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1001.659006] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1001.659008] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1001.659010] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1001.659012] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1001.659014] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1001.668417] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1030.522478] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1030.522512] [drm] PSP is resuming...
[ 1030.598548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1030.698985] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1030.712784] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1030.712793] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1030.712800] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1030.712804] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1030.712855] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1030.766872] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1030.768315] [drm] DMUB hardware initialized: version=0x02020017
[ 1030.806089] [drm] kiq ring mec 2 pipe 1 q 0
[ 1030.811329] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1030.811563] [drm] JPEG decode initialized successfully.
[ 1030.811587] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1030.811590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1030.811593] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1030.811595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1030.811597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1030.811599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1030.811601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1030.811603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1030.811606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1030.811608] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1030.811610] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1030.811612] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1030.811614] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1030.811616] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1030.811619] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1030.811621] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1030.815176] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1060.674483] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1060.674519] [drm] PSP is resuming...
[ 1060.752105] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1060.853439] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1060.867310] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1060.867319] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1060.867326] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1060.867330] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1060.867384] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1060.922218] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1060.923596] [drm] DMUB hardware initialized: version=0x02020017
[ 1060.961838] [drm] kiq ring mec 2 pipe 1 q 0
[ 1060.966940] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1060.967142] [drm] JPEG decode initialized successfully.
[ 1060.967168] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1060.967171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1060.967173] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1060.967176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1060.967178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1060.967180] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1060.967182] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1060.967184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1060.967186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1060.967188] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1060.967190] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1060.967192] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1060.967194] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1060.967196] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1060.967198] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1060.967200] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1060.970709] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1090.890493] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1090.890530] [drm] PSP is resuming...
[ 1090.966444] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1091.067667] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1091.081475] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1091.081486] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1091.081493] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1091.081497] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1091.081551] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1091.135906] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1091.137310] [drm] DMUB hardware initialized: version=0x02020017
[ 1091.175636] [drm] kiq ring mec 2 pipe 1 q 0
[ 1091.180333] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1091.180576] [drm] JPEG decode initialized successfully.
[ 1091.180613] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1091.180622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1091.180629] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1091.180636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1091.180643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1091.180650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1091.180657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1091.180664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1091.180670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1091.180677] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1091.180684] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1091.180691] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1091.180698] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1091.180705] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1091.180712] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1091.180719] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1091.184172] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1116.027521] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1116.027555] [drm] PSP is resuming...
[ 1116.103578] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1116.203899] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1116.217720] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1116.217729] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1116.217737] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1116.217741] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1116.217795] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1116.272806] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1116.274118] [drm] DMUB hardware initialized: version=0x02020017
[ 1116.313687] [drm] kiq ring mec 2 pipe 1 q 0
[ 1116.318935] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1116.319104] [drm] JPEG decode initialized successfully.
[ 1116.319138] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1116.319142] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1116.319144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1116.319146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1116.319148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1116.319150] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1116.319152] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1116.319154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1116.319156] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1116.319158] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1116.319160] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1116.319162] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1116.319164] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1116.319167] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1116.319169] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1116.319170] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1116.323244] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1151.258468] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1151.258505] [drm] PSP is resuming...
[ 1151.334436] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1151.435882] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1151.449696] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1151.449715] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1151.449726] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1151.449733] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1151.449792] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1151.503828] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1151.505219] [drm] DMUB hardware initialized: version=0x02020017
[ 1151.543097] [drm] kiq ring mec 2 pipe 1 q 0
[ 1151.548700] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1151.548866] [drm] JPEG decode initialized successfully.
[ 1151.548890] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1151.548893] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1151.548896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1151.548898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1151.548900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1151.548902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1151.548904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1151.548906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1151.548908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1151.548911] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1151.548913] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1151.548915] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1151.548917] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1151.548919] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1151.548921] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1151.548923] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1151.552870] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1181.402501] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1181.402533] [drm] PSP is resuming...
[ 1181.478446] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1181.578911] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1181.592679] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1181.592690] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1181.592697] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1181.592701] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1181.592756] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1181.646805] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1181.648181] [drm] DMUB hardware initialized: version=0x02020017
[ 1181.687397] [drm] kiq ring mec 2 pipe 1 q 0
[ 1181.692046] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1181.692457] [drm] JPEG decode initialized successfully.
[ 1181.692489] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1181.692498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1181.692504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1181.692509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1181.692512] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1181.692515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1181.692518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1181.692521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1181.692524] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1181.692527] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1181.692530] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1181.692533] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1181.692536] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1181.692539] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1181.692542] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1181.692545] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1181.697095] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1211.554528] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1211.554573] [drm] PSP is resuming...
[ 1211.631021] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1211.731961] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1211.746143] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1211.746152] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1211.746160] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1211.746163] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1211.746218] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1211.800523] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1211.801801] [drm] DMUB hardware initialized: version=0x02020017
[ 1211.839935] [drm] kiq ring mec 2 pipe 1 q 0
[ 1211.844956] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1211.845164] [drm] JPEG decode initialized successfully.
[ 1211.845193] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1211.845199] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1211.845203] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1211.845207] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1211.845211] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1211.845215] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1211.845219] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1211.845223] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1211.845227] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1211.845231] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1211.845235] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1211.845239] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1211.845243] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1211.845247] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1211.845251] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1211.845254] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1211.850084] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1240.754487] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1240.754530] [drm] PSP is resuming...
[ 1240.830664] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1240.934440] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1240.948218] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1240.948230] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1240.948237] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1240.948241] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1240.948300] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1241.002799] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1241.004223] [drm] DMUB hardware initialized: version=0x02020017
[ 1241.042389] [drm] kiq ring mec 2 pipe 1 q 0
[ 1241.047216] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1241.047625] [drm] JPEG decode initialized successfully.
[ 1241.047653] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1241.047659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1241.047664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1241.047668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1241.047672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1241.047676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1241.047678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1241.047680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1241.047683] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1241.047685] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1241.047688] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1241.047690] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1241.047692] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1241.047695] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1241.047699] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1241.047702] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1241.051306] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1270.786512] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1270.786548] [drm] PSP is resuming...
[ 1270.862569] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1270.963206] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1270.977044] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1270.977053] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1270.977060] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1270.977064] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1270.977170] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1271.031990] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1271.033405] [drm] DMUB hardware initialized: version=0x02020017
[ 1271.072862] [drm] kiq ring mec 2 pipe 1 q 0
[ 1271.078265] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1271.078634] [drm] JPEG decode initialized successfully.
[ 1271.078659] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1271.078663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1271.078666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1271.078668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1271.078671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1271.078673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1271.078675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1271.078677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1271.078680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1271.078682] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1271.078685] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1271.078687] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1271.078689] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1271.078692] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1271.078694] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1271.078696] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1271.082302] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1300.778528] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1300.778575] [drm] PSP is resuming...
[ 1300.854674] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1300.956388] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1300.970434] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1300.970450] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1300.970458] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1300.970462] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1300.970514] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1301.025098] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1301.026395] [drm] DMUB hardware initialized: version=0x02020017
[ 1301.066211] [drm] kiq ring mec 2 pipe 1 q 0
[ 1301.072981] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1301.073144] [drm] JPEG decode initialized successfully.
[ 1301.073170] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1301.073174] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1301.073177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1301.073179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1301.073181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1301.073183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1301.073185] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1301.073187] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1301.073189] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1301.073191] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1301.073194] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1301.073196] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1301.073198] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1301.073200] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1301.073202] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1301.073204] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1301.077366] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1330.826526] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1330.826566] [drm] PSP is resuming...
[ 1330.902596] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1331.003015] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1331.019459] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1331.019471] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1331.019479] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1331.019483] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1331.019536] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1331.074835] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1331.076258] [drm] DMUB hardware initialized: version=0x02020017
[ 1331.115945] [drm] kiq ring mec 2 pipe 1 q 0
[ 1331.120949] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1331.121134] [drm] JPEG decode initialized successfully.
[ 1331.121158] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1331.121162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1331.121170] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1331.121172] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1331.121174] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1331.121176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1331.121178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1331.121180] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1331.121182] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1331.121184] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1331.121197] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1331.121199] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1331.121201] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1331.121203] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1331.121205] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1331.121207] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1331.125035] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1360.826546] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1360.826589] [drm] PSP is resuming...
[ 1360.902546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1361.002895] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1361.016794] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1361.016804] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1361.016812] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1361.016816] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1361.016869] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1361.071931] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1361.073337] [drm] DMUB hardware initialized: version=0x02020017
[ 1361.111229] [drm] kiq ring mec 2 pipe 1 q 0
[ 1361.116878] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1361.117041] [drm] JPEG decode initialized successfully.
[ 1361.117079] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1361.117085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1361.117089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1361.117093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1361.117097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1361.117101] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1361.117104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1361.117106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1361.117108] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1361.117110] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1361.117113] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1361.117115] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1361.117117] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1361.117119] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1361.117121] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1361.117123] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1361.121024] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1390.819477] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1390.819510] [drm] PSP is resuming...
[ 1390.895434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1390.997103] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1391.010920] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1391.010930] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1391.010938] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1391.010943] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1391.011022] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1391.065890] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1391.067316] [drm] DMUB hardware initialized: version=0x02020017
[ 1391.105414] [drm] kiq ring mec 2 pipe 1 q 0
[ 1391.110359] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1391.110571] [drm] JPEG decode initialized successfully.
[ 1391.110598] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1391.110601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1391.110603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1391.110606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1391.110608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1391.110610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1391.110612] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1391.110614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1391.110616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1391.110619] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1391.110621] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1391.110623] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1391.110625] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1391.110628] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1391.110630] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1391.110632] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1391.114148] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1420.810744] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1420.810789] [drm] PSP is resuming...
[ 1420.886774] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1420.992098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1421.005930] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1421.005956] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1421.005966] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1421.005972] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1421.006039] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1421.060927] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1421.062395] [drm] DMUB hardware initialized: version=0x02020017
[ 1421.101861] [drm] kiq ring mec 2 pipe 1 q 0
[ 1421.108215] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1421.108405] [drm] JPEG decode initialized successfully.
[ 1421.108430] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1421.108433] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1421.108436] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1421.108438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1421.108440] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1421.108442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1421.108444] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1421.108446] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1421.108448] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1421.108450] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1421.108452] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1421.108454] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1421.108456] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1421.108458] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1421.108460] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1421.108462] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1421.112436] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1450.842501] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1450.842537] [drm] PSP is resuming...
[ 1450.918674] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1451.020211] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1451.034018] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1451.034028] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1451.034036] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1451.034039] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1451.034133] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1451.088186] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1451.089459] [drm] DMUB hardware initialized: version=0x02020017
[ 1451.127699] [drm] kiq ring mec 2 pipe 1 q 0
[ 1451.132428] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1451.132914] [drm] JPEG decode initialized successfully.
[ 1451.132947] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1451.132954] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1451.132959] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1451.132965] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1451.132970] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1451.132976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1451.132982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1451.132988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1451.132994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1451.133002] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1451.133010] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1451.133016] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1451.133021] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1451.133025] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1451.133028] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1451.133032] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1451.137241] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1480.842475] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1480.842508] [drm] PSP is resuming...
[ 1480.918437] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1481.018782] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1481.034019] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1481.034031] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1481.034040] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1481.034047] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1481.034128] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1481.087950] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1481.089359] [drm] DMUB hardware initialized: version=0x02020017
[ 1481.127456] [drm] kiq ring mec 2 pipe 1 q 0
[ 1481.132223] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1481.132475] [drm] JPEG decode initialized successfully.
[ 1481.132498] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1481.132502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1481.132504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1481.132506] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1481.132509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1481.132511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1481.132513] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1481.132515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1481.132517] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1481.132519] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1481.132521] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1481.132524] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1481.132526] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1481.132528] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1481.132530] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1481.132532] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1481.136108] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1510.842525] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1510.842575] [drm] PSP is resuming...
[ 1510.918564] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1511.018887] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1511.032682] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1511.032693] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1511.032700] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1511.032704] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1511.032757] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1511.087917] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1511.089314] [drm] DMUB hardware initialized: version=0x02020017
[ 1511.127427] [drm] kiq ring mec 2 pipe 1 q 0
[ 1511.132507] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1511.132715] [drm] JPEG decode initialized successfully.
[ 1511.132745] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1511.132751] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1511.132756] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1511.132760] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1511.132764] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1511.132768] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1511.132772] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1511.132777] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1511.132781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1511.132785] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1511.132790] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1511.132794] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1511.132798] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1511.132802] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1511.132807] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1511.132811] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1511.136903] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1540.818438] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1540.818468] [drm] PSP is resuming...
[ 1540.894663] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1540.996496] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1541.010334] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1541.010347] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1541.010356] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1541.010362] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1541.010422] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1541.065089] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1541.066391] [drm] DMUB hardware initialized: version=0x02020017
[ 1541.105525] [drm] kiq ring mec 2 pipe 1 q 0
[ 1541.110388] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1541.110644] [drm] JPEG decode initialized successfully.
[ 1541.110669] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1541.110672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1541.110675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1541.110677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1541.110680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1541.110682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1541.110685] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1541.110687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1541.110689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1541.110692] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1541.110695] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1541.110697] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1541.110700] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1541.110702] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1541.110705] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1541.110707] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1541.114364] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1570.850450] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1570.850484] [drm] PSP is resuming...
[ 1570.926465] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1571.028332] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1571.042531] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1571.042542] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1571.042549] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1571.042553] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1571.042619] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1571.097615] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1571.099045] [drm] DMUB hardware initialized: version=0x02020017
[ 1571.139618] [drm] kiq ring mec 2 pipe 1 q 0
[ 1571.144865] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1571.145023] [drm] JPEG decode initialized successfully.
[ 1571.145048] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1571.145051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1571.145054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1571.145056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1571.145058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1571.145060] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1571.145062] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1571.145077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1571.145079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1571.145081] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1571.145083] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1571.145085] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1571.145088] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1571.145090] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1571.145092] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1571.145094] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1571.149029] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1600.858500] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1600.858535] [drm] PSP is resuming...
[ 1600.934442] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1601.036225] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1601.050029] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1601.050041] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1601.050049] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1601.050053] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1601.050121] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1601.104686] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1601.106076] [drm] DMUB hardware initialized: version=0x02020017
[ 1601.144017] [drm] kiq ring mec 2 pipe 1 q 0
[ 1601.149271] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1601.149510] [drm] JPEG decode initialized successfully.
[ 1601.149533] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1601.149537] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1601.149539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1601.149542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1601.149544] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1601.149546] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1601.149548] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1601.149550] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1601.149552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1601.149555] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1601.149557] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1601.149559] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1601.149561] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1601.149563] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1601.149565] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1601.149567] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1601.153130] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1630.898468] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1630.898501] [drm] PSP is resuming...
[ 1630.974434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1631.074880] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1631.088682] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1631.088691] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1631.088698] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1631.088701] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1631.088755] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1631.142922] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1631.144336] [drm] DMUB hardware initialized: version=0x02020017
[ 1631.183106] [drm] kiq ring mec 2 pipe 1 q 0
[ 1631.188127] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1631.188529] [drm] JPEG decode initialized successfully.
[ 1631.188554] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1631.188557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1631.188560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1631.188562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1631.188564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1631.188566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1631.188568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1631.188570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1631.188572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1631.188574] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1631.188577] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1631.188579] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1631.188581] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1631.188583] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1631.188585] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1631.188587] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1631.192086] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1651.994522] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1651.994557] [drm] PSP is resuming...
[ 1652.070546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1652.172883] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1652.186683] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1652.186691] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1652.186698] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1652.186702] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1652.186757] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1652.241794] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1652.243209] [drm] DMUB hardware initialized: version=0x02020017
[ 1652.281371] [drm] kiq ring mec 2 pipe 1 q 0
[ 1652.286967] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1652.287126] [drm] JPEG decode initialized successfully.
[ 1652.287150] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1652.287153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1652.287156] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1652.287158] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1652.287160] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1652.287162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1652.287164] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1652.287166] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1652.287168] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1652.287170] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1652.287172] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1652.287175] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1652.287177] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1652.287179] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1652.287181] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1652.287183] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1652.291061] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1660.882454] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1660.882486] [drm] PSP is resuming...
[ 1660.958518] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1661.060093] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1661.073896] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1661.073905] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1661.073918] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1661.073922] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1661.074009] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1661.128866] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1661.130391] [drm] DMUB hardware initialized: version=0x02020017
[ 1661.169811] [drm] kiq ring mec 2 pipe 1 q 0
[ 1661.176817] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1661.177004] [drm] JPEG decode initialized successfully.
[ 1661.177034] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1661.177040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1661.177044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1661.177049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1661.177053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1661.177058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1661.177062] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1661.177086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1661.177091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1661.177095] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1661.177100] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1661.177104] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1661.177108] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1661.177113] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1661.177117] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1661.177121] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1661.181832] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1690.866500] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1690.866536] [drm] PSP is resuming...
[ 1690.942434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1691.042702] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1691.056455] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1691.056467] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1691.056474] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1691.056478] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1691.056528] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1691.110926] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1691.112326] [drm] DMUB hardware initialized: version=0x02020017
[ 1691.151116] [drm] kiq ring mec 2 pipe 1 q 0
[ 1691.156111] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1691.156478] [drm] JPEG decode initialized successfully.
[ 1691.156502] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1691.156505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1691.156507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1691.156510] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1691.156512] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1691.156514] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1691.156517] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1691.156519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1691.156521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1691.156523] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1691.156525] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1691.156528] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1691.156530] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1691.156532] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1691.156534] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1691.156536] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1691.160063] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1720.890543] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1720.890578] [drm] PSP is resuming...
[ 1720.966761] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1721.068652] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1721.082467] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1721.082476] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1721.082483] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1721.082487] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1721.082539] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1721.137074] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1721.138349] [drm] DMUB hardware initialized: version=0x02020017
[ 1721.176539] [drm] kiq ring mec 2 pipe 1 q 0
[ 1721.181992] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1721.182153] [drm] JPEG decode initialized successfully.
[ 1721.182176] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1721.182179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1721.182181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1721.182184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1721.182186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1721.182188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1721.182190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1721.182192] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1721.182194] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1721.182197] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1721.182199] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1721.182201] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1721.182203] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1721.182205] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1721.182207] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1721.182209] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1721.186151] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1750.906508] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1750.906548] [drm] PSP is resuming...
[ 1750.982435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1751.090100] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1751.103918] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1751.103929] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1751.103938] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1751.103946] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1751.104029] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1751.157691] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1751.159177] [drm] DMUB hardware initialized: version=0x02020017
[ 1751.196001] [drm] kiq ring mec 2 pipe 1 q 0
[ 1751.201237] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1751.201704] [drm] JPEG decode initialized successfully.
[ 1751.201729] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1751.201732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1751.201735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1751.201737] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1751.201739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1751.201741] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1751.201743] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1751.201745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1751.201747] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1751.201750] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1751.201752] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1751.201754] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1751.201756] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1751.201759] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1751.201761] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1751.201763] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1751.205758] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1780.971565] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1780.971598] [drm] PSP is resuming...
[ 1781.047552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1781.148099] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1781.161902] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1781.161911] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1781.161918] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1781.161922] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1781.161972] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1781.215978] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1781.217391] [drm] DMUB hardware initialized: version=0x02020017
[ 1781.255363] [drm] kiq ring mec 2 pipe 1 q 0
[ 1781.260877] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1781.261039] [drm] JPEG decode initialized successfully.
[ 1781.261084] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1781.261092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1781.261098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1781.261103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1781.261110] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1781.261115] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1781.261121] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1781.261128] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1781.261134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1781.261142] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1781.261148] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1781.261154] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1781.261161] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1781.261168] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1781.261175] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1781.261181] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1781.265282] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1810.962554] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1810.962598] [drm] PSP is resuming...
[ 1811.038541] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1811.139098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1811.152903] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1811.152913] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1811.152921] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1811.152925] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1811.152978] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1811.207699] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1811.209074] [drm] DMUB hardware initialized: version=0x02020017
[ 1811.247126] [drm] kiq ring mec 2 pipe 1 q 0
[ 1811.252428] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1811.252641] [drm] JPEG decode initialized successfully.
[ 1811.252666] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1811.252669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1811.252671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1811.252673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1811.252675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1811.252677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1811.252679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1811.252681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1811.252683] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1811.252685] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1811.252687] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1811.252690] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1811.252692] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1811.252694] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1811.252696] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1811.252698] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1811.256212] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1841.018516] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1841.018549] [drm] PSP is resuming...
[ 1841.094552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1841.195006] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1841.208912] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1841.208924] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1841.208931] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1841.208935] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1841.208985] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1841.262920] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1841.264217] [drm] DMUB hardware initialized: version=0x02020017
[ 1841.303347] [drm] kiq ring mec 2 pipe 1 q 0
[ 1841.308748] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1841.308912] [drm] JPEG decode initialized successfully.
[ 1841.308935] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1841.308939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1841.308941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1841.308943] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1841.308946] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1841.308948] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1841.308950] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1841.308952] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1841.308954] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1841.308957] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1841.308959] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1841.308961] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1841.308964] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1841.308966] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1841.308968] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1841.308970] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1841.313127] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1871.002479] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1871.002516] [drm] PSP is resuming...
[ 1871.078450] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1871.178946] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1871.192679] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1871.192689] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1871.192696] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1871.192700] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1871.192753] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1871.247569] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1871.248965] [drm] DMUB hardware initialized: version=0x02020017
[ 1871.287465] [drm] kiq ring mec 2 pipe 1 q 0
[ 1871.292842] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1871.293002] [drm] JPEG decode initialized successfully.
[ 1871.293032] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1871.293037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1871.293041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1871.293045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1871.293050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1871.293054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1871.293058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1871.293062] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1871.293087] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1871.293091] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1871.293095] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1871.293100] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1871.293104] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1871.293108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1871.293112] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1871.293116] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1871.306881] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1901.026531] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1901.026564] [drm] PSP is resuming...
[ 1901.102558] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1901.203100] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1901.216906] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1901.216915] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1901.216922] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1901.216926] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1901.216979] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1901.270928] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1901.272327] [drm] DMUB hardware initialized: version=0x02020017
[ 1901.311120] [drm] kiq ring mec 2 pipe 1 q 0
[ 1901.316381] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1901.316593] [drm] JPEG decode initialized successfully.
[ 1901.316618] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1901.316621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1901.316623] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1901.316626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1901.316628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1901.316630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1901.316632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1901.316634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1901.316636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1901.316639] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1901.316641] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1901.316643] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1901.316645] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1901.316647] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1901.316649] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1901.316651] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1901.320192] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1931.067563] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1931.067607] [drm] PSP is resuming...
[ 1931.143555] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1931.243885] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1931.257679] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1931.257691] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1931.257698] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1931.257703] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1931.257756] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1931.312750] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1931.314156] [drm] DMUB hardware initialized: version=0x02020017
[ 1931.353412] [drm] kiq ring mec 2 pipe 1 q 0
[ 1931.358314] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1931.358601] [drm] JPEG decode initialized successfully.
[ 1931.358626] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1931.358630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1931.358632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1931.358634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1931.358636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1931.358638] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1931.358640] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1931.358642] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1931.358645] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1931.358647] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1931.358649] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1931.358651] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1931.358654] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1931.358656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1931.358658] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1931.358660] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1931.362212] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1950.050481] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1950.050513] [drm] PSP is resuming...
[ 1950.126439] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1950.227881] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1950.241687] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1950.241694] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1950.241701] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1950.241705] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1950.241758] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1950.295991] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1950.297401] [drm] DMUB hardware initialized: version=0x02020017
[ 1950.335466] [drm] kiq ring mec 2 pipe 1 q 0
[ 1950.340696] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1950.340859] [drm] JPEG decode initialized successfully.
[ 1950.340883] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1950.340886] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1950.340889] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1950.340891] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1950.340893] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1950.340895] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1950.340897] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1950.340900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1950.340902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1950.340904] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1950.340906] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1950.340908] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1950.340910] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1950.340912] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1950.340915] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1950.340917] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1950.345140] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1961.098533] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1961.098570] [drm] PSP is resuming...
[ 1961.174547] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1961.275096] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1961.288912] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1961.288923] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1961.288931] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1961.288935] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1961.288989] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1961.342949] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1961.344348] [drm] DMUB hardware initialized: version=0x02020017
[ 1961.383236] [drm] kiq ring mec 2 pipe 1 q 0
[ 1961.388377] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1961.388639] [drm] JPEG decode initialized successfully.
[ 1961.388663] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1961.388667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1961.388669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1961.388672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1961.388674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1961.388676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1961.388678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1961.388680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1961.388682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1961.388684] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1961.388687] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1961.388689] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1961.388691] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1961.388693] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1961.388695] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1961.388697] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1961.392212] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1991.107506] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1991.107543] [drm] PSP is resuming...
[ 1991.183452] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1991.285013] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1991.298930] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1991.298940] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1991.298947] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1991.298951] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1991.299029] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1991.352918] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1991.354318] [drm] DMUB hardware initialized: version=0x02020017
[ 1991.392633] [drm] kiq ring mec 2 pipe 1 q 0
[ 1991.397742] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1991.397907] [drm] JPEG decode initialized successfully.
[ 1991.397931] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1991.397935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1991.397937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1991.397940] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1991.397942] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1991.397944] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1991.397946] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1991.397948] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1991.397950] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1991.397952] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1991.397954] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1991.397957] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1991.397959] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1991.397961] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1991.397963] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1991.397965] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1991.402132] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2021.091490] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2021.091523] [drm] PSP is resuming...
[ 2021.167434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2021.267772] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2021.281581] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2021.281589] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2021.281597] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2021.281601] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2021.281654] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2021.335969] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2021.337383] [drm] DMUB hardware initialized: version=0x02020017
[ 2021.375051] [drm] kiq ring mec 2 pipe 1 q 0
[ 2021.380227] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2021.380534] [drm] JPEG decode initialized successfully.
[ 2021.380562] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2021.380565] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2021.380568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2021.380570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2021.380572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2021.380574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2021.380576] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2021.380578] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2021.380580] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2021.380582] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2021.380584] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2021.380586] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2021.380588] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2021.380590] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2021.380592] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2021.380594] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2021.385177] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2034.506497] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2034.506533] [drm] PSP is resuming...
[ 2034.582544] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2034.683554] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2034.697441] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2034.697452] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2034.697459] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2034.697463] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2034.697516] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2034.752062] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2034.753350] [drm] DMUB hardware initialized: version=0x02020017
[ 2034.791401] [drm] kiq ring mec 2 pipe 1 q 0
[ 2034.796257] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2034.796618] [drm] JPEG decode initialized successfully.
[ 2034.796642] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2034.796646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2034.796648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2034.796650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2034.796653] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2034.796655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2034.796657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2034.796659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2034.796661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2034.796664] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2034.796666] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2034.796669] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2034.796671] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2034.796673] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2034.796676] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2034.796678] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2034.800284] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2051.130495] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2051.130532] [drm] PSP is resuming...
[ 2051.206436] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2051.308655] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2051.322460] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2051.322471] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2051.322478] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2051.322482] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2051.322535] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2051.377568] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2051.378955] [drm] DMUB hardware initialized: version=0x02020017
[ 2051.416988] [drm] kiq ring mec 2 pipe 1 q 0
[ 2051.422687] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2051.422854] [drm] JPEG decode initialized successfully.
[ 2051.422878] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2051.422882] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2051.422885] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2051.422887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2051.422889] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2051.422891] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2051.422893] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2051.422895] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2051.422898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2051.422900] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2051.422902] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2051.422904] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2051.422906] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2051.422908] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2051.422911] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2051.422913] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2051.427178] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2081.139483] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2081.139525] [drm] PSP is resuming...
[ 2081.215330] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2081.316778] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2081.330563] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2081.330571] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2081.330578] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2081.330582] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2081.330633] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2081.384862] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2081.386250] [drm] DMUB hardware initialized: version=0x02020017
[ 2081.424159] [drm] kiq ring mec 2 pipe 1 q 0
[ 2081.429739] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2081.429896] [drm] JPEG decode initialized successfully.
[ 2081.429922] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2081.429926] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2081.429929] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2081.429931] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2081.429933] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2081.429935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2081.429937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2081.429939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2081.429941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2081.429944] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2081.429946] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2081.429948] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2081.429950] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2081.429953] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2081.429955] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2081.429957] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2081.433999] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2107.882550] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2107.882587] [drm] PSP is resuming...
[ 2107.958659] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2108.061887] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2108.075691] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2108.075701] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2108.075708] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2108.075712] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2108.075766] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2108.130788] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2108.132179] [drm] DMUB hardware initialized: version=0x02020017
[ 2108.170399] [drm] kiq ring mec 2 pipe 1 q 0
[ 2108.175951] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2108.176133] [drm] JPEG decode initialized successfully.
[ 2108.176158] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2108.176161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2108.176164] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2108.176166] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2108.176168] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2108.176171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2108.176173] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2108.176175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2108.176177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2108.176179] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2108.176181] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2108.176184] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2108.176186] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2108.176188] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2108.176190] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2108.176192] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2108.180112] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2141.162593] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2141.162628] [drm] PSP is resuming...
[ 2141.238546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2141.340211] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2141.354016] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2141.354025] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2141.354032] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2141.354036] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2141.354128] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2141.408021] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2141.409419] [drm] DMUB hardware initialized: version=0x02020017
[ 2141.447124] [drm] kiq ring mec 2 pipe 1 q 0
[ 2141.452318] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2141.452668] [drm] JPEG decode initialized successfully.
[ 2141.452691] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2141.452694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2141.452697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2141.452699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2141.452701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2141.452703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2141.452705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2141.452707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2141.452709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2141.452711] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2141.452714] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2141.452716] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2141.452718] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2141.452720] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2141.452722] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2141.452724] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2141.456192] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2171.186521] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2171.186557] [drm] PSP is resuming...
[ 2171.262542] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2171.363568] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2171.377328] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2171.377343] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2171.377352] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2171.377359] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2171.377419] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2171.431936] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2171.433241] [drm] DMUB hardware initialized: version=0x02020017
[ 2171.471408] [drm] kiq ring mec 2 pipe 1 q 0
[ 2171.476984] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2171.477188] [drm] JPEG decode initialized successfully.
[ 2171.477212] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2171.477216] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2171.477218] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2171.477221] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2171.477223] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2171.477225] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2171.477227] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2171.477229] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2171.477231] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2171.477234] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2171.477236] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2171.477238] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2171.477240] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2171.477242] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2171.477244] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2171.477247] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2171.480993] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2200.442494] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2200.442531] [drm] PSP is resuming...
[ 2200.518327] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2200.620005] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2200.633796] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2200.633805] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2200.633812] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2200.633816] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2200.633870] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2200.687845] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2200.689266] [drm] DMUB hardware initialized: version=0x02020017
[ 2200.727097] [drm] kiq ring mec 2 pipe 1 q 0
[ 2200.732714] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2200.732874] [drm] JPEG decode initialized successfully.
[ 2200.732898] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2200.732902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2200.732904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2200.732907] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2200.732909] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2200.732911] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2200.732913] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2200.732915] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2200.732917] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2200.732920] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2200.732922] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2200.732925] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2200.732927] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2200.732929] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2200.732931] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2200.732933] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2200.736770] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2231.282496] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2231.282529] [drm] PSP is resuming...
[ 2231.358437] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2231.458786] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2231.472577] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2231.472589] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2231.472596] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2231.472600] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2231.472654] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2231.526957] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2231.528396] [drm] DMUB hardware initialized: version=0x02020017
[ 2231.566456] [drm] kiq ring mec 2 pipe 1 q 0
[ 2231.571413] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2231.571625] [drm] JPEG decode initialized successfully.
[ 2231.571652] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2231.571657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2231.571662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2231.571666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2231.571670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2231.571674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2231.571677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2231.571681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2231.571685] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2231.571689] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2231.571693] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2231.571695] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2231.571697] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2231.571700] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2231.571702] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2231.571704] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2231.576039] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2261.307458] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2261.307489] [drm] PSP is resuming...
[ 2261.383439] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2261.484988] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2261.498918] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2261.498928] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2261.498935] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2261.498939] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2261.499018] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2261.553875] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2261.555256] [drm] DMUB hardware initialized: version=0x02020017
[ 2261.593023] [drm] kiq ring mec 2 pipe 1 q 0
[ 2261.598239] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2261.598502] [drm] JPEG decode initialized successfully.
[ 2261.598525] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2261.598529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2261.598531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2261.598533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2261.598535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2261.598537] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2261.598539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2261.598541] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2261.598543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2261.598545] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2261.598547] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2261.598550] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2261.598552] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2261.598554] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2261.598556] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2261.598558] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2261.602164] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2291.339488] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2291.339522] [drm] PSP is resuming...
[ 2291.415446] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2291.515801] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2291.529576] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2291.529585] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2291.529593] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2291.529596] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2291.529649] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2291.583958] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2291.585400] [drm] DMUB hardware initialized: version=0x02020017
[ 2291.624139] [drm] kiq ring mec 2 pipe 1 q 0
[ 2291.629825] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2291.629985] [drm] JPEG decode initialized successfully.
[ 2291.630015] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2291.630020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2291.630024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2291.630028] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2291.630032] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2291.630034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2291.630036] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2291.630038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2291.630040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2291.630043] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2291.630045] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2291.630047] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2291.630049] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2291.630051] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2291.630053] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2291.630055] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2291.634123] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2321.306490] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2321.306529] [drm] PSP is resuming...
[ 2321.382436] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2321.483774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2321.497573] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2321.497582] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2321.497589] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2321.497593] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2321.497647] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2321.552814] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2321.554207] [drm] DMUB hardware initialized: version=0x02020017
[ 2321.592351] [drm] kiq ring mec 2 pipe 1 q 0
[ 2321.597137] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2321.597530] [drm] JPEG decode initialized successfully.
[ 2321.597554] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2321.597558] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2321.597560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2321.597562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2321.597564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2321.597566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2321.597568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2321.597570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2321.597572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2321.597575] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2321.597577] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2321.597579] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2321.597581] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2321.597584] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2321.597586] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2321.597588] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2321.601178] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2347.914522] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2347.914560] [drm] PSP is resuming...
[ 2347.990430] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2348.092210] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2348.106006] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2348.106015] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2348.106022] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2348.106026] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2348.106090] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2348.160709] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2348.162124] [drm] DMUB hardware initialized: version=0x02020017
[ 2348.200466] [drm] kiq ring mec 2 pipe 1 q 0
[ 2348.205212] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2348.205468] [drm] JPEG decode initialized successfully.
[ 2348.205493] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2348.205496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2348.205499] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2348.205501] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2348.205504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2348.205506] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2348.205509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2348.205511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2348.205513] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2348.205516] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2348.205518] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2348.205521] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2348.205523] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2348.205525] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2348.205528] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2348.205530] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2348.209081] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2381.370538] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2381.370575] [drm] PSP is resuming...
[ 2381.446657] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2381.548770] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2381.562572] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2381.562581] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2381.562588] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2381.562592] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2381.562648] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2381.617735] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2381.619130] [drm] DMUB hardware initialized: version=0x02020017
[ 2381.657426] [drm] kiq ring mec 2 pipe 1 q 0
[ 2381.662502] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2381.662713] [drm] JPEG decode initialized successfully.
[ 2381.662738] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2381.662742] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2381.662745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2381.662747] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2381.662749] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2381.662751] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2381.662753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2381.662755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2381.662757] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2381.662760] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2381.662762] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2381.662764] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2381.662766] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2381.662768] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2381.662771] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2381.662773] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2381.666250] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2411.387432] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2411.387463] [drm] PSP is resuming...
[ 2411.463321] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2411.563430] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2411.577208] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2411.577217] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2411.577223] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2411.577227] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2411.577284] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2411.631767] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2411.633147] [drm] DMUB hardware initialized: version=0x02020017
[ 2411.666147] [drm] kiq ring mec 2 pipe 1 q 0
[ 2411.671040] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2411.671354] [drm] JPEG decode initialized successfully.
[ 2411.671377] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2411.671380] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2411.671382] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2411.671385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2411.671387] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2411.671389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2411.671391] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2411.671393] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2411.671395] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2411.671397] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2411.671399] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2411.671401] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2411.671403] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2411.671406] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2411.671408] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2411.671410] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2411.675765] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2441.410491] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2441.410526] [drm] PSP is resuming...
[ 2441.486548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2441.592125] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2441.605938] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2441.605950] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2441.605959] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2441.605965] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2441.606023] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2441.659948] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2441.661352] [drm] DMUB hardware initialized: version=0x02020017
[ 2441.699700] [drm] kiq ring mec 2 pipe 1 q 0
[ 2441.704829] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2441.704991] [drm] JPEG decode initialized successfully.
[ 2441.705014] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2441.705017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2441.705020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2441.705022] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2441.705024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2441.705027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2441.705029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2441.705031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2441.705033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2441.705036] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2441.705038] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2441.705040] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2441.705043] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2441.705045] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2441.705047] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2441.705049] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2441.708980] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2471.386493] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2471.386530] [drm] PSP is resuming...
[ 2471.462443] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2471.563786] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2471.577584] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2471.577593] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2471.577601] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2471.577605] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2471.577659] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2471.631942] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2471.633345] [drm] DMUB hardware initialized: version=0x02020017
[ 2471.671094] [drm] kiq ring mec 2 pipe 1 q 0
[ 2471.676703] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2471.676866] [drm] JPEG decode initialized successfully.
[ 2471.676890] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2471.676893] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2471.676895] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2471.676897] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2471.676900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2471.676902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2471.676904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2471.676906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2471.676908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2471.676910] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2471.676912] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2471.676914] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2471.676916] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2471.676919] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2471.676921] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2471.676923] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2471.681132] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2479.858592] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2479.858646] [drm] PSP is resuming...
[ 2479.934555] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2480.037211] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2480.051009] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2480.051022] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2480.051031] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2480.051037] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2480.051113] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2480.105759] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2480.107139] [drm] DMUB hardware initialized: version=0x02020017
[ 2480.145406] [drm] kiq ring mec 2 pipe 1 q 0
[ 2480.150453] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2480.150659] [drm] JPEG decode initialized successfully.
[ 2480.150688] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2480.150694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2480.150698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2480.150702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2480.150707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2480.150711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2480.150715] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2480.150719] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2480.150723] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2480.150727] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2480.150731] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2480.150736] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2480.150740] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2480.150744] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2480.150748] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2480.150752] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2480.154294] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2501.435457] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2501.435490] [drm] PSP is resuming...
[ 2501.511543] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2501.612942] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2501.626792] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2501.626801] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2501.626808] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2501.626812] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2501.626865] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2501.681924] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2501.683352] [drm] DMUB hardware initialized: version=0x02020017
[ 2501.722619] [drm] kiq ring mec 2 pipe 1 q 0
[ 2501.727477] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2501.727681] [drm] JPEG decode initialized successfully.
[ 2501.727711] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2501.727718] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2501.727722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2501.727726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2501.727730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2501.727732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2501.727736] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2501.727740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2501.727744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2501.727749] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2501.727753] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2501.727757] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2501.727761] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2501.727765] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2501.727768] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2501.727772] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2501.731880] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2531.451520] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2531.451561] [drm] PSP is resuming...
[ 2531.531201] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2531.631224] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2531.645648] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2531.645664] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2531.645674] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2531.645680] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2531.645738] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2531.700729] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2531.702131] [drm] DMUB hardware initialized: version=0x02020017
[ 2531.740563] [drm] kiq ring mec 2 pipe 1 q 0
[ 2531.745370] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2531.745586] [drm] JPEG decode initialized successfully.
[ 2531.745613] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2531.745619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2531.745622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2531.745625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2531.745628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2531.745631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2531.745634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2531.745637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2531.745640] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2531.745643] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2531.745646] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2531.745650] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2531.745653] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2531.745656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2531.745659] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2531.745662] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2531.754188] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2561.466483] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2561.466518] [drm] PSP is resuming...
[ 2561.542332] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2561.643889] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2561.658577] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2561.658589] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2561.658596] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2561.658600] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2561.658654] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2561.713537] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2561.714938] [drm] DMUB hardware initialized: version=0x02020017
[ 2561.753020] [drm] kiq ring mec 2 pipe 1 q 0
[ 2561.758044] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2561.758404] [drm] JPEG decode initialized successfully.
[ 2561.758429] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2561.758433] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2561.758435] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2561.758438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2561.758440] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2561.758443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2561.758445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2561.758448] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2561.758450] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2561.758453] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2561.758455] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2561.758458] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2561.758460] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2561.758463] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2561.758465] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2561.758468] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2561.762041] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2561.764141] BTRFS error (device nvme1n1p3): level verify failed on logical 45170688 mirror 1 wanted 0 found 1
[ 2561.764220] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 45170688 mirror 1
[ 2561.764224] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2561.764242] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0) level=1
[ 2561.764342] CPU: 8 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2561.764348] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2561.764352] Call Trace:
[ 2561.764355]  <TASK>
[ 2561.764360]  dump_stack_lvl+0x5b/0x77
[ 2561.764369]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2561.764382]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2561.764390]  ? folio_unlock+0x1d/0x50
[ 2561.764400]  btrfs_read_extent_buffer+0x98/0x150
[ 2561.764410]  read_tree_block+0x43/0xa0
[ 2561.764417]  read_block_for_search+0x218/0x320
[ 2561.764432]  btrfs_search_slot+0x351/0xd30
[ 2561.764450]  btrfs_lookup_xattr+0x7b/0xe0
[ 2561.764460]  btrfs_getxattr+0x55/0x110
[ 2561.764470]  __vfs_getxattr+0x7e/0xb0
[ 2561.764480]  get_vfs_caps_from_disk+0x7a/0x220
[ 2561.764492]  audit_copy_inode+0x95/0xd0
[ 2561.764501]  filename_lookup+0x16b/0x1c0
[ 2561.764525]  ? _raw_spin_unlock+0x29/0x50
[ 2561.764534]  vfs_statx+0x8e/0x150
[ 2561.764545]  vfs_fstatat+0x51/0x70
[ 2561.764553]  __do_sys_newfstatat+0x2e/0x50
[ 2561.764571]  do_syscall_64+0x5b/0x80
[ 2561.764576]  ? do_syscall_64+0x67/0x80
[ 2561.764585]  ? up_read+0x17/0x20
[ 2561.764593]  ? lock_is_held_type+0xe8/0x140
[ 2561.764601]  ? asm_exc_page_fault+0x22/0x30
[ 2561.764607]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2561.764613]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2561.764618] RIP: 0033:0x7f7b1b91e05e
[ 2561.764639] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2561.764643] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2561.764649] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2561.764653] RDX: 00007fffdc406320 RSI: 000055efe7d04bc0 RDI: 00000000ffffff9c
[ 2561.764656] RBP: 000055efe7e79668 R08: 00000000000000f0 R09: 000055efe7ea85b0
[ 2561.764659] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2561.764663] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2561.764680]  </TASK>
[ 2561.764684] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0) level=1
[ 2561.764690] CPU: 8 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2561.764694] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2561.764697] Call Trace:
[ 2561.764701]  <TASK>
[ 2561.764704]  dump_stack_lvl+0x5b/0x77
[ 2561.764710]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2561.764722]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2561.764729]  ? folio_unlock+0x1d/0x50
[ 2561.764738]  btrfs_read_extent_buffer+0x98/0x150
[ 2561.764747]  read_tree_block+0x43/0xa0
[ 2561.764753]  read_block_for_search+0x218/0x320
[ 2561.764768]  btrfs_search_slot+0x351/0xd30
[ 2561.764785]  btrfs_lookup_xattr+0x7b/0xe0
[ 2561.764796]  btrfs_getxattr+0x55/0x110
[ 2561.764804]  __vfs_getxattr+0x7e/0xb0
[ 2561.764813]  get_vfs_caps_from_disk+0x7a/0x220
[ 2561.764824]  audit_copy_inode+0x95/0xd0
[ 2561.764832]  filename_lookup+0x16b/0x1c0
[ 2561.764855]  ? _raw_spin_unlock+0x29/0x50
[ 2561.764864]  vfs_statx+0x8e/0x150
[ 2561.764874]  vfs_fstatat+0x51/0x70
[ 2561.764881]  __do_sys_newfstatat+0x2e/0x50
[ 2561.764900]  do_syscall_64+0x5b/0x80
[ 2561.764905]  ? do_syscall_64+0x67/0x80
[ 2561.764914]  ? up_read+0x17/0x20
[ 2561.764921]  ? lock_is_held_type+0xe8/0x140
[ 2561.764929]  ? asm_exc_page_fault+0x22/0x30
[ 2561.764934]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2561.764940]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2561.764944] RIP: 0033:0x7f7b1b91e05e
[ 2561.764950] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2561.764954] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2561.764959] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2561.764962] RDX: 00007fffdc406320 RSI: 000055efe7d04bc0 RDI: 00000000ffffff9c
[ 2561.764966] RBP: 000055efe7e79668 R08: 00000000000000f0 R09: 000055efe7ea85b0
[ 2561.764969] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2561.764972] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2561.764989]  </TASK>
[ 2561.764993] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0) level=1
[ 2561.764998] CPU: 8 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2561.765002] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2561.765005] Call Trace:
[ 2561.765008]  <TASK>
[ 2561.765012]  dump_stack_lvl+0x5b/0x77
[ 2561.765018]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2561.765029]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2561.765037]  ? folio_unlock+0x1d/0x50
[ 2561.765045]  btrfs_read_extent_buffer+0x98/0x150
[ 2561.765054]  read_tree_block+0x43/0xa0
[ 2561.765060]  read_block_for_search+0x218/0x320
[ 2561.765075]  btrfs_search_slot+0x351/0xd30
[ 2561.765092]  btrfs_lookup_xattr+0x7b/0xe0
[ 2561.765102]  btrfs_getxattr+0x55/0x110
[ 2561.765111]  __vfs_getxattr+0x7e/0xb0
[ 2561.765120]  get_vfs_caps_from_disk+0x7a/0x220
[ 2561.765130]  audit_copy_inode+0x95/0xd0
[ 2561.765138]  filename_lookup+0x16b/0x1c0
[ 2561.765162]  ? _raw_spin_unlock+0x29/0x50
[ 2561.765170]  vfs_statx+0x8e/0x150
[ 2561.765181]  vfs_fstatat+0x51/0x70
[ 2561.765188]  __do_sys_newfstatat+0x2e/0x50
[ 2561.765206]  do_syscall_64+0x5b/0x80
[ 2561.765212]  ? do_syscall_64+0x67/0x80
[ 2561.765220]  ? up_read+0x17/0x20
[ 2561.765227]  ? lock_is_held_type+0xe8/0x140
[ 2561.765233]  ? asm_exc_page_fault+0x22/0x30
[ 2561.765233]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2561.765233]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2561.765233] RIP: 0033:0x7f7b1b91e05e
[ 2561.765233] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2561.765233] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2561.765233] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2561.765233] RDX: 00007fffdc406320 RSI: 000055efe7d04bc0 RDI: 00000000ffffff9c
[ 2561.765233] RBP: 000055efe7e79668 R08: 00000000000000f0 R09: 000055efe7ea85b0
[ 2561.765233] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2561.765233] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2561.765233]  </TASK>
[ 2561.765311] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0) level=1
[ 2561.765317] CPU: 8 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2561.765321] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2561.765324] Call Trace:
[ 2561.765327]  <TASK>
[ 2561.765331]  dump_stack_lvl+0x5b/0x77
[ 2561.765337]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2561.765348]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2561.765355]  ? folio_unlock+0x1d/0x50
[ 2561.765364]  btrfs_read_extent_buffer+0x98/0x150
[ 2561.765373]  read_tree_block+0x43/0xa0
[ 2561.765379]  read_block_for_search+0x218/0x320
[ 2561.765394]  btrfs_search_slot+0x351/0xd30
[ 2561.765411]  btrfs_lookup_xattr+0x7b/0xe0
[ 2561.765422]  btrfs_getxattr+0x55/0x110
[ 2561.765431]  __vfs_getxattr+0x7e/0xb0
[ 2561.765439]  get_vfs_caps_from_disk+0x7a/0x220
[ 2561.765450]  audit_copy_inode+0x95/0xd0
[ 2561.765458]  filename_lookup+0x16b/0x1c0
[ 2561.765481]  ? _raw_spin_unlock+0x29/0x50
[ 2561.765490]  vfs_statx+0x8e/0x150
[ 2561.765500]  vfs_fstatat+0x51/0x70
[ 2561.765507]  __do_sys_newfstatat+0x2e/0x50
[ 2561.765525]  do_syscall_64+0x5b/0x80
[ 2561.765531]  ? do_syscall_64+0x67/0x80
[ 2561.765539]  ? up_read+0x17/0x20
[ 2561.765546]  ? lock_is_held_type+0xe8/0x140
[ 2561.765555]  ? asm_exc_page_fault+0x22/0x30
[ 2561.765559]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2561.765565]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2561.765569] RIP: 0033:0x7f7b1b91e05e
[ 2561.765575] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2561.765579] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2561.765584] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2561.765588] RDX: 00007fffdc406320 RSI: 000055efe7d04bc0 RDI: 00000000ffffff9c
[ 2561.765591] RBP: 000055efe7e79668 R08: 00000000000000f0 R09: 000055efe7ea85b0
[ 2561.765594] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2561.765598] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2561.765615]  </TASK>
[ 2576.947435] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2576.947467] [drm] PSP is resuming...
[ 2577.023451] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2577.124675] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2577.138473] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2577.138486] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2577.138495] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2577.138501] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2577.138556] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2577.193830] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2577.195262] [drm] DMUB hardware initialized: version=0x02020017
[ 2577.234590] [drm] kiq ring mec 2 pipe 1 q 0
[ 2577.239971] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2577.240483] [drm] JPEG decode initialized successfully.
[ 2577.240508] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2577.240511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2577.240514] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2577.240516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2577.240518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2577.240520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2577.240522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2577.240524] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2577.240526] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2577.240529] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2577.240531] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2577.240533] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2577.240535] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2577.240537] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2577.240540] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2577.240542] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2577.244117] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2591.498562] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2591.498605] [drm] PSP is resuming...
[ 2591.574551] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2591.674661] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2591.688461] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2591.688470] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2591.688477] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2591.688481] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2591.688537] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2591.743048] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2591.744442] [drm] DMUB hardware initialized: version=0x02020017
[ 2591.782979] [drm] kiq ring mec 2 pipe 1 q 0
[ 2591.788404] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2591.788611] [drm] JPEG decode initialized successfully.
[ 2591.788642] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2591.788648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2591.788652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2591.788656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2591.788661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2591.788665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2591.788669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2591.788674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2591.788678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2591.788682] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2591.788686] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2591.788691] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2591.788695] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2591.788699] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2591.788703] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2591.788707] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2591.792998] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2621.514776] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2621.514835] [drm] PSP is resuming...
[ 2621.590970] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2621.692763] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2621.706566] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2621.706576] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2621.706583] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2621.706587] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2621.706673] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2621.762036] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2621.763458] [drm] DMUB hardware initialized: version=0x02020017
[ 2621.805321] [drm] kiq ring mec 2 pipe 1 q 0
[ 2621.810709] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2621.810959] [drm] JPEG decode initialized successfully.
[ 2621.810988] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2621.810992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2621.810995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2621.810998] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2621.811001] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2621.811004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2621.811006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2621.811009] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2621.811012] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2621.811015] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2621.811018] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2621.811020] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2621.811023] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2621.811026] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2621.811028] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2621.811031] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2621.814565] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2651.554521] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2651.554558] [drm] PSP is resuming...
[ 2651.630551] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2651.731763] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2651.745562] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2651.745573] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2651.745580] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2651.745584] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2651.745635] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2651.800927] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2651.802333] [drm] DMUB hardware initialized: version=0x02020017
[ 2651.840547] [drm] kiq ring mec 2 pipe 1 q 0
[ 2651.845904] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2651.846084] [drm] JPEG decode initialized successfully.
[ 2651.846114] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2651.846120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2651.846124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2651.846128] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2651.846132] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2651.846136] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2651.846140] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2651.846144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2651.846148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2651.846152] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2651.846156] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2651.846160] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2651.846164] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2651.846168] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2651.846172] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2651.846176] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2651.849981] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2681.578516] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2681.578547] [drm] PSP is resuming...
[ 2681.654790] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2681.755535] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2681.769311] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2681.769321] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2681.769328] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2681.769332] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2681.769409] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2681.824096] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2681.825508] [drm] DMUB hardware initialized: version=0x02020017
[ 2681.865551] [drm] kiq ring mec 2 pipe 1 q 0
[ 2681.875456] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2681.875752] [drm] JPEG decode initialized successfully.
[ 2681.875791] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2681.875807] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2681.875821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2681.875834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2681.875848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2681.875861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2681.875875] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2681.875901] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2681.875914] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2681.875928] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2681.875942] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2681.875953] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2681.875959] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2681.875966] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2681.875978] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2681.875991] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2681.880242] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2711.570529] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2711.570566] [drm] PSP is resuming...
[ 2711.646548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2711.748216] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2711.761907] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2711.761915] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2711.761922] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2711.761926] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2711.761980] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2711.816898] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2711.818280] [drm] DMUB hardware initialized: version=0x02020017
[ 2711.856361] [drm] kiq ring mec 2 pipe 1 q 0
[ 2711.861108] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2711.861570] [drm] JPEG decode initialized successfully.
[ 2711.861593] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2711.861597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2711.861599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2711.861601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2711.861603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2711.861605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2711.861607] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2711.861609] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2711.861612] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2711.861614] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2711.861616] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2711.861618] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2711.861620] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2711.861622] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2711.861624] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2711.861626] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2711.865213] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2726.642491] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2726.642527] [drm] PSP is resuming...
[ 2726.718432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2726.824664] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2726.838460] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2726.838472] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2726.838480] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2726.838484] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2726.838538] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2726.892656] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2726.894139] [drm] DMUB hardware initialized: version=0x02020017
[ 2726.931817] [drm] kiq ring mec 2 pipe 1 q 0
[ 2726.936946] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2726.937455] [drm] JPEG decode initialized successfully.
[ 2726.937483] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2726.937489] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2726.937492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2726.937495] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2726.937497] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2726.937500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2726.937502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2726.937505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2726.937507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2726.937510] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2726.937512] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2726.937515] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2726.937517] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2726.937519] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2726.937522] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2726.937524] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2726.953172] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2741.619473] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2741.619513] [drm] PSP is resuming...
[ 2741.695438] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2741.795882] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2741.809678] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2741.809687] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2741.809695] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2741.809699] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2741.809752] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2741.863975] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2741.865382] [drm] DMUB hardware initialized: version=0x02020017
[ 2741.903382] [drm] kiq ring mec 2 pipe 1 q 0
[ 2741.908215] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2741.908526] [drm] JPEG decode initialized successfully.
[ 2741.908551] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2741.908554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2741.908557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2741.908559] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2741.908561] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2741.908563] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2741.908565] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2741.908567] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2741.908570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2741.908572] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2741.908574] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2741.908576] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2741.908578] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2741.908581] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2741.908583] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2741.908585] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2741.912132] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2771.642537] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2771.642573] [drm] PSP is resuming...
[ 2771.718444] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2771.818791] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2771.832699] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2771.832709] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2771.832717] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2771.832721] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2771.832778] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2771.886946] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2771.888360] [drm] DMUB hardware initialized: version=0x02020017
[ 2771.926156] [drm] kiq ring mec 2 pipe 1 q 0
[ 2771.931859] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2771.932014] [drm] JPEG decode initialized successfully.
[ 2771.932039] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2771.932042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2771.932045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2771.932048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2771.932050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2771.932052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2771.932054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2771.932056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2771.932059] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2771.932061] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2771.932092] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2771.932095] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2771.932097] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2771.932099] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2771.932102] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2771.932104] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2771.936109] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2801.666502] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2801.666538] [drm] PSP is resuming...
[ 2801.742555] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2801.843096] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2801.856912] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2801.856919] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2801.856926] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2801.856930] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2801.856984] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2801.911026] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2801.912455] [drm] DMUB hardware initialized: version=0x02020017
[ 2801.951183] [drm] kiq ring mec 2 pipe 1 q 0
[ 2801.956911] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2801.957095] [drm] JPEG decode initialized successfully.
[ 2801.957124] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2801.957130] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2801.957134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2801.957138] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2801.957142] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2801.957146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2801.957151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2801.957155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2801.957159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2801.957163] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2801.957167] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2801.957171] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2801.957175] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2801.957179] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2801.957183] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2801.957187] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2801.961251] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2831.650461] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2831.650496] [drm] PSP is resuming...
[ 2831.726435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2831.828078] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2831.841931] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2831.841944] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2831.841953] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2831.841959] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2831.842026] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2831.895860] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2831.897127] [drm] DMUB hardware initialized: version=0x02020017
[ 2831.935107] [drm] kiq ring mec 2 pipe 1 q 0
[ 2831.940674] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2831.940837] [drm] JPEG decode initialized successfully.
[ 2831.940861] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2831.940864] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2831.940867] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2831.940869] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2831.940871] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2831.940873] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2831.940875] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2831.940877] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2831.940879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2831.940881] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2831.940883] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2831.940886] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2831.940888] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2831.940890] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2831.940892] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2831.940894] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2831.944872] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2861.755530] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2861.755572] [drm] PSP is resuming...
[ 2861.831549] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2861.933434] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2861.947210] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2861.947216] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2861.947223] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2861.947227] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2861.947280] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2862.001874] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2862.003258] [drm] DMUB hardware initialized: version=0x02020017
[ 2862.041311] [drm] kiq ring mec 2 pipe 1 q 0
[ 2862.046465] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2862.046679] [drm] JPEG decode initialized successfully.
[ 2862.046704] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2862.046707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2862.046709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2862.046711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2862.046714] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2862.046716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2862.046718] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2862.046720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2862.046722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2862.046724] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2862.046726] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2862.046728] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2862.046730] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2862.046732] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2862.046734] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2862.046736] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2862.052659] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2862.059266] BTRFS error (device nvme1n1p3): level verify failed on logical 3949721763840 mirror 1 wanted 0 found 1
[ 2862.059273] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 3949721763840 mirror 1
[ 2862.059277] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2862.059302] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651029 has_first_key=1 first_key=(13048007 1 0) level=1
[ 2862.059310] CPU: 15 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2862.059316] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2862.059320] Call Trace:
[ 2862.059324]  <TASK>
[ 2862.059330]  dump_stack_lvl+0x5b/0x77
[ 2862.059339]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2862.059352]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2862.059360]  ? folio_unlock+0x1d/0x50
[ 2862.059370]  btrfs_read_extent_buffer+0x98/0x150
[ 2862.059380]  read_tree_block+0x43/0xa0
[ 2862.059386]  read_block_for_search+0x218/0x320
[ 2862.059402]  btrfs_search_slot+0x351/0xd30
[ 2862.059418]  btrfs_lookup_xattr+0x7b/0xe0
[ 2862.059429]  btrfs_getxattr+0x55/0x110
[ 2862.059438]  __vfs_getxattr+0x7e/0xb0
[ 2862.059448]  get_vfs_caps_from_disk+0x7a/0x220
[ 2862.059460]  audit_copy_inode+0x95/0xd0
[ 2862.059469]  filename_lookup+0x16b/0x1c0
[ 2862.059492]  ? _raw_spin_unlock+0x29/0x50
[ 2862.059501]  vfs_statx+0x8e/0x150
[ 2862.059512]  vfs_fstatat+0x51/0x70
[ 2862.059518]  __do_sys_newfstatat+0x2e/0x50
[ 2862.059536]  do_syscall_64+0x5b/0x80
[ 2862.059543]  ? lock_is_held_type+0xe8/0x140
[ 2862.059553]  ? do_syscall_64+0x67/0x80
[ 2862.059558]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2862.059564]  ? do_syscall_64+0x67/0x80
[ 2862.059568]  ? asm_exc_page_fault+0x22/0x30
[ 2862.059573]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2862.059579]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2862.059585] RIP: 0033:0x7f7b1b91e05e
[ 2862.059607] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2862.059612] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2862.059617] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2862.059621] RDX: 00007fffdc406320 RSI: 000055efe7ca5b80 RDI: 00000000ffffff9c
[ 2862.059625] RBP: 000055efe7e79850 R08: 0000000000000780 R09: 000055efe7e8f260
[ 2862.059628] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2862.059631] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2862.059649]  </TASK>
[ 2862.059652] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651029 has_first_key=1 first_key=(13048007 1 0) level=1
[ 2862.059658] CPU: 15 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2862.059662] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2862.059665] Call Trace:
[ 2862.059668]  <TASK>
[ 2862.059672]  dump_stack_lvl+0x5b/0x77
[ 2862.059678]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2862.059689]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2862.059696]  ? folio_unlock+0x1d/0x50
[ 2862.059704]  btrfs_read_extent_buffer+0x98/0x150
[ 2862.059713]  read_tree_block+0x43/0xa0
[ 2862.059719]  read_block_for_search+0x218/0x320
[ 2862.059734]  btrfs_search_slot+0x351/0xd30
[ 2862.059751]  btrfs_lookup_xattr+0x7b/0xe0
[ 2862.059761]  btrfs_getxattr+0x55/0x110
[ 2862.059770]  __vfs_getxattr+0x7e/0xb0
[ 2862.059778]  get_vfs_caps_from_disk+0x7a/0x220
[ 2862.059789]  audit_copy_inode+0x95/0xd0
[ 2862.059797]  filename_lookup+0x16b/0x1c0
[ 2862.059819]  ? _raw_spin_unlock+0x29/0x50
[ 2862.059827]  vfs_statx+0x8e/0x150
[ 2862.059837]  vfs_fstatat+0x51/0x70
[ 2862.059844]  __do_sys_newfstatat+0x2e/0x50
[ 2862.059863]  do_syscall_64+0x5b/0x80
[ 2862.059869]  ? lock_is_held_type+0xe8/0x140
[ 2862.059878]  ? do_syscall_64+0x67/0x80
[ 2862.059883]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2862.059889]  ? do_syscall_64+0x67/0x80
[ 2862.059893]  ? asm_exc_page_fault+0x22/0x30
[ 2862.059898]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2862.059904]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2862.059908] RIP: 0033:0x7f7b1b91e05e
[ 2862.059914] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2862.059917] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2862.059922] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2862.059926] RDX: 00007fffdc406320 RSI: 000055efe7ca5b80 RDI: 00000000ffffff9c
[ 2862.059929] RBP: 000055efe7e79850 R08: 0000000000000780 R09: 000055efe7e8f260
[ 2862.059932] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2862.059936] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2862.059952]  </TASK>
[ 2862.059956] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651029 has_first_key=1 first_key=(13048007 1 0) level=1
[ 2862.059961] CPU: 15 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 2862.059965] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2862.059968] Call Trace:
[ 2862.059971]  <TASK>
[ 2862.059975]  dump_stack_lvl+0x5b/0x77
[ 2862.059980]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 2862.059991]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2862.059999]  ? folio_unlock+0x1d/0x50
[ 2862.060007]  btrfs_read_extent_buffer+0x98/0x150
[ 2862.060016]  read_tree_block+0x43/0xa0
[ 2862.060022]  read_block_for_search+0x218/0x320
[ 2862.060036]  btrfs_search_slot+0x351/0xd30
[ 2862.060053]  btrfs_lookup_xattr+0x7b/0xe0
[ 2862.060063]  btrfs_getxattr+0x55/0x110
[ 2862.060072]  __vfs_getxattr+0x7e/0xb0
[ 2862.060079]  get_vfs_caps_from_disk+0x7a/0x220
[ 2862.060090]  audit_copy_inode+0x95/0xd0
[ 2862.060098]  filename_lookup+0x16b/0x1c0
[ 2862.060120]  ? _raw_spin_unlock+0x29/0x50
[ 2862.060128]  vfs_statx+0x8e/0x150
[ 2862.060138]  vfs_fstatat+0x51/0x70
[ 2862.060145]  __do_sys_newfstatat+0x2e/0x50
[ 2862.060163]  do_syscall_64+0x5b/0x80
[ 2862.060170]  ? lock_is_held_type+0xe8/0x140
[ 2862.060179]  ? do_syscall_64+0x67/0x80
[ 2862.060184]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2862.060190]  ? do_syscall_64+0x67/0x80
[ 2862.060195]  ? asm_exc_page_fault+0x22/0x30
[ 2862.060199]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2862.060205]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2862.060209] RIP: 0033:0x7f7b1b91e05e
[ 2862.060215] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 2862.060218] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 2862.060223] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 2862.060227] RDX: 00007fffdc406320 RSI: 000055efe7ca5b80 RDI: 00000000ffffff9c
[ 2862.060230] RBP: 000055efe7e79850 R08: 0000000000000780 R09: 000055efe7e8f260
[ 2862.060233] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 2862.060236] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 2862.060253]  </TASK>
[ 2891.778494] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2891.778528] [drm] PSP is resuming...
[ 2891.854550] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2891.955098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2891.968934] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2891.968942] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2891.968949] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2891.968953] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2891.969007] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2892.023050] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2892.024448] [drm] DMUB hardware initialized: version=0x02020017
[ 2892.062135] [drm] kiq ring mec 2 pipe 1 q 0
[ 2892.067849] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2892.068014] [drm] JPEG decode initialized successfully.
[ 2892.068039] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2892.068042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2892.068044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2892.068046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2892.068048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2892.068050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2892.068052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2892.068055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2892.068057] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2892.068059] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2892.068061] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2892.068080] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2892.068082] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2892.068085] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2892.068087] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2892.068089] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2892.072208] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2921.794506] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2921.794542] [drm] PSP is resuming...
[ 2921.870546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2921.972215] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2921.986027] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2921.986034] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2921.986041] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2921.986045] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2921.986112] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2922.040841] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2922.042218] [drm] DMUB hardware initialized: version=0x02020017
[ 2922.080061] [drm] kiq ring mec 2 pipe 1 q 0
[ 2922.085792] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2922.085955] [drm] JPEG decode initialized successfully.
[ 2922.085979] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2922.085982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2922.085984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2922.085986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2922.085988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2922.085990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2922.085993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2922.085995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2922.085997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2922.085999] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2922.086001] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2922.086003] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2922.086005] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2922.086007] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2922.086009] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2922.086011] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2922.090356] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2951.779525] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2951.779561] [drm] PSP is resuming...
[ 2951.855655] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2951.956351] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2951.970158] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2951.970167] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2951.970174] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2951.970178] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2951.970240] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2952.024995] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2952.026450] [drm] DMUB hardware initialized: version=0x02020017
[ 2952.065547] [drm] kiq ring mec 2 pipe 1 q 0
[ 2952.071100] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2952.071658] [drm] JPEG decode initialized successfully.
[ 2952.071699] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2952.071703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2952.071714] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2952.071724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2952.071726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2952.071728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2952.071731] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2952.071733] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2952.071735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2952.071737] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2952.071739] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2952.071741] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2952.071743] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2952.071746] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2952.071748] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2952.071750] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2952.077329] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2971.971478] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2971.971513] [drm] PSP is resuming...
[ 2972.047433] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2972.148782] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2972.162568] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2972.162577] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2972.162585] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2972.162588] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2972.162638] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2972.216788] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2972.218074] [drm] DMUB hardware initialized: version=0x02020017
[ 2972.256078] [drm] kiq ring mec 2 pipe 1 q 0
[ 2972.261143] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2972.261436] [drm] JPEG decode initialized successfully.
[ 2972.261461] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2972.261466] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2972.261469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2972.261472] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2972.261475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2972.261478] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2972.261481] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2972.261484] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2972.261487] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2972.261490] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2972.261493] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2972.261496] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2972.261499] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2972.261502] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2972.261505] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2972.261508] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2972.265025] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2981.826512] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2981.826547] [drm] PSP is resuming...
[ 2981.902562] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2982.003017] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2982.016935] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2982.016946] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2982.016954] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2982.016960] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2982.017018] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2982.071012] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2982.072443] [drm] DMUB hardware initialized: version=0x02020017
[ 2982.111145] [drm] kiq ring mec 2 pipe 1 q 0
[ 2982.116831] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2982.116994] [drm] JPEG decode initialized successfully.
[ 2982.117017] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2982.117021] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2982.117023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2982.117025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2982.117027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2982.117029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2982.117031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2982.117033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2982.117035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2982.117038] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2982.117040] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2982.117041] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2982.117043] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2982.117046] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2982.117048] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2982.117050] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2982.121185] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3011.842496] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3011.842532] [drm] PSP is resuming...
[ 3011.918438] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3012.018779] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3012.032572] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3012.032580] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3012.032587] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3012.032591] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3012.032644] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3012.087594] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3012.089002] [drm] DMUB hardware initialized: version=0x02020017
[ 3012.127228] [drm] kiq ring mec 2 pipe 1 q 0
[ 3012.132702] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3012.132865] [drm] JPEG decode initialized successfully.
[ 3012.132889] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3012.132892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3012.132894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3012.132896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3012.132898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3012.132900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3012.132902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3012.132904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3012.132906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3012.132909] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3012.132911] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3012.132913] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3012.132915] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3012.132917] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3012.132919] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3012.132921] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3012.137113] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3041.882498] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3041.882530] [drm] PSP is resuming...
[ 3041.958547] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3042.059212] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3042.073037] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3042.073050] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3042.073059] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3042.073085] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3042.073171] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3042.127882] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3042.129266] [drm] DMUB hardware initialized: version=0x02020017
[ 3042.167404] [drm] kiq ring mec 2 pipe 1 q 0
[ 3042.172547] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3042.172745] [drm] JPEG decode initialized successfully.
[ 3042.172769] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3042.172773] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3042.172775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3042.172777] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3042.172780] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3042.172782] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3042.172784] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3042.172786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3042.172788] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3042.172790] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3042.172793] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3042.172795] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3042.172797] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3042.172799] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3042.172801] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3042.172803] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3042.176296] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3071.938523] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3071.938559] [drm] PSP is resuming...
[ 3072.014552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3072.115882] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3072.129681] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3072.129691] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3072.129699] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3072.129703] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3072.129757] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3072.184241] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3072.185627] [drm] DMUB hardware initialized: version=0x02020017
[ 3072.224099] [drm] kiq ring mec 2 pipe 1 q 0
[ 3072.229962] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3072.230128] [drm] JPEG decode initialized successfully.
[ 3072.230155] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3072.230161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3072.230165] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3072.230169] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3072.230173] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3072.230177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3072.230181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3072.230184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3072.230188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3072.230192] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3072.230196] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3072.230201] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3072.230205] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3072.230208] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3072.230212] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3072.230216] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3072.233897] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3101.962491] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3101.962527] [drm] PSP is resuming...
[ 3102.038553] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3102.140100] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3102.153912] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3102.153920] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3102.153928] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3102.153932] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3102.153986] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3102.208919] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3102.210326] [drm] DMUB hardware initialized: version=0x02020017
[ 3102.248374] [drm] kiq ring mec 2 pipe 1 q 0
[ 3102.253909] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3102.254076] [drm] JPEG decode initialized successfully.
[ 3102.254101] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3102.254105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3102.254107] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3102.254109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3102.254112] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3102.254114] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3102.254116] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3102.254118] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3102.254120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3102.254123] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3102.254125] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3102.254127] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3102.254129] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3102.254131] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3102.254133] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3102.254135] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3102.258264] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3132.050523] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3132.050558] [drm] PSP is resuming...
[ 3132.126444] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3132.228098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3132.241921] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3132.241931] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3132.241938] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3132.241942] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3132.242026] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3132.295935] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3132.297340] [drm] DMUB hardware initialized: version=0x02020017
[ 3132.335060] [drm] kiq ring mec 2 pipe 1 q 0
[ 3132.340736] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3132.340899] [drm] JPEG decode initialized successfully.
[ 3132.340927] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3132.340931] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3132.340933] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3132.340935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3132.340937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3132.340939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3132.340941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3132.340943] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3132.340945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3132.340947] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3132.340949] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3132.340951] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3132.340953] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3132.340955] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3132.340957] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3132.340959] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3132.345162] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3162.066495] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3162.066530] [drm] PSP is resuming...
[ 3162.142548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3162.244098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3162.257910] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3162.257918] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3162.257925] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3162.257929] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3162.257985] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3162.312923] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3162.314323] [drm] DMUB hardware initialized: version=0x02020017
[ 3162.352436] [drm] kiq ring mec 2 pipe 1 q 0
[ 3162.357197] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3162.357600] [drm] JPEG decode initialized successfully.
[ 3162.357625] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3162.357628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3162.357631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3162.357633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3162.357635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3162.357637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3162.357639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3162.357641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3162.357643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3162.357645] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3162.357648] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3162.357650] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3162.357653] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3162.357655] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3162.357657] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3162.357659] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3162.361262] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3192.034729] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3192.034765] [drm] PSP is resuming...
[ 3192.110775] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3192.213544] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3192.227322] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3192.227331] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3192.227338] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3192.227342] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3192.227398] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3192.281924] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3192.283324] [drm] DMUB hardware initialized: version=0x02020017
[ 3192.322477] [drm] kiq ring mec 2 pipe 1 q 0
[ 3192.328149] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3192.328307] [drm] JPEG decode initialized successfully.
[ 3192.328336] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3192.328341] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3192.328345] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3192.328349] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3192.328353] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3192.328357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3192.328361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3192.328365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3192.328368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3192.328373] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3192.328377] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3192.328381] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3192.328384] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3192.328388] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3192.328392] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3192.328396] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3192.332459] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3222.066535] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3222.066577] [drm] PSP is resuming...
[ 3222.142540] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3222.244204] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3222.258372] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3222.258384] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3222.258391] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3222.258395] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3222.258447] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3222.312949] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3222.314363] [drm] DMUB hardware initialized: version=0x02020017
[ 3222.352154] [drm] kiq ring mec 2 pipe 1 q 0
[ 3222.357502] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3222.357708] [drm] JPEG decode initialized successfully.
[ 3222.357733] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3222.357737] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3222.357740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3222.357742] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3222.357744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3222.357746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3222.357749] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3222.357751] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3222.357753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3222.357755] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3222.357757] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3222.357760] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3222.357762] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3222.357764] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3222.357766] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3222.357768] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3222.361884] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3252.083451] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3252.083481] [drm] PSP is resuming...
[ 3252.159446] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3252.259786] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3252.273568] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3252.273576] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3252.273584] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3252.273588] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3252.273642] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3252.328797] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3252.330177] [drm] DMUB hardware initialized: version=0x02020017
[ 3252.368852] [drm] kiq ring mec 2 pipe 1 q 0
[ 3252.375279] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3252.375494] [drm] JPEG decode initialized successfully.
[ 3252.375523] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3252.375529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3252.375533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3252.375537] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3252.375541] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3252.375545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3252.375549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3252.375553] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3252.375557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3252.375561] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3252.375565] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3252.375569] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3252.375573] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3252.375577] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3252.375581] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3252.375585] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3252.379170] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3282.138503] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3282.138540] [drm] PSP is resuming...
[ 3282.214325] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3282.317564] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3282.331332] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3282.331344] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3282.331354] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3282.331360] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3282.331426] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3282.385841] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3282.387222] [drm] DMUB hardware initialized: version=0x02020017
[ 3282.424977] [drm] kiq ring mec 2 pipe 1 q 0
[ 3282.430713] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3282.430869] [drm] JPEG decode initialized successfully.
[ 3282.430894] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3282.430897] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3282.430900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3282.430902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3282.430904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3282.430906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3282.430908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3282.430910] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3282.430912] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3282.430915] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3282.430917] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3282.430919] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3282.430921] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3282.430923] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3282.430925] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3282.430927] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3282.434828] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3312.146470] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3312.146505] [drm] PSP is resuming...
[ 3312.222664] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3312.323774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3312.337571] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3312.337581] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3312.337589] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3312.337593] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3312.337650] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3312.393022] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3312.394422] [drm] DMUB hardware initialized: version=0x02020017
[ 3312.432437] [drm] kiq ring mec 2 pipe 1 q 0
[ 3312.438076] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3312.438235] [drm] JPEG decode initialized successfully.
[ 3312.438259] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3312.438263] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3312.438265] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3312.438267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3312.438270] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3312.438272] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3312.438274] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3312.438276] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3312.438278] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3312.438281] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3312.438283] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3312.438285] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3312.438287] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3312.438290] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3312.438292] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3312.438294] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3312.442049] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3342.170783] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3342.170816] [drm] PSP is resuming...
[ 3342.246690] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3342.347436] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3342.361214] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3342.361225] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3342.361232] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3342.361236] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3342.361292] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3342.416341] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3342.417794] [drm] DMUB hardware initialized: version=0x02020017
[ 3342.457862] [drm] kiq ring mec 2 pipe 1 q 0
[ 3342.463044] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3342.463253] [drm] JPEG decode initialized successfully.
[ 3342.463283] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3342.463289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3342.463293] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3342.463297] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3342.463300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3342.463304] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3342.463308] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3342.463311] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3342.463315] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3342.463318] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3342.463322] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3342.463326] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3342.463330] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3342.463333] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3342.463337] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3342.463340] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3342.467366] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3372.170544] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3372.170593] [drm] PSP is resuming...
[ 3372.246441] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3372.353552] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3372.367461] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3372.367473] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3372.367481] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3372.367485] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3372.367541] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3372.421689] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3372.423220] [drm] DMUB hardware initialized: version=0x02020017
[ 3372.459917] [drm] kiq ring mec 2 pipe 1 q 0
[ 3372.465156] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3372.465494] [drm] JPEG decode initialized successfully.
[ 3372.465518] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3372.465522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3372.465524] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3372.465526] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3372.465529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3372.465531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3372.465533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3372.465535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3372.465537] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3372.465539] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3372.465542] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3372.465544] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3372.465546] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3372.465548] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3372.465550] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3372.465552] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3372.469128] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3402.202518] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3402.202553] [drm] PSP is resuming...
[ 3402.278438] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3402.378794] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3402.396938] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3402.396955] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3402.396965] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3402.396971] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3402.397057] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3402.451867] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3402.453249] [drm] DMUB hardware initialized: version=0x02020017
[ 3402.491394] [drm] kiq ring mec 2 pipe 1 q 0
[ 3402.496763] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3402.496926] [drm] JPEG decode initialized successfully.
[ 3402.496950] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3402.496953] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3402.496956] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3402.496958] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3402.496960] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3402.496962] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3402.496965] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3402.496967] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3402.496969] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3402.496971] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3402.496973] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3402.496976] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3402.496978] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3402.496980] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3402.496982] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3402.496984] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3402.500938] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3432.203544] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3432.203587] [drm] PSP is resuming...
[ 3432.279434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3432.379879] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3432.393659] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3432.393670] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3432.393682] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3432.393686] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3432.393741] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3432.447895] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3432.449278] [drm] DMUB hardware initialized: version=0x02020017
[ 3432.487859] [drm] kiq ring mec 2 pipe 1 q 0
[ 3432.493195] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3432.493454] [drm] JPEG decode initialized successfully.
[ 3432.493478] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3432.493481] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3432.493483] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3432.493485] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3432.493487] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3432.493489] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3432.493492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3432.493494] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3432.493496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3432.493498] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3432.493500] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3432.493503] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3432.493505] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3432.493507] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3432.493509] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3432.493511] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3432.497053] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3462.218469] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3462.218503] [drm] PSP is resuming...
[ 3462.294429] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3462.396208] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3462.410025] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3462.410035] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3462.410041] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3462.410045] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3462.410140] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3462.464765] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3462.466155] [drm] DMUB hardware initialized: version=0x02020017
[ 3462.505188] [drm] kiq ring mec 2 pipe 1 q 0
[ 3462.510166] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3462.510514] [drm] JPEG decode initialized successfully.
[ 3462.510538] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3462.510542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3462.510545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3462.510547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3462.510549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3462.510551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3462.510553] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3462.510555] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3462.510557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3462.510560] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3462.510562] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3462.510564] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3462.510566] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3462.510568] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3462.510570] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3462.510572] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3462.519161] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3492.242572] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3492.242618] [drm] PSP is resuming...
[ 3492.318548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3492.418874] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3492.432709] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3492.432716] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3492.432724] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3492.432728] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3492.432778] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3492.486976] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3492.488396] [drm] DMUB hardware initialized: version=0x02020017
[ 3492.527480] [drm] kiq ring mec 2 pipe 1 q 0
[ 3492.532271] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3492.532633] [drm] JPEG decode initialized successfully.
[ 3492.532657] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3492.532660] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3492.532663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3492.532665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3492.532667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3492.532669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3492.532671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3492.532673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3492.532675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3492.532677] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3492.532679] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3492.532682] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3492.532684] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3492.532686] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3492.532688] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3492.532690] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3492.536217] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3522.306567] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3522.306617] [drm] PSP is resuming...
[ 3522.382657] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3522.482896] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3522.496677] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3522.496686] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3522.496693] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3522.496697] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3522.496748] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3522.551153] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3522.552526] [drm] DMUB hardware initialized: version=0x02020017
[ 3522.591391] [drm] kiq ring mec 2 pipe 1 q 0
[ 3522.596469] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3522.596709] [drm] JPEG decode initialized successfully.
[ 3522.596732] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3522.596735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3522.596737] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3522.596739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3522.596742] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3522.596744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3522.596746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3522.596748] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3522.596750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3522.596752] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3522.596754] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3522.596756] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3522.596758] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3522.596760] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3522.596762] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3522.596764] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3522.600102] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3552.330518] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3552.330555] [drm] PSP is resuming...
[ 3552.406549] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3552.507986] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3552.521804] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3552.521815] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3552.521824] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3552.521830] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3552.521887] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3552.576055] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3552.577352] [drm] DMUB hardware initialized: version=0x02020017
[ 3552.615168] [drm] kiq ring mec 2 pipe 1 q 0
[ 3552.620269] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3552.620634] [drm] JPEG decode initialized successfully.
[ 3552.620658] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3552.620661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3552.620664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3552.620666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3552.620668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3552.620670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3552.620672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3552.620674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3552.620676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3552.620679] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3552.620681] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3552.620683] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3552.620685] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3552.620687] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3552.620689] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3552.620692] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3552.624248] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3582.330539] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3582.330573] [drm] PSP is resuming...
[ 3582.406551] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3582.511097] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3582.524913] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3582.524929] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3582.524940] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3582.524950] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3582.525012] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3582.579078] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3582.580461] [drm] DMUB hardware initialized: version=0x02020017
[ 3582.618365] [drm] kiq ring mec 2 pipe 1 q 0
[ 3582.623368] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3582.623652] [drm] JPEG decode initialized successfully.
[ 3582.623684] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3582.623691] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3582.623696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3582.623700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3582.623705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3582.623709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3582.623714] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3582.623718] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3582.623722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3582.623727] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3582.623732] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3582.623736] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3582.623740] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3582.623745] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3582.623749] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3582.623754] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3582.628035] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3612.370542] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3612.370584] [drm] PSP is resuming...
[ 3612.446772] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3612.547682] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3612.561468] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3612.561479] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3612.561488] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3612.561494] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3612.561553] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3612.616025] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3612.617317] [drm] DMUB hardware initialized: version=0x02020017
[ 3612.655625] [drm] kiq ring mec 2 pipe 1 q 0
[ 3612.660574] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3612.660780] [drm] JPEG decode initialized successfully.
[ 3612.660808] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3612.660814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3612.660818] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3612.660822] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3612.660826] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3612.660830] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3612.660834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3612.660838] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3612.660842] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3612.660846] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3612.660850] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3612.660854] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3612.660858] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3612.660862] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3612.660866] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3612.660870] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3612.664414] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3642.362526] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3642.362563] [drm] PSP is resuming...
[ 3642.438543] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3642.540012] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3642.553793] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3642.553804] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3642.553812] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3642.553816] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3642.553870] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3642.608898] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3642.610339] [drm] DMUB hardware initialized: version=0x02020017
[ 3642.648710] [drm] kiq ring mec 2 pipe 1 q 0
[ 3642.653473] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3642.653689] [drm] JPEG decode initialized successfully.
[ 3642.653714] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3642.653717] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3642.653720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3642.653722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3642.653724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3642.653726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3642.653728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3642.653731] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3642.653733] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3642.653735] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3642.653737] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3642.653739] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3642.653742] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3642.653744] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3642.653746] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3642.653748] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3642.657232] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3672.418533] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3672.418569] [drm] PSP is resuming...
[ 3672.494548] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3672.595910] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3672.609701] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3672.609712] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3672.609721] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3672.609727] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3672.609785] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3672.664949] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3672.666355] [drm] DMUB hardware initialized: version=0x02020017
[ 3672.704464] [drm] kiq ring mec 2 pipe 1 q 0
[ 3672.709399] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3672.709616] [drm] JPEG decode initialized successfully.
[ 3672.709640] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3672.709643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3672.709646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3672.709648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3672.709650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3672.709652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3672.709655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3672.709657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3672.709659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3672.709661] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3672.709663] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3672.709666] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3672.709668] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3672.709670] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3672.709672] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3672.709674] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3672.713223] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3702.402509] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3702.402545] [drm] PSP is resuming...
[ 3702.478558] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3702.578768] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3702.592579] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3702.592590] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3702.592597] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3702.592601] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3702.592657] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3702.647688] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3702.649105] [drm] DMUB hardware initialized: version=0x02020017
[ 3702.687438] [drm] kiq ring mec 2 pipe 1 q 0
[ 3702.692942] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3702.693139] [drm] JPEG decode initialized successfully.
[ 3702.693164] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3702.693167] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3702.693170] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3702.693172] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3702.693175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3702.693177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3702.693179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3702.693181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3702.693183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3702.693185] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3702.693188] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3702.693190] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3702.693192] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3702.693194] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3702.693196] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3702.693198] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3702.697003] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3732.419471] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3732.419503] [drm] PSP is resuming...
[ 3732.495551] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3732.597213] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3732.611030] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3732.611042] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3732.611050] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3732.611054] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3732.611128] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3732.665000] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3732.666405] [drm] DMUB hardware initialized: version=0x02020017
[ 3732.704073] [drm] kiq ring mec 2 pipe 1 q 0
[ 3732.709886] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3732.710043] [drm] JPEG decode initialized successfully.
[ 3732.710086] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3732.710092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3732.710096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3732.710100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3732.710104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3732.710108] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3732.710111] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3732.710115] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3732.710119] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3732.710123] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3732.710127] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3732.710131] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3732.710135] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3732.710139] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3732.710143] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3732.710147] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3732.713939] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3762.442522] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3762.442559] [drm] PSP is resuming...
[ 3762.518569] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3762.618878] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3762.632732] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3762.632742] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3762.632749] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3762.632753] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3762.632807] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3762.687005] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3762.688400] [drm] DMUB hardware initialized: version=0x02020017
[ 3762.727074] [drm] kiq ring mec 2 pipe 1 q 0
[ 3762.732484] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3762.732672] [drm] JPEG decode initialized successfully.
[ 3762.732696] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3762.732700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3762.732703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3762.732705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3762.732707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3762.732709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3762.732711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3762.732714] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3762.732716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3762.732718] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3762.732720] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3762.732722] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3762.732724] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3762.732726] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3762.732728] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3762.732731] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3762.736197] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3762.752530] BTRFS error (device nvme1n1p3): level verify failed on logical 3949785497600 mirror 1 wanted 0 found 1
[ 3762.752538] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 3949785497600 mirror 1
[ 3762.752542] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 3762.752559] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651029 has_first_key=1 first_key=(20625633 1 0) level=1
[ 3762.752568] CPU: 11 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 3762.752572] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3762.752575] Call Trace:
[ 3762.752578]  <TASK>
[ 3762.752583]  dump_stack_lvl+0x5b/0x77
[ 3762.752590]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 3762.752599]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3762.752605]  ? folio_unlock+0x1d/0x50
[ 3762.752612]  btrfs_read_extent_buffer+0x98/0x150
[ 3762.752619]  read_tree_block+0x43/0xa0
[ 3762.752624]  read_block_for_search+0x218/0x320
[ 3762.752635]  btrfs_search_slot+0x351/0xd30
[ 3762.752647]  btrfs_lookup_xattr+0x7b/0xe0
[ 3762.752654]  btrfs_getxattr+0x55/0x110
[ 3762.752661]  __vfs_getxattr+0x7e/0xb0
[ 3762.752668]  get_vfs_caps_from_disk+0x7a/0x220
[ 3762.752677]  audit_copy_inode+0x95/0xd0
[ 3762.752683]  filename_lookup+0x16b/0x1c0
[ 3762.752700]  ? _raw_spin_unlock+0x29/0x50
[ 3762.752706]  vfs_statx+0x8e/0x150
[ 3762.752714]  vfs_fstatat+0x51/0x70
[ 3762.752719]  __do_sys_newfstatat+0x2e/0x50
[ 3762.752732]  do_syscall_64+0x5b/0x80
[ 3762.752736]  ? do_syscall_64+0x67/0x80
[ 3762.752740]  ? lock_is_held_type+0xe8/0x140
[ 3762.752746]  ? do_syscall_64+0x67/0x80
[ 3762.752750]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.752754]  ? do_syscall_64+0x67/0x80
[ 3762.752759]  ? do_syscall_64+0x67/0x80
[ 3762.752762]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.752766]  ? do_syscall_64+0x67/0x80
[ 3762.752770]  ? asm_exc_page_fault+0x22/0x30
[ 3762.752774]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.752778]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3762.752782] RIP: 0033:0x7f7b1b91e05e
[ 3762.752803] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 3762.752805] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 3762.752810] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 3762.752812] RDX: 00007fffdc406320 RSI: 000055efe7e6f9d0 RDI: 00000000ffffff9c
[ 3762.752815] RBP: 000055efe7e79990 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 3762.752817] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 3762.752819] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 3762.752831]  </TASK>
[ 3762.752833] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651029 has_first_key=1 first_key=(20625633 1 0) level=1
[ 3762.752837] CPU: 11 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 3762.752841] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3762.752843] Call Trace:
[ 3762.752845]  <TASK>
[ 3762.752847]  dump_stack_lvl+0x5b/0x77
[ 3762.752852]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 3762.752859]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3762.752864]  ? folio_unlock+0x1d/0x50
[ 3762.752870]  btrfs_read_extent_buffer+0x98/0x150
[ 3762.752876]  read_tree_block+0x43/0xa0
[ 3762.752880]  read_block_for_search+0x218/0x320
[ 3762.752890]  btrfs_search_slot+0x351/0xd30
[ 3762.752901]  btrfs_lookup_xattr+0x7b/0xe0
[ 3762.752908]  btrfs_getxattr+0x55/0x110
[ 3762.752914]  __vfs_getxattr+0x7e/0xb0
[ 3762.752920]  get_vfs_caps_from_disk+0x7a/0x220
[ 3762.752927]  audit_copy_inode+0x95/0xd0
[ 3762.752932]  filename_lookup+0x16b/0x1c0
[ 3762.752948]  ? _raw_spin_unlock+0x29/0x50
[ 3762.752953]  vfs_statx+0x8e/0x150
[ 3762.752960]  vfs_fstatat+0x51/0x70
[ 3762.752965]  __do_sys_newfstatat+0x2e/0x50
[ 3762.752977]  do_syscall_64+0x5b/0x80
[ 3762.752980]  ? do_syscall_64+0x67/0x80
[ 3762.752984]  ? lock_is_held_type+0xe8/0x140
[ 3762.752990]  ? do_syscall_64+0x67/0x80
[ 3762.752994]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.752998]  ? do_syscall_64+0x67/0x80
[ 3762.753003]  ? do_syscall_64+0x67/0x80
[ 3762.753006]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.753010]  ? do_syscall_64+0x67/0x80
[ 3762.753014]  ? asm_exc_page_fault+0x22/0x30
[ 3762.753018]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.753022]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3762.753025] RIP: 0033:0x7f7b1b91e05e
[ 3762.753029] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 3762.753031] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 3762.753035] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 3762.753037] RDX: 00007fffdc406320 RSI: 000055efe7e6f9d0 RDI: 00000000ffffff9c
[ 3762.753039] RBP: 000055efe7e79990 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 3762.753041] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 3762.753043] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 3762.753054]  </TASK>
[ 3762.753057] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651029 has_first_key=1 first_key=(20625633 1 0) level=1
[ 3762.753061] CPU: 11 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 3762.753063] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3762.753066] Call Trace:
[ 3762.753068]  <TASK>
[ 3762.753070]  dump_stack_lvl+0x5b/0x77
[ 3762.753074]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 3762.753081]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3762.753086]  ? folio_unlock+0x1d/0x50
[ 3762.753092]  btrfs_read_extent_buffer+0x98/0x150
[ 3762.753098]  read_tree_block+0x43/0xa0
[ 3762.753102]  read_block_for_search+0x218/0x320
[ 3762.753112]  btrfs_search_slot+0x351/0xd30
[ 3762.753123]  btrfs_lookup_xattr+0x7b/0xe0
[ 3762.753130]  btrfs_getxattr+0x55/0x110
[ 3762.753136]  __vfs_getxattr+0x7e/0xb0
[ 3762.753141]  get_vfs_caps_from_disk+0x7a/0x220
[ 3762.753149]  audit_copy_inode+0x95/0xd0
[ 3762.753154]  filename_lookup+0x16b/0x1c0
[ 3762.753169]  ? _raw_spin_unlock+0x29/0x50
[ 3762.753175]  vfs_statx+0x8e/0x150
[ 3762.753182]  vfs_fstatat+0x51/0x70
[ 3762.753186]  __do_sys_newfstatat+0x2e/0x50
[ 3762.753199]  do_syscall_64+0x5b/0x80
[ 3762.753202]  ? do_syscall_64+0x67/0x80
[ 3762.753206]  ? lock_is_held_type+0xe8/0x140
[ 3762.753212]  ? do_syscall_64+0x67/0x80
[ 3762.753216]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.753220]  ? do_syscall_64+0x67/0x80
[ 3762.753224]  ? do_syscall_64+0x67/0x80
[ 3762.753228]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.753232]  ? do_syscall_64+0x67/0x80
[ 3762.753236]  ? asm_exc_page_fault+0x22/0x30
[ 3762.753239]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3762.753243]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3762.753246] RIP: 0033:0x7f7b1b91e05e
[ 3762.753250] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 3762.753252] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 3762.753255] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 3762.753258] RDX: 00007fffdc406320 RSI: 000055efe7e6f9d0 RDI: 00000000ffffff9c
[ 3762.753260] RBP: 000055efe7e79990 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 3762.753262] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 3762.753264] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 3762.753275]  </TASK>
[ 3792.458494] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3792.458530] [drm] PSP is resuming...
[ 3792.534513] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3792.635053] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3792.648903] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3792.648912] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3792.648919] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3792.648923] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3792.648973] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3792.702927] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3792.704327] [drm] DMUB hardware initialized: version=0x02020017
[ 3792.743397] [drm] kiq ring mec 2 pipe 1 q 0
[ 3792.748746] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3792.748908] [drm] JPEG decode initialized successfully.
[ 3792.748934] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3792.748938] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3792.748941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3792.748944] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3792.748946] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3792.748949] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3792.748952] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3792.748954] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3792.748957] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3792.748960] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3792.748963] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3792.748966] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3792.748968] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3792.748971] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3792.748974] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3792.748977] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3792.753811] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3822.474528] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3822.474564] [drm] PSP is resuming...
[ 3822.550435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3822.652139] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3822.666019] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3822.666030] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3822.666038] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3822.666044] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3822.666120] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3822.720885] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3822.722285] [drm] DMUB hardware initialized: version=0x02020017
[ 3822.760079] [drm] kiq ring mec 2 pipe 1 q 0
[ 3822.765843] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3822.766003] [drm] JPEG decode initialized successfully.
[ 3822.766030] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3822.766036] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3822.766040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3822.766044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3822.766048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3822.766052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3822.766056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3822.766060] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3822.766088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3822.766093] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3822.766097] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3822.766101] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3822.766105] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3822.766108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3822.766113] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3822.766116] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3822.770166] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3852.570506] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3852.570542] [drm] PSP is resuming...
[ 3852.646541] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3852.748208] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3852.762015] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3852.762026] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3852.762034] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3852.762038] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3852.762110] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3852.816872] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3852.818280] [drm] DMUB hardware initialized: version=0x02020017
[ 3852.856378] [drm] kiq ring mec 2 pipe 1 q 0
[ 3852.861247] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3852.861538] [drm] JPEG decode initialized successfully.
[ 3852.861562] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3852.861566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3852.861568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3852.861570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3852.861573] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3852.861575] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3852.861577] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3852.861579] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3852.861581] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3852.861584] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3852.861586] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3852.861588] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3852.861590] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3852.861592] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3852.861594] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3852.861596] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3852.865802] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3882.555557] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3882.555597] [drm] PSP is resuming...
[ 3882.631557] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3882.732770] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3882.746567] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3882.746579] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3882.746585] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3882.746589] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3882.746644] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3882.801953] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3882.803379] [drm] DMUB hardware initialized: version=0x02020017
[ 3882.841545] [drm] kiq ring mec 2 pipe 1 q 0
[ 3882.846516] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3882.846722] [drm] JPEG decode initialized successfully.
[ 3882.846746] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3882.846750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3882.846753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3882.846756] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3882.846758] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3882.846761] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3882.846764] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3882.846766] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3882.846769] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3882.846772] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3882.846775] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3882.846777] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3882.846780] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3882.846783] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3882.846785] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3882.846788] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3882.850275] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3912.586489] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3912.586525] [drm] PSP is resuming...
[ 3912.662435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3912.765779] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3912.779567] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3912.779576] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3912.779584] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3912.779588] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3912.779641] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3912.833917] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3912.835328] [drm] DMUB hardware initialized: version=0x02020017
[ 3912.873393] [drm] kiq ring mec 2 pipe 1 q 0
[ 3912.878393] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3912.878628] [drm] JPEG decode initialized successfully.
[ 3912.878661] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3912.878669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3912.878676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3912.878682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3912.878688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3912.878694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3912.878700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3912.878706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3912.878712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3912.878718] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3912.878724] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3912.878730] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3912.878736] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3912.878742] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3912.878748] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3912.878754] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3912.882189] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3942.586518] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3942.586552] [drm] PSP is resuming...
[ 3942.662552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3942.762781] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3942.776570] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3942.776578] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3942.776585] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3942.776589] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3942.776639] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3942.831710] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3942.833103] [drm] DMUB hardware initialized: version=0x02020017
[ 3942.872107] [drm] kiq ring mec 2 pipe 1 q 0
[ 3942.878494] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3942.878702] [drm] JPEG decode initialized successfully.
[ 3942.878730] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3942.878734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3942.878736] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3942.878739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3942.878741] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3942.878743] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3942.878745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3942.878747] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3942.878750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3942.878752] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3942.878754] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3942.878756] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3942.878758] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3942.878761] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3942.878763] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3942.878765] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3942.882249] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3972.650502] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3972.650534] [drm] PSP is resuming...
[ 3972.726550] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3972.828206] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3972.842015] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3972.842025] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3972.842033] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3972.842040] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3972.842125] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3972.896023] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3972.897421] [drm] DMUB hardware initialized: version=0x02020017
[ 3972.935414] [drm] kiq ring mec 2 pipe 1 q 0
[ 3972.940821] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3972.940988] [drm] JPEG decode initialized successfully.
[ 3972.941025] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3972.941029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3972.941033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3972.941036] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3972.941039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3972.941042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3972.941045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3972.941047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3972.941050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3972.941054] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3972.941060] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3972.941091] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3972.941097] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3972.941104] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3972.941110] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3972.941117] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3972.945179] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3980.114465] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3980.114499] [drm] PSP is resuming...
[ 3980.190440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3980.291852] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3980.305742] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3980.305757] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3980.305767] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3980.305774] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3980.305839] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3980.359814] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3980.361201] [drm] DMUB hardware initialized: version=0x02020017
[ 3980.399163] [drm] kiq ring mec 2 pipe 1 q 0
[ 3980.404292] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3980.404491] [drm] JPEG decode initialized successfully.
[ 3980.404516] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3980.404520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3980.404522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3980.404525] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3980.404527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3980.404529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3980.404531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3980.404533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3980.404535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3980.404538] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3980.404540] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3980.404542] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3980.404544] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3980.404546] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3980.404548] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3980.404550] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3980.408133] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4002.643553] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4002.643594] [drm] PSP is resuming...
[ 4002.719571] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4002.821838] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4002.835707] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4002.835718] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4002.835725] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4002.835729] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4002.835784] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4002.890873] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4002.892329] [drm] DMUB hardware initialized: version=0x02020017
[ 4002.932059] [drm] kiq ring mec 2 pipe 1 q 0
[ 4002.938338] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4002.938646] [drm] JPEG decode initialized successfully.
[ 4002.938671] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4002.938675] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4002.938677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4002.938679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4002.938682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4002.938684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4002.938686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4002.938688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4002.938690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4002.938692] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4002.938695] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4002.938697] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4002.938699] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4002.938701] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4002.938703] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4002.938705] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4002.942241] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4032.691432] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4032.691463] [drm] PSP is resuming...
[ 4032.767333] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4032.868889] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4032.882683] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4032.882693] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4032.882700] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4032.882704] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4032.882758] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4032.936828] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4032.938222] [drm] DMUB hardware initialized: version=0x02020017
[ 4032.975915] [drm] kiq ring mec 2 pipe 1 q 0
[ 4032.981630] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4032.981796] [drm] JPEG decode initialized successfully.
[ 4032.981820] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4032.981823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4032.981825] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4032.981828] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4032.981830] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4032.981832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4032.981834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4032.981836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4032.981838] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4032.981840] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4032.981842] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4032.981844] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4032.981846] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4032.981848] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4032.981851] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4032.981853] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4032.985973] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4062.683528] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4062.683571] [drm] PSP is resuming...
[ 4062.759546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4062.861207] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4062.875008] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4062.875018] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4062.875026] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4062.875030] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4062.875121] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4062.929053] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4062.930336] [drm] DMUB hardware initialized: version=0x02020017
[ 4062.968391] [drm] kiq ring mec 2 pipe 1 q 0
[ 4062.973416] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4062.973628] [drm] JPEG decode initialized successfully.
[ 4062.973653] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4062.973656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4062.973658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4062.973661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4062.973663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4062.973665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4062.973667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4062.973669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4062.973671] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4062.973673] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4062.973676] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4062.973678] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4062.973680] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4062.973682] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4062.973684] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4062.973686] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4062.977287] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4092.675432] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4092.675462] [drm] PSP is resuming...
[ 4092.751446] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4092.853101] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4092.866911] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4092.866923] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4092.866930] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4092.866934] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4092.867022] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4092.920923] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4092.922212] [drm] DMUB hardware initialized: version=0x02020017
[ 4092.960059] [drm] kiq ring mec 2 pipe 1 q 0
[ 4092.965758] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4092.965922] [drm] JPEG decode initialized successfully.
[ 4092.965946] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4092.965949] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4092.965952] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4092.965954] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4092.965956] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4092.965958] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4092.965960] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4092.965962] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4092.965964] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4092.965967] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4092.965969] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4092.965971] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4092.965973] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4092.965976] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4092.965978] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4092.965980] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4092.970087] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4122.698517] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4122.698559] [drm] PSP is resuming...
[ 4122.774436] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4122.874541] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4122.888323] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4122.888333] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4122.888340] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4122.888344] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4122.888400] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4122.942931] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4122.944337] [drm] DMUB hardware initialized: version=0x02020017
[ 4122.983026] [drm] kiq ring mec 2 pipe 1 q 0
[ 4122.988808] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4122.988963] [drm] JPEG decode initialized successfully.
[ 4122.988986] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4122.988989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4122.988992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4122.988994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4122.988996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4122.988998] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4122.989000] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4122.989002] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4122.989004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4122.989007] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4122.989009] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4122.989011] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4122.989013] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4122.989015] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4122.989017] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4122.989019] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4122.993079] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4152.738509] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4152.738554] [drm] PSP is resuming...
[ 4152.814441] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4152.916217] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4152.930034] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4152.930044] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4152.930051] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4152.930055] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4152.930128] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4152.984733] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4152.986116] [drm] DMUB hardware initialized: version=0x02020017
[ 4153.024243] [drm] kiq ring mec 2 pipe 1 q 0
[ 4153.029212] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4153.029519] [drm] JPEG decode initialized successfully.
[ 4153.029543] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4153.029547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4153.029549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4153.029551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4153.029554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4153.029556] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4153.029558] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4153.029560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4153.029562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4153.029565] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4153.029567] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4153.029569] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4153.029571] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4153.029574] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4153.029576] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4153.029578] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4153.033164] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4182.842567] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4182.842609] [drm] PSP is resuming...
[ 4182.918541] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4183.020100] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4183.033893] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4183.033903] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4183.033910] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4183.033914] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4183.033964] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4183.087973] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4183.089379] [drm] DMUB hardware initialized: version=0x02020017
[ 4183.127381] [drm] kiq ring mec 2 pipe 1 q 0
[ 4183.132351] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4183.132616] [drm] JPEG decode initialized successfully.
[ 4183.132640] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4183.132644] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4183.132646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4183.132648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4183.132650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4183.132652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4183.132654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4183.132656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4183.132658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4183.132660] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4183.132662] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4183.132664] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4183.132666] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4183.132668] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4183.132670] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4183.132672] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4183.142163] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4212.866466] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4212.866504] [drm] PSP is resuming...
[ 4212.942549] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4213.050564] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4213.064461] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4213.064473] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4213.064481] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4213.064485] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4213.064539] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4213.118754] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4213.120233] [drm] DMUB hardware initialized: version=0x02020017
[ 4213.158022] [drm] kiq ring mec 2 pipe 1 q 0
[ 4213.163183] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4213.163588] [drm] JPEG decode initialized successfully.
[ 4213.163613] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4213.163617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4213.163619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4213.163621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4213.163624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4213.163626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4213.163628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4213.163631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4213.163633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4213.163635] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4213.163638] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4213.163640] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4213.163642] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4213.163645] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4213.163647] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4213.163649] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4213.167232] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4242.882493] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4242.882546] [drm] PSP is resuming...
[ 4242.958438] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4243.058549] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4243.073107] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4243.073120] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4243.073128] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4243.073133] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4243.073188] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4243.126979] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4243.128391] [drm] DMUB hardware initialized: version=0x02020017
[ 4243.167126] [drm] kiq ring mec 2 pipe 1 q 0
[ 4243.172372] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4243.172586] [drm] JPEG decode initialized successfully.
[ 4243.172615] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4243.172621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4243.172626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4243.172630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4243.172632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4243.172634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4243.172637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4243.172639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4243.172641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4243.172643] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4243.172645] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4243.172648] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4243.172650] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4243.172653] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4243.172657] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4243.172661] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4243.176168] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4272.907551] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4272.907594] [drm] PSP is resuming...
[ 4272.983546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4273.084002] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4273.098013] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4273.098024] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4273.098031] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4273.098035] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4273.098128] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4273.152909] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4273.154310] [drm] DMUB hardware initialized: version=0x02020017
[ 4273.192380] [drm] kiq ring mec 2 pipe 1 q 0
[ 4273.197412] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4273.197623] [drm] JPEG decode initialized successfully.
[ 4273.197648] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4273.197652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4273.197656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4273.197658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4273.197661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4273.197664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4273.197668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4273.197670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4273.197673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4273.197677] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4273.197680] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4273.197683] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4273.197686] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4273.197689] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4273.197692] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4273.197695] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4273.201206] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4302.890678] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4302.890722] [drm] PSP is resuming...
[ 4302.966777] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4303.067214] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4303.081041] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4303.081051] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4303.081060] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4303.081085] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4303.081145] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4303.135166] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4303.136551] [drm] DMUB hardware initialized: version=0x02020017
[ 4303.174585] [drm] kiq ring mec 2 pipe 1 q 0
[ 4303.179483] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4303.179797] [drm] JPEG decode initialized successfully.
[ 4303.179824] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4303.179829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4303.179833] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4303.179837] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4303.179841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4303.179845] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4303.179849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4303.179852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4303.179856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4303.179860] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4303.179864] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4303.179868] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4303.179871] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4303.179875] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4303.179879] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4303.179883] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4303.183439] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4332.906513] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4332.906550] [drm] PSP is resuming...
[ 4332.982437] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4333.084101] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4333.097893] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4333.097902] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4333.097909] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4333.097913] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4333.097989] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4333.151949] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4333.153363] [drm] DMUB hardware initialized: version=0x02020017
[ 4333.191304] [drm] kiq ring mec 2 pipe 1 q 0
[ 4333.196267] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4333.196481] [drm] JPEG decode initialized successfully.
[ 4333.196505] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4333.196509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4333.196511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4333.196513] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4333.196515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4333.196517] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4333.196519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4333.196521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4333.196523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4333.196526] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4333.196528] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4333.196530] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4333.196532] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4333.196534] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4333.196536] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4333.196538] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4333.206096] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4362.954500] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4362.954535] [drm] PSP is resuming...
[ 4363.030552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4363.130658] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4363.144466] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4363.144474] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4363.144481] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4363.144485] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4363.144537] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4363.199061] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4363.200391] [drm] DMUB hardware initialized: version=0x02020017
[ 4363.239309] [drm] kiq ring mec 2 pipe 1 q 0
[ 4363.244262] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4363.244577] [drm] JPEG decode initialized successfully.
[ 4363.244600] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4363.244603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4363.244606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4363.244608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4363.244610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4363.244613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4363.244615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4363.244617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4363.244619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4363.244621] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4363.244624] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4363.244626] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4363.244628] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4363.244630] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4363.244632] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4363.244634] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4363.248206] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4392.954486] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4392.954522] [drm] PSP is resuming...
[ 4393.036140] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4393.136708] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4393.150589] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4393.150603] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4393.150612] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4393.150618] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4393.150676] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4393.204869] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4393.206349] [drm] DMUB hardware initialized: version=0x02020017
[ 4393.243020] [drm] kiq ring mec 2 pipe 1 q 0
[ 4393.249160] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4393.249572] [drm] JPEG decode initialized successfully.
[ 4393.249597] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4393.249600] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4393.249602] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4393.249604] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4393.249606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4393.249608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4393.249610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4393.249612] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4393.249614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4393.249616] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4393.249619] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4393.249621] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4393.249623] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4393.249625] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4393.249627] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4393.249629] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4393.253209] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4422.938511] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4422.938547] [drm] PSP is resuming...
[ 4423.014544] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4423.116325] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4423.130129] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4423.130140] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4423.130148] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4423.130152] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4423.130209] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4423.184772] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4423.186151] [drm] DMUB hardware initialized: version=0x02020017
[ 4423.224387] [drm] kiq ring mec 2 pipe 1 q 0
[ 4423.229827] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4423.229990] [drm] JPEG decode initialized successfully.
[ 4423.230014] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4423.230017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4423.230020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4423.230022] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4423.230024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4423.230026] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4423.230028] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4423.230030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4423.230032] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4423.230034] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4423.230037] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4423.230039] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4423.230041] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4423.230043] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4423.230045] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4423.230047] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4423.234208] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4452.955515] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4452.955553] [drm] PSP is resuming...
[ 4453.031432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4453.131892] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4453.145685] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4453.145695] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4453.145702] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4453.145706] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4453.145759] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4453.200588] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4453.202002] [drm] DMUB hardware initialized: version=0x02020017
[ 4453.240417] [drm] kiq ring mec 2 pipe 1 q 0
[ 4453.245731] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4453.245896] [drm] JPEG decode initialized successfully.
[ 4453.245920] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4453.245923] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4453.245926] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4453.245928] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4453.245930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4453.245932] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4453.245934] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4453.245937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4453.245939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4453.245941] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4453.245944] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4453.245946] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4453.245948] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4453.245951] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4453.245953] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4453.245955] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4453.250075] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4482.994448] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4482.994479] [drm] PSP is resuming...
[ 4483.070324] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4483.171769] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4483.185582] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4483.185593] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4483.185602] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4483.185606] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4483.185661] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4483.239782] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4483.241090] [drm] DMUB hardware initialized: version=0x02020017
[ 4483.278894] [drm] kiq ring mec 2 pipe 1 q 0
[ 4483.284736] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4483.284894] [drm] JPEG decode initialized successfully.
[ 4483.284918] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4483.284922] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4483.284924] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4483.284926] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4483.284928] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4483.284930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4483.284932] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4483.284935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4483.284937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4483.284939] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4483.284941] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4483.284943] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4483.284945] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4483.284948] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4483.284950] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4483.284952] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4483.289734] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4513.058512] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4513.058548] [drm] PSP is resuming...
[ 4513.134560] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4513.235888] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4513.249698] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4513.249711] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4513.249720] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4513.249725] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4513.249782] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4513.303943] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4513.305266] [drm] DMUB hardware initialized: version=0x02020017
[ 4513.343497] [drm] kiq ring mec 2 pipe 1 q 0
[ 4513.348870] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4513.349032] [drm] JPEG decode initialized successfully.
[ 4513.349058] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4513.349062] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4513.349091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4513.349093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4513.349096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4513.349098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4513.349100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4513.349102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4513.349104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4513.349106] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4513.349109] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4513.349113] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4513.349117] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4513.349121] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4513.349125] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4513.349129] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4513.353225] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4543.058490] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4543.058522] [drm] PSP is resuming...
[ 4543.134546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4543.240026] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4543.253906] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4543.253914] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4543.253921] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4543.253925] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4543.253979] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4543.307884] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4543.309265] [drm] DMUB hardware initialized: version=0x02020017
[ 4543.347119] [drm] kiq ring mec 2 pipe 1 q 0
[ 4543.352302] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4543.352542] [drm] JPEG decode initialized successfully.
[ 4543.352566] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4543.352570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4543.352572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4543.352574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4543.352577] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4543.352579] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4543.352581] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4543.352583] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4543.352585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4543.352588] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4543.352590] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4543.352592] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4543.352594] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4543.352596] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4543.352598] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4543.352601] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4543.361709] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4573.082482] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4573.082514] [drm] PSP is resuming...
[ 4573.158433] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4573.259992] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4573.280477] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4573.280488] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4573.280495] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4573.280499] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4573.280553] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4573.334661] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4573.336146] [drm] DMUB hardware initialized: version=0x02020017
[ 4573.373380] [drm] kiq ring mec 2 pipe 1 q 0
[ 4573.378229] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4573.378579] [drm] JPEG decode initialized successfully.
[ 4573.378603] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4573.378606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4573.378608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4573.378610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4573.378612] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4573.378614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4573.378616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4573.378619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4573.378621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4573.378623] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4573.378625] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4573.378627] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4573.378629] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4573.378631] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4573.378633] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4573.378635] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4573.382118] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4691.594505] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4691.594547] [drm] PSP is resuming...
[ 4691.670442] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4691.771998] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4691.785935] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4691.785953] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4691.785963] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4691.785968] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4691.786034] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4691.840808] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4691.842178] [drm] DMUB hardware initialized: version=0x02020017
[ 4691.880165] [drm] kiq ring mec 2 pipe 1 q 0
[ 4691.885280] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4691.885497] [drm] JPEG decode initialized successfully.
[ 4691.885522] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4691.885527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4691.885529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4691.885532] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4691.885534] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4691.885536] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4691.885538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4691.885540] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4691.885542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4691.885544] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4691.885546] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4691.885548] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4691.885550] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4691.885552] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4691.885554] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4691.885556] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4691.889958] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4723.810837] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4723.810922] [drm] PSP is resuming...
[ 4723.886875] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4723.988539] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4724.002325] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4724.002333] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4724.002340] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4724.002344] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4724.002430] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4724.057187] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4724.058558] [drm] DMUB hardware initialized: version=0x02020017
[ 4724.097101] [drm] kiq ring mec 2 pipe 1 q 0
[ 4724.102251] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4724.102410] [drm] JPEG decode initialized successfully.
[ 4724.102433] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4724.102436] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4724.102439] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4724.102441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4724.102443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4724.102445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4724.102447] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4724.102449] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4724.102451] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4724.102453] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4724.102455] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4724.102458] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4724.102460] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4724.102462] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4724.102464] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4724.102466] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4724.106297] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4734.779468] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4734.779501] [drm] PSP is resuming...
[ 4734.855434] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4734.957109] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4734.971055] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4734.971092] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4734.971105] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4734.971116] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4734.971183] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4735.024798] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4735.026099] [drm] DMUB hardware initialized: version=0x02020017
[ 4735.063986] [drm] kiq ring mec 2 pipe 1 q 0
[ 4735.069656] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4735.069819] [drm] JPEG decode initialized successfully.
[ 4735.069843] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4735.069847] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4735.069849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4735.069852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4735.069855] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4735.069857] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4735.069860] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4735.069863] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4735.069865] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4735.069868] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4735.069871] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4735.069873] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4735.069876] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4735.069879] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4735.069881] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4735.069884] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4735.073981] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4742.546540] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4742.546587] [drm] PSP is resuming...
[ 4742.622440] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4742.722887] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4742.736690] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4742.736699] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4742.736706] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4742.736710] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4742.736763] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4742.791567] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4742.792962] [drm] DMUB hardware initialized: version=0x02020017
[ 4742.831380] [drm] kiq ring mec 2 pipe 1 q 0
[ 4742.836173] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4742.836475] [drm] JPEG decode initialized successfully.
[ 4742.836502] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4742.836507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4742.836511] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4742.836516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4742.836519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4742.836523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4742.836527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4742.836531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4742.836534] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4742.836536] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4742.836539] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4742.836541] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4742.836543] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4742.836545] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4742.836547] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4742.836549] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4742.840096] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4753.250559] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4753.250603] [drm] PSP is resuming...
[ 4753.326657] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4753.428877] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4753.442677] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4753.442686] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4753.442694] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4753.442698] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4753.442757] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4753.498020] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4753.499421] [drm] DMUB hardware initialized: version=0x02020017
[ 4753.537547] [drm] kiq ring mec 2 pipe 1 q 0
[ 4753.542387] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4753.542744] [drm] JPEG decode initialized successfully.
[ 4753.542768] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4753.542772] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4753.542775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4753.542777] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4753.542779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4753.542781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4753.542784] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4753.542786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4753.542788] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4753.542790] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4753.542792] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4753.542795] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4753.542797] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4753.542799] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4753.542801] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4753.542803] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4753.546369] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4783.274517] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4783.274552] [drm] PSP is resuming...
[ 4783.350596] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4783.451099] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4783.464916] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4783.464927] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4783.464935] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4783.464939] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4783.465010] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4783.518924] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4783.520310] [drm] DMUB hardware initialized: version=0x02020017
[ 4783.558299] [drm] kiq ring mec 2 pipe 1 q 0
[ 4783.563702] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4783.563867] [drm] JPEG decode initialized successfully.
[ 4783.563892] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4783.563895] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4783.563898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4783.563900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4783.563902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4783.563904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4783.563906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4783.563908] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4783.563910] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4783.563912] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4783.563914] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4783.563917] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4783.563919] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4783.563921] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4783.563923] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4783.563925] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4783.567890] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4813.226527] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4813.226571] [drm] PSP is resuming...
[ 4813.302568] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4813.403190] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4813.416903] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4813.416912] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4813.416919] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4813.416923] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4813.416976] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4813.471099] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4813.472384] [drm] DMUB hardware initialized: version=0x02020017
[ 4813.510315] [drm] kiq ring mec 2 pipe 1 q 0
[ 4813.515959] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4813.516134] [drm] JPEG decode initialized successfully.
[ 4813.516158] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4813.516161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4813.516164] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4813.516166] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4813.516168] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4813.516170] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4813.516172] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4813.516174] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4813.516177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4813.516179] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4813.516181] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4813.516183] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4813.516185] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4813.516187] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4813.516189] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4813.516191] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4813.519926] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4843.306492] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4843.306527] [drm] PSP is resuming...
[ 4843.382671] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4843.483331] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4843.497102] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4843.497113] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4843.497122] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4843.497127] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4843.497187] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4843.551897] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4843.553278] [drm] DMUB hardware initialized: version=0x02020017
[ 4843.591313] [drm] kiq ring mec 2 pipe 1 q 0
[ 4843.596340] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4843.596632] [drm] JPEG decode initialized successfully.
[ 4843.596656] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4843.596659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4843.596662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4843.596664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4843.596666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4843.596668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4843.596670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4843.596672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4843.596674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4843.596676] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4843.596678] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4843.596680] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4843.596682] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4843.596684] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4843.596686] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4843.596688] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4843.600222] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4873.298549] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4873.298597] [drm] PSP is resuming...
[ 4873.374655] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4873.476106] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4873.489918] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4873.489929] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4873.489937] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4873.489941] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4873.489994] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4873.544109] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4873.545518] [drm] DMUB hardware initialized: version=0x02020017
[ 4873.583435] [drm] kiq ring mec 2 pipe 1 q 0
[ 4873.588407] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4873.588620] [drm] JPEG decode initialized successfully.
[ 4873.588645] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4873.588648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4873.588650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4873.588653] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4873.588655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4873.588657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4873.588659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4873.588661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4873.588663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4873.588666] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4873.588668] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4873.588670] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4873.588672] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4873.588675] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4873.588677] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4873.588679] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4873.592314] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4903.322525] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4903.322568] [drm] PSP is resuming...
[ 4903.398559] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4903.498883] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4903.512678] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4903.512686] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4903.512693] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4903.512696] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4903.512750] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4903.567007] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4903.568432] [drm] DMUB hardware initialized: version=0x02020017
[ 4903.606114] [drm] kiq ring mec 2 pipe 1 q 0
[ 4903.611371] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4903.611626] [drm] JPEG decode initialized successfully.
[ 4903.611658] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4903.611663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4903.611668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4903.611673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4903.611677] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4903.611682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4903.611687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4903.611691] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4903.611695] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4903.611700] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4903.611704] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4903.611709] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4903.611713] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4903.611718] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4903.611722] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4903.611726] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4903.615229] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4933.306551] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4933.306596] [drm] PSP is resuming...
[ 4933.382549] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4933.482990] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4933.496796] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4933.496810] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4933.496817] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4933.496821] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4933.496874] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4933.551657] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4933.553047] [drm] DMUB hardware initialized: version=0x02020017
[ 4933.591509] [drm] kiq ring mec 2 pipe 1 q 0
[ 4933.596832] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4933.596997] [drm] JPEG decode initialized successfully.
[ 4933.597022] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4933.597025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4933.597027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4933.597030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4933.597032] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4933.597034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4933.597037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4933.597039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4933.597041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4933.597043] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4933.597045] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4933.597047] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4933.597050] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4933.597052] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4933.597054] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4933.597056] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4933.600899] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4963.378458] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4963.378489] [drm] PSP is resuming...
[ 4963.455102] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4963.555577] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4963.569339] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4963.569351] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4963.569360] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4963.569366] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4963.569427] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4963.624824] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4963.626209] [drm] DMUB hardware initialized: version=0x02020017
[ 4963.664627] [drm] kiq ring mec 2 pipe 1 q 0
[ 4963.669837] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4963.669998] [drm] JPEG decode initialized successfully.
[ 4963.670028] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4963.670033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4963.670037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4963.670041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4963.670045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4963.670049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4963.670053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4963.670057] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4963.670061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4963.670084] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4963.670089] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4963.670093] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4963.670097] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4963.670101] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4963.670105] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4963.670109] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4963.677935] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4993.410492] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4993.410527] [drm] PSP is resuming...
[ 4993.486559] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4993.588212] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4993.602009] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4993.602019] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4993.602026] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4993.602030] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4993.602129] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4993.656922] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4993.658326] [drm] DMUB hardware initialized: version=0x02020017
[ 4993.696544] [drm] kiq ring mec 2 pipe 1 q 0
[ 4993.701954] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4993.702147] [drm] JPEG decode initialized successfully.
[ 4993.702172] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4993.702176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4993.702178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4993.702180] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4993.702182] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4993.702185] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4993.702187] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4993.702189] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4993.702191] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4993.702193] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4993.702196] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4993.702198] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4993.702200] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4993.702202] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4993.702204] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4993.702206] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4993.706108] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5023.499567] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5023.499611] [drm] PSP is resuming...
[ 5023.575552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5023.675671] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5023.689330] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5023.689339] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5023.689346] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5023.689350] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5023.689405] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5023.743984] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5023.745297] [drm] DMUB hardware initialized: version=0x02020017
[ 5023.784422] [drm] kiq ring mec 2 pipe 1 q 0
[ 5023.789372] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5023.789616] [drm] JPEG decode initialized successfully.
[ 5023.789639] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5023.789643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5023.789645] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5023.789647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5023.789650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5023.789652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5023.789654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5023.789656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5023.789658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5023.789660] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5023.789663] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5023.789665] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5023.789667] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5023.789669] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5023.789671] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5023.789673] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5023.793209] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5053.506485] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5053.506520] [drm] PSP is resuming...
[ 5053.582324] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5053.682661] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5053.696457] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5053.696466] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5053.696473] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5053.696477] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5053.696531] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5053.750756] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5053.752143] [drm] DMUB hardware initialized: version=0x02020017
[ 5053.791256] [drm] kiq ring mec 2 pipe 1 q 0
[ 5053.796198] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5053.796415] [drm] JPEG decode initialized successfully.
[ 5053.796444] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5053.796450] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5053.796454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5053.796458] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5053.796462] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5053.796466] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5053.796471] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5053.796475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5053.796479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5053.796483] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5053.796487] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5053.796491] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5053.796495] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5053.796499] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5053.796503] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5053.796507] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5053.800727] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5083.531480] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5083.531512] [drm] PSP is resuming...
[ 5083.607661] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5083.708096] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5083.721896] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5083.721904] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5083.721911] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5083.721915] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5083.721966] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5083.776108] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5083.777388] [drm] DMUB hardware initialized: version=0x02020017
[ 5083.815462] [drm] kiq ring mec 2 pipe 1 q 0
[ 5083.820945] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5083.821116] [drm] JPEG decode initialized successfully.
[ 5083.821140] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5083.821144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5083.821147] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5083.821149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5083.821152] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5083.821154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5083.821157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5083.821159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5083.821162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5083.821164] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5083.821167] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5083.821169] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5083.821172] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5083.821174] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5083.821177] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5083.821179] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5083.825331] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5113.530539] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5113.530582] [drm] PSP is resuming...
[ 5113.606560] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5113.711099] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5113.724793] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5113.724802] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5113.724809] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5113.724813] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5113.724867] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5113.779731] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5113.781113] [drm] DMUB hardware initialized: version=0x02020017
[ 5113.819976] [drm] kiq ring mec 2 pipe 1 q 0
[ 5113.825850] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5113.826013] [drm] JPEG decode initialized successfully.
[ 5113.826037] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5113.826041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5113.826043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5113.826045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5113.826047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5113.826049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5113.826051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5113.826053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5113.826055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5113.826058] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5113.826060] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5113.826062] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5113.826081] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5113.826085] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5113.826089] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5113.826093] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5113.830054] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5143.515508] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5143.515552] [drm] PSP is resuming...
[ 5143.591435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5143.692409] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5143.706218] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5143.706229] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5143.706237] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5143.706241] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5143.706296] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5143.761145] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5143.762424] [drm] DMUB hardware initialized: version=0x02020017
[ 5143.800425] [drm] kiq ring mec 2 pipe 1 q 0
[ 5143.805802] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5143.805968] [drm] JPEG decode initialized successfully.
[ 5143.805999] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5143.806005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5143.806009] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5143.806014] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5143.806018] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5143.806022] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5143.806026] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5143.806030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5143.806034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5143.806038] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5143.806042] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5143.806046] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5143.806050] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5143.806054] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5143.806059] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5143.806062] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5143.809931] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5173.546495] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5173.546529] [drm] PSP is resuming...
[ 5173.622443] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5173.723805] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5173.737790] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5173.737803] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5173.737810] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5173.737814] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5173.737863] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5173.791930] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5173.793228] [drm] DMUB hardware initialized: version=0x02020017
[ 5173.831222] [drm] kiq ring mec 2 pipe 1 q 0
[ 5173.836809] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5173.836965] [drm] JPEG decode initialized successfully.
[ 5173.836989] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5173.836993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5173.836995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5173.836997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5173.837000] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5173.837002] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5173.837004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5173.837006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5173.837008] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5173.837010] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5173.837012] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5173.837014] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5173.837017] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5173.837019] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5173.837021] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5173.837023] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5173.840887] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5203.579556] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5203.579598] [drm] PSP is resuming...
[ 5203.655555] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5203.756209] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5203.770101] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5203.770113] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5203.770121] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5203.770125] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5203.770183] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5203.824902] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5203.826284] [drm] DMUB hardware initialized: version=0x02020017
[ 5203.864451] [drm] kiq ring mec 2 pipe 1 q 0
[ 5203.869860] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5203.870025] [drm] JPEG decode initialized successfully.
[ 5203.870050] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5203.870055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5203.870058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5203.870061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5203.870095] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5203.870100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5203.870105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5203.870111] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5203.870116] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5203.870121] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5203.870127] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5203.870133] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5203.870139] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5203.870146] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5203.870153] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5203.870159] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5203.874242] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5233.674554] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5233.674591] [drm] PSP is resuming...
[ 5233.750552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5233.852226] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5233.866083] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5233.866095] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5233.866103] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5233.866110] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5233.866167] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5233.920056] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5233.921453] [drm] DMUB hardware initialized: version=0x02020017
[ 5233.959415] [drm] kiq ring mec 2 pipe 1 q 0
[ 5233.964828] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5233.964990] [drm] JPEG decode initialized successfully.
[ 5233.965014] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5233.965021] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5233.965025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5233.965029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5233.965034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5233.965038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5233.965043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5233.965047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5233.965051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5233.965056] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5233.965060] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5233.965097] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5233.965102] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5233.965106] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5233.965111] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5233.965115] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5233.969130] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5263.698523] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5263.698560] [drm] PSP is resuming...
[ 5263.774563] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5263.876754] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5263.890569] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5263.890578] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5263.890586] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5263.890589] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5263.890653] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5263.945708] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5263.947098] [drm] DMUB hardware initialized: version=0x02020017
[ 5263.985615] [drm] kiq ring mec 2 pipe 1 q 0
[ 5263.990466] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5263.990709] [drm] JPEG decode initialized successfully.
[ 5263.990738] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5263.990743] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5263.990747] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5263.990751] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5263.990755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5263.990759] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5263.990763] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5263.990767] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5263.990771] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5263.990775] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5263.990779] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5263.990783] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5263.990787] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5263.990790] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5263.990794] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5263.990798] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5263.995028] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5293.658529] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5293.658572] [drm] PSP is resuming...
[ 5293.734445] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5293.835489] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5293.849325] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5293.849336] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5293.849344] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5293.849348] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5293.849401] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5293.904792] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5293.906200] [drm] DMUB hardware initialized: version=0x02020017
[ 5293.944615] [drm] kiq ring mec 2 pipe 1 q 0
[ 5293.949733] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5293.949895] [drm] JPEG decode initialized successfully.
[ 5293.949919] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5293.949923] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5293.949925] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5293.949928] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5293.949932] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5293.949935] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5293.949939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5293.949942] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5293.949944] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5293.949946] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5293.949949] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5293.949951] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5293.949953] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5293.949956] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5293.949958] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5293.949960] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5293.953806] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5323.706530] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5323.706573] [drm] PSP is resuming...
[ 5323.782661] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5323.884098] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5323.898042] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5323.898054] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5323.898062] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5323.898085] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5323.898143] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5323.952896] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5323.954319] [drm] DMUB hardware initialized: version=0x02020017
[ 5323.992504] [drm] kiq ring mec 2 pipe 1 q 0
[ 5323.998057] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5323.998246] [drm] JPEG decode initialized successfully.
[ 5323.998276] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5323.998282] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5323.998287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5323.998291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5323.998295] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5323.998299] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5323.998304] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5323.998308] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5323.998312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5323.998316] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5323.998321] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5323.998325] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5323.998329] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5323.998333] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5323.998337] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5323.998341] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5324.002379] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5353.754500] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5353.754533] [drm] PSP is resuming...
[ 5353.830439] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5353.931335] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5353.945096] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5353.945108] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5353.945115] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5353.945120] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5353.945174] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5353.999586] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5354.001006] [drm] DMUB hardware initialized: version=0x02020017
[ 5354.039475] [drm] kiq ring mec 2 pipe 1 q 0
[ 5354.044204] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5354.044515] [drm] JPEG decode initialized successfully.
[ 5354.044541] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5354.044544] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5354.044547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5354.044549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5354.044552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5354.044554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5354.044556] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5354.044558] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5354.044560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5354.044562] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5354.044565] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5354.044567] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5354.044569] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5354.044571] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5354.044573] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5354.044575] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5354.048128] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5383.714487] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5383.714522] [drm] PSP is resuming...
[ 5383.790552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5383.890894] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5383.904695] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5383.904705] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5383.904712] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5383.904716] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5383.904769] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5383.959236] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5383.960616] [drm] DMUB hardware initialized: version=0x02020017
[ 5383.999025] [drm] kiq ring mec 2 pipe 1 q 0
[ 5384.004298] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5384.004564] [drm] JPEG decode initialized successfully.
[ 5384.004589] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5384.004592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5384.004595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5384.004597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5384.004599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5384.004601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5384.004603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5384.004605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5384.004607] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5384.004610] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5384.004612] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5384.004614] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5384.004616] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5384.004618] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5384.004620] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5384.004623] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5384.008223] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5413.794501] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5413.794537] [drm] PSP is resuming...
[ 5413.870435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5413.971028] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5413.984881] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5413.984891] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5413.984899] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5413.984903] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5413.984981] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5414.038871] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5414.040154] [drm] DMUB hardware initialized: version=0x02020017
[ 5414.078054] [drm] kiq ring mec 2 pipe 1 q 0
[ 5414.083794] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5414.083950] [drm] JPEG decode initialized successfully.
[ 5414.083975] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5414.083978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5414.083981] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5414.083983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5414.083985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5414.083987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5414.083989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5414.083991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5414.083993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5414.083996] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5414.083998] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5414.084000] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5414.084002] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5414.084004] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5414.084006] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5414.084008] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5414.088060] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5443.826467] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5443.826501] [drm] PSP is resuming...
[ 5443.902547] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5444.002880] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5444.016688] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5444.016699] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5444.016707] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5444.016713] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5444.016771] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5444.071587] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5444.073010] [drm] DMUB hardware initialized: version=0x02020017
[ 5444.111538] [drm] kiq ring mec 2 pipe 1 q 0
[ 5444.116398] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5444.116623] [drm] JPEG decode initialized successfully.
[ 5444.116652] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5444.116657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5444.116661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5444.116665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5444.116669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5444.116673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5444.116676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5444.116680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5444.116684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5444.116688] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5444.116692] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5444.116697] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5444.116700] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5444.116705] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5444.116708] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5444.116713] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5444.120179] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5473.866494] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5473.866526] [drm] PSP is resuming...
[ 5473.942556] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5474.044017] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5474.057919] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5474.057931] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5474.057938] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5474.057942] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5474.057993] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5474.112952] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5474.114418] [drm] DMUB hardware initialized: version=0x02020017
[ 5474.153351] [drm] kiq ring mec 2 pipe 1 q 0
[ 5474.158269] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5474.158574] [drm] JPEG decode initialized successfully.
[ 5474.158602] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5474.158608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5474.158612] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5474.158616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5474.158620] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5474.158624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5474.158628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5474.158632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5474.158636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5474.158640] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5474.158644] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5474.158648] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5474.158652] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5474.158656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5474.158660] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5474.158664] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5474.162953] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5503.938448] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5503.938479] [drm] PSP is resuming...
[ 5504.014466] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5504.116559] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5504.130317] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5504.130328] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5504.130335] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5504.130339] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5504.130394] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5504.185572] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5504.186958] [drm] DMUB hardware initialized: version=0x02020017
[ 5504.225039] [drm] kiq ring mec 2 pipe 1 q 0
[ 5504.230240] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5504.230488] [drm] JPEG decode initialized successfully.
[ 5504.230513] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5504.230516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5504.230519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5504.230521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5504.230523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5504.230526] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5504.230528] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5504.230530] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5504.230532] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5504.230535] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5504.230537] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5504.230539] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5504.230542] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5504.230544] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5504.230546] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5504.230548] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5504.234160] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5533.898458] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5533.898491] [drm] PSP is resuming...
[ 5533.974445] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5534.075332] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5534.089097] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5534.089108] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5534.089115] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5534.089119] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5534.089172] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5534.142963] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5534.144277] [drm] DMUB hardware initialized: version=0x02020017
[ 5534.182109] [drm] kiq ring mec 2 pipe 1 q 0
[ 5534.187727] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5534.187891] [drm] JPEG decode initialized successfully.
[ 5534.187914] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5534.187918] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5534.187920] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5534.187922] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5534.187925] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5534.187927] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5534.187929] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5534.187931] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5534.187934] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5534.187936] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5534.187938] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5534.187940] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5534.187942] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5534.187945] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5534.187947] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5534.187949] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5534.201980] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5563.994486] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5563.994521] [drm] PSP is resuming...
[ 5564.070435] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5564.171006] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5564.184830] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5564.184844] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5564.184855] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5564.184862] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5564.184921] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5564.238965] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5564.240381] [drm] DMUB hardware initialized: version=0x02020017
[ 5564.278149] [drm] kiq ring mec 2 pipe 1 q 0
[ 5564.283718] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5564.283882] [drm] JPEG decode initialized successfully.
[ 5564.283906] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5564.283910] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5564.283913] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5564.283915] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5564.283917] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5564.283919] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5564.283922] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5564.283924] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5564.283926] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5564.283928] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5564.283931] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5564.283933] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5564.283935] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5564.283937] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5564.283939] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5564.283942] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5564.287936] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5594.026504] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5594.026537] [drm] PSP is resuming...
[ 5594.102552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5594.203215] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5594.217043] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5594.217057] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5594.217082] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5594.217089] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5594.217150] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5594.271926] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5594.273333] [drm] DMUB hardware initialized: version=0x02020017
[ 5594.311382] [drm] kiq ring mec 2 pipe 1 q 0
[ 5594.316234] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5594.316579] [drm] JPEG decode initialized successfully.
[ 5594.316605] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5594.316610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5594.316613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5594.316617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5594.316620] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5594.316624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5594.316627] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5594.316630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5594.316634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5594.316637] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5594.316641] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5594.316644] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5594.316647] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5594.316651] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5594.316654] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5594.316658] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5594.324202] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5624.058498] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5624.058529] [drm] PSP is resuming...
[ 5624.134552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5624.234703] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5624.248576] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5624.248586] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5624.248593] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5624.248598] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5624.248651] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5624.304059] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5624.305515] [drm] DMUB hardware initialized: version=0x02020017
[ 5624.343470] [drm] kiq ring mec 2 pipe 1 q 0
[ 5624.348360] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5624.348617] [drm] JPEG decode initialized successfully.
[ 5624.348651] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5624.348656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5624.348661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5624.348665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5624.348670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5624.348674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5624.348678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5624.348683] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5624.348687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5624.348691] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5624.348695] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5624.348700] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5624.348704] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5624.348708] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5624.348713] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5624.348717] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5624.352266] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5654.074539] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5654.074578] [drm] PSP is resuming...
[ 5654.150552] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5654.251330] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5654.265107] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5654.265122] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5654.265132] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5654.265137] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5654.265203] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5654.319915] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5654.321326] [drm] DMUB hardware initialized: version=0x02020017
[ 5654.359447] [drm] kiq ring mec 2 pipe 1 q 0
[ 5654.364190] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5654.364606] [drm] JPEG decode initialized successfully.
[ 5654.364638] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5654.364645] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5654.364650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5654.364655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5654.364659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5654.364662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5654.364665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5654.364667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5654.364670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5654.364672] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5654.364675] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5654.364677] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5654.364680] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5654.364682] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5654.364685] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5654.364687] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5654.368941] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5683.986473] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5683.986507] [drm] PSP is resuming...
[ 5684.062546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5684.163099] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5684.176905] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5684.176915] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5684.176922] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5684.176926] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5684.176976] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5684.231944] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5684.233364] [drm] DMUB hardware initialized: version=0x02020017
[ 5684.271318] [drm] kiq ring mec 2 pipe 1 q 0
[ 5684.276380] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5684.276598] [drm] JPEG decode initialized successfully.
[ 5684.276622] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5684.276625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5684.276628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5684.276630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5684.276633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5684.276635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5684.276637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5684.276639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5684.276642] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5684.276644] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5684.276647] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5684.276649] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5684.276651] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5684.276654] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5684.276656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5684.276658] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5684.280252] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5714.026673] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5714.026715] [drm] PSP is resuming...
[ 5714.102884] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5714.205324] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5714.219327] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5714.219338] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5714.219345] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5714.219349] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5714.219402] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5714.274122] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5714.275506] [drm] DMUB hardware initialized: version=0x02020017
[ 5714.313895] [drm] kiq ring mec 2 pipe 1 q 0
[ 5714.318698] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5714.318939] [drm] JPEG decode initialized successfully.
[ 5714.318969] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5714.318974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5714.318979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5714.318983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5714.318987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5714.318991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5714.318995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5714.318999] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5714.319003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5714.319007] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5714.319011] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5714.319015] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5714.319019] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5714.319023] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5714.319027] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5714.319031] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5714.322564] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5744.074535] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5744.074570] [drm] PSP is resuming...
[ 5744.151144] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5744.252468] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5744.266309] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5744.266324] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5744.266333] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5744.266340] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5744.266396] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5744.321421] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5744.322840] [drm] DMUB hardware initialized: version=0x02020017
[ 5744.360649] [drm] kiq ring mec 2 pipe 1 q 0
[ 5744.365759] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5744.366123] [drm] JPEG decode initialized successfully.
[ 5744.366147] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5744.366151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5744.366154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5744.366156] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5744.366159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5744.366161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5744.366163] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5744.366166] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5744.366168] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5744.366170] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5744.366173] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5744.366175] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5744.366177] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5744.366180] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5744.366182] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5744.366185] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5744.369736] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5774.131500] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5774.131536] [drm] PSP is resuming...
[ 5774.207452] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5774.308336] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5774.323005] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5774.323019] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5774.323029] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5774.323035] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5774.323134] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5774.377651] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5774.379032] [drm] DMUB hardware initialized: version=0x02020017
[ 5774.417226] [drm] kiq ring mec 2 pipe 1 q 0
[ 5774.422404] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5774.422586] [drm] JPEG decode initialized successfully.
[ 5774.422612] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5774.422616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5774.422618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5774.422621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5774.422623] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5774.422625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5774.422628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5774.422630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5774.422632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5774.422635] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5774.422637] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5774.422639] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5774.422642] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5774.422644] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5774.422647] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5774.422649] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5774.426113] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5774.436601] BTRFS error (device nvme1n1p3): level verify failed on logical 4957391323136 mirror 1 wanted 0 found 1
[ 5774.436614] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 4957391323136 mirror 1
[ 5774.436619] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 5774.436646] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651086 has_first_key=1 first_key=(15225527 1 0) level=1
[ 5774.436655] CPU: 10 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 5774.436660] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 5774.436663] Call Trace:
[ 5774.436666]  <TASK>
[ 5774.436671]  dump_stack_lvl+0x5b/0x77
[ 5774.436679]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 5774.436689]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 5774.436695]  ? folio_unlock+0x1d/0x50
[ 5774.436703]  btrfs_read_extent_buffer+0x98/0x150
[ 5774.436711]  read_tree_block+0x43/0xa0
[ 5774.436716]  read_block_for_search+0x218/0x320
[ 5774.436728]  btrfs_search_slot+0x351/0xd30
[ 5774.436741]  btrfs_lookup_xattr+0x7b/0xe0
[ 5774.436750]  btrfs_getxattr+0x55/0x110
[ 5774.436757]  __vfs_getxattr+0x7e/0xb0
[ 5774.436765]  get_vfs_caps_from_disk+0x7a/0x220
[ 5774.436774]  audit_copy_inode+0x95/0xd0
[ 5774.436782]  filename_lookup+0x16b/0x1c0
[ 5774.436800]  ? _raw_spin_unlock+0x29/0x50
[ 5774.436807]  vfs_statx+0x8e/0x150
[ 5774.436816]  vfs_fstatat+0x51/0x70
[ 5774.436822]  __do_sys_newfstatat+0x2e/0x50
[ 5774.436837]  do_syscall_64+0x5b/0x80
[ 5774.436842]  ? do_syscall_64+0x67/0x80
[ 5774.436846]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.436851]  ? do_syscall_64+0x67/0x80
[ 5774.436856]  ? asm_exc_page_fault+0x22/0x30
[ 5774.436860]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.436865]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5774.436869] RIP: 0033:0x7f7b1b91e05e
[ 5774.436891] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 5774.436894] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 5774.436899] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 5774.436901] RDX: 00007fffdc406320 RSI: 000055efe7e8fa70 RDI: 00000000ffffff9c
[ 5774.436904] RBP: 000055efe7e799d0 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 5774.436907] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 5774.436909] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 5774.436923]  </TASK>
[ 5774.436926] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651086 has_first_key=1 first_key=(15225527 1 0) level=1
[ 5774.436931] CPU: 10 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 5774.436934] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 5774.436937] Call Trace:
[ 5774.436939]  <TASK>
[ 5774.436942]  dump_stack_lvl+0x5b/0x77
[ 5774.436947]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 5774.436956]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 5774.436961]  ? folio_unlock+0x1d/0x50
[ 5774.436968]  btrfs_read_extent_buffer+0x98/0x150
[ 5774.436976]  read_tree_block+0x43/0xa0
[ 5774.436980]  read_block_for_search+0x218/0x320
[ 5774.436992]  btrfs_search_slot+0x351/0xd30
[ 5774.437006]  btrfs_lookup_xattr+0x7b/0xe0
[ 5774.437014]  btrfs_getxattr+0x55/0x110
[ 5774.437021]  __vfs_getxattr+0x7e/0xb0
[ 5774.437028]  get_vfs_caps_from_disk+0x7a/0x220
[ 5774.437036]  audit_copy_inode+0x95/0xd0
[ 5774.437042]  filename_lookup+0x16b/0x1c0
[ 5774.437061]  ? _raw_spin_unlock+0x29/0x50
[ 5774.437067]  vfs_statx+0x8e/0x150
[ 5774.437077]  vfs_fstatat+0x51/0x70
[ 5774.437086]  __do_sys_newfstatat+0x2e/0x50
[ 5774.437111]  do_syscall_64+0x5b/0x80
[ 5774.437117]  ? do_syscall_64+0x67/0x80
[ 5774.437126]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.437133]  ? do_syscall_64+0x67/0x80
[ 5774.437141]  ? asm_exc_page_fault+0x22/0x30
[ 5774.437149]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.437158]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5774.437165] RIP: 0033:0x7f7b1b91e05e
[ 5774.437174] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 5774.437180] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 5774.437188] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 5774.437195] RDX: 00007fffdc406320 RSI: 000055efe7e8fa70 RDI: 00000000ffffff9c
[ 5774.437201] RBP: 000055efe7e799d0 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 5774.437206] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 5774.437212] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 5774.437243]  </TASK>
[ 5774.437284] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651086 has_first_key=1 first_key=(15225527 1 0) level=1
[ 5774.437293] CPU: 10 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 5774.437300] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 5774.437306] Call Trace:
[ 5774.437311]  <TASK>
[ 5774.437317]  dump_stack_lvl+0x5b/0x77
[ 5774.437326]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 5774.437345]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 5774.437357]  ? folio_unlock+0x1d/0x50
[ 5774.437372]  btrfs_read_extent_buffer+0x98/0x150
[ 5774.437388]  read_tree_block+0x43/0xa0
[ 5774.437398]  read_block_for_search+0x218/0x320
[ 5774.437424]  btrfs_search_slot+0x351/0xd30
[ 5774.437453]  btrfs_lookup_xattr+0x7b/0xe0
[ 5774.437471]  btrfs_getxattr+0x55/0x110
[ 5774.437486]  __vfs_getxattr+0x7e/0xb0
[ 5774.437500]  get_vfs_caps_from_disk+0x7a/0x220
[ 5774.437518]  audit_copy_inode+0x95/0xd0
[ 5774.437532]  filename_lookup+0x16b/0x1c0
[ 5774.437573]  ? _raw_spin_unlock+0x29/0x50
[ 5774.437587]  vfs_statx+0x8e/0x150
[ 5774.437605]  vfs_fstatat+0x51/0x70
[ 5774.437617]  __do_sys_newfstatat+0x2e/0x50
[ 5774.437648]  do_syscall_64+0x5b/0x80
[ 5774.437655]  ? do_syscall_64+0x67/0x80
[ 5774.437664]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.437673]  ? do_syscall_64+0x67/0x80
[ 5774.437683]  ? asm_exc_page_fault+0x22/0x30
[ 5774.437691]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.437700]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5774.437707] RIP: 0033:0x7f7b1b91e05e
[ 5774.437716] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 5774.437722] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 5774.437730] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 5774.437735] RDX: 00007fffdc406320 RSI: 000055efe7e8fa70 RDI: 00000000ffffff9c
[ 5774.437740] RBP: 000055efe7e799d0 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 5774.437745] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 5774.437751] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 5774.437780]  </TASK>
[ 5774.437785] BTRFS error (device nvme1n1p3): read failed, check owner_root=259 transid=651086 has_first_key=1 first_key=(15225527 1 0) level=1
[ 5774.437793] CPU: 10 PID: 727 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 5774.437800] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 5774.437805] Call Trace:
[ 5774.437810]  <TASK>
[ 5774.437816]  dump_stack_lvl+0x5b/0x77
[ 5774.437826]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 5774.437844]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 5774.437854]  ? folio_unlock+0x1d/0x50
[ 5774.437865]  btrfs_read_extent_buffer+0x98/0x150
[ 5774.437878]  read_tree_block+0x43/0xa0
[ 5774.437886]  read_block_for_search+0x218/0x320
[ 5774.437906]  btrfs_search_slot+0x351/0xd30
[ 5774.437927]  btrfs_lookup_xattr+0x7b/0xe0
[ 5774.437939]  btrfs_getxattr+0x55/0x110
[ 5774.437948]  __vfs_getxattr+0x7e/0xb0
[ 5774.437957]  get_vfs_caps_from_disk+0x7a/0x220
[ 5774.437969]  audit_copy_inode+0x95/0xd0
[ 5774.437978]  filename_lookup+0x16b/0x1c0
[ 5774.438004]  ? _raw_spin_unlock+0x29/0x50
[ 5774.438013]  vfs_statx+0x8e/0x150
[ 5774.438024]  vfs_fstatat+0x51/0x70
[ 5774.438032]  __do_sys_newfstatat+0x2e/0x50
[ 5774.438052]  do_syscall_64+0x5b/0x80
[ 5774.438057]  ? do_syscall_64+0x67/0x80
[ 5774.438062]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.438068]  ? do_syscall_64+0x67/0x80
[ 5774.438074]  ? asm_exc_page_fault+0x22/0x30
[ 5774.438079]  ? lockdep_hardirqs_on+0x7d/0x100
[ 5774.438085]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 5774.438089] RIP: 0033:0x7f7b1b91e05e
[ 5774.438095] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 5774.438099] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 5774.438104] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
[ 5774.438108] RDX: 00007fffdc406320 RSI: 000055efe7e8fa70 RDI: 00000000ffffff9c
[ 5774.438111] RBP: 000055efe7e799d0 R08: 0000000000000f00 R09: 000055efe7f2f020
[ 5774.438115] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
[ 5774.438118] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
[ 5774.438138]  </TASK>
[ 5804.170493] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5804.170527] [drm] PSP is resuming...
[ 5804.250100] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5804.351433] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5804.365215] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5804.365225] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5804.365232] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5804.365236] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5804.365290] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5804.420334] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5804.421721] [drm] DMUB hardware initialized: version=0x02020017
[ 5804.460646] [drm] kiq ring mec 2 pipe 1 q 0
[ 5804.467408] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5804.467573] [drm] JPEG decode initialized successfully.
[ 5804.467610] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5804.467615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5804.467619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5804.467622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5804.467625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5804.467628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5804.467631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5804.467634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5804.467637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5804.467641] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5804.467644] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5804.467647] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5804.467650] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5804.467653] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5804.467656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5804.467660] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5804.472514] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5834.178480] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5834.178518] [drm] PSP is resuming...
[ 5834.254583] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5834.355905] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5834.369855] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5834.369870] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5834.369879] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5834.369887] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5834.369948] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5834.425302] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5834.426750] [drm] DMUB hardware initialized: version=0x02020017
[ 5834.468607] [drm] kiq ring mec 2 pipe 1 q 0
[ 5834.473826] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5834.473990] [drm] JPEG decode initialized successfully.
[ 5834.474021] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5834.474024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5834.474028] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5834.474030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5834.474033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5834.474035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5834.474038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5834.474040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5834.474043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5834.474046] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5834.474048] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5834.474051] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5834.474053] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5834.474056] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5834.474059] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5834.474061] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5834.478001] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5864.147456] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5864.147488] [drm] PSP is resuming...
[ 5864.223558] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5864.325094] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5864.338918] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5864.338928] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5864.338937] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5864.338943] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5864.339000] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5864.392974] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5864.394389] [drm] DMUB hardware initialized: version=0x02020017
[ 5864.432371] [drm] kiq ring mec 2 pipe 1 q 0
[ 5864.437833] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5864.437996] [drm] JPEG decode initialized successfully.
[ 5864.438025] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5864.438030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5864.438035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5864.438039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5864.438043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5864.438047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5864.438051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5864.438055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5864.438059] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5864.438063] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5864.438092] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5864.438096] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5864.438100] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5864.438104] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5864.438108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5864.438112] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5864.442169] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5894.202554] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5894.202597] [drm] PSP is resuming...
[ 5894.279193] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5894.380772] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5894.394570] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5894.394579] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5894.394586] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5894.394590] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5894.394643] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5894.449108] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5894.450492] [drm] DMUB hardware initialized: version=0x02020017
[ 5894.488937] [drm] kiq ring mec 2 pipe 1 q 0
[ 5894.494211] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5894.494473] [drm] JPEG decode initialized successfully.
[ 5894.494498] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5894.494502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5894.494505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5894.494507] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5894.494510] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5894.494512] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5894.494514] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5894.494517] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5894.494519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5894.494521] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5894.494524] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5894.494526] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5894.494528] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5894.494531] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5894.494533] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5894.494535] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5894.504075] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5924.210527] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5924.210563] [drm] PSP is resuming...
[ 5924.286546] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5924.387096] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5924.400895] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5924.400906] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5924.400914] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5924.400918] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5924.400968] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5924.454991] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5924.456400] [drm] DMUB hardware initialized: version=0x02020017
[ 5924.495715] [drm] kiq ring mec 2 pipe 1 q 0
[ 5924.500859] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5924.501039] [drm] JPEG decode initialized successfully.
[ 5924.501092] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5924.501100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5924.501106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5924.501112] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5924.501118] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5924.501124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5924.501130] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5924.501136] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5924.501142] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5924.501148] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5924.501154] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5924.501161] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5924.501166] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5924.501172] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5924.501178] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5924.501185] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5924.505169] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5954.234500] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5954.234541] [drm] PSP is resuming...
[ 5954.310432] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5954.410665] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5954.424576] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5954.424587] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5954.424595] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5954.424599] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5954.424652] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5954.479563] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5954.480946] [drm] DMUB hardware initialized: version=0x02020017
[ 5954.519241] [drm] kiq ring mec 2 pipe 1 q 0
[ 5954.524285] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5954.524520] [drm] JPEG decode initialized successfully.
[ 5954.524555] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5954.524563] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5954.524568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5954.524574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5954.524580] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5954.524585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5954.524590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5954.524596] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5954.524601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5954.524607] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5954.524613] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5954.524618] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5954.524624] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5954.524629] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5954.524635] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5954.524640] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5954.528167] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 5984.258476] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 5984.258511] [drm] PSP is resuming...
[ 5984.334562] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 5984.435923] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 5984.449684] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 5984.449697] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 5984.449706] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 5984.449713] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 5984.449768] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 5984.504061] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 5984.505440] [drm] DMUB hardware initialized: version=0x02020017
[ 5984.543394] [drm] kiq ring mec 2 pipe 1 q 0
[ 5984.548842] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 5984.549007] [drm] JPEG decode initialized successfully.
[ 5984.549032] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 5984.549037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 5984.549040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 5984.549043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 5984.549046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 5984.549048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 5984.549050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 5984.549052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 5984.549054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 5984.549056] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 5984.549058] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 5984.549060] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 5984.549062] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 5984.549074] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 5984.549077] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 5984.549079] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 5984.553203] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 6014.266486] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 6014.266521] [drm] PSP is resuming...
[ 6014.342443] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 6014.443322] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 6014.457098] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 6014.457108] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 6014.457116] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 6014.457120] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 6014.457173] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 6014.511683] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 6014.513076] [drm] DMUB hardware initialized: version=0x02020017
[ 6014.552124] [drm] kiq ring mec 2 pipe 1 q 0
[ 6014.557807] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 6014.557970] [drm] JPEG decode initialized successfully.
[ 6014.558000] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 6014.558005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 6014.558009] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 6014.558013] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 6014.558015] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 6014.558017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 6014.558020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 6014.558022] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 6014.558024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 6014.558026] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 6014.558028] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 6014.558031] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 6014.558035] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 6014.558039] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 6014.558043] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 6014.558047] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 6014.562097] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 6044.218507] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 6044.218540] [drm] PSP is resuming...
[ 6044.294578] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 6044.394767] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 6044.408574] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 6044.408585] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 6044.408593] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 6044.408597] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 6044.408653] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 6044.463669] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 6044.465077] [drm] DMUB hardware initialized: version=0x02020017
[ 6044.506593] [drm] kiq ring mec 2 pipe 1 q 0
[ 6044.511889] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 6044.512053] [drm] JPEG decode initialized successfully.
[ 6044.512099] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 6044.512104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 6044.512107] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 6044.512109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 6044.512112] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 6044.512115] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 6044.512118] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 6044.512120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 6044.512123] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 6044.512126] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 6044.512129] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 6044.512132] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 6044.512135] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 6044.512137] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 6044.512140] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 6044.512143] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 6044.516312] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 6053.154289] BTRFS error (device nvme1n1p3): level verify failed on logical 5040150429696 mirror 1 wanted 0 found 1
[ 6053.154300] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5040150429696 mirror 1
[ 6053.154303] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 6053.154316] BTRFS error (device nvme1n1p3): read failed, check owner_root=7 transid=651095 has_first_key=1 first_key=(18446744073709551606 128 1254170099712) level=1
[ 6053.154465] CPU: 5 PID: 15670 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 6053.154471] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 6053.154476] Call Trace:
[ 6053.154479]  <TASK>
[ 6053.154484]  dump_stack_lvl+0x5b/0x77
[ 6053.154494]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 6053.154507]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.154516]  ? folio_unlock+0x1d/0x50
[ 6053.154528]  btrfs_read_extent_buffer+0x98/0x150
[ 6053.154539]  read_tree_block+0x43/0xa0
[ 6053.154546]  read_block_for_search+0x218/0x320
[ 6053.154564]  btrfs_search_slot+0x351/0xd30
[ 6053.154581]  btrfs_lookup_csum+0x63/0x150
[ 6053.154594]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 6053.154605]  ? btrfs_do_readpage+0x305/0x770
[ 6053.154618]  btrfs_submit_data_read_bio+0x4e/0x90
[ 6053.154627]  submit_one_bio+0xc4/0xe0
[ 6053.154637]  btrfs_read_folio+0x79/0x90
[ 6053.154643]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.154648]  prepare_uptodate_page+0x8c/0x210
[ 6053.154656]  prepare_pages.constprop.0+0x134/0x300
[ 6053.154669]  btrfs_buffered_write+0x2ca/0x940
[ 6053.154694]  btrfs_do_write_iter+0x384/0x5d0
[ 6053.154701]  ? lock_is_held_type+0xe8/0x140
[ 6053.154713]  vfs_write+0x269/0x4f0
[ 6053.154731]  ksys_write+0x64/0xe0
[ 6053.154739]  __do_fast_syscall_32+0x88/0xf0
[ 6053.154746]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.154751]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.154758]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.154768]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.154774]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.154780]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.154785]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.154793]  do_fast_syscall_32+0x2f/0x70
[ 6053.154799]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 6053.154806] RIP: 0023:0xf7f4e579
[ 6053.154830] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 6053.154835] RSP: 002b:00000000b5bfbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 6053.154841] RAX: ffffffffffffffda RBX: 00000000000000a6 RCX: 00000000b6899010
[ 6053.154845] RDX: 0000000000100000 RSI: 00000000f7d0dff4 RDI: 0000000000000000
[ 6053.154849] RBP: 00000000000000a6 R08: 00000000b5bfbae0 R09: 0000000000000000
[ 6053.154853] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 6053.154857] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 6053.154875]  </TASK>
[ 6053.154879] BTRFS error (device nvme1n1p3): read failed, check owner_root=7 transid=651095 has_first_key=1 first_key=(18446744073709551606 128 1254170099712) level=1
[ 6053.154885] CPU: 5 PID: 15670 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 6053.154889] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 6053.154893] Call Trace:
[ 6053.154897]  <TASK>
[ 6053.154902]  dump_stack_lvl+0x5b/0x77
[ 6053.154909]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 6053.154921]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.154929]  ? folio_unlock+0x1d/0x50
[ 6053.154939]  btrfs_read_extent_buffer+0x98/0x150
[ 6053.154951]  read_tree_block+0x43/0xa0
[ 6053.154958]  read_block_for_search+0x218/0x320
[ 6053.154975]  btrfs_search_slot+0x351/0xd30
[ 6053.154996]  btrfs_lookup_csum+0x63/0x150
[ 6053.155008]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 6053.155020]  ? btrfs_do_readpage+0x305/0x770
[ 6053.155034]  btrfs_submit_data_read_bio+0x4e/0x90
[ 6053.155040]  submit_one_bio+0xc4/0xe0
[ 6053.155049]  btrfs_read_folio+0x79/0x90
[ 6053.155056]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.155063]  prepare_uptodate_page+0x8c/0x210
[ 6053.155070]  prepare_pages.constprop.0+0x134/0x300
[ 6053.155084]  btrfs_buffered_write+0x2ca/0x940
[ 6053.155111]  btrfs_do_write_iter+0x384/0x5d0
[ 6053.155118]  ? lock_is_held_type+0xe8/0x140
[ 6053.155131]  vfs_write+0x269/0x4f0
[ 6053.155150]  ksys_write+0x64/0xe0
[ 6053.155158]  __do_fast_syscall_32+0x88/0xf0
[ 6053.155164]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155170]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.155177]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155188]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155194]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.155201]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155206]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155216]  do_fast_syscall_32+0x2f/0x70
[ 6053.155222]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 6053.155227] RIP: 0023:0xf7f4e579
[ 6053.155235] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 6053.155239] RSP: 002b:00000000b5bfbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 6053.155246] RAX: ffffffffffffffda RBX: 00000000000000a6 RCX: 00000000b6899010
[ 6053.155250] RDX: 0000000000100000 RSI: 00000000f7d0dff4 RDI: 0000000000000000
[ 6053.155253] RBP: 00000000000000a6 R08: 00000000b5bfbae0 R09: 0000000000000000
[ 6053.155257] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 6053.155261] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 6053.155283]  </TASK>
[ 6053.155310] BTRFS error (device nvme1n1p3): read failed, check owner_root=7 transid=651095 has_first_key=1 first_key=(18446744073709551606 128 1254170099712) level=1
[ 6053.155316] CPU: 5 PID: 15670 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 6053.155321] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 6053.155325] Call Trace:
[ 6053.155329]  <TASK>
[ 6053.155334]  dump_stack_lvl+0x5b/0x77
[ 6053.155340]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 6053.155353]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.155361]  ? folio_unlock+0x1d/0x50
[ 6053.155372]  btrfs_read_extent_buffer+0x98/0x150
[ 6053.155383]  read_tree_block+0x43/0xa0
[ 6053.155389]  read_block_for_search+0x218/0x320
[ 6053.155406]  btrfs_search_slot+0x351/0xd30
[ 6053.155427]  btrfs_lookup_csum+0x63/0x150
[ 6053.155441]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 6053.155453]  ? btrfs_do_readpage+0x305/0x770
[ 6053.155466]  btrfs_submit_data_read_bio+0x4e/0x90
[ 6053.155473]  submit_one_bio+0xc4/0xe0
[ 6053.155483]  btrfs_read_folio+0x79/0x90
[ 6053.155491]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.155497]  prepare_uptodate_page+0x8c/0x210
[ 6053.155504]  prepare_pages.constprop.0+0x134/0x300
[ 6053.155519]  btrfs_buffered_write+0x2ca/0x940
[ 6053.155545]  btrfs_do_write_iter+0x384/0x5d0
[ 6053.155553]  ? lock_is_held_type+0xe8/0x140
[ 6053.155565]  vfs_write+0x269/0x4f0
[ 6053.155584]  ksys_write+0x64/0xe0
[ 6053.155592]  __do_fast_syscall_32+0x88/0xf0
[ 6053.155599]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155605]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.155611]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155622]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155627]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.155634]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155639]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.155649]  do_fast_syscall_32+0x2f/0x70
[ 6053.155656]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 6053.155661] RIP: 0023:0xf7f4e579
[ 6053.155668] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 6053.155673] RSP: 002b:00000000b5bfbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 6053.155678] RAX: ffffffffffffffda RBX: 00000000000000a6 RCX: 00000000b6899010
[ 6053.155682] RDX: 0000000000100000 RSI: 00000000f7d0dff4 RDI: 0000000000000000
[ 6053.155686] RBP: 00000000000000a6 R08: 00000000b5bfbae0 R09: 0000000000000000
[ 6053.155690] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 6053.155694] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 6053.155715]  </TASK>
[ 6053.155719] BTRFS error (device nvme1n1p3): read failed, check owner_root=7 transid=651095 has_first_key=1 first_key=(18446744073709551606 128 1254170099712) level=1
[ 6053.155724] CPU: 5 PID: 15670 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+ #3
[ 6053.155728] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 6053.155732] Call Trace:
[ 6053.155735]  <TASK>
[ 6053.155739]  dump_stack_lvl+0x5b/0x77
[ 6053.155746]  read_extent_buffer_pages.cold+0x5a/0x9d
[ 6053.155759]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.155768]  ? folio_unlock+0x1d/0x50
[ 6053.155778]  btrfs_read_extent_buffer+0x98/0x150
[ 6053.155790]  read_tree_block+0x43/0xa0
[ 6053.155796]  read_block_for_search+0x218/0x320
[ 6053.155814]  btrfs_search_slot+0x351/0xd30
[ 6053.155836]  btrfs_lookup_csum+0x63/0x150
[ 6053.155849]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 6053.155860]  ? btrfs_do_readpage+0x305/0x770
[ 6053.155873]  btrfs_submit_data_read_bio+0x4e/0x90
[ 6053.155880]  submit_one_bio+0xc4/0xe0
[ 6053.155890]  btrfs_read_folio+0x79/0x90
[ 6053.155896]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 6053.155902]  prepare_uptodate_page+0x8c/0x210
[ 6053.155909]  prepare_pages.constprop.0+0x134/0x300
[ 6053.155925]  btrfs_buffered_write+0x2ca/0x940
[ 6053.155951]  btrfs_do_write_iter+0x384/0x5d0
[ 6053.155958]  ? lock_is_held_type+0xe8/0x140
[ 6053.155971]  vfs_write+0x269/0x4f0
[ 6053.155989]  ksys_write+0x64/0xe0
[ 6053.155997]  __do_fast_syscall_32+0x88/0xf0
[ 6053.156004]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.156010]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.156016]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.156026]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.156032]  ? lockdep_hardirqs_on+0x7d/0x100
[ 6053.156038]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.156042]  ? __do_fast_syscall_32+0x94/0xf0
[ 6053.156051]  do_fast_syscall_32+0x2f/0x70
[ 6053.156058]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 6053.156062] RIP: 0023:0xf7f4e579
[ 6053.156069] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 6053.156072] RSP: 002b:00000000b5bfbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 6053.156078] RAX: ffffffffffffffda RBX: 00000000000000a6 RCX: 00000000b6899010
[ 6053.156081] RDX: 0000000000100000 RSI: 00000000f7d0dff4 RDI: 0000000000000000
[ 6053.156085] RBP: 00000000000000a6 R08: 00000000b5bfbae0 R09: 0000000000000000
[ 6053.156088] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 6053.156091] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 6053.156110]  </TASK>
[ 6074.306824] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 6074.306893] [drm] PSP is resuming...
[ 6074.383095] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 6074.484871] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 6074.498711] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 6074.498724] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 6074.498734] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 6074.498741] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 6074.498803] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 6074.553211] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 6074.554592] [drm] DMUB hardware initialized: version=0x02020017
[ 6074.593640] [drm] kiq ring mec 2 pipe 1 q 0
[ 6074.599326] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 6074.599488] [drm] JPEG decode initialized successfully.
[ 6074.599511] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 6074.599515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 6074.599517] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 6074.599519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 6074.599521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 6074.599523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 6074.599526] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 6074.599527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 6074.599529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 6074.599532] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 6074.599534] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 6074.599536] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 6074.599538] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 6074.599540] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 6074.599542] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 6074.599544] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 6074.603497] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26 11:14           ` Mikhail Gavrilov
@ 2022-12-26 12:11             ` Qu Wenruo
  2022-12-26 12:15               ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-26 12:11 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/26 19:14, Mikhail Gavrilov wrote:
> On Mon, Dec 26, 2022 at 1:47 PM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>>
>> With the check output, it's indeed a runtime error.
>> (At least no corruption to your fs)
>>
>> And it can be some call paths not properly initializing the level to check.
>>
>> Here is the new debug patch.
>> It should be applied without any previous debug patch.
>>
> 
> yeah, gotcha trace
> 
> [ 2561.764141] BTRFS error (device nvme1n1p3): level verify failed on
> logical 45170688 mirror 1 wanted 0 found 1
> [ 2561.764220] BTRFS error (device nvme1n1p3): read time tree block
> corruption detected on logical 45170688 mirror 1
> [ 2561.764224] BTRFS error (device nvme1n1p3): check owner_root=0
> transid=0 first_key=(0 0 0) has_first_key=0 level=0

Damn it, some check structure is completely uninitialized.

> [ 2561.764242] BTRFS error (device nvme1n1p3): read failed, check
> owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0)
> level=1

While at the caller, the structure is properly passed in.

So there is something wrong between the endio function and the check.

I have created the v2 version patch to debug, please apply without any 
previous debug patch.

Meanwhile this really looks like a race, thus I'm not 100% sure if my 
debug patch would reduce the possibility to reproduce.

Your bisect should be the determining evidence, for the worst case we 
can revert the offending patch.

Thank you very much for all of the testing, it really helps a lot.
Qu

> [ 2561.764342] CPU: 8 PID: 727 Comm: systemd-udevd Tainted: G        W
>     L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug2+
> #3
> [ 2561.764348] Hardware name: ASUSTeK COMPUTER INC. ROG Strix
> G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
> [ 2561.764352] Call Trace:
> [ 2561.764355]  <TASK>
> [ 2561.764360]  dump_stack_lvl+0x5b/0x77
> [ 2561.764369]  read_extent_buffer_pages.cold+0x5a/0x9d
> [ 2561.764382]  ? __pfx_end_bio_extent_readpage+0x10/0x10
> [ 2561.764390]  ? folio_unlock+0x1d/0x50
> [ 2561.764400]  btrfs_read_extent_buffer+0x98/0x150
> [ 2561.764410]  read_tree_block+0x43/0xa0
> [ 2561.764417]  read_block_for_search+0x218/0x320
> [ 2561.764432]  btrfs_search_slot+0x351/0xd30
> [ 2561.764450]  btrfs_lookup_xattr+0x7b/0xe0
> [ 2561.764460]  btrfs_getxattr+0x55/0x110
> [ 2561.764470]  __vfs_getxattr+0x7e/0xb0
> [ 2561.764480]  get_vfs_caps_from_disk+0x7a/0x220
> [ 2561.764492]  audit_copy_inode+0x95/0xd0
> [ 2561.764501]  filename_lookup+0x16b/0x1c0
> [ 2561.764525]  ? _raw_spin_unlock+0x29/0x50
> [ 2561.764534]  vfs_statx+0x8e/0x150
> [ 2561.764545]  vfs_fstatat+0x51/0x70
> [ 2561.764553]  __do_sys_newfstatat+0x2e/0x50
> [ 2561.764571]  do_syscall_64+0x5b/0x80
> [ 2561.764576]  ? do_syscall_64+0x67/0x80
> [ 2561.764585]  ? up_read+0x17/0x20
> [ 2561.764593]  ? lock_is_held_type+0xe8/0x140
> [ 2561.764601]  ? asm_exc_page_fault+0x22/0x30
> [ 2561.764607]  ? lockdep_hardirqs_on+0x7d/0x100
> [ 2561.764613]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
> [ 2561.764618] RIP: 0033:0x7f7b1b91e05e
> [ 2561.764639] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff
> e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00
> 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b
> 15 71
> [ 2561.764643] RSP: 002b:00007fffdc4062c8 EFLAGS: 00000246 ORIG_RAX:
> 0000000000000106
> [ 2561.764649] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f7b1b91e05e
> [ 2561.764653] RDX: 00007fffdc406320 RSI: 000055efe7d04bc0 RDI: 00000000ffffff9c
> [ 2561.764656] RBP: 000055efe7e79668 R08: 00000000000000f0 R09: 000055efe7ea85b0
> [ 2561.764659] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdc4064b0
> [ 2561.764663] R13: 00007fffdc406320 R14: 00007fffdc4064a8 R15: 00007fffdc406308
> [ 2561.764680]  </TASK>
> [ 2561.764684] BTRFS error (device nvme1n1p3): read failed, check
> owner_root=259 transid=650936 has_first_key=1 first_key=(2221294 1 0)
> level=1
> 
> Of course full logs are also attached.
> Thanks.
> 

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26 12:11             ` Qu Wenruo
@ 2022-12-26 12:15               ` Mikhail Gavrilov
  2022-12-26 23:36                 ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-26 12:15 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

On Mon, Dec 26, 2022 at 5:11 PM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
>
> While at the caller, the structure is properly passed in.
>
> So there is something wrong between the endio function and the check.
>
> I have created the v2 version patch to debug, please apply without any
> previous debug patch.
>
> Meanwhile this really looks like a race, thus I'm not 100% sure if my
> debug patch would reduce the possibility to reproduce.
>
> Your bisect should be the determining evidence, for the worst case we
> can revert the offending patch.
>
> Thank you very much for all of the testing, it really helps a lot.
> Qu
>

Looks like v2 version patch is missed in last message

-- 
Best Regards,
Mike Gavrilov.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes #forregzbot
  2022-12-25 21:32 [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes Mikhail Gavrilov
  2022-12-26  0:14 ` Qu Wenruo
@ 2022-12-26 13:37 ` Thorsten Leemhuis
  1 sibling, 0 replies; 29+ messages in thread
From: Thorsten Leemhuis @ 2022-12-26 13:37 UTC (permalink / raw)
  To: Btrfs BTRFS, Linux List Kernel Mailing, regressions

[Note: this mail contains only information for Linux kernel regression
tracking. Mails like these contain '#forregzbot' in the subject to make
then easy to spot and filter out. The author also tried to remove most
or all individuals from the list of recipients to spare them the hassle.]

On 25.12.22 22:32, Mikhail Gavrilov wrote:
> Hi,
> It is curious but it happens only on machine which have BTRFS volume
> combined from two high speed nvme (pcie 4) SSD in RAID 0. On machines
> with BTRFS volume from one HDD the bug does not appear.
> 
> To bisect the problematic commit, I had to sweat a lot. At each step,
> I downloaded the 150 GB game "Assassin's Creed Valhalla" 4 times and
> deleted it. For make sure that the commit previous to
> 947a629988f191807d2d22ba63ae18259bb645c5 is definitely not affected by
> the bug, I downloaded this game 10 times, which should have provided
> more than 1.5 Tb of data writing to the btrfs volume.
> 
> Here is result of my bisection:
> 947a629988f191807d2d22ba63ae18259bb645c5 is the first bad commit
> [...]
> Before going to readonly, the preceding line in kernel log display a message:
> [ 1908.029663] BTRFS: error (device nvme0n1p3: state A) in
> btrfs_run_delayed_refs:2147: errno=-5 IO failure
> 
> I also attached a full kernel log.

Thanks for the report. To be sure below issue doesn't fall through the
cracks unnoticed, I'm adding it to regzbot, my Linux kernel regression
tracking bot:

#regzbot ^introduced 947a629988f191807d2d22ba63ae18259bb64
#regzbot title btrfs: volume periodical forced switch to readonly after
a lot of disk writes
#regzbot ignore-activity

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26 12:15               ` Mikhail Gavrilov
@ 2022-12-26 23:36                 ` Qu Wenruo
  2022-12-26 23:52                   ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-26 23:36 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/26 20:15, Mikhail Gavrilov wrote:
> On Mon, Dec 26, 2022 at 5:11 PM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>>
>> While at the caller, the structure is properly passed in.
>>
>> So there is something wrong between the endio function and the check.
>>
>> I have created the v2 version patch to debug, please apply without any
>> previous debug patch.
>>
>> Meanwhile this really looks like a race, thus I'm not 100% sure if my
>> debug patch would reduce the possibility to reproduce.
>>
>> Your bisect should be the determining evidence, for the worst case we
>> can revert the offending patch.
>>
>> Thank you very much for all of the testing, it really helps a lot.
>> Qu
>>
> 
> Looks like v2 version patch is missed in last message
> 
Oh, my bad.

Please be aware that, this newer version may cause extra kernel 
warnings, if it found any uninitialized btrfs_tree_parent_check 
structure at submit time.

But there are completely valid cases we can do that, thus it may cause 
much larger dmesg output, and you should not rely on the kernel warning 
to determine if the bug is triggered.

Thanks,
Qu

[-- Attachment #2: 0001-btrfs-add-extra-debug-for-level-mismatch.patch --]
[-- Type: text/x-patch, Size: 3780 bytes --]

From 273968610a4427559f74958ed456a00ea0f5fc74 Mon Sep 17 00:00:00 2001
Message-Id: <273968610a4427559f74958ed456a00ea0f5fc74.1672097559.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Mon, 26 Dec 2022 16:44:08 +0800
Subject: [PATCH v2] btrfs: add extra debug for level mismatch

Currently I assume there is some race or uninitialized value for
check::level.

The extra output are for two locations:

- validate_extent_buffer()
  Output the error message for read error and the members of check.

- read_extent_buffer_pages()
  This will dump the stack for us to catch the offender.

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
Changelog:
v2:
- Extra submission time output
  This would greately enlarge the dmesg size

- Extra warning when submitting a metadata bio
  If we have an uninitialized check structure, do a warning and stack
  dump to show the offending call trace.
---
 fs/btrfs/disk-io.c   | 19 +++++++++++++++++--
 fs/btrfs/extent_io.c | 13 ++++++++++++-
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index f8b5955f003f..5023f213aa52 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -530,6 +530,10 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	}
 
 	if (found_level != check->level) {
+		btrfs_err(eb->fs_info,
+"level verify failed on logical %llu mirror %u wanted %u found %u",
+			  eb->start, eb->read_mirror, check->level,
+			  found_level);
 		ret = -EIO;
 		goto out;
 	}
@@ -581,13 +585,20 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	if (found_level > 0 && btrfs_check_node(eb))
 		ret = -EIO;
 
+out:
 	if (!ret)
 		set_extent_buffer_uptodate(eb);
-	else
+	else {
 		btrfs_err(fs_info,
 		"read time tree block corruption detected on logical %llu mirror %u",
 			  eb->start, eb->read_mirror);
-out:
+		btrfs_err(eb->fs_info,
+"check owner_root=%llu transid=%llu first_key=(%llu %u %llu) has_first_key=%d level=%u",
+			  check->owner_root,
+			  check->transid, check->first_key.objectid,
+			  check->first_key.type, check->first_key.offset,
+			  check->has_first_key, check->level);
+	}
 	return ret;
 }
 
@@ -652,6 +663,7 @@ int btrfs_validate_metadata_buffer(struct btrfs_bio *bbio,
 	int reads_done;
 
 	ASSERT(page->private);
+	WARN_ON(!bbio->is_metadata);
 
 	if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE)
 		return validate_subpage_buffer(page, start, end, mirror,
@@ -833,12 +845,15 @@ void btrfs_submit_metadata_bio(struct btrfs_inode *inode, struct bio *bio, int m
 {
 	struct btrfs_fs_info *fs_info = inode->root->fs_info;
 	struct btrfs_bio *bbio = btrfs_bio(bio);
+	struct btrfs_tree_parent_check check = {0};
 	blk_status_t ret;
 
 	bio->bi_opf |= REQ_META;
 	bbio->is_metadata = 1;
 
 	if (btrfs_op(bio) != BTRFS_MAP_WRITE) {
+		WARN_ON(!memcmp(&check, &bbio->parent_check,
+			sizeof(struct btrfs_tree_parent_check));
 		btrfs_submit_bio(fs_info, bio, mirror_num);
 		return;
 	}
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 83dd3aa59663..c94eb036dde4 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -5005,8 +5005,19 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 	for (i = 0; i < num_pages; i++) {
 		page = eb->pages[i];
 		wait_on_page_locked(page);
-		if (!PageUptodate(page))
+		if (!PageUptodate(page)) {
 			ret = -EIO;
+			btrfs_err(eb->fs_info,
+"read failed, bytenr=%llu check owner_root=%llu transid=%llu has_first_key=%d first_key=(%llu %u %llu) level=%u",
+				  eb->start,
+				  check->owner_root, check->transid,
+				  check->has_first_key,
+				  check->first_key.objectid,
+				  check->first_key.type,
+				  check->first_key.offset,
+				  check->level);
+			dump_stack();
+		}
 	}
 
 	return ret;
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26 23:36                 ` Qu Wenruo
@ 2022-12-26 23:52                   ` Mikhail Gavrilov
  2022-12-27  0:18                     ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-26 23:52 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

On Tue, Dec 27, 2022 at 4:36 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
>
> Please be aware that, this newer version may cause extra kernel
> warnings, if it found any uninitialized btrfs_tree_parent_check
> structure at submit time.
>
> But there are completely valid cases we can do that, thus it may cause
> much larger dmesg output, and you should not rely on the kernel warning
> to determine if the bug is triggered.
>

The kernel failed to built with v2 patch.

Here list of compilatore error messages:
fs/btrfs/disk-io.c: In function ‘btrfs_submit_metadata_bio’:
fs/btrfs/disk-io.c:5413:2: error: unterminated argument list invoking
macro "WARN_ON"
 5413 | }
      |  ^
  CC      net/ipv4/icmp.o
fs/btrfs/disk-io.c:851:17: error: ‘WARN_ON’ undeclared (first use in
this function)
  851 |                 WARN_ON(!memcmp(&check, &bbio->parent_check,
      |                 ^~~~~~~
fs/btrfs/disk-io.c:851:17: note: each undeclared identifier is
reported only once for each function it appears in
fs/btrfs/disk-io.c:851:24: error: expected ‘;’ at end of input
  851 |                 WARN_ON(!memcmp(&check, &bbio->parent_check,
      |                        ^
      |                        ;
......
fs/btrfs/disk-io.c:851:17: error: expected declaration or statement at
end of input
  851 |                 WARN_ON(!memcmp(&check, &bbio->parent_check,
      |                 ^~~~~~~
fs/btrfs/disk-io.c:851:17: error: expected declaration or statement at
end of input
fs/btrfs/disk-io.c:845:22: warning: unused variable ‘ret’ [-Wunused-variable]
  845 |         blk_status_t ret;
      |                      ^~~
fs/btrfs/disk-io.c:844:40: warning: unused variable ‘check’ [-Wunused-variable]
  844 |         struct btrfs_tree_parent_check check = {0};
      |                                        ^~~~~
fs/btrfs/disk-io.c:842:31: warning: unused variable ‘fs_info’
[-Wunused-variable]
  842 |         struct btrfs_fs_info *fs_info = inode->root->fs_info;
      |                               ^~~~~~~
  HDRTEST usr/include/linux/loadpin.h
fs/btrfs/disk-io.c: At top level:
fs/btrfs/disk-io.c:63:13: warning: ‘btrfs_destroy_ordered_extents’
declared ‘static’ but never defined [-Wunused-function]
   63 | static void btrfs_destroy_ordered_extents(struct btrfs_root *root);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:64:12: warning: ‘btrfs_destroy_delayed_refs’
declared ‘static’ but never defined [-Wunused-function]
   64 | static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:66:13: warning: ‘btrfs_destroy_delalloc_inodes’
declared ‘static’ but never defined [-Wunused-function]
   66 | static void btrfs_destroy_delalloc_inodes(struct btrfs_root *root);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:67:12: warning: ‘btrfs_destroy_marked_extents’
declared ‘static’ but never defined [-Wunused-function]
   67 | static int btrfs_destroy_marked_extents(struct btrfs_fs_info *fs_info,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:70:12: warning: ‘btrfs_destroy_pinned_extent’
declared ‘static’ but never defined [-Wunused-function]
   70 | static int btrfs_destroy_pinned_extent(struct btrfs_fs_info *fs_info,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:72:12: warning: ‘btrfs_cleanup_transaction’
declared ‘static’ but never defined [-Wunused-function]
   72 | static int btrfs_cleanup_transaction(struct btrfs_fs_info *fs_info);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:73:13: warning: ‘btrfs_error_commit_super’ declared
‘static’ but never defined [-Wunused-function]
   73 | static void btrfs_error_commit_super(struct btrfs_fs_info *fs_info);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:828:13: warning: ‘should_async_write’ defined but
not used [-Wunused-function]
  828 | static bool should_async_write(struct btrfs_fs_info *fs_info,
      |             ^~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:161:13: warning: ‘btrfs_supported_super_csum’
defined but not used [-Wunused-function]
  161 | static bool btrfs_supported_super_csum(u16 csum_type)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:130:12: warning: ‘verify_parent_transid’ defined
but not used [-Wunused-function]
  130 | static int verify_parent_transid(struct extent_io_tree *io_tree,
      |            ^~~~~~~~~~~~~~~~~~~~~
fs/btrfs/disk-io.c:75:13: warning: ‘btrfs_free_csum_hash’ defined but
not used [-Wunused-function]
   75 | static void btrfs_free_csum_hash(struct btrfs_fs_info *fs_info)
      |             ^~~~~~~~~~~~~~~~~~~~
  CC      kernel/notifier.o
make[3]: *** [scripts/Makefile.build:252: fs/btrfs/disk-io.o] Error 1
make[3]: *** Waiting for unfinished jobs....


-- 
Best Regards,
Mike Gavrilov.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26 23:52                   ` Mikhail Gavrilov
@ 2022-12-27  0:18                     ` Qu Wenruo
  2022-12-27  1:35                       ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-27  0:18 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/27 07:52, Mikhail Gavrilov wrote:
> On Tue, Dec 27, 2022 at 4:36 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>>
>> Please be aware that, this newer version may cause extra kernel
>> warnings, if it found any uninitialized btrfs_tree_parent_check
>> structure at submit time.
>>
>> But there are completely valid cases we can do that, thus it may cause
>> much larger dmesg output, and you should not rely on the kernel warning
>> to determine if the bug is triggered.
>>
> 
> The kernel failed to built with v2 patch.
> 
> Here list of compilatore error messages:
> fs/btrfs/disk-io.c: In function ‘btrfs_submit_metadata_bio’:
> fs/btrfs/disk-io.c:5413:2: error: unterminated argument list invoking
> macro "WARN_ON"
>   5413 | }
>        |  ^
>    CC      net/ipv4/icmp.o
> fs/btrfs/disk-io.c:851:17: error: ‘WARN_ON’ undeclared (first use in
> this function)
>    851 |                 WARN_ON(!memcmp(&check, &bbio->parent_check,
>        |                 ^~~~~~~
> fs/btrfs/disk-io.c:851:17: note: each undeclared identifier is
> reported only once for each function it appears in
> fs/btrfs/disk-io.c:851:24: error: expected ‘;’ at end of input
>    851 |                 WARN_ON(!memcmp(&check, &bbio->parent_check,
>        |                        ^
>        |                        ;
> ......
> fs/btrfs/disk-io.c:851:17: error: expected declaration or statement at
> end of input
>    851 |                 WARN_ON(!memcmp(&check, &bbio->parent_check,
>        |                 ^~~~~~~
> fs/btrfs/disk-io.c:851:17: error: expected declaration or statement at
> end of input
> fs/btrfs/disk-io.c:845:22: warning: unused variable ‘ret’ [-Wunused-variable]
>    845 |         blk_status_t ret;
>        |                      ^~~
> fs/btrfs/disk-io.c:844:40: warning: unused variable ‘check’ [-Wunused-variable]
>    844 |         struct btrfs_tree_parent_check check = {0};
>        |                                        ^~~~~
> fs/btrfs/disk-io.c:842:31: warning: unused variable ‘fs_info’
> [-Wunused-variable]
>    842 |         struct btrfs_fs_info *fs_info = inode->root->fs_info;
>        |                               ^~~~~~~
>    HDRTEST usr/include/linux/loadpin.h
> fs/btrfs/disk-io.c: At top level:
> fs/btrfs/disk-io.c:63:13: warning: ‘btrfs_destroy_ordered_extents’
> declared ‘static’ but never defined [-Wunused-function]
>     63 | static void btrfs_destroy_ordered_extents(struct btrfs_root *root);
>        |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:64:12: warning: ‘btrfs_destroy_delayed_refs’
> declared ‘static’ but never defined [-Wunused-function]
>     64 | static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,
>        |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:66:13: warning: ‘btrfs_destroy_delalloc_inodes’
> declared ‘static’ but never defined [-Wunused-function]
>     66 | static void btrfs_destroy_delalloc_inodes(struct btrfs_root *root);
>        |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:67:12: warning: ‘btrfs_destroy_marked_extents’
> declared ‘static’ but never defined [-Wunused-function]
>     67 | static int btrfs_destroy_marked_extents(struct btrfs_fs_info *fs_info,
>        |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:70:12: warning: ‘btrfs_destroy_pinned_extent’
> declared ‘static’ but never defined [-Wunused-function]
>     70 | static int btrfs_destroy_pinned_extent(struct btrfs_fs_info *fs_info,
>        |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:72:12: warning: ‘btrfs_cleanup_transaction’
> declared ‘static’ but never defined [-Wunused-function]
>     72 | static int btrfs_cleanup_transaction(struct btrfs_fs_info *fs_info);
>        |            ^~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:73:13: warning: ‘btrfs_error_commit_super’ declared
> ‘static’ but never defined [-Wunused-function]
>     73 | static void btrfs_error_commit_super(struct btrfs_fs_info *fs_info);
>        |             ^~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:828:13: warning: ‘should_async_write’ defined but
> not used [-Wunused-function]
>    828 | static bool should_async_write(struct btrfs_fs_info *fs_info,
>        |             ^~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:161:13: warning: ‘btrfs_supported_super_csum’
> defined but not used [-Wunused-function]
>    161 | static bool btrfs_supported_super_csum(u16 csum_type)
>        |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:130:12: warning: ‘verify_parent_transid’ defined
> but not used [-Wunused-function]
>    130 | static int verify_parent_transid(struct extent_io_tree *io_tree,
>        |            ^~~~~~~~~~~~~~~~~~~~~
> fs/btrfs/disk-io.c:75:13: warning: ‘btrfs_free_csum_hash’ defined but
> not used [-Wunused-function]
>     75 | static void btrfs_free_csum_hash(struct btrfs_fs_info *fs_info)
>        |             ^~~~~~~~~~~~~~~~~~~~
>    CC      kernel/notifier.o
> make[3]: *** [scripts/Makefile.build:252: fs/btrfs/disk-io.o] Error 1
> make[3]: *** Waiting for unfinished jobs....
> 
> 

My bad, missing a ")" in the WARN_ON() line.

Fixed with v3 patch.

Thanks,
Qu

[-- Attachment #2: 0001-btrfs-add-extra-debug-for-level-mismatch.patch --]
[-- Type: text/x-patch, Size: 3810 bytes --]

From 6e8209a73e1dd69ea1c0f0b0865e41f76da14976 Mon Sep 17 00:00:00 2001
Message-Id: <6e8209a73e1dd69ea1c0f0b0865e41f76da14976.1672100228.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Mon, 26 Dec 2022 16:44:08 +0800
Subject: [PATCH v3] btrfs: add extra debug for level mismatch

Currently I assume there is some race or uninitialized value for
check::level.

The extra output are for two locations:

- validate_extent_buffer()
  Output the error message for read error and the members of check.

- read_extent_buffer_pages()
  This will dump the stack for us to catch the offender.

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
Changelog:
v2:
- Extra submission time output
  This would greately enlarge the dmesg size

- Extra warning when submitting a metadata bio
  If we have an uninitialized check structure, do a warning and stack
  dump to show the offending call trace.

v3:
- Fix a compiling error
---
 fs/btrfs/disk-io.c   | 19 +++++++++++++++++--
 fs/btrfs/extent_io.c | 13 ++++++++++++-
 2 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index f8b5955f003f..49b077acf359 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -530,6 +530,10 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	}
 
 	if (found_level != check->level) {
+		btrfs_err(eb->fs_info,
+"level verify failed on logical %llu mirror %u wanted %u found %u",
+			  eb->start, eb->read_mirror, check->level,
+			  found_level);
 		ret = -EIO;
 		goto out;
 	}
@@ -581,13 +585,20 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	if (found_level > 0 && btrfs_check_node(eb))
 		ret = -EIO;
 
+out:
 	if (!ret)
 		set_extent_buffer_uptodate(eb);
-	else
+	else {
 		btrfs_err(fs_info,
 		"read time tree block corruption detected on logical %llu mirror %u",
 			  eb->start, eb->read_mirror);
-out:
+		btrfs_err(eb->fs_info,
+"check owner_root=%llu transid=%llu first_key=(%llu %u %llu) has_first_key=%d level=%u",
+			  check->owner_root,
+			  check->transid, check->first_key.objectid,
+			  check->first_key.type, check->first_key.offset,
+			  check->has_first_key, check->level);
+	}
 	return ret;
 }
 
@@ -652,6 +663,7 @@ int btrfs_validate_metadata_buffer(struct btrfs_bio *bbio,
 	int reads_done;
 
 	ASSERT(page->private);
+	WARN_ON(!bbio->is_metadata);
 
 	if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE)
 		return validate_subpage_buffer(page, start, end, mirror,
@@ -833,12 +845,15 @@ void btrfs_submit_metadata_bio(struct btrfs_inode *inode, struct bio *bio, int m
 {
 	struct btrfs_fs_info *fs_info = inode->root->fs_info;
 	struct btrfs_bio *bbio = btrfs_bio(bio);
+	struct btrfs_tree_parent_check check = {0};
 	blk_status_t ret;
 
 	bio->bi_opf |= REQ_META;
 	bbio->is_metadata = 1;
 
 	if (btrfs_op(bio) != BTRFS_MAP_WRITE) {
+		WARN_ON(!memcmp(&check, &bbio->parent_check,
+			sizeof(struct btrfs_tree_parent_check)));
 		btrfs_submit_bio(fs_info, bio, mirror_num);
 		return;
 	}
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 83dd3aa59663..c94eb036dde4 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -5005,8 +5005,19 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 	for (i = 0; i < num_pages; i++) {
 		page = eb->pages[i];
 		wait_on_page_locked(page);
-		if (!PageUptodate(page))
+		if (!PageUptodate(page)) {
 			ret = -EIO;
+			btrfs_err(eb->fs_info,
+"read failed, bytenr=%llu check owner_root=%llu transid=%llu has_first_key=%d first_key=(%llu %u %llu) level=%u",
+				  eb->start,
+				  check->owner_root, check->transid,
+				  check->has_first_key,
+				  check->first_key.objectid,
+				  check->first_key.type,
+				  check->first_key.offset,
+				  check->level);
+			dump_stack();
+		}
 	}
 
 	return ret;
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-27  0:18                     ` Qu Wenruo
@ 2022-12-27  1:35                       ` Mikhail Gavrilov
  2022-12-27  5:13                         ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-27  1:35 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Tue, Dec 27, 2022 at 5:18 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
> My bad, missing a ")" in the WARN_ON() line.
>
> Fixed with v3 patch.
>

New kernel logs are ready.


-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: btrfs-issue-dmesg-debug3.txt --]
[-- Type: text/plain, Size: 584375 bytes --]

❯ dmesg
[    0.000000] Linux version 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #4 SMP PREEMPT_DYNAMIC Tue Dec 27 05:26:14 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ba907fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cd5018-0xb6cdb657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc6018-0xb6cd4057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb8018-0xb6cc5857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000b6cb8017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cb8018-0x00000000b6cc5857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc5858-0x00000000b6cc6017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc6018-0x00000000b6cd4057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd4058-0x00000000b6cd5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd5018-0x00000000b6cdb657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cdb658-0x00000000ba907fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbbe83000 ACPI 2.0=0xbbe83014 TPMFinalLog=0xbc130000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7519018 ESRT=0xb9122b18 MOKvar=0xbc86d000 RNG=0xbbe33018 TPMEventLog=0xb6cdc018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem57: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem58: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfdffffff] reserved
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe700000-0xfe70ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem61: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem63: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem64: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem65: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
[    0.000000] efi: Not removing mem67: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
[    0.000000] efi: Remove mem68: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.783 MHz processor
[    0.000130] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000133] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000140] last_pfn = 0x101e300 max_arch_pfn = 0x400000000
[    0.000144] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000623] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000631] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003226] esrt: Reserving ESRT space from 0x00000000b9122b18 to 0x00000000b9122b50.
[    0.003235] e820: update [mem 0xb9122000-0xb9122fff] usable ==> reserved
[    0.003250] Using GB pages for direct mapping
[    0.011258] printk: log_buf_len: 16777216 bytes
[    0.011263] printk: early log buf free: 253424(96%)
[    0.011264] Secure boot disabled
[    0.011265] RAMDISK: [mem 0xa7cd1000-0xb440afff]
[    0.011269] ACPI: Early table checksum verification disabled
[    0.011273] ACPI: RSDP 0x00000000BBE83014 000024 (v02 _ASUS_)
[    0.011277] ACPI: XSDT 0x00000000BBE82728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.011282] ACPI: FACP 0x00000000BBE74000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011287] ACPI: DSDT 0x00000000BBE67000 00C2AC (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[    0.011289] ACPI: FACS 0x00000000BC12E000 000040
[    0.011292] ACPI: SSDT 0x00000000BBE7A000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.011295] ACPI: IVRS 0x00000000BBE79000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.011297] ACPI: SSDT 0x00000000BBE75000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.011300] ACPI: FIDT 0x00000000BBE66000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011302] ACPI: MCFG 0x00000000BBE65000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.011304] ACPI: HPET 0x00000000BBE64000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.011307] ACPI: VFCT 0x00000000BBE56000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.011309] ACPI: TPM2 0x00000000BBE54000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.011312] ACPI: SSDT 0x00000000BBE4E000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011314] ACPI: CRAT 0x00000000BBE4D000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011317] ACPI: CDIT 0x00000000BBE4C000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011319] ACPI: SSDT 0x00000000BBE4B000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011322] ACPI: SSDT 0x00000000BBE4A000 0005B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011324] ACPI: SSDT 0x00000000BBE48000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011326] ACPI: SSDT 0x00000000BBE46000 00151D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011329] ACPI: SSDT 0x00000000BBE45000 0006A9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011331] ACPI: SSDT 0x00000000BBE43000 0019E6 (v01 AMD    CPMD3CLD 00000001 INTL 20190509)
[    0.011334] ACPI: SSDT 0x00000000BBE42000 0005DE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011336] ACPI: SSDT 0x00000000BBE3E000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011338] ACPI: BGRT 0x00000000BBE55000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011341] ACPI: WSMT 0x00000000BBE3D000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011343] ACPI: APIC 0x00000000BBE3C000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011346] ACPI: SSDT 0x00000000BBE3B000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011348] ACPI: SSDT 0x00000000BBE3A000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011350] ACPI: SSDT 0x00000000BBE38000 00112E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011353] ACPI: SSDT 0x00000000BBE37000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011355] ACPI: SSDT 0x00000000BBE36000 000808 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011358] ACPI: SSDT 0x00000000BBE35000 00078F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011360] ACPI: FPDT 0x00000000BBE34000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.011362] ACPI: Reserving FACP table memory at [mem 0xbbe74000-0xbbe74113]
[    0.011364] ACPI: Reserving DSDT table memory at [mem 0xbbe67000-0xbbe732ab]
[    0.011364] ACPI: Reserving FACS table memory at [mem 0xbc12e000-0xbc12e03f]
[    0.011365] ACPI: Reserving SSDT table memory at [mem 0xbbe7a000-0xbbe81228]
[    0.011366] ACPI: Reserving IVRS table memory at [mem 0xbbe79000-0xbbe791a3]
[    0.011366] ACPI: Reserving SSDT table memory at [mem 0xbbe75000-0xbbe78a20]
[    0.011367] ACPI: Reserving FIDT table memory at [mem 0xbbe66000-0xbbe6609b]
[    0.011368] ACPI: Reserving MCFG table memory at [mem 0xbbe65000-0xbbe6503b]
[    0.011369] ACPI: Reserving HPET table memory at [mem 0xbbe64000-0xbbe64037]
[    0.011369] ACPI: Reserving VFCT table memory at [mem 0xbbe56000-0xbbe63883]
[    0.011370] ACPI: Reserving TPM2 table memory at [mem 0xbbe54000-0xbbe5404b]
[    0.011371] ACPI: Reserving SSDT table memory at [mem 0xbbe4e000-0xbbe53353]
[    0.011372] ACPI: Reserving CRAT table memory at [mem 0xbbe4d000-0xbbe4dee7]
[    0.011372] ACPI: Reserving CDIT table memory at [mem 0xbbe4c000-0xbbe4c028]
[    0.011373] ACPI: Reserving SSDT table memory at [mem 0xbbe4b000-0xbbe4b148]
[    0.011374] ACPI: Reserving SSDT table memory at [mem 0xbbe4a000-0xbbe4a5b6]
[    0.011375] ACPI: Reserving SSDT table memory at [mem 0xbbe48000-0xbbe4948d]
[    0.011375] ACPI: Reserving SSDT table memory at [mem 0xbbe46000-0xbbe4751c]
[    0.011376] ACPI: Reserving SSDT table memory at [mem 0xbbe45000-0xbbe456a8]
[    0.011377] ACPI: Reserving SSDT table memory at [mem 0xbbe43000-0xbbe449e5]
[    0.011377] ACPI: Reserving SSDT table memory at [mem 0xbbe42000-0xbbe425dd]
[    0.011378] ACPI: Reserving SSDT table memory at [mem 0xbbe3e000-0xbbe416e8]
[    0.011379] ACPI: Reserving BGRT table memory at [mem 0xbbe55000-0xbbe55037]
[    0.011380] ACPI: Reserving WSMT table memory at [mem 0xbbe3d000-0xbbe3d027]
[    0.011380] ACPI: Reserving APIC table memory at [mem 0xbbe3c000-0xbbe3c0dd]
[    0.011381] ACPI: Reserving SSDT table memory at [mem 0xbbe3b000-0xbbe3b08c]
[    0.011382] ACPI: Reserving SSDT table memory at [mem 0xbbe3a000-0xbbe3a91e]
[    0.011383] ACPI: Reserving SSDT table memory at [mem 0xbbe38000-0xbbe3912d]
[    0.011384] ACPI: Reserving SSDT table memory at [mem 0xbbe37000-0xbbe37240]
[    0.011384] ACPI: Reserving SSDT table memory at [mem 0xbbe36000-0xbbe36807]
[    0.011385] ACPI: Reserving SSDT table memory at [mem 0xbbe35000-0xbbe3578e]
[    0.011386] ACPI: Reserving FPDT table memory at [mem 0xbbe34000-0xbbe34043]
[    0.011444] No NUMA configuration found
[    0.011445] Faking a node at [mem 0x0000000000000000-0x000000101e2fffff]
[    0.011451] NODE_DATA(0) allocated [mem 0x1019ad4000-0x1019afffff]
[    0.074609] Zone ranges:
[    0.074613]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.074615]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.074617]   Normal   [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074618]   Device   empty
[    0.074619] Movable zone start for each node
[    0.074621] Early memory node ranges
[    0.074621]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.074622]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.074623]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.074624]   node   0: [mem 0x000000000a20f000-0x00000000ba907fff]
[    0.074625]   node   0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[    0.074625]   node   0: [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074630] Initmem setup node 0 [mem 0x0000000000001000-0x000000101e2fffff]
[    0.074636] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.074654] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.074813] On node 0, zone DMA32: 738 pages in unavailable ranges
[    0.077844] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.077919] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.144129] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.144175] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.144636] ACPI: PM-Timer IO Port: 0x808
[    0.144643] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.144660] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.144666] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.144668] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.144669] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.144672] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.144673] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.144683] e820: update [mem 0xb440b000-0xb44b3fff] usable ==> reserved
[    0.144695] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.144729] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.144731] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.144733] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[    0.144735] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.144736] PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb44b3fff]
[    0.144738] PM: hibernation: Registered nosave memory: [mem 0xb6cb8000-0xb6cb8fff]
[    0.144740] PM: hibernation: Registered nosave memory: [mem 0xb6cc5000-0xb6cc5fff]
[    0.144740] PM: hibernation: Registered nosave memory: [mem 0xb6cc6000-0xb6cc6fff]
[    0.144742] PM: hibernation: Registered nosave memory: [mem 0xb6cd4000-0xb6cd4fff]
[    0.144743] PM: hibernation: Registered nosave memory: [mem 0xb6cd5000-0xb6cd5fff]
[    0.144744] PM: hibernation: Registered nosave memory: [mem 0xb6cdb000-0xb6cdbfff]
[    0.144746] PM: hibernation: Registered nosave memory: [mem 0xb9122000-0xb9122fff]
[    0.144747] PM: hibernation: Registered nosave memory: [mem 0xba908000-0xbbe1ffff]
[    0.144748] PM: hibernation: Registered nosave memory: [mem 0xbbe20000-0xbbe83fff]
[    0.144749] PM: hibernation: Registered nosave memory: [mem 0xbbe84000-0xbc178fff]
[    0.144749] PM: hibernation: Registered nosave memory: [mem 0xbc179000-0xbc9fefff]
[    0.144751] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.144751] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe6fffff]
[    0.144752] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[    0.144753] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfec0ffff]
[    0.144753] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.144754] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.144755] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.144755] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.144756] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.144757] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.144757] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.144758] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[    0.144758] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.144759] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.144760] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.144760] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.144761] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.144762] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.144764] [mem 0xc0000000-0xfe6fffff] available for PCI devices
[    0.144765] Booting paravirtualized kernel on bare hardware
[    0.144768] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.148507] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.154997] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.155005] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.155007] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.155017] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.155064] Fallback order for Node 0: 0 
[    0.155072] Built 1 zonelists, mobility grouping on.  Total pages: 16361371
[    0.155073] Policy zone: Normal
[    0.155077] Kernel command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.155140] sysrq: sysrq always enabled.
[    0.155162] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+", will be passed to user space.
[    0.159168] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.161171] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.161265] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.161307] software IO TLB: area num 16.
[    1.855487] Memory: 64839536K/66484956K available (20480K kernel code, 4064K rwdata, 14632K rodata, 6300K init, 30736K bss, 1645160K reserved, 0K cma-reserved)
[    1.855914] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    1.855916] kmemleak: Kernel memory leak detector disabled
[    1.856034] ftrace: allocating 52351 entries in 205 pages
[    1.864715] ftrace: allocated 205 pages with 5 groups
[    1.866120] Dynamic Preempt: voluntary
[    1.866240] Running RCU self tests
[    1.866259] rcu: Preemptible hierarchical RCU implementation.
[    1.866259] rcu: 	RCU event tracing is enabled.
[    1.866260] rcu: 	RCU lockdep checking is enabled.
[    1.866261] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    1.866262] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    1.866262] 	Trampoline variant of Tasks RCU enabled.
[    1.866263] 	Rude variant of Tasks RCU enabled.
[    1.866263] 	Tracing variant of Tasks RCU enabled.
[    1.866264] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.866265] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    1.869431] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    1.869640] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.869792] Console: colour dummy device 80x25
[    1.869804] printk: console [tty0] enabled
[    1.871919] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    1.871929] ... MAX_LOCKDEP_SUBCLASSES:  8
[    1.871935] ... MAX_LOCK_DEPTH:          48
[    1.871940] ... MAX_LOCKDEP_KEYS:        8192
[    1.871946] ... CLASSHASH_SIZE:          4096
[    1.871951] ... MAX_LOCKDEP_ENTRIES:     65536
[    1.871956] ... MAX_LOCKDEP_CHAINS:      262144
[    1.871962] ... CHAINHASH_SIZE:          131072
[    1.871968]  memory used by lock dependency info: 17577 kB
[    1.871974]  memory used for stack traces: 4224 kB
[    1.871980]  per task-struct memory footprint: 2688 bytes
[    1.872015] ACPI: Core revision 20221020
[    1.872385] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.872428] APIC: Switch to symmetric I/O mode setup
[    1.873142] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    1.873152] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    1.873159] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    1.873167] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    1.873175] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    1.873565] Switched APIC routing to physical flat.
[    1.874250] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.878430] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a5b209f1, max_idle_ns: 440795221398 ns
[    1.878458] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.56 BogoMIPS (lpj=3293783)
[    1.878473] pid_max: default: 32768 minimum: 301
[    1.884462] ---[ User Space ]---
[    1.884476] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    1.884499] 0x0000000000001000-0x000000000009f000         632K                               pte
[    1.884514] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    1.884540] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    1.884554] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    1.884569] 0x0000000001000000-0x0000000001020000         128K                               pte
[    1.884593] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    1.884614] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    1.884628] 0x0000000040000000-0x0000000080000000           1G                               pud
[    1.884648] 0x0000000080000000-0x00000000b4400000         836M                               pmd
[    1.884662] 0x00000000b4400000-0x00000000b440b000          44K                               pte
[    1.884679] 0x00000000b440b000-0x00000000b44b4000         676K     RW                     NX pte
[    1.884705] 0x00000000b44b4000-0x00000000b4600000        1328K                               pte
[    1.884719] 0x00000000b4600000-0x00000000b6c00000          38M                               pmd
[    1.884737] 0x00000000b6c00000-0x00000000b6ce4000         912K                               pte
[    1.884751] 0x00000000b6ce4000-0x00000000b6ce5000           4K                               pte
[    1.884765] 0x00000000b6ce5000-0x00000000b6ce6000           4K                               pte
[    1.884784] 0x00000000b6ce6000-0x00000000b6e00000        1128K     RW                     NX pte
[    1.884803] 0x00000000b6e00000-0x00000000b9000000          34M     RW         PSE         NX pmd
[    1.884828] 0x00000000b9000000-0x00000000b9123000        1164K     RW                     NX pte
[    1.884851] 0x00000000b9123000-0x00000000ba00b000       15264K                               pte
[    1.884875] 0x00000000ba00b000-0x00000000ba1d8000        1844K                               pte
[    1.884895] 0x00000000ba1d8000-0x00000000ba908000        7360K                               pte
[    1.884914] 0x00000000ba908000-0x00000000baa00000         992K                               pte
[    1.884928] 0x00000000baa00000-0x00000000bc000000          22M                               pmd
[    1.884949] 0x00000000bc000000-0x00000000bc179000        1508K                               pte
[    1.884966] 0x00000000bc179000-0x00000000bc200000         540K     RW                     NX pte
[    1.884984] 0x00000000bc200000-0x00000000bc800000           6M     RW         PSE         NX pmd
[    1.885011] 0x00000000bc800000-0x00000000bc993000        1612K     RW                     NX pte
[    1.885029] 0x00000000bc993000-0x00000000bc996000          12K     ro                     x  pte
[    1.885468] 0x00000000bc996000-0x00000000bc99b000          20K     RW                     NX pte
[    1.885486] 0x00000000bc99b000-0x00000000bc99c000           4K     ro                     x  pte
[    1.885504] 0x00000000bc99c000-0x00000000bc9a1000          20K     RW                     NX pte
[    1.885523] 0x00000000bc9a1000-0x00000000bc9a5000          16K     ro                     x  pte
[    1.885541] 0x00000000bc9a5000-0x00000000bc9aa000          20K     RW                     NX pte
[    1.885559] 0x00000000bc9aa000-0x00000000bc9ab000           4K     ro                     x  pte
[    1.885577] 0x00000000bc9ab000-0x00000000bc9af000          16K     RW                     NX pte
[    1.885595] 0x00000000bc9af000-0x00000000bc9bc000          52K     ro                     x  pte
[    1.885613] 0x00000000bc9bc000-0x00000000bc9c1000          20K     RW                     NX pte
[    1.885632] 0x00000000bc9c1000-0x00000000bc9c4000          12K     ro                     x  pte
[    1.885650] 0x00000000bc9c4000-0x00000000bc9c9000          20K     RW                     NX pte
[    1.885668] 0x00000000bc9c9000-0x00000000bc9ca000           4K     ro                     x  pte
[    1.885686] 0x00000000bc9ca000-0x00000000bc9cf000          20K     RW                     NX pte
[    1.885704] 0x00000000bc9cf000-0x00000000bc9d0000           4K     ro                     x  pte
[    1.885722] 0x00000000bc9d0000-0x00000000bc9d5000          20K     RW                     NX pte
[    1.885740] 0x00000000bc9d5000-0x00000000bc9d6000           4K     ro                     x  pte
[    1.885758] 0x00000000bc9d6000-0x00000000bc9da000          16K     RW                     NX pte
[    1.885776] 0x00000000bc9da000-0x00000000bc9e6000          48K     ro                     x  pte
[    1.885795] 0x00000000bc9e6000-0x00000000bc9ed000          28K     RW                     NX pte
[    1.885813] 0x00000000bc9ed000-0x00000000bc9f2000          20K     ro                     x  pte
[    1.885831] 0x00000000bc9f2000-0x00000000bc9f7000          20K     RW                     NX pte
[    1.885849] 0x00000000bc9f7000-0x00000000bc9fa000          12K     ro                     x  pte
[    1.885867] 0x00000000bc9fa000-0x00000000bc9ff000          20K     RW                     NX pte
[    1.885885] 0x00000000bc9ff000-0x00000000bd000000        6148K                               pte
[    1.885908] 0x00000000bd000000-0x00000000bd1a6000        1688K                               pte
[    1.885927] 0x00000000bd1a6000-0x00000000bd2a6000           1M                               pte
[    1.885941] 0x00000000bd2a6000-0x00000000bd2c0000         104K                               pte
[    1.885956] 0x00000000bd2c0000-0x00000000bd2fb000         236K                               pte
[    1.885970] 0x00000000bd2fb000-0x00000000bd317000         112K                               pte
[    1.885995] 0x00000000bd317000-0x00000000bdd16000       10236K                               pte
[    1.886009] 0x00000000bdd16000-0x00000000bdd19000          12K                               pte
[    1.886035] 0x00000000bdd19000-0x00000000bdf6a000        2372K                               pte
[    1.886049] 0x00000000bdf6a000-0x00000000bdf74000          40K                               pte
[    1.886063] 0x00000000bdf74000-0x00000000bdf8e000         104K                               pte
[    1.886076] 0x00000000bdf8e000-0x00000000bdf94000          24K                               pte
[    1.886090] 0x00000000bdf94000-0x00000000bdfaa000          88K                               pte
[    1.886104] 0x00000000bdfaa000-0x00000000bdfad000          12K                               pte
[    1.886117] 0x00000000bdfad000-0x00000000bdfc0000          76K                               pte
[    1.886131] 0x00000000bdfc0000-0x00000000bdfc5000          20K                               pte
[    1.886144] 0x00000000bdfc5000-0x00000000bdfda000          84K                               pte
[    1.886158] 0x00000000bdfda000-0x00000000bdff2000          96K                               pte
[    1.886171] 0x00000000bdff2000-0x00000000bdffa000          32K                               pte
[    1.886185] 0x00000000bdffa000-0x00000000be000000          24K                               pte
[    1.886204] 0x00000000be000000-0x00000000f0000000         800M                               pmd
[    1.886219] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    1.886237] 0x00000000f8000000-0x00000000fd000000          80M                               pmd
[    1.886251] 0x00000000fd000000-0x00000000fe000000          16M     RW     PCD PSE         NX pmd
[    1.886269] 0x00000000fe000000-0x00000000fe600000           6M                               pmd
[    1.886288] 0x00000000fe600000-0x00000000fe700000           1M                               pte
[    1.886301] 0x00000000fe700000-0x00000000fe710000          64K     RW     PCD             NX pte
[    1.886324] 0x00000000fe710000-0x00000000fe800000         960K                               pte
[    1.886337] 0x00000000fe800000-0x00000000fea00000           2M                               pmd
[    1.886359] 0x00000000fea00000-0x00000000feb80000        1536K                               pte
[    1.886375] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    1.886393] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    1.886406] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    1.886429] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    1.886442] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    1.886465] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    1.886478] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    1.886497] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    1.886510] 0x00000000fed80000-0x00000000fed81000           4K     RW     PCD             NX pte
[    1.886529] 0x00000000fed81000-0x00000000fedc4000         268K                               pte
[    1.886543] 0x00000000fedc4000-0x00000000fedca000          24K     RW     PCD             NX pte
[    1.886560] 0x00000000fedca000-0x00000000fedcc000           8K                               pte
[    1.886574] 0x00000000fedcc000-0x00000000fedcf000          12K     RW     PCD             NX pte
[    1.886592] 0x00000000fedcf000-0x00000000fedd5000          24K                               pte
[    1.886605] 0x00000000fedd5000-0x00000000fedd6000           4K     RW     PCD             NX pte
[    1.886623] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    1.886637] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    1.886650] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    1.886668] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    1.886682] 0x0000000100200000-0x0000000100228000         160K                               pte
[    1.886696] 0x0000000100228000-0x000000010022a000           8K     RW                     NX pte
[    1.886723] 0x000000010022a000-0x0000000100400000        1880K                               pte
[    1.886744] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    1.886764] 0x0000000140000000-0x0000008000000000         507G                               pud
[    1.886786] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    1.886799] ---[ Kernel Space ]---
[    1.886805] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    1.886818] ---[ LDT remap ]---
[    1.886823] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    1.886836] ---[ Low Kernel Mapping ]---
[    1.886842] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    1.886855] ---[ vmalloc() Area ]---
[    1.886861] 0xffff898000000000-0xffff8a0000000000         512G                               pgd
[    1.886874] ---[ Vmemmap ]---
[    1.886879] 0xffff8a0000000000-0xffff940000000000          10T                               pgd
[    1.886900] 0xffff940000000000-0xffff947980000000         486G                               pud
[    1.886924] 0xffff947980000000-0xffff947980200000           2M     RW                 GLB NX pte
[    1.886943] 0xffff947980200000-0xffff947989c00000         154M     RW         PSE     GLB NX pmd
[    1.886967] 0xffff947989c00000-0xffff947989d1f000        1148K     RW                 GLB NX pte
[    1.886989] 0xffff947989d1f000-0xffff947989e00000         900K                               pte
[    1.887003] 0xffff947989e00000-0xffff94798a000000           2M                               pmd
[    1.887016] 0xffff94798a000000-0xffff94798a001000           4K                               pte
[    1.887040] 0xffff94798a001000-0xffff94798a200000        2044K     RW                 GLB NX pte
[    1.887058] 0xffff94798a200000-0xffff94798a20f000          60K                               pte
[    1.887082] 0xffff94798a20f000-0xffff94798a400000        1988K     RW                 GLB NX pte
[    1.887110] 0xffff94798a400000-0xffff9479c0000000         860M     RW         PSE     GLB NX pmd
[    1.887127] 0xffff9479c0000000-0xffff947a00000000           1G     RW         PSE     GLB NX pud
[    1.887156] 0xffff947a00000000-0xffff947a3a800000         936M     RW         PSE     GLB NX pmd
[    1.887179] 0xffff947a3a800000-0xffff947a3a908000        1056K     RW                 GLB NX pte
[    1.887202] 0xffff947a3a908000-0xffff947a3aa00000         992K                               pte
[    1.887216] 0xffff947a3aa00000-0xffff947a3c800000          30M                               pmd
[    1.887240] 0xffff947a3c800000-0xffff947a3c9ff000        2044K                               pte
[    1.887253] 0xffff947a3c9ff000-0xffff947a3ca00000           4K     RW                 GLB NX pte
[    1.887271] 0xffff947a3ca00000-0xffff947a3e000000          22M     RW         PSE     GLB NX pmd
[    1.887289] 0xffff947a3e000000-0xffff947a40000000          32M                               pmd
[    1.887302] 0xffff947a40000000-0xffff947a80000000           1G                               pud
[    1.887316] 0xffff947a80000000-0xffff947c40000000           7G     RW         PSE     GLB NX pud
[    1.887339] 0xffff947c40000000-0xffff947c5c200000         450M     RW         PSE     GLB NX pmd
[    1.887367] 0xffff947c5c200000-0xffff947c5c3ff000        2044K     RW                 GLB NX pte
[    1.887385] 0xffff947c5c3ff000-0xffff947c5c400000           4K     ro                 GLB NX pte
[    1.887410] 0xffff947c5c400000-0xffff947c80000000         572M     RW         PSE     GLB NX pmd
[    1.887429] 0xffff947c80000000-0xffff948980000000          52G     RW         PSE     GLB NX pud
[    1.887455] 0xffff948980000000-0xffff94899e200000         482M     RW         PSE     GLB NX pmd
[    1.887478] 0xffff94899e200000-0xffff94899e300000           1M     RW                 GLB NX pte
[    1.887501] 0xffff94899e300000-0xffff94899e400000           1M                               pte
[    1.887519] 0xffff94899e400000-0xffff9489c0000000         540M                               pmd
[    1.887539] 0xffff9489c0000000-0xffff950000000000         473G                               pud
[    1.887554] 0xffff950000000000-0xffffbd8000000000       41472G                               pgd
[    1.887571] 0xffffbd8000000000-0xffffbdb3c0000000         207G                               pud
[    1.887584] 0xffffbdb3c0000000-0xffffbdb3c0004000          16K     RW                 GLB NX pte
[    1.887602] 0xffffbdb3c0004000-0xffffbdb3c0005000           4K                               pte
[    1.887615] 0xffffbdb3c0005000-0xffffbdb3c0006000           4K     RW                 GLB NX pte
[    1.887633] 0xffffbdb3c0006000-0xffffbdb3c0007000           4K                               pte
[    1.887646] 0xffffbdb3c0007000-0xffffbdb3c0008000           4K     RW                 GLB NX pte
[    1.887663] 0xffffbdb3c0008000-0xffffbdb3c0009000           4K                               pte
[    1.887676] 0xffffbdb3c0009000-0xffffbdb3c000a000           4K     RW                 GLB NX pte
[    1.887694] 0xffffbdb3c000a000-0xffffbdb3c000b000           4K                               pte
[    1.887707] 0xffffbdb3c000b000-0xffffbdb3c000c000           4K     RW                 GLB NX pte
[    1.887725] 0xffffbdb3c000c000-0xffffbdb3c000d000           4K                               pte
[    1.887738] 0xffffbdb3c000d000-0xffffbdb3c000e000           4K     RW                 GLB NX pte
[    1.887756] 0xffffbdb3c000e000-0xffffbdb3c0010000           8K                               pte
[    1.887769] 0xffffbdb3c0010000-0xffffbdb3c001d000          52K     RW                 GLB NX pte
[    1.887787] 0xffffbdb3c001d000-0xffffbdb3c001e000           4K                               pte
[    1.887800] 0xffffbdb3c001e000-0xffffbdb3c001f000           4K     RW                 GLB NX pte
[    1.887817] 0xffffbdb3c001f000-0xffffbdb3c0020000           4K                               pte
[    1.887831] 0xffffbdb3c0020000-0xffffbdb3c0028000          32K     RW                 GLB NX pte
[    1.887848] 0xffffbdb3c0028000-0xffffbdb3c0029000           4K                               pte
[    1.887861] 0xffffbdb3c0029000-0xffffbdb3c002a000           4K     RW                 GLB NX pte
[    1.887879] 0xffffbdb3c002a000-0xffffbdb3c002c000           8K                               pte
[    1.887892] 0xffffbdb3c002c000-0xffffbdb3c0030000          16K     RW                 GLB NX pte
[    1.887910] 0xffffbdb3c0030000-0xffffbdb3c0031000           4K                               pte
[    1.887923] 0xffffbdb3c0031000-0xffffbdb3c0032000           4K     RW                 GLB NX pte
[    1.887941] 0xffffbdb3c0032000-0xffffbdb3c0033000           4K                               pte
[    1.887954] 0xffffbdb3c0033000-0xffffbdb3c0034000           4K     RW                 GLB NX pte
[    1.887971] 0xffffbdb3c0034000-0xffffbdb3c0035000           4K                               pte
[    1.887984] 0xffffbdb3c0035000-0xffffbdb3c0036000           4K     RW                 GLB NX pte
[    1.888002] 0xffffbdb3c0036000-0xffffbdb3c0038000           8K                               pte
[    1.888015] 0xffffbdb3c0038000-0xffffbdb3c003e000          24K     RW                 GLB NX pte
[    1.888033] 0xffffbdb3c003e000-0xffffbdb3c0040000           8K                               pte
[    1.888046] 0xffffbdb3c0040000-0xffffbdb3c004e000          56K     RW                 GLB NX pte
[    1.888064] 0xffffbdb3c004e000-0xffffbdb3c004f000           4K                               pte
[    1.888077] 0xffffbdb3c004f000-0xffffbdb3c0050000           4K     RW                 GLB NX pte
[    1.888095] 0xffffbdb3c0050000-0xffffbdb3c0052000           8K                               pte
[    1.888108] 0xffffbdb3c0052000-0xffffbdb3c0054000           8K     RW                 GLB NX pte
[    1.888125] 0xffffbdb3c0054000-0xffffbdb3c0056000           8K                               pte
[    1.888139] 0xffffbdb3c0056000-0xffffbdb3c0058000           8K     RW                 GLB NX pte
[    1.888156] 0xffffbdb3c0058000-0xffffbdb3c0059000           4K                               pte
[    1.888169] 0xffffbdb3c0059000-0xffffbdb3c005a000           4K     RW                 GLB NX pte
[    1.888187] 0xffffbdb3c005a000-0xffffbdb3c005c000           8K                               pte
[    1.888200] 0xffffbdb3c005c000-0xffffbdb3c005e000           8K     RW                 GLB NX pte
[    1.888218] 0xffffbdb3c005e000-0xffffbdb3c005f000           4K                               pte
[    1.888231] 0xffffbdb3c005f000-0xffffbdb3c0060000           4K     RW                 GLB NX pte
[    1.888249] 0xffffbdb3c0060000-0xffffbdb3c0061000           4K                               pte
[    1.888262] 0xffffbdb3c0061000-0xffffbdb3c0062000           4K     RW                 GLB NX pte
[    1.888279] 0xffffbdb3c0062000-0xffffbdb3c0064000           8K                               pte
[    1.888292] 0xffffbdb3c0064000-0xffffbdb3c0068000          16K     RW                 GLB NX pte
[    1.888310] 0xffffbdb3c0068000-0xffffbdb3c0069000           4K                               pte
[    1.888323] 0xffffbdb3c0069000-0xffffbdb3c006a000           4K     RW                 GLB NX pte
[    1.888341] 0xffffbdb3c006a000-0xffffbdb3c006b000           4K                               pte
[    1.888354] 0xffffbdb3c006b000-0xffffbdb3c006c000           4K     RW                 GLB NX pte
[    1.888372] 0xffffbdb3c006c000-0xffffbdb3c006d000           4K                               pte
[    1.888385] 0xffffbdb3c006d000-0xffffbdb3c006e000           4K     RW                 GLB NX pte
[    1.888402] 0xffffbdb3c006e000-0xffffbdb3c006f000           4K                               pte
[    1.888415] 0xffffbdb3c006f000-0xffffbdb3c0070000           4K     RW                 GLB NX pte
[    1.888433] 0xffffbdb3c0070000-0xffffbdb3c0072000           8K                               pte
[    1.888446] 0xffffbdb3c0072000-0xffffbdb3c0074000           8K     RW                 GLB NX pte
[    1.888467] 0xffffbdb3c0074000-0xffffbdb3c0075000           4K                               pte
[    1.888480] 0xffffbdb3c0075000-0xffffbdb3c0076000           4K     RW                 GLB NX pte
[    1.888498] 0xffffbdb3c0076000-0xffffbdb3c0077000           4K                               pte
[    1.888511] 0xffffbdb3c0077000-0xffffbdb3c0078000           4K     RW                 GLB NX pte
[    1.888529] 0xffffbdb3c0078000-0xffffbdb3c0079000           4K                               pte
[    1.888542] 0xffffbdb3c0079000-0xffffbdb3c007a000           4K     RW                 GLB NX pte
[    1.888559] 0xffffbdb3c007a000-0xffffbdb3c007b000           4K                               pte
[    1.888573] 0xffffbdb3c007b000-0xffffbdb3c007c000           4K     RW                 GLB NX pte
[    1.888590] 0xffffbdb3c007c000-0xffffbdb3c007d000           4K                               pte
[    1.888604] 0xffffbdb3c007d000-0xffffbdb3c007e000           4K     RW     PCD         GLB NX pte
[    1.888621] 0xffffbdb3c007e000-0xffffbdb3c0080000           8K                               pte
[    1.888637] 0xffffbdb3c0080000-0xffffbdb3c0100000         512K     RW     PCD         GLB NX pte
[    1.888660] 0xffffbdb3c0100000-0xffffbdb3c0200000           1M                               pte
[    1.888681] 0xffffbdb3c0200000-0xffffbdb400000000        1022M                               pmd
[    1.889162] 0xffffbdb400000000-0xffffde0000000000       33072G                               pud
[    1.889177] 0xffffde0000000000-0xfffff98000000000       28160G                               pgd
[    1.889192] 0xfffff98000000000-0xfffff99800000000          96G                               pud
[    1.889206] 0xfffff99800000000-0xfffff99803000000          48M     RW         PSE     GLB NX pmd
[    1.889223] 0xfffff99803000000-0xfffff99804000000          16M                               pmd
[    1.889248] 0xfffff99804000000-0xfffff99840800000         968M     RW         PSE     GLB NX pmd
[    1.889274] 0xfffff99840800000-0xfffff99880000000        1016M                               pmd
[    1.889293] 0xfffff99880000000-0xfffffa0000000000         414G                               pud
[    1.889306] 0xfffffa0000000000-0xfffffe0000000000           4T                               pgd
[    1.889319] ---[ CPU entry Area ]---
[    1.889325] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    1.889353] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    1.889374] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    1.889389] 0xfffffe0040000000-0xfffffe1180000000          69G                               pud
[    1.889407] 0xfffffe1180000000-0xfffffe11ab800000         696M                               pmd
[    1.889428] 0xfffffe11ab800000-0xfffffe11ab955000        1364K                               pte
[    1.889441] 0xfffffe11ab955000-0xfffffe11ab956000           4K     ro                 GLB NX pte
[    1.889462] 0xfffffe11ab956000-0xfffffe11ab957000           4K     RW                 GLB NX pte
[    1.889480] 0xfffffe11ab957000-0xfffffe11ab95c000          20K     ro                 GLB NX pte
[    1.889498] 0xfffffe11ab95c000-0xfffffe11ab95d000           4K                               pte
[    1.889511] 0xfffffe11ab95d000-0xfffffe11ab95f000           8K     RW                 GLB NX pte
[    1.889528] 0xfffffe11ab95f000-0xfffffe11ab960000           4K                               pte
[    1.889542] 0xfffffe11ab960000-0xfffffe11ab962000           8K     RW                 GLB NX pte
[    1.889559] 0xfffffe11ab962000-0xfffffe11ab963000           4K                               pte
[    1.889573] 0xfffffe11ab963000-0xfffffe11ab965000           8K     RW                 GLB NX pte
[    1.889590] 0xfffffe11ab965000-0xfffffe11ab966000           4K                               pte
[    1.889604] 0xfffffe11ab966000-0xfffffe11ab968000           8K     RW                 GLB NX pte
[    1.889624] 0xfffffe11ab968000-0xfffffe11aba00000         608K                               pte
[    1.889640] 0xfffffe11aba00000-0xfffffe11c0000000         326M                               pmd
[    1.889654] 0xfffffe11c0000000-0xfffffe1dc0000000          48G                               pud
[    1.889672] 0xfffffe1dc0000000-0xfffffe1de3c00000         572M                               pmd
[    1.889691] 0xfffffe1de3c00000-0xfffffe1de3d27000        1180K                               pte
[    1.889705] 0xfffffe1de3d27000-0xfffffe1de3d28000           4K     ro                 GLB NX pte
[    1.889722] 0xfffffe1de3d28000-0xfffffe1de3d29000           4K     RW                 GLB NX pte
[    1.889740] 0xfffffe1de3d29000-0xfffffe1de3d2e000          20K     ro                 GLB NX pte
[    1.889758] 0xfffffe1de3d2e000-0xfffffe1de3d2f000           4K                               pte
[    1.889771] 0xfffffe1de3d2f000-0xfffffe1de3d31000           8K     RW                 GLB NX pte
[    1.889789] 0xfffffe1de3d31000-0xfffffe1de3d32000           4K                               pte
[    1.889802] 0xfffffe1de3d32000-0xfffffe1de3d34000           8K     RW                 GLB NX pte
[    1.889820] 0xfffffe1de3d34000-0xfffffe1de3d35000           4K                               pte
[    1.889833] 0xfffffe1de3d35000-0xfffffe1de3d37000           8K     RW                 GLB NX pte
[    1.889851] 0xfffffe1de3d37000-0xfffffe1de3d38000           4K                               pte
[    1.889864] 0xfffffe1de3d38000-0xfffffe1de3d3a000           8K     RW                 GLB NX pte
[    1.889886] 0xfffffe1de3d3a000-0xfffffe1de3e00000         792K                               pte
[    1.889902] 0xfffffe1de3e00000-0xfffffe1dfe200000         420M                               pmd
[    1.889918] 0xfffffe1dfe200000-0xfffffe1dfe273000         460K                               pte
[    1.889931] 0xfffffe1dfe273000-0xfffffe1dfe274000           4K     ro                 GLB NX pte
[    1.889949] 0xfffffe1dfe274000-0xfffffe1dfe275000           4K     RW                 GLB NX pte
[    1.889967] 0xfffffe1dfe275000-0xfffffe1dfe27a000          20K     ro                 GLB NX pte
[    1.889984] 0xfffffe1dfe27a000-0xfffffe1dfe27b000           4K                               pte
[    1.889998] 0xfffffe1dfe27b000-0xfffffe1dfe27d000           8K     RW                 GLB NX pte
[    1.890015] 0xfffffe1dfe27d000-0xfffffe1dfe27e000           4K                               pte
[    1.890028] 0xfffffe1dfe27e000-0xfffffe1dfe280000           8K     RW                 GLB NX pte
[    1.890046] 0xfffffe1dfe280000-0xfffffe1dfe281000           4K                               pte
[    1.890059] 0xfffffe1dfe281000-0xfffffe1dfe283000           8K     RW                 GLB NX pte
[    1.890077] 0xfffffe1dfe283000-0xfffffe1dfe284000           4K                               pte
[    1.890090] 0xfffffe1dfe284000-0xfffffe1dfe286000           8K     RW                 GLB NX pte
[    1.890116] 0xfffffe1dfe286000-0xfffffe1dfe400000        1512K                               pte
[    1.890129] 0xfffffe1dfe400000-0xfffffe1e00000000          28M                               pmd
[    1.890143] 0xfffffe1e00000000-0xfffffe2280000000          18G                               pud
[    1.890163] 0xfffffe2280000000-0xfffffe22b8200000         898M                               pmd
[    1.890180] 0xfffffe22b8200000-0xfffffe22b82bf000         764K                               pte
[    1.890194] 0xfffffe22b82bf000-0xfffffe22b82c0000           4K     ro                 GLB NX pte
[    1.890211] 0xfffffe22b82c0000-0xfffffe22b82c1000           4K     RW                 GLB NX pte
[    1.890229] 0xfffffe22b82c1000-0xfffffe22b82c6000          20K     ro                 GLB NX pte
[    1.890247] 0xfffffe22b82c6000-0xfffffe22b82c7000           4K                               pte
[    1.890260] 0xfffffe22b82c7000-0xfffffe22b82c9000           8K     RW                 GLB NX pte
[    1.890278] 0xfffffe22b82c9000-0xfffffe22b82ca000           4K                               pte
[    1.890291] 0xfffffe22b82ca000-0xfffffe22b82cc000           8K     RW                 GLB NX pte
[    1.890309] 0xfffffe22b82cc000-0xfffffe22b82cd000           4K                               pte
[    1.890322] 0xfffffe22b82cd000-0xfffffe22b82cf000           8K     RW                 GLB NX pte
[    1.890339] 0xfffffe22b82cf000-0xfffffe22b82d0000           4K                               pte
[    1.890353] 0xfffffe22b82d0000-0xfffffe22b82d2000           8K     RW                 GLB NX pte
[    1.890377] 0xfffffe22b82d2000-0xfffffe22b8400000        1208K                               pte
[    1.890391] 0xfffffe22b8400000-0xfffffe22c0000000         124M                               pmd
[    1.890405] 0xfffffe22c0000000-0xfffffe2a40000000          30G                               pud
[    1.890425] 0xfffffe2a40000000-0xfffffe2a7dc00000         988M                               pmd
[    1.890442] 0xfffffe2a7dc00000-0xfffffe2a7dcb4000         720K                               pte
[    1.890450] 0xfffffe2a7dcb4000-0xfffffe2a7dcb5000           4K     ro                 GLB NX pte
[    1.890468] 0xfffffe2a7dcb5000-0xfffffe2a7dcb6000           4K     RW                 GLB NX pte
[    1.890486] 0xfffffe2a7dcb6000-0xfffffe2a7dcbb000          20K     ro                 GLB NX pte
[    1.890503] 0xfffffe2a7dcbb000-0xfffffe2a7dcbc000           4K                               pte
[    1.890517] 0xfffffe2a7dcbc000-0xfffffe2a7dcbe000           8K     RW                 GLB NX pte
[    1.890534] 0xfffffe2a7dcbe000-0xfffffe2a7dcbf000           4K                               pte
[    1.890548] 0xfffffe2a7dcbf000-0xfffffe2a7dcc1000           8K     RW                 GLB NX pte
[    1.890565] 0xfffffe2a7dcc1000-0xfffffe2a7dcc2000           4K                               pte
[    1.890579] 0xfffffe2a7dcc2000-0xfffffe2a7dcc4000           8K     RW                 GLB NX pte
[    1.890596] 0xfffffe2a7dcc4000-0xfffffe2a7dcc5000           4K                               pte
[    1.890610] 0xfffffe2a7dcc5000-0xfffffe2a7dcc7000           8K     RW                 GLB NX pte
[    1.890634] 0xfffffe2a7dcc7000-0xfffffe2a7de00000        1252K                               pte
[    1.890647] 0xfffffe2a7de00000-0xfffffe2a80000000          34M                               pmd
[    1.890661] 0xfffffe2a80000000-0xfffffe2e40000000          15G                               pud
[    1.890675] 0xfffffe2e40000000-0xfffffe2e49000000         144M                               pmd
[    1.890699] 0xfffffe2e49000000-0xfffffe2e491e7000        1948K                               pte
[    1.890712] 0xfffffe2e491e7000-0xfffffe2e491e8000           4K     ro                 GLB NX pte
[    1.890730] 0xfffffe2e491e8000-0xfffffe2e491e9000           4K     RW                 GLB NX pte
[    1.890747] 0xfffffe2e491e9000-0xfffffe2e491ee000          20K     ro                 GLB NX pte
[    1.890765] 0xfffffe2e491ee000-0xfffffe2e491ef000           4K                               pte
[    1.890778] 0xfffffe2e491ef000-0xfffffe2e491f1000           8K     RW                 GLB NX pte
[    1.890796] 0xfffffe2e491f1000-0xfffffe2e491f2000           4K                               pte
[    1.890809] 0xfffffe2e491f2000-0xfffffe2e491f4000           8K     RW                 GLB NX pte
[    1.890827] 0xfffffe2e491f4000-0xfffffe2e491f5000           4K                               pte
[    1.890840] 0xfffffe2e491f5000-0xfffffe2e491f7000           8K     RW                 GLB NX pte
[    1.890858] 0xfffffe2e491f7000-0xfffffe2e491f8000           4K                               pte
[    1.890871] 0xfffffe2e491f8000-0xfffffe2e491fa000           8K     RW                 GLB NX pte
[    1.890889] 0xfffffe2e491fa000-0xfffffe2e49200000          24K                               pte
[    1.890909] 0xfffffe2e49200000-0xfffffe2e80000000         878M                               pmd
[    1.890922] 0xfffffe2e80000000-0xfffffe2f00000000           2G                               pud
[    1.890938] 0xfffffe2f00000000-0xfffffe2f16400000         356M                               pmd
[    1.890953] 0xfffffe2f16400000-0xfffffe2f1643d000         244K                               pte
[    1.890966] 0xfffffe2f1643d000-0xfffffe2f1643e000           4K     ro                 GLB NX pte
[    1.890984] 0xfffffe2f1643e000-0xfffffe2f1643f000           4K     RW                 GLB NX pte
[    1.891001] 0xfffffe2f1643f000-0xfffffe2f16444000          20K     ro                 GLB NX pte
[    1.891019] 0xfffffe2f16444000-0xfffffe2f16445000           4K                               pte
[    1.891032] 0xfffffe2f16445000-0xfffffe2f16447000           8K     RW                 GLB NX pte
[    1.891050] 0xfffffe2f16447000-0xfffffe2f16448000           4K                               pte
[    1.891063] 0xfffffe2f16448000-0xfffffe2f1644a000           8K     RW                 GLB NX pte
[    1.891081] 0xfffffe2f1644a000-0xfffffe2f1644b000           4K                               pte
[    1.891094] 0xfffffe2f1644b000-0xfffffe2f1644d000           8K     RW                 GLB NX pte
[    1.891112] 0xfffffe2f1644d000-0xfffffe2f1644e000           4K                               pte
[    1.891125] 0xfffffe2f1644e000-0xfffffe2f16450000           8K     RW                 GLB NX pte
[    1.891152] 0xfffffe2f16450000-0xfffffe2f16600000        1728K                               pte
[    1.891170] 0xfffffe2f16600000-0xfffffe2f40000000         666M                               pmd
[    1.891184] 0xfffffe2f40000000-0xfffffe3d00000000          55G                               pud
[    1.891204] 0xfffffe3d00000000-0xfffffe3d37200000         882M                               pmd
[    1.891225] 0xfffffe3d37200000-0xfffffe3d37367000        1436K                               pte
[    1.891238] 0xfffffe3d37367000-0xfffffe3d37368000           4K     ro                 GLB NX pte
[    1.891256] 0xfffffe3d37368000-0xfffffe3d37369000           4K     RW                 GLB NX pte
[    1.891273] 0xfffffe3d37369000-0xfffffe3d3736e000          20K     ro                 GLB NX pte
[    1.891291] 0xfffffe3d3736e000-0xfffffe3d3736f000           4K                               pte
[    1.891304] 0xfffffe3d3736f000-0xfffffe3d37371000           8K     RW                 GLB NX pte
[    1.891322] 0xfffffe3d37371000-0xfffffe3d37372000           4K                               pte
[    1.891335] 0xfffffe3d37372000-0xfffffe3d37374000           8K     RW                 GLB NX pte
[    1.891353] 0xfffffe3d37374000-0xfffffe3d37375000           4K                               pte
[    1.891366] 0xfffffe3d37375000-0xfffffe3d37377000           8K     RW                 GLB NX pte
[    1.891384] 0xfffffe3d37377000-0xfffffe3d37378000           4K                               pte
[    1.891397] 0xfffffe3d37378000-0xfffffe3d3737a000           8K     RW                 GLB NX pte
[    1.891417] 0xfffffe3d3737a000-0xfffffe3d37400000         536K                               pte
[    1.891432] 0xfffffe3d37400000-0xfffffe3d40000000         140M                               pmd
[    1.891451] 0xfffffe3d40000000-0xfffffe4280000000          21G                               pud
[    1.891470] 0xfffffe4280000000-0xfffffe42b5a00000         858M                               pmd
[    1.891491] 0xfffffe42b5a00000-0xfffffe42b5b4b000        1324K                               pte
[    1.891504] 0xfffffe42b5b4b000-0xfffffe42b5b4c000           4K     ro                 GLB NX pte
[    1.891522] 0xfffffe42b5b4c000-0xfffffe42b5b4d000           4K     RW                 GLB NX pte
[    1.891539] 0xfffffe42b5b4d000-0xfffffe42b5b52000          20K     ro                 GLB NX pte
[    1.891557] 0xfffffe42b5b52000-0xfffffe42b5b53000           4K                               pte
[    1.891570] 0xfffffe42b5b53000-0xfffffe42b5b55000           8K     RW                 GLB NX pte
[    1.891588] 0xfffffe42b5b55000-0xfffffe42b5b56000           4K                               pte
[    1.891601] 0xfffffe42b5b56000-0xfffffe42b5b58000           8K     RW                 GLB NX pte
[    1.891619] 0xfffffe42b5b58000-0xfffffe42b5b59000           4K                               pte
[    1.891632] 0xfffffe42b5b59000-0xfffffe42b5b5b000           8K     RW                 GLB NX pte
[    1.891650] 0xfffffe42b5b5b000-0xfffffe42b5b5c000           4K                               pte
[    1.891663] 0xfffffe42b5b5c000-0xfffffe42b5b5e000           8K     RW                 GLB NX pte
[    1.891684] 0xfffffe42b5b5e000-0xfffffe42b5c00000         648K                               pte
[    1.891699] 0xfffffe42b5c00000-0xfffffe42c0000000         164M                               pmd
[    1.891713] 0xfffffe42c0000000-0xfffffe4940000000          26G                               pud
[    1.891727] 0xfffffe4940000000-0xfffffe4945600000          86M                               pmd
[    1.891748] 0xfffffe4945600000-0xfffffe4945768000        1440K                               pte
[    1.891761] 0xfffffe4945768000-0xfffffe4945769000           4K     ro                 GLB NX pte
[    1.891778] 0xfffffe4945769000-0xfffffe494576a000           4K     RW                 GLB NX pte
[    1.891796] 0xfffffe494576a000-0xfffffe494576f000          20K     ro                 GLB NX pte
[    1.891814] 0xfffffe494576f000-0xfffffe4945770000           4K                               pte
[    1.891827] 0xfffffe4945770000-0xfffffe4945772000           8K     RW                 GLB NX pte
[    1.891845] 0xfffffe4945772000-0xfffffe4945773000           4K                               pte
[    1.891858] 0xfffffe4945773000-0xfffffe4945775000           8K     RW                 GLB NX pte
[    1.891876] 0xfffffe4945775000-0xfffffe4945776000           4K                               pte
[    1.891889] 0xfffffe4945776000-0xfffffe4945778000           8K     RW                 GLB NX pte
[    1.891907] 0xfffffe4945778000-0xfffffe4945779000           4K                               pte
[    1.891920] 0xfffffe4945779000-0xfffffe494577b000           8K     RW                 GLB NX pte
[    1.891940] 0xfffffe494577b000-0xfffffe4945800000         532K                               pte
[    1.891961] 0xfffffe4945800000-0xfffffe4980000000         936M                               pmd
[    1.891975] 0xfffffe4980000000-0xfffffe5400000000          42G                               pud
[    1.891988] 0xfffffe5400000000-0xfffffe5405600000          86M                               pmd
[    1.892012] 0xfffffe5405600000-0xfffffe54057d8000        1888K                               pte
[    1.892025] 0xfffffe54057d8000-0xfffffe54057d9000           4K     ro                 GLB NX pte
[    1.892043] 0xfffffe54057d9000-0xfffffe54057da000           4K     RW                 GLB NX pte
[    1.892060] 0xfffffe54057da000-0xfffffe54057df000          20K     ro                 GLB NX pte
[    1.892078] 0xfffffe54057df000-0xfffffe54057e0000           4K                               pte
[    1.892091] 0xfffffe54057e0000-0xfffffe54057e2000           8K     RW                 GLB NX pte
[    1.892109] 0xfffffe54057e2000-0xfffffe54057e3000           4K                               pte
[    1.892122] 0xfffffe54057e3000-0xfffffe54057e5000           8K     RW                 GLB NX pte
[    1.892140] 0xfffffe54057e5000-0xfffffe54057e6000           4K                               pte
[    1.892153] 0xfffffe54057e6000-0xfffffe54057e8000           8K     RW                 GLB NX pte
[    1.892171] 0xfffffe54057e8000-0xfffffe54057e9000           4K                               pte
[    1.892184] 0xfffffe54057e9000-0xfffffe54057eb000           8K     RW                 GLB NX pte
[    1.892202] 0xfffffe54057eb000-0xfffffe5405800000          84K                               pte
[    1.892222] 0xfffffe5405800000-0xfffffe5440000000         936M                               pmd
[    1.892237] 0xfffffe5440000000-0xfffffe5d00000000          35G                               pud
[    1.892254] 0xfffffe5d00000000-0xfffffe5d1fa00000         506M                               pmd
[    1.892269] 0xfffffe5d1fa00000-0xfffffe5d1fa50000         320K                               pte
[    1.892282] 0xfffffe5d1fa50000-0xfffffe5d1fa51000           4K     ro                 GLB NX pte
[    1.892300] 0xfffffe5d1fa51000-0xfffffe5d1fa52000           4K     RW                 GLB NX pte
[    1.892317] 0xfffffe5d1fa52000-0xfffffe5d1fa57000          20K     ro                 GLB NX pte
[    1.892335] 0xfffffe5d1fa57000-0xfffffe5d1fa58000           4K                               pte
[    1.892348] 0xfffffe5d1fa58000-0xfffffe5d1fa5a000           8K     RW                 GLB NX pte
[    1.892366] 0xfffffe5d1fa5a000-0xfffffe5d1fa5b000           4K                               pte
[    1.892379] 0xfffffe5d1fa5b000-0xfffffe5d1fa5d000           8K     RW                 GLB NX pte
[    1.892397] 0xfffffe5d1fa5d000-0xfffffe5d1fa5e000           4K                               pte
[    1.892410] 0xfffffe5d1fa5e000-0xfffffe5d1fa60000           8K     RW                 GLB NX pte
[    1.892428] 0xfffffe5d1fa60000-0xfffffe5d1fa61000           4K                               pte
[    1.892450] 0xfffffe5d1fa61000-0xfffffe5d1fa63000           8K     RW                 GLB NX pte
[    1.892477] 0xfffffe5d1fa63000-0xfffffe5d1fc00000        1652K                               pte
[    1.892494] 0xfffffe5d1fc00000-0xfffffe5d40000000         516M                               pmd
[    1.892507] 0xfffffe5d40000000-0xfffffe5fc0000000          10G                               pud
[    1.892528] 0xfffffe5fc0000000-0xfffffe5fffe00000        1022M                               pmd
[    1.892547] 0xfffffe5fffe00000-0xfffffe5fffef4000         976K                               pte
[    1.892560] 0xfffffe5fffef4000-0xfffffe5fffef5000           4K     ro                 GLB NX pte
[    1.892578] 0xfffffe5fffef5000-0xfffffe5fffef6000           4K     RW                 GLB NX pte
[    1.892596] 0xfffffe5fffef6000-0xfffffe5fffefb000          20K     ro                 GLB NX pte
[    1.892613] 0xfffffe5fffefb000-0xfffffe5fffefc000           4K                               pte
[    1.892626] 0xfffffe5fffefc000-0xfffffe5fffefe000           8K     RW                 GLB NX pte
[    1.892644] 0xfffffe5fffefe000-0xfffffe5fffeff000           4K                               pte
[    1.892657] 0xfffffe5fffeff000-0xfffffe5ffff01000           8K     RW                 GLB NX pte
[    1.892675] 0xfffffe5ffff01000-0xfffffe5ffff02000           4K                               pte
[    1.892688] 0xfffffe5ffff02000-0xfffffe5ffff04000           8K     RW                 GLB NX pte
[    1.892706] 0xfffffe5ffff04000-0xfffffe5ffff05000           4K                               pte
[    1.892719] 0xfffffe5ffff05000-0xfffffe5ffff07000           8K     RW                 GLB NX pte
[    1.892742] 0xfffffe5ffff07000-0xfffffe6000000000         996K                               pte
[    1.892756] 0xfffffe6000000000-0xfffffe6040000000           1G                               pud
[    1.892774] 0xfffffe6040000000-0xfffffe606ca00000         714M                               pmd
[    1.892793] 0xfffffe606ca00000-0xfffffe606cafe000        1016K                               pte
[    1.892806] 0xfffffe606cafe000-0xfffffe606caff000           4K     ro                 GLB NX pte
[    1.892824] 0xfffffe606caff000-0xfffffe606cb00000           4K     RW                 GLB NX pte
[    1.892841] 0xfffffe606cb00000-0xfffffe606cb05000          20K     ro                 GLB NX pte
[    1.892859] 0xfffffe606cb05000-0xfffffe606cb06000           4K                               pte
[    1.892872] 0xfffffe606cb06000-0xfffffe606cb08000           8K     RW                 GLB NX pte
[    1.892890] 0xfffffe606cb08000-0xfffffe606cb09000           4K                               pte
[    1.892903] 0xfffffe606cb09000-0xfffffe606cb0b000           8K     RW                 GLB NX pte
[    1.892921] 0xfffffe606cb0b000-0xfffffe606cb0c000           4K                               pte
[    1.892934] 0xfffffe606cb0c000-0xfffffe606cb0e000           8K     RW                 GLB NX pte
[    1.892952] 0xfffffe606cb0e000-0xfffffe606cb0f000           4K                               pte
[    1.892965] 0xfffffe606cb0f000-0xfffffe606cb11000           8K     RW                 GLB NX pte
[    1.892988] 0xfffffe606cb11000-0xfffffe606cc00000         956K                               pte
[    1.893003] 0xfffffe606cc00000-0xfffffe6080000000         308M                               pmd
[    1.893017] 0xfffffe6080000000-0xfffffe67c0000000          29G                               pud
[    1.893034] 0xfffffe67c0000000-0xfffffe67dce00000         462M                               pmd
[    1.893051] 0xfffffe67dce00000-0xfffffe67dcebb000         748K                               pte
[    1.893064] 0xfffffe67dcebb000-0xfffffe67dcebc000           4K     ro                 GLB NX pte
[    1.893082] 0xfffffe67dcebc000-0xfffffe67dcebd000           4K     RW                 GLB NX pte
[    1.893100] 0xfffffe67dcebd000-0xfffffe67dcec2000          20K     ro                 GLB NX pte
[    1.893117] 0xfffffe67dcec2000-0xfffffe67dcec3000           4K                               pte
[    1.893130] 0xfffffe67dcec3000-0xfffffe67dcec5000           8K     RW                 GLB NX pte
[    1.893148] 0xfffffe67dcec5000-0xfffffe67dcec6000           4K                               pte
[    1.893161] 0xfffffe67dcec6000-0xfffffe67dcec8000           8K     RW                 GLB NX pte
[    1.893179] 0xfffffe67dcec8000-0xfffffe67dcec9000           4K                               pte
[    1.893192] 0xfffffe67dcec9000-0xfffffe67dcecb000           8K     RW                 GLB NX pte
[    1.893210] 0xfffffe67dcecb000-0xfffffe67dcecc000           4K                               pte
[    1.893223] 0xfffffe67dcecc000-0xfffffe67dcece000           8K     RW                 GLB NX pte
[    1.893247] 0xfffffe67dcece000-0xfffffe67dd000000        1224K                               pte
[    1.893265] 0xfffffe67dd000000-0xfffffe6800000000         560M                               pmd
[    1.893279] 0xfffffe6800000000-0xfffffe7c80000000          82G                               pud
[    1.893298] 0xfffffe7c80000000-0xfffffe7caf400000         756M                               pmd
[    1.893321] 0xfffffe7caf400000-0xfffffe7caf5c4000        1808K                               pte
[    1.893334] 0xfffffe7caf5c4000-0xfffffe7caf5c5000           4K     ro                 GLB NX pte
[    1.893352] 0xfffffe7caf5c5000-0xfffffe7caf5c6000           4K     RW                 GLB NX pte
[    1.893370] 0xfffffe7caf5c6000-0xfffffe7caf5cb000          20K     ro                 GLB NX pte
[    1.893387] 0xfffffe7caf5cb000-0xfffffe7caf5cc000           4K                               pte
[    1.893401] 0xfffffe7caf5cc000-0xfffffe7caf5ce000           8K     RW                 GLB NX pte
[    1.893418] 0xfffffe7caf5ce000-0xfffffe7caf5cf000           4K                               pte
[    1.893431] 0xfffffe7caf5cf000-0xfffffe7caf5d1000           8K     RW                 GLB NX pte
[    1.893450] 0xfffffe7caf5d1000-0xfffffe7caf5d2000           4K                               pte
[    1.893463] 0xfffffe7caf5d2000-0xfffffe7caf5d4000           8K     RW                 GLB NX pte
[    1.893481] 0xfffffe7caf5d4000-0xfffffe7caf5d5000           4K                               pte
[    1.893494] 0xfffffe7caf5d5000-0xfffffe7caf5d7000           8K     RW                 GLB NX pte
[    1.893513] 0xfffffe7caf5d7000-0xfffffe7caf600000         164K                               pte
[    1.893528] 0xfffffe7caf600000-0xfffffe7cc0000000         266M                               pmd
[    1.893542] 0xfffffe7cc0000000-0xfffffe8000000000          13G                               pud
[    1.893555] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    1.893568] ---[ ESPfix Area ]---
[    1.893575] 0xffffff0000000000-0xffffff1400000000          80G                               pud
[    1.893588] 0xffffff1400000000-0xffffff1400005000          20K                               pte
[    1.893602] 0xffffff1400005000-0xffffff1400006000           4K     ro                 GLB NX pte
[    1.893619] 0xffffff1400006000-0xffffff1400015000          60K                               pte
[    1.893633] 0xffffff1400015000-0xffffff1400016000           4K     ro                 GLB NX pte
[    1.893651] 0xffffff1400016000-0xffffff1400025000          60K                               pte
[    1.893664] 0xffffff1400025000-0xffffff1400026000           4K     ro                 GLB NX pte
[    1.893682] 0xffffff1400026000-0xffffff1400035000          60K                               pte
[    1.893695] 0xffffff1400035000-0xffffff1400036000           4K     ro                 GLB NX pte
[    1.893713] 0xffffff1400036000-0xffffff1400045000          60K                               pte
[    1.893726] 0xffffff1400045000-0xffffff1400046000           4K     ro                 GLB NX pte
[    1.893744] 0xffffff1400046000-0xffffff1400055000          60K                               pte
[    1.893758] 0xffffff1400055000-0xffffff1400056000           4K     ro                 GLB NX pte
[    1.893776] 0xffffff1400056000-0xffffff1400065000          60K                               pte
[    1.893789] 0xffffff1400065000-0xffffff1400066000           4K     ro                 GLB NX pte
[    1.893807] 0xffffff1400066000-0xffffff1400075000          60K                               pte
[    1.916018] ... 131059 entries skipped ... 
[    1.916025] ---[ EFI Runtime Services ]---
[    1.916032] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    1.916051] 0xfffffffec0000000-0xfffffffeefc00000         764M                               pmd
[    1.916068] 0xfffffffeefc00000-0xfffffffeefc9f000         636K                               pte
[    1.916081] 0xfffffffeefc9f000-0xfffffffeefca0000           4K     RW                     NX pte
[    1.916106] 0xfffffffeefca0000-0xfffffffeefe00000        1408K                               pte
[    1.916120] 0xfffffffeefe00000-0xfffffffeefe20000         128K                               pte
[    1.916143] 0xfffffffeefe20000-0xfffffffef000b000        1964K                               pte
[    1.916160] 0xfffffffef000b000-0xfffffffef00b4000         676K     RW                     NX pte
[    1.916179] 0xfffffffef00b4000-0xfffffffef00e4000         192K                               pte
[    1.916192] 0xfffffffef00e4000-0xfffffffef00e5000           4K                               pte
[    1.916205] 0xfffffffef00e5000-0xfffffffef00e6000           4K                               pte
[    1.916224] 0xfffffffef00e6000-0xfffffffef0200000        1128K     RW                     NX pte
[    1.916242] 0xfffffffef0200000-0xfffffffef2400000          34M     RW         PSE         NX pmd
[    1.916266] 0xfffffffef2400000-0xfffffffef2523000        1164K     RW                     NX pte
[    1.916288] 0xfffffffef2523000-0xfffffffef340b000       15264K                               pte
[    1.916311] 0xfffffffef340b000-0xfffffffef35d8000        1844K                               pte
[    1.916331] 0xfffffffef35d8000-0xfffffffef3d08000        7360K                               pte
[    1.916346] 0xfffffffef3d08000-0xfffffffef3d79000         452K                               pte
[    1.916362] 0xfffffffef3d79000-0xfffffffef3e00000         540K     RW                     NX pte
[    1.916380] 0xfffffffef3e00000-0xfffffffef4400000           6M     RW         PSE         NX pmd
[    1.916406] 0xfffffffef4400000-0xfffffffef4593000        1612K     RW                     NX pte
[    1.916424] 0xfffffffef4593000-0xfffffffef4596000          12K     ro                     x  pte
[    1.916441] 0xfffffffef4596000-0xfffffffef459b000          20K     RW                     NX pte
[    1.916462] 0xfffffffef459b000-0xfffffffef459c000           4K     ro                     x  pte
[    1.916480] 0xfffffffef459c000-0xfffffffef45a1000          20K     RW                     NX pte
[    1.916497] 0xfffffffef45a1000-0xfffffffef45a5000          16K     ro                     x  pte
[    1.916515] 0xfffffffef45a5000-0xfffffffef45aa000          20K     RW                     NX pte
[    1.916532] 0xfffffffef45aa000-0xfffffffef45ab000           4K     ro                     x  pte
[    1.916550] 0xfffffffef45ab000-0xfffffffef45af000          16K     RW                     NX pte
[    1.916568] 0xfffffffef45af000-0xfffffffef45bc000          52K     ro                     x  pte
[    1.916585] 0xfffffffef45bc000-0xfffffffef45c1000          20K     RW                     NX pte
[    1.916603] 0xfffffffef45c1000-0xfffffffef45c4000          12K     ro                     x  pte
[    1.916621] 0xfffffffef45c4000-0xfffffffef45c9000          20K     RW                     NX pte
[    1.916638] 0xfffffffef45c9000-0xfffffffef45ca000           4K     ro                     x  pte
[    1.916656] 0xfffffffef45ca000-0xfffffffef45cf000          20K     RW                     NX pte
[    1.916673] 0xfffffffef45cf000-0xfffffffef45d0000           4K     ro                     x  pte
[    1.916691] 0xfffffffef45d0000-0xfffffffef45d5000          20K     RW                     NX pte
[    1.916708] 0xfffffffef45d5000-0xfffffffef45d6000           4K     ro                     x  pte
[    1.916726] 0xfffffffef45d6000-0xfffffffef45da000          16K     RW                     NX pte
[    1.916744] 0xfffffffef45da000-0xfffffffef45e6000          48K     ro                     x  pte
[    1.916762] 0xfffffffef45e6000-0xfffffffef45ed000          28K     RW                     NX pte
[    1.916779] 0xfffffffef45ed000-0xfffffffef45f2000          20K     ro                     x  pte
[    1.916797] 0xfffffffef45f2000-0xfffffffef45f7000          20K     RW                     NX pte
[    1.916814] 0xfffffffef45f7000-0xfffffffef45fa000          12K     ro                     x  pte
[    1.916832] 0xfffffffef45fa000-0xfffffffef45ff000          20K     RW                     NX pte
[    1.916850] 0xfffffffef45ff000-0xfffffffef4c00000        6148K                               pte
[    1.916872] 0xfffffffef4c00000-0xfffffffef4da6000        1688K                               pte
[    1.916890] 0xfffffffef4da6000-0xfffffffef4ea6000           1M                               pte
[    1.916904] 0xfffffffef4ea6000-0xfffffffef4ec0000         104K                               pte
[    1.916919] 0xfffffffef4ec0000-0xfffffffef4efb000         236K                               pte
[    1.916933] 0xfffffffef4efb000-0xfffffffef4f17000         112K                               pte
[    1.916956] 0xfffffffef4f17000-0xfffffffef5916000       10236K                               pte
[    1.916970] 0xfffffffef5916000-0xfffffffef5919000          12K                               pte
[    1.916995] 0xfffffffef5919000-0xfffffffef5b6a000        2372K                               pte
[    1.917009] 0xfffffffef5b6a000-0xfffffffef5b74000          40K                               pte
[    1.917022] 0xfffffffef5b74000-0xfffffffef5b8e000         104K                               pte
[    1.917036] 0xfffffffef5b8e000-0xfffffffef5b94000          24K                               pte
[    1.917049] 0xfffffffef5b94000-0xfffffffef5baa000          88K                               pte
[    1.917063] 0xfffffffef5baa000-0xfffffffef5bad000          12K                               pte
[    1.917076] 0xfffffffef5bad000-0xfffffffef5bc0000          76K                               pte
[    1.917090] 0xfffffffef5bc0000-0xfffffffef5bc5000          20K                               pte
[    1.917103] 0xfffffffef5bc5000-0xfffffffef5bda000          84K                               pte
[    1.917117] 0xfffffffef5bda000-0xfffffffef5bf2000          96K                               pte
[    1.917130] 0xfffffffef5bf2000-0xfffffffef5bfa000          32K                               pte
[    1.917143] 0xfffffffef5bfa000-0xfffffffef5c00000          24K                               pte
[    1.917158] 0xfffffffef5c00000-0xfffffffefdc00000         128M     RW         PSE         NX pmd
[    1.917176] 0xfffffffefdc00000-0xfffffffefec00000          16M     RW     PCD PSE         NX pmd
[    1.917199] 0xfffffffefec00000-0xfffffffefed00000           1M                               pte
[    1.917212] 0xfffffffefed00000-0xfffffffefed10000          64K     RW     PCD             NX pte
[    1.917232] 0xfffffffefed10000-0xfffffffefed80000         448K                               pte
[    1.917248] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    1.917266] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    1.917279] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    1.917302] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    1.917315] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    1.917334] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    1.917347] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    1.917366] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    1.917379] 0xfffffffefef80000-0xfffffffefef81000           4K     RW     PCD             NX pte
[    1.917398] 0xfffffffefef81000-0xfffffffefefc4000         268K                               pte
[    1.917411] 0xfffffffefefc4000-0xfffffffefefca000          24K     RW     PCD             NX pte
[    1.917429] 0xfffffffefefca000-0xfffffffefefcc000           8K                               pte
[    1.917442] 0xfffffffefefcc000-0xfffffffefefcf000          12K     RW     PCD             NX pte
[    1.917463] 0xfffffffefefcf000-0xfffffffefefd5000          24K                               pte
[    1.917476] 0xfffffffefefd5000-0xfffffffefefd6000           4K     RW     PCD             NX pte
[    1.917495] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    1.917508] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    1.917526] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    1.917539] ---[ High Kernel Mapping ]---
[    1.917549] 0xffffffff80000000-0xffffffffa7000000         624M                               pmd
[    1.917563] 0xffffffffa7000000-0xffffffffaa200000          50M     RW         PSE     GLB x  pmd
[    1.917592] 0xffffffffaa200000-0xffffffffaa3ff000        2044K     RW                 GLB x  pte
[    1.917609] 0xffffffffaa3ff000-0xffffffffaa400000           4K     ro                 GLB x  pte
[    1.917627] 0xffffffffaa400000-0xffffffffac400000          32M     RW         PSE     GLB x  pmd
[    1.917647] 0xffffffffac400000-0xffffffffc0000000         316M                               pmd
[    1.917660] ---[ Modules ]---
[    1.917672] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    1.917686] ---[ End Modules ]---
[    1.917691] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    1.917722] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    1.917736] ---[ Fixmap Area ]---
[    1.917744] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    1.917757] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    1.917785] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    1.917799] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    1.917842] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    1.917864] Yama: becoming mindful.
[    1.917878] SELinux:  Initializing.
[    1.917919] LSM support for eBPF active
[    1.917925] landlock: Up and running.
[    1.918033] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.918108] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.918666] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.918689] LVT offset 1 assigned for vector 0xf9
[    1.918702] LVT offset 2 assigned for vector 0xf4
[    1.918712] process: using mwait in idle threads
[    1.918718] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.918726] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.918739] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.918751] Spectre V2 : Mitigation: Retpolines
[    1.918757] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.918768] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.918777] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.918787] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.918798] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.918807] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.934252] Freeing SMP alternatives memory: 44K
[    2.037149] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    2.037448] cblist_init_generic: Setting adjustable number of callback queues.
[    2.037448] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.037448] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.037448] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.037448] Running RCU-tasks wait API self tests
[    2.144595] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.144631] ... version:                0
[    2.144646] ... bit width:              48
[    2.144659] ... generic registers:      6
[    2.144672] ... value mask:             0000ffffffffffff
[    2.144689] ... max period:             00007fffffffffff
[    2.144705] ... fixed-purpose events:   0
[    2.144718] ... event mask:             000000000000003f
[    2.145101] rcu: Hierarchical SRCU implementation.
[    2.145118] rcu: 	Max phase no-delay instances is 400.
[    2.146093] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.146535] smp: Bringing up secondary CPUs ...
[    2.146861] x86: Booting SMP configuration:
[    2.146877] .... node  #0, CPUs:        #1
[    2.148748] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.149506]   #2  #3  #4
[    2.164487] Callback from call_rcu_tasks_trace() invoked.
[    2.164822]   #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    2.180545] smp: Brought up 1 node, 16 CPUs
[    2.180545] smpboot: Max logical packages: 1
[    2.180545] smpboot: Total of 16 processors activated (105401.05 BogoMIPS)
[    2.200105] allocated 266338304 bytes of page_ext
[    2.200682] devtmpfs: initialized
[    2.200682] x86/mm: Memory block size: 2048MB
[    2.202927] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    2.202927] ACPI: PM: Registering ACPI NVS region [mem 0xbbe84000-0xbc178fff] (3100672 bytes)
[    2.205777] DMA-API: preallocated 65536 debug entries
[    2.205790] DMA-API: debugging enabled by kernel config
[    2.205800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.205823] futex hash table entries: 4096 (order: 7, 524288 bytes, linear)
[    2.206109] pinctrl core: initialized pinctrl subsystem

[    2.206482] *************************************************************
[    2.206494] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.206505] **                                                         **
[    2.206516] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.206528] **                                                         **
[    2.206539] ** This means that this kernel is built to expose internal **
[    2.206550] ** IOMMU data structures, which may compromise security on **
[    2.206561] ** your system.                                            **
[    2.206572] **                                                         **
[    2.206583] ** If you see this message and you are not debugging the   **
[    2.206595] ** kernel, report this immediately to your vendor!         **
[    2.206606] **                                                         **
[    2.206617] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.206628] *************************************************************
[    2.206674] PM: RTC time: 00:55:38, date: 2022-12-27
[    2.207437] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.207856] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.207879] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.207902] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.207938] audit: initializing netlink subsys (disabled)
[    2.208041] audit: type=2000 audit(1672102537.335:1): state=initialized audit_enabled=0 res=1
[    2.208041] thermal_sys: Registered thermal governor 'fair_share'
[    2.208041] thermal_sys: Registered thermal governor 'bang_bang'
[    2.208041] thermal_sys: Registered thermal governor 'step_wise'
[    2.208041] thermal_sys: Registered thermal governor 'user_space'
[    2.208041] cpuidle: using governor menu
[    2.208606] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.208794] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.208817] PCI: not using MMCONFIG
[    2.208824] PCI: Using configuration type 1 for base access
[    2.208834] PCI: Using configuration type 1 for extended access
[    2.209905] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.211414] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.211414] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.211453] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.211464] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.211812] cryptd: max_cpu_qlen set to 1000
[    2.212239] raid6: skipped pq benchmark and selected avx2x4
[    2.212239] raid6: using avx2x2 recovery algorithm
[    2.212581] fbcon: Taking over console
[    2.212695] ACPI: Added _OSI(Module Device)
[    2.212704] ACPI: Added _OSI(Processor Device)
[    2.212713] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.212722] ACPI: Added _OSI(Processor Aggregator Device)
[    2.248911] Callback from call_rcu_tasks_rude() invoked.
[    2.249869] ACPI: 18 ACPI AML tables successfully acquired and loaded
[    2.256649] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.263159] ACPI: Interpreter enabled
[    2.263210] ACPI: PM: (supports S0 S4 S5)
[    2.263222] ACPI: Using IOAPIC for interrupt routing
[    2.263650] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.263748] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    2.263775] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.263791] PCI: Using E820 reservations for host bridge windows
[    2.264826] ACPI: Enabled 3 GPEs in block 00 to 1F
[    2.266440] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    2.267028] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    2.267336] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    2.269955] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    2.270216] ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
[    2.271937] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    2.272198] ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
[    2.276954] ACPI: \_SB_.PCI0.GPP5.P1NV: New power resource
[    2.277580] ACPI: \_SB_.PCI0.GPP6.P0NV: New power resource
[    2.289952] ACPI: \_SB_.PRWL: New power resource
[    2.294439] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.294455] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.294691] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    2.295126] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.295172] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.296669] PCI host bridge to bus 0000:00
[    2.296679] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.296693] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.296705] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.296717] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.296729] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.296743] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    2.296757] pci_bus 0000:00: root bus resource [mem 0x1040000000-0xffffffffff window]
[    2.296774] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.296841] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    2.297181] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    2.297438] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    2.297656] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    2.297738] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.298058] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    2.298273] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    2.298311] pci 0000:00:02.1: enabling Extended Tags
[    2.298362] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.298603] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    2.298680] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.298934] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    2.299012] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.299247] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    2.299324] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.299574] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    2.299793] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    2.299830] pci 0000:00:08.1: enabling Extended Tags
[    2.299881] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.300259] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.300597] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.300918] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    2.301111] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    2.301300] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    2.301495] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    2.301687] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    2.301884] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    2.302075] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    2.302270] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    2.302585] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    2.302611] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    2.302742] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.302838] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.303156] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.303170] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.303185] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.303315] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    2.303470] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.305012] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.305030] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.305047] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.305194] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[    2.305221] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    2.305244] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    2.305267] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    2.305283] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    2.305409] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.305510] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.305770] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    2.305794] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    2.305915] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.306203] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.306220] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.306236] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.306367] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.306396] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.306430] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    2.306459] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    2.306584] pci 0000:04:00.0: supports D1 D2
[    2.306592] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.306918] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.306931] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.306943] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.307236] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    2.307296] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[    2.307351] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[    2.307405] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[    2.307711] pci 0000:05:00.0: supports D1 D2
[    2.307720] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.308604] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.308621] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.308794] pci 0000:06:00.0: [1bb1:5018] type 00 class 0x010802
[    2.308853] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[    2.309456] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.309971] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.309985] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.310154] pci 0000:07:00.0: [1bb1:5018] type 00 class 0x010802
[    2.310213] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    2.310804] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.311315] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.311328] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.311562] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[    2.311585] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[    2.311606] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[    2.311625] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    2.311640] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[    2.311660] pci 0000:08:00.0: enabling Extended Tags
[    2.311737] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.311788] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.312038] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    2.312057] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[    2.312093] pci 0000:08:00.1: enabling Extended Tags
[    2.312144] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.312358] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    2.312384] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    2.312405] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[    2.312424] pci 0000:08:00.2: enabling Extended Tags
[    2.312678] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    2.312701] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    2.312741] pci 0000:08:00.3: enabling Extended Tags
[    2.312796] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    2.313025] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    2.313048] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    2.313087] pci 0000:08:00.4: enabling Extended Tags
[    2.313139] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    2.313367] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[    2.313385] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[    2.313421] pci 0000:08:00.5: enabling Extended Tags
[    2.313493] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[    2.313706] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[    2.313726] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[    2.313772] pci 0000:08:00.6: enabling Extended Tags
[    2.313822] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[    2.314077] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.314090] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.314102] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.314116] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.316831] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.316988] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.317111] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.317247] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.317375] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.317488] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.317598] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.317707] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.320728] Low-power S0 idle used by default for system suspend
[    2.321222] iommu: Default domain type: Translated 
[    2.321222] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.321558] SCSI subsystem initialized
[    2.321616] libata version 3.00 loaded.
[    2.321616] ACPI: bus type USB registered
[    2.321616] usbcore: registered new interface driver usbfs
[    2.321616] usbcore: registered new interface driver hub
[    2.321637] usbcore: registered new device driver usb
[    2.332717] pps_core: LinuxPPS API ver. 1 registered
[    2.332728] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.332749] PTP clock support registered
[    2.332822] EDAC MC: Ver: 3.0.0
[    2.332822] Registered efivars operations
[    2.334837] NetLabel: Initializing
[    2.334847] NetLabel:  domain hash size = 128
[    2.334857] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.334898] NetLabel:  unlabeled traffic allowed by default
[    2.334914] mctp: management component transport protocol core
[    2.334926] NET: Registered PF_MCTP protocol family
[    2.334952] PCI: Using ACPI for IRQ routing
[    2.339668] PCI: pci_cache_line_size set to 64 bytes
[    2.339939] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    2.339944] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.339946] e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
[    2.339948] e820: reserve RAM buffer [mem 0xb6cb8018-0xb7ffffff]
[    2.339949] e820: reserve RAM buffer [mem 0xb6cc6018-0xb7ffffff]
[    2.339951] e820: reserve RAM buffer [mem 0xb6cd5018-0xb7ffffff]
[    2.339952] e820: reserve RAM buffer [mem 0xb9122000-0xbbffffff]
[    2.339954] e820: reserve RAM buffer [mem 0xba908000-0xbbffffff]
[    2.339955] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    2.339957] e820: reserve RAM buffer [mem 0x101e300000-0x101fffffff]
[    2.340284] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    2.340284] pci 0000:08:00.0: vgaarb: bridge control possible
[    2.340284] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.340284] vgaarb: loaded
[    2.340515] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.340529] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.342700] clocksource: Switched to clocksource tsc-early
[    2.352266] Callback from call_rcu_tasks() invoked.
[    2.402370] VFS: Disk quotas dquot_6.6.0
[    2.402405] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.402719] pnp: PnP ACPI init
[    2.403030] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.404054] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.404068] system 00:03: [io  0x040b] has been reserved
[    2.404079] system 00:03: [io  0x04d6] has been reserved
[    2.404089] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.404108] system 00:03: [io  0x0c14] has been reserved
[    2.404120] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    2.404131] system 00:03: [io  0x0c52] has been reserved
[    2.404142] system 00:03: [io  0x0c6c] has been reserved
[    2.404153] system 00:03: [io  0x0c6f] has been reserved
[    2.404163] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    2.404175] system 00:03: [io  0x0800-0x089f] has been reserved
[    2.404186] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    2.404198] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    2.404209] system 00:03: [io  0x0900-0x090f] has been reserved
[    2.404221] system 00:03: [io  0x0910-0x091f] has been reserved
[    2.404233] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.404247] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.404261] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.404274] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.404287] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.404301] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.404314] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    2.404327] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[    2.406187] pnp: PnP ACPI: found 4 devices
[    2.414550] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.414761] NET: Registered PF_INET protocol family
[    2.415062] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.417344] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    2.417648] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.417689] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.418079] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    2.419209] TCP: Hash tables configured (established 524288 bind 65536)
[    2.419801] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.420396] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.421037] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.421789] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.421817] NET: Registered PF_XDP protocol family
[    2.421836] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    2.421860] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    2.421874] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.421888] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.421902] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.421920] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.421932] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.421946] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.421963] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.421973] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    2.421986] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.421998] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.422015] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.422024] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.422036] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.422052] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.422064] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.422080] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.422091] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.422111] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.422122] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.422138] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.422148] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.422160] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.422172] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.422189] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.422201] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.422211] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.422222] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.422232] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.422244] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    2.422256] pci_bus 0000:00: resource 10 [mem 0x1040000000-0xffffffffff window]
[    2.422269] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    2.422278] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[    2.422289] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.422303] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.422313] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.422327] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.422337] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.422351] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    2.422361] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.422372] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.422385] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.422396] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.422406] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    2.422418] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[    2.422429] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.422770] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    2.423020] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    2.423043] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    2.423503] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    2.423711] PCI: CLS 64 bytes, default 64
[    2.423753] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.423957] pci 0000:00:01.0: Adding to iommu group 0
[    2.423986] Trying to unpack rootfs image as initramfs...
[    2.424008] pci 0000:00:01.1: Adding to iommu group 1
[    2.424056] pci 0000:00:02.0: Adding to iommu group 2
[    2.424095] pci 0000:00:02.1: Adding to iommu group 3
[    2.424167] pci 0000:00:02.2: Adding to iommu group 4
[    2.424209] pci 0000:00:02.3: Adding to iommu group 5
[    2.424248] pci 0000:00:02.4: Adding to iommu group 6
[    2.424311] pci 0000:00:08.0: Adding to iommu group 7
[    2.424346] pci 0000:00:08.1: Adding to iommu group 7
[    2.424409] pci 0000:00:14.0: Adding to iommu group 8
[    2.424450] pci 0000:00:14.3: Adding to iommu group 8
[    2.424588] pci 0000:00:18.0: Adding to iommu group 9
[    2.424624] pci 0000:00:18.1: Adding to iommu group 9
[    2.424660] pci 0000:00:18.2: Adding to iommu group 9
[    2.424696] pci 0000:00:18.3: Adding to iommu group 9
[    2.424732] pci 0000:00:18.4: Adding to iommu group 9
[    2.424768] pci 0000:00:18.5: Adding to iommu group 9
[    2.424804] pci 0000:00:18.6: Adding to iommu group 9
[    2.424843] pci 0000:00:18.7: Adding to iommu group 9
[    2.424882] pci 0000:01:00.0: Adding to iommu group 10
[    2.424924] pci 0000:02:00.0: Adding to iommu group 11
[    2.424969] pci 0000:03:00.0: Adding to iommu group 12
[    2.425020] pci 0000:03:00.1: Adding to iommu group 13
[    2.425059] pci 0000:04:00.0: Adding to iommu group 14
[    2.425099] pci 0000:05:00.0: Adding to iommu group 15
[    2.425144] pci 0000:06:00.0: Adding to iommu group 16
[    2.425186] pci 0000:07:00.0: Adding to iommu group 17
[    2.425216] pci 0000:08:00.0: Adding to iommu group 7
[    2.425235] pci 0000:08:00.1: Adding to iommu group 7
[    2.425254] pci 0000:08:00.2: Adding to iommu group 7
[    2.425273] pci 0000:08:00.3: Adding to iommu group 7
[    2.425293] pci 0000:08:00.4: Adding to iommu group 7
[    2.425312] pci 0000:08:00.5: Adding to iommu group 7
[    2.425331] pci 0000:08:00.6: Adding to iommu group 7
[    2.429855] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.429869] pci 0000:00:00.2: PCI INT A: not connected
[    2.430027] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.430038] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    2.430061] AMD-Vi: Interrupt remapping enabled
[    2.430069] AMD-Vi: X2APIC enabled
[    2.519492] AMD-Vi: Virtual APIC enabled
[    2.519769] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.519785] software IO TLB: mapped [mem 0x00000000a3cd1000-0x00000000a7cd1000] (64MB)
[    2.519874] LVT offset 0 assigned for vector 0x400
[    2.520160] perf: AMD IBS detected (0x000003ff)
[    2.520182] amd_uncore: 4  amd_df counters detected
[    2.520203] amd_uncore: 6  amd_l3 counters detected
[    2.520711] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.525508] Initialise system trusted keyrings
[    2.525571] Key type blacklist registered
[    2.525681] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    2.525736] zbud: loaded
[    2.526714] integrity: Platform Keyring initialized
[    2.526733] integrity: Machine keyring initialized
[    2.529059] NET: Registered PF_ALG protocol family
[    2.529084] xor: automatically using best checksumming function   avx       
[    2.529097] Key type asymmetric registered
[    2.529111] Asymmetric key parser 'x509' registered
[    3.567505] tsc: Refined TSC clocksource calibration: 3293.799 MHz
[    3.567545] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a6a8969f, max_idle_ns: 440795265197 ns
[    3.567673] clocksource: Switched to clocksource tsc
[    4.414528] Freeing initrd memory: 204008K
[    4.418514] modprobe (132) used greatest stack depth: 13024 bytes left
[    4.422092] modprobe (134) used greatest stack depth: 13008 bytes left
[    4.423031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.423185] io scheduler mq-deadline registered
[    4.423199] io scheduler kyber registered
[    4.423240] io scheduler bfq registered
[    4.424904] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.427095] pcieport 0000:00:01.1: PME: Signaling with IRQ 36
[    4.427172] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    4.427569] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[    4.427800] pcieport 0000:00:02.2: PME: Signaling with IRQ 38
[    4.428021] pcieport 0000:00:02.3: PME: Signaling with IRQ 39
[    4.428305] pcieport 0000:00:02.4: PME: Signaling with IRQ 40
[    4.428556] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    4.429284] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.470070] ACPI: AC: AC Adapter [ADP0] (on-line)
[    4.470227] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[    4.470293] ACPI: button: Lid Switch [LID0]
[    4.470383] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.470471] ACPI: button: Power Button [PWRB]
[    4.470565] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.470626] ACPI: button: Sleep Button [SLPB]
[    4.470834] Estimated ratio of average max frequency by base frequency (times 1024): 1270
[    4.470898] Monitor-Mwait will be used to enter C-1 state
[    4.470913] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    4.471229] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    4.471498] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    4.471755] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    4.472016] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    4.472278] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    4.472553] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    4.472805] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    4.473073] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    4.473335] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    4.473615] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    4.473868] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    4.474123] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    4.474379] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    4.474654] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    4.474907] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    4.475600] thermal LNXTHERM:00: registered as thermal_zone0
[    4.475613] ACPI: thermal: Thermal Zone [TZ01] (75 C)
[    4.476031] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.477857] ACPI: battery: Slot [BAT0] (battery present)
[    4.481678] Non-volatile memory driver v1.3
[    4.481699] Linux agpgart interface v0.103
[    4.507196] ACPI: bus type drm_connector registered
[    4.512829] usbcore: registered new interface driver usbserial_generic
[    4.512901] usbserial: USB Serial support registered for generic
[    4.512987] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    4.513000] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.513334] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.513334] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.513751] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 2
[    4.513761] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 1
[    4.513868] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.513962] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.513963] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.514324] mousedev: PS/2 mouse device common for all mice
[    4.514911] rtc_cmos 00:01: RTC can wake from S4
[    4.515105] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.515121] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.515295] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 4
[    4.515304] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[    4.515315] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.515328] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.515557] rtc_cmos 00:01: registered as rtc0
[    4.515587] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.515613] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.515615] rtc_cmos 00:01: setting system clock to 2022-12-27T00:55:40 UTC (1672102540)
[    4.515628] usb usb2: Product: xHCI Host Controller
[    4.515651] usb usb2: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ xhci-hcd
[    4.515671] usb usb2: SerialNumber: 0000:08:00.4
[    4.515720] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.515776] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.515801] device-mapper: uevent: version 1.0.3
[    4.515913] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.516196] hub 2-0:1.0: USB hub found
[    4.516271] hub 2-0:1.0: 4 ports detected
[    4.517439] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    4.517510] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.517530] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.517546] usb usb1: Product: xHCI Host Controller
[    4.517556] usb usb1: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ xhci-hcd
[    4.517577] usb usb1: SerialNumber: 0000:08:00.3
[    4.517932] hub 1-0:1.0: USB hub found
[    4.517993] hub 1-0:1.0: 4 ports detected
[    4.518914] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.518983] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.519000] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.519015] usb usb4: Product: xHCI Host Controller
[    4.519025] usb usb4: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ xhci-hcd
[    4.519046] usb usb4: SerialNumber: 0000:08:00.4
[    4.519351] hub 4-0:1.0: USB hub found
[    4.519379] hub 4-0:1.0: 2 ports detected
[    4.519979] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.520086] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.520088] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.520089] usb usb3: Product: xHCI Host Controller
[    4.520091] usb usb3: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ xhci-hcd
[    4.520092] usb usb3: SerialNumber: 0000:08:00.3
[    4.520441] hub 3-0:1.0: USB hub found
[    4.520483] hub 3-0:1.0: 2 ports detected
[    4.540036] Console: switching to colour frame buffer device 320x90
[    4.550747] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.551935] hid: raw HID events driver (C) Jiri Kosina
[    4.552013] usbcore: registered new interface driver usbhid
[    4.552028] usbhid: USB HID core driver
[    4.552408] drop_monitor: Initializing network drop monitor service
[    4.561505] Initializing XFRM netlink socket
[    4.561608] NET: Registered PF_INET6 protocol family
[    4.566456] modprobe (154) used greatest stack depth: 13000 bytes left
[    4.570894] Segment Routing with IPv6
[    4.570914] RPL Segment Routing with IPv6
[    4.570942] In-situ OAM (IOAM) with IPv6
[    4.570981] mip6: Mobile IPv6
[    4.570999] NET: Registered PF_PACKET protocol family
[    4.575036] microcode: CPU1: patch_level=0x0a50000c
[    4.575037] microcode: CPU0: patch_level=0x0a50000c
[    4.575057] microcode: CPU3: patch_level=0x0a50000c
[    4.575071] microcode: CPU4: patch_level=0x0a50000c
[    4.575073] microcode: CPU5: patch_level=0x0a50000c
[    4.575081] microcode: CPU7: patch_level=0x0a50000c
[    4.575081] microcode: CPU6: patch_level=0x0a50000c
[    4.575150] microcode: CPU9: patch_level=0x0a50000c
[    4.575165] microcode: CPU10: patch_level=0x0a50000c
[    4.575165] microcode: CPU11: patch_level=0x0a50000c
[    4.575167] microcode: CPU2: patch_level=0x0a50000c
[    4.575167] microcode: CPU13: patch_level=0x0a50000c
[    4.575169] microcode: CPU12: patch_level=0x0a50000c
[    4.575180] microcode: CPU15: patch_level=0x0a50000c
[    4.575180] microcode: CPU14: patch_level=0x0a50000c
[    4.580028] microcode: CPU8: patch_level=0x0a50000c
[    4.580069] microcode: Microcode Update Driver: v2.2.
[    4.580537] resctrl: L3 allocation detected
[    4.580573] resctrl: MB allocation detected
[    4.580588] resctrl: L3 monitoring detected
[    4.580609] IPI shorthand broadcast: enabled
[    4.580651] AVX2 version of gcm_enc/dec engaged.
[    4.580809] AES CTR mode by8 optimization enabled
[    4.587172] sched_clock: Marking stable (4583672899, 2777817)->(4604505238, -18054522)
[    4.588860] registered taskstats version 1
[    4.589565] Loading compiled-in X.509 certificates
[    4.594949] Loaded X.509 cert 'Build time autogenerated kernel key: 79538c08f0e50d4bd39127315ee4f633aef59d2b'
[    4.597281] zswap: loaded using pool lzo/zbud
[    4.607083] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.751760] page_owner is disabled
[    4.752846] Key type .fscrypt registered
[    4.752882] Key type fscrypt-provisioning registered
[    4.753482] usb 2-4: new high-speed USB device number 2 using xhci_hcd
[    4.754784] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.754950] Key type big_key registered
[    4.755374] Key type trusted registered
[    4.762461] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    4.762987] Key type encrypted registered
[    4.763557] Loading compiled-in module X.509 certificates
[    4.764071] Loaded X.509 cert 'Build time autogenerated kernel key: 79538c08f0e50d4bd39127315ee4f633aef59d2b'
[    4.764113] ima: Allocated hash algorithm: sha256
[    4.804614] ima: No architecture policies found
[    4.805559] evm: Initialising EVM extended attributes:
[    4.805588] evm: security.selinux
[    4.806423] evm: security.SMACK64 (disabled)
[    4.807046] evm: security.SMACK64EXEC (disabled)
[    4.807636] evm: security.SMACK64TRANSMUTE (disabled)
[    4.808208] evm: security.SMACK64MMAP (disabled)
[    4.808792] evm: security.apparmor (disabled)
[    4.809370] evm: security.ima
[    4.809950] evm: security.capability
[    4.810518] evm: HMAC attrs: 0x1
[    4.830750] modprobe (184) used greatest stack depth: 12984 bytes left
[    4.853447] modprobe (196) used greatest stack depth: 12976 bytes left
[    4.883775] usb 2-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    4.884285] usb 2-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    4.884784] usb 2-4: Product: Wireless_Device
[    4.885144] usb 2-4: Manufacturer: MediaTek Inc.
[    4.885513] usb 2-4: SerialNumber: 000000000
[    4.890996] alg: No test for 842 (842-scomp)
[    4.891568] alg: No test for 842 (842-generic)
[    4.905098] cryptomgr_test (267) used greatest stack depth: 12888 bytes left
[    4.912486] usb 1-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[    4.914165] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.914749] usb 1-3: Product: N-KEY Device
[    4.915305] usb 1-3: Manufacturer: ASUSTek Computer Inc.
[    4.931327] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input5
[    4.932071] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input6
[    4.956773] PM:   Magic number: 2:953:911
[    4.961028] RAS: Correctable Errors collector initialized.
[    4.987834] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input7
[    4.997665] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input8
[    4.998775] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    5.144717] Freeing unused decrypted memory: 2036K
[    5.147342] Freeing unused kernel image (initmem) memory: 6300K
[    5.154493] Write protecting the kernel read-only data: 36864k
[    5.156032] Freeing unused kernel image (rodata/data gap) memory: 1752K
[    5.180428] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.180919] rodata_test: all tests were successful
[    5.182477] Run /init as init process
[    5.183121]   with arguments:
[    5.183124]     /init
[    5.183126]   with environment:
[    5.183128]     HOME=/
[    5.183130]     TERM=linux
[    5.183131]     BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+
[    5.206883] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.207854] systemd[1]: Detected architecture x86-64.
[    5.208249] systemd[1]: Running in initrd.
[    5.213896] systemd[1]: Hostname set to <mikhail-laptop>.
[    5.383774] clocksource: timekeeping watchdog on CPU6: Marking clocksource 'tsc' as unstable because the skew is too large:
[    5.385181] clocksource:                       'hpet' wd_nsec: 501605231 wd_now: 302ba42 wd_last: 2952348 mask: ffffffff
[    5.385698] clocksource:                       'tsc' cs_nsec: 503308388 cs_now: 16d90ec6a4 cs_last: 16763ece3c mask: ffffffffffffffff
[    5.386173] clocksource:                       'tsc' is current clocksource.
[    5.386814] tsc: Marking TSC unstable due to clocksource watchdog
[    5.401005] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    5.401599] sched_clock: Marking unstable (5398227669, 2777824)<-(5419060030, -18054522)
[    5.403169] clocksource: Checking clocksource tsc synchronization from CPU 12 to CPUs 0,3,7,10-11,15.
[    5.403935] clocksource: Switched to clocksource hpet
[    5.574659] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.678192] systemd[1]: Queued start job for default target initrd.target.
[    5.679173] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.683328] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.687178] systemd[1]: Reached target slices.target - Slice Units.
[    5.691696] systemd[1]: Reached target swap.target - Swaps.
[    5.695464] systemd[1]: Reached target timers.target - Timer Units.
[    5.699782] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.705554] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.708057] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.710531] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.713041] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.716292] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.718429] systemd[1]: Reached target sockets.target - Socket Units.
[    5.736884] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.741955] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    5.759357] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.767648] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.776590] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    5.784622] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    5.792867] fuse: init (API version 7.38)
[    5.816222] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.825572] audit: type=1130 audit(1672102541.809:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.838288] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.843065] audit: type=1130 audit(1672102541.826:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.856005] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.884289] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    5.887023] audit: type=1130 audit(1672102541.870:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.905036] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    5.907978] audit: type=1130 audit(1672102541.891:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.908335] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.912542] audit: type=1130 audit(1672102541.896:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.930820] audit: type=1130 audit(1672102541.914:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.998188] audit: type=1130 audit(1672102541.981:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.010045] audit: type=1130 audit(1672102541.993:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.027705] audit: type=1130 audit(1672102542.011:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.616386] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    6.627301] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input9
[    6.647715] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.647997] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    6.649021] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    6.660048] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:41:cc, XID 541, IRQ 63
[    6.661124] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.680296] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    6.681958] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    6.692234] ccp 0000:08:00.2: tee enabled
[    6.693441] ccp 0000:08:00.2: psp enabled
[    6.697915] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input10
[    6.700179] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input11
[    6.703520] hid-generic 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    6.713823] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    6.713828] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    6.715003] nvme nvme1: pci function 0000:06:00.0
[    6.715005] nvme nvme0: pci function 0000:07:00.0
[    6.716162] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    6.726449] nvme nvme0: missing or invalid SUBNQN field.
[    6.726448] nvme nvme1: missing or invalid SUBNQN field.
[    6.726765] nvme nvme0: Shutdown timeout set to 10 seconds
[    6.726834] nvme nvme1: Shutdown timeout set to 10 seconds
[    6.732056] nvme nvme1: 16/0/0 default/read/poll queues
[    6.732303] nvme nvme0: 16/0/0 default/read/poll queues
[    6.739594] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    6.742863]  nvme0n1: p1
[    6.742984]  nvme1n1: p1 p2 p3
[    6.759624] BTRFS: device label fedora_localhost-live devid 2 transid 651590 /dev/nvme0n1p1 scanned by systemd-udevd (464)
[    6.769312] asus_wmi: ASUS WMI generic driver loaded
[    6.774505] BTRFS: device label fedora_localhost-live devid 1 transid 651590 /dev/nvme1n1p3 scanned by systemd-udevd (453)
[    6.877536] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input12
[    7.306991] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input13
[    8.559060] hid-multitouch 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    8.587301] asus 0003:0B05:1866.0001: Fixing up Asus N-KEY keyb report descriptor
[    8.587471] [drm] amdgpu kernel modesetting enabled.
[    8.587518] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    8.588301] ATPX version 1, functions 0x00000001
[    8.589024] ATPX Hybrid Graphics
[    8.589038] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[    8.604500] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input14
[    8.608446] amdgpu: Virtual CRAT table created for CPU
[    8.608573] amdgpu: Topology: Add CPU node
[    8.614196] Console: switching to colour dummy device 80x25
[    8.632228] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    8.632344] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[    8.632585] [drm] register mmio base: 0xFCA00000
[    8.632594] [drm] register mmio size: 1048576
[    8.632775] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.632787] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.632798] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.632808] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.635486] [drm] add ip block number 0 <nv_common>
[    8.635497] [drm] add ip block number 1 <gmc_v10_0>
[    8.635507] [drm] add ip block number 2 <navi10_ih>
[    8.635516] [drm] add ip block number 3 <psp>
[    8.635525] [drm] add ip block number 4 <smu>
[    8.635534] [drm] add ip block number 5 <dm>
[    8.635543] [drm] add ip block number 6 <gfx_v10_0>
[    8.635552] [drm] add ip block number 7 <sdma_v5_2>
[    8.635561] [drm] add ip block number 8 <vcn_v3_0>
[    8.635570] [drm] add ip block number 9 <jpeg_v3_0>
[    8.638746] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    8.638760] amdgpu: ATOM BIOS: SWBRT77321.001
[    8.638777] [drm] VCN(0) decode is enabled in VM mode
[    8.638787] [drm] VCN(0) encode is enabled in VM mode
[    8.638797] [drm] JPEG decode is enabled in VM mode
[    8.638807] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    8.638842] [drm] GPU posting now...
[    8.638972] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.638992] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    8.639010] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    8.639025] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    8.639049] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    8.639059] [drm] RAM width 192bits GDDR6
[    8.639556] [drm] amdgpu: 12272M of VRAM memory ready
[    8.639568] [drm] amdgpu: 31785M of GTT memory ready.
[    8.639663] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    8.639927] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[    8.650569] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    8.650603] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    8.658583] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[   10.661791] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[   10.668051] [drm] Loading DMUB firmware via PSP: version=0x02020017
[   10.696815] [drm] use_doorbell being set to: [true]
[   10.696856] [drm] use_doorbell being set to: [true]
[   10.716884] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[   10.716917] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[   10.780060] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   10.880706] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   10.894483] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   10.894549] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   10.894574] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   10.894621] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   10.949466] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[   10.949501] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[   10.949516] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 485, name: systemd-udevd
[   10.949530] preempt_count: 1, expected: 0
[   10.949538] RCU nest depth: 0, expected: 0
[   10.949545] 1 lock held by systemd-udevd/485:
[   10.949554]  #0: ffff947a9334b1c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0
[   10.949576] Preemption disabled at:
[   10.949578] [<ffffffffc0bd8ce9>] dc_fpu_begin+0x19/0x90 [amdgpu]
[   10.949896] CPU: 8 PID: 485 Comm: systemd-udevd Tainted: G             L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[   10.949918] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   10.949935] Call Trace:
[   10.949941]  <TASK>
[   10.949947]  dump_stack_lvl+0x5b/0x77
[   10.949957]  __might_resched.cold+0xff/0x13b
[   10.949970]  __kmem_cache_alloc_node+0x25b/0x3c0
[   10.949980]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   10.950210]  kmalloc_trace+0x26/0x60
[   10.950220]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   10.950442]  dcn30_create_resource_pool+0x321/0x12b0 [amdgpu]
[   10.950459]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[   10.950459]  dc_create+0x1fe/0x5d0 [amdgpu]
[   10.950459]  amdgpu_dm_init.isra.0+0x286/0x380 [amdgpu]
[   10.950459]  ? __wake_up_klogd.part.0+0x56/0x80
[   10.950459]  ? vprintk_emit+0x120/0x360
[   10.950459]  ? dev_vprintk_emit+0x173/0x19b
[   10.950459]  dm_hw_init+0xe/0x20 [amdgpu]
[   10.950459]  amdgpu_device_init.cold+0x1b03/0x201d [amdgpu]
[   10.950459]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   10.950459]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   10.950459]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   10.950459]  local_pci_probe+0x41/0x80
[   10.950459]  pci_device_probe+0xb3/0x220
[   10.950459]  really_probe+0xde/0x380
[   10.950459]  ? pm_runtime_barrier+0x50/0x90
[   10.950459]  __driver_probe_device+0x78/0x170
[   10.950459]  driver_probe_device+0x1f/0x90
[   10.950459]  __driver_attach+0xd2/0x1c0
[   10.950459]  ? __pfx___driver_attach+0x10/0x10
[   10.950459]  bus_for_each_dev+0x76/0xa0
[   10.950459]  bus_add_driver+0x1b1/0x200
[   10.950459]  driver_register+0x89/0xe0
[   10.950459]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   10.950459]  do_one_initcall+0x6e/0x330
[   10.950459]  do_init_module+0x4a/0x200
[   10.950459]  __do_sys_finit_module+0x93/0xf0
[   10.950459]  do_syscall_64+0x5b/0x80
[   10.950459]  ? lockdep_hardirqs_on+0x7d/0x100
[   10.950459]  ? do_syscall_64+0x67/0x80
[   10.950459]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[   10.950459]  ? lockdep_hardirqs_on+0x7d/0x100
[   10.950459]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   10.950459] RIP: 0033:0x7f0a1d3361cd
[   10.950459] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   10.950459] RSP: 002b:00007ffded26a488 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   10.950459] RAX: ffffffffffffffda RBX: 0000560eda79cd00 RCX: 00007f0a1d3361cd
[   10.950459] RDX: 0000000000000000 RSI: 0000560eda7846c0 RDI: 0000000000000011
[   10.950459] RBP: 0000560eda7846c0 R08: 0000000000000000 R09: 00007ffded26a5b0
[   10.950459] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000020000
[   10.950459] R13: 0000560eda7846f0 R14: 0000000000000000 R15: 0000560eda78c870
[   10.950459]  </TASK>
[   10.952973] [drm] Display Core initialized with v3.2.215!
[   10.954305] [drm] DMUB hardware initialized: version=0x02020017
[   10.976123] [drm] kiq ring mec 2 pipe 1 q 0
[   10.981462] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   10.981840] [drm] JPEG decode initialized successfully.
[   10.984483] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   10.984784] amdgpu: sdma_bitmap: ffff
[   11.022200] memmap_init_zone_device initialised 3145728 pages in 17ms
[   11.022225] amdgpu: HMM registered 12272MB device memory
[   11.022531] amdgpu: SRAT table not found
[   11.022555] amdgpu: Virtual CRAT table created for GPU
[   11.023213] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[   11.023235] kfd kfd: amdgpu: added device 1002:73df
[   11.023269] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[   11.024036] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.024051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.024065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.024078] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.024091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.024104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.024118] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.024131] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.024144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.024158] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   11.024171] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.024185] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   11.024198] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   11.024211] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   11.024225] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   11.024238] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   11.025288] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[   11.043145] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
[   11.048160] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   11.048669] [drm] DSC precompute is not needed.
[   11.049758] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[   11.049799] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[   11.049890] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[   11.050112] [drm] register mmio base: 0xFC900000
[   11.050122] [drm] register mmio size: 524288
[   11.050283] amdgpu 0000:08:00.0: amdgpu: lockup timeout disabled
[   11.052681] [drm] add ip block number 0 <soc15_common>
[   11.052692] [drm] add ip block number 1 <gmc_v9_0>
[   11.052701] [drm] add ip block number 2 <vega10_ih>
[   11.052710] [drm] add ip block number 3 <psp>
[   11.052720] [drm] add ip block number 4 <smu>
[   11.052728] [drm] add ip block number 5 <dm>
[   11.052737] [drm] add ip block number 6 <gfx_v9_0>
[   11.052746] [drm] add ip block number 7 <sdma_v4_0>
[   11.052756] [drm] add ip block number 8 <vcn_v2_0>
[   11.052765] [drm] add ip block number 9 <jpeg_v2_0>
[   11.052784] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[   11.052797] amdgpu: ATOM BIOS: 113-CEZANNE-018
[   11.056335] [drm] VCN decode is enabled in VM mode
[   11.056345] [drm] VCN encode is enabled in VM mode
[   11.056355] [drm] JPEG decode is enabled in VM mode
[   11.056364] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[   11.056378] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[   11.056399] amdgpu 0000:08:00.0: amdgpu: MODE2 reset
[   11.058179] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   11.058201] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   11.058217] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   11.058232] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   11.058254] [drm] Detected VRAM RAM=512M, BAR=512M
[   11.058263] [drm] RAM width 128bits DDR4
[   11.058504] [drm] amdgpu: 512M of VRAM memory ready
[   11.058516] [drm] amdgpu: 31785M of GTT memory ready.
[   11.058555] ------------[ cut here ]------------
[   11.058565] DMA-API: amdgpu 0000:08:00.0: cacheline tracking EEXIST, overlapping mappings aren't supported
[   11.058583] WARNING: CPU: 8 PID: 485 at kernel/dma/debug.c:568 add_dma_entry+0x1ed/0x270
[   11.058601] Modules linked in: amdgpu(+) hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[   11.058696] CPU: 8 PID: 485 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[   11.058718] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.058735] RIP: 0010:add_dma_entry+0x1ed/0x270
[   11.058745] Code: ff 0f 84 97 00 00 00 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 45 b7 92 00 48 89 c6 48 89 da 48 c7 c7 60 f7 ab a8 e8 0c 0a e3 00 <0f> 0b 48 85 ed 0f 85 dd c6 e3 00 8b 05 92 92 60 02 85 c0 0f 85 ca
[   11.058775] RSP: 0018:ffffbdb3c229fa48 EFLAGS: 00010286
[   11.058786] RAX: 000000000000005e RBX: ffff947a92f73710 RCX: 0000000000000000
[   11.058799] RDX: 0000000000000001 RSI: ffffffffa8b28f8e RDI: 00000000ffffffff
[   11.058811] RBP: ffff947a81595280 R08: 0000000000000000 R09: ffffbdb3c229f8f0
[   11.058824] R10: 0000000000000003 R11: ffff94899d2fffe8 R12: 0000000000000000
[   11.058836] R13: 0000000000000001 R14: 0000000000000202 R15: 0000000000280040
[   11.058848] FS:  00007f0a1c8e6b40(0000) GS:ffff948958200000(0000) knlGS:0000000000000000
[   11.058863] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.058873] CR2: 0000560eda8c5000 CR3: 00000001bdeca000 CR4: 0000000000750ee0
[   11.058886] PKRU: 55555554
[   11.058893] Call Trace:
[   11.058899]  <TASK>
[   11.058907]  dma_map_page_attrs+0x82/0x2d0
[   11.058921]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.059203]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.059406]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.059680]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.059696]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.059881]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.060061]  local_pci_probe+0x41/0x80
[   11.060073]  pci_device_probe+0xb3/0x220
[   11.060084]  really_probe+0xde/0x380
[   11.060093]  ? pm_runtime_barrier+0x50/0x90
[   11.060105]  __driver_probe_device+0x78/0x170
[   11.060115]  driver_probe_device+0x1f/0x90
[   11.060125]  __driver_attach+0xd2/0x1c0
[   11.060134]  ? __pfx___driver_attach+0x10/0x10
[   11.060144]  bus_for_each_dev+0x76/0xa0
[   11.060153]  bus_add_driver+0x1b1/0x200
[   11.060164]  driver_register+0x89/0xe0
[   11.060173]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.060346]  do_one_initcall+0x6e/0x330
[   11.060362]  do_init_module+0x4a/0x200
[   11.060372]  __do_sys_finit_module+0x93/0xf0
[   11.060389]  do_syscall_64+0x5b/0x80
[   11.060399]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.060410]  ? do_syscall_64+0x67/0x80
[   11.060418]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[   11.060430]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.060440]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.060466] RIP: 0033:0x7f0a1d3361cd
[   11.060479] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.060509] RSP: 002b:00007ffded26a488 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.060524] RAX: ffffffffffffffda RBX: 0000560eda79cd00 RCX: 00007f0a1d3361cd
[   11.060536] RDX: 0000000000000000 RSI: 0000560eda7846c0 RDI: 0000000000000011
[   11.060549] RBP: 0000560eda7846c0 R08: 0000000000000000 R09: 00007ffded26a5b0
[   11.060561] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000020000
[   11.060573] R13: 0000560eda7846f0 R14: 0000000000000000 R15: 0000560eda78c870
[   11.060593]  </TASK>
[   11.060598] irq event stamp: 820669
[   11.060605] hardirqs last  enabled at (820677): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[   11.060623] hardirqs last disabled at (820684): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[   11.060638] softirqs last  enabled at (820390): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[   11.060655] softirqs last disabled at (820291): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[   11.060670] ---[ end trace 0000000000000000 ]---
[   11.060679] DMA-API: Mapped at:
[   11.060686]  debug_dma_map_page+0x66/0x100
[   11.060695]  dma_map_page_attrs+0x82/0x2d0
[   11.060704]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.060886]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.061081]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.061301] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   11.061529] [drm] PCIE GART of 1024M enabled.
[   11.061539] [drm] PTB located at 0x000000F41FC00000
[   11.070319] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.070334] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.076545] [drm] Loading DMUB firmware via PSP: version=0x01010024
[   11.111467] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[   11.111504] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[   11.843529] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   11.928129] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   11.936704] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   11.936733] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.937902] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[   11.940702] [drm] Display Core initialized with v3.2.215!
[   11.941295] [drm] DMUB hardware initialized: version=0x01010024
[   12.127170] [drm] kiq ring mec 2 pipe 1 q 0
[   12.132067] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   12.132104] [drm] JPEG decode initialized successfully.
[   12.135040] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   12.135176] amdgpu: sdma_bitmap: 3
[   12.142029] memmap_init_zone_device initialised 131072 pages in 1ms
[   12.142055] amdgpu: HMM registered 512MB device memory
[   12.142095] amdgpu: SRAT table not found
[   12.142104] amdgpu: Virtual CRAT table created for GPU
[   12.143146] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[   12.143159] kfd kfd: amdgpu: added device 1002:1638
[   12.143239] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[   12.143482] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   12.143495] amdgpu 0000:08:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[   12.143508] amdgpu 0000:08:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[   12.143523] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[   12.143536] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[   12.143549] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[   12.143562] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[   12.143575] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[   12.143589] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[   12.143602] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[   12.143615] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[   12.143629] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[   12.143642] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   12.143654] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   12.143667] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   12.143681] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   12.143694] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   12.146225] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 1
[   12.648325] [drm] Fence fallback timer expired on ring gfx
[   12.660725] fbcon: amdgpudrmfb (fb0) is primary device
[   13.321312] Console: switching to colour frame buffer device 320x90
[   13.329659] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   13.341601] setfont (608) used greatest stack depth: 11368 bytes left
[   13.480232] kauditd_printk_skb: 7 callbacks suppressed
[   13.480236] audit: type=1130 audit(1672102549.463:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.534492] audit: type=1130 audit(1672102549.517:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.565323] BTRFS info (device nvme1n1p3): using crc32c (crc32c-intel) checksum algorithm
[   13.565463] BTRFS info (device nvme1n1p3): using free space tree
[   14.144721] BTRFS info (device nvme1n1p3): enabling ssd optimizations
[   14.144762] BTRFS info (device nvme1n1p3): auto enabling async discard
[   14.192541] audit: type=1130 audit(1672102550.176:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.192558] audit: type=1131 audit(1672102550.176:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.294311] audit: type=1130 audit(1672102550.277:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.343904] audit: type=1131 audit(1672102550.327:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.353883] audit: type=1131 audit(1672102550.337:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.369912] audit: type=1131 audit(1672102550.353:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.385733] audit: type=1131 audit(1672102550.369:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.394735] audit: type=1131 audit(1672102550.378:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.406724] systemd-udevd (485) used greatest stack depth: 10632 bytes left
[   14.727471] systemd-journald[328]: Received SIGTERM from PID 1 (systemd).
[   15.136260] SELinux:  policy capability network_peer_controls=1
[   15.137253] SELinux:  policy capability open_perms=1
[   15.137924] SELinux:  policy capability extended_socket_class=1
[   15.138567] SELinux:  policy capability always_check_network=0
[   15.139179] SELinux:  policy capability cgroup_seclabel=1
[   15.139783] SELinux:  policy capability nnp_nosuid_transition=1
[   15.140363] SELinux:  policy capability genfs_seclabel_symlinks=1
[   15.140960] SELinux:  policy capability ioctl_skip_cloexec=0
[   15.245868] systemd[1]: Successfully loaded SELinux policy in 216.176ms.
[   15.305507] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 33.326ms.
[   15.311667] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.314016] systemd[1]: Detected architecture x86-64.
[   15.667706] systemd[1]: bpf-lsm: LSM BPF program attached
[   15.829591] systemd-sysv-generator[697]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.831214] systemd-sysv-generator[697]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.858927] zram: Added device: zram0
[   16.038779] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.047958] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   16.050478] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   16.051727] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   16.054660] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   16.057714] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   16.061840] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   16.065204] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   16.067332] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   16.070578] systemd[1]: Created slice user.slice - User and Session Slice.
[   16.071833] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   16.073428] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   16.078245] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   16.079526] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   16.080796] systemd[1]: Reached target getty.target - Login Prompts.
[   16.084604] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   16.085752] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   16.091218] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   16.092224] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   16.094880] systemd[1]: Reached target slices.target - Slice Units.
[   16.099371] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   16.108595] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   16.119920] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   16.127817] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   16.130859] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   16.138599] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   16.140480] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   16.145797] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   16.169849] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   16.175685] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   16.180544] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   16.184963] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   16.186892] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   16.190068] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   16.200180] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   16.204809] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   16.209174] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   16.217591] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   16.221741] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   16.237626] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   16.239782] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   16.253691] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   16.256203] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   16.272256] systemd[1]: Starting systemd-journald.service - Journal Service...
[   16.277544] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   16.283851] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   16.288710] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   16.295464] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   16.298580] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   16.303331] systemd[1]: Started systemd-journald.service - Journal Service.
[   16.306002] BTRFS info (device nvme1n1p3: state M): use zstd compression, level 1
[   16.537891] systemd-journald[711]: Received client request to flush runtime journal.
[   16.871001] zram0: detected capacity change from 0 to 16777216
[   16.875577] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   16.904964] Adding 104857596k swap on /dev/nvme1n1p2.  Priority:-2 extents:1 across:104857596k SSFS
[   16.977439] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   16.978539] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   16.997779] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   17.031383] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[   17.078955] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   17.099425] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   17.111586] asus_wmi: Initialization: 0x1
[   17.112633] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   17.114366] RAPL PMU: hw unit of domain package 2^-16 Joules
[   17.117229] asus_wmi: SFUN value: 0x1821
[   17.118391] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   17.119882] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   17.133424] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[   17.140632] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   17.163836] ACPI: battery: new extension: ASUS Battery Extension
[   17.164092] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.169320] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.180189] Bluetooth: Core ver 2.22
[   17.181851] NET: Registered PF_BLUETOOTH protocol family
[   17.183386] Bluetooth: HCI device and connection manager initialized
[   17.186120] Bluetooth: HCI socket layer initialized
[   17.187724] Bluetooth: L2CAP socket layer initialized
[   17.189307] Bluetooth: SCO socket layer initialized
[   17.514346] SVM: TSC scaling supported
[   17.515274] kvm: Nested Virtualization enabled
[   17.516068] SVM: kvm: Nested Paging enabled
[   17.516941] SVM: Virtual VMLOAD VMSAVE supported
[   17.518090] SVM: Virtual GIF supported
[   17.519106] SVM: LBR virtualization supported
[   17.552057] usbcore: registered new interface driver btusb
[   17.554422] MCE: In-kernel MCE decoding enabled.
[   17.707296] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[   17.714481] intel_rapl_common: Found RAPL domain package
[   17.715735] intel_rapl_common: Found RAPL domain core
[   17.718747] Bluetooth: hci0: Device setup in 162371 usecs
[   17.719905] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   17.757187] mt7921e 0000:05:00.0: ASIC revision: 79610010
[   17.847396] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221109110918a

[   17.880990] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20221109111005
[   17.917911] RPC: Registered named UNIX socket transport module.
[   17.918900] RPC: Registered udp transport module.
[   17.919768] RPC: Registered tcp transport module.
[   17.920515] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.288007] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   18.288037] [drm] PSP is resuming...
[   18.364059] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   18.411809] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.412591] Bluetooth: BNEP filters: protocol multicast
[   18.413973] Bluetooth: BNEP socket layer initialized
[   18.418340] Bluetooth: MGMT ver 1.22
[   18.465496] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   18.480679] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   18.483262] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   18.483269] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   18.483272] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   18.483328] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   18.537158] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   18.540975] [drm] DMUB hardware initialized: version=0x02020017
[   18.580841] [drm] kiq ring mec 2 pipe 1 q 0
[   18.585963] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   18.588390] [drm] JPEG decode initialized successfully.
[   18.589341] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   18.590252] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   18.591144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   18.592023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   18.592859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   18.593616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   18.594276] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   18.594947] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   18.595712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   18.596333] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   18.596950] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   18.597560] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   18.598144] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   18.598747] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   18.599335] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   18.599926] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   18.602174] NET: Registered PF_QIPCRTR protocol family
[   18.606942] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   18.618751] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   18.620464] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   18.622043] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   18.624859] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[   18.625508] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   18.640384] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.644393] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.657914] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   18.658546] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.659131] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.659715] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   18.660283] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   18.661169] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input24
[   18.661492] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   18.663067] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   18.663341] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input25
[   18.665077] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input26
[   18.666641] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input27
[   18.670448] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input18
[   18.676803] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input19
[   18.677736] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input28
[   18.680267] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input20
[   18.681144] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input29
[   18.683414] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input21
[   18.685732] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input22
[   18.687879] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input23
[   18.754141] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[   18.959631] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   19.129233] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input30
[   19.130929] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input31
[   19.137062] r8169 0000:04:00.0 enp4s0: Link is Down
[   21.387385] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.582357] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   21.628594] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.637842] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   21.644993] wlp5s0: authenticated
[   21.649822] wlp5s0: associate with 24:cf:24:c2:72:d0 (try 1/3)
[   21.669057] wlp5s0: RX AssocResp from 24:cf:24:c2:72:d0 (capab=0x511 status=0 aid=1)
[   21.703911] wlp5s0: associated
[   21.959232] wlp5s0: Limiting TX power to 28 (31 - 3) dBm as advertised by 24:cf:24:c2:72:d0
[   22.814096] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   26.800778] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   26.800953] [drm] PSP is resuming...
[   26.877047] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   26.977707] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   26.991509] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   26.991523] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   26.991532] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   26.991536] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   26.991595] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   27.045495] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   27.046948] [drm] DMUB hardware initialized: version=0x02020017
[   27.085016] [drm] kiq ring mec 2 pipe 1 q 0
[   27.090276] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   27.090439] [drm] JPEG decode initialized successfully.
[   27.090477] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   27.090480] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   27.090482] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   27.090484] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   27.090486] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   27.090488] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   27.090490] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   27.090492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   27.090494] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   27.090496] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   27.090499] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   27.090501] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   27.090503] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   27.090505] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   27.090507] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   27.090509] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   27.095893] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   28.760905] rfkill: input handler disabled
[   29.333722] Bluetooth: RFCOMM TTY layer initialized
[   29.333747] Bluetooth: RFCOMM socket layer initialized
[   29.333765] Bluetooth: RFCOMM ver 1.11
[   81.570226] rfkill: input handler enabled
[   82.768704] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   82.768782] [drm] PSP is resuming...
[   82.844822] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   82.946890] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   82.960915] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   82.960932] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   82.960946] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   82.960959] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   82.961041] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   83.015301] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   83.016666] [drm] DMUB hardware initialized: version=0x02020017
[   83.054378] [drm] kiq ring mec 2 pipe 1 q 0
[   83.060126] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   83.060285] [drm] JPEG decode initialized successfully.
[   83.060308] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   83.060310] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   83.060312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   83.060314] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   83.060316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   83.060318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   83.060320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   83.060322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   83.060324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   83.060326] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   83.060328] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   83.060330] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   83.060332] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   83.060334] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   83.060335] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   83.060337] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   83.064563] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   84.902882] rfkill: input handler disabled
[  126.770328] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  126.770383] [drm] PSP is resuming...
[  126.846388] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  126.946816] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  126.960617] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  126.960624] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  126.960630] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  126.960634] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  126.960689] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  127.014871] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  127.016351] [drm] DMUB hardware initialized: version=0x02020017
[  127.055480] [drm] kiq ring mec 2 pipe 1 q 0
[  127.060284] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  127.060492] [drm] JPEG decode initialized successfully.
[  127.060517] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  127.060520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  127.060523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  127.060525] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  127.060527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  127.060529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  127.060531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  127.060533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  127.060535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  127.060537] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  127.060539] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  127.060541] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  127.060543] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  127.060545] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  127.060547] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  127.060549] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  127.066717] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  129.482750] show_signal_msg: 120 callbacks suppressed
[  129.482753] gldriverquery[3913]: segfault at 1 ip 00007f48befc07fd sp 00007fff56c849f0 error 4 in libLLVM-15.so[7f48bec3e000+33d4000] likely on CPU 10 (core 5, socket 0)
[  129.482835] Code: 56 ff 44 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 <48> 8b 03 4c 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14
[  190.463888] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  190.463929] [drm] PSP is resuming...
[  190.539902] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  190.641483] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  190.655420] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  190.655441] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  190.656004] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  190.656010] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  190.656059] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  190.710344] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  190.711778] [drm] DMUB hardware initialized: version=0x02020017
[  190.749411] [drm] kiq ring mec 2 pipe 1 q 0
[  190.755119] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  190.755284] [drm] JPEG decode initialized successfully.
[  190.755308] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  190.755311] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  190.755314] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  190.755316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  190.755318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  190.755320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  190.755322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  190.755324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  190.755326] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  190.755328] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  190.755330] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  190.755332] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  190.755334] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  190.755336] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  190.755338] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  190.755340] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  190.759313] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  236.968942] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  236.968994] [drm] PSP is resuming...
[  237.046484] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  237.151180] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  237.165137] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  237.165149] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  237.165157] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  237.165163] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  237.165244] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  237.219891] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  237.221283] [drm] DMUB hardware initialized: version=0x02020017
[  237.260110] [drm] kiq ring mec 2 pipe 1 q 0
[  237.265294] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  237.265605] [drm] JPEG decode initialized successfully.
[  237.265633] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  237.265639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  237.265643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  237.265647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  237.265651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  237.265655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  237.265659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  237.265663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  237.265667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  237.265671] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  237.265675] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  237.265679] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  237.265683] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  237.265687] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  237.265691] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  237.265695] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  237.269381] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  266.936374] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  266.936447] [drm] PSP is resuming...
[  267.012491] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  267.114155] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  267.128576] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  267.128585] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  267.128592] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  267.128596] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  267.128650] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  267.183672] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  267.185052] [drm] DMUB hardware initialized: version=0x02020017
[  267.224461] [drm] kiq ring mec 2 pipe 1 q 0
[  267.230786] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  267.230950] [drm] JPEG decode initialized successfully.
[  267.230974] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  267.230978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  267.230980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  267.230982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  267.230985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  267.230987] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  267.230989] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  267.230991] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  267.230993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  267.230995] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  267.230997] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  267.230999] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  267.231002] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  267.231004] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  267.231006] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  267.231008] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  267.241935] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  296.983883] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  296.983917] [drm] PSP is resuming...
[  297.059825] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  297.160376] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  297.174178] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  297.174188] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  297.174196] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  297.174200] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  297.174253] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  297.228337] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  297.229751] [drm] DMUB hardware initialized: version=0x02020017
[  297.267481] [drm] kiq ring mec 2 pipe 1 q 0
[  297.273186] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  297.273351] [drm] JPEG decode initialized successfully.
[  297.273376] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  297.273380] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  297.273383] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  297.273385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  297.273387] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  297.273389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  297.273392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  297.273394] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  297.273398] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  297.273403] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  297.273407] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  297.273411] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  297.273415] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  297.273419] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  297.273423] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  297.273427] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  297.277312] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  327.047906] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  327.047942] [drm] PSP is resuming...
[  327.123928] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  327.223927] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  327.237852] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  327.237863] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  327.237870] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  327.237874] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  327.237928] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  327.292446] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  327.293776] [drm] DMUB hardware initialized: version=0x02020017
[  327.331495] [drm] kiq ring mec 2 pipe 1 q 0
[  327.336608] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  327.336957] [drm] JPEG decode initialized successfully.
[  327.336982] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  327.336986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  327.336988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  327.336990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  327.336992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  327.336995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  327.336997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  327.336999] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  327.337001] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  327.337004] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  327.337006] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  327.337008] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  327.337010] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  327.337012] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  327.337014] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  327.337016] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  327.340609] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  357.047905] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  357.047941] [drm] PSP is resuming...
[  357.123937] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  357.225697] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  357.239482] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  357.239493] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  357.239501] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  357.239505] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  357.239561] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  357.294280] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  357.295664] [drm] DMUB hardware initialized: version=0x02020017
[  357.333714] [drm] kiq ring mec 2 pipe 1 q 0
[  357.338708] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  357.339002] [drm] JPEG decode initialized successfully.
[  357.339028] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  357.339033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  357.339036] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  357.339039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  357.339042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  357.339045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  357.339048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  357.339051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  357.339054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  357.339057] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  357.339060] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  357.339063] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  357.339066] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  357.339069] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  357.339072] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  357.339075] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  357.345480] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  387.047854] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  387.047892] [drm] PSP is resuming...
[  387.123821] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  387.226267] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  387.240069] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  387.240080] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  387.240088] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  387.240092] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  387.240151] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  387.294168] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  387.295549] [drm] DMUB hardware initialized: version=0x02020017
[  387.333517] [drm] kiq ring mec 2 pipe 1 q 0
[  387.338571] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  387.338859] [drm] JPEG decode initialized successfully.
[  387.338884] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  387.338887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  387.338889] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  387.338892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  387.338894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  387.338896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  387.338898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  387.338900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  387.338902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  387.338904] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  387.338907] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  387.338909] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  387.338911] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  387.338913] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  387.338915] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  387.338917] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  387.342468] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  417.071884] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  417.071919] [drm] PSP is resuming...
[  417.147830] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  417.249602] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  417.263427] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  417.263438] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  417.263445] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  417.263449] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  417.263526] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  417.318198] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  417.319587] [drm] DMUB hardware initialized: version=0x02020017
[  417.357368] [drm] kiq ring mec 2 pipe 1 q 0
[  417.362714] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  417.362927] [drm] JPEG decode initialized successfully.
[  417.362950] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  417.362954] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  417.362956] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  417.362958] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  417.362960] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  417.362962] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  417.362964] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  417.362966] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  417.362968] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  417.362970] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  417.362972] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  417.362974] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  417.362976] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  417.362979] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  417.362981] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  417.362983] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  417.366469] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  447.064180] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  447.064249] [drm] PSP is resuming...
[  447.140069] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  447.241730] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  447.255781] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  447.255811] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  447.255820] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  447.255827] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  447.255897] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  447.311252] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  447.313043] [drm] DMUB hardware initialized: version=0x02020017
[  447.351854] [drm] kiq ring mec 2 pipe 1 q 0
[  447.357971] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  447.358209] [drm] JPEG decode initialized successfully.
[  447.358234] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  447.358238] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  447.358240] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  447.358243] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  447.358245] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  447.358247] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  447.358249] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  447.358251] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  447.358253] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  447.358255] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  447.358257] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  447.358260] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  447.358262] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  447.358264] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  447.358266] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  447.358268] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  447.363282] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  477.088861] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  477.088895] [drm] PSP is resuming...
[  477.164828] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  477.265481] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  477.279315] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  477.279330] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  477.279338] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  477.279344] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  477.279430] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  477.333950] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  477.335356] [drm] DMUB hardware initialized: version=0x02020017
[  477.373536] [drm] kiq ring mec 2 pipe 1 q 0
[  477.378729] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  477.378944] [drm] JPEG decode initialized successfully.
[  477.378968] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  477.378971] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  477.378974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  477.378976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  477.378978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  477.378980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  477.378982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  477.378984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  477.378986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  477.378988] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  477.378991] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  477.378993] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  477.378995] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  477.378997] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  477.378999] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  477.379001] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  477.383481] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  507.097057] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  507.097102] [drm] PSP is resuming...
[  507.173176] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  507.273749] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  507.288232] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  507.288241] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  507.288248] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  507.288252] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  507.288306] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  507.343890] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  507.345314] [drm] DMUB hardware initialized: version=0x02020017
[  507.386134] [drm] kiq ring mec 2 pipe 1 q 0
[  507.391588] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  507.391753] [drm] JPEG decode initialized successfully.
[  507.391778] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  507.391781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  507.391784] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  507.391786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  507.391788] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  507.391790] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  507.391793] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  507.391795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  507.391797] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  507.391799] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  507.391801] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  507.391803] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  507.391806] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  507.391808] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  507.391810] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  507.391812] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  507.395915] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  537.097524] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  537.097559] [drm] PSP is resuming...
[  537.173490] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  537.274162] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  537.287962] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  537.287972] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  537.287981] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  537.287985] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  537.288066] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  537.342842] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  537.344285] [drm] DMUB hardware initialized: version=0x02020017
[  537.382233] [drm] kiq ring mec 2 pipe 1 q 0
[  537.387231] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  537.387551] [drm] JPEG decode initialized successfully.
[  537.387581] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  537.387585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  537.387587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  537.387589] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  537.387591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  537.387593] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  537.387595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  537.387598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  537.387601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  537.387605] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  537.387609] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  537.387613] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  537.387617] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  537.387621] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  537.387624] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  537.387626] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  537.391130] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  567.199888] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  567.199922] [drm] PSP is resuming...
[  567.275929] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  567.376372] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  567.390182] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  567.390190] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  567.390198] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  567.390202] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  567.390256] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  567.445318] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  567.446716] [drm] DMUB hardware initialized: version=0x02020017
[  567.484705] [drm] kiq ring mec 2 pipe 1 q 0
[  567.490342] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  567.490532] [drm] JPEG decode initialized successfully.
[  567.490558] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  567.490561] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  567.490564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  567.490566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  567.490568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  567.490570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  567.490572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  567.490574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  567.490576] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  567.490579] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  567.490581] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  567.490583] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  567.490585] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  567.490587] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  567.490590] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  567.490592] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  567.494426] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  597.191882] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  597.191918] [drm] PSP is resuming...
[  597.268308] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  597.370491] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  597.384432] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  597.384443] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  597.384470] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  597.384477] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  597.384535] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  597.439480] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  597.440872] [drm] DMUB hardware initialized: version=0x02020017
[  597.479012] [drm] kiq ring mec 2 pipe 1 q 0
[  597.484620] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  597.484784] [drm] JPEG decode initialized successfully.
[  597.484809] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  597.484812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  597.484814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  597.484817] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  597.484819] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  597.484821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  597.484823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  597.484825] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  597.484827] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  597.484829] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  597.484832] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  597.484834] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  597.484836] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  597.484838] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  597.484840] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  597.484842] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  597.488988] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  627.231886] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  627.231922] [drm] PSP is resuming...
[  627.307936] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  627.409289] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  627.423065] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  627.423074] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  627.423082] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  627.423086] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  627.423140] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  627.477503] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  627.478903] [drm] DMUB hardware initialized: version=0x02020017
[  627.516846] [drm] kiq ring mec 2 pipe 1 q 0
[  627.521491] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  627.522008] [drm] JPEG decode initialized successfully.
[  627.522032] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  627.522036] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  627.522038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  627.522041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  627.522043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  627.522045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  627.522047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  627.522049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  627.522052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  627.522054] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  627.522056] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  627.522058] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  627.522060] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  627.522062] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  627.522064] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  627.522066] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  627.525630] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  657.215874] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  657.215910] [drm] PSP is resuming...
[  657.291954] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  657.392157] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  657.405954] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  657.405962] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  657.405970] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  657.405974] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  657.406027] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  657.461050] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  657.462426] [drm] DMUB hardware initialized: version=0x02020017
[  657.500816] [drm] kiq ring mec 2 pipe 1 q 0
[  657.506243] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  657.506404] [drm] JPEG decode initialized successfully.
[  657.506428] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  657.506431] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  657.506434] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  657.506436] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  657.506438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  657.506441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  657.506443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  657.506445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  657.506447] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  657.506464] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  657.506466] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  657.506469] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  657.506471] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  657.506473] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  657.506475] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  657.506477] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  657.510594] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  687.231882] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  687.231927] [drm] PSP is resuming...
[  687.307822] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  687.408173] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  687.421955] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  687.421963] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  687.421970] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  687.421974] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  687.422028] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  687.476990] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  687.478398] [drm] DMUB hardware initialized: version=0x02020017
[  687.516709] [drm] kiq ring mec 2 pipe 1 q 0
[  687.521560] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  687.521923] [drm] JPEG decode initialized successfully.
[  687.521950] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  687.521955] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  687.521959] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  687.521963] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  687.521967] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  687.521971] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  687.521975] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  687.521979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  687.521982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  687.521987] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  687.521991] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  687.521994] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  687.521998] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  687.522002] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  687.522006] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  687.522011] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  687.532626] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  717.280114] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  717.280148] [drm] PSP is resuming...
[  717.356180] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  717.456706] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  717.470482] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  717.470491] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  717.470498] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  717.470502] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  717.470557] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  717.524685] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  717.525974] [drm] DMUB hardware initialized: version=0x02020017
[  717.564752] [drm] kiq ring mec 2 pipe 1 q 0
[  717.570491] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  717.570655] [drm] JPEG decode initialized successfully.
[  717.570692] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  717.570696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  717.570699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  717.570701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  717.570703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  717.570705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  717.570708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  717.570710] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  717.570712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  717.570714] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  717.570717] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  717.570719] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  717.570721] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  717.570723] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  717.570725] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  717.570728] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  717.574652] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  747.271945] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  747.271986] [drm] PSP is resuming...
[  747.347949] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  747.448501] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  747.462397] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  747.462407] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  747.462414] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  747.462418] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  747.462512] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  747.517635] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  747.519037] [drm] DMUB hardware initialized: version=0x02020017
[  747.559708] [drm] kiq ring mec 2 pipe 1 q 0
[  747.566328] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  747.566522] [drm] JPEG decode initialized successfully.
[  747.566547] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  747.566550] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  747.566552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  747.566555] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  747.566557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  747.566559] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  747.566561] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  747.566563] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  747.566565] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  747.566568] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  747.566570] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  747.566572] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  747.566574] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  747.566577] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  747.566579] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  747.566581] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  747.571287] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  777.287888] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  777.287924] [drm] PSP is resuming...
[  777.365263] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  777.466712] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  777.480487] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  777.480497] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  777.480504] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  777.480508] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  777.480564] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  777.535213] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  777.536599] [drm] DMUB hardware initialized: version=0x02020017
[  777.574739] [drm] kiq ring mec 2 pipe 1 q 0
[  777.579727] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  777.579990] [drm] JPEG decode initialized successfully.
[  777.580015] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  777.580018] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  777.580021] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  777.580023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  777.580025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  777.580027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  777.580030] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  777.580032] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  777.580034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  777.580036] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  777.580039] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  777.580041] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  777.580043] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  777.580045] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  777.580047] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  777.580049] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  777.583640] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  807.311891] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  807.311926] [drm] PSP is resuming...
[  807.387940] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  807.488482] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  807.502284] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  807.502295] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  807.502302] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  807.502306] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  807.502359] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  807.556367] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  807.557769] [drm] DMUB hardware initialized: version=0x02020017
[  807.596816] [drm] kiq ring mec 2 pipe 1 q 0
[  807.602326] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  807.602525] [drm] JPEG decode initialized successfully.
[  807.602555] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  807.602561] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  807.602565] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  807.602569] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  807.602573] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  807.602577] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  807.602581] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  807.602585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  807.602589] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  807.602593] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  807.602597] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  807.602601] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  807.602605] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  807.602609] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  807.602613] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  807.602617] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  807.606669] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  837.288919] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  837.288951] [drm] PSP is resuming...
[  837.364941] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  837.465485] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  837.479316] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  837.479331] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  837.479340] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  837.479347] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  837.479407] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  837.533443] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  837.534830] [drm] DMUB hardware initialized: version=0x02020017
[  837.572923] [drm] kiq ring mec 2 pipe 1 q 0
[  837.577857] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  837.578065] [drm] JPEG decode initialized successfully.
[  837.578089] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  837.578092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  837.578095] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  837.578097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  837.578099] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  837.578101] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  837.578103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  837.578105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  837.578107] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  837.578109] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  837.578111] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  837.578113] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  837.578115] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  837.578117] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  837.578120] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  837.578122] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  837.581594] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  867.367881] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  867.367919] [drm] PSP is resuming...
[  867.443711] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  867.544047] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  867.557842] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  867.557850] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  867.557858] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  867.557862] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  867.557916] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  867.612200] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  867.613487] [drm] DMUB hardware initialized: version=0x02020017
[  867.652343] [drm] kiq ring mec 2 pipe 1 q 0
[  867.657995] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  867.658161] [drm] JPEG decode initialized successfully.
[  867.658185] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  867.658188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  867.658190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  867.658193] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  867.658195] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  867.658197] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  867.658199] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  867.658201] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  867.658203] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  867.658205] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  867.658207] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  867.658209] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  867.658211] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  867.658214] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  867.658216] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  867.658218] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  867.662144] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  897.824009] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  897.824042] [drm] PSP is resuming...
[  897.900715] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  898.001069] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  898.015213] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  898.015224] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  898.015231] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  898.015235] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  898.015297] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  898.069192] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  898.070461] [drm] DMUB hardware initialized: version=0x02020017
[  898.108271] [drm] kiq ring mec 2 pipe 1 q 0
[  898.113458] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  898.113772] [drm] JPEG decode initialized successfully.
[  898.113795] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  898.113798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  898.113801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  898.113803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  898.113805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  898.113808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  898.113810] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  898.113812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  898.113814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  898.113816] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  898.113818] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  898.113820] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  898.113822] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  898.113824] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  898.113827] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  898.113829] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  898.117418] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  905.279846] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  905.279878] [drm] PSP is resuming...
[  905.355939] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  905.456270] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  905.470179] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  905.470190] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  905.470197] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  905.470202] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  905.470256] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  905.525069] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  905.526390] [drm] DMUB hardware initialized: version=0x02020017
[  905.564875] [drm] kiq ring mec 2 pipe 1 q 0
[  905.569615] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  905.569969] [drm] JPEG decode initialized successfully.
[  905.569993] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  905.569996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  905.569999] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  905.570001] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  905.570003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  905.570005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  905.570007] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  905.570009] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  905.570011] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  905.570013] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  905.570015] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  905.570018] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  905.570020] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  905.570022] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  905.570024] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  905.570026] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  905.573595] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  927.935871] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  927.935905] [drm] PSP is resuming...
[  928.012603] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  928.115172] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  928.129078] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  928.129090] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  928.129099] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  928.129104] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  928.129187] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  928.183824] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  928.185207] [drm] DMUB hardware initialized: version=0x02020017
[  928.223473] [drm] kiq ring mec 2 pipe 1 q 0
[  928.228991] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  928.229157] [drm] JPEG decode initialized successfully.
[  928.229188] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  928.229193] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  928.229196] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  928.229200] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  928.229203] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  928.229206] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  928.229210] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  928.229213] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  928.229216] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  928.229220] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  928.229224] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  928.229227] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  928.229230] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  928.229234] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  928.229237] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  928.229241] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  928.233132] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  958.055990] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  958.056025] [drm] PSP is resuming...
[  958.132155] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  958.232595] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  958.246396] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  958.246405] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  958.246413] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  958.246417] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  958.246487] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  958.300566] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  958.301942] [drm] DMUB hardware initialized: version=0x02020017
[  958.340912] [drm] kiq ring mec 2 pipe 1 q 0
[  958.346393] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  958.346556] [drm] JPEG decode initialized successfully.
[  958.346579] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  958.346583] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  958.346586] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  958.346588] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  958.346590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  958.346592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  958.346594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  958.346596] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  958.346598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  958.346601] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  958.346603] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  958.346605] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  958.346607] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  958.346609] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  958.346612] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  958.346614] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  958.351490] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  988.168860] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  988.168892] [drm] PSP is resuming...
[  988.245162] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  988.346714] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  988.360603] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  988.360618] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  988.360628] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  988.360635] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  988.360690] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  988.415399] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  988.416805] [drm] DMUB hardware initialized: version=0x02020017
[  988.454905] [drm] kiq ring mec 2 pipe 1 q 0
[  988.460581] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  988.460738] [drm] JPEG decode initialized successfully.
[  988.460761] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  988.460765] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  988.460767] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  988.460769] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  988.460771] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  988.460773] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  988.460775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  988.460777] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  988.460779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  988.460781] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  988.460784] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  988.460786] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  988.460788] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  988.460790] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  988.460792] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  988.460794] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  988.464628] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1018.279903] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1018.279942] [drm] PSP is resuming...
[ 1018.355952] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1018.456482] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1018.470415] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1018.470430] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1018.470438] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1018.470442] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1018.470537] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1018.524472] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1018.525773] [drm] DMUB hardware initialized: version=0x02020017
[ 1018.564774] [drm] kiq ring mec 2 pipe 1 q 0
[ 1018.569547] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1018.569971] [drm] JPEG decode initialized successfully.
[ 1018.569997] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1018.570000] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1018.570003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1018.570005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1018.570007] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1018.570010] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1018.570012] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1018.570014] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1018.570016] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1018.570018] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1018.570020] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1018.570022] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1018.570024] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1018.570027] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1018.570029] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1018.570031] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1018.573583] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1047.415862] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1047.415896] [drm] PSP is resuming...
[ 1047.496490] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1047.598044] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1047.611845] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1047.611854] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1047.611861] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1047.611865] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1047.611919] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1047.667141] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1047.668520] [drm] DMUB hardware initialized: version=0x02020017
[ 1047.706507] [drm] kiq ring mec 2 pipe 1 q 0
[ 1047.711605] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1047.711863] [drm] JPEG decode initialized successfully.
[ 1047.711888] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1047.711892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1047.711894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1047.711896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1047.711898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1047.711900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1047.711902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1047.711904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1047.711906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1047.711909] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1047.711911] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1047.711913] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1047.711915] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1047.711917] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1047.711919] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1047.711921] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1047.715445] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1066.543823] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1066.543858] [drm] PSP is resuming...
[ 1066.619845] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1066.720744] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1066.734488] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1066.734498] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1066.734506] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1066.734510] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1066.734564] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1066.789105] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1066.790515] [drm] DMUB hardware initialized: version=0x02020017
[ 1066.829376] [drm] kiq ring mec 2 pipe 1 q 0
[ 1066.835248] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1066.835408] [drm] JPEG decode initialized successfully.
[ 1066.835432] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1066.835436] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1066.835438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1066.835441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1066.835443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1066.835445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1066.835447] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1066.835469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1066.835472] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1066.835474] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1066.835477] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1066.835479] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1066.835481] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1066.835483] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1066.835486] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1066.835488] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1066.839333] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1077.649058] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1077.649090] [drm] PSP is resuming...
[ 1077.725046] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1077.826274] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1077.840070] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1077.840080] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1077.840087] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1077.840091] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1077.840145] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1077.895399] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1077.896810] [drm] DMUB hardware initialized: version=0x02020017
[ 1077.934850] [drm] kiq ring mec 2 pipe 1 q 0
[ 1077.939678] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1077.940089] [drm] JPEG decode initialized successfully.
[ 1077.940115] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1077.940120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1077.940124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1077.940128] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1077.940132] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1077.940136] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1077.940140] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1077.940144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1077.940148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1077.940152] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1077.940156] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1077.940160] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1077.940164] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1077.940168] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1077.940172] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1077.940176] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1077.943728] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1107.767895] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1107.767927] [drm] PSP is resuming...
[ 1107.844181] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1107.944374] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1107.958289] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1107.958298] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1107.958305] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1107.958309] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1107.958365] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1108.012543] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1108.013925] [drm] DMUB hardware initialized: version=0x02020017
[ 1108.052921] [drm] kiq ring mec 2 pipe 1 q 0
[ 1108.058013] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1108.058226] [drm] JPEG decode initialized successfully.
[ 1108.058249] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1108.058253] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1108.058255] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1108.058258] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1108.058260] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1108.058262] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1108.058265] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1108.058267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1108.058269] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1108.058271] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1108.058274] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1108.058276] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1108.058278] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1108.058280] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1108.058282] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1108.058284] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1108.061846] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1137.887872] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1137.887909] [drm] PSP is resuming...
[ 1137.964048] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1138.067278] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1138.081086] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1138.081097] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1138.081104] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1138.081108] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1138.081158] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1138.135553] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1138.136927] [drm] DMUB hardware initialized: version=0x02020017
[ 1138.174772] [drm] kiq ring mec 2 pipe 1 q 0
[ 1138.179911] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1138.180113] [drm] JPEG decode initialized successfully.
[ 1138.180138] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1138.180142] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1138.180144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1138.180147] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1138.180149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1138.180151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1138.180153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1138.180155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1138.180157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1138.180159] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1138.180162] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1138.180164] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1138.180166] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1138.180168] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1138.180171] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1138.180173] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1138.184468] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1167.999811] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1167.999843] [drm] PSP is resuming...
[ 1168.075836] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1168.179158] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1168.192842] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1168.192850] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1168.192857] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1168.192861] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1168.192922] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1168.247339] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1168.248753] [drm] DMUB hardware initialized: version=0x02020017
[ 1168.286501] [drm] kiq ring mec 2 pipe 1 q 0
[ 1168.292195] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1168.292352] [drm] JPEG decode initialized successfully.
[ 1168.292377] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1168.292380] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1168.292383] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1168.292385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1168.292387] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1168.292389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1168.292391] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1168.292393] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1168.292395] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1168.292398] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1168.292400] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1168.292402] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1168.292404] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1168.292406] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1168.292408] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1168.292410] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1168.296307] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1198.112943] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1198.112986] [drm] PSP is resuming...
[ 1198.188941] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1198.288940] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1198.302708] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1198.302721] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1198.302728] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1198.302732] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1198.302785] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1198.357327] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1198.358645] [drm] DMUB hardware initialized: version=0x02020017
[ 1198.397396] [drm] kiq ring mec 2 pipe 1 q 0
[ 1198.402733] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1198.402996] [drm] JPEG decode initialized successfully.
[ 1198.403025] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1198.403031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1198.403035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1198.403039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1198.403044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1198.403048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1198.403052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1198.403054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1198.403056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1198.403059] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1198.403061] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1198.403063] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1198.403065] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1198.403067] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1198.403069] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1198.403072] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1198.413598] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1228.264847] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1228.264880] [drm] PSP is resuming...
[ 1228.340729] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1228.441321] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1228.455114] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1228.455125] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1228.455134] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1228.455141] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1228.455199] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1228.509225] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1228.510506] [drm] DMUB hardware initialized: version=0x02020017
[ 1228.548862] [drm] kiq ring mec 2 pipe 1 q 0
[ 1228.553614] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1228.553798] [drm] JPEG decode initialized successfully.
[ 1228.553823] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1228.553826] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1228.553829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1228.553832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1228.553834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1228.553836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1228.553839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1228.553841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1228.553844] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1228.553846] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1228.553849] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1228.553851] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1228.553854] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1228.553856] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1228.553859] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1228.553861] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1228.557889] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1228.581325] ------------[ cut here ]------------
[ 1228.581406] WARNING: CPU: 0 PID: 734 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1228.581414] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1228.581517]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1228.581568] CPU: 0 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1228.581571] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1228.581574] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1228.581577] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1228.581579] RSP: 0018:ffffbdb3c2277780 EFLAGS: 00010246
[ 1228.581583] RAX: 0000000000000000 RBX: ffff947a0112b8d0 RCX: 0000000000000000
[ 1228.581585] RDX: 0000000000000000 RSI: ffff947a0112b850 RDI: ffffbdb3c22777a8
[ 1228.581587] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1228.581589] R10: ffff947a0112b8d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1228.581591] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1228.581593] FS:  00007fa0d64afb40(0000) GS:ffff948956200000(0000) knlGS:0000000000000000
[ 1228.581596] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1228.581598] CR2: 0000153403e37000 CR3: 00000001be41c000 CR4: 0000000000750ef0
[ 1228.581600] PKRU: 55555554
[ 1228.581602] Call Trace:
[ 1228.581604]  <TASK>
[ 1228.581609]  submit_one_bio+0xd4/0xe0
[ 1228.581616]  submit_extent_page+0x142/0x550
[ 1228.581628]  read_extent_buffer_pages+0x584/0x9c0
[ 1228.581634]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1228.581639]  ? folio_unlock+0x1d/0x50
[ 1228.581645]  btrfs_read_extent_buffer+0x98/0x150
[ 1228.581650]  read_tree_block+0x43/0xa0
[ 1228.581653]  read_block_for_search+0x218/0x320
[ 1228.581663]  btrfs_search_slot+0x351/0xd30
[ 1228.581672]  btrfs_lookup_xattr+0x7b/0xe0
[ 1228.581678]  btrfs_getxattr+0x55/0x110
[ 1228.581684]  __vfs_getxattr+0x7e/0xb0
[ 1228.581689]  get_vfs_caps_from_disk+0x7a/0x220
[ 1228.581696]  audit_copy_inode+0x95/0xd0
[ 1228.581702]  filename_lookup+0x16b/0x1c0
[ 1228.581715]  ? _raw_spin_unlock+0x29/0x50
[ 1228.581721]  vfs_statx+0x8e/0x150
[ 1228.581728]  vfs_fstatat+0x51/0x70
[ 1228.581732]  __do_sys_newfstatat+0x2e/0x50
[ 1228.581742]  do_syscall_64+0x5b/0x80
[ 1228.581747]  ? do_syscall_64+0x67/0x80
[ 1228.581750]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1228.581754]  ? do_syscall_64+0x67/0x80
[ 1228.581757]  ? do_syscall_64+0x67/0x80
[ 1228.581761]  ? do_syscall_64+0x67/0x80
[ 1228.581764]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1228.581768]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1228.581771] RIP: 0033:0x7fa0d6ee605e
[ 1228.581792] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1228.581794] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1228.581797] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1228.581799] RDX: 00007fffdf8d8950 RSI: 00005573b5e91580 RDI: 00000000ffffff9c
[ 1228.581801] RBP: 00005573b5e75098 R08: 0000000000000780 R09: 00005573b5e83650
[ 1228.581803] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1228.581805] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1228.581814]  </TASK>
[ 1228.581816] irq event stamp: 1298015
[ 1228.581818] hardirqs last  enabled at (1298023): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1228.581822] hardirqs last disabled at (1298030): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1228.581825] softirqs last  enabled at (1297000): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1228.581829] softirqs last disabled at (1296995): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1228.581831] ---[ end trace 0000000000000000 ]---
[ 1258.391894] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1258.391926] [drm] PSP is resuming...
[ 1258.468064] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1258.568280] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1258.582071] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1258.582081] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1258.582088] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1258.582092] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1258.582147] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1258.636509] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1258.637907] [drm] DMUB hardware initialized: version=0x02020017
[ 1258.676854] [drm] kiq ring mec 2 pipe 1 q 0
[ 1258.681735] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1258.682048] [drm] JPEG decode initialized successfully.
[ 1258.682072] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1258.682075] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1258.682078] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1258.682081] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1258.682086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1258.682089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1258.682093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1258.682097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1258.682101] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1258.682105] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1258.682109] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1258.682112] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1258.682115] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1258.682117] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1258.682119] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1258.682121] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1258.685725] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1288.543935] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1288.543979] [drm] PSP is resuming...
[ 1288.619833] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1288.720182] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1288.734070] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1288.734088] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1288.734098] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1288.734105] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1288.734162] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1288.788224] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1288.789606] [drm] DMUB hardware initialized: version=0x02020017
[ 1288.828794] [drm] kiq ring mec 2 pipe 1 q 0
[ 1288.834218] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1288.834378] [drm] JPEG decode initialized successfully.
[ 1288.834408] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1288.834414] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1288.834418] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1288.834422] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1288.834426] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1288.834430] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1288.834434] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1288.834438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1288.834442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1288.834446] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1288.834473] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1288.834477] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1288.834481] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1288.834485] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1288.834489] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1288.834494] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1288.838522] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1317.655873] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1317.655906] [drm] PSP is resuming...
[ 1317.731819] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1317.832607] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1317.846438] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1317.846469] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1317.846478] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1317.846484] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1317.846546] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1317.900977] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1317.902358] [drm] DMUB hardware initialized: version=0x02020017
[ 1317.941080] [drm] kiq ring mec 2 pipe 1 q 0
[ 1317.946169] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1317.946335] [drm] JPEG decode initialized successfully.
[ 1317.946361] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1317.946365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1317.946367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1317.946370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1317.946372] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1317.946374] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1317.946376] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1317.946379] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1317.946381] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1317.946384] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1317.946386] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1317.946388] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1317.946391] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1317.946393] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1317.946395] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1317.946397] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1317.950294] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1347.775877] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1347.775913] [drm] PSP is resuming...
[ 1347.851827] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1347.954267] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1347.968069] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1347.968079] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1347.968087] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1347.968091] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1347.968144] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1348.023068] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1348.024461] [drm] DMUB hardware initialized: version=0x02020017
[ 1348.062480] [drm] kiq ring mec 2 pipe 1 q 0
[ 1348.067591] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1348.067902] [drm] JPEG decode initialized successfully.
[ 1348.067926] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1348.067930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1348.067932] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1348.067934] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1348.067936] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1348.067939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1348.067941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1348.067943] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1348.067945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1348.067947] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1348.067949] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1348.067951] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1348.067953] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1348.067956] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1348.067958] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1348.067960] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1348.071528] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1377.960848] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1377.960881] [drm] PSP is resuming...
[ 1378.036829] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1378.138281] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1378.152200] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1378.152210] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1378.152217] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1378.152221] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1378.152278] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1378.207084] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1378.208507] [drm] DMUB hardware initialized: version=0x02020017
[ 1378.246493] [drm] kiq ring mec 2 pipe 1 q 0
[ 1378.251647] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1378.251891] [drm] JPEG decode initialized successfully.
[ 1378.251921] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1378.251926] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1378.251930] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1378.251934] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1378.251937] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1378.251939] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1378.251941] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1378.251943] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1378.251945] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1378.251948] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1378.251950] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1378.251952] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1378.251954] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1378.251956] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1378.251959] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1378.251962] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1378.255564] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1408.079839] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1408.079871] [drm] PSP is resuming...
[ 1408.155964] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1408.256192] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1408.270004] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1408.270017] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1408.270026] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1408.270032] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1408.270084] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1408.325131] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1408.326510] [drm] DMUB hardware initialized: version=0x02020017
[ 1408.364952] [drm] kiq ring mec 2 pipe 1 q 0
[ 1408.373321] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1408.373527] [drm] JPEG decode initialized successfully.
[ 1408.373557] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1408.373563] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1408.373568] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1408.373572] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1408.373576] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1408.373580] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1408.373584] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1408.373588] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1408.373592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1408.373596] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1408.373600] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1408.373604] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1408.373609] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1408.373613] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1408.373617] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1408.373621] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1408.377639] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1438.208894] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1438.208929] [drm] PSP is resuming...
[ 1438.284931] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1438.386273] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1438.400078] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1438.400091] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1438.400100] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1438.400106] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1438.400165] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1438.454317] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1438.455729] [drm] DMUB hardware initialized: version=0x02020017
[ 1438.494321] [drm] kiq ring mec 2 pipe 1 q 0
[ 1438.499231] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1438.499393] [drm] JPEG decode initialized successfully.
[ 1438.499419] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1438.499424] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1438.499429] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1438.499432] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1438.499436] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1438.499439] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1438.499442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1438.499446] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1438.499465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1438.499469] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1438.499473] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1438.499476] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1438.499479] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1438.499483] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1438.499486] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1438.499490] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1438.504331] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1462.625298] ------------[ cut here ]------------
[ 1462.625367] WARNING: CPU: 7 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1462.625375] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1462.625493]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1462.625577] CPU: 7 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1462.625581] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1462.625584] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1462.625587] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1462.625590] RSP: 0018:ffffbdb3c489f740 EFLAGS: 00010246
[ 1462.625595] RAX: 0000000000000000 RBX: ffff947b35ffd790 RCX: 0000000000000000
[ 1462.625598] RDX: 0000000000000000 RSI: ffff947b35ffd710 RDI: ffffbdb3c489f768
[ 1462.625600] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1462.625602] R10: ffff947b35ffd790 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1462.625605] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1462.625608] FS:  0000000000000000(0000) GS:ffff948957e00000(0000) knlGS:0000000000000000
[ 1462.625610] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1462.625613] CR2: 00000000bbfff000 CR3: 00000004460a2000 CR4: 0000000000750ee0
[ 1462.625616] PKRU: 55555554
[ 1462.625618] Call Trace:
[ 1462.625620]  <TASK>
[ 1462.625628]  submit_one_bio+0xd4/0xe0
[ 1462.625636]  submit_extent_page+0x142/0x550
[ 1462.625650]  read_extent_buffer_pages+0x584/0x9c0
[ 1462.625658]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1462.625664]  ? folio_unlock+0x1d/0x50
[ 1462.625671]  btrfs_read_extent_buffer+0x98/0x150
[ 1462.625677]  read_tree_block+0x43/0xa0
[ 1462.625681]  btrfs_read_node_slot+0x110/0x150
[ 1462.625689]  push_leaf_right+0xa8/0x1e0
[ 1462.625697]  split_leaf+0x3bd/0x670
[ 1462.625704]  ? leaf_space_used+0xae/0xd0
[ 1462.625712]  btrfs_search_slot+0xc4e/0xd30
[ 1462.625724]  btrfs_insert_empty_items+0x31/0x70
[ 1462.625729]  alloc_reserved_file_extent+0xbc/0x240
[ 1462.625739]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1462.625756]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1462.625763]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1462.625774]  btrfs_commit_transaction+0xe0/0xed0
[ 1462.625786]  transaction_kthread+0x142/0x1b0
[ 1462.625793]  ? __pfx_transaction_kthread+0x10/0x10
[ 1462.625796]  kthread+0xf5/0x120
[ 1462.625799]  ? __pfx_kthread+0x10/0x10
[ 1462.625804]  ret_from_fork+0x2c/0x50
[ 1462.625821]  </TASK>
[ 1462.625826] irq event stamp: 12597447
[ 1462.625830] hardirqs last  enabled at (12597455): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1462.625837] hardirqs last disabled at (12597462): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1462.625842] softirqs last  enabled at (12595782): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1462.625849] softirqs last disabled at (12595777): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1462.625854] ---[ end trace 0000000000000000 ]---
[ 1464.196780] ------------[ cut here ]------------
[ 1464.196790] WARNING: CPU: 10 PID: 8995 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1464.196798] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1464.196913]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1464.196978] CPU: 10 PID: 8995 Comm: abrt-action-sav Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1464.196982] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1464.196985] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1464.196989] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1464.196992] RSP: 0018:ffffbdb3d81bf898 EFLAGS: 00010246
[ 1464.196996] RAX: 0000000000000000 RBX: ffff947ed720de90 RCX: 0000000000000000
[ 1464.196999] RDX: 0000000000000000 RSI: ffff947ed720de10 RDI: ffffbdb3d81bf8c0
[ 1464.197002] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1464.197004] R10: ffff947ed720de90 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1464.197007] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1464.197010] FS:  00007f7045c829c0(0000) GS:ffff948958a00000(0000) knlGS:0000000000000000
[ 1464.197013] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1464.197016] CR2: 0000153402f6f030 CR3: 00000004d3af4000 CR4: 0000000000750ee0
[ 1464.197018] PKRU: 55555554
[ 1464.197021] Call Trace:
[ 1464.197024]  <TASK>
[ 1464.197032]  submit_one_bio+0xd4/0xe0
[ 1464.197040]  submit_extent_page+0x142/0x550
[ 1464.197056]  read_extent_buffer_pages+0x584/0x9c0
[ 1464.197065]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1464.197071]  ? folio_unlock+0x1d/0x50
[ 1464.197078]  btrfs_read_extent_buffer+0x98/0x150
[ 1464.197085]  read_tree_block+0x43/0xa0
[ 1464.197090]  read_block_for_search+0x218/0x320
[ 1464.197102]  btrfs_search_slot+0x351/0xd30
[ 1464.197112]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1464.197119]  btrfs_lookup_file_extent+0x37/0x40
[ 1464.197125]  btrfs_get_extent+0x12a/0x940
[ 1464.197133]  ? sched_clock_local+0xe/0x80
[ 1464.197139]  ? sched_clock_cpu+0x9f/0xc0
[ 1464.197148]  btrfs_do_readpage+0x3bd/0x770
[ 1464.197152]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1464.197161]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1464.197166]  btrfs_read_folio+0x6f/0x90
[ 1464.197170]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1464.197174]  filemap_read_folio+0xe6/0x100
[ 1464.197180]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1464.197183]  do_read_cache_folio+0xe4/0x1e0
[ 1464.197187]  ? ktime_get_coarse_real_ts64+0xe/0x60
[ 1464.197194]  read_cache_page+0x16/0x70
[ 1464.197198]  page_get_link+0x2a/0x1c0
[ 1464.197205]  vfs_readlink+0x8a/0xf0
[ 1464.197212]  do_readlinkat+0xf3/0x110
[ 1464.197221]  __x64_sys_readlink+0x1a/0x30
[ 1464.197225]  do_syscall_64+0x5b/0x80
[ 1464.197231]  ? do_syscall_64+0x67/0x80
[ 1464.197235]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1464.197240]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1464.197245] RIP: 0033:0x7f7046f5e32b
[ 1464.197266] Code: 73 01 c3 48 8b 0d dd 5a 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 59 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 05 c3 0f 1f 40 00 48 8b 15 a9 5a 0d 00 f7 d8
[ 1464.197269] RSP: 002b:00007ffce6898068 EFLAGS: 00000206 ORIG_RAX: 0000000000000059
[ 1464.197273] RAX: ffffffffffffffda RBX: 00005627af518d50 RCX: 00007f7046f5e32b
[ 1464.197276] RDX: 0000000000000100 RSI: 00005627af518d50 RDI: 00005627af4f0ba0
[ 1464.197279] RBP: 0000000000000100 R08: 0000000000000001 R09: 0000000000000020
[ 1464.197281] R10: 0000000000000100 R11: 0000000000000206 R12: 00005627af4f0ba0
[ 1464.197284] R13: 00007ffce68980c8 R14: 00005627af4dab80 R15: 00005627af55c3e3
[ 1464.197296]  </TASK>
[ 1464.197299] irq event stamp: 61201
[ 1464.197301] hardirqs last  enabled at (61209): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1464.197306] hardirqs last disabled at (61216): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1464.197309] softirqs last  enabled at (59360): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1464.197314] softirqs last disabled at (59353): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1464.197317] ---[ end trace 0000000000000000 ]---
[ 1464.199740] ------------[ cut here ]------------
[ 1464.199745] WARNING: CPU: 0 PID: 8995 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1464.199752] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1464.199827]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1464.199878] CPU: 0 PID: 8995 Comm: abrt-action-sav Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1464.199881] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1464.199883] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1464.199886] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1464.199888] RSP: 0018:ffffbdb3d81bf810 EFLAGS: 00010246
[ 1464.199892] RAX: 0000000000000000 RBX: ffff947e34eefe10 RCX: 0000000000000000
[ 1464.199894] RDX: 0000000000000000 RSI: ffff947e34eefd90 RDI: ffffbdb3d81bf838
[ 1464.199896] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1464.199898] R10: ffff947e34eefe10 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1464.199900] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1464.199902] FS:  00007f7045c829c0(0000) GS:ffff948956200000(0000) knlGS:0000000000000000
[ 1464.199905] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1464.199907] CR2: 0000562083ddb748 CR3: 00000004d3af4000 CR4: 0000000000750ef0
[ 1464.199909] PKRU: 55555554
[ 1464.199911] Call Trace:
[ 1464.199913]  <TASK>
[ 1464.199919]  submit_one_bio+0xd4/0xe0
[ 1464.199926]  submit_extent_page+0x142/0x550
[ 1464.199937]  read_extent_buffer_pages+0x584/0x9c0
[ 1464.199944]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1464.199951]  btrfs_readahead_tree_block+0x71/0xa0
[ 1464.199956]  reada_for_search+0x10a/0x200
[ 1464.199964]  read_block_for_search+0x27e/0x320
[ 1464.199972]  btrfs_search_slot+0x351/0xd30
[ 1464.199980]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1464.199985]  btrfs_lookup_file_extent+0x37/0x40
[ 1464.199989]  btrfs_get_extent+0x12a/0x940
[ 1464.199996]  ? sched_clock_local+0xe/0x80
[ 1464.200000]  ? sched_clock_cpu+0x9f/0xc0
[ 1464.200006]  btrfs_do_readpage+0x3bd/0x770
[ 1464.200010]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1464.200016]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1464.200020]  btrfs_read_folio+0x6f/0x90
[ 1464.200023]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1464.200026]  filemap_read_folio+0xe6/0x100
[ 1464.200031]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1464.200033]  do_read_cache_folio+0xe4/0x1e0
[ 1464.200036]  ? ktime_get_coarse_real_ts64+0xe/0x60
[ 1464.200042]  read_cache_page+0x16/0x70
[ 1464.200045]  page_get_link+0x2a/0x1c0
[ 1464.200050]  vfs_readlink+0x8a/0xf0
[ 1464.200056]  do_readlinkat+0xf3/0x110
[ 1464.200062]  __x64_sys_readlink+0x1a/0x30
[ 1464.200065]  do_syscall_64+0x5b/0x80
[ 1464.200070]  ? do_syscall_64+0x67/0x80
[ 1464.200073]  ? do_syscall_64+0x67/0x80
[ 1464.200076]  ? do_syscall_64+0x67/0x80
[ 1464.200079]  ? do_syscall_64+0x67/0x80
[ 1464.200082]  ? do_syscall_64+0x67/0x80
[ 1464.200085]  ? do_syscall_64+0x67/0x80
[ 1464.200088]  ? do_syscall_64+0x67/0x80
[ 1464.200091]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1464.200094]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1464.200098] RIP: 0033:0x7f7046f5e32b
[ 1464.200115] Code: 73 01 c3 48 8b 0d dd 5a 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 59 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 05 c3 0f 1f 40 00 48 8b 15 a9 5a 0d 00 f7 d8
[ 1464.200118] RSP: 002b:00007ffce6898068 EFLAGS: 00000206 ORIG_RAX: 0000000000000059
[ 1464.200121] RAX: ffffffffffffffda RBX: 00005627af518d50 RCX: 00007f7046f5e32b
[ 1464.200123] RDX: 0000000000000100 RSI: 00005627af518d50 RDI: 00005627af541130
[ 1464.200125] RBP: 0000000000000100 R08: 0000000000000001 R09: 0000000000000020
[ 1464.200127] R10: 0000000000000100 R11: 0000000000000206 R12: 00005627af541130
[ 1464.200128] R13: 00007ffce68980c8 R14: 00005627af541100 R15: 00005627af55dfdb
[ 1464.200138]  </TASK>
[ 1464.200140] irq event stamp: 66871
[ 1464.200141] hardirqs last  enabled at (66879): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1464.200145] hardirqs last disabled at (66886): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1464.200148] softirqs last  enabled at (62978): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1464.200151] softirqs last disabled at (62969): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1464.200154] ---[ end trace 0000000000000000 ]---
[ 1464.200196] ------------[ cut here ]------------
[ 1464.200198] WARNING: CPU: 0 PID: 8995 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1464.200202] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1464.200277]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1464.200327] CPU: 0 PID: 8995 Comm: abrt-action-sav Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1464.200330] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1464.200332] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1464.200334] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1464.200337] RSP: 0018:ffffbdb3d81bf810 EFLAGS: 00010246
[ 1464.200339] RAX: 0000000000000000 RBX: ffff947e34eee210 RCX: 0000000000000000
[ 1464.200341] RDX: 0000000000000000 RSI: ffff947e34eee190 RDI: ffffbdb3d81bf838
[ 1464.200343] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1464.200345] R10: ffff947e34eee210 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1464.200347] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1464.200349] FS:  00007f7045c829c0(0000) GS:ffff948956200000(0000) knlGS:0000000000000000
[ 1464.200351] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1464.200353] CR2: 0000562083ddb748 CR3: 00000004d3af4000 CR4: 0000000000750ef0
[ 1464.200355] PKRU: 55555554
[ 1464.200357] Call Trace:
[ 1464.200359]  <TASK>
[ 1464.200364]  submit_one_bio+0xd4/0xe0
[ 1464.200369]  submit_extent_page+0x142/0x550
[ 1464.200381]  read_extent_buffer_pages+0x584/0x9c0
[ 1464.200387]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1464.200393]  btrfs_readahead_tree_block+0x71/0xa0
[ 1464.200399]  reada_for_search+0x10a/0x200
[ 1464.200405]  read_block_for_search+0x27e/0x320
[ 1464.200414]  btrfs_search_slot+0x351/0xd30
[ 1464.200421]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1464.200426]  btrfs_lookup_file_extent+0x37/0x40
[ 1464.200430]  btrfs_get_extent+0x12a/0x940
[ 1464.200435]  ? sched_clock_local+0xe/0x80
[ 1464.200438]  ? sched_clock_cpu+0x9f/0xc0
[ 1464.200444]  btrfs_do_readpage+0x3bd/0x770
[ 1464.200448]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1464.200473]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1464.200480]  btrfs_read_folio+0x6f/0x90
[ 1464.200486]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1464.200489]  filemap_read_folio+0xe6/0x100
[ 1464.200493]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1464.200495]  do_read_cache_folio+0xe4/0x1e0
[ 1464.200498]  ? ktime_get_coarse_real_ts64+0xe/0x60
[ 1464.200503]  read_cache_page+0x16/0x70
[ 1464.200506]  page_get_link+0x2a/0x1c0
[ 1464.200511]  vfs_readlink+0x8a/0xf0
[ 1464.200516]  do_readlinkat+0xf3/0x110
[ 1464.200522]  __x64_sys_readlink+0x1a/0x30
[ 1464.200525]  do_syscall_64+0x5b/0x80
[ 1464.200528]  ? do_syscall_64+0x67/0x80
[ 1464.200531]  ? do_syscall_64+0x67/0x80
[ 1464.200534]  ? do_syscall_64+0x67/0x80
[ 1464.200537]  ? do_syscall_64+0x67/0x80
[ 1464.200540]  ? do_syscall_64+0x67/0x80
[ 1464.200543]  ? do_syscall_64+0x67/0x80
[ 1464.200546]  ? do_syscall_64+0x67/0x80
[ 1464.200549]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1464.200552]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1464.200555] RIP: 0033:0x7f7046f5e32b
[ 1464.200560] Code: 73 01 c3 48 8b 0d dd 5a 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 59 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 05 c3 0f 1f 40 00 48 8b 15 a9 5a 0d 00 f7 d8
[ 1464.200562] RSP: 002b:00007ffce6898068 EFLAGS: 00000206 ORIG_RAX: 0000000000000059
[ 1464.200565] RAX: ffffffffffffffda RBX: 00005627af518d50 RCX: 00007f7046f5e32b
[ 1464.200567] RDX: 0000000000000100 RSI: 00005627af518d50 RDI: 00005627af541130
[ 1464.200569] RBP: 0000000000000100 R08: 0000000000000001 R09: 0000000000000020
[ 1464.200571] R10: 0000000000000100 R11: 0000000000000206 R12: 00005627af541130
[ 1464.200573] R13: 00007ffce68980c8 R14: 00005627af541100 R15: 00005627af55dfdb
[ 1464.200582]  </TASK>
[ 1464.200584] irq event stamp: 68337
[ 1464.200586] hardirqs last  enabled at (68345): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1464.200589] hardirqs last disabled at (68352): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1464.200592] softirqs last  enabled at (68076): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1464.200594] softirqs last disabled at (68071): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1464.200596] ---[ end trace 0000000000000000 ]---
[ 1468.320937] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1468.320985] [drm] PSP is resuming...
[ 1468.396952] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1468.497058] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1468.510869] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1468.510881] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1468.510889] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1468.510893] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1468.510949] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1468.565472] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1468.566884] [drm] DMUB hardware initialized: version=0x02020017
[ 1468.606187] [drm] kiq ring mec 2 pipe 1 q 0
[ 1468.610755] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1468.610995] [drm] JPEG decode initialized successfully.
[ 1468.611019] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1468.611022] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1468.611025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1468.611027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1468.611029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1468.611031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1468.611033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1468.611035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1468.611037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1468.611040] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1468.611042] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1468.611044] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1468.611046] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1468.611048] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1468.611050] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1468.611052] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1468.614627] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1498.439895] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1498.439939] [drm] PSP is resuming...
[ 1498.515932] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1498.618269] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1498.632056] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1498.632067] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1498.632074] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1498.632078] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1498.632132] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1498.687081] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1498.688464] [drm] DMUB hardware initialized: version=0x02020017
[ 1498.726763] [drm] kiq ring mec 2 pipe 1 q 0
[ 1498.732214] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1498.732377] [drm] JPEG decode initialized successfully.
[ 1498.732401] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1498.732405] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1498.732408] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1498.732410] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1498.732412] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1498.732414] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1498.732416] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1498.732418] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1498.732420] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1498.732423] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1498.732425] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1498.732427] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1498.732429] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1498.732432] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1498.732434] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1498.732436] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1498.736524] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1528.544928] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1528.544971] [drm] PSP is resuming...
[ 1528.621288] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1528.722440] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1528.736210] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1528.736222] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1528.736230] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1528.736234] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1528.736288] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1528.790803] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1528.792090] [drm] DMUB hardware initialized: version=0x02020017
[ 1528.829943] [drm] kiq ring mec 2 pipe 1 q 0
[ 1528.835238] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1528.835446] [drm] JPEG decode initialized successfully.
[ 1528.835486] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1528.835490] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1528.835492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1528.835494] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1528.835496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1528.835499] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1528.835501] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1528.835503] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1528.835505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1528.835508] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1528.835512] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1528.835516] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1528.835520] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1528.835524] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1528.835528] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1528.835532] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1528.838978] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1558.672960] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1558.673006] [drm] PSP is resuming...
[ 1558.749041] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1558.851156] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1558.864952] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1558.864960] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1558.864968] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1558.864972] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1558.865029] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1558.920219] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1558.921629] [drm] DMUB hardware initialized: version=0x02020017
[ 1558.959890] [drm] kiq ring mec 2 pipe 1 q 0
[ 1558.965441] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1558.965734] [drm] JPEG decode initialized successfully.
[ 1558.965764] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1558.965771] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1558.965776] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1558.965781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1558.965785] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1558.965790] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1558.965794] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1558.965799] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1558.965803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1558.965808] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1558.965813] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1558.965818] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1558.965823] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1558.965827] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1558.965832] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1558.965837] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1558.969705] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1588.823875] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1588.823907] [drm] PSP is resuming...
[ 1588.903490] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1589.004492] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1589.018296] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1589.018305] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1589.018312] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1589.018317] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1589.018399] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1589.074849] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1589.076227] [drm] DMUB hardware initialized: version=0x02020017
[ 1589.116917] [drm] kiq ring mec 2 pipe 1 q 0
[ 1589.122878] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1589.123081] [drm] JPEG decode initialized successfully.
[ 1589.123112] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1589.123118] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1589.123122] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1589.123126] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1589.123130] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1589.123135] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1589.123139] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1589.123143] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1589.123147] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1589.123151] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1589.123156] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1589.123160] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1589.123164] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1589.123168] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1589.123172] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1589.123176] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1589.127236] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1618.959845] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1618.959879] [drm] PSP is resuming...
[ 1619.035708] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1619.136377] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1619.150201] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1619.150214] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1619.150223] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1619.150229] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1619.150315] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1619.204213] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1619.205591] [drm] DMUB hardware initialized: version=0x02020017
[ 1619.243470] [drm] kiq ring mec 2 pipe 1 q 0
[ 1619.249093] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1619.249251] [drm] JPEG decode initialized successfully.
[ 1619.249276] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1619.249279] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1619.249281] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1619.249283] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1619.249285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1619.249287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1619.249289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1619.249291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1619.249294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1619.249296] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1619.249298] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1619.249300] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1619.249302] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1619.249305] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1619.249307] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1619.249309] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1619.253393] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1619.255224] ------------[ cut here ]------------
[ 1619.255372] WARNING: CPU: 10 PID: 734 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1619.255380] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1619.255538]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1619.255629] CPU: 10 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1619.255634] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1619.255638] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1619.255643] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1619.255648] RSP: 0018:ffffbdb3c22777e0 EFLAGS: 00010246
[ 1619.255653] RAX: 0000000000000000 RBX: ffff947b117795d0 RCX: 0000000000000000
[ 1619.255657] RDX: 0000000000000000 RSI: ffff947b11779550 RDI: ffffbdb3c2277808
[ 1619.255661] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1619.255664] R10: ffff947b117795d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1619.255668] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1619.255672] FS:  00007fa0d64afb40(0000) GS:ffff948958a00000(0000) knlGS:0000000000000000
[ 1619.255676] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1619.255680] CR2: 00005573b5f37dd8 CR3: 00000001be41c000 CR4: 0000000000750ee0
[ 1619.255683] PKRU: 55555554
[ 1619.255687] Call Trace:
[ 1619.255690]  <TASK>
[ 1619.255699]  submit_one_bio+0xd4/0xe0
[ 1619.255709]  submit_extent_page+0x142/0x550
[ 1619.255731]  read_extent_buffer_pages+0x584/0x9c0
[ 1619.255743]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1619.255750]  ? folio_unlock+0x1d/0x50
[ 1619.255760]  btrfs_read_extent_buffer+0x98/0x150
[ 1619.255770]  read_tree_block+0x43/0xa0
[ 1619.255776]  read_block_for_search+0x218/0x320
[ 1619.255792]  btrfs_search_slot+0x351/0xd30
[ 1619.255810]  btrfs_lookup_xattr+0x7b/0xe0
[ 1619.255820]  btrfs_getxattr+0x55/0x110
[ 1619.255830]  __vfs_getxattr+0x7e/0xb0
[ 1619.255839]  get_vfs_caps_from_disk+0x7a/0x220
[ 1619.255851]  audit_copy_inode+0x95/0xd0
[ 1619.255860]  filename_lookup+0x16b/0x1c0
[ 1619.255881]  ? _raw_spin_unlock+0x29/0x50
[ 1619.255889]  vfs_statx+0x8e/0x150
[ 1619.255898]  vfs_fstatat+0x51/0x70
[ 1619.255904]  __do_sys_newfstatat+0x2e/0x50
[ 1619.255918]  do_syscall_64+0x5b/0x80
[ 1619.255923]  ? asm_exc_page_fault+0x22/0x30
[ 1619.255928]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1619.255933]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1619.255937] RIP: 0033:0x7fa0d6ee605e
[ 1619.255959] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1619.255962] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1619.255966] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1619.255969] RDX: 00007fffdf8d8950 RSI: 00005573b5e92670 RDI: 00000000ffffff9c
[ 1619.255972] RBP: 00005573b5e74eb8 R08: 0000000000000070 R09: 00005573b5ea3090
[ 1619.255975] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1619.255978] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1619.255991]  </TASK>
[ 1619.255994] irq event stamp: 1528379
[ 1619.255996] hardirqs last  enabled at (1528387): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1619.256002] hardirqs last disabled at (1528394): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1619.256005] softirqs last  enabled at (1527442): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1619.256010] softirqs last disabled at (1527415): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1619.256013] ---[ end trace 0000000000000000 ]---
[ 1619.262723] BTRFS error (device nvme1n1p3): level verify failed on logical 79757312 mirror 1 wanted 0 found 1
[ 1619.262771] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 79757312 mirror 1
[ 1619.262775] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1619.262792] BTRFS error (device nvme1n1p3): read failed, bytenr=79757312 check owner_root=259 transid=651592 has_first_key=1 first_key=(30581 1 0) level=1
[ 1619.262800] CPU: 10 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1619.262805] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1619.262809] Call Trace:
[ 1619.262812]  <TASK>
[ 1619.262816]  dump_stack_lvl+0x5b/0x77
[ 1619.262823]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1619.262834]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1619.262841]  ? folio_unlock+0x1d/0x50
[ 1619.262849]  btrfs_read_extent_buffer+0x98/0x150
[ 1619.262859]  read_tree_block+0x43/0xa0
[ 1619.262865]  read_block_for_search+0x218/0x320
[ 1619.262880]  btrfs_search_slot+0x351/0xd30
[ 1619.262897]  btrfs_lookup_xattr+0x7b/0xe0
[ 1619.262907]  btrfs_getxattr+0x55/0x110
[ 1619.262916]  __vfs_getxattr+0x7e/0xb0
[ 1619.262924]  get_vfs_caps_from_disk+0x7a/0x220
[ 1619.262935]  audit_copy_inode+0x95/0xd0
[ 1619.262943]  filename_lookup+0x16b/0x1c0
[ 1619.262966]  ? _raw_spin_unlock+0x29/0x50
[ 1619.262974]  vfs_statx+0x8e/0x150
[ 1619.262985]  vfs_fstatat+0x51/0x70
[ 1619.262992]  __do_sys_newfstatat+0x2e/0x50
[ 1619.263010]  do_syscall_64+0x5b/0x80
[ 1619.263015]  ? asm_exc_page_fault+0x22/0x30
[ 1619.263019]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1619.263025]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1619.263030] RIP: 0033:0x7fa0d6ee605e
[ 1619.263037] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1619.263041] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1619.263046] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1619.263050] RDX: 00007fffdf8d8950 RSI: 00005573b5e92670 RDI: 00000000ffffff9c
[ 1619.263054] RBP: 00005573b5e74eb8 R08: 0000000000000070 R09: 00005573b5ea3090
[ 1619.263057] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1619.263060] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1619.263077]  </TASK>
[ 1619.263081] BTRFS error (device nvme1n1p3): read failed, bytenr=79757312 check owner_root=259 transid=651592 has_first_key=1 first_key=(30581 1 0) level=1
[ 1619.263086] CPU: 10 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1619.263091] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1619.263094] Call Trace:
[ 1619.263097]  <TASK>
[ 1619.263101]  dump_stack_lvl+0x5b/0x77
[ 1619.263106]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1619.263116]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1619.263123]  ? folio_unlock+0x1d/0x50
[ 1619.263131]  btrfs_read_extent_buffer+0x98/0x150
[ 1619.263140]  read_tree_block+0x43/0xa0
[ 1619.263146]  read_block_for_search+0x218/0x320
[ 1619.263161]  btrfs_search_slot+0x351/0xd30
[ 1619.263178]  btrfs_lookup_xattr+0x7b/0xe0
[ 1619.263188]  btrfs_getxattr+0x55/0x110
[ 1619.263196]  __vfs_getxattr+0x7e/0xb0
[ 1619.263205]  get_vfs_caps_from_disk+0x7a/0x220
[ 1619.263215]  audit_copy_inode+0x95/0xd0
[ 1619.263223]  filename_lookup+0x16b/0x1c0
[ 1619.263246]  ? _raw_spin_unlock+0x29/0x50
[ 1619.263255]  vfs_statx+0x8e/0x150
[ 1619.263265]  vfs_fstatat+0x51/0x70
[ 1619.263272]  __do_sys_newfstatat+0x2e/0x50
[ 1619.263290]  do_syscall_64+0x5b/0x80
[ 1619.263295]  ? asm_exc_page_fault+0x22/0x30
[ 1619.263300]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1619.263305]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1619.263310] RIP: 0033:0x7fa0d6ee605e
[ 1619.263315] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1619.263319] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1619.263324] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1619.263327] RDX: 00007fffdf8d8950 RSI: 00005573b5e92670 RDI: 00000000ffffff9c
[ 1619.263331] RBP: 00005573b5e74eb8 R08: 0000000000000070 R09: 00005573b5ea3090
[ 1619.263334] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1619.263337] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1619.263354]  </TASK>
[ 1619.263357] BTRFS error (device nvme1n1p3): read failed, bytenr=79757312 check owner_root=259 transid=651592 has_first_key=1 first_key=(30581 1 0) level=1
[ 1619.263362] CPU: 10 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1619.263366] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1619.263370] Call Trace:
[ 1619.263373]  <TASK>
[ 1619.263377]  dump_stack_lvl+0x5b/0x77
[ 1619.263383]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1619.263392]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1619.263399]  ? folio_unlock+0x1d/0x50
[ 1619.263407]  btrfs_read_extent_buffer+0x98/0x150
[ 1619.263416]  read_tree_block+0x43/0xa0
[ 1619.263422]  read_block_for_search+0x218/0x320
[ 1619.263437]  btrfs_search_slot+0x351/0xd30
[ 1619.263454]  btrfs_lookup_xattr+0x7b/0xe0
[ 1619.263464]  btrfs_getxattr+0x55/0x110
[ 1619.263473]  __vfs_getxattr+0x7e/0xb0
[ 1619.263481]  get_vfs_caps_from_disk+0x7a/0x220
[ 1619.263491]  audit_copy_inode+0x95/0xd0
[ 1619.263499]  filename_lookup+0x16b/0x1c0
[ 1619.263522]  ? _raw_spin_unlock+0x29/0x50
[ 1619.263530]  vfs_statx+0x8e/0x150
[ 1619.263541]  vfs_fstatat+0x51/0x70
[ 1619.263548]  __do_sys_newfstatat+0x2e/0x50
[ 1619.263566]  do_syscall_64+0x5b/0x80
[ 1619.263570]  ? asm_exc_page_fault+0x22/0x30
[ 1619.263575]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1619.263581]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1619.263585] RIP: 0033:0x7fa0d6ee605e
[ 1619.263591] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1619.263595] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1619.263600] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1619.263603] RDX: 00007fffdf8d8950 RSI: 00005573b5e92670 RDI: 00000000ffffff9c
[ 1619.263606] RBP: 00005573b5e74eb8 R08: 0000000000000070 R09: 00005573b5ea3090
[ 1619.263609] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1619.263613] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1619.263629]  </TASK>
[ 1630.373059] ------------[ cut here ]------------
[ 1630.373195] WARNING: CPU: 8 PID: 5480 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1630.373203] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1630.373335]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1630.373424] CPU: 8 PID: 5480 Comm: kworker/u32:18 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1630.373429] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1630.373433] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1630.373441] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1630.373445] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1630.373470] RSP: 0018:ffffbdb3d5d1b888 EFLAGS: 00010246
[ 1630.373476] RAX: 0000000000000000 RBX: ffff9485dc867390 RCX: 0000000000000000
[ 1630.373479] RDX: 0000000000000000 RSI: ffff9485dc867310 RDI: ffffbdb3d5d1b8b0
[ 1630.373483] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1630.373486] R10: ffff9485dc867390 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1630.373490] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1630.373494] FS:  0000000000000000(0000) GS:ffff948958200000(0000) knlGS:0000000000000000
[ 1630.373497] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1630.373501] CR2: 00000000b8891000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1630.373505] PKRU: 55555554
[ 1630.373508] Call Trace:
[ 1630.373512]  <TASK>
[ 1630.373523]  submit_one_bio+0xd4/0xe0
[ 1630.373533]  submit_extent_page+0x142/0x550
[ 1630.373557]  read_extent_buffer_pages+0x584/0x9c0
[ 1630.373578]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1630.373590]  ? folio_unlock+0x1d/0x50
[ 1630.373606]  btrfs_read_extent_buffer+0x98/0x150
[ 1630.373619]  read_tree_block+0x43/0xa0
[ 1630.373630]  read_block_for_search+0x218/0x320
[ 1630.373661]  btrfs_search_slot+0x351/0xd30
[ 1630.373683]  ? lock_is_held_type+0xe8/0x140
[ 1630.373701]  btrfs_lookup_csum+0x63/0x150
[ 1630.373723]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1630.373734]  ? sched_clock_cpu+0x9f/0xc0
[ 1630.373747]  ? lock_release+0x14b/0x440
[ 1630.373767]  ? _raw_read_unlock+0x29/0x50
[ 1630.373786]  btrfs_finish_ordered_io+0x441/0x860
[ 1630.373830]  btrfs_work_helper+0xfe/0x400
[ 1630.373840]  ? lock_is_held_type+0xe8/0x140
[ 1630.373861]  process_one_work+0x294/0x5b0
[ 1630.373890]  worker_thread+0x4f/0x3a0
[ 1630.373906]  ? __pfx_worker_thread+0x10/0x10
[ 1630.373914]  kthread+0xf5/0x120
[ 1630.373923]  ? __pfx_kthread+0x10/0x10
[ 1630.373937]  ret_from_fork+0x2c/0x50
[ 1630.373974]  </TASK>
[ 1630.373981] irq event stamp: 12585121
[ 1630.373987] hardirqs last  enabled at (12585129): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1630.373998] hardirqs last disabled at (12585136): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1630.374006] softirqs last  enabled at (12584818): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1630.374015] softirqs last disabled at (12584813): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1630.374023] ---[ end trace 0000000000000000 ]---
[ 1648.095891] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1648.095927] [drm] PSP is resuming...
[ 1648.171845] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1648.274197] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1648.288091] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1648.288103] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1648.288112] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1648.288118] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1648.288176] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1648.342525] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1648.343904] [drm] DMUB hardware initialized: version=0x02020017
[ 1648.382338] [drm] kiq ring mec 2 pipe 1 q 0
[ 1648.388207] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1648.388372] [drm] JPEG decode initialized successfully.
[ 1648.388404] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1648.388411] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1648.388416] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1648.388421] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1648.388426] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1648.388431] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1648.388436] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1648.388441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1648.388445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1648.388470] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1648.388475] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1648.388480] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1648.388485] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1648.388490] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1648.388495] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1648.388499] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1648.392553] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1665.246610] ------------[ cut here ]------------
[ 1665.246775] WARNING: CPU: 8 PID: 732 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1665.246786] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1665.246999]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1665.247109] CPU: 8 PID: 732 Comm: kworker/u32:8 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1665.247115] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1665.247120] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1665.247128] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1665.247134] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1665.247139] RSP: 0018:ffffbdb3c2257818 EFLAGS: 00010246
[ 1665.247145] RAX: 0000000000000000 RBX: ffff9485dc867010 RCX: 0000000000000000
[ 1665.247149] RDX: 0000000000000000 RSI: ffff9485dc866f90 RDI: ffffbdb3c2257840
[ 1665.247154] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1665.247158] R10: ffff9485dc867010 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1665.247162] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1665.247166] FS:  0000000000000000(0000) GS:ffff948958200000(0000) knlGS:0000000000000000
[ 1665.247171] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1665.247175] CR2: 00000000b737b000 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1665.247180] PKRU: 55555554
[ 1665.247184] Call Trace:
[ 1665.247188]  <TASK>
[ 1665.247200]  submit_one_bio+0xd4/0xe0
[ 1665.247212]  submit_extent_page+0x142/0x550
[ 1665.247237]  read_extent_buffer_pages+0x584/0x9c0
[ 1665.247251]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1665.247260]  ? folio_unlock+0x1d/0x50
[ 1665.247271]  btrfs_read_extent_buffer+0x98/0x150
[ 1665.247282]  read_tree_block+0x43/0xa0
[ 1665.247289]  btrfs_read_node_slot+0x110/0x150
[ 1665.247301]  push_leaf_right+0xa8/0x1e0
[ 1665.247315]  split_leaf+0x3bd/0x670
[ 1665.247327]  ? leaf_space_used+0xae/0xd0
[ 1665.247340]  btrfs_search_slot+0xc4e/0xd30
[ 1665.247353]  ? _raw_spin_unlock+0x29/0x50
[ 1665.247360]  ? release_extent_buffer+0xa7/0xe0
[ 1665.247370]  btrfs_csum_file_blocks+0x3c4/0x6c0
[ 1665.247379]  ? lock_release+0x14b/0x440
[ 1665.247398]  btrfs_finish_ordered_io+0x441/0x860
[ 1665.247423]  btrfs_work_helper+0xfe/0x400
[ 1665.247428]  ? lock_is_held_type+0xe8/0x140
[ 1665.247441]  process_one_work+0x294/0x5b0
[ 1665.247490]  worker_thread+0x4f/0x3a0
[ 1665.247500]  ? __pfx_worker_thread+0x10/0x10
[ 1665.247505]  kthread+0xf5/0x120
[ 1665.247510]  ? __pfx_kthread+0x10/0x10
[ 1665.247519]  ret_from_fork+0x2c/0x50
[ 1665.247540]  </TASK>
[ 1665.247544] irq event stamp: 8487741
[ 1665.247548] hardirqs last  enabled at (8487749): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1665.247554] hardirqs last disabled at (8487756): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1665.247559] softirqs last  enabled at (8487692): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1665.247565] softirqs last disabled at (8487675): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1665.247569] ---[ end trace 0000000000000000 ]---
[ 1678.223888] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1678.223927] [drm] PSP is resuming...
[ 1678.299949] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1678.400268] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1678.414202] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1678.414222] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1678.414234] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1678.414239] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1678.414292] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1678.469044] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1678.470433] [drm] DMUB hardware initialized: version=0x02020017
[ 1678.508772] [drm] kiq ring mec 2 pipe 1 q 0
[ 1678.513628] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1678.513981] [drm] JPEG decode initialized successfully.
[ 1678.514005] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1678.514008] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1678.514011] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1678.514013] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1678.514016] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1678.514020] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1678.514024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1678.514027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1678.514031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1678.514036] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1678.514039] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1678.514043] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1678.514045] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1678.514047] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1678.514049] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1678.514051] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1678.525584] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1706.852803] ------------[ cut here ]------------
[ 1706.852811] WARNING: CPU: 7 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1706.852819] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1706.852917]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1706.852982] CPU: 7 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1706.852986] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1706.852989] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1706.852993] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1706.852996] RSP: 0018:ffffbdb3c489f860 EFLAGS: 00010246
[ 1706.853000] RAX: 0000000000000000 RBX: ffff947ee6e7b8d0 RCX: 0000000000000000
[ 1706.853003] RDX: 0000000000000000 RSI: ffff947ee6e7b850 RDI: ffffbdb3c489f888
[ 1706.853005] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1706.853008] R10: ffff947ee6e7b8d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1706.853010] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1706.853013] FS:  0000000000000000(0000) GS:ffff948957e00000(0000) knlGS:0000000000000000
[ 1706.853015] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1706.853018] CR2: 00000000b737b000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1706.853021] PKRU: 55555554
[ 1706.853023] Call Trace:
[ 1706.853026]  <TASK>
[ 1706.853034]  submit_one_bio+0xd4/0xe0
[ 1706.853041]  submit_extent_page+0x142/0x550
[ 1706.853056]  read_extent_buffer_pages+0x584/0x9c0
[ 1706.853064]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1706.853070]  ? folio_unlock+0x1d/0x50
[ 1706.853077]  btrfs_read_extent_buffer+0x98/0x150
[ 1706.853084]  read_tree_block+0x43/0xa0
[ 1706.853088]  btrfs_read_node_slot+0x110/0x150
[ 1706.853096]  push_leaf_right+0xa8/0x1e0
[ 1706.853104]  split_leaf+0x3bd/0x670
[ 1706.853111]  ? leaf_space_used+0xae/0xd0
[ 1706.853120]  btrfs_search_slot+0xc4e/0xd30
[ 1706.853132]  btrfs_insert_empty_items+0x31/0x70
[ 1706.853137]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 1706.853153]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1706.853161]  btrfs_commit_transaction+0x93/0xed0
[ 1706.853173]  transaction_kthread+0x142/0x1b0
[ 1706.853180]  ? __pfx_transaction_kthread+0x10/0x10
[ 1706.853183]  kthread+0xf5/0x120
[ 1706.853187]  ? __pfx_kthread+0x10/0x10
[ 1706.853192]  ret_from_fork+0x2c/0x50
[ 1706.853205]  </TASK>
[ 1706.853207] irq event stamp: 13622397
[ 1706.853210] hardirqs last  enabled at (13622405): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1706.853214] hardirqs last disabled at (13622412): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1706.853217] softirqs last  enabled at (13621006): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1706.853221] softirqs last disabled at (13621001): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1706.853224] ---[ end trace 0000000000000000 ]---
[ 1708.336818] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1708.336849] [drm] PSP is resuming...
[ 1708.347417] ------------[ cut here ]------------
[ 1708.347423] WARNING: CPU: 0 PID: 711 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1708.347430] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1708.347516]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1708.347562] CPU: 0 PID: 711 Comm: systemd-journal Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1708.347566] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1708.347568] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1708.347571] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1708.347574] RSP: 0018:ffffbdb3c1b13780 EFLAGS: 00010246
[ 1708.347577] RAX: 0000000000000000 RBX: ffff947dffac2910 RCX: 0000000000000000
[ 1708.347579] RDX: 0000000000000000 RSI: ffff947dffac2890 RDI: ffffbdb3c1b137a8
[ 1708.347581] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1708.347583] R10: ffff947dffac2910 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1708.347585] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1708.347587] FS:  00007f9d6dad3b40(0000) GS:ffff948956200000(0000) knlGS:0000000000000000
[ 1708.347590] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1708.347592] CR2: 00007f9d6b1f3798 CR3: 00000001bf0e6000 CR4: 0000000000750ef0
[ 1708.347594] PKRU: 55555554
[ 1708.347596] Call Trace:
[ 1708.347598]  <TASK>
[ 1708.347605]  submit_one_bio+0xd4/0xe0
[ 1708.347611]  submit_extent_page+0x142/0x550
[ 1708.347624]  read_extent_buffer_pages+0x584/0x9c0
[ 1708.347631]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1708.347635]  ? folio_unlock+0x1d/0x50
[ 1708.347641]  btrfs_read_extent_buffer+0x98/0x150
[ 1708.347646]  read_tree_block+0x43/0xa0
[ 1708.347650]  read_block_for_search+0x218/0x320
[ 1708.347660]  btrfs_search_slot+0x351/0xd30
[ 1708.347670]  btrfs_lookup_xattr+0x7b/0xe0
[ 1708.347676]  btrfs_getxattr+0x55/0x110
[ 1708.347681]  __vfs_getxattr+0x7e/0xb0
[ 1708.347688]  get_vfs_caps_from_disk+0x7a/0x220
[ 1708.347695]  audit_copy_inode+0x95/0xd0
[ 1708.347701]  filename_lookup+0x16b/0x1c0
[ 1708.347715]  ? _raw_spin_unlock+0x29/0x50
[ 1708.347721]  vfs_statx+0x8e/0x150
[ 1708.347728]  vfs_fstatat+0x51/0x70
[ 1708.347732]  __do_sys_newfstatat+0x2e/0x50
[ 1708.347748]  do_syscall_64+0x5b/0x80
[ 1708.347757]  ? do_syscall_64+0x67/0x80
[ 1708.347762]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1708.347769]  ? do_syscall_64+0x67/0x80
[ 1708.347773]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1708.347780]  ? do_syscall_64+0x67/0x80
[ 1708.347784]  ? do_syscall_64+0x67/0x80
[ 1708.347789]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1708.347795]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1708.347801] RIP: 0033:0x7f9d6e51e05e
[ 1708.347822] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1708.347826] RSP: 002b:00007ffc924a70f8 EFLAGS: 00000206 ORIG_RAX: 0000000000000106
[ 1708.347832] RAX: ffffffffffffffda RBX: 000055b8d3aae503 RCX: 00007f9d6e51e05e
[ 1708.347836] RDX: 00007ffc924a7180 RSI: 000055b8d3aae503 RDI: 0000000000000030
[ 1708.347839] RBP: 00007ffc924a7250 R08: 0000000000008030 R09: 0000000000000000
[ 1708.347843] R10: 0000000000000100 R11: 0000000000000206 R12: 00007ffc924a7180
[ 1708.347846] R13: 000055b8d39e30f0 R14: 00007ffc924a7270 R15: 000055b8d3930ca3
[ 1708.347864]  </TASK>
[ 1708.347867] irq event stamp: 3253169
[ 1708.347870] hardirqs last  enabled at (3253177): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1708.347876] hardirqs last disabled at (3253184): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1708.347881] softirqs last  enabled at (3249498): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1708.347886] softirqs last disabled at (3249493): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1708.347890] ---[ end trace 0000000000000000 ]---
[ 1708.412734] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1708.514176] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1708.527992] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1708.528006] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1708.528016] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1708.528025] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1708.528088] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1708.582100] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1708.583482] [drm] DMUB hardware initialized: version=0x02020017
[ 1708.621367] [drm] kiq ring mec 2 pipe 1 q 0
[ 1708.627125] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1708.627282] [drm] JPEG decode initialized successfully.
[ 1708.627306] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1708.627310] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1708.627312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1708.627314] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1708.627317] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1708.627319] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1708.627322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1708.627324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1708.627326] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1708.627328] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1708.627331] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1708.627333] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1708.627335] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1708.627338] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1708.627340] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1708.627342] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1708.632367] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1738.471883] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1738.471919] [drm] PSP is resuming...
[ 1738.547824] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1738.648413] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1738.662319] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1738.662331] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1738.662340] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1738.662346] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1738.662432] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1738.717244] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1738.718662] [drm] DMUB hardware initialized: version=0x02020017
[ 1738.756880] [drm] kiq ring mec 2 pipe 1 q 0
[ 1738.761747] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1738.761981] [drm] JPEG decode initialized successfully.
[ 1738.762011] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1738.762017] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1738.762021] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1738.762025] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1738.762029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1738.762034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1738.762038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1738.762042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1738.762046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1738.762050] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1738.762054] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1738.762058] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1738.762062] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1738.762066] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1738.762071] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1738.762075] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1738.765586] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1768.599856] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1768.599891] [drm] PSP is resuming...
[ 1768.675982] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1768.778605] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1768.792445] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1768.792468] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1768.792477] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1768.792481] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1768.792535] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1768.846993] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1768.848382] [drm] DMUB hardware initialized: version=0x02020017
[ 1768.886995] [drm] kiq ring mec 2 pipe 1 q 0
[ 1768.891460] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1768.891867] [drm] JPEG decode initialized successfully.
[ 1768.891892] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1768.891896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1768.891898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1768.891900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1768.891902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1768.891905] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1768.891907] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1768.891909] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1768.891911] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1768.891913] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1768.891915] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1768.891918] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1768.891920] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1768.891922] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1768.891924] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1768.891926] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1768.895540] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1772.166757] ------------[ cut here ]------------
[ 1772.166903] WARNING: CPU: 15 PID: 6219 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1772.166913] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1772.167042]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1772.167141] CPU: 15 PID: 6219 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1772.167147] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1772.167152] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1772.167158] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1772.167162] RSP: 0018:ffffbdb3d51ab710 EFLAGS: 00010246
[ 1772.167166] RAX: 0000000000000000 RBX: ffff947ee5cadb10 RCX: 0000000000000000
[ 1772.167169] RDX: 0000000000000000 RSI: ffff947ee5cada90 RDI: ffffbdb3d51ab738
[ 1772.167171] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1772.167173] R10: ffff947ee5cadb10 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1772.167175] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1772.167177] FS:  0000000000000000(0000) GS:ffff948959e00000(0063) knlGS:00000000b93ffb40
[ 1772.167180] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1772.167182] CR2: 00005573b5ece238 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1772.167185] PKRU: 55555554
[ 1772.167187] Call Trace:
[ 1772.167189]  <TASK>
[ 1772.167197]  submit_one_bio+0xd4/0xe0
[ 1772.167203]  submit_extent_page+0x142/0x550
[ 1772.167217]  read_extent_buffer_pages+0x584/0x9c0
[ 1772.167224]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1772.167229]  ? folio_unlock+0x1d/0x50
[ 1772.167236]  btrfs_read_extent_buffer+0x98/0x150
[ 1772.167241]  read_tree_block+0x43/0xa0
[ 1772.167245]  read_block_for_search+0x218/0x320
[ 1772.167256]  btrfs_search_slot+0x351/0xd30
[ 1772.167267]  btrfs_lookup_csum+0x63/0x150
[ 1772.167274]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1772.167281]  ? btrfs_do_readpage+0x305/0x770
[ 1772.167287]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1772.167293]  submit_one_bio+0xc4/0xe0
[ 1772.167298]  btrfs_read_folio+0x79/0x90
[ 1772.167302]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1772.167305]  prepare_uptodate_page+0x8c/0x210
[ 1772.167310]  prepare_pages.constprop.0+0xa2/0x300
[ 1772.167318]  btrfs_buffered_write+0x2ca/0x940
[ 1772.167332]  btrfs_do_write_iter+0x384/0x5d0
[ 1772.167336]  ? lock_is_held_type+0xe8/0x140
[ 1772.167345]  vfs_write+0x269/0x4f0
[ 1772.167356]  ksys_write+0x64/0xe0
[ 1772.167360]  __do_fast_syscall_32+0x88/0xf0
[ 1772.167364]  ? __do_fast_syscall_32+0x94/0xf0
[ 1772.167368]  ? __do_fast_syscall_32+0x94/0xf0
[ 1772.167371]  ? __do_fast_syscall_32+0x94/0xf0
[ 1772.167374]  ? __do_fast_syscall_32+0x94/0xf0
[ 1772.167379]  do_fast_syscall_32+0x2f/0x70
[ 1772.167383]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1772.167388] RIP: 0023:0xf7f59579
[ 1772.167410] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1772.167412] RSP: 002b:00000000b93fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1772.167416] RAX: ffffffffffffffda RBX: 00000000000000ab RCX: 00000000b57fb010
[ 1772.167418] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1772.167420] RBP: 00000000000000ab R08: 00000000b93fdae0 R09: 0000000000000000
[ 1772.167422] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1772.167424] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1772.167434]  </TASK>
[ 1772.167437] irq event stamp: 3559619
[ 1772.167439] hardirqs last  enabled at (3559627): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1772.167443] hardirqs last disabled at (3559634): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1772.167446] softirqs last  enabled at (3555738): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1772.167483] softirqs last disabled at (3559647): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1772.167485] ---[ end trace 0000000000000000 ]---
[ 1798.111893] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1798.111929] [drm] PSP is resuming...
[ 1798.188036] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1798.290175] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1798.303959] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1798.303969] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1798.303976] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1798.303980] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1798.304037] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1798.359295] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1798.360788] [drm] DMUB hardware initialized: version=0x02020017
[ 1798.398788] [drm] kiq ring mec 2 pipe 1 q 0
[ 1798.403743] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1798.404090] [drm] JPEG decode initialized successfully.
[ 1798.404117] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1798.404122] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1798.404125] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1798.404129] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1798.404132] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1798.404135] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1798.404139] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1798.404142] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1798.404145] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1798.404149] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1798.404152] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1798.404156] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1798.404159] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1798.404163] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1798.404166] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1798.404170] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1798.407697] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1815.607720] ------------[ cut here ]------------
[ 1815.607730] WARNING: CPU: 11 PID: 1047 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1815.607737] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1815.607857]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1815.607922] CPU: 11 PID: 1047 Comm: kworker/u32:14 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1815.607926] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1815.607929] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1815.607935] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1815.607938] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1815.607941] RSP: 0018:ffffbdb3c1a57888 EFLAGS: 00010246
[ 1815.607946] RAX: 0000000000000000 RBX: ffff94837e59ec90 RCX: 0000000000000000
[ 1815.607948] RDX: 0000000000000000 RSI: ffff94837e59ec10 RDI: ffffbdb3c1a578b0
[ 1815.607951] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1815.607953] R10: ffff94837e59ec90 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1815.607956] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1815.607958] FS:  0000000000000000(0000) GS:ffff948958e00000(0000) knlGS:0000000000000000
[ 1815.607961] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1815.607964] CR2: 00007f0760088000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1815.607966] PKRU: 55555554
[ 1815.607969] Call Trace:
[ 1815.607972]  <TASK>
[ 1815.607979]  submit_one_bio+0xd4/0xe0
[ 1815.607987]  submit_extent_page+0x142/0x550
[ 1815.608001]  read_extent_buffer_pages+0x584/0x9c0
[ 1815.608009]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1815.608015]  ? folio_unlock+0x1d/0x50
[ 1815.608022]  btrfs_read_extent_buffer+0x98/0x150
[ 1815.608028]  read_tree_block+0x43/0xa0
[ 1815.608032]  read_block_for_search+0x218/0x320
[ 1815.608044]  btrfs_search_slot+0x351/0xd30
[ 1815.608053]  ? lock_is_held_type+0xe8/0x140
[ 1815.608061]  btrfs_lookup_csum+0x63/0x150
[ 1815.608069]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1815.608073]  ? sched_clock_cpu+0x9f/0xc0
[ 1815.608080]  ? lock_release+0x14b/0x440
[ 1815.608088]  ? _raw_read_unlock+0x29/0x50
[ 1815.608096]  btrfs_finish_ordered_io+0x441/0x860
[ 1815.608111]  btrfs_work_helper+0xfe/0x400
[ 1815.608115]  ? lock_is_held_type+0xe8/0x140
[ 1815.608122]  process_one_work+0x294/0x5b0
[ 1815.608133]  worker_thread+0x4f/0x3a0
[ 1815.608138]  ? __pfx_worker_thread+0x10/0x10
[ 1815.608141]  kthread+0xf5/0x120
[ 1815.608146]  ? __pfx_kthread+0x10/0x10
[ 1815.608151]  ret_from_fork+0x2c/0x50
[ 1815.608163]  </TASK>
[ 1815.608166] irq event stamp: 27671697
[ 1815.608168] hardirqs last  enabled at (27671705): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1815.608172] hardirqs last disabled at (27671712): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1815.608175] softirqs last  enabled at (27670458): [<ffffffffa77ef874>] blkg_async_bio_workfn+0x64/0xd0
[ 1815.608180] softirqs last disabled at (27670456): [<ffffffffa77ef858>] blkg_async_bio_workfn+0x48/0xd0
[ 1815.608183] ---[ end trace 0000000000000000 ]---
[ 1821.554149] ------------[ cut here ]------------
[ 1821.554160] WARNING: CPU: 13 PID: 1047 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1821.554172] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1821.554376]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1821.554535] CPU: 13 PID: 1047 Comm: kworker/u32:14 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1821.554541] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1821.554547] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1821.554556] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1821.554563] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1821.554570] RSP: 0018:ffffbdb3c1a57818 EFLAGS: 00010246
[ 1821.554578] RAX: 0000000000000000 RBX: ffff947ee52ff1d0 RCX: 0000000000000000
[ 1821.554583] RDX: 0000000000000000 RSI: ffff947ee52ff150 RDI: ffffbdb3c1a57840
[ 1821.554588] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1821.554594] R10: ffff947ee52ff1d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1821.554599] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1821.554604] FS:  0000000000000000(0000) GS:ffff948959600000(0000) knlGS:0000000000000000
[ 1821.554610] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1821.554616] CR2: 000017af00437000 CR3: 0000000315c8a000 CR4: 0000000000750ee0
[ 1821.554621] PKRU: 55555554
[ 1821.554626] Call Trace:
[ 1821.554631]  <TASK>
[ 1821.554648]  submit_one_bio+0xd4/0xe0
[ 1821.554663]  submit_extent_page+0x142/0x550
[ 1821.554692]  read_extent_buffer_pages+0x584/0x9c0
[ 1821.554709]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1821.554719]  ? folio_unlock+0x1d/0x50
[ 1821.554732]  btrfs_read_extent_buffer+0x98/0x150
[ 1821.554745]  read_tree_block+0x43/0xa0
[ 1821.554754]  btrfs_read_node_slot+0x110/0x150
[ 1821.554768]  push_leaf_right+0xa8/0x1e0
[ 1821.554785]  split_leaf+0x3bd/0x670
[ 1821.554799]  ? leaf_space_used+0xae/0xd0
[ 1821.554816]  btrfs_search_slot+0xc4e/0xd30
[ 1821.554832]  ? _raw_spin_unlock+0x29/0x50
[ 1821.554840]  ? release_extent_buffer+0xa7/0xe0
[ 1821.554851]  btrfs_csum_file_blocks+0x3c4/0x6c0
[ 1821.554862]  ? lock_release+0x14b/0x440
[ 1821.554877]  ? _raw_read_unlock+0x29/0x50
[ 1821.554889]  btrfs_finish_ordered_io+0x441/0x860
[ 1821.554920]  btrfs_work_helper+0xfe/0x400
[ 1821.554927]  ? lock_is_held_type+0xe8/0x140
[ 1821.554942]  process_one_work+0x294/0x5b0
[ 1821.554962]  worker_thread+0x4f/0x3a0
[ 1821.554973]  ? __pfx_worker_thread+0x10/0x10
[ 1821.554979]  kthread+0xf5/0x120
[ 1821.554986]  ? __pfx_kthread+0x10/0x10
[ 1821.554995]  ret_from_fork+0x2c/0x50
[ 1821.555022]  </TASK>
[ 1821.555027] irq event stamp: 27717833
[ 1821.555031] hardirqs last  enabled at (27717841): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1821.555038] hardirqs last disabled at (27717848): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1821.555044] softirqs last  enabled at (27717322): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1821.555051] softirqs last disabled at (27717315): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1821.555057] ---[ end trace 0000000000000000 ]---
[ 1822.854717] ------------[ cut here ]------------
[ 1822.854859] WARNING: CPU: 8 PID: 9629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1822.854867] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1822.854964]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1822.855028] CPU: 8 PID: 9629 Comm: abrtd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1822.855032] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1822.855035] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1822.855039] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1822.855042] RSP: 0018:ffffbdb3d9793808 EFLAGS: 00010246
[ 1822.855047] RAX: 0000000000000000 RBX: ffff947d2bd81250 RCX: 0000000000000000
[ 1822.855050] RDX: 0000000000000000 RSI: ffff947d2bd811d0 RDI: ffffbdb3d9793830
[ 1822.855052] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1822.855054] R10: ffff947d2bd81250 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1822.855057] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1822.855060] FS:  00007f589d8369c0(0000) GS:ffff948958200000(0000) knlGS:0000000000000000
[ 1822.855063] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1822.855065] CR2: 00007f589e02dc26 CR3: 00000001376a0000 CR4: 0000000000750ee0
[ 1822.855068] PKRU: 55555554
[ 1822.855071] Call Trace:
[ 1822.855074]  <TASK>
[ 1822.855081]  submit_one_bio+0xd4/0xe0
[ 1822.855090]  submit_extent_page+0x142/0x550
[ 1822.855105]  read_extent_buffer_pages+0x584/0x9c0
[ 1822.855114]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1822.855119]  ? folio_unlock+0x1d/0x50
[ 1822.855127]  btrfs_read_extent_buffer+0x98/0x150
[ 1822.855134]  read_tree_block+0x43/0xa0
[ 1822.855139]  read_block_for_search+0x218/0x320
[ 1822.855150]  btrfs_search_slot+0x351/0xd30
[ 1822.855160]  btrfs_lookup_xattr+0x7b/0xe0
[ 1822.855167]  btrfs_getxattr+0x55/0x110
[ 1822.855173]  __vfs_getxattr+0x7e/0xb0
[ 1822.855179]  get_vfs_caps_from_disk+0x7a/0x220
[ 1822.855187]  cap_bprm_creds_from_file+0x2a8/0x5f0
[ 1822.855190]  ? __kernel_read+0x188/0x270
[ 1822.855197]  security_bprm_creds_from_file+0x34/0x50
[ 1822.855201]  begin_new_exec+0x18f/0xcb0
[ 1822.855207]  load_elf_binary+0x2c8/0x1800
[ 1822.855213]  ? lock_is_held_type+0xe8/0x140
[ 1822.855218]  ? sched_clock_local+0xe/0x80
[ 1822.855223]  ? sched_clock_cpu+0x9f/0xc0
[ 1822.855231]  bprm_execve+0x320/0x850
[ 1822.855237]  do_execveat_common.isra.0+0x1ad/0x220
[ 1822.855243]  __x64_sys_execve+0x32/0x40
[ 1822.855247]  do_syscall_64+0x5b/0x80
[ 1822.855251]  ? asm_exc_page_fault+0x22/0x30
[ 1822.855255]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1822.855259]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1822.855263] RIP: 0033:0x7f589df6ed1b
[ 1822.855283] Code: 5b 06 fb ff 8b 4c 24 0c 0f b6 74 24 0b e9 87 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa b8 3b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd b0 0f 00 f7 d8 64 89 01 48
[ 1822.855285] RSP: 002b:00007fffe506de18 EFLAGS: 00000257 ORIG_RAX: 000000000000003b
[ 1822.855288] RAX: ffffffffffffffda RBX: 000055ec9f57b087 RCX: 00007f589df6ed1b
[ 1822.855290] RDX: 000055eca0c115e0 RSI: 00007fffe506df00 RDI: 00007fffe506de20
[ 1822.855292] RBP: 00007fffe506ded0 R08: 00007fffe506ff38 R09: 000000000000000c
[ 1822.855294] R10: 00007f589e44f0a0 R11: 0000000000000257 R12: 00007fffe506df00
[ 1822.855296] R13: 000055eca0c115e0 R14: 00007fffe506ff2f R15: 0000000000000001
[ 1822.855306]  </TASK>
[ 1822.855308] irq event stamp: 2771
[ 1822.855310] hardirqs last  enabled at (2779): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1822.855314] hardirqs last disabled at (2786): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1822.855317] softirqs last  enabled at (966): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1822.855321] softirqs last disabled at (959): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1822.855324] ---[ end trace 0000000000000000 ]---
[ 1822.861991] BTRFS error (device nvme1n1p3): level verify failed on logical 3949389201408 mirror 1 wanted 0 found 1
[ 1822.861999] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 3949389201408 mirror 1
[ 1822.862003] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1822.862030] BTRFS error (device nvme1n1p3): read failed, bytenr=3949389201408 check owner_root=259 transid=651630 has_first_key=1 first_key=(15225527 1 0) level=1
[ 1822.862039] CPU: 0 PID: 9629 Comm: abrtd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1822.862043] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1822.862046] Call Trace:
[ 1822.862049]  <TASK>
[ 1822.862054]  dump_stack_lvl+0x5b/0x77
[ 1822.862062]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1822.862070]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1822.862076]  ? folio_unlock+0x1d/0x50
[ 1822.862083]  btrfs_read_extent_buffer+0x98/0x150
[ 1822.862090]  read_tree_block+0x43/0xa0
[ 1822.862095]  read_block_for_search+0x218/0x320
[ 1822.862106]  btrfs_search_slot+0x351/0xd30
[ 1822.862118]  btrfs_lookup_xattr+0x7b/0xe0
[ 1822.862126]  btrfs_getxattr+0x55/0x110
[ 1822.862133]  __vfs_getxattr+0x7e/0xb0
[ 1822.862140]  get_vfs_caps_from_disk+0x7a/0x220
[ 1822.862149]  cap_bprm_creds_from_file+0x2a8/0x5f0
[ 1822.862152]  ? __kernel_read+0x188/0x270
[ 1822.862161]  security_bprm_creds_from_file+0x34/0x50
[ 1822.862166]  begin_new_exec+0x18f/0xcb0
[ 1822.862173]  load_elf_binary+0x2c8/0x1800
[ 1822.862179]  ? lock_is_held_type+0xe8/0x140
[ 1822.862184]  ? sched_clock_local+0xe/0x80
[ 1822.862188]  ? sched_clock_cpu+0x9f/0xc0
[ 1822.862198]  bprm_execve+0x320/0x850
[ 1822.862205]  do_execveat_common.isra.0+0x1ad/0x220
[ 1822.862212]  __x64_sys_execve+0x32/0x40
[ 1822.862216]  do_syscall_64+0x5b/0x80
[ 1822.862221]  ? asm_exc_page_fault+0x22/0x30
[ 1822.862225]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1822.862229]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1822.862233] RIP: 0033:0x7f589df6ed1b
[ 1822.862253] Code: 5b 06 fb ff 8b 4c 24 0c 0f b6 74 24 0b e9 87 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa b8 3b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd b0 0f 00 f7 d8 64 89 01 48
[ 1822.862256] RSP: 002b:00007fffe506de18 EFLAGS: 00000257 ORIG_RAX: 000000000000003b
[ 1822.862260] RAX: ffffffffffffffda RBX: 000055ec9f57b087 RCX: 00007f589df6ed1b
[ 1822.862262] RDX: 000055eca0c115e0 RSI: 00007fffe506df00 RDI: 00007fffe506de20
[ 1822.862265] RBP: 00007fffe506ded0 R08: 00007fffe506ff38 R09: 000000000000000c
[ 1822.862267] R10: 00007f589e44f0a0 R11: 0000000000000257 R12: 00007fffe506df00
[ 1822.862269] R13: 000055eca0c115e0 R14: 00007fffe506ff2f R15: 0000000000000001
[ 1822.862281]  </TASK>
[ 1822.862284] BTRFS error (device nvme1n1p3): read failed, bytenr=3949389201408 check owner_root=259 transid=651630 has_first_key=1 first_key=(15225527 1 0) level=1
[ 1822.862289] CPU: 0 PID: 9629 Comm: abrtd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1822.862292] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1822.862294] Call Trace:
[ 1822.862296]  <TASK>
[ 1822.862299]  dump_stack_lvl+0x5b/0x77
[ 1822.862303]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1822.862309]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1822.862314]  ? folio_unlock+0x1d/0x50
[ 1822.862320]  btrfs_read_extent_buffer+0x98/0x150
[ 1822.862327]  read_tree_block+0x43/0xa0
[ 1822.862331]  read_block_for_search+0x218/0x320
[ 1822.862341]  btrfs_search_slot+0x351/0xd30
[ 1822.862353]  btrfs_lookup_xattr+0x7b/0xe0
[ 1822.862360]  btrfs_getxattr+0x55/0x110
[ 1822.862366]  __vfs_getxattr+0x7e/0xb0
[ 1822.862372]  get_vfs_caps_from_disk+0x7a/0x220
[ 1822.862380]  cap_bprm_creds_from_file+0x2a8/0x5f0
[ 1822.862384]  ? __kernel_read+0x188/0x270
[ 1822.862391]  security_bprm_creds_from_file+0x34/0x50
[ 1822.862396]  begin_new_exec+0x18f/0xcb0
[ 1822.862402]  load_elf_binary+0x2c8/0x1800
[ 1822.862407]  ? lock_is_held_type+0xe8/0x140
[ 1822.862411]  ? sched_clock_local+0xe/0x80
[ 1822.862415]  ? sched_clock_cpu+0x9f/0xc0
[ 1822.862424]  bprm_execve+0x320/0x850
[ 1822.862431]  do_execveat_common.isra.0+0x1ad/0x220
[ 1822.862438]  __x64_sys_execve+0x32/0x40
[ 1822.862442]  do_syscall_64+0x5b/0x80
[ 1822.862446]  ? asm_exc_page_fault+0x22/0x30
[ 1822.862449]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1822.862454]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1822.862457] RIP: 0033:0x7f589df6ed1b
[ 1822.862461] Code: 5b 06 fb ff 8b 4c 24 0c 0f b6 74 24 0b e9 87 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa b8 3b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd b0 0f 00 f7 d8 64 89 01 48
[ 1822.862463] RSP: 002b:00007fffe506de18 EFLAGS: 00000257 ORIG_RAX: 000000000000003b
[ 1822.862469] RAX: ffffffffffffffda RBX: 000055ec9f57b087 RCX: 00007f589df6ed1b
[ 1822.862474] RDX: 000055eca0c115e0 RSI: 00007fffe506df00 RDI: 00007fffe506de20
[ 1822.862478] RBP: 00007fffe506ded0 R08: 00007fffe506ff38 R09: 000000000000000c
[ 1822.862483] R10: 00007f589e44f0a0 R11: 0000000000000257 R12: 00007fffe506df00
[ 1822.862487] R13: 000055eca0c115e0 R14: 00007fffe506ff2f R15: 0000000000000001
[ 1822.862505]  </TASK>
[ 1822.862523] BTRFS error (device nvme1n1p3): read failed, bytenr=3949389201408 check owner_root=259 transid=651630 has_first_key=1 first_key=(15225527 1 0) level=1
[ 1822.862530] CPU: 0 PID: 9629 Comm: abrtd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1822.862535] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1822.862539] Call Trace:
[ 1822.862543]  <TASK>
[ 1822.862548]  dump_stack_lvl+0x5b/0x77
[ 1822.862555]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1822.862567]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1822.862577]  ? folio_unlock+0x1d/0x50
[ 1822.862587]  btrfs_read_extent_buffer+0x98/0x150
[ 1822.862599]  read_tree_block+0x43/0xa0
[ 1822.862607]  read_block_for_search+0x218/0x320
[ 1822.862627]  btrfs_search_slot+0x351/0xd30
[ 1822.862649]  btrfs_lookup_xattr+0x7b/0xe0
[ 1822.862662]  btrfs_getxattr+0x55/0x110
[ 1822.862673]  __vfs_getxattr+0x7e/0xb0
[ 1822.862684]  get_vfs_caps_from_disk+0x7a/0x220
[ 1822.862698]  cap_bprm_creds_from_file+0x2a8/0x5f0
[ 1822.862704]  ? __kernel_read+0x188/0x270
[ 1822.862718]  security_bprm_creds_from_file+0x34/0x50
[ 1822.862726]  begin_new_exec+0x18f/0xcb0
[ 1822.862738]  load_elf_binary+0x2c8/0x1800
[ 1822.862747]  ? lock_is_held_type+0xe8/0x140
[ 1822.862755]  ? sched_clock_local+0xe/0x80
[ 1822.862762]  ? sched_clock_cpu+0x9f/0xc0
[ 1822.862779]  bprm_execve+0x320/0x850
[ 1822.862792]  do_execveat_common.isra.0+0x1ad/0x220
[ 1822.862804]  __x64_sys_execve+0x32/0x40
[ 1822.862812]  do_syscall_64+0x5b/0x80
[ 1822.862819]  ? asm_exc_page_fault+0x22/0x30
[ 1822.862825]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1822.862832]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1822.862838] RIP: 0033:0x7f589df6ed1b
[ 1822.862846] Code: 5b 06 fb ff 8b 4c 24 0c 0f b6 74 24 0b e9 87 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa b8 3b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd b0 0f 00 f7 d8 64 89 01 48
[ 1822.862851] RSP: 002b:00007fffe506de18 EFLAGS: 00000257 ORIG_RAX: 000000000000003b
[ 1822.862857] RAX: ffffffffffffffda RBX: 000055ec9f57b087 RCX: 00007f589df6ed1b
[ 1822.862862] RDX: 000055eca0c115e0 RSI: 00007fffe506df00 RDI: 00007fffe506de20
[ 1822.862866] RBP: 00007fffe506ded0 R08: 00007fffe506ff38 R09: 000000000000000c
[ 1822.862870] R10: 00007f589e44f0a0 R11: 0000000000000257 R12: 00007fffe506df00
[ 1822.862874] R13: 000055eca0c115e0 R14: 00007fffe506ff2f R15: 0000000000000001
[ 1822.862896]  </TASK>
[ 1822.862901] BTRFS error (device nvme1n1p3): read failed, bytenr=3949389201408 check owner_root=259 transid=651630 has_first_key=1 first_key=(15225527 1 0) level=1
[ 1822.862907] CPU: 0 PID: 9629 Comm: abrtd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1822.862912] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1822.862916] Call Trace:
[ 1822.862920]  <TASK>
[ 1822.862925]  dump_stack_lvl+0x5b/0x77
[ 1822.862932]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1822.862944]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1822.862953]  ? folio_unlock+0x1d/0x50
[ 1822.862964]  btrfs_read_extent_buffer+0x98/0x150
[ 1822.862976]  read_tree_block+0x43/0xa0
[ 1822.862983]  read_block_for_search+0x218/0x320
[ 1822.863002]  btrfs_search_slot+0x351/0xd30
[ 1822.863024]  btrfs_lookup_xattr+0x7b/0xe0
[ 1822.863038]  btrfs_getxattr+0x55/0x110
[ 1822.863049]  __vfs_getxattr+0x7e/0xb0
[ 1822.863060]  get_vfs_caps_from_disk+0x7a/0x220
[ 1822.863073]  cap_bprm_creds_from_file+0x2a8/0x5f0
[ 1822.863079]  ? __kernel_read+0x188/0x270
[ 1822.863093]  security_bprm_creds_from_file+0x34/0x50
[ 1822.863101]  begin_new_exec+0x18f/0xcb0
[ 1822.863113]  load_elf_binary+0x2c8/0x1800
[ 1822.863122]  ? lock_is_held_type+0xe8/0x140
[ 1822.863129]  ? sched_clock_local+0xe/0x80
[ 1822.863137]  ? sched_clock_cpu+0x9f/0xc0
[ 1822.863151]  bprm_execve+0x320/0x850
[ 1822.863160]  do_execveat_common.isra.0+0x1ad/0x220
[ 1822.863169]  __x64_sys_execve+0x32/0x40
[ 1822.863175]  do_syscall_64+0x5b/0x80
[ 1822.863180]  ? asm_exc_page_fault+0x22/0x30
[ 1822.863185]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1822.863191]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1822.863196] RIP: 0033:0x7f589df6ed1b
[ 1822.863202] Code: 5b 06 fb ff 8b 4c 24 0c 0f b6 74 24 0b e9 87 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa b8 3b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd b0 0f 00 f7 d8 64 89 01 48
[ 1822.863206] RSP: 002b:00007fffe506de18 EFLAGS: 00000257 ORIG_RAX: 000000000000003b
[ 1822.863211] RAX: ffffffffffffffda RBX: 000055ec9f57b087 RCX: 00007f589df6ed1b
[ 1822.863214] RDX: 000055eca0c115e0 RSI: 00007fffe506df00 RDI: 00007fffe506de20
[ 1822.863217] RBP: 00007fffe506ded0 R08: 00007fffe506ff38 R09: 000000000000000c
[ 1822.863221] R10: 00007f589e44f0a0 R11: 0000000000000257 R12: 00007fffe506df00
[ 1822.863224] R13: 000055eca0c115e0 R14: 00007fffe506ff2f R15: 0000000000000001
[ 1822.863242]  </TASK>
[ 1828.879916] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1828.879960] [drm] PSP is resuming...
[ 1828.956048] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1829.056821] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1829.071284] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1829.071294] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1829.071301] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1829.071306] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1829.071360] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1829.125661] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1829.127043] [drm] DMUB hardware initialized: version=0x02020017
[ 1829.165517] [drm] kiq ring mec 2 pipe 1 q 0
[ 1829.171356] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1829.171514] [drm] JPEG decode initialized successfully.
[ 1829.171539] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1829.171543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1829.171545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1829.171548] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1829.171550] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1829.171552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1829.171555] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1829.171557] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1829.171559] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1829.171561] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1829.171563] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1829.171565] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1829.171568] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1829.171570] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1829.171572] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1829.171574] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1829.175442] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1829.214910] ------------[ cut here ]------------
[ 1829.215006] WARNING: CPU: 10 PID: 3529 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1829.215014] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1829.215114]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1829.215181] CPU: 10 PID: 3529 Comm: steam Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1829.215185] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1829.215188] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1829.215192] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1829.215195] RSP: 0018:ffffbdb3c51ab4f8 EFLAGS: 00010246
[ 1829.215199] RAX: 0000000000000000 RBX: ffff947a996dead0 RCX: 0000000000000000
[ 1829.215202] RDX: 0000000000000000 RSI: ffff947a996dea50 RDI: ffffbdb3c51ab520
[ 1829.215205] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1829.215208] R10: ffff947a996dead0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1829.215210] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1829.215213] FS:  0000000000000000(0000) GS:ffff948958a00000(0063) knlGS:00000000f7af8b80
[ 1829.215216] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1829.215219] CR2: 00005573b5ed4780 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1829.215222] PKRU: 55555554
[ 1829.215224] Call Trace:
[ 1829.215227]  <TASK>
[ 1829.215236]  submit_one_bio+0xd4/0xe0
[ 1829.215244]  submit_extent_page+0x142/0x550
[ 1829.215260]  read_extent_buffer_pages+0x584/0x9c0
[ 1829.215269]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1829.215275]  ? folio_unlock+0x1d/0x50
[ 1829.215282]  btrfs_read_extent_buffer+0x98/0x150
[ 1829.215289]  read_tree_block+0x43/0xa0
[ 1829.215294]  read_block_for_search+0x218/0x320
[ 1829.215307]  btrfs_search_slot+0x351/0xd30
[ 1829.215316]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1829.215322]  btrfs_lookup_file_extent+0x37/0x40
[ 1829.215326]  btrfs_get_extent+0x12a/0x940
[ 1829.215338]  btrfs_do_readpage+0x1d8/0x770
[ 1829.215342]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1829.215350]  ? extent_readahead+0xb7/0x6f0
[ 1829.215352]  extent_readahead+0x3f7/0x6f0
[ 1829.215357]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1829.215370]  read_pages+0x7a/0x300
[ 1829.215378]  page_cache_ra_unbounded+0x131/0x1b0
[ 1829.215385]  filemap_get_pages+0x40e/0x6b0
[ 1829.215391]  ? lock_is_held_type+0xe8/0x140
[ 1829.215401]  filemap_read+0xd7/0x330
[ 1829.215405]  ? lock_is_held_type+0xe8/0x140
[ 1829.215418]  vfs_read+0x243/0x310
[ 1829.215428]  ksys_read+0x64/0xe0
[ 1829.215433]  __do_fast_syscall_32+0x88/0xf0
[ 1829.215439]  ? __do_fast_syscall_32+0x94/0xf0
[ 1829.215442]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1829.215446]  ? __do_fast_syscall_32+0x94/0xf0
[ 1829.215449]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1829.215473]  ? __do_fast_syscall_32+0x94/0xf0
[ 1829.215478]  ? lock_is_held_type+0xe8/0x140
[ 1829.215484]  do_fast_syscall_32+0x2f/0x70
[ 1829.215488]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1829.215492] RIP: 0023:0xf7f59579
[ 1829.215512] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1829.215515] RSP: 002b:00000000ffa1d730 EFLAGS: 00200282 ORIG_RAX: 0000000000000003
[ 1829.215518] RAX: ffffffffffffffda RBX: 00000000000000ba RCX: 00000000598e0c90
[ 1829.215521] RDX: 00000000000000dd RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1829.215523] RBP: 00000000000000ba R08: 00000000ffa1d730 R09: 0000000000000000
[ 1829.215525] R10: 0000000000000000 R11: 0000000000200282 R12: 0000000000000000
[ 1829.215527] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1829.215537]  </TASK>
[ 1829.215539] irq event stamp: 43177433
[ 1829.215541] hardirqs last  enabled at (43177441): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1829.215545] hardirqs last disabled at (43177448): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1829.215548] softirqs last  enabled at (43176062): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1829.215551] softirqs last disabled at (43175287): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1829.215554] ---[ end trace 0000000000000000 ]---
[ 1832.395509] ------------[ cut here ]------------
[ 1832.395518] WARNING: CPU: 4 PID: 5904 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1832.395526] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1832.395614]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1832.395672] CPU: 4 PID: 5904 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1832.395675] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1832.395678] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1832.395681] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1832.395684] RSP: 0018:ffffbdb3d63c3660 EFLAGS: 00010246
[ 1832.395688] RAX: 0000000000000000 RBX: ffff9480a50a2910 RCX: 0000000000000000
[ 1832.395690] RDX: 0000000000000000 RSI: ffff9480a50a2890 RDI: ffffbdb3d63c3688
[ 1832.395692] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1832.395694] R10: ffff9480a50a2910 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1832.395697] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1832.395699] FS:  0000000000000000(0000) GS:ffff948957200000(0063) knlGS:00000000bc5bbb40
[ 1832.395702] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1832.395704] CR2: 000028cb00e3b000 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1832.395706] PKRU: 55555554
[ 1832.395709] Call Trace:
[ 1832.395711]  <TASK>
[ 1832.395718]  submit_one_bio+0xd4/0xe0
[ 1832.395725]  submit_extent_page+0x142/0x550
[ 1832.395738]  read_extent_buffer_pages+0x584/0x9c0
[ 1832.395746]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1832.395750]  ? folio_unlock+0x1d/0x50
[ 1832.395757]  btrfs_read_extent_buffer+0x98/0x150
[ 1832.395763]  read_tree_block+0x43/0xa0
[ 1832.395766]  read_block_for_search+0x218/0x320
[ 1832.395777]  btrfs_search_slot+0x351/0xd30
[ 1832.395788]  btrfs_lookup_csum+0x63/0x150
[ 1832.395795]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1832.395802]  ? btrfs_do_readpage+0x305/0x770
[ 1832.395808]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1832.395813]  submit_one_bio+0xc4/0xe0
[ 1832.395819]  btrfs_read_folio+0x79/0x90
[ 1832.395823]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1832.395826]  prepare_uptodate_page+0x8c/0x210
[ 1832.395831]  prepare_pages.constprop.0+0xa2/0x300
[ 1832.395838]  btrfs_buffered_write+0x2ca/0x940
[ 1832.395852]  btrfs_do_write_iter+0x384/0x5d0
[ 1832.395856]  ? lock_is_held_type+0xe8/0x140
[ 1832.395864]  vfs_write+0x269/0x4f0
[ 1832.395875]  ksys_write+0x64/0xe0
[ 1832.395880]  __do_fast_syscall_32+0x88/0xf0
[ 1832.395887]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 1832.395892]  ? lock_is_held_type+0xe8/0x140
[ 1832.395898]  ? __do_fast_syscall_32+0x94/0xf0
[ 1832.395901]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1832.395905]  ? __do_fast_syscall_32+0x94/0xf0
[ 1832.395909]  ? __do_fast_syscall_32+0x94/0xf0
[ 1832.395914]  do_fast_syscall_32+0x2f/0x70
[ 1832.395918]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1832.395922] RIP: 0023:0xf7f59579
[ 1832.395949] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1832.395952] RSP: 002b:00000000bc5b9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1832.395955] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000bc5bc010
[ 1832.395957] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1832.395960] RBP: 00000000000000b2 R08: 00000000bc5b9ae0 R09: 0000000000000000
[ 1832.395962] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1832.395964] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1832.395974]  </TASK>
[ 1832.395976] irq event stamp: 112349797
[ 1832.395978] hardirqs last  enabled at (112349805): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1832.395983] hardirqs last disabled at (112349812): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1832.395986] softirqs last  enabled at (112346178): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1832.395989] softirqs last disabled at (112346173): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1832.395992] ---[ end trace 0000000000000000 ]---
[ 1848.919432] ------------[ cut here ]------------
[ 1848.919441] WARNING: CPU: 0 PID: 5904 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1848.919448] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1848.919570]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1848.919633] CPU: 0 PID: 5904 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1848.919636] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1848.919639] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1848.919643] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1848.919645] RSP: 0018:ffffbdb3d63c36e0 EFLAGS: 00010246
[ 1848.919649] RAX: 0000000000000000 RBX: ffff94870f11d5d0 RCX: 0000000000000000
[ 1848.919651] RDX: 0000000000000000 RSI: ffff94870f11d550 RDI: ffffbdb3d63c3708
[ 1848.919654] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1848.919656] R10: ffff94870f11d5d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1848.919658] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1848.919660] FS:  0000000000000000(0000) GS:ffff948956200000(0063) knlGS:00000000bc5bbb40
[ 1848.919663] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1848.919665] CR2: 00000000bc6bc000 CR3: 000000019b3d0000 CR4: 0000000000750ef0
[ 1848.919667] PKRU: 55555554
[ 1848.919670] Call Trace:
[ 1848.919672]  <TASK>
[ 1848.919679]  submit_one_bio+0xd4/0xe0
[ 1848.919686]  submit_extent_page+0x142/0x550
[ 1848.919700]  read_extent_buffer_pages+0x584/0x9c0
[ 1848.919707]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1848.919711]  ? folio_unlock+0x1d/0x50
[ 1848.919718]  btrfs_read_extent_buffer+0x98/0x150
[ 1848.919724]  read_tree_block+0x43/0xa0
[ 1848.919728]  read_block_for_search+0x218/0x320
[ 1848.919739]  btrfs_search_slot+0x351/0xd30
[ 1848.919749]  btrfs_lookup_csum+0x63/0x150
[ 1848.919756]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1848.919763]  ? btrfs_do_readpage+0x305/0x770
[ 1848.919769]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1848.919774]  submit_one_bio+0xc4/0xe0
[ 1848.919779]  btrfs_read_folio+0x79/0x90
[ 1848.919783]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1848.919787]  prepare_uptodate_page+0x8c/0x210
[ 1848.919791]  prepare_pages.constprop.0+0xa2/0x300
[ 1848.919799]  btrfs_buffered_write+0x2ca/0x940
[ 1848.919812]  btrfs_do_write_iter+0x384/0x5d0
[ 1848.919816]  ? lock_is_held_type+0xe8/0x140
[ 1848.919824]  vfs_write+0x269/0x4f0
[ 1848.919835]  ksys_write+0x64/0xe0
[ 1848.919839]  __do_fast_syscall_32+0x88/0xf0
[ 1848.919844]  ? __do_fast_syscall_32+0x94/0xf0
[ 1848.919848]  ? __do_fast_syscall_32+0x94/0xf0
[ 1848.919851]  ? __do_fast_syscall_32+0x94/0xf0
[ 1848.919854]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1848.919858]  ? __do_fast_syscall_32+0x94/0xf0
[ 1848.919863]  do_fast_syscall_32+0x2f/0x70
[ 1848.919867]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1848.919871] RIP: 0023:0xf7f59579
[ 1848.919893] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1848.919895] RSP: 002b:00000000bc5b9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1848.919899] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000b97ff010
[ 1848.919901] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1848.919903] RBP: 00000000000000b2 R08: 00000000bc5b9ae0 R09: 0000000000000000
[ 1848.919905] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1848.919907] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1848.919918]  </TASK>
[ 1848.919920] irq event stamp: 112729635
[ 1848.919922] hardirqs last  enabled at (112729643): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1848.919926] hardirqs last disabled at (112729650): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1848.919929] softirqs last  enabled at (112726488): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1848.919933] softirqs last disabled at (112726483): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1848.919935] ---[ end trace 0000000000000000 ]---
[ 1851.784968] ------------[ cut here ]------------
[ 1851.785160] WARNING: CPU: 9 PID: 1047 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1851.785178] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1851.785529]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1851.785644] CPU: 9 PID: 1047 Comm: kworker/u32:14 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1851.785651] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1851.785656] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1851.785665] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1851.785671] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1851.785676] RSP: 0018:ffffbdb3c1a577f0 EFLAGS: 00010246
[ 1851.785683] RAX: 0000000000000000 RBX: ffff947ab5479410 RCX: 0000000000000000
[ 1851.785688] RDX: 0000000000000000 RSI: ffff947ab5479390 RDI: ffffbdb3c1a57818
[ 1851.785692] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1851.785696] R10: ffff947ab5479410 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1851.785700] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1851.785704] FS:  0000000000000000(0000) GS:ffff948958600000(0000) knlGS:0000000000000000
[ 1851.785708] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1851.785713] CR2: 00000000b9dff000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1851.785717] PKRU: 55555554
[ 1851.785721] Call Trace:
[ 1851.785725]  <TASK>
[ 1851.785736]  submit_one_bio+0xd4/0xe0
[ 1851.785748]  submit_extent_page+0x142/0x550
[ 1851.785772]  read_extent_buffer_pages+0x584/0x9c0
[ 1851.785786]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1851.785799]  btrfs_readahead_tree_block+0x71/0xa0
[ 1851.785810]  reada_for_balance+0x6a/0x80
[ 1851.785820]  btrfs_search_slot+0x666/0xd30
[ 1851.785839]  btrfs_lookup_file_extent+0x37/0x40
[ 1851.785848]  btrfs_drop_extents+0x155/0xd60
[ 1851.785879]  insert_reserved_file_extent+0xf0/0x380
[ 1851.785892]  ? join_transaction+0x1b9/0x590
[ 1851.785912]  btrfs_finish_ordered_io+0x65c/0x860
[ 1851.785935]  btrfs_work_helper+0xfe/0x400
[ 1851.785940]  ? lock_is_held_type+0xe8/0x140
[ 1851.785954]  process_one_work+0x294/0x5b0
[ 1851.785972]  worker_thread+0x4f/0x3a0
[ 1851.785981]  ? __pfx_worker_thread+0x10/0x10
[ 1851.785986]  kthread+0xf5/0x120
[ 1851.785991]  ? __pfx_kthread+0x10/0x10
[ 1851.785999]  ret_from_fork+0x2c/0x50
[ 1851.786020]  </TASK>
[ 1851.786024] irq event stamp: 28023031
[ 1851.786028] hardirqs last  enabled at (28023039): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1851.786034] hardirqs last disabled at (28023046): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1851.786039] softirqs last  enabled at (28022288): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1851.786044] softirqs last disabled at (28022283): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1851.786048] ---[ end trace 0000000000000000 ]---
[ 1851.786168] BTRFS error (device nvme1n1p3): level verify failed on logical 5039974203392 mirror 1 wanted 0 found 1
[ 1851.786175] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5039974203392 mirror 1
[ 1851.786180] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1857.359855] ------------[ cut here ]------------
[ 1857.360061] WARNING: CPU: 12 PID: 5904 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1857.360076] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1857.360323]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1857.360396] CPU: 12 PID: 5904 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1857.360399] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1857.360402] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1857.360408] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1857.360411] RSP: 0018:ffffbdb3d63c3668 EFLAGS: 00010246
[ 1857.360415] RAX: 0000000000000000 RBX: ffff947aa2c8d090 RCX: 0000000000000000
[ 1857.360417] RDX: 0000000000000000 RSI: ffff947aa2c8d010 RDI: ffffbdb3d63c3690
[ 1857.360420] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1857.360422] R10: ffff947aa2c8d090 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1857.360424] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1857.360427] FS:  0000000000000000(0000) GS:ffff948959200000(0063) knlGS:00000000bc5bbb40
[ 1857.360430] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1857.360432] CR2: 000002f447b2d000 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1857.360435] PKRU: 55555554
[ 1857.360437] Call Trace:
[ 1857.360440]  <TASK>
[ 1857.360446]  submit_one_bio+0xd4/0xe0
[ 1857.360481]  submit_extent_page+0x142/0x550
[ 1857.360496]  read_extent_buffer_pages+0x584/0x9c0
[ 1857.360504]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1857.360509]  ? folio_unlock+0x1d/0x50
[ 1857.360517]  btrfs_read_extent_buffer+0x98/0x150
[ 1857.360523]  read_tree_block+0x43/0xa0
[ 1857.360528]  read_block_for_search+0x218/0x320
[ 1857.360549]  btrfs_search_slot+0x351/0xd30
[ 1857.360571]  btrfs_lookup_csum+0x63/0x150
[ 1857.360586]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1857.360598]  ? btrfs_do_readpage+0x305/0x770
[ 1857.360613]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1857.360623]  submit_one_bio+0xc4/0xe0
[ 1857.360634]  btrfs_read_folio+0x79/0x90
[ 1857.360642]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1857.360649]  prepare_uptodate_page+0x8c/0x210
[ 1857.360658]  prepare_pages.constprop.0+0x134/0x300
[ 1857.360675]  btrfs_buffered_write+0x2ca/0x940
[ 1857.360704]  btrfs_do_write_iter+0x384/0x5d0
[ 1857.360713]  ? lock_is_held_type+0xe8/0x140
[ 1857.360729]  vfs_write+0x269/0x4f0
[ 1857.360750]  ksys_write+0x64/0xe0
[ 1857.360761]  __do_fast_syscall_32+0x88/0xf0
[ 1857.360768]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1857.360775]  ? __do_fast_syscall_32+0x94/0xf0
[ 1857.360784]  ? lock_is_held_type+0xe8/0x140
[ 1857.360796]  ? __do_fast_syscall_32+0x94/0xf0
[ 1857.360803]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1857.360811]  ? __do_fast_syscall_32+0x94/0xf0
[ 1857.360817]  ? __do_fast_syscall_32+0x94/0xf0
[ 1857.360824]  ? __do_fast_syscall_32+0x94/0xf0
[ 1857.360829]  ? __do_fast_syscall_32+0x94/0xf0
[ 1857.360839]  do_fast_syscall_32+0x2f/0x70
[ 1857.360848]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1857.360855] RIP: 0023:0xf7f59579
[ 1857.360880] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1857.360885] RSP: 002b:00000000bc5b9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1857.360893] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000bbeff010
[ 1857.360897] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1857.360902] RBP: 00000000000000b2 R08: 00000000bc5b9ae0 R09: 0000000000000000
[ 1857.360907] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1857.360911] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1857.360935]  </TASK>
[ 1857.360939] irq event stamp: 113072247
[ 1857.360944] hardirqs last  enabled at (113072255): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1857.360951] hardirqs last disabled at (113072262): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1857.360957] softirqs last  enabled at (113067804): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1857.360964] softirqs last disabled at (113067797): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1857.360970] ---[ end trace 0000000000000000 ]---
[ 1858.866871] ------------[ cut here ]------------
[ 1858.866975] WARNING: CPU: 4 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1858.866984] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1858.867078]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1858.867140] CPU: 4 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1858.867144] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1858.867146] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1858.867150] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1858.867153] RSP: 0018:ffffbdb3c489f888 EFLAGS: 00010246
[ 1858.867157] RAX: 0000000000000000 RBX: ffff9480a50a0b50 RCX: 0000000000000000
[ 1858.867159] RDX: 0000000000000000 RSI: ffff9480a50a0ad0 RDI: ffffbdb3c489f8b0
[ 1858.867162] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1858.867164] R10: ffff9480a50a0b50 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1858.867166] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1858.867169] FS:  0000000000000000(0000) GS:ffff948957200000(0000) knlGS:0000000000000000
[ 1858.867171] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1858.867174] CR2: 00000000b6200010 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1858.867176] PKRU: 55555554
[ 1858.867179] Call Trace:
[ 1858.867181]  <TASK>
[ 1858.867189]  submit_one_bio+0xd4/0xe0
[ 1858.867196]  submit_extent_page+0x142/0x550
[ 1858.867211]  read_extent_buffer_pages+0x584/0x9c0
[ 1858.867225]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1858.867234]  ? folio_unlock+0x1d/0x50
[ 1858.867245]  btrfs_read_extent_buffer+0x98/0x150
[ 1858.867256]  read_tree_block+0x43/0xa0
[ 1858.867263]  read_block_for_search+0x218/0x320
[ 1858.867281]  btrfs_search_slot+0x351/0xd30
[ 1858.867300]  btrfs_insert_empty_items+0x31/0x70
[ 1858.867308]  alloc_reserved_file_extent+0xbc/0x240
[ 1858.867325]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1858.867353]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1858.867365]  btrfs_commit_transaction+0x93/0xed0
[ 1858.867385]  transaction_kthread+0x142/0x1b0
[ 1858.867395]  ? __pfx_transaction_kthread+0x10/0x10
[ 1858.867400]  kthread+0xf5/0x120
[ 1858.867405]  ? __pfx_kthread+0x10/0x10
[ 1858.867413]  ret_from_fork+0x2c/0x50
[ 1858.867433]  </TASK>
[ 1858.867437] irq event stamp: 14415961
[ 1858.867441] hardirqs last  enabled at (14415969): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1858.867447] hardirqs last disabled at (14415976): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1858.867475] softirqs last  enabled at (14415988): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1858.867481] softirqs last disabled at (14415981): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1858.867486] ---[ end trace 0000000000000000 ]---
[ 1858.926013] ------------[ cut here ]------------
[ 1858.926021] WARNING: CPU: 11 PID: 9705 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1858.926028] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1858.926106]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1858.926158] CPU: 11 PID: 9705 Comm: abrt-action-sav Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1858.926161] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1858.926163] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1858.926167] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1858.926171] RSP: 0018:ffffbdb3d8cd36c0 EFLAGS: 00010246
[ 1858.926177] RAX: 0000000000000000 RBX: ffff94837e59cd10 RCX: 0000000000000000
[ 1858.926181] RDX: 0000000000000000 RSI: ffff94837e59cc90 RDI: ffffbdb3d8cd36e8
[ 1858.926185] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1858.926188] R10: ffff94837e59cd10 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1858.926192] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1858.926196] FS:  0000000000000000(0000) GS:ffff948958e00000(0000) knlGS:0000000000000000
[ 1858.926200] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1858.926204] CR2: 00007fadbec2d270 CR3: 00000001b87fc000 CR4: 0000000000750ee0
[ 1858.926208] PKRU: 55555554
[ 1858.926212] Call Trace:
[ 1858.926216]  <TASK>
[ 1858.926226]  submit_one_bio+0xd4/0xe0
[ 1858.926236]  submit_extent_page+0x142/0x550
[ 1858.926258]  read_extent_buffer_pages+0x584/0x9c0
[ 1858.926270]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1858.926277]  ? folio_unlock+0x1d/0x50
[ 1858.926287]  btrfs_read_extent_buffer+0x98/0x150
[ 1858.926297]  read_tree_block+0x43/0xa0
[ 1858.926304]  read_block_for_search+0x218/0x320
[ 1858.926314]  btrfs_search_slot+0x351/0xd30
[ 1858.926321]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1858.926327]  btrfs_lookup_file_extent+0x37/0x40
[ 1858.926332]  btrfs_get_extent+0x12a/0x940
[ 1858.926338]  ? sched_clock_local+0xe/0x80
[ 1858.926343]  ? sched_clock_cpu+0x9f/0xc0
[ 1858.926349]  btrfs_do_readpage+0x3bd/0x770
[ 1858.926353]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1858.926360]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1858.926363]  btrfs_read_folio+0x6f/0x90
[ 1858.926367]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1858.926370]  filemap_read_folio+0x4d/0x100
[ 1858.926374]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1858.926377]  do_read_cache_folio+0xe4/0x1e0
[ 1858.926382]  ? __pfx_page_get_link+0x10/0x10
[ 1858.926385]  read_cache_page+0x16/0x70
[ 1858.926388]  page_get_link+0x2a/0x1c0
[ 1858.926392]  ? try_to_unlazy+0x7a/0x180
[ 1858.926396]  step_into+0x6d8/0x750
[ 1858.926407]  path_openat+0x11f/0xc80
[ 1858.926420]  do_filp_open+0x9e/0x130
[ 1858.926447]  do_sys_openat2+0x96/0x150
[ 1858.926480]  __x64_sys_openat+0x5c/0x80
[ 1858.926487]  do_syscall_64+0x5b/0x80
[ 1858.926497]  ? asm_exc_page_fault+0x22/0x30
[ 1858.926504]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1858.926511]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1858.926516] RIP: 0033:0x7fadbf24af81
[ 1858.926541] Code: 48 89 54 24 e0 41 83 e2 40 75 2e 89 f0 25 00 00 41 00 3d 00 00 41 00 74 20 89 f2 b8 01 01 00 00 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 2f c3 66 0f 1f 44 00 00 48 8d 44 24 08 c7 44
[ 1858.926545] RSP: 002b:00007ffd54f7a988 EFLAGS: 00000287 ORIG_RAX: 0000000000000101
[ 1858.926551] RAX: ffffffffffffffda RBX: 00007fadbec35cc0 RCX: 00007fadbf24af81
[ 1858.926554] RDX: 0000000000080000 RSI: 00007fadbec35cc0 RDI: 00000000ffffff9c
[ 1858.926558] RBP: 00007ffd54f7a9d0 R08: 00007ffd54f7aa37 R09: 0000000000000000
[ 1858.926561] R10: 0000000000000000 R11: 0000000000000287 R12: 0000000000000000
[ 1858.926565] R13: 0000000000000000 R14: 00007fadbf25d000 R15: 00007ffd54f7aa50
[ 1858.926582]  </TASK>
[ 1858.926586] irq event stamp: 37263
[ 1858.926589] hardirqs last  enabled at (37271): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1858.926595] hardirqs last disabled at (37278): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1858.926599] softirqs last  enabled at (15446): [<ffffffffa70445ce>] fpu_flush_thread+0x13e/0x180
[ 1858.926606] softirqs last disabled at (15444): [<ffffffffa7044495>] fpu_flush_thread+0x5/0x180
[ 1858.926610] ---[ end trace 0000000000000000 ]---
[ 1859.016877] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1859.016910] [drm] PSP is resuming...
[ 1859.092946] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1859.194563] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1859.208402] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1859.208410] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1859.208417] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1859.208421] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1859.208500] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1859.262439] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1859.263846] [drm] DMUB hardware initialized: version=0x02020017
[ 1859.301933] [drm] kiq ring mec 2 pipe 1 q 0
[ 1859.306778] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1859.306995] [drm] JPEG decode initialized successfully.
[ 1859.307020] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1859.307024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1859.307026] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1859.307029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1859.307031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1859.307034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1859.307037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1859.307039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1859.307041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1859.307044] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1859.307046] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1859.307049] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1859.307051] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1859.307054] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1859.307056] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1859.307059] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1859.310623] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1859.314011] ------------[ cut here ]------------
[ 1859.314018] WARNING: CPU: 12 PID: 734 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1859.314027] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1859.314159]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1859.314247] CPU: 12 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1859.314252] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1859.314256] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1859.314261] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1859.314265] RSP: 0018:ffffbdb3c2277760 EFLAGS: 00010246
[ 1859.314271] RAX: 0000000000000000 RBX: ffff947aa2c8f710 RCX: 0000000000000000
[ 1859.314275] RDX: 0000000000000000 RSI: ffff947aa2c8f690 RDI: ffffbdb3c2277788
[ 1859.314278] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1859.314282] R10: ffff947aa2c8f710 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1859.314286] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1859.314289] FS:  00007fa0d64afb40(0000) GS:ffff948959200000(0000) knlGS:0000000000000000
[ 1859.314293] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1859.314297] CR2: 00005573b5e7d550 CR3: 00000001be41c000 CR4: 0000000000750ee0
[ 1859.314301] PKRU: 55555554
[ 1859.314304] Call Trace:
[ 1859.314308]  <TASK>
[ 1859.314318]  submit_one_bio+0xd4/0xe0
[ 1859.314328]  submit_extent_page+0x142/0x550
[ 1859.314349]  read_extent_buffer_pages+0x584/0x9c0
[ 1859.314361]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1859.314369]  ? folio_unlock+0x1d/0x50
[ 1859.314378]  btrfs_read_extent_buffer+0x98/0x150
[ 1859.314388]  read_tree_block+0x43/0xa0
[ 1859.314394]  read_block_for_search+0x218/0x320
[ 1859.314410]  btrfs_search_slot+0x351/0xd30
[ 1859.314427]  btrfs_lookup_xattr+0x7b/0xe0
[ 1859.314438]  btrfs_getxattr+0x55/0x110
[ 1859.314447]  __vfs_getxattr+0x7e/0xb0
[ 1859.314478]  get_vfs_caps_from_disk+0x7a/0x220
[ 1859.314491]  audit_copy_inode+0x95/0xd0
[ 1859.314500]  filename_lookup+0x16b/0x1c0
[ 1859.314524]  ? _raw_spin_unlock+0x29/0x50
[ 1859.314534]  vfs_statx+0x8e/0x150
[ 1859.314545]  vfs_fstatat+0x51/0x70
[ 1859.314552]  __do_sys_newfstatat+0x2e/0x50
[ 1859.314571]  do_syscall_64+0x5b/0x80
[ 1859.314577]  ? do_syscall_64+0x67/0x80
[ 1859.314583]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.314589]  ? do_syscall_64+0x67/0x80
[ 1859.314594]  ? do_syscall_64+0x67/0x80
[ 1859.314599]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.314605]  ? do_syscall_64+0x67/0x80
[ 1859.314610]  ? do_syscall_64+0x67/0x80
[ 1859.314614]  ? do_syscall_64+0x67/0x80
[ 1859.314620]  ? asm_exc_page_fault+0x22/0x30
[ 1859.314626]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.314632]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1859.314636] RIP: 0033:0x7fa0d6ee605e
[ 1859.314659] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1859.314663] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1859.314669] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1859.314672] RDX: 00007fffdf8d8950 RSI: 00005573b5e7d550 RDI: 00000000ffffff9c
[ 1859.314676] RBP: 00005573b5e74f68 R08: 00000000000003c0 R09: 00005573b5e9a940
[ 1859.314679] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1859.314683] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1859.314700]  </TASK>
[ 1859.314703] irq event stamp: 1665661
[ 1859.314706] hardirqs last  enabled at (1665669): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1859.314713] hardirqs last disabled at (1665676): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1859.314717] softirqs last  enabled at (1665424): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1859.314723] softirqs last disabled at (1665415): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1859.314727] ---[ end trace 0000000000000000 ]---
[ 1859.321438] BTRFS error (device nvme1n1p3): level verify failed on logical 3949934166016 mirror 1 wanted 0 found 1
[ 1859.321446] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 3949934166016 mirror 1
[ 1859.321464] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1859.321480] BTRFS error (device nvme1n1p3): read failed, bytenr=3949934166016 check owner_root=259 transid=651632 has_first_key=1 first_key=(20654697 12 20654450) level=1
[ 1859.321489] CPU: 11 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1859.321493] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1859.321496] Call Trace:
[ 1859.321498]  <TASK>
[ 1859.321502]  dump_stack_lvl+0x5b/0x77
[ 1859.321508]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1859.321516]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1859.321522]  ? folio_unlock+0x1d/0x50
[ 1859.321528]  btrfs_read_extent_buffer+0x98/0x150
[ 1859.321535]  read_tree_block+0x43/0xa0
[ 1859.321539]  read_block_for_search+0x218/0x320
[ 1859.321550]  btrfs_search_slot+0x351/0xd30
[ 1859.321562]  btrfs_lookup_xattr+0x7b/0xe0
[ 1859.321569]  btrfs_getxattr+0x55/0x110
[ 1859.321576]  __vfs_getxattr+0x7e/0xb0
[ 1859.321582]  get_vfs_caps_from_disk+0x7a/0x220
[ 1859.321590]  audit_copy_inode+0x95/0xd0
[ 1859.321596]  filename_lookup+0x16b/0x1c0
[ 1859.321615]  ? _raw_spin_unlock+0x29/0x50
[ 1859.321626]  vfs_statx+0x8e/0x150
[ 1859.321639]  vfs_fstatat+0x51/0x70
[ 1859.321648]  __do_sys_newfstatat+0x2e/0x50
[ 1859.321669]  do_syscall_64+0x5b/0x80
[ 1859.321675]  ? do_syscall_64+0x67/0x80
[ 1859.321681]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.321689]  ? do_syscall_64+0x67/0x80
[ 1859.321695]  ? do_syscall_64+0x67/0x80
[ 1859.321702]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.321707]  ? do_syscall_64+0x67/0x80
[ 1859.321710]  ? do_syscall_64+0x67/0x80
[ 1859.321714]  ? do_syscall_64+0x67/0x80
[ 1859.321718]  ? asm_exc_page_fault+0x22/0x30
[ 1859.321722]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.321726]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1859.321729] RIP: 0033:0x7fa0d6ee605e
[ 1859.321740] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1859.321743] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1859.321748] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1859.321750] RDX: 00007fffdf8d8950 RSI: 00005573b5e7d550 RDI: 00000000ffffff9c
[ 1859.321753] RBP: 00005573b5e74f68 R08: 00000000000003c0 R09: 00005573b5e9a940
[ 1859.321755] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1859.321757] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1859.321776]  </TASK>
[ 1859.321779] BTRFS error (device nvme1n1p3): read failed, bytenr=3949934166016 check owner_root=259 transid=651632 has_first_key=1 first_key=(20654697 12 20654450) level=1
[ 1859.321784] CPU: 11 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1859.321787] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1859.321790] Call Trace:
[ 1859.321792]  <TASK>
[ 1859.321795]  dump_stack_lvl+0x5b/0x77
[ 1859.321799]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1859.321806]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1859.321811]  ? folio_unlock+0x1d/0x50
[ 1859.321817]  btrfs_read_extent_buffer+0x98/0x150
[ 1859.321823]  read_tree_block+0x43/0xa0
[ 1859.321828]  read_block_for_search+0x218/0x320
[ 1859.321838]  btrfs_search_slot+0x351/0xd30
[ 1859.321850]  btrfs_lookup_xattr+0x7b/0xe0
[ 1859.321857]  btrfs_getxattr+0x55/0x110
[ 1859.321863]  __vfs_getxattr+0x7e/0xb0
[ 1859.321869]  get_vfs_caps_from_disk+0x7a/0x220
[ 1859.321877]  audit_copy_inode+0x95/0xd0
[ 1859.321882]  filename_lookup+0x16b/0x1c0
[ 1859.321898]  ? _raw_spin_unlock+0x29/0x50
[ 1859.321904]  vfs_statx+0x8e/0x150
[ 1859.321911]  vfs_fstatat+0x51/0x70
[ 1859.321916]  __do_sys_newfstatat+0x2e/0x50
[ 1859.321928]  do_syscall_64+0x5b/0x80
[ 1859.321932]  ? do_syscall_64+0x67/0x80
[ 1859.321936]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.321941]  ? do_syscall_64+0x67/0x80
[ 1859.321945]  ? do_syscall_64+0x67/0x80
[ 1859.321949]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.321953]  ? do_syscall_64+0x67/0x80
[ 1859.321956]  ? do_syscall_64+0x67/0x80
[ 1859.321960]  ? do_syscall_64+0x67/0x80
[ 1859.321963]  ? asm_exc_page_fault+0x22/0x30
[ 1859.321967]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.321971]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1859.321974] RIP: 0033:0x7fa0d6ee605e
[ 1859.321979] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1859.321981] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1859.321985] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1859.321987] RDX: 00007fffdf8d8950 RSI: 00005573b5e7d550 RDI: 00000000ffffff9c
[ 1859.321989] RBP: 00005573b5e74f68 R08: 00000000000003c0 R09: 00005573b5e9a940
[ 1859.321992] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1859.321994] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1859.322005]  </TASK>
[ 1859.322008] BTRFS error (device nvme1n1p3): read failed, bytenr=3949934166016 check owner_root=259 transid=651632 has_first_key=1 first_key=(20654697 12 20654450) level=1
[ 1859.322011] CPU: 11 PID: 734 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1859.322014] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1859.322016] Call Trace:
[ 1859.322018]  <TASK>
[ 1859.322021]  dump_stack_lvl+0x5b/0x77
[ 1859.322026]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1859.322032]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1859.322037]  ? folio_unlock+0x1d/0x50
[ 1859.322044]  btrfs_read_extent_buffer+0x98/0x150
[ 1859.322051]  read_tree_block+0x43/0xa0
[ 1859.322055]  read_block_for_search+0x218/0x320
[ 1859.322069]  btrfs_search_slot+0x351/0xd30
[ 1859.322088]  btrfs_lookup_xattr+0x7b/0xe0
[ 1859.322101]  btrfs_getxattr+0x55/0x110
[ 1859.322112]  __vfs_getxattr+0x7e/0xb0
[ 1859.322121]  get_vfs_caps_from_disk+0x7a/0x220
[ 1859.322134]  audit_copy_inode+0x95/0xd0
[ 1859.322144]  filename_lookup+0x16b/0x1c0
[ 1859.322171]  ? _raw_spin_unlock+0x29/0x50
[ 1859.322181]  vfs_statx+0x8e/0x150
[ 1859.322194]  vfs_fstatat+0x51/0x70
[ 1859.322202]  __do_sys_newfstatat+0x2e/0x50
[ 1859.322224]  do_syscall_64+0x5b/0x80
[ 1859.322231]  ? do_syscall_64+0x67/0x80
[ 1859.322236]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.322243]  ? do_syscall_64+0x67/0x80
[ 1859.322249]  ? do_syscall_64+0x67/0x80
[ 1859.322255]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.322262]  ? do_syscall_64+0x67/0x80
[ 1859.322267]  ? do_syscall_64+0x67/0x80
[ 1859.322271]  ? do_syscall_64+0x67/0x80
[ 1859.322277]  ? asm_exc_page_fault+0x22/0x30
[ 1859.322283]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1859.322290]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1859.322295] RIP: 0033:0x7fa0d6ee605e
[ 1859.322302] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1859.322306] RSP: 002b:00007fffdf8d88f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1859.322312] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa0d6ee605e
[ 1859.322316] RDX: 00007fffdf8d8950 RSI: 00005573b5e7d550 RDI: 00000000ffffff9c
[ 1859.322320] RBP: 00005573b5e74f68 R08: 00000000000003c0 R09: 00005573b5e9a940
[ 1859.322324] R10: 0000000000000000 R11: 0000000000000246 R12: 00007fffdf8d8ae0
[ 1859.322328] R13: 00007fffdf8d8950 R14: 00007fffdf8d8ad8 R15: 00007fffdf8d8938
[ 1859.322349]  </TASK>
[ 1878.681366] ------------[ cut here ]------------
[ 1878.681377] WARNING: CPU: 2 PID: 5904 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1878.681386] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1878.681567]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1878.681671] CPU: 2 PID: 5904 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1878.681677] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1878.681681] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1878.681689] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1878.681694] RSP: 0018:ffffbdb3d63c3668 EFLAGS: 00010246
[ 1878.681700] RAX: 0000000000000000 RBX: ffff947e835d9b10 RCX: 0000000000000000
[ 1878.681704] RDX: 0000000000000000 RSI: ffff947e835d9a90 RDI: ffffbdb3d63c3690
[ 1878.681708] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1878.681712] R10: ffff947e835d9b10 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1878.681717] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1878.681721] FS:  0000000000000000(0000) GS:ffff948956a00000(0063) knlGS:00000000bc5bbb40
[ 1878.681725] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1878.681729] CR2: 00000000bbfff000 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1878.681734] PKRU: 55555554
[ 1878.681738] Call Trace:
[ 1878.681742]  <TASK>
[ 1878.681753]  submit_one_bio+0xd4/0xe0
[ 1878.681764]  submit_extent_page+0x142/0x550
[ 1878.681788]  read_extent_buffer_pages+0x584/0x9c0
[ 1878.681801]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1878.681810]  ? folio_unlock+0x1d/0x50
[ 1878.681822]  btrfs_read_extent_buffer+0x98/0x150
[ 1878.681832]  read_tree_block+0x43/0xa0
[ 1878.681839]  read_block_for_search+0x218/0x320
[ 1878.681857]  btrfs_search_slot+0x351/0xd30
[ 1878.681876]  btrfs_lookup_csum+0x63/0x150
[ 1878.681889]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1878.681900]  ? btrfs_do_readpage+0x305/0x770
[ 1878.681913]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1878.681921]  submit_one_bio+0xc4/0xe0
[ 1878.681930]  btrfs_read_folio+0x79/0x90
[ 1878.681937]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1878.681943]  prepare_uptodate_page+0x8c/0x210
[ 1878.681951]  prepare_pages.constprop.0+0xa2/0x300
[ 1878.681965]  btrfs_buffered_write+0x2ca/0x940
[ 1878.681991]  btrfs_do_write_iter+0x384/0x5d0
[ 1878.681998]  ? lock_is_held_type+0xe8/0x140
[ 1878.682011]  vfs_write+0x269/0x4f0
[ 1878.682030]  ksys_write+0x64/0xe0
[ 1878.682039]  __do_fast_syscall_32+0x88/0xf0
[ 1878.682047]  ? lock_is_held_type+0xe8/0x140
[ 1878.682058]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682064]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1878.682070]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682076]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682082]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1878.682089]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682094]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682099]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682105]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682110]  ? __do_fast_syscall_32+0x94/0xf0
[ 1878.682118]  do_fast_syscall_32+0x2f/0x70
[ 1878.682125]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1878.682132] RIP: 0023:0xf7f59579
[ 1878.682155] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1878.682160] RSP: 002b:00000000bc5b9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1878.682166] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000b65ff010
[ 1878.682170] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1878.682174] RBP: 00000000000000b2 R08: 00000000bc5b9ae0 R09: 0000000000000000
[ 1878.682178] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1878.682183] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1878.682203]  </TASK>
[ 1878.682206] irq event stamp: 113659291
[ 1878.682210] hardirqs last  enabled at (113659299): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1878.682217] hardirqs last disabled at (113659306): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1878.682222] softirqs last  enabled at (113655650): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1878.682228] softirqs last disabled at (113655641): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1878.682233] ---[ end trace 0000000000000000 ]---
[ 1888.143872] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1888.143916] [drm] PSP is resuming...
[ 1888.219935] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1888.321485] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1888.335301] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1888.335312] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1888.335319] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1888.335325] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1888.335379] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1888.389463] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1888.390772] [drm] DMUB hardware initialized: version=0x02020017
[ 1888.428744] [drm] kiq ring mec 2 pipe 1 q 0
[ 1888.434241] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1888.434401] [drm] JPEG decode initialized successfully.
[ 1888.434425] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1888.434429] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1888.434431] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1888.434433] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1888.434435] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1888.434437] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1888.434439] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1888.434441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1888.434443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1888.434446] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1888.434448] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1888.434470] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1888.434472] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1888.434475] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1888.434477] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1888.434479] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1888.438391] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1889.148174] ------------[ cut here ]------------
[ 1889.148272] WARNING: CPU: 6 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1889.148279] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1889.148378]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1889.148444] CPU: 6 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1889.148448] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1889.148474] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1889.148480] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1889.148485] RSP: 0018:ffffbdb3c489f818 EFLAGS: 00010246
[ 1889.148491] RAX: 0000000000000000 RBX: ffff947e300acd10 RCX: 0000000000000000
[ 1889.148496] RDX: 0000000000000000 RSI: ffff947e300acc90 RDI: ffffbdb3c489f840
[ 1889.148500] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1889.148504] R10: ffff947e300acd10 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1889.148508] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1889.148513] FS:  0000000000000000(0000) GS:ffff948957a00000(0000) knlGS:0000000000000000
[ 1889.148517] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1889.148522] CR2: 0000022e0a1c1000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1889.148526] PKRU: 55555554
[ 1889.148529] Call Trace:
[ 1889.148533]  <TASK>
[ 1889.148545]  submit_one_bio+0xd4/0xe0
[ 1889.148556]  submit_extent_page+0x142/0x550
[ 1889.148580]  read_extent_buffer_pages+0x584/0x9c0
[ 1889.148595]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1889.148601]  ? _raw_spin_unlock+0x29/0x50
[ 1889.148614]  btrfs_readahead_tree_block+0x71/0xa0
[ 1889.148625]  btrfs_search_slot+0x666/0xd30
[ 1889.148631]  ? lock_is_held_type+0xe8/0x140
[ 1889.148644]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1889.148650]  ? kmem_cache_alloc+0x194/0x380
[ 1889.148661]  btrfs_del_csums+0x116/0x3b0
[ 1889.148670]  ? lock_release+0x14b/0x440
[ 1889.148683]  ? _raw_read_unlock+0x29/0x50
[ 1889.148694]  __btrfs_free_extent+0x486/0x7c0
[ 1889.148715]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1889.148735]  ? sched_clock_local+0xe/0x80
[ 1889.148742]  ? sched_clock_cpu+0x9f/0xc0
[ 1889.148755]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1889.148769]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1889.148788]  btrfs_commit_transaction+0xe0/0xed0
[ 1889.148810]  transaction_kthread+0x142/0x1b0
[ 1889.148822]  ? __pfx_transaction_kthread+0x10/0x10
[ 1889.148827]  kthread+0xf5/0x120
[ 1889.148833]  ? __pfx_kthread+0x10/0x10
[ 1889.148842]  ret_from_fork+0x2c/0x50
[ 1889.148865]  </TASK>
[ 1889.148870] irq event stamp: 14608261
[ 1889.148874] hardirqs last  enabled at (14608269): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1889.148880] hardirqs last disabled at (14608276): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1889.148886] softirqs last  enabled at (14607928): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1889.148895] softirqs last disabled at (14607923): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1889.148900] ---[ end trace 0000000000000000 ]---
[ 1889.148988] BTRFS error (device nvme1n1p3): level verify failed on logical 4844500680704 mirror 1 wanted 0 found 1
[ 1889.148996] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 4844500680704 mirror 1
[ 1889.149001] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1889.151611] ------------[ cut here ]------------
[ 1889.151617] WARNING: CPU: 6 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1889.151624] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1889.151784]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1889.151892] CPU: 6 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1889.151898] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1889.151902] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1889.151908] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1889.151913] RSP: 0018:ffffbdb3c489f700 EFLAGS: 00010246
[ 1889.151920] RAX: 0000000000000000 RBX: ffff947e300adcd0 RCX: 0000000000000000
[ 1889.151924] RDX: 0000000000000000 RSI: ffff947e300adc50 RDI: ffffbdb3c489f728
[ 1889.151928] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1889.151932] R10: ffff947e300adcd0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1889.151936] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1889.151941] FS:  0000000000000000(0000) GS:ffff948957a00000(0000) knlGS:0000000000000000
[ 1889.151946] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1889.151951] CR2: 0000022e0a1c1000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1889.151955] PKRU: 55555554
[ 1889.151959] Call Trace:
[ 1889.151964]  <TASK>
[ 1889.151975]  submit_one_bio+0xd4/0xe0
[ 1889.151986]  submit_extent_page+0x142/0x550
[ 1889.152011]  read_extent_buffer_pages+0x584/0x9c0
[ 1889.152025]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1889.152035]  ? folio_unlock+0x1d/0x50
[ 1889.152046]  btrfs_read_extent_buffer+0x98/0x150
[ 1889.152058]  read_tree_block+0x43/0xa0
[ 1889.152065]  read_block_for_search+0x218/0x320
[ 1889.152084]  btrfs_search_slot+0x351/0xd30
[ 1889.152099]  ? _raw_read_unlock+0x29/0x50
[ 1889.152110]  lookup_inline_extent_backref+0x15c/0x6e0
[ 1889.152122]  ? lock_is_held_type+0xe8/0x140
[ 1889.152136]  lookup_extent_backref+0x41/0xd0
[ 1889.152151]  __btrfs_free_extent+0xfb/0x7c0
[ 1889.152163]  ? sched_clock_cpu+0x20/0xc0
[ 1889.152177]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1889.152197]  ? sched_clock_local+0xe/0x80
[ 1889.152205]  ? sched_clock_cpu+0x9f/0xc0
[ 1889.152217]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1889.152230]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1889.152248]  btrfs_commit_transaction+0xe0/0xed0
[ 1889.152269]  transaction_kthread+0x142/0x1b0
[ 1889.152280]  ? __pfx_transaction_kthread+0x10/0x10
[ 1889.152286]  kthread+0xf5/0x120
[ 1889.152291]  ? __pfx_kthread+0x10/0x10
[ 1889.152299]  ret_from_fork+0x2c/0x50
[ 1889.152322]  </TASK>
[ 1889.152326] irq event stamp: 14610995
[ 1889.152330] hardirqs last  enabled at (14611003): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1889.152336] hardirqs last disabled at (14611010): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1889.152341] softirqs last  enabled at (14608586): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1889.152347] softirqs last disabled at (14608581): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1889.152352] ---[ end trace 0000000000000000 ]---
[ 1889.152881] ------------[ cut here ]------------
[ 1889.152886] WARNING: CPU: 6 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1889.152893] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1889.153047]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1889.153151] CPU: 6 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1889.153157] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1889.153161] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1889.153167] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1889.153172] RSP: 0018:ffffbdb3c489f700 EFLAGS: 00010246
[ 1889.153178] RAX: 0000000000000000 RBX: ffff947e300ac450 RCX: 0000000000000000
[ 1889.153182] RDX: 0000000000000000 RSI: ffff947e300ac3d0 RDI: ffffbdb3c489f728
[ 1889.153187] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1889.153191] R10: ffff947e300ac450 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1889.153196] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1889.153200] FS:  0000000000000000(0000) GS:ffff948957a00000(0000) knlGS:0000000000000000
[ 1889.153205] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1889.153209] CR2: 0000022e0a1c1000 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1889.153214] PKRU: 55555554
[ 1889.153218] Call Trace:
[ 1889.153222]  <TASK>
[ 1889.153233]  submit_one_bio+0xd4/0xe0
[ 1889.153243]  submit_extent_page+0x142/0x550
[ 1889.153268]  read_extent_buffer_pages+0x584/0x9c0
[ 1889.153282]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1889.153291]  ? folio_unlock+0x1d/0x50
[ 1889.153301]  btrfs_read_extent_buffer+0x98/0x150
[ 1889.153312]  read_tree_block+0x43/0xa0
[ 1889.153320]  read_block_for_search+0x218/0x320
[ 1889.153339]  btrfs_search_slot+0x351/0xd30
[ 1889.153354]  ? _raw_read_unlock+0x29/0x50
[ 1889.153365]  lookup_inline_extent_backref+0x15c/0x6e0
[ 1889.153376]  ? lock_is_held_type+0xe8/0x140
[ 1889.153390]  lookup_extent_backref+0x41/0xd0
[ 1889.153405]  __btrfs_free_extent+0xfb/0x7c0
[ 1889.153416]  ? sched_clock_cpu+0x20/0xc0
[ 1889.153431]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1889.153462]  ? sched_clock_local+0xe/0x80
[ 1889.153469]  ? sched_clock_cpu+0x9f/0xc0
[ 1889.153481]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1889.153494]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1889.153512]  btrfs_commit_transaction+0xe0/0xed0
[ 1889.153533]  transaction_kthread+0x142/0x1b0
[ 1889.153544]  ? __pfx_transaction_kthread+0x10/0x10
[ 1889.153549]  kthread+0xf5/0x120
[ 1889.153554]  ? __pfx_kthread+0x10/0x10
[ 1889.153563]  ret_from_fork+0x2c/0x50
[ 1889.153585]  </TASK>
[ 1889.153589] irq event stamp: 14612501
[ 1889.153593] hardirqs last  enabled at (14612509): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1889.153598] hardirqs last disabled at (14612516): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1889.153603] softirqs last  enabled at (14608586): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1889.153609] softirqs last disabled at (14608581): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1889.153614] ---[ end trace 0000000000000000 ]---
[ 1894.466428] ------------[ cut here ]------------
[ 1894.466440] WARNING: CPU: 8 PID: 6279 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1894.466484] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1894.466648]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1894.466754] CPU: 8 PID: 6279 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1894.466759] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1894.466764] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1894.466769] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1894.466774] RSP: 0018:ffffbdb3d3f7f648 EFLAGS: 00010246
[ 1894.466781] RAX: 0000000000000000 RBX: ffff947ee5caf8d0 RCX: 0000000000000000
[ 1894.466785] RDX: 0000000000000000 RSI: ffff947ee5caf850 RDI: ffffbdb3d3f7f670
[ 1894.466789] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1894.466793] R10: ffff947ee5caf8d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1894.466797] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1894.466802] FS:  0000000000000000(0000) GS:ffff948958200000(0063) knlGS:00000000b6a71b40
[ 1894.466806] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1894.466811] CR2: 0000019a0013a000 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1894.466815] PKRU: 55555554
[ 1894.466819] Call Trace:
[ 1894.466823]  <TASK>
[ 1894.466836]  submit_one_bio+0xd4/0xe0
[ 1894.466847]  submit_extent_page+0x142/0x550
[ 1894.466872]  read_extent_buffer_pages+0x584/0x9c0
[ 1894.466886]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.466895]  ? folio_unlock+0x1d/0x50
[ 1894.466906]  btrfs_read_extent_buffer+0x98/0x150
[ 1894.466917]  read_tree_block+0x43/0xa0
[ 1894.466923]  read_block_for_search+0x218/0x320
[ 1894.466940]  btrfs_search_slot+0x351/0xd30
[ 1894.466960]  btrfs_lookup_csum+0x63/0x150
[ 1894.466974]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1894.466986]  ? btrfs_do_readpage+0x305/0x770
[ 1894.466999]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1894.467007]  submit_one_bio+0xc4/0xe0
[ 1894.467017]  btrfs_read_folio+0x79/0x90
[ 1894.467024]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.467030]  prepare_uptodate_page+0x8c/0x210
[ 1894.467038]  prepare_pages.constprop.0+0x134/0x300
[ 1894.467053]  btrfs_buffered_write+0x2ca/0x940
[ 1894.467079]  btrfs_do_write_iter+0x384/0x5d0
[ 1894.467086]  ? lock_is_held_type+0xe8/0x140
[ 1894.467100]  vfs_write+0x269/0x4f0
[ 1894.467119]  ksys_write+0x64/0xe0
[ 1894.467128]  __do_fast_syscall_32+0x88/0xf0
[ 1894.467138]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 1894.467147]  ? lock_is_held_type+0xe8/0x140
[ 1894.467158]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.467164]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.467171]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.467177]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.467183]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.467189]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.467198]  do_fast_syscall_32+0x2f/0x70
[ 1894.467204]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1894.467210] RIP: 0023:0xf7f59579
[ 1894.467233] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1894.467237] RSP: 002b:00000000b6a6fae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1894.467244] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b6e76010
[ 1894.467248] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1894.467252] RBP: 0000000000000093 R08: 00000000b6a6fae0 R09: 0000000000000000
[ 1894.467256] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1894.467260] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1894.467280]  </TASK>
[ 1894.467284] irq event stamp: 28956747
[ 1894.467288] hardirqs last  enabled at (28956755): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1894.467295] hardirqs last disabled at (28956762): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1894.467299] softirqs last  enabled at (28955448): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1894.467304] softirqs last disabled at (28955443): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1894.467307] ---[ end trace 0000000000000000 ]---
[ 1894.473933] BTRFS error (device nvme1n1p3): level verify failed on logical 4843756240896 mirror 1 wanted 0 found 1
[ 1894.473946] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 4843756240896 mirror 1
[ 1894.473952] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1894.473961] BTRFS error (device nvme1n1p3): read failed, bytenr=4843756240896 check owner_root=7 transid=651637 has_first_key=1 first_key=(18446744073709551606 128 4766647853056) level=1
[ 1894.473971] CPU: 14 PID: 6279 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1894.473976] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1894.473979] Call Trace:
[ 1894.473983]  <TASK>
[ 1894.473988]  dump_stack_lvl+0x5b/0x77
[ 1894.473996]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1894.474005]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474011]  ? folio_unlock+0x1d/0x50
[ 1894.474019]  btrfs_read_extent_buffer+0x98/0x150
[ 1894.474027]  read_tree_block+0x43/0xa0
[ 1894.474031]  read_block_for_search+0x218/0x320
[ 1894.474045]  btrfs_search_slot+0x351/0xd30
[ 1894.474058]  btrfs_lookup_csum+0x63/0x150
[ 1894.474067]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1894.474075]  ? btrfs_do_readpage+0x305/0x770
[ 1894.474083]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1894.474089]  submit_one_bio+0xc4/0xe0
[ 1894.474096]  btrfs_read_folio+0x79/0x90
[ 1894.474100]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474104]  prepare_uptodate_page+0x8c/0x210
[ 1894.474110]  prepare_pages.constprop.0+0x134/0x300
[ 1894.474119]  btrfs_buffered_write+0x2ca/0x940
[ 1894.474136]  btrfs_do_write_iter+0x384/0x5d0
[ 1894.474140]  ? lock_is_held_type+0xe8/0x140
[ 1894.474149]  vfs_write+0x269/0x4f0
[ 1894.474162]  ksys_write+0x64/0xe0
[ 1894.474168]  __do_fast_syscall_32+0x88/0xf0
[ 1894.474174]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 1894.474181]  ? lock_is_held_type+0xe8/0x140
[ 1894.474187]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474192]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474196]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474200]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474204]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474209]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474214]  do_fast_syscall_32+0x2f/0x70
[ 1894.474219]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1894.474224] RIP: 0023:0xf7f59579
[ 1894.474246] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1894.474249] RSP: 002b:00000000b6a6fae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1894.474254] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b6e76010
[ 1894.474257] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1894.474259] RBP: 0000000000000093 R08: 00000000b6a6fae0 R09: 0000000000000000
[ 1894.474262] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1894.474264] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1894.474277]  </TASK>
[ 1894.474280] BTRFS error (device nvme1n1p3): read failed, bytenr=4843756240896 check owner_root=7 transid=651637 has_first_key=1 first_key=(18446744073709551606 128 4766647853056) level=1
[ 1894.474285] CPU: 14 PID: 6279 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1894.474288] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1894.474291] Call Trace:
[ 1894.474293]  <TASK>
[ 1894.474296]  dump_stack_lvl+0x5b/0x77
[ 1894.474300]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1894.474307]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474312]  ? folio_unlock+0x1d/0x50
[ 1894.474319]  btrfs_read_extent_buffer+0x98/0x150
[ 1894.474326]  read_tree_block+0x43/0xa0
[ 1894.474330]  read_block_for_search+0x218/0x320
[ 1894.474342]  btrfs_search_slot+0x351/0xd30
[ 1894.474355]  btrfs_lookup_csum+0x63/0x150
[ 1894.474363]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1894.474371]  ? btrfs_do_readpage+0x305/0x770
[ 1894.474379]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1894.474383]  submit_one_bio+0xc4/0xe0
[ 1894.474390]  btrfs_read_folio+0x79/0x90
[ 1894.474394]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474398]  prepare_uptodate_page+0x8c/0x210
[ 1894.474402]  prepare_pages.constprop.0+0x134/0x300
[ 1894.474411]  btrfs_buffered_write+0x2ca/0x940
[ 1894.474428]  btrfs_do_write_iter+0x384/0x5d0
[ 1894.474432]  ? lock_is_held_type+0xe8/0x140
[ 1894.474440]  vfs_write+0x269/0x4f0
[ 1894.474451]  ksys_write+0x64/0xe0
[ 1894.474457]  __do_fast_syscall_32+0x88/0xf0
[ 1894.474463]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 1894.474469]  ? lock_is_held_type+0xe8/0x140
[ 1894.474476]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474480]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474485]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474489]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474493]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474497]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474503]  do_fast_syscall_32+0x2f/0x70
[ 1894.474508]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1894.474511] RIP: 0023:0xf7f59579
[ 1894.474516] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1894.474518] RSP: 002b:00000000b6a6fae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1894.474521] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b6e76010
[ 1894.474523] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1894.474525] RBP: 0000000000000093 R08: 00000000b6a6fae0 R09: 0000000000000000
[ 1894.474527] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1894.474529] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1894.474539]  </TASK>
[ 1894.474552] BTRFS error (device nvme1n1p3): read failed, bytenr=4843756240896 check owner_root=7 transid=651637 has_first_key=1 first_key=(18446744073709551606 128 4766647853056) level=1
[ 1894.474555] CPU: 14 PID: 6279 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1894.474558] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1894.474560] Call Trace:
[ 1894.474562]  <TASK>
[ 1894.474564]  dump_stack_lvl+0x5b/0x77
[ 1894.474567]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1894.474573]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474578]  ? folio_unlock+0x1d/0x50
[ 1894.474583]  btrfs_read_extent_buffer+0x98/0x150
[ 1894.474588]  read_tree_block+0x43/0xa0
[ 1894.474592]  read_block_for_search+0x218/0x320
[ 1894.474601]  btrfs_search_slot+0x351/0xd30
[ 1894.474612]  btrfs_lookup_csum+0x63/0x150
[ 1894.474618]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1894.474624]  ? btrfs_do_readpage+0x305/0x770
[ 1894.474631]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1894.474635]  submit_one_bio+0xc4/0xe0
[ 1894.474640]  btrfs_read_folio+0x79/0x90
[ 1894.474645]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474647]  prepare_uptodate_page+0x8c/0x210
[ 1894.474650]  prepare_pages.constprop.0+0x134/0x300
[ 1894.474658]  btrfs_buffered_write+0x2ca/0x940
[ 1894.474671]  btrfs_do_write_iter+0x384/0x5d0
[ 1894.474675]  ? lock_is_held_type+0xe8/0x140
[ 1894.474681]  vfs_write+0x269/0x4f0
[ 1894.474690]  ksys_write+0x64/0xe0
[ 1894.474695]  __do_fast_syscall_32+0x88/0xf0
[ 1894.474700]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 1894.474704]  ? lock_is_held_type+0xe8/0x140
[ 1894.474710]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474713]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474717]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474720]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474724]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474727]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474732]  do_fast_syscall_32+0x2f/0x70
[ 1894.474735]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1894.474739] RIP: 0023:0xf7f59579
[ 1894.474742] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1894.474744] RSP: 002b:00000000b6a6fae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1894.474747] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b6e76010
[ 1894.474749] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1894.474751] RBP: 0000000000000093 R08: 00000000b6a6fae0 R09: 0000000000000000
[ 1894.474753] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1894.474754] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1894.474765]  </TASK>
[ 1894.474767] BTRFS error (device nvme1n1p3): read failed, bytenr=4843756240896 check owner_root=7 transid=651637 has_first_key=1 first_key=(18446744073709551606 128 4766647853056) level=1
[ 1894.474770] CPU: 14 PID: 6279 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1894.474772] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1894.474774] Call Trace:
[ 1894.474775]  <TASK>
[ 1894.474778]  dump_stack_lvl+0x5b/0x77
[ 1894.474781]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1894.474787]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474791]  ? folio_unlock+0x1d/0x50
[ 1894.474796]  btrfs_read_extent_buffer+0x98/0x150
[ 1894.474802]  read_tree_block+0x43/0xa0
[ 1894.474805]  read_block_for_search+0x218/0x320
[ 1894.474815]  btrfs_search_slot+0x351/0xd30
[ 1894.474825]  btrfs_lookup_csum+0x63/0x150
[ 1894.474832]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1894.474838]  ? btrfs_do_readpage+0x305/0x770
[ 1894.474845]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1894.474848]  submit_one_bio+0xc4/0xe0
[ 1894.474854]  btrfs_read_folio+0x79/0x90
[ 1894.474857]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1894.474860]  prepare_uptodate_page+0x8c/0x210
[ 1894.474864]  prepare_pages.constprop.0+0x134/0x300
[ 1894.474871]  btrfs_buffered_write+0x2ca/0x940
[ 1894.474885]  btrfs_do_write_iter+0x384/0x5d0
[ 1894.474888]  ? lock_is_held_type+0xe8/0x140
[ 1894.474895]  vfs_write+0x269/0x4f0
[ 1894.474904]  ksys_write+0x64/0xe0
[ 1894.474909]  __do_fast_syscall_32+0x88/0xf0
[ 1894.474914]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 1894.474918]  ? lock_is_held_type+0xe8/0x140
[ 1894.474924]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474927]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474931]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474934]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474938]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1894.474941]  ? __do_fast_syscall_32+0x94/0xf0
[ 1894.474945]  do_fast_syscall_32+0x2f/0x70
[ 1894.474949]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1894.474952] RIP: 0023:0xf7f59579
[ 1894.474955] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1894.474957] RSP: 002b:00000000b6a6fae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 1894.474960] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b6e76010
[ 1894.474962] RDX: 0000000000100000 RSI: 00000000f7d18ff4 RDI: 0000000000000000
[ 1894.474964] RBP: 0000000000000093 R08: 00000000b6a6fae0 R09: 0000000000000000
[ 1894.474966] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1894.474968] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1894.474978]  </TASK>
[ 1911.648798] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1911.648843] [drm] PSP is resuming...
[ 1911.724820] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1911.826707] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1911.840482] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1911.840488] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1911.840495] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1911.840498] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1911.840551] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1911.894323] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1911.895631] [drm] DMUB hardware initialized: version=0x02020017
[ 1911.933504] [drm] kiq ring mec 2 pipe 1 q 0
[ 1911.939194] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1911.939352] [drm] JPEG decode initialized successfully.
[ 1911.939375] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1911.939378] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1911.939380] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1911.939382] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1911.939384] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1911.939386] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1911.939388] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1911.939390] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1911.939392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1911.939394] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1911.939396] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1911.939398] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1911.939400] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1911.939402] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1911.939404] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1911.939406] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1911.943282] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1919.305574] ------------[ cut here ]------------
[ 1919.305585] WARNING: CPU: 9 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1919.305595] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1919.305765]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1919.305882] CPU: 9 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1919.305888] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1919.305893] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1919.305899] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1919.305904] RSP: 0018:ffffbdb3c489f888 EFLAGS: 00010246
[ 1919.305910] RAX: 0000000000000000 RBX: ffff947ee52fec90 RCX: 0000000000000000
[ 1919.305915] RDX: 0000000000000000 RSI: ffff947ee52fec10 RDI: ffffbdb3c489f8b0
[ 1919.305919] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1919.305923] R10: ffff947ee52fec90 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1919.305927] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1919.305932] FS:  0000000000000000(0000) GS:ffff948958600000(0000) knlGS:0000000000000000
[ 1919.305937] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1919.305941] CR2: 000005c6008c5000 CR3: 00000001b6d4a000 CR4: 0000000000750ee0
[ 1919.305946] PKRU: 55555554
[ 1919.305950] Call Trace:
[ 1919.305955]  <TASK>
[ 1919.305967]  submit_one_bio+0xd4/0xe0
[ 1919.305979]  submit_extent_page+0x142/0x550
[ 1919.306004]  read_extent_buffer_pages+0x584/0x9c0
[ 1919.306018]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1919.306027]  ? folio_unlock+0x1d/0x50
[ 1919.306038]  btrfs_read_extent_buffer+0x98/0x150
[ 1919.306049]  read_tree_block+0x43/0xa0
[ 1919.306057]  read_block_for_search+0x218/0x320
[ 1919.306076]  btrfs_search_slot+0x351/0xd30
[ 1919.306096]  btrfs_insert_empty_items+0x31/0x70
[ 1919.306105]  alloc_reserved_file_extent+0xbc/0x240
[ 1919.306124]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1919.306154]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1919.306167]  btrfs_commit_transaction+0x93/0xed0
[ 1919.306190]  transaction_kthread+0x142/0x1b0
[ 1919.306202]  ? __pfx_transaction_kthread+0x10/0x10
[ 1919.306207]  kthread+0xf5/0x120
[ 1919.306213]  ? __pfx_kthread+0x10/0x10
[ 1919.306222]  ret_from_fork+0x2c/0x50
[ 1919.306244]  </TASK>
[ 1919.306248] irq event stamp: 14687453
[ 1919.306252] hardirqs last  enabled at (14687461): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1919.306259] hardirqs last disabled at (14687468): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1919.306264] softirqs last  enabled at (14686254): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1919.306271] softirqs last disabled at (14686249): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1919.306276] ---[ end trace 0000000000000000 ]---
[ 1925.683150] ------------[ cut here ]------------
[ 1925.683160] WARNING: CPU: 3 PID: 1046 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1925.683170] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1925.683343]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1925.683488] CPU: 3 PID: 1046 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1925.683494] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1925.683499] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1925.683507] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1925.683513] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1925.683518] RSP: 0018:ffffbdb3c4b93888 EFLAGS: 00010246
[ 1925.683525] RAX: 0000000000000000 RBX: ffff947e54b4c450 RCX: 0000000000000000
[ 1925.683530] RDX: 0000000000000000 RSI: ffff947e54b4c3d0 RDI: ffffbdb3c4b938b0
[ 1925.683534] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1925.683539] R10: ffff947e54b4c450 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1925.683543] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1925.683548] FS:  0000000000000000(0000) GS:ffff948956e00000(0000) knlGS:0000000000000000
[ 1925.683553] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1925.683557] CR2: 00007f0a8a59fa58 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1925.683562] PKRU: 55555554
[ 1925.683566] Call Trace:
[ 1925.683571]  <TASK>
[ 1925.683584]  submit_one_bio+0xd4/0xe0
[ 1925.683595]  submit_extent_page+0x142/0x550
[ 1925.683622]  read_extent_buffer_pages+0x584/0x9c0
[ 1925.683636]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1925.683645]  ? folio_unlock+0x1d/0x50
[ 1925.683657]  btrfs_read_extent_buffer+0x98/0x150
[ 1925.683669]  read_tree_block+0x43/0xa0
[ 1925.683677]  read_block_for_search+0x218/0x320
[ 1925.683697]  btrfs_search_slot+0x351/0xd30
[ 1925.683712]  ? lock_is_held_type+0xe8/0x140
[ 1925.683725]  btrfs_lookup_csum+0x63/0x150
[ 1925.683739]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1925.683746]  ? sched_clock_cpu+0x9f/0xc0
[ 1925.683775]  ? lock_release+0x14b/0x440
[ 1925.683787]  ? _raw_read_unlock+0x29/0x50
[ 1925.683799]  btrfs_finish_ordered_io+0x441/0x860
[ 1925.683825]  btrfs_work_helper+0xfe/0x400
[ 1925.683832]  ? lock_is_held_type+0xe8/0x140
[ 1925.683845]  process_one_work+0x294/0x5b0
[ 1925.683863]  worker_thread+0x4f/0x3a0
[ 1925.683873]  ? __pfx_worker_thread+0x10/0x10
[ 1925.683879]  kthread+0xf5/0x120
[ 1925.683884]  ? __pfx_kthread+0x10/0x10
[ 1925.683893]  ret_from_fork+0x2c/0x50
[ 1925.683917]  </TASK>
[ 1925.683921] irq event stamp: 12037871
[ 1925.683925] hardirqs last  enabled at (12037879): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1925.683932] hardirqs last disabled at (12037886): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1925.683937] softirqs last  enabled at (12037768): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1925.683943] softirqs last disabled at (12037733): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1925.683948] ---[ end trace 0000000000000000 ]---
[ 1925.688676] ------------[ cut here ]------------
[ 1925.688688] WARNING: CPU: 3 PID: 544 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1925.688701] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1925.688881]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1925.688992] CPU: 3 PID: 544 Comm: kworker/u32:4 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1925.688997] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1925.689001] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1925.689008] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1925.689013] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1925.689018] RSP: 0018:ffffbdb3c1a0f888 EFLAGS: 00010246
[ 1925.689023] RAX: 0000000000000000 RBX: ffff947e54b4d090 RCX: 0000000000000000
[ 1925.689027] RDX: 0000000000000000 RSI: ffff947e54b4d010 RDI: ffffbdb3c1a0f8b0
[ 1925.689030] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1925.689034] R10: ffff947e54b4d090 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1925.689037] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1925.689041] FS:  0000000000000000(0000) GS:ffff948956e00000(0000) knlGS:0000000000000000
[ 1925.689045] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1925.689049] CR2: 00007f0a8a59fa58 CR3: 000000019b3d0000 CR4: 0000000000750ee0
[ 1925.689052] PKRU: 55555554
[ 1925.689056] Call Trace:
[ 1925.689060]  <TASK>
[ 1925.689071]  submit_one_bio+0xd4/0xe0
[ 1925.689081]  submit_extent_page+0x142/0x550
[ 1925.689103]  read_extent_buffer_pages+0x584/0x9c0
[ 1925.689115]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1925.689122]  ? folio_unlock+0x1d/0x50
[ 1925.689133]  btrfs_read_extent_buffer+0x98/0x150
[ 1925.689143]  read_tree_block+0x43/0xa0
[ 1925.689149]  read_block_for_search+0x218/0x320
[ 1925.689165]  btrfs_search_slot+0x351/0xd30
[ 1925.689177]  ? lock_is_held_type+0xe8/0x140
[ 1925.689189]  btrfs_lookup_csum+0x63/0x150
[ 1925.689201]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1925.689207]  ? sched_clock_cpu+0x9f/0xc0
[ 1925.689214]  ? lock_release+0x14b/0x440
[ 1925.689225]  ? _raw_read_unlock+0x29/0x50
[ 1925.689236]  btrfs_finish_ordered_io+0x441/0x860
[ 1925.689259]  btrfs_work_helper+0xfe/0x400
[ 1925.689264]  ? lock_is_held_type+0xe8/0x140
[ 1925.689274]  process_one_work+0x294/0x5b0
[ 1925.689290]  worker_thread+0x4f/0x3a0
[ 1925.689299]  ? __pfx_worker_thread+0x10/0x10
[ 1925.689303]  kthread+0xf5/0x120
[ 1925.689309]  ? __pfx_kthread+0x10/0x10
[ 1925.689316]  ret_from_fork+0x2c/0x50
[ 1925.689335]  </TASK>
[ 1925.689339] irq event stamp: 27104435
[ 1925.689342] hardirqs last  enabled at (27104443): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1925.689348] hardirqs last disabled at (27104450): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1925.689353] softirqs last  enabled at (27102912): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1925.689358] softirqs last disabled at (27102903): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1925.689362] ---[ end trace 0000000000000000 ]---
[ 1925.692543] ------------[ cut here ]------------
[ 1925.692553] WARNING: CPU: 4 PID: 9848 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1925.692564] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1925.692739]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1925.692854] CPU: 4 PID: 9848 Comm: kworker/u32:7 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1925.692860] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1925.692865] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1925.692873] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1925.692879] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1925.692884] RSP: 0018:ffffbdb3d9e13888 EFLAGS: 00010246
[ 1925.692891] RAX: 0000000000000000 RBX: ffff9480a50a0b50 RCX: 0000000000000000
[ 1925.692896] RDX: 0000000000000000 RSI: ffff9480a50a0ad0 RDI: ffffbdb3d9e138b0
[ 1925.692901] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1925.692905] R10: ffff9480a50a0b50 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1925.692910] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1925.692914] FS:  0000000000000000(0000) GS:ffff948957200000(0000) knlGS:0000000000000000
[ 1925.692919] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1925.692924] CR2: 000055e68145f948 CR3: 00000004460a2000 CR4: 0000000000750ee0
[ 1925.692929] PKRU: 55555554
[ 1925.692934] Call Trace:
[ 1925.692939]  <TASK>
[ 1925.692952]  submit_one_bio+0xd4/0xe0
[ 1925.692965]  submit_extent_page+0x142/0x550
[ 1925.692991]  read_extent_buffer_pages+0x584/0x9c0
[ 1925.693006]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1925.693015]  ? folio_unlock+0x1d/0x50
[ 1925.693027]  btrfs_read_extent_buffer+0x98/0x150
[ 1925.693039]  read_tree_block+0x43/0xa0
[ 1925.693046]  read_block_for_search+0x218/0x320
[ 1925.693067]  btrfs_search_slot+0x351/0xd30
[ 1925.693082]  ? lock_is_held_type+0xe8/0x140
[ 1925.693095]  btrfs_lookup_csum+0x63/0x150
[ 1925.693110]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1925.693117]  ? sched_clock_cpu+0x9f/0xc0
[ 1925.693125]  ? lock_release+0x14b/0x440
[ 1925.693137]  ? _raw_read_unlock+0x29/0x50
[ 1925.693149]  btrfs_finish_ordered_io+0x441/0x860
[ 1925.693176]  btrfs_work_helper+0xfe/0x400
[ 1925.693182]  ? lock_is_held_type+0xe8/0x140
[ 1925.693196]  process_one_work+0x294/0x5b0
[ 1925.693214]  worker_thread+0x4f/0x3a0
[ 1925.693224]  ? __pfx_worker_thread+0x10/0x10
[ 1925.693229]  kthread+0xf5/0x120
[ 1925.693235]  ? __pfx_kthread+0x10/0x10
[ 1925.693245]  ret_from_fork+0x2c/0x50
[ 1925.693268]  </TASK>
[ 1925.693273] irq event stamp: 3005
[ 1925.693277] hardirqs last  enabled at (3013): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1925.693283] hardirqs last disabled at (3020): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1925.693289] softirqs last  enabled at (1798): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1925.693295] softirqs last disabled at (1791): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1925.693300] ---[ end trace 0000000000000000 ]---
[ 1925.708000] ------------[ cut here ]------------
[ 1925.708057] WARNING: CPU: 11 PID: 732 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1925.708068] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1925.708184]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1925.708264] CPU: 11 PID: 732 Comm: kworker/u32:8 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1925.708268] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1925.708270] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1925.708276] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1925.708280] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1925.708283] RSP: 0018:ffffbdb3c2257888 EFLAGS: 00010246
[ 1925.708287] RAX: 0000000000000000 RBX: ffff947ee6e7b550 RCX: 0000000000000000
[ 1925.708289] RDX: 0000000000000000 RSI: ffff947ee6e7b4d0 RDI: ffffbdb3c22578b0
[ 1925.708292] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1925.708294] R10: ffff947ee6e7b550 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1925.708297] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1925.708299] FS:  0000000000000000(0000) GS:ffff948958e00000(0000) knlGS:0000000000000000
[ 1925.708302] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1925.708305] CR2: 0000019a018d3000 CR3: 0000000315c8a000 CR4: 0000000000750ee0
[ 1925.708307] PKRU: 55555554
[ 1925.708310] Call Trace:
[ 1925.708313]  <TASK>
[ 1925.708320]  submit_one_bio+0xd4/0xe0
[ 1925.708327]  submit_extent_page+0x142/0x550
[ 1925.708342]  read_extent_buffer_pages+0x584/0x9c0
[ 1925.708350]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1925.708356]  ? folio_unlock+0x1d/0x50
[ 1925.708363]  btrfs_read_extent_buffer+0x98/0x150
[ 1925.708370]  read_tree_block+0x43/0xa0
[ 1925.708374]  read_block_for_search+0x218/0x320
[ 1925.708386]  btrfs_search_slot+0x351/0xd30
[ 1925.708394]  ? lock_is_held_type+0xe8/0x140
[ 1925.708402]  btrfs_lookup_csum+0x63/0x150
[ 1925.708410]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1925.708414]  ? sched_clock_cpu+0x9f/0xc0
[ 1925.708420]  ? lock_release+0x14b/0x440
[ 1925.708427]  ? _raw_read_unlock+0x29/0x50
[ 1925.708434]  btrfs_finish_ordered_io+0x441/0x860
[ 1925.708470]  btrfs_work_helper+0xfe/0x400
[ 1925.708476]  ? lock_is_held_type+0xe8/0x140
[ 1925.708489]  process_one_work+0x294/0x5b0
[ 1925.708505]  worker_thread+0x4f/0x3a0
[ 1925.708515]  ? __pfx_worker_thread+0x10/0x10
[ 1925.708520]  kthread+0xf5/0x120
[ 1925.708527]  ? __pfx_kthread+0x10/0x10
[ 1925.708532]  ret_from_fork+0x2c/0x50
[ 1925.708545]  </TASK>
[ 1925.708547] irq event stamp: 20459053
[ 1925.708550] hardirqs last  enabled at (20459061): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1925.708554] hardirqs last disabled at (20459068): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1925.708557] softirqs last  enabled at (20457360): [<ffffffffa77ef874>] blkg_async_bio_workfn+0x64/0xd0
[ 1925.708562] softirqs last disabled at (20457358): [<ffffffffa77ef858>] blkg_async_bio_workfn+0x48/0xd0
[ 1925.708565] ---[ end trace 0000000000000000 ]---
[ 1925.712069] ------------[ cut here ]------------
[ 1925.712075] WARNING: CPU: 12 PID: 9852 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1925.712083] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1925.712224]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1925.712335] CPU: 12 PID: 9852 Comm: kworker/u32:19 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1925.712341] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1925.712345] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1925.712352] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1925.712356] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1925.712359] RSP: 0018:ffffbdb3d9e23888 EFLAGS: 00010246
[ 1925.712365] RAX: 0000000000000000 RBX: ffff947a996dd5d0 RCX: 0000000000000000
[ 1925.712370] RDX: 0000000000000000 RSI: ffff947a996dd550 RDI: ffffbdb3d9e238b0
[ 1925.712375] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1925.712379] R10: ffff947a996dd5d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1925.712384] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1925.712388] FS:  0000000000000000(0000) GS:ffff948959200000(0000) knlGS:0000000000000000
[ 1925.712393] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1925.712398] CR2: 00007f0a7c001028 CR3: 000000012cefc000 CR4: 0000000000750ee0
[ 1925.712401] PKRU: 55555554
[ 1925.712404] Call Trace:
[ 1925.712408]  <TASK>
[ 1925.712419]  submit_one_bio+0xd4/0xe0
[ 1925.712432]  submit_extent_page+0x142/0x550
[ 1925.712472]  read_extent_buffer_pages+0x584/0x9c0
[ 1925.712488]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1925.712497]  ? folio_unlock+0x1d/0x50
[ 1925.712509]  btrfs_read_extent_buffer+0x98/0x150
[ 1925.712520]  read_tree_block+0x43/0xa0
[ 1925.712524]  read_block_for_search+0x218/0x320
[ 1925.712536]  btrfs_search_slot+0x351/0xd30
[ 1925.712544]  ? lock_is_held_type+0xe8/0x140
[ 1925.712551]  btrfs_lookup_csum+0x63/0x150
[ 1925.712559]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1925.712564]  ? sched_clock_cpu+0x9f/0xc0
[ 1925.712568]  ? lock_release+0x14b/0x440
[ 1925.712575]  ? _raw_read_unlock+0x29/0x50
[ 1925.712582]  btrfs_finish_ordered_io+0x441/0x860
[ 1925.712597]  btrfs_work_helper+0xfe/0x400
[ 1925.712600]  ? lock_is_held_type+0xe8/0x140
[ 1925.712612]  process_one_work+0x294/0x5b0
[ 1925.712630]  worker_thread+0x4f/0x3a0
[ 1925.712636]  ? __pfx_worker_thread+0x10/0x10
[ 1925.712640]  kthread+0xf5/0x120
[ 1925.712644]  ? __pfx_kthread+0x10/0x10
[ 1925.712653]  ret_from_fork+0x2c/0x50
[ 1925.712669]  </TASK>
[ 1925.712673] irq event stamp: 6469
[ 1925.712677] hardirqs last  enabled at (6477): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1925.712683] hardirqs last disabled at (6484): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1925.712688] softirqs last  enabled at (5238): [<ffffffffa77ef874>] blkg_async_bio_workfn+0x64/0xd0
[ 1925.712694] softirqs last disabled at (5236): [<ffffffffa77ef858>] blkg_async_bio_workfn+0x48/0xd0
[ 1925.712700] ---[ end trace 0000000000000000 ]---
[ 1925.713459] ------------[ cut here ]------------
[ 1925.713467] WARNING: CPU: 10 PID: 9 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1925.713473] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1925.713583]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1925.713656] CPU: 10 PID: 9 Comm: kworker/u32:0 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1925.713660] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1925.713663] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1925.713669] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1925.713672] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1925.713676] RSP: 0018:ffffbdb3c0147888 EFLAGS: 00010246
[ 1925.713680] RAX: 0000000000000000 RBX: ffff9486ad4ed790 RCX: 0000000000000000
[ 1925.713685] RDX: 0000000000000000 RSI: ffff9486ad4ed710 RDI: ffffbdb3c01478b0
[ 1925.713690] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1925.713696] R10: ffff9486ad4ed790 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1925.713701] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1925.713707] FS:  0000000000000000(0000) GS:ffff948958a00000(0000) knlGS:0000000000000000
[ 1925.713713] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1925.713718] CR2: 000028c8006dc000 CR3: 0000000315c8a000 CR4: 0000000000750ee0
[ 1925.713725] PKRU: 55555554
[ 1925.713731] Call Trace:
[ 1925.713737]  <TASK>
[ 1925.713754]  submit_one_bio+0xd4/0xe0
[ 1925.713770]  submit_extent_page+0x142/0x550
[ 1925.713808]  read_extent_buffer_pages+0x584/0x9c0
[ 1925.713829]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1925.713843]  ? folio_unlock+0x1d/0x50
[ 1925.713857]  btrfs_read_extent_buffer+0x98/0x150
[ 1925.713870]  read_tree_block+0x43/0xa0
[ 1925.713876]  read_block_for_search+0x218/0x320
[ 1925.713889]  btrfs_search_slot+0x351/0xd30
[ 1925.713899]  ? lock_is_held_type+0xe8/0x140
[ 1925.713908]  btrfs_lookup_csum+0x63/0x150
[ 1925.713917]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1925.713922]  ? sched_clock_cpu+0x9f/0xc0
[ 1925.713927]  ? lock_release+0x14b/0x440
[ 1925.713935]  ? _raw_read_unlock+0x29/0x50
[ 1925.713943]  btrfs_finish_ordered_io+0x441/0x860
[ 1925.713962]  btrfs_work_helper+0xfe/0x400
[ 1925.713966]  ? lock_is_held_type+0xe8/0x140
[ 1925.713975]  process_one_work+0x294/0x5b0
[ 1925.713987]  worker_thread+0x4f/0x3a0
[ 1925.713994]  ? __pfx_worker_thread+0x10/0x10
[ 1925.713998]  kthread+0xf5/0x120
[ 1925.714001]  ? __pfx_kthread+0x10/0x10
[ 1925.714009]  ret_from_fork+0x2c/0x50
[ 1925.714024]  </TASK>
[ 1925.714027] irq event stamp: 26281493
[ 1925.714030] hardirqs last  enabled at (26281501): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1925.714034] hardirqs last disabled at (26281508): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1925.714037] softirqs last  enabled at (26280224): [<ffffffffa77ef874>] blkg_async_bio_workfn+0x64/0xd0
[ 1925.714041] softirqs last disabled at (26280222): [<ffffffffa77ef858>] blkg_async_bio_workfn+0x48/0xd0
[ 1925.714045] ---[ end trace 0000000000000000 ]---
[ 1949.509043] ------------[ cut here ]------------
[ 1949.509181] WARNING: CPU: 11 PID: 634 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1949.509194] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 1949.509362]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1949.509525] CPU: 11 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1949.509532] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1949.509537] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1949.509544] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1949.509549] RSP: 0018:ffffbdb3c489f888 EFLAGS: 00010246
[ 1949.509557] RAX: 0000000000000000 RBX: ffff947ee6e780d0 RCX: 0000000000000000
[ 1949.509562] RDX: 0000000000000000 RSI: ffff947ee6e78050 RDI: ffffbdb3c489f8b0
[ 1949.509567] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1949.509571] R10: ffff947ee6e780d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 1949.509576] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 1949.509581] FS:  0000000000000000(0000) GS:ffff948958e00000(0000) knlGS:0000000000000000
[ 1949.509586] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1949.509591] CR2: 0000120c05e11100 CR3: 00000002db428000 CR4: 0000000000750ee0
[ 1949.509596] PKRU: 55555554
[ 1949.509601] Call Trace:
[ 1949.509605]  <TASK>
[ 1949.509615]  submit_one_bio+0xd4/0xe0
[ 1949.509623]  submit_extent_page+0x142/0x550
[ 1949.509638]  read_extent_buffer_pages+0x584/0x9c0
[ 1949.509646]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1949.509651]  ? folio_unlock+0x1d/0x50
[ 1949.509662]  btrfs_read_extent_buffer+0x98/0x150
[ 1949.509668]  read_tree_block+0x43/0xa0
[ 1949.509672]  read_block_for_search+0x218/0x320
[ 1949.509684]  btrfs_search_slot+0x351/0xd30
[ 1949.509696]  btrfs_insert_empty_items+0x31/0x70
[ 1949.509701]  alloc_reserved_file_extent+0xbc/0x240
[ 1949.509711]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1949.509729]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1949.509736]  btrfs_commit_transaction+0x93/0xed0
[ 1949.509749]  transaction_kthread+0x142/0x1b0
[ 1949.509755]  ? __pfx_transaction_kthread+0x10/0x10
[ 1949.509758]  kthread+0xf5/0x120
[ 1949.509763]  ? __pfx_kthread+0x10/0x10
[ 1949.509768]  ret_from_fork+0x2c/0x50
[ 1949.509782]  </TASK>
[ 1949.509785] irq event stamp: 14862619
[ 1949.509787] hardirqs last  enabled at (14862627): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 1949.509793] hardirqs last disabled at (14862634): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 1949.509796] softirqs last  enabled at (14862262): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1949.509800] softirqs last disabled at (14862217): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 1949.509803] ---[ end trace 0000000000000000 ]---
[ 1949.509917] BTRFS error (device nvme1n1p3): level verify failed on logical 3949826850816 mirror 1 wanted 0 found 1
[ 1949.509926] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 3949826850816 mirror 1
[ 1949.509931] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1949.509945] BTRFS error (device nvme1n1p3): read failed, bytenr=3949826850816 check owner_root=2 transid=651631 has_first_key=1 first_key=(182369771520 168 24576) level=1
[ 1949.509953] CPU: 11 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1949.509959] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1949.509963] Call Trace:
[ 1949.509967]  <TASK>
[ 1949.509970]  dump_stack_lvl+0x5b/0x77
[ 1949.509976]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1949.509983]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1949.509988]  ? folio_unlock+0x1d/0x50
[ 1949.509994]  btrfs_read_extent_buffer+0x98/0x150
[ 1949.510000]  read_tree_block+0x43/0xa0
[ 1949.510004]  read_block_for_search+0x218/0x320
[ 1949.510015]  btrfs_search_slot+0x351/0xd30
[ 1949.510026]  btrfs_insert_empty_items+0x31/0x70
[ 1949.510031]  alloc_reserved_file_extent+0xbc/0x240
[ 1949.510041]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1949.510058]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1949.510065]  btrfs_commit_transaction+0x93/0xed0
[ 1949.510077]  transaction_kthread+0x142/0x1b0
[ 1949.510083]  ? __pfx_transaction_kthread+0x10/0x10
[ 1949.510086]  kthread+0xf5/0x120
[ 1949.510088]  ? __pfx_kthread+0x10/0x10
[ 1949.510093]  ret_from_fork+0x2c/0x50
[ 1949.510105]  </TASK>
[ 1949.510107] BTRFS error (device nvme1n1p3): read failed, bytenr=3949826850816 check owner_root=2 transid=651631 has_first_key=1 first_key=(182369771520 168 24576) level=1
[ 1949.510111] CPU: 11 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1949.510114] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1949.510116] Call Trace:
[ 1949.510118]  <TASK>
[ 1949.510120]  dump_stack_lvl+0x5b/0x77
[ 1949.510124]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1949.510130]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1949.510135]  ? folio_unlock+0x1d/0x50
[ 1949.510140]  btrfs_read_extent_buffer+0x98/0x150
[ 1949.510146]  read_tree_block+0x43/0xa0
[ 1949.510150]  read_block_for_search+0x218/0x320
[ 1949.510160]  btrfs_search_slot+0x351/0xd30
[ 1949.510172]  btrfs_insert_empty_items+0x31/0x70
[ 1949.510177]  alloc_reserved_file_extent+0xbc/0x240
[ 1949.510187]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1949.510204]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1949.510211]  btrfs_commit_transaction+0x93/0xed0
[ 1949.510223]  transaction_kthread+0x142/0x1b0
[ 1949.510229]  ? __pfx_transaction_kthread+0x10/0x10
[ 1949.510232]  kthread+0xf5/0x120
[ 1949.510234]  ? __pfx_kthread+0x10/0x10
[ 1949.510238]  ret_from_fork+0x2c/0x50
[ 1949.510250]  </TASK>
[ 1949.510252] BTRFS error (device nvme1n1p3): read failed, bytenr=3949826850816 check owner_root=2 transid=651631 has_first_key=1 first_key=(182369771520 168 24576) level=1
[ 1949.510256] CPU: 11 PID: 634 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 1949.510258] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1949.510260] Call Trace:
[ 1949.510262]  <TASK>
[ 1949.510265]  dump_stack_lvl+0x5b/0x77
[ 1949.510268]  read_extent_buffer_pages.cold+0x61/0xa0
[ 1949.510274]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1949.510279]  ? folio_unlock+0x1d/0x50
[ 1949.510285]  btrfs_read_extent_buffer+0x98/0x150
[ 1949.510291]  read_tree_block+0x43/0xa0
[ 1949.510295]  read_block_for_search+0x218/0x320
[ 1949.510305]  btrfs_search_slot+0x351/0xd30
[ 1949.510316]  btrfs_insert_empty_items+0x31/0x70
[ 1949.510321]  alloc_reserved_file_extent+0xbc/0x240
[ 1949.510331]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1949.510348]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1949.510355]  btrfs_commit_transaction+0x93/0xed0
[ 1949.510367]  transaction_kthread+0x142/0x1b0
[ 1949.510373]  ? __pfx_transaction_kthread+0x10/0x10
[ 1949.510376]  kthread+0xf5/0x120
[ 1949.510378]  ? __pfx_kthread+0x10/0x10
[ 1949.510383]  ret_from_fork+0x2c/0x50
[ 1949.510394]  </TASK>
[ 1949.510531] BTRFS error (device nvme1n1p3: state A): Transaction aborted (error -5)
[ 1949.510588] BTRFS: error (device nvme1n1p3: state A) in btrfs_run_delayed_refs:2148: errno=-5 IO failure
[ 1949.510592] BTRFS info (device nvme1n1p3: state EA): forced readonly
[ 1981.392717] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1981.392792] [drm] PSP is resuming...
[ 1981.468713] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1981.570280] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1981.584075] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1981.584080] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1981.584085] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1981.584089] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1981.584141] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1981.638064] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1981.639430] [drm] DMUB hardware initialized: version=0x02020017
[ 1981.677408] [drm] kiq ring mec 2 pipe 1 q 0
[ 1981.682963] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1981.683126] [drm] JPEG decode initialized successfully.
[ 1981.683149] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1981.683151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1981.683153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1981.683155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1981.683157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1981.683159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1981.683161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1981.683163] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1981.683165] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1981.683167] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1981.683169] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1981.683171] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1981.683173] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1981.683175] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1981.683177] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1981.683178] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1981.687303] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2059.050809] ------------[ cut here ]------------
[ 2059.050886] WARNING: CPU: 2 PID: 10061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2059.050893] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 2059.050970]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2059.051021] CPU: 2 PID: 10061 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 2059.051025] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2059.051027] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2059.051030] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2059.051033] RSP: 0018:ffffbdb3c7f8b540 EFLAGS: 00010246
[ 2059.051036] RAX: 0000000000000000 RBX: ffff947e835db390 RCX: 0000000000000000
[ 2059.051038] RDX: 0000000000000000 RSI: ffff947e835db310 RDI: ffffbdb3c7f8b568
[ 2059.051040] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2059.051042] R10: ffff947e835db390 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 2059.051044] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 2059.051046] FS:  00007f5997174740(0000) GS:ffff948956a00000(0000) knlGS:0000000000000000
[ 2059.051049] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2059.051051] CR2: 00007f5989151060 CR3: 000000013a7ee000 CR4: 0000000000750ee0
[ 2059.051053] PKRU: 55555554
[ 2059.051055] Call Trace:
[ 2059.051057]  <TASK>
[ 2059.051064]  submit_one_bio+0xd4/0xe0
[ 2059.051070]  submit_extent_page+0x142/0x550
[ 2059.051082]  read_extent_buffer_pages+0x584/0x9c0
[ 2059.051089]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2059.051094]  ? folio_unlock+0x1d/0x50
[ 2059.051100]  btrfs_read_extent_buffer+0x98/0x150
[ 2059.051105]  read_tree_block+0x43/0xa0
[ 2059.051109]  read_block_for_search+0x218/0x320
[ 2059.051118]  btrfs_search_slot+0x351/0xd30
[ 2059.051128]  btrfs_lookup_csum+0x63/0x150
[ 2059.051135]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2059.051144]  btrfs_submit_compressed_read+0x359/0x470
[ 2059.051154]  submit_one_bio+0xc4/0xe0
[ 2059.051158]  ? extent_readahead+0xb7/0x6f0
[ 2059.051160]  extent_readahead+0x6d3/0x6f0
[ 2059.051164]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2059.051177]  read_pages+0x7a/0x300
[ 2059.051184]  page_cache_ra_unbounded+0x131/0x1b0
[ 2059.051191]  filemap_get_pages+0x40e/0x6b0
[ 2059.051197]  ? lock_is_held_type+0xe8/0x140
[ 2059.051206]  filemap_read+0xd7/0x330
[ 2059.051210]  ? lock_is_held_type+0xe8/0x140
[ 2059.051222]  vfs_read+0x243/0x310
[ 2059.051232]  ksys_read+0x64/0xe0
[ 2059.051236]  do_syscall_64+0x5b/0x80
[ 2059.051240]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2059.051244]  ? do_syscall_64+0x67/0x80
[ 2059.051247]  ? asm_exc_page_fault+0x22/0x30
[ 2059.051251]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2059.051254]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2059.051258] RIP: 0033:0x7f5996b1eac1
[ 2059.051277] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 2059.051279] RSP: 002b:00007ffeb2da49d8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 2059.051283] RAX: ffffffffffffffda RBX: 00007f59971746c8 RCX: 00007f5996b1eac1
[ 2059.051285] RDX: 000000000000127e RSI: 000055e21bc89ac0 RDI: 0000000000000003
[ 2059.051287] RBP: 000000000000127e R08: 0000000000000000 R09: 0000000000000000
[ 2059.051289] R10: 0000000000000000 R11: 0000000000000246 R12: 000055e21bc89ac0
[ 2059.051291] R13: 0000000000000003 R14: 00007f599711ed38 R15: 00007f59968e7010
[ 2059.051300]  </TASK>
[ 2059.051302] irq event stamp: 39239
[ 2059.051304] hardirqs last  enabled at (39247): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 2059.051308] hardirqs last disabled at (39254): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 2059.051311] softirqs last  enabled at (37698): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 2059.051315] softirqs last disabled at (37693): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 2059.051317] ---[ end trace 0000000000000000 ]---
[ 2059.070134] ------------[ cut here ]------------
[ 2059.070140] WARNING: CPU: 2 PID: 10061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2059.070147] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 2059.070226]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2059.070276] CPU: 2 PID: 10061 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 2059.070280] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2059.070282] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2059.070285] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2059.070288] RSP: 0018:ffffbdb3c7f8b570 EFLAGS: 00010246
[ 2059.070291] RAX: 0000000000000000 RBX: ffff947e835d87d0 RCX: 0000000000000000
[ 2059.070294] RDX: 0000000000000000 RSI: ffff947e835d8750 RDI: ffffbdb3c7f8b598
[ 2059.070295] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2059.070297] R10: ffff947e835d87d0 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 2059.070299] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 2059.070301] FS:  00007f5997174740(0000) GS:ffff948956a00000(0000) knlGS:0000000000000000
[ 2059.070304] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2059.070306] CR2: 000055e21bcd7378 CR3: 000000013a7ee000 CR4: 0000000000750ee0
[ 2059.070308] PKRU: 55555554
[ 2059.070310] Call Trace:
[ 2059.070312]  <TASK>
[ 2059.070319]  submit_one_bio+0xd4/0xe0
[ 2059.070325]  submit_extent_page+0x142/0x550
[ 2059.070337]  read_extent_buffer_pages+0x584/0x9c0
[ 2059.070344]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2059.070348]  ? folio_unlock+0x1d/0x50
[ 2059.070355]  btrfs_read_extent_buffer+0x98/0x150
[ 2059.070360]  read_tree_block+0x43/0xa0
[ 2059.070364]  read_block_for_search+0x218/0x320
[ 2059.070373]  btrfs_search_slot+0x351/0xd30
[ 2059.070383]  btrfs_lookup_csum+0x63/0x150
[ 2059.070389]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2059.070399]  btrfs_submit_compressed_read+0x359/0x470
[ 2059.070408]  submit_one_bio+0xc4/0xe0
[ 2059.070413]  ? extent_readahead+0xb7/0x6f0
[ 2059.070415]  extent_readahead+0x6d3/0x6f0
[ 2059.070420]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2059.070432]  read_pages+0x7a/0x300
[ 2059.070439]  page_cache_ra_unbounded+0x131/0x1b0
[ 2059.070446]  filemap_get_pages+0x40e/0x6b0
[ 2059.070488]  ? lock_is_held_type+0xe8/0x140
[ 2059.070503]  filemap_read+0xd7/0x330
[ 2059.070510]  ? lock_is_held_type+0xe8/0x140
[ 2059.070532]  vfs_read+0x243/0x310
[ 2059.070549]  ksys_read+0x64/0xe0
[ 2059.070558]  do_syscall_64+0x5b/0x80
[ 2059.070564]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2059.070570]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2059.070576] RIP: 0033:0x7f5996b1eac1
[ 2059.070597] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 2059.070601] RSP: 002b:00007ffeb2da2f18 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 2059.070607] RAX: ffffffffffffffda RBX: 00007f59971746c8 RCX: 00007f5996b1eac1
[ 2059.070610] RDX: 0000000000002a6c RSI: 000055e21bcd4900 RDI: 0000000000000003
[ 2059.070614] RBP: 0000000000002a6c R08: 0000000000000000 R09: 0000000000000000
[ 2059.070617] R10: 0000000000001000 R11: 0000000000000246 R12: 000055e21bcd4900
[ 2059.070621] R13: 0000000000000003 R14: 00007f599711ed38 R15: 00007f59968e7010
[ 2059.070638]  </TASK>
[ 2059.070642] irq event stamp: 52315
[ 2059.070645] hardirqs last  enabled at (52323): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 2059.070651] hardirqs last disabled at (52330): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 2059.070656] softirqs last  enabled at (52170): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 2059.070661] softirqs last disabled at (52165): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 2059.070665] ---[ end trace 0000000000000000 ]---
[ 2059.121031] ------------[ cut here ]------------
[ 2059.121038] WARNING: CPU: 2 PID: 10061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2059.121045] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep snd_sof_amd_rembrandt sunrpc snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp intel_rapl_msr snd_sof intel_rapl_common mt7921e snd_sof_utils snd_hda_intel snd_soc_core mt7921_common snd_intel_dspcfg snd_intel_sdw_acpi snd_compress mt76_connac_lib edac_mce_amd ac97_bus binfmt_misc snd_hda_codec btusb snd_pcm_dmaengine mt76 kvm_amd snd_hda_core btrtl snd_pci_ps vfat snd_rpl_pci_acp6x btbcm snd_pci_acp6x fat btintel snd_hwdep mac80211 btmtk kvm snd_seq libarc4 snd_seq_device irqbypass bluetooth rapl snd_pcm asus_nb_wmi wmi_bmof snd_pci_acp5x pcspkr cfg80211 snd_timer snd_rn_pci_acp3x
[ 2059.121125]  snd_acp_config k10temp snd snd_soc_acpi soundcore snd_pci_acp3x i2c_piix4 joydev asus_wireless acpi_cpufreq amd_pmc zram amdgpu hid_asus asus_wmi ledtrig_audio drm_ttm_helper sparse_keymap platform_profile ttm crct10dif_pclmul iommu_v2 crc32_pclmul drm_buddy crc32c_intel gpu_sched polyval_clmulni drm_display_helper polyval_generic nvme rfkill ucsi_acpi hid_multitouch ghash_clmulni_intel sha512_ssse3 ccp nvme_core typec_ucsi serio_raw cec sp5100_tco r8169 nvme_common typec i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2059.121176] CPU: 2 PID: 10061 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug3+ #4
[ 2059.121179] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2059.121181] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2059.121185] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2059.121187] RSP: 0018:ffffbdb3c7f8b5d0 EFLAGS: 00010246
[ 2059.121190] RAX: 0000000000000000 RBX: ffff947e835d8610 RCX: 0000000000000000
[ 2059.121193] RDX: 0000000000000000 RSI: ffff947e835d8590 RDI: ffffbdb3c7f8b5f8
[ 2059.121195] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2059.121197] R10: ffff947e835d8610 R11: 0000000000010000 R12: ffff947b3ee2c000
[ 2059.121199] R13: ffff947abaae8ea8 R14: ffff947abaae89c0 R15: 0000000000000000
[ 2059.121201] FS:  00007f5997174740(0000) GS:ffff948956a00000(0000) knlGS:0000000000000000
[ 2059.121203] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2059.121205] CR2: 00007f5987c3f0a0 CR3: 000000013a7ee000 CR4: 0000000000750ee0
[ 2059.121207] PKRU: 55555554
[ 2059.121209] Call Trace:
[ 2059.121212]  <TASK>
[ 2059.121218]  submit_one_bio+0xd4/0xe0
[ 2059.121225]  submit_extent_page+0x142/0x550
[ 2059.121238]  read_extent_buffer_pages+0x584/0x9c0
[ 2059.121244]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2059.121249]  ? folio_unlock+0x1d/0x50
[ 2059.121255]  btrfs_read_extent_buffer+0x98/0x150
[ 2059.121261]  read_tree_block+0x43/0xa0
[ 2059.121264]  read_block_for_search+0x218/0x320
[ 2059.121274]  btrfs_search_slot+0x351/0xd30
[ 2059.121284]  btrfs_lookup_csum+0x63/0x150
[ 2059.121291]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2059.121302]  btrfs_submit_compressed_read+0x359/0x470
[ 2059.121311]  submit_one_bio+0xc4/0xe0
[ 2059.121315]  ? extent_readahead+0xb7/0x6f0
[ 2059.121318]  extent_readahead+0x6d3/0x6f0
[ 2059.121322]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2059.121335]  read_pages+0x7a/0x300
[ 2059.121342]  page_cache_ra_unbounded+0x131/0x1b0
[ 2059.121348]  filemap_fault+0x62c/0xae0
[ 2059.121352]  ? sched_clock_local+0xe/0x80
[ 2059.121356]  ? sched_clock_cpu+0x9f/0xc0
[ 2059.121364]  __do_fault+0x33/0x1d0
[ 2059.121369]  do_fault+0x33f/0x450
[ 2059.121374]  __handle_mm_fault+0x669/0xfb0
[ 2059.121385]  handle_mm_fault+0x16b/0x410
[ 2059.121390]  do_user_addr_fault+0x1e0/0x6b0
[ 2059.121398]  exc_page_fault+0x7e/0x2b0
[ 2059.121403]  asm_exc_page_fault+0x22/0x30
[ 2059.121407] RIP: 0033:0x7f59971b3e4a
[ 2059.121426] Code: 0f 61 c0 66 0f 70 c0 00 48 83 fa 10 0f 82 7e 00 00 00 48 83 fa 20 77 12 0f 11 44 17 f0 0f 11 07 c3 0f 11 47 e0 0f 11 47 f0 c3 <0f> 11 07 0f 11 47 10 48 01 d7 48 83 fa 40 76 e7 0f 11 40 20 0f 11
[ 2059.121429] RSP: 002b:00007ffeb2da0d18 EFLAGS: 00010206
[ 2059.121432] RAX: 00007f5987c3f0a0 RBX: 0000000000000004 RCX: 00007f5987c3f150
[ 2059.121434] RDX: 00000000000000b0 RSI: 0000000000000000 RDI: 00007f5987c3f0a0
[ 2059.121435] RBP: 00007ffeb2da10e0 R08: 00007f5987c3f0a0 R09: 0000000000013000
[ 2059.121437] R10: 0000000000000003 R11: 0000000000000246 R12: 00007ffeb2da0dc8
[ 2059.121439] R13: 000055e21bddd680 R14: 00007ffeb2da1180 R15: 00007f5987c3f150
[ 2059.121449]  </TASK>
[ 2059.121480] irq event stamp: 111547
[ 2059.121483] hardirqs last  enabled at (111555): [<ffffffffa71a956e>] __up_console_sem+0x5e/0x70
[ 2059.121489] hardirqs last disabled at (111562): [<ffffffffa71a9553>] __up_console_sem+0x43/0x70
[ 2059.121493] softirqs last  enabled at (111542): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 2059.121498] softirqs last disabled at (111537): [<ffffffffa7110ecd>] __irq_exit_rcu+0xed/0x160
[ 2059.121502] ---[ end trace 0000000000000000 ]---

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-27  1:35                       ` Mikhail Gavrilov
@ 2022-12-27  5:13                         ` Qu Wenruo
  2022-12-27 10:19                           ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-27  5:13 UTC (permalink / raw)
  To: Mikhail Gavrilov; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/27 09:35, Mikhail Gavrilov wrote:
> On Tue, Dec 27, 2022 at 5:18 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>> My bad, missing a ")" in the WARN_ON() line.
>>
>> Fixed with v3 patch.
>>
> 
> New kernel logs are ready.
> 

The result doesn't make sense...

A lot of read_block_for_search() and btrfs_read_node_slot() are 
triggering the warning.

But inside both functions, we have just set the numbers before the call:

In read_block_for_search() we got:

         check.has_first_key = true;
         check.level = parent_level - 1;
         check.transid = gen;
         check.owner_root = root->root_key.objectid;

Thus at least check.has_first_key is always true, and the WARN_ON() 
should never get triggered.
The same applies to btrfs_read_node_slot().

It looks like something involved in memory barrier.

Anyway, the latest debug patch has extra mb to be sure.

And despite the possible fix, could you provide extra info of your 
build? Include:

- Hardware (mostly CPU and RAM spec)
- Toolchain used to compile the kernel (include compiler and its
   version)
- Kernel config

Thanks,
Qu

[-- Attachment #2: 0001-btrfs-add-extra-debug-for-level-mismatch.patch --]
[-- Type: text/x-patch, Size: 4360 bytes --]

From 9d81bfe48291964eaf658c08a71f04c3839592d0 Mon Sep 17 00:00:00 2001
Message-Id: <9d81bfe48291964eaf658c08a71f04c3839592d0.1672117970.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Mon, 26 Dec 2022 16:44:08 +0800
Subject: [PATCH v4] btrfs: add extra debug for level mismatch

Currently I assume there is some race or uninitialized value for
check::level.

The extra output are for two locations:

- validate_extent_buffer()
  Output the error message for read error and the members of check.

- read_extent_buffer_pages()
  This will dump the stack for us to catch the offender.

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
Changelog:
v2:
- Extra submission time output
  This would greately enlarge the dmesg size

- Extra warning when submitting a metadata bio
  If we have an uninitialized check structure, do a warning and stack
  dump to show the offending call trace.

v3:
- Fix a compiling error

v4:
- Add extra mb for test
---
 fs/btrfs/disk-io.c   | 19 +++++++++++++++++--
 fs/btrfs/extent_io.c | 15 ++++++++++++++-
 2 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index f8b5955f003f..49b077acf359 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -530,6 +530,10 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	}
 
 	if (found_level != check->level) {
+		btrfs_err(eb->fs_info,
+"level verify failed on logical %llu mirror %u wanted %u found %u",
+			  eb->start, eb->read_mirror, check->level,
+			  found_level);
 		ret = -EIO;
 		goto out;
 	}
@@ -581,13 +585,20 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	if (found_level > 0 && btrfs_check_node(eb))
 		ret = -EIO;
 
+out:
 	if (!ret)
 		set_extent_buffer_uptodate(eb);
-	else
+	else {
 		btrfs_err(fs_info,
 		"read time tree block corruption detected on logical %llu mirror %u",
 			  eb->start, eb->read_mirror);
-out:
+		btrfs_err(eb->fs_info,
+"check owner_root=%llu transid=%llu first_key=(%llu %u %llu) has_first_key=%d level=%u",
+			  check->owner_root,
+			  check->transid, check->first_key.objectid,
+			  check->first_key.type, check->first_key.offset,
+			  check->has_first_key, check->level);
+	}
 	return ret;
 }
 
@@ -652,6 +663,7 @@ int btrfs_validate_metadata_buffer(struct btrfs_bio *bbio,
 	int reads_done;
 
 	ASSERT(page->private);
+	WARN_ON(!bbio->is_metadata);
 
 	if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE)
 		return validate_subpage_buffer(page, start, end, mirror,
@@ -833,12 +845,15 @@ void btrfs_submit_metadata_bio(struct btrfs_inode *inode, struct bio *bio, int m
 {
 	struct btrfs_fs_info *fs_info = inode->root->fs_info;
 	struct btrfs_bio *bbio = btrfs_bio(bio);
+	struct btrfs_tree_parent_check check = {0};
 	blk_status_t ret;
 
 	bio->bi_opf |= REQ_META;
 	bbio->is_metadata = 1;
 
 	if (btrfs_op(bio) != BTRFS_MAP_WRITE) {
+		WARN_ON(!memcmp(&check, &bbio->parent_check,
+			sizeof(struct btrfs_tree_parent_check)));
 		btrfs_submit_bio(fs_info, bio, mirror_num);
 		return;
 	}
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 83dd3aa59663..2920642df2a3 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -4878,6 +4878,7 @@ static int read_extent_buffer_subpage(struct extent_buffer *eb, int wait,
 		 */
 		atomic_dec(&eb->io_pages);
 	}
+	smp_mb();
 	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check, sizeof(*check));
 	submit_one_bio(&bio_ctrl);
 	if (ret || wait != WAIT_COMPLETE) {
@@ -4996,6 +4997,7 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 		}
 	}
 
+	smp_mb();
 	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check, sizeof(*check));
 	submit_one_bio(&bio_ctrl);
 
@@ -5005,8 +5007,19 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 	for (i = 0; i < num_pages; i++) {
 		page = eb->pages[i];
 		wait_on_page_locked(page);
-		if (!PageUptodate(page))
+		if (!PageUptodate(page)) {
 			ret = -EIO;
+			btrfs_err(eb->fs_info,
+"read failed, bytenr=%llu check owner_root=%llu transid=%llu has_first_key=%d first_key=(%llu %u %llu) level=%u",
+				  eb->start,
+				  check->owner_root, check->transid,
+				  check->has_first_key,
+				  check->first_key.objectid,
+				  check->first_key.type,
+				  check->first_key.offset,
+				  check->level);
+			dump_stack();
+		}
 	}
 
 	return ret;
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-27  5:13                         ` Qu Wenruo
@ 2022-12-27 10:19                           ` Mikhail Gavrilov
  2022-12-27 11:02                             ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-27 10:19 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: wqu, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Tue, Dec 27, 2022 at 10:13 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
> The result doesn't make sense...
>
> A lot of read_block_for_search() and btrfs_read_node_slot() are
> triggering the warning.
>
> But inside both functions, we have just set the numbers before the call:
>
> In read_block_for_search() we got:
>
>          check.has_first_key = true;
>          check.level = parent_level - 1;
>          check.transid = gen;
>          check.owner_root = root->root_key.objectid;
>
> Thus at least check.has_first_key is always true, and the WARN_ON()
> should never get triggered.
> The same applies to btrfs_read_node_slot().
>
> It looks like something involved in memory barrier.
>
> Anyway, the latest debug patch has extra mb to be sure.
>
> And despite the possible fix, could you provide extra info of your
> build? Include:
Kernel log is attached. All answers are below.

> - Hardware (mostly CPU and RAM spec)
This is laptop ASUS ROG Strix G15 Advantage Edition G513QY-HQ007
with CPU AMD Ryzen 9 5900HX and GPU Radeon RX 6800M
I upgraded RAM to Crucial CT32G4SFD832A DDR4 - 32GB x 2 (64GB) and SSD
to Seagate FireCuda 530 ZP4000GM3A013 4TB x 2 (8TB)
https://linux-hardware.org/?probe=0e063e5fd5

> - Toolchain used to compile the kernel (include compiler and its version)
$ rpm -q binutils
binutils-2.39-6.fc38.x86_64

$ ld --version
GNU ld version 2.39-6.fc38

$ rpm -q gcc
gcc-12.2.1-4.fc38.x86_64

$ gcc --version
gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)

$ rpm -q make
make-4.3-11.fc37.x86_64

$ make --version
GNU Make 4.3

> - Kernel config
Attached with debug logs.

-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: btrfs-issue-dmesg-debug4.txt --]
[-- Type: text/plain, Size: 1244604 bytes --]

❯ dmesg
[    0.000000] Linux version 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #5 SMP PREEMPT_DYNAMIC Tue Dec 27 13:44:41 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ba907fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb6cd4018-0xb6cda657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cd4018-0xb6cda657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc5018-0xb6cd3057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc5018-0xb6cd3057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb7018-0xb6cc4857] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb7018-0xb6cc4857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000b6cb7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cb7018-0x00000000b6cc4857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc4858-0x00000000b6cc5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc5018-0x00000000b6cd3057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd3058-0x00000000b6cd4017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd4018-0x00000000b6cda657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cda658-0x00000000ba907fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbbe83000 ACPI 2.0=0xbbe83014 TPMFinalLog=0xbc130000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7519018 ESRT=0xb9122b18 MOKvar=0xbc86d000 RNG=0xbbe33018 TPMEventLog=0xb6cdb018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem57: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem58: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfdffffff] reserved
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe700000-0xfe70ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem61: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem63: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem64: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem65: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
[    0.000000] efi: Not removing mem67: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
[    0.000000] efi: Remove mem68: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.778 MHz processor
[    0.000131] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000134] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000140] last_pfn = 0x101e300 max_arch_pfn = 0x400000000
[    0.000145] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000640] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000648] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003240] esrt: Reserving ESRT space from 0x00000000b9122b18 to 0x00000000b9122b50.
[    0.003248] e820: update [mem 0xb9122000-0xb9122fff] usable ==> reserved
[    0.003263] Using GB pages for direct mapping
[    0.011303] printk: log_buf_len: 16777216 bytes
[    0.011308] printk: early log buf free: 253424(96%)
[    0.011309] Secure boot disabled
[    0.011309] RAMDISK: [mem 0xa7cce000-0xb440afff]
[    0.011313] ACPI: Early table checksum verification disabled
[    0.011317] ACPI: RSDP 0x00000000BBE83014 000024 (v02 _ASUS_)
[    0.011321] ACPI: XSDT 0x00000000BBE82728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.011326] ACPI: FACP 0x00000000BBE74000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011330] ACPI: DSDT 0x00000000BBE67000 00C2AC (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[    0.011333] ACPI: FACS 0x00000000BC12E000 000040
[    0.011335] ACPI: SSDT 0x00000000BBE7A000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.011338] ACPI: IVRS 0x00000000BBE79000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.011341] ACPI: SSDT 0x00000000BBE75000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.011343] ACPI: FIDT 0x00000000BBE66000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011346] ACPI: MCFG 0x00000000BBE65000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.011348] ACPI: HPET 0x00000000BBE64000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.011351] ACPI: VFCT 0x00000000BBE56000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.011353] ACPI: TPM2 0x00000000BBE54000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.011356] ACPI: SSDT 0x00000000BBE4E000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011358] ACPI: CRAT 0x00000000BBE4D000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011361] ACPI: CDIT 0x00000000BBE4C000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011363] ACPI: SSDT 0x00000000BBE4B000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011365] ACPI: SSDT 0x00000000BBE4A000 0005B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011368] ACPI: SSDT 0x00000000BBE48000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011370] ACPI: SSDT 0x00000000BBE46000 00151D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011373] ACPI: SSDT 0x00000000BBE45000 0006A9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011375] ACPI: SSDT 0x00000000BBE43000 0019E6 (v01 AMD    CPMD3CLD 00000001 INTL 20190509)
[    0.011378] ACPI: SSDT 0x00000000BBE42000 0005DE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011380] ACPI: SSDT 0x00000000BBE3E000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011383] ACPI: BGRT 0x00000000BBE55000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011385] ACPI: WSMT 0x00000000BBE3D000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011388] ACPI: APIC 0x00000000BBE3C000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011390] ACPI: SSDT 0x00000000BBE3B000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011393] ACPI: SSDT 0x00000000BBE3A000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011395] ACPI: SSDT 0x00000000BBE38000 00112E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011397] ACPI: SSDT 0x00000000BBE37000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011400] ACPI: SSDT 0x00000000BBE36000 000808 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011402] ACPI: SSDT 0x00000000BBE35000 00078F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011405] ACPI: FPDT 0x00000000BBE34000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.011407] ACPI: Reserving FACP table memory at [mem 0xbbe74000-0xbbe74113]
[    0.011409] ACPI: Reserving DSDT table memory at [mem 0xbbe67000-0xbbe732ab]
[    0.011409] ACPI: Reserving FACS table memory at [mem 0xbc12e000-0xbc12e03f]
[    0.011410] ACPI: Reserving SSDT table memory at [mem 0xbbe7a000-0xbbe81228]
[    0.011411] ACPI: Reserving IVRS table memory at [mem 0xbbe79000-0xbbe791a3]
[    0.011411] ACPI: Reserving SSDT table memory at [mem 0xbbe75000-0xbbe78a20]
[    0.011412] ACPI: Reserving FIDT table memory at [mem 0xbbe66000-0xbbe6609b]
[    0.011413] ACPI: Reserving MCFG table memory at [mem 0xbbe65000-0xbbe6503b]
[    0.011414] ACPI: Reserving HPET table memory at [mem 0xbbe64000-0xbbe64037]
[    0.011414] ACPI: Reserving VFCT table memory at [mem 0xbbe56000-0xbbe63883]
[    0.011415] ACPI: Reserving TPM2 table memory at [mem 0xbbe54000-0xbbe5404b]
[    0.011416] ACPI: Reserving SSDT table memory at [mem 0xbbe4e000-0xbbe53353]
[    0.011417] ACPI: Reserving CRAT table memory at [mem 0xbbe4d000-0xbbe4dee7]
[    0.011417] ACPI: Reserving CDIT table memory at [mem 0xbbe4c000-0xbbe4c028]
[    0.011418] ACPI: Reserving SSDT table memory at [mem 0xbbe4b000-0xbbe4b148]
[    0.011419] ACPI: Reserving SSDT table memory at [mem 0xbbe4a000-0xbbe4a5b6]
[    0.011420] ACPI: Reserving SSDT table memory at [mem 0xbbe48000-0xbbe4948d]
[    0.011420] ACPI: Reserving SSDT table memory at [mem 0xbbe46000-0xbbe4751c]
[    0.011421] ACPI: Reserving SSDT table memory at [mem 0xbbe45000-0xbbe456a8]
[    0.011422] ACPI: Reserving SSDT table memory at [mem 0xbbe43000-0xbbe449e5]
[    0.011423] ACPI: Reserving SSDT table memory at [mem 0xbbe42000-0xbbe425dd]
[    0.011423] ACPI: Reserving SSDT table memory at [mem 0xbbe3e000-0xbbe416e8]
[    0.011424] ACPI: Reserving BGRT table memory at [mem 0xbbe55000-0xbbe55037]
[    0.011425] ACPI: Reserving WSMT table memory at [mem 0xbbe3d000-0xbbe3d027]
[    0.011426] ACPI: Reserving APIC table memory at [mem 0xbbe3c000-0xbbe3c0dd]
[    0.011426] ACPI: Reserving SSDT table memory at [mem 0xbbe3b000-0xbbe3b08c]
[    0.011427] ACPI: Reserving SSDT table memory at [mem 0xbbe3a000-0xbbe3a91e]
[    0.011428] ACPI: Reserving SSDT table memory at [mem 0xbbe38000-0xbbe3912d]
[    0.011429] ACPI: Reserving SSDT table memory at [mem 0xbbe37000-0xbbe37240]
[    0.011429] ACPI: Reserving SSDT table memory at [mem 0xbbe36000-0xbbe36807]
[    0.011430] ACPI: Reserving SSDT table memory at [mem 0xbbe35000-0xbbe3578e]
[    0.011431] ACPI: Reserving FPDT table memory at [mem 0xbbe34000-0xbbe34043]
[    0.011490] No NUMA configuration found
[    0.011491] Faking a node at [mem 0x0000000000000000-0x000000101e2fffff]
[    0.011497] NODE_DATA(0) allocated [mem 0x1019ad4000-0x1019afffff]
[    0.074725] Zone ranges:
[    0.074728]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.074731]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.074732]   Normal   [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074733]   Device   empty
[    0.074735] Movable zone start for each node
[    0.074736] Early memory node ranges
[    0.074736]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.074737]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.074738]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.074739]   node   0: [mem 0x000000000a20f000-0x00000000ba907fff]
[    0.074740]   node   0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[    0.074741]   node   0: [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074745] Initmem setup node 0 [mem 0x0000000000001000-0x000000101e2fffff]
[    0.074750] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.074768] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.074927] On node 0, zone DMA32: 738 pages in unavailable ranges
[    0.077968] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.078044] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.143954] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.144000] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.144460] ACPI: PM-Timer IO Port: 0x808
[    0.144468] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.144486] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.144492] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.144494] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.144495] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.144498] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.144499] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.144510] e820: update [mem 0xb440b000-0xb44b3fff] usable ==> reserved
[    0.144521] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.144553] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.144555] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.144557] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[    0.144558] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.144560] PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb44b3fff]
[    0.144562] PM: hibernation: Registered nosave memory: [mem 0xb6cb7000-0xb6cb7fff]
[    0.144563] PM: hibernation: Registered nosave memory: [mem 0xb6cc4000-0xb6cc4fff]
[    0.144564] PM: hibernation: Registered nosave memory: [mem 0xb6cc5000-0xb6cc5fff]
[    0.144565] PM: hibernation: Registered nosave memory: [mem 0xb6cd3000-0xb6cd3fff]
[    0.144566] PM: hibernation: Registered nosave memory: [mem 0xb6cd4000-0xb6cd4fff]
[    0.144568] PM: hibernation: Registered nosave memory: [mem 0xb6cda000-0xb6cdafff]
[    0.144569] PM: hibernation: Registered nosave memory: [mem 0xb9122000-0xb9122fff]
[    0.144571] PM: hibernation: Registered nosave memory: [mem 0xba908000-0xbbe1ffff]
[    0.144571] PM: hibernation: Registered nosave memory: [mem 0xbbe20000-0xbbe83fff]
[    0.144572] PM: hibernation: Registered nosave memory: [mem 0xbbe84000-0xbc178fff]
[    0.144573] PM: hibernation: Registered nosave memory: [mem 0xbc179000-0xbc9fefff]
[    0.144574] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.144575] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe6fffff]
[    0.144576] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[    0.144576] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfec0ffff]
[    0.144577] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.144578] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.144578] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.144579] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.144579] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.144580] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.144581] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.144581] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[    0.144582] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.144583] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.144583] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.144584] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.144584] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.144585] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.144587] [mem 0xc0000000-0xfe6fffff] available for PCI devices
[    0.144588] Booting paravirtualized kernel on bare hardware
[    0.144592] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.148293] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.154472] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.154482] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.154485] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.154495] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.154547] Fallback order for Node 0: 0 
[    0.154554] Built 1 zonelists, mobility grouping on.  Total pages: 16361371
[    0.154555] Policy zone: Normal
[    0.154560] Kernel command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.154625] sysrq: sysrq always enabled.
[    0.154647] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+", will be passed to user space.
[    0.158690] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.160684] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.160785] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.160829] software IO TLB: area num 16.
[    1.851180] Memory: 64839512K/66484956K available (20480K kernel code, 4064K rwdata, 14632K rodata, 6300K init, 30736K bss, 1645184K reserved, 0K cma-reserved)
[    1.851600] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    1.851602] kmemleak: Kernel memory leak detector disabled
[    1.851716] ftrace: allocating 52351 entries in 205 pages
[    1.860303] ftrace: allocated 205 pages with 5 groups
[    1.861653] Dynamic Preempt: voluntary
[    1.861766] Running RCU self tests
[    1.861783] rcu: Preemptible hierarchical RCU implementation.
[    1.861783] rcu: 	RCU event tracing is enabled.
[    1.861784] rcu: 	RCU lockdep checking is enabled.
[    1.861785] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    1.861786] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    1.861786] 	Trampoline variant of Tasks RCU enabled.
[    1.861787] 	Rude variant of Tasks RCU enabled.
[    1.861788] 	Tracing variant of Tasks RCU enabled.
[    1.861788] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.861789] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    1.864922] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    1.865124] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.865262] Console: colour dummy device 80x25
[    1.865274] printk: console [tty0] enabled
[    1.867606] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    1.867617] ... MAX_LOCKDEP_SUBCLASSES:  8
[    1.867622] ... MAX_LOCK_DEPTH:          48
[    1.867628] ... MAX_LOCKDEP_KEYS:        8192
[    1.867634] ... CLASSHASH_SIZE:          4096
[    1.867639] ... MAX_LOCKDEP_ENTRIES:     65536
[    1.867645] ... MAX_LOCKDEP_CHAINS:      262144
[    1.867651] ... CHAINHASH_SIZE:          131072
[    1.867657]  memory used by lock dependency info: 17577 kB
[    1.867664]  memory used for stack traces: 4224 kB
[    1.867670]  per task-struct memory footprint: 2688 bytes
[    1.867703] ACPI: Core revision 20221020
[    1.868064] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.868106] APIC: Switch to symmetric I/O mode setup
[    1.868804] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    1.868814] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    1.868822] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    1.868830] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    1.868838] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    1.869148] Switched APIC routing to physical flat.
[    1.869825] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.874108] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a56b98b8, max_idle_ns: 440795375572 ns
[    1.874134] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.55 BogoMIPS (lpj=3293778)
[    1.874150] pid_max: default: 32768 minimum: 301
[    1.879966] ---[ User Space ]---
[    1.879979] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    1.880003] 0x0000000000001000-0x000000000009f000         632K                               pte
[    1.880019] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    1.880046] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    1.880060] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    1.880075] 0x0000000001000000-0x0000000001020000         128K                               pte
[    1.880101] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    1.880122] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    1.880140] 0x0000000040000000-0x0000000080000000           1G                               pud
[    1.880161] 0x0000000080000000-0x00000000b4400000         836M                               pmd
[    1.880176] 0x00000000b4400000-0x00000000b440b000          44K                               pte
[    1.880194] 0x00000000b440b000-0x00000000b44b4000         676K     RW                     NX pte
[    1.880220] 0x00000000b44b4000-0x00000000b4600000        1328K                               pte
[    1.880234] 0x00000000b4600000-0x00000000b6c00000          38M                               pmd
[    1.880254] 0x00000000b6c00000-0x00000000b6ce4000         912K                               pte
[    1.880268] 0x00000000b6ce4000-0x00000000b6ce5000           4K                               pte
[    1.880283] 0x00000000b6ce5000-0x00000000b6ce6000           4K                               pte
[    1.880304] 0x00000000b6ce6000-0x00000000b6e00000        1128K     RW                     NX pte
[    1.880323] 0x00000000b6e00000-0x00000000b9000000          34M     RW         PSE         NX pmd
[    1.880349] 0x00000000b9000000-0x00000000b9123000        1164K     RW                     NX pte
[    1.880373] 0x00000000b9123000-0x00000000ba00b000       15264K                               pte
[    1.880398] 0x00000000ba00b000-0x00000000ba1d8000        1844K                               pte
[    1.880419] 0x00000000ba1d8000-0x00000000ba908000        7360K                               pte
[    1.880439] 0x00000000ba908000-0x00000000baa00000         992K                               pte
[    1.880453] 0x00000000baa00000-0x00000000bc000000          22M                               pmd
[    1.880476] 0x00000000bc000000-0x00000000bc179000        1508K                               pte
[    1.880493] 0x00000000bc179000-0x00000000bc200000         540K     RW                     NX pte
[    1.880513] 0x00000000bc200000-0x00000000bc800000           6M     RW         PSE         NX pmd
[    1.880541] 0x00000000bc800000-0x00000000bc993000        1612K     RW                     NX pte
[    1.880560] 0x00000000bc993000-0x00000000bc996000          12K     ro                     x  pte
[    1.880579] 0x00000000bc996000-0x00000000bc99b000          20K     RW                     NX pte
[    1.880598] 0x00000000bc99b000-0x00000000bc99c000           4K     ro                     x  pte
[    1.880617] 0x00000000bc99c000-0x00000000bc9a1000          20K     RW                     NX pte
[    1.880637] 0x00000000bc9a1000-0x00000000bc9a5000          16K     ro                     x  pte
[    1.880656] 0x00000000bc9a5000-0x00000000bc9aa000          20K     RW                     NX pte
[    1.880675] 0x00000000bc9aa000-0x00000000bc9ab000           4K     ro                     x  pte
[    1.880694] 0x00000000bc9ab000-0x00000000bc9af000          16K     RW                     NX pte
[    1.880714] 0x00000000bc9af000-0x00000000bc9bc000          52K     ro                     x  pte
[    1.880733] 0x00000000bc9bc000-0x00000000bc9c1000          20K     RW                     NX pte
[    1.880752] 0x00000000bc9c1000-0x00000000bc9c4000          12K     ro                     x  pte
[    1.880772] 0x00000000bc9c4000-0x00000000bc9c9000          20K     RW                     NX pte
[    1.880791] 0x00000000bc9c9000-0x00000000bc9ca000           4K     ro                     x  pte
[    1.880810] 0x00000000bc9ca000-0x00000000bc9cf000          20K     RW                     NX pte
[    1.880829] 0x00000000bc9cf000-0x00000000bc9d0000           4K     ro                     x  pte
[    1.880848] 0x00000000bc9d0000-0x00000000bc9d5000          20K     RW                     NX pte
[    1.880867] 0x00000000bc9d5000-0x00000000bc9d6000           4K     ro                     x  pte
[    1.880887] 0x00000000bc9d6000-0x00000000bc9da000          16K     RW                     NX pte
[    1.880906] 0x00000000bc9da000-0x00000000bc9e6000          48K     ro                     x  pte
[    1.880925] 0x00000000bc9e6000-0x00000000bc9ed000          28K     RW                     NX pte
[    1.880945] 0x00000000bc9ed000-0x00000000bc9f2000          20K     ro                     x  pte
[    1.880964] 0x00000000bc9f2000-0x00000000bc9f7000          20K     RW                     NX pte
[    1.880983] 0x00000000bc9f7000-0x00000000bc9fa000          12K     ro                     x  pte
[    1.881002] 0x00000000bc9fa000-0x00000000bc9ff000          20K     RW                     NX pte
[    1.881022] 0x00000000bc9ff000-0x00000000bd000000        6148K                               pte
[    1.881045] 0x00000000bd000000-0x00000000bd1a6000        1688K                               pte
[    1.881066] 0x00000000bd1a6000-0x00000000bd2a6000           1M                               pte
[    1.881081] 0x00000000bd2a6000-0x00000000bd2c0000         104K                               pte
[    1.881096] 0x00000000bd2c0000-0x00000000bd2fb000         236K                               pte
[    1.881111] 0x00000000bd2fb000-0x00000000bd317000         112K                               pte
[    1.881139] 0x00000000bd317000-0x00000000bdd16000       10236K                               pte
[    1.881153] 0x00000000bdd16000-0x00000000bdd19000          12K                               pte
[    1.881180] 0x00000000bdd19000-0x00000000bdf6a000        2372K                               pte
[    1.881195] 0x00000000bdf6a000-0x00000000bdf74000          40K                               pte
[    1.881209] 0x00000000bdf74000-0x00000000bdf8e000         104K                               pte
[    1.881224] 0x00000000bdf8e000-0x00000000bdf94000          24K                               pte
[    1.881239] 0x00000000bdf94000-0x00000000bdfaa000          88K                               pte
[    1.881253] 0x00000000bdfaa000-0x00000000bdfad000          12K                               pte
[    1.881268] 0x00000000bdfad000-0x00000000bdfc0000          76K                               pte
[    1.881282] 0x00000000bdfc0000-0x00000000bdfc5000          20K                               pte
[    1.881297] 0x00000000bdfc5000-0x00000000bdfda000          84K                               pte
[    1.881312] 0x00000000bdfda000-0x00000000bdff2000          96K                               pte
[    1.881326] 0x00000000bdff2000-0x00000000bdffa000          32K                               pte
[    1.881341] 0x00000000bdffa000-0x00000000be000000          24K                               pte
[    1.881360] 0x00000000be000000-0x00000000f0000000         800M                               pmd
[    1.881376] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    1.881394] 0x00000000f8000000-0x00000000fd000000          80M                               pmd
[    1.881409] 0x00000000fd000000-0x00000000fe000000          16M     RW     PCD PSE         NX pmd
[    1.881427] 0x00000000fe000000-0x00000000fe600000           6M                               pmd
[    1.881446] 0x00000000fe600000-0x00000000fe700000           1M                               pte
[    1.881461] 0x00000000fe700000-0x00000000fe710000          64K     RW     PCD             NX pte
[    1.881485] 0x00000000fe710000-0x00000000fe800000         960K                               pte
[    1.881498] 0x00000000fe800000-0x00000000fea00000           2M                               pmd
[    1.881520] 0x00000000fea00000-0x00000000feb80000        1536K                               pte
[    1.881537] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    1.881556] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    1.881571] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    1.881595] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    1.881609] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    1.881629] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    1.881644] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    1.881664] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    1.881678] 0x00000000fed80000-0x00000000fed81000           4K     RW     PCD             NX pte
[    1.881698] 0x00000000fed81000-0x00000000fedc4000         268K                               pte
[    1.881713] 0x00000000fedc4000-0x00000000fedca000          24K     RW     PCD             NX pte
[    1.881731] 0x00000000fedca000-0x00000000fedcc000           8K                               pte
[    1.881746] 0x00000000fedcc000-0x00000000fedcf000          12K     RW     PCD             NX pte
[    1.881765] 0x00000000fedcf000-0x00000000fedd5000          24K                               pte
[    1.881779] 0x00000000fedd5000-0x00000000fedd6000           4K     RW     PCD             NX pte
[    1.881799] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    1.881812] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    1.881826] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    1.881844] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    1.881859] 0x0000000100200000-0x0000000100228000         160K                               pte
[    1.881874] 0x0000000100228000-0x000000010022a000           8K     RW                     NX pte
[    1.881902] 0x000000010022a000-0x0000000100400000        1880K                               pte
[    1.881923] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    1.881944] 0x0000000140000000-0x0000008000000000         507G                               pud
[    1.881965] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    1.881978] ---[ Kernel Space ]---
[    1.881984] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    1.881997] ---[ LDT remap ]---
[    1.882002] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    1.882015] ---[ Low Kernel Mapping ]---
[    1.882021] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    1.882034] ---[ vmalloc() Area ]---
[    1.882039] 0xffff898000000000-0xffff8a0000000000         512G                               pgd
[    1.882052] ---[ Vmemmap ]---
[    1.882058] 0xffff8a0000000000-0xffff9d0000000000          19T                               pgd
[    1.882076] 0xffff9d0000000000-0xffff9d4800000000         288G                               pud
[    1.882101] 0xffff9d4800000000-0xffff9d4800200000           2M     RW                 GLB NX pte
[    1.882122] 0xffff9d4800200000-0xffff9d4809c00000         154M     RW         PSE     GLB NX pmd
[    1.882152] 0xffff9d4809c00000-0xffff9d4809d1f000        1148K     RW                 GLB NX pte
[    1.882175] 0xffff9d4809d1f000-0xffff9d4809e00000         900K                               pte
[    1.882189] 0xffff9d4809e00000-0xffff9d480a000000           2M                               pmd
[    1.882203] 0xffff9d480a000000-0xffff9d480a001000           4K                               pte
[    1.882228] 0xffff9d480a001000-0xffff9d480a200000        2044K     RW                 GLB NX pte
[    1.882247] 0xffff9d480a200000-0xffff9d480a20f000          60K                               pte
[    1.882272] 0xffff9d480a20f000-0xffff9d480a400000        1988K     RW                 GLB NX pte
[    1.882301] 0xffff9d480a400000-0xffff9d4840000000         860M     RW         PSE     GLB NX pmd
[    1.882319] 0xffff9d4840000000-0xffff9d4880000000           1G     RW         PSE     GLB NX pud
[    1.882349] 0xffff9d4880000000-0xffff9d48ba800000         936M     RW         PSE     GLB NX pmd
[    1.882374] 0xffff9d48ba800000-0xffff9d48ba908000        1056K     RW                 GLB NX pte
[    1.882398] 0xffff9d48ba908000-0xffff9d48baa00000         992K                               pte
[    1.882411] 0xffff9d48baa00000-0xffff9d48bc800000          30M                               pmd
[    1.882436] 0xffff9d48bc800000-0xffff9d48bc9ff000        2044K                               pte
[    1.882451] 0xffff9d48bc9ff000-0xffff9d48bca00000           4K     RW                 GLB NX pte
[    1.882470] 0xffff9d48bca00000-0xffff9d48be000000          22M     RW         PSE     GLB NX pmd
[    1.882487] 0xffff9d48be000000-0xffff9d48c0000000          32M                               pmd
[    1.882501] 0xffff9d48c0000000-0xffff9d4900000000           1G                               pud
[    1.882516] 0xffff9d4900000000-0xffff9d50c0000000          31G     RW         PSE     GLB NX pud
[    1.882544] 0xffff9d50c0000000-0xffff9d50f3200000         818M     RW         PSE     GLB NX pmd
[    1.882574] 0xffff9d50f3200000-0xffff9d50f33ff000        2044K     RW                 GLB NX pte
[    1.882592] 0xffff9d50f33ff000-0xffff9d50f3400000           4K     ro                 GLB NX pte
[    1.882614] 0xffff9d50f3400000-0xffff9d5100000000         204M     RW         PSE     GLB NX pmd
[    1.882633] 0xffff9d5100000000-0xffff9d5800000000          28G     RW         PSE     GLB NX pud
[    1.882657] 0xffff9d5800000000-0xffff9d581e200000         482M     RW         PSE     GLB NX pmd
[    1.882681] 0xffff9d581e200000-0xffff9d581e300000           1M     RW                 GLB NX pte
[    1.882705] 0xffff9d581e300000-0xffff9d581e400000           1M                               pte
[    1.882723] 0xffff9d581e400000-0xffff9d5840000000         540M                               pmd
[    1.882738] 0xffff9d5840000000-0xffff9d8000000000         159G                               pud
[    1.882752] 0xffff9d8000000000-0xffffaa8000000000          13T                               pgd
[    1.882770] 0xffffaa8000000000-0xffffaacb80000000         302G                               pud
[    1.882784] 0xffffaacb80000000-0xffffaacb80004000          16K     RW                 GLB NX pte
[    1.882803] 0xffffaacb80004000-0xffffaacb80005000           4K                               pte
[    1.882817] 0xffffaacb80005000-0xffffaacb80006000           4K     RW                 GLB NX pte
[    1.882836] 0xffffaacb80006000-0xffffaacb80007000           4K                               pte
[    1.882850] 0xffffaacb80007000-0xffffaacb80008000           4K     RW                 GLB NX pte
[    1.882869] 0xffffaacb80008000-0xffffaacb80009000           4K                               pte
[    1.882884] 0xffffaacb80009000-0xffffaacb8000a000           4K     RW                 GLB NX pte
[    1.882902] 0xffffaacb8000a000-0xffffaacb8000b000           4K                               pte
[    1.882917] 0xffffaacb8000b000-0xffffaacb8000c000           4K     RW                 GLB NX pte
[    1.882935] 0xffffaacb8000c000-0xffffaacb8000d000           4K                               pte
[    1.882950] 0xffffaacb8000d000-0xffffaacb8000e000           4K     RW                 GLB NX pte
[    1.882969] 0xffffaacb8000e000-0xffffaacb80010000           8K                               pte
[    1.882983] 0xffffaacb80010000-0xffffaacb8001d000          52K     RW                 GLB NX pte
[    1.883002] 0xffffaacb8001d000-0xffffaacb8001e000           4K                               pte
[    1.883016] 0xffffaacb8001e000-0xffffaacb8001f000           4K     RW                 GLB NX pte
[    1.883035] 0xffffaacb8001f000-0xffffaacb80020000           4K                               pte
[    1.883050] 0xffffaacb80020000-0xffffaacb80028000          32K     RW                 GLB NX pte
[    1.883068] 0xffffaacb80028000-0xffffaacb80029000           4K                               pte
[    1.883082] 0xffffaacb80029000-0xffffaacb8002a000           4K     RW                 GLB NX pte
[    1.883101] 0xffffaacb8002a000-0xffffaacb8002c000           8K                               pte
[    1.883115] 0xffffaacb8002c000-0xffffaacb80030000          16K     RW                 GLB NX pte
[    1.883128] 0xffffaacb80030000-0xffffaacb80031000           4K                               pte
[    1.883142] 0xffffaacb80031000-0xffffaacb80032000           4K     RW                 GLB NX pte
[    1.883161] 0xffffaacb80032000-0xffffaacb80033000           4K                               pte
[    1.883175] 0xffffaacb80033000-0xffffaacb80034000           4K     RW                 GLB NX pte
[    1.883194] 0xffffaacb80034000-0xffffaacb80035000           4K                               pte
[    1.883208] 0xffffaacb80035000-0xffffaacb80036000           4K     RW                 GLB NX pte
[    1.883227] 0xffffaacb80036000-0xffffaacb80038000           8K                               pte
[    1.883242] 0xffffaacb80038000-0xffffaacb8003e000          24K     RW                 GLB NX pte
[    1.883260] 0xffffaacb8003e000-0xffffaacb80040000           8K                               pte
[    1.883275] 0xffffaacb80040000-0xffffaacb8004e000          56K     RW                 GLB NX pte
[    1.883294] 0xffffaacb8004e000-0xffffaacb8004f000           4K                               pte
[    1.883308] 0xffffaacb8004f000-0xffffaacb80050000           4K     RW                 GLB NX pte
[    1.883327] 0xffffaacb80050000-0xffffaacb80052000           8K                               pte
[    1.883342] 0xffffaacb80052000-0xffffaacb80054000           8K     RW                 GLB NX pte
[    1.883360] 0xffffaacb80054000-0xffffaacb80056000           8K                               pte
[    1.883375] 0xffffaacb80056000-0xffffaacb80058000           8K     RW                 GLB NX pte
[    1.883394] 0xffffaacb80058000-0xffffaacb80059000           4K                               pte
[    1.883408] 0xffffaacb80059000-0xffffaacb8005a000           4K     RW                 GLB NX pte
[    1.883427] 0xffffaacb8005a000-0xffffaacb8005c000           8K                               pte
[    1.883442] 0xffffaacb8005c000-0xffffaacb8005e000           8K     RW                 GLB NX pte
[    1.883460] 0xffffaacb8005e000-0xffffaacb8005f000           4K                               pte
[    1.883475] 0xffffaacb8005f000-0xffffaacb80060000           4K     RW                 GLB NX pte
[    1.883494] 0xffffaacb80060000-0xffffaacb80061000           4K                               pte
[    1.883508] 0xffffaacb80061000-0xffffaacb80062000           4K     RW                 GLB NX pte
[    1.883527] 0xffffaacb80062000-0xffffaacb80064000           8K                               pte
[    1.883541] 0xffffaacb80064000-0xffffaacb80068000          16K     RW                 GLB NX pte
[    1.883560] 0xffffaacb80068000-0xffffaacb80069000           4K                               pte
[    1.883575] 0xffffaacb80069000-0xffffaacb8006a000           4K     RW                 GLB NX pte
[    1.883593] 0xffffaacb8006a000-0xffffaacb8006b000           4K                               pte
[    1.883608] 0xffffaacb8006b000-0xffffaacb8006c000           4K     RW                 GLB NX pte
[    1.883626] 0xffffaacb8006c000-0xffffaacb8006d000           4K                               pte
[    1.883641] 0xffffaacb8006d000-0xffffaacb8006e000           4K     RW                 GLB NX pte
[    1.883660] 0xffffaacb8006e000-0xffffaacb8006f000           4K                               pte
[    1.883674] 0xffffaacb8006f000-0xffffaacb80070000           4K     RW                 GLB NX pte
[    1.883693] 0xffffaacb80070000-0xffffaacb80072000           8K                               pte
[    1.883707] 0xffffaacb80072000-0xffffaacb80074000           8K     RW                 GLB NX pte
[    1.883726] 0xffffaacb80074000-0xffffaacb80075000           4K                               pte
[    1.883741] 0xffffaacb80075000-0xffffaacb80076000           4K     RW                 GLB NX pte
[    1.883760] 0xffffaacb80076000-0xffffaacb80077000           4K                               pte
[    1.883774] 0xffffaacb80077000-0xffffaacb80078000           4K     RW                 GLB NX pte
[    1.883793] 0xffffaacb80078000-0xffffaacb80079000           4K                               pte
[    1.883807] 0xffffaacb80079000-0xffffaacb8007a000           4K     RW                 GLB NX pte
[    1.883826] 0xffffaacb8007a000-0xffffaacb8007b000           4K                               pte
[    1.883840] 0xffffaacb8007b000-0xffffaacb8007c000           4K     RW                 GLB NX pte
[    1.883859] 0xffffaacb8007c000-0xffffaacb8007d000           4K                               pte
[    1.883874] 0xffffaacb8007d000-0xffffaacb8007e000           4K     RW     PCD         GLB NX pte
[    1.883893] 0xffffaacb8007e000-0xffffaacb80080000           8K                               pte
[    1.883910] 0xffffaacb80080000-0xffffaacb80100000         512K     RW     PCD         GLB NX pte
[    1.883934] 0xffffaacb80100000-0xffffaacb80200000           1M                               pte
[    1.883955] 0xffffaacb80200000-0xffffaacbc0000000        1022M                               pmd
[    1.884447] 0xffffaacbc0000000-0xffffcb0000000000       32977G                               pud
[    1.884463] 0xffffcb0000000000-0xfffff38000000000       41472G                               pgd
[    1.884483] 0xfffff38000000000-0xfffff3fd80000000         502G                               pud
[    1.884498] 0xfffff3fd80000000-0xfffff3fd83000000          48M     RW         PSE     GLB NX pmd
[    1.884516] 0xfffff3fd83000000-0xfffff3fd84000000          16M                               pmd
[    1.884542] 0xfffff3fd84000000-0xfffff3fdc0800000         968M     RW         PSE     GLB NX pmd
[    1.884567] 0xfffff3fdc0800000-0xfffff3fe00000000        1016M                               pmd
[    1.884580] 0xfffff3fe00000000-0xfffff40000000000           8G                               pud
[    1.884594] 0xfffff40000000000-0xfffffe0000000000          10T                               pgd
[    1.884609] ---[ CPU entry Area ]---
[    1.884614] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    1.884644] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    1.884665] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    1.884680] 0xfffffe0040000000-0xfffffe1100000000          67G                               pud
[    1.884698] 0xfffffe1100000000-0xfffffe112b200000         690M                               pmd
[    1.884717] 0xfffffe112b200000-0xfffffe112b2b4000         720K                               pte
[    1.884731] 0xfffffe112b2b4000-0xfffffe112b2b5000           4K     ro                 GLB NX pte
[    1.884750] 0xfffffe112b2b5000-0xfffffe112b2b6000           4K     RW                 GLB NX pte
[    1.884769] 0xfffffe112b2b6000-0xfffffe112b2bb000          20K     ro                 GLB NX pte
[    1.884788] 0xfffffe112b2bb000-0xfffffe112b2bc000           4K                               pte
[    1.884802] 0xfffffe112b2bc000-0xfffffe112b2be000           8K     RW                 GLB NX pte
[    1.884821] 0xfffffe112b2be000-0xfffffe112b2bf000           4K                               pte
[    1.884835] 0xfffffe112b2bf000-0xfffffe112b2c1000           8K     RW                 GLB NX pte
[    1.884854] 0xfffffe112b2c1000-0xfffffe112b2c2000           4K                               pte
[    1.884868] 0xfffffe112b2c2000-0xfffffe112b2c4000           8K     RW                 GLB NX pte
[    1.884887] 0xfffffe112b2c4000-0xfffffe112b2c5000           4K                               pte
[    1.884901] 0xfffffe112b2c5000-0xfffffe112b2c7000           8K     RW                 GLB NX pte
[    1.884927] 0xfffffe112b2c7000-0xfffffe112b400000        1252K                               pte
[    1.884942] 0xfffffe112b400000-0xfffffe1140000000         332M                               pmd
[    1.884956] 0xfffffe1140000000-0xfffffe1240000000           4G                               pud
[    1.884977] 0xfffffe1240000000-0xfffffe127fc00000        1020M                               pmd
[    1.884997] 0xfffffe127fc00000-0xfffffe127fd0f000        1084K                               pte
[    1.885011] 0xfffffe127fd0f000-0xfffffe127fd10000           4K     ro                 GLB NX pte
[    1.885030] 0xfffffe127fd10000-0xfffffe127fd11000           4K     RW                 GLB NX pte
[    1.885049] 0xfffffe127fd11000-0xfffffe127fd16000          20K     ro                 GLB NX pte
[    1.885068] 0xfffffe127fd16000-0xfffffe127fd17000           4K                               pte
[    1.885082] 0xfffffe127fd17000-0xfffffe127fd19000           8K     RW                 GLB NX pte
[    1.885101] 0xfffffe127fd19000-0xfffffe127fd1a000           4K                               pte
[    1.885115] 0xfffffe127fd1a000-0xfffffe127fd1c000           8K     RW                 GLB NX pte
[    1.885128] 0xfffffe127fd1c000-0xfffffe127fd1d000           4K                               pte
[    1.885142] 0xfffffe127fd1d000-0xfffffe127fd1f000           8K     RW                 GLB NX pte
[    1.885161] 0xfffffe127fd1f000-0xfffffe127fd20000           4K                               pte
[    1.885175] 0xfffffe127fd20000-0xfffffe127fd22000           8K     RW                 GLB NX pte
[    1.885199] 0xfffffe127fd22000-0xfffffe127fe00000         888K                               pte
[    1.885212] 0xfffffe127fe00000-0xfffffe1280000000           2M                               pmd
[    1.885226] 0xfffffe1280000000-0xfffffe15c0000000          13G                               pud
[    1.885241] 0xfffffe15c0000000-0xfffffe15cf200000         242M                               pmd
[    1.885266] 0xfffffe15cf200000-0xfffffe15cf3ff000        2044K                               pte
[    1.885280] 0xfffffe15cf3ff000-0xfffffe15cf400000           4K     ro                 GLB NX pte
[    1.885299] 0xfffffe15cf400000-0xfffffe15cf401000           4K     RW                 GLB NX pte
[    1.885318] 0xfffffe15cf401000-0xfffffe15cf406000          20K     ro                 GLB NX pte
[    1.885337] 0xfffffe15cf406000-0xfffffe15cf407000           4K                               pte
[    1.885351] 0xfffffe15cf407000-0xfffffe15cf409000           8K     RW                 GLB NX pte
[    1.885370] 0xfffffe15cf409000-0xfffffe15cf40a000           4K                               pte
[    1.885384] 0xfffffe15cf40a000-0xfffffe15cf40c000           8K     RW                 GLB NX pte
[    1.885403] 0xfffffe15cf40c000-0xfffffe15cf40d000           4K                               pte
[    1.885418] 0xfffffe15cf40d000-0xfffffe15cf40f000           8K     RW                 GLB NX pte
[    1.885436] 0xfffffe15cf40f000-0xfffffe15cf410000           4K                               pte
[    1.885451] 0xfffffe15cf410000-0xfffffe15cf412000           8K     RW                 GLB NX pte
[    1.885480] 0xfffffe15cf412000-0xfffffe15cf600000        1976K                               pte
[    1.885500] 0xfffffe15cf600000-0xfffffe1600000000         778M                               pmd
[    1.885514] 0xfffffe1600000000-0xfffffe2240000000          49G                               pud
[    1.885529] 0xfffffe2240000000-0xfffffe2252200000         290M                               pmd
[    1.885547] 0xfffffe2252200000-0xfffffe2252291000         580K                               pte
[    1.885561] 0xfffffe2252291000-0xfffffe2252292000           4K     ro                 GLB NX pte
[    1.885580] 0xfffffe2252292000-0xfffffe2252293000           4K     RW                 GLB NX pte
[    1.885599] 0xfffffe2252293000-0xfffffe2252298000          20K     ro                 GLB NX pte
[    1.885618] 0xfffffe2252298000-0xfffffe2252299000           4K                               pte
[    1.885632] 0xfffffe2252299000-0xfffffe225229b000           8K     RW                 GLB NX pte
[    1.885651] 0xfffffe225229b000-0xfffffe225229c000           4K                               pte
[    1.885665] 0xfffffe225229c000-0xfffffe225229e000           8K     RW                 GLB NX pte
[    1.885684] 0xfffffe225229e000-0xfffffe225229f000           4K                               pte
[    1.885698] 0xfffffe225229f000-0xfffffe22522a1000           8K     RW                 GLB NX pte
[    1.885717] 0xfffffe22522a1000-0xfffffe22522a2000           4K                               pte
[    1.885731] 0xfffffe22522a2000-0xfffffe22522a4000           8K     RW                 GLB NX pte
[    1.885758] 0xfffffe22522a4000-0xfffffe2252400000        1392K                               pte
[    1.885776] 0xfffffe2252400000-0xfffffe2280000000         732M                               pmd
[    1.885790] 0xfffffe2280000000-0xfffffe2d00000000          42G                               pud
[    1.885803] 0xfffffe2d00000000-0xfffffe2d00200000           2M                               pmd
[    1.885824] 0xfffffe2d00200000-0xfffffe2d00326000        1176K                               pte
[    1.885838] 0xfffffe2d00326000-0xfffffe2d00327000           4K     ro                 GLB NX pte
[    1.885857] 0xfffffe2d00327000-0xfffffe2d00328000           4K     RW                 GLB NX pte
[    1.885876] 0xfffffe2d00328000-0xfffffe2d0032d000          20K     ro                 GLB NX pte
[    1.885895] 0xfffffe2d0032d000-0xfffffe2d0032e000           4K                               pte
[    1.885909] 0xfffffe2d0032e000-0xfffffe2d00330000           8K     RW                 GLB NX pte
[    1.885928] 0xfffffe2d00330000-0xfffffe2d00331000           4K                               pte
[    1.885942] 0xfffffe2d00331000-0xfffffe2d00333000           8K     RW                 GLB NX pte
[    1.885961] 0xfffffe2d00333000-0xfffffe2d00334000           4K                               pte
[    1.885975] 0xfffffe2d00334000-0xfffffe2d00336000           8K     RW                 GLB NX pte
[    1.885994] 0xfffffe2d00336000-0xfffffe2d00337000           4K                               pte
[    1.886008] 0xfffffe2d00337000-0xfffffe2d00339000           8K     RW                 GLB NX pte
[    1.886031] 0xfffffe2d00339000-0xfffffe2d00400000         796K                               pte
[    1.886060] 0xfffffe2d00400000-0xfffffe2d7f000000        2028M                               pmd
[    1.886075] 0xfffffe2d7f000000-0xfffffe2d7f032000         200K                               pte
[    1.886090] 0xfffffe2d7f032000-0xfffffe2d7f033000           4K     ro                 GLB NX pte
[    1.886108] 0xfffffe2d7f033000-0xfffffe2d7f034000           4K     RW                 GLB NX pte
[    1.886139] 0xfffffe2d7f034000-0xfffffe2d7f039000          20K     ro                 GLB NX pte
[    1.886158] 0xfffffe2d7f039000-0xfffffe2d7f03a000           4K                               pte
[    1.886173] 0xfffffe2d7f03a000-0xfffffe2d7f03c000           8K     RW                 GLB NX pte
[    1.886191] 0xfffffe2d7f03c000-0xfffffe2d7f03d000           4K                               pte
[    1.886206] 0xfffffe2d7f03d000-0xfffffe2d7f03f000           8K     RW                 GLB NX pte
[    1.886224] 0xfffffe2d7f03f000-0xfffffe2d7f040000           4K                               pte
[    1.886239] 0xfffffe2d7f040000-0xfffffe2d7f042000           8K     RW                 GLB NX pte
[    1.886258] 0xfffffe2d7f042000-0xfffffe2d7f043000           4K                               pte
[    1.886272] 0xfffffe2d7f043000-0xfffffe2d7f045000           8K     RW                 GLB NX pte
[    1.886300] 0xfffffe2d7f045000-0xfffffe2d7f200000        1772K                               pte
[    1.886314] 0xfffffe2d7f200000-0xfffffe2d80000000          14M                               pmd
[    1.886327] 0xfffffe2d80000000-0xfffffe3240000000          19G                               pud
[    1.886346] 0xfffffe3240000000-0xfffffe3271800000         792M                               pmd
[    1.886368] 0xfffffe3271800000-0xfffffe3271950000        1344K                               pte
[    1.886382] 0xfffffe3271950000-0xfffffe3271951000           4K     ro                 GLB NX pte
[    1.886400] 0xfffffe3271951000-0xfffffe3271952000           4K     RW                 GLB NX pte
[    1.886419] 0xfffffe3271952000-0xfffffe3271957000          20K     ro                 GLB NX pte
[    1.886438] 0xfffffe3271957000-0xfffffe3271958000           4K                               pte
[    1.886452] 0xfffffe3271958000-0xfffffe327195a000           8K     RW                 GLB NX pte
[    1.886471] 0xfffffe327195a000-0xfffffe327195b000           4K                               pte
[    1.886485] 0xfffffe327195b000-0xfffffe327195d000           8K     RW                 GLB NX pte
[    1.886504] 0xfffffe327195d000-0xfffffe327195e000           4K                               pte
[    1.886518] 0xfffffe327195e000-0xfffffe3271960000           8K     RW                 GLB NX pte
[    1.886537] 0xfffffe3271960000-0xfffffe3271961000           4K                               pte
[    1.886552] 0xfffffe3271961000-0xfffffe3271963000           8K     RW                 GLB NX pte
[    1.886574] 0xfffffe3271963000-0xfffffe3271a00000         628K                               pte
[    1.886589] 0xfffffe3271a00000-0xfffffe3280000000         230M                               pmd
[    1.886602] 0xfffffe3280000000-0xfffffe3780000000          20G                               pud
[    1.886620] 0xfffffe3780000000-0xfffffe37a3400000         564M                               pmd
[    1.886637] 0xfffffe37a3400000-0xfffffe37a3493000         588K                               pte
[    1.886651] 0xfffffe37a3493000-0xfffffe37a3494000           4K     ro                 GLB NX pte
[    1.886670] 0xfffffe37a3494000-0xfffffe37a3495000           4K     RW                 GLB NX pte
[    1.886689] 0xfffffe37a3495000-0xfffffe37a349a000          20K     ro                 GLB NX pte
[    1.886708] 0xfffffe37a349a000-0xfffffe37a349b000           4K                               pte
[    1.886722] 0xfffffe37a349b000-0xfffffe37a349d000           8K     RW                 GLB NX pte
[    1.886741] 0xfffffe37a349d000-0xfffffe37a349e000           4K                               pte
[    1.886755] 0xfffffe37a349e000-0xfffffe37a34a0000           8K     RW                 GLB NX pte
[    1.886774] 0xfffffe37a34a0000-0xfffffe37a34a1000           4K                               pte
[    1.886788] 0xfffffe37a34a1000-0xfffffe37a34a3000           8K     RW                 GLB NX pte
[    1.886807] 0xfffffe37a34a3000-0xfffffe37a34a4000           4K                               pte
[    1.886821] 0xfffffe37a34a4000-0xfffffe37a34a6000           8K     RW                 GLB NX pte
[    1.886847] 0xfffffe37a34a6000-0xfffffe37a3600000        1384K                               pte
[    1.886864] 0xfffffe37a3600000-0xfffffe37c0000000         458M                               pmd
[    1.886878] 0xfffffe37c0000000-0xfffffe3e00000000          25G                               pud
[    1.886892] 0xfffffe3e00000000-0xfffffe3e0da00000         218M                               pmd
[    1.886908] 0xfffffe3e0da00000-0xfffffe3e0da29000         164K                               pte
[    1.886922] 0xfffffe3e0da29000-0xfffffe3e0da2a000           4K     ro                 GLB NX pte
[    1.886941] 0xfffffe3e0da2a000-0xfffffe3e0da2b000           4K     RW                 GLB NX pte
[    1.886960] 0xfffffe3e0da2b000-0xfffffe3e0da30000          20K     ro                 GLB NX pte
[    1.886978] 0xfffffe3e0da30000-0xfffffe3e0da31000           4K                               pte
[    1.886993] 0xfffffe3e0da31000-0xfffffe3e0da33000           8K     RW                 GLB NX pte
[    1.887011] 0xfffffe3e0da33000-0xfffffe3e0da34000           4K                               pte
[    1.887026] 0xfffffe3e0da34000-0xfffffe3e0da36000           8K     RW                 GLB NX pte
[    1.887045] 0xfffffe3e0da36000-0xfffffe3e0da37000           4K                               pte
[    1.887059] 0xfffffe3e0da37000-0xfffffe3e0da39000           8K     RW                 GLB NX pte
[    1.887078] 0xfffffe3e0da39000-0xfffffe3e0da3a000           4K                               pte
[    1.887092] 0xfffffe3e0da3a000-0xfffffe3e0da3c000           8K     RW                 GLB NX pte
[    1.887120] 0xfffffe3e0da3c000-0xfffffe3e0dc00000        1808K                               pte
[    1.887133] 0xfffffe3e0dc00000-0xfffffe3e40000000         804M                               pmd
[    1.887147] 0xfffffe3e40000000-0xfffffe4580000000          29G                               pud
[    1.887166] 0xfffffe4580000000-0xfffffe45afe00000         766M                               pmd
[    1.887186] 0xfffffe45afe00000-0xfffffe45aff02000        1032K                               pte
[    1.887200] 0xfffffe45aff02000-0xfffffe45aff03000           4K     ro                 GLB NX pte
[    1.887219] 0xfffffe45aff03000-0xfffffe45aff04000           4K     RW                 GLB NX pte
[    1.887238] 0xfffffe45aff04000-0xfffffe45aff09000          20K     ro                 GLB NX pte
[    1.887257] 0xfffffe45aff09000-0xfffffe45aff0a000           4K                               pte
[    1.887271] 0xfffffe45aff0a000-0xfffffe45aff0c000           8K     RW                 GLB NX pte
[    1.887290] 0xfffffe45aff0c000-0xfffffe45aff0d000           4K                               pte
[    1.887304] 0xfffffe45aff0d000-0xfffffe45aff0f000           8K     RW                 GLB NX pte
[    1.887323] 0xfffffe45aff0f000-0xfffffe45aff10000           4K                               pte
[    1.887337] 0xfffffe45aff10000-0xfffffe45aff12000           8K     RW                 GLB NX pte
[    1.887355] 0xfffffe45aff12000-0xfffffe45aff13000           4K                               pte
[    1.887370] 0xfffffe45aff13000-0xfffffe45aff15000           8K     RW                 GLB NX pte
[    1.887393] 0xfffffe45aff15000-0xfffffe45b0000000         940K                               pte
[    1.887409] 0xfffffe45b0000000-0xfffffe45c0000000         256M                               pmd
[    1.887422] 0xfffffe45c0000000-0xfffffe4a00000000          17G                               pud
[    1.887436] 0xfffffe4a00000000-0xfffffe4a04c00000          76M                               pmd
[    1.887455] 0xfffffe4a04c00000-0xfffffe4a04cf4000         976K                               pte
[    1.887470] 0xfffffe4a04cf4000-0xfffffe4a04cf5000           4K     ro                 GLB NX pte
[    1.887489] 0xfffffe4a04cf5000-0xfffffe4a04cf6000           4K     RW                 GLB NX pte
[    1.887507] 0xfffffe4a04cf6000-0xfffffe4a04cfb000          20K     ro                 GLB NX pte
[    1.887526] 0xfffffe4a04cfb000-0xfffffe4a04cfc000           4K                               pte
[    1.887541] 0xfffffe4a04cfc000-0xfffffe4a04cfe000           8K     RW                 GLB NX pte
[    1.887559] 0xfffffe4a04cfe000-0xfffffe4a04cff000           4K                               pte
[    1.887574] 0xfffffe4a04cff000-0xfffffe4a04d01000           8K     RW                 GLB NX pte
[    1.887593] 0xfffffe4a04d01000-0xfffffe4a04d02000           4K                               pte
[    1.887607] 0xfffffe4a04d02000-0xfffffe4a04d04000           8K     RW                 GLB NX pte
[    1.887626] 0xfffffe4a04d04000-0xfffffe4a04d05000           4K                               pte
[    1.887640] 0xfffffe4a04d05000-0xfffffe4a04d07000           8K     RW                 GLB NX pte
[    1.887664] 0xfffffe4a04d07000-0xfffffe4a04e00000         996K                               pte
[    1.887684] 0xfffffe4a04e00000-0xfffffe4a40000000         946M                               pmd
[    1.887698] 0xfffffe4a40000000-0xfffffe4f80000000          21G                               pud
[    1.887712] 0xfffffe4f80000000-0xfffffe4f84200000          66M                               pmd
[    1.887729] 0xfffffe4f84200000-0xfffffe4f84271000         452K                               pte
[    1.887743] 0xfffffe4f84271000-0xfffffe4f84272000           4K     ro                 GLB NX pte
[    1.887762] 0xfffffe4f84272000-0xfffffe4f84273000           4K     RW                 GLB NX pte
[    1.887781] 0xfffffe4f84273000-0xfffffe4f84278000          20K     ro                 GLB NX pte
[    1.887800] 0xfffffe4f84278000-0xfffffe4f84279000           4K                               pte
[    1.887814] 0xfffffe4f84279000-0xfffffe4f8427b000           8K     RW                 GLB NX pte
[    1.887833] 0xfffffe4f8427b000-0xfffffe4f8427c000           4K                               pte
[    1.887847] 0xfffffe4f8427c000-0xfffffe4f8427e000           8K     RW                 GLB NX pte
[    1.887866] 0xfffffe4f8427e000-0xfffffe4f8427f000           4K                               pte
[    1.887880] 0xfffffe4f8427f000-0xfffffe4f84281000           8K     RW                 GLB NX pte
[    1.887899] 0xfffffe4f84281000-0xfffffe4f84282000           4K                               pte
[    1.887913] 0xfffffe4f84282000-0xfffffe4f84284000           8K     RW                 GLB NX pte
[    1.887940] 0xfffffe4f84284000-0xfffffe4f84400000        1520K                               pte
[    1.887960] 0xfffffe4f84400000-0xfffffe4fc0000000         956M                               pmd
[    1.887974] 0xfffffe4fc0000000-0xfffffe5ac0000000          44G                               pud
[    1.887993] 0xfffffe5ac0000000-0xfffffe5af1800000         792M                               pmd
[    1.888012] 0xfffffe5af1800000-0xfffffe5af18cd000         820K                               pte
[    1.888026] 0xfffffe5af18cd000-0xfffffe5af18ce000           4K     ro                 GLB NX pte
[    1.888045] 0xfffffe5af18ce000-0xfffffe5af18cf000           4K     RW                 GLB NX pte
[    1.888064] 0xfffffe5af18cf000-0xfffffe5af18d4000          20K     ro                 GLB NX pte
[    1.888083] 0xfffffe5af18d4000-0xfffffe5af18d5000           4K                               pte
[    1.888097] 0xfffffe5af18d5000-0xfffffe5af18d7000           8K     RW                 GLB NX pte
[    1.888128] 0xfffffe5af18d7000-0xfffffe5af18d8000           4K                               pte
[    1.888142] 0xfffffe5af18d8000-0xfffffe5af18da000           8K     RW                 GLB NX pte
[    1.888161] 0xfffffe5af18da000-0xfffffe5af18db000           4K                               pte
[    1.888175] 0xfffffe5af18db000-0xfffffe5af18dd000           8K     RW                 GLB NX pte
[    1.888194] 0xfffffe5af18dd000-0xfffffe5af18de000           4K                               pte
[    1.888208] 0xfffffe5af18de000-0xfffffe5af18e0000           8K     RW                 GLB NX pte
[    1.888232] 0xfffffe5af18e0000-0xfffffe5af1a00000        1152K                               pte
[    1.888247] 0xfffffe5af1a00000-0xfffffe5b00000000         230M                               pmd
[    1.888261] 0xfffffe5b00000000-0xfffffe6a80000000          62G                               pud
[    1.888278] 0xfffffe6a80000000-0xfffffe6a9aa00000         426M                               pmd
[    1.888301] 0xfffffe6a9aa00000-0xfffffe6a9aba1000        1668K                               pte
[    1.888315] 0xfffffe6a9aba1000-0xfffffe6a9aba2000           4K     ro                 GLB NX pte
[    1.888334] 0xfffffe6a9aba2000-0xfffffe6a9aba3000           4K     RW                 GLB NX pte
[    1.888353] 0xfffffe6a9aba3000-0xfffffe6a9aba8000          20K     ro                 GLB NX pte
[    1.888372] 0xfffffe6a9aba8000-0xfffffe6a9aba9000           4K                               pte
[    1.888386] 0xfffffe6a9aba9000-0xfffffe6a9abab000           8K     RW                 GLB NX pte
[    1.888404] 0xfffffe6a9abab000-0xfffffe6a9abac000           4K                               pte
[    1.888419] 0xfffffe6a9abac000-0xfffffe6a9abae000           8K     RW                 GLB NX pte
[    1.888437] 0xfffffe6a9abae000-0xfffffe6a9abaf000           4K                               pte
[    1.888452] 0xfffffe6a9abaf000-0xfffffe6a9abb1000           8K     RW                 GLB NX pte
[    1.888470] 0xfffffe6a9abb1000-0xfffffe6a9abb2000           4K                               pte
[    1.888485] 0xfffffe6a9abb2000-0xfffffe6a9abb4000           8K     RW                 GLB NX pte
[    1.888505] 0xfffffe6a9abb4000-0xfffffe6a9ac00000         304K                               pte
[    1.888523] 0xfffffe6a9ac00000-0xfffffe6ac0000000         596M                               pmd
[    1.888536] 0xfffffe6ac0000000-0xfffffe6c40000000           6G                               pud
[    1.888553] 0xfffffe6c40000000-0xfffffe6c5c400000         452M                               pmd
[    1.888576] 0xfffffe6c5c400000-0xfffffe6c5c5b6000        1752K                               pte
[    1.888591] 0xfffffe6c5c5b6000-0xfffffe6c5c5b7000           4K     ro                 GLB NX pte
[    1.888610] 0xfffffe6c5c5b7000-0xfffffe6c5c5b8000           4K     RW                 GLB NX pte
[    1.888628] 0xfffffe6c5c5b8000-0xfffffe6c5c5bd000          20K     ro                 GLB NX pte
[    1.888647] 0xfffffe6c5c5bd000-0xfffffe6c5c5be000           4K                               pte
[    1.888662] 0xfffffe6c5c5be000-0xfffffe6c5c5c0000           8K     RW                 GLB NX pte
[    1.888680] 0xfffffe6c5c5c0000-0xfffffe6c5c5c1000           4K                               pte
[    1.888695] 0xfffffe6c5c5c1000-0xfffffe6c5c5c3000           8K     RW                 GLB NX pte
[    1.888713] 0xfffffe6c5c5c3000-0xfffffe6c5c5c4000           4K                               pte
[    1.888728] 0xfffffe6c5c5c4000-0xfffffe6c5c5c6000           8K     RW                 GLB NX pte
[    1.888746] 0xfffffe6c5c5c6000-0xfffffe6c5c5c7000           4K                               pte
[    1.888761] 0xfffffe6c5c5c7000-0xfffffe6c5c5c9000           8K     RW                 GLB NX pte
[    1.888780] 0xfffffe6c5c5c9000-0xfffffe6c5c600000         220K                               pte
[    1.888798] 0xfffffe6c5c600000-0xfffffe6c80000000         570M                               pmd
[    1.888812] 0xfffffe6c80000000-0xfffffe74c0000000          33G                               pud
[    1.888828] 0xfffffe74c0000000-0xfffffe74da200000         418M                               pmd
[    1.888847] 0xfffffe74da200000-0xfffffe74da2e7000         924K                               pte
[    1.888862] 0xfffffe74da2e7000-0xfffffe74da2e8000           4K     ro                 GLB NX pte
[    1.888881] 0xfffffe74da2e8000-0xfffffe74da2e9000           4K     RW                 GLB NX pte
[    1.888900] 0xfffffe74da2e9000-0xfffffe74da2ee000          20K     ro                 GLB NX pte
[    1.888918] 0xfffffe74da2ee000-0xfffffe74da2ef000           4K                               pte
[    1.888933] 0xfffffe74da2ef000-0xfffffe74da2f1000           8K     RW                 GLB NX pte
[    1.888952] 0xfffffe74da2f1000-0xfffffe74da2f2000           4K                               pte
[    1.888966] 0xfffffe74da2f2000-0xfffffe74da2f4000           8K     RW                 GLB NX pte
[    1.888985] 0xfffffe74da2f4000-0xfffffe74da2f5000           4K                               pte
[    1.888999] 0xfffffe74da2f5000-0xfffffe74da2f7000           8K     RW                 GLB NX pte
[    1.889018] 0xfffffe74da2f7000-0xfffffe74da2f8000           4K                               pte
[    1.889032] 0xfffffe74da2f8000-0xfffffe74da2fa000           8K     RW                 GLB NX pte
[    1.889057] 0xfffffe74da2fa000-0xfffffe74da400000        1048K                               pte
[    1.889074] 0xfffffe74da400000-0xfffffe7500000000         604M                               pmd
[    1.889088] 0xfffffe7500000000-0xfffffe8000000000          44G                               pud
[    1.889102] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    1.889115] ---[ ESPfix Area ]---
[    1.889129] 0xffffff0000000000-0xffffff6f00000000         444G                               pud
[    1.889144] 0xffffff6f00000000-0xffffff6f00002000           8K                               pte
[    1.889158] 0xffffff6f00002000-0xffffff6f00003000           4K     ro                 GLB NX pte
[    1.889177] 0xffffff6f00003000-0xffffff6f00012000          60K                               pte
[    1.889192] 0xffffff6f00012000-0xffffff6f00013000           4K     ro                 GLB NX pte
[    1.889211] 0xffffff6f00013000-0xffffff6f00022000          60K                               pte
[    1.889225] 0xffffff6f00022000-0xffffff6f00023000           4K     ro                 GLB NX pte
[    1.889244] 0xffffff6f00023000-0xffffff6f00032000          60K                               pte
[    1.889259] 0xffffff6f00032000-0xffffff6f00033000           4K     ro                 GLB NX pte
[    1.889278] 0xffffff6f00033000-0xffffff6f00042000          60K                               pte
[    1.889292] 0xffffff6f00042000-0xffffff6f00043000           4K     ro                 GLB NX pte
[    1.889311] 0xffffff6f00043000-0xffffff6f00052000          60K                               pte
[    1.889325] 0xffffff6f00052000-0xffffff6f00053000           4K     ro                 GLB NX pte
[    1.889344] 0xffffff6f00053000-0xffffff6f00062000          60K                               pte
[    1.889359] 0xffffff6f00062000-0xffffff6f00063000           4K     ro                 GLB NX pte
[    1.889378] 0xffffff6f00063000-0xffffff6f00072000          60K                               pte
[    1.911572] ... 131059 entries skipped ... 
[    1.911578] ---[ EFI Runtime Services ]---
[    1.911585] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    1.911604] 0xfffffffec0000000-0xfffffffeefc00000         764M                               pmd
[    1.911622] 0xfffffffeefc00000-0xfffffffeefc9f000         636K                               pte
[    1.911636] 0xfffffffeefc9f000-0xfffffffeefca0000           4K     RW                     NX pte
[    1.911662] 0xfffffffeefca0000-0xfffffffeefe00000        1408K                               pte
[    1.911677] 0xfffffffeefe00000-0xfffffffeefe20000         128K                               pte
[    1.911702] 0xfffffffeefe20000-0xfffffffef000b000        1964K                               pte
[    1.911720] 0xfffffffef000b000-0xfffffffef00b4000         676K     RW                     NX pte
[    1.911739] 0xfffffffef00b4000-0xfffffffef00e4000         192K                               pte
[    1.911754] 0xfffffffef00e4000-0xfffffffef00e5000           4K                               pte
[    1.911768] 0xfffffffef00e5000-0xfffffffef00e6000           4K                               pte
[    1.911788] 0xfffffffef00e6000-0xfffffffef0200000        1128K     RW                     NX pte
[    1.911807] 0xfffffffef0200000-0xfffffffef2400000          34M     RW         PSE         NX pmd
[    1.911832] 0xfffffffef2400000-0xfffffffef2523000        1164K     RW                     NX pte
[    1.911856] 0xfffffffef2523000-0xfffffffef340b000       15264K                               pte
[    1.911879] 0xfffffffef340b000-0xfffffffef35d8000        1844K                               pte
[    1.911900] 0xfffffffef35d8000-0xfffffffef3d08000        7360K                               pte
[    1.911917] 0xfffffffef3d08000-0xfffffffef3d79000         452K                               pte
[    1.911934] 0xfffffffef3d79000-0xfffffffef3e00000         540K     RW                     NX pte
[    1.911953] 0xfffffffef3e00000-0xfffffffef4400000           6M     RW         PSE         NX pmd
[    1.911980] 0xfffffffef4400000-0xfffffffef4593000        1612K     RW                     NX pte
[    1.911998] 0xfffffffef4593000-0xfffffffef4596000          12K     ro                     x  pte
[    1.912017] 0xfffffffef4596000-0xfffffffef459b000          20K     RW                     NX pte
[    1.912036] 0xfffffffef459b000-0xfffffffef459c000           4K     ro                     x  pte
[    1.912055] 0xfffffffef459c000-0xfffffffef45a1000          20K     RW                     NX pte
[    1.912073] 0xfffffffef45a1000-0xfffffffef45a5000          16K     ro                     x  pte
[    1.912092] 0xfffffffef45a5000-0xfffffffef45aa000          20K     RW                     NX pte
[    1.912110] 0xfffffffef45aa000-0xfffffffef45ab000           4K     ro                     x  pte
[    1.912128] 0xfffffffef45ab000-0xfffffffef45af000          16K     RW                     NX pte
[    1.912146] 0xfffffffef45af000-0xfffffffef45bc000          52K     ro                     x  pte
[    1.912165] 0xfffffffef45bc000-0xfffffffef45c1000          20K     RW                     NX pte
[    1.912183] 0xfffffffef45c1000-0xfffffffef45c4000          12K     ro                     x  pte
[    1.912202] 0xfffffffef45c4000-0xfffffffef45c9000          20K     RW                     NX pte
[    1.912220] 0xfffffffef45c9000-0xfffffffef45ca000           4K     ro                     x  pte
[    1.912239] 0xfffffffef45ca000-0xfffffffef45cf000          20K     RW                     NX pte
[    1.912257] 0xfffffffef45cf000-0xfffffffef45d0000           4K     ro                     x  pte
[    1.912276] 0xfffffffef45d0000-0xfffffffef45d5000          20K     RW                     NX pte
[    1.912295] 0xfffffffef45d5000-0xfffffffef45d6000           4K     ro                     x  pte
[    1.912314] 0xfffffffef45d6000-0xfffffffef45da000          16K     RW                     NX pte
[    1.912332] 0xfffffffef45da000-0xfffffffef45e6000          48K     ro                     x  pte
[    1.912351] 0xfffffffef45e6000-0xfffffffef45ed000          28K     RW                     NX pte
[    1.912370] 0xfffffffef45ed000-0xfffffffef45f2000          20K     ro                     x  pte
[    1.912389] 0xfffffffef45f2000-0xfffffffef45f7000          20K     RW                     NX pte
[    1.912407] 0xfffffffef45f7000-0xfffffffef45fa000          12K     ro                     x  pte
[    1.912426] 0xfffffffef45fa000-0xfffffffef45ff000          20K     RW                     NX pte
[    1.912445] 0xfffffffef45ff000-0xfffffffef4c00000        6148K                               pte
[    1.912468] 0xfffffffef4c00000-0xfffffffef4da6000        1688K                               pte
[    1.912487] 0xfffffffef4da6000-0xfffffffef4ea6000           1M                               pte
[    1.912502] 0xfffffffef4ea6000-0xfffffffef4ec0000         104K                               pte
[    1.912517] 0xfffffffef4ec0000-0xfffffffef4efb000         236K                               pte
[    1.912532] 0xfffffffef4efb000-0xfffffffef4f17000         112K                               pte
[    1.912557] 0xfffffffef4f17000-0xfffffffef5916000       10236K                               pte
[    1.912572] 0xfffffffef5916000-0xfffffffef5919000          12K                               pte
[    1.912598] 0xfffffffef5919000-0xfffffffef5b6a000        2372K                               pte
[    1.912613] 0xfffffffef5b6a000-0xfffffffef5b74000          40K                               pte
[    1.912628] 0xfffffffef5b74000-0xfffffffef5b8e000         104K                               pte
[    1.912642] 0xfffffffef5b8e000-0xfffffffef5b94000          24K                               pte
[    1.912657] 0xfffffffef5b94000-0xfffffffef5baa000          88K                               pte
[    1.912671] 0xfffffffef5baa000-0xfffffffef5bad000          12K                               pte
[    1.912686] 0xfffffffef5bad000-0xfffffffef5bc0000          76K                               pte
[    1.912700] 0xfffffffef5bc0000-0xfffffffef5bc5000          20K                               pte
[    1.912715] 0xfffffffef5bc5000-0xfffffffef5bda000          84K                               pte
[    1.912730] 0xfffffffef5bda000-0xfffffffef5bf2000          96K                               pte
[    1.912744] 0xfffffffef5bf2000-0xfffffffef5bfa000          32K                               pte
[    1.912759] 0xfffffffef5bfa000-0xfffffffef5c00000          24K                               pte
[    1.912774] 0xfffffffef5c00000-0xfffffffefdc00000         128M     RW         PSE         NX pmd
[    1.912793] 0xfffffffefdc00000-0xfffffffefec00000          16M     RW     PCD PSE         NX pmd
[    1.912817] 0xfffffffefec00000-0xfffffffefed00000           1M                               pte
[    1.912832] 0xfffffffefed00000-0xfffffffefed10000          64K     RW     PCD             NX pte
[    1.912852] 0xfffffffefed10000-0xfffffffefed80000         448K                               pte
[    1.912870] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    1.912889] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    1.912903] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    1.912927] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    1.912941] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    1.912961] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    1.912975] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    1.912995] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    1.913009] 0xfffffffefef80000-0xfffffffefef81000           4K     RW     PCD             NX pte
[    1.913029] 0xfffffffefef81000-0xfffffffefefc4000         268K                               pte
[    1.913044] 0xfffffffefefc4000-0xfffffffefefca000          24K     RW     PCD             NX pte
[    1.913062] 0xfffffffefefca000-0xfffffffefefcc000           8K                               pte
[    1.913077] 0xfffffffefefcc000-0xfffffffefefcf000          12K     RW     PCD             NX pte
[    1.913096] 0xfffffffefefcf000-0xfffffffefefd5000          24K                               pte
[    1.913110] 0xfffffffefefd5000-0xfffffffefefd6000           4K     RW     PCD             NX pte
[    1.913128] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    1.913143] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    1.913160] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    1.913173] ---[ High Kernel Mapping ]---
[    1.913180] 0xffffffff80000000-0xffffffff85000000          80M                               pmd
[    1.913195] 0xffffffff85000000-0xffffffff88200000          50M     RW         PSE     GLB x  pmd
[    1.913224] 0xffffffff88200000-0xffffffff883ff000        2044K     RW                 GLB x  pte
[    1.913243] 0xffffffff883ff000-0xffffffff88400000           4K     ro                 GLB x  pte
[    1.913262] 0xffffffff88400000-0xffffffff8a400000          32M     RW         PSE     GLB x  pmd
[    1.913286] 0xffffffff8a400000-0xffffffffc0000000         860M                               pmd
[    1.913299] ---[ Modules ]---
[    1.913311] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    1.913324] ---[ End Modules ]---
[    1.913329] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    1.913362] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    1.913376] ---[ Fixmap Area ]---
[    1.913385] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    1.913399] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    1.913428] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    1.913442] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    1.913484] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    1.913507] Yama: becoming mindful.
[    1.913519] SELinux:  Initializing.
[    1.913554] LSM support for eBPF active
[    1.913560] landlock: Up and running.
[    1.913666] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.913736] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.914275] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.914298] LVT offset 1 assigned for vector 0xf9
[    1.914311] LVT offset 2 assigned for vector 0xf4
[    1.914320] process: using mwait in idle threads
[    1.914327] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.914336] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.914348] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.914361] Spectre V2 : Mitigation: Retpolines
[    1.914368] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.914380] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.914389] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.914400] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.914412] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.914422] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.929938] Freeing SMP alternatives memory: 44K
[    2.033149] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    2.033529] cblist_init_generic: Setting adjustable number of callback queues.
[    2.033574] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.033633] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.033694] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.033741] Running RCU-tasks wait API self tests
[    2.140267] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.140302] ... version:                0
[    2.140316] ... bit width:              48
[    2.140330] ... generic registers:      6
[    2.140343] ... value mask:             0000ffffffffffff
[    2.140360] ... max period:             00007fffffffffff
[    2.140376] ... fixed-purpose events:   0
[    2.140389] ... event mask:             000000000000003f
[    2.140767] rcu: Hierarchical SRCU implementation.
[    2.140783] rcu: 	Max phase no-delay instances is 400.
[    2.141948] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.142360] smp: Bringing up secondary CPUs ...
[    2.142677] x86: Booting SMP configuration:
[    2.142692] .... node  #0, CPUs:        #1
[    2.144416] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.145477]   #2  #3  #4
[    2.160196] Callback from call_rcu_tasks_trace() invoked.
[    2.160402]   #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    2.175218] smp: Brought up 1 node, 16 CPUs
[    2.175218] smpboot: Max logical packages: 1
[    2.175218] smpboot: Total of 16 processors activated (105400.89 BogoMIPS)
[    2.193657] allocated 266338304 bytes of page_ext
[    2.194423] devtmpfs: initialized
[    2.194423] x86/mm: Memory block size: 2048MB
[    2.196783] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    2.196783] ACPI: PM: Registering ACPI NVS region [mem 0xbbe84000-0xbc178fff] (3100672 bytes)
[    2.199607] DMA-API: preallocated 65536 debug entries
[    2.199619] DMA-API: debugging enabled by kernel config
[    2.199629] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.199650] futex hash table entries: 4096 (order: 7, 524288 bytes, linear)
[    2.199934] pinctrl core: initialized pinctrl subsystem

[    2.200304] *************************************************************
[    2.200316] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.200327] **                                                         **
[    2.200338] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.200349] **                                                         **
[    2.200360] ** This means that this kernel is built to expose internal **
[    2.200371] ** IOMMU data structures, which may compromise security on **
[    2.200382] ** your system.                                            **
[    2.200393] **                                                         **
[    2.200404] ** If you see this message and you are not debugging the   **
[    2.200415] ** kernel, report this immediately to your vendor!         **
[    2.200426] **                                                         **
[    2.200437] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.200448] *************************************************************
[    2.200496] PM: RTC time: 09:12:32, date: 2022-12-27
[    2.201259] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.201662] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.201685] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.201707] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.201746] audit: initializing netlink subsys (disabled)
[    2.201849] audit: type=2000 audit(1672132351.333:1): state=initialized audit_enabled=0 res=1
[    2.202133] thermal_sys: Registered thermal governor 'fair_share'
[    2.202136] thermal_sys: Registered thermal governor 'bang_bang'
[    2.202147] thermal_sys: Registered thermal governor 'step_wise'
[    2.202158] thermal_sys: Registered thermal governor 'user_space'
[    2.202206] cpuidle: using governor menu
[    2.202288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.202469] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.202492] PCI: not using MMCONFIG
[    2.202499] PCI: Using configuration type 1 for base access
[    2.202509] PCI: Using configuration type 1 for extended access
[    2.203683] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.205186] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.205186] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.205186] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.205186] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.205620] cryptd: max_cpu_qlen set to 1000
[    2.206208] raid6: skipped pq benchmark and selected avx2x4
[    2.206219] raid6: using avx2x2 recovery algorithm
[    2.206367] fbcon: Taking over console
[    2.206482] ACPI: Added _OSI(Module Device)
[    2.206491] ACPI: Added _OSI(Processor Device)
[    2.206500] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.206509] ACPI: Added _OSI(Processor Aggregator Device)
[    2.243554] ACPI: 18 ACPI AML tables successfully acquired and loaded
[    2.244598] Callback from call_rcu_tasks_rude() invoked.
[    2.250381] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.256812] ACPI: Interpreter enabled
[    2.256863] ACPI: PM: (supports S0 S4 S5)
[    2.256874] ACPI: Using IOAPIC for interrupt routing
[    2.257301] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.257397] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    2.257422] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.257437] PCI: Using E820 reservations for host bridge windows
[    2.258460] ACPI: Enabled 3 GPEs in block 00 to 1F
[    2.260079] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    2.260680] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    2.260993] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    2.263596] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    2.263861] ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
[    2.265561] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    2.265824] ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
[    2.270523] ACPI: \_SB_.PCI0.GPP5.P1NV: New power resource
[    2.271147] ACPI: \_SB_.PCI0.GPP6.P0NV: New power resource
[    2.283476] ACPI: \_SB_.PRWL: New power resource
[    2.287950] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.287968] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.288209] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    2.288626] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.288670] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.290145] PCI host bridge to bus 0000:00
[    2.290155] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.290169] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.290181] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.290193] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.290206] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.290219] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    2.290233] pci_bus 0000:00: root bus resource [mem 0x1040000000-0xffffffffff window]
[    2.290248] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.290313] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    2.290651] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    2.290904] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    2.291116] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    2.291198] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.291515] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    2.291727] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    2.291766] pci 0000:00:02.1: enabling Extended Tags
[    2.291817] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.292051] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    2.292136] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.292388] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    2.292466] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.292704] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    2.292782] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.293029] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    2.293320] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    2.293358] pci 0000:00:08.1: enabling Extended Tags
[    2.293410] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.293790] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.294055] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.294376] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    2.294566] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    2.294760] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    2.294949] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    2.295143] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    2.295338] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    2.295530] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    2.295717] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    2.296034] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    2.296059] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    2.296195] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.296289] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.296606] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.296620] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.296635] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.296769] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    2.296917] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.298453] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.298471] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.298487] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.298635] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[    2.298662] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    2.298685] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    2.298708] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    2.298725] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    2.298855] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.298950] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.299214] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    2.299236] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    2.299357] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.299646] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.299662] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.299678] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.299813] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.299842] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.299876] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    2.299902] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    2.300023] pci 0000:04:00.0: supports D1 D2
[    2.300032] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.300357] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.300370] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.300382] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.300674] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    2.300760] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[    2.300814] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[    2.300868] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[    2.301163] pci 0000:05:00.0: supports D1 D2
[    2.301172] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.302018] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.302035] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.302215] pci 0000:06:00.0: [1bb1:5018] type 00 class 0x010802
[    2.302274] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[    2.302870] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.303383] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.303397] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.303566] pci 0000:07:00.0: [1bb1:5018] type 00 class 0x010802
[    2.303625] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    2.304221] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.304729] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.304744] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.304970] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[    2.304993] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[    2.305014] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[    2.305032] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    2.305048] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[    2.305068] pci 0000:08:00.0: enabling Extended Tags
[    2.305147] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.305197] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.305448] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    2.305467] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[    2.305502] pci 0000:08:00.1: enabling Extended Tags
[    2.305555] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.305774] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    2.305800] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    2.305822] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[    2.305841] pci 0000:08:00.2: enabling Extended Tags
[    2.306085] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    2.306107] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    2.306151] pci 0000:08:00.3: enabling Extended Tags
[    2.306203] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    2.306435] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    2.306458] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    2.306498] pci 0000:08:00.4: enabling Extended Tags
[    2.306550] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    2.306780] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[    2.306799] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[    2.306835] pci 0000:08:00.5: enabling Extended Tags
[    2.306884] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[    2.307092] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[    2.307112] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[    2.307160] pci 0000:08:00.6: enabling Extended Tags
[    2.307210] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[    2.307465] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.307477] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.307489] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.307503] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.310239] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.310395] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.310517] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.310652] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.310783] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.310892] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.311002] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.311111] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.314144] Low-power S0 idle used by default for system suspend
[    2.314638] iommu: Default domain type: Translated 
[    2.314638] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.314638] SCSI subsystem initialized
[    2.314638] libata version 3.00 loaded.
[    2.314638] ACPI: bus type USB registered
[    2.315151] usbcore: registered new interface driver usbfs
[    2.315179] usbcore: registered new interface driver hub
[    2.315215] usbcore: registered new device driver usb
[    2.326042] pps_core: LinuxPPS API ver. 1 registered
[    2.326053] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.326074] PTP clock support registered
[    2.326178] EDAC MC: Ver: 3.0.0
[    2.326474] Registered efivars operations
[    2.326523] NetLabel: Initializing
[    2.326532] NetLabel:  domain hash size = 128
[    2.326541] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.326578] NetLabel:  unlabeled traffic allowed by default
[    2.326592] mctp: management component transport protocol core
[    2.326603] NET: Registered PF_MCTP protocol family
[    2.326626] PCI: Using ACPI for IRQ routing
[    2.331287] PCI: pci_cache_line_size set to 64 bytes
[    2.332129] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    2.332129] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xb6cb7018-0xb7ffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xb6cc5018-0xb7ffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xb6cd4018-0xb7ffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xb9122000-0xbbffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xba908000-0xbbffffff]
[    2.332129] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    2.332129] e820: reserve RAM buffer [mem 0x101e300000-0x101fffffff]
[    2.333158] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    2.333177] pci 0000:08:00.0: vgaarb: bridge control possible
[    2.333189] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.333207] vgaarb: loaded
[    2.333255] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.333255] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.335438] clocksource: Switched to clocksource tsc-early
[    2.348234] Callback from call_rcu_tasks() invoked.
[    2.394764] VFS: Disk quotas dquot_6.6.0
[    2.394805] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.395109] pnp: PnP ACPI init
[    2.395428] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.396477] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.396491] system 00:03: [io  0x040b] has been reserved
[    2.396503] system 00:03: [io  0x04d6] has been reserved
[    2.396513] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.396525] system 00:03: [io  0x0c14] has been reserved
[    2.396535] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    2.396547] system 00:03: [io  0x0c52] has been reserved
[    2.396557] system 00:03: [io  0x0c6c] has been reserved
[    2.396568] system 00:03: [io  0x0c6f] has been reserved
[    2.396578] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    2.396590] system 00:03: [io  0x0800-0x089f] has been reserved
[    2.396601] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    2.396612] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    2.396624] system 00:03: [io  0x0900-0x090f] has been reserved
[    2.396635] system 00:03: [io  0x0910-0x091f] has been reserved
[    2.396647] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.396661] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.396674] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.396688] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.396701] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.396715] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.396728] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    2.396741] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[    2.398587] pnp: PnP ACPI: found 4 devices
[    2.406939] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.407150] NET: Registered PF_INET protocol family
[    2.407453] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.409811] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    2.410114] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.410144] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.410522] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    2.411654] TCP: Hash tables configured (established 524288 bind 65536)
[    2.412280] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.412885] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.413534] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.414288] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.414322] NET: Registered PF_XDP protocol family
[    2.414341] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    2.414363] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    2.414376] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.414390] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.414404] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.414422] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.414434] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.414448] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.414466] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.414476] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    2.414488] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.414501] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.414518] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.414528] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.414540] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.414555] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.414567] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.414583] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.414594] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.414610] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.414620] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.414636] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.414645] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.414657] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.414670] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.414687] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.414698] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.414708] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.414719] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.414730] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.414741] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    2.414753] pci_bus 0000:00: resource 10 [mem 0x1040000000-0xffffffffff window]
[    2.414765] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    2.414775] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[    2.414786] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.414801] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.414812] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.414825] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.414836] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.414849] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    2.414859] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.414869] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.414882] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.414893] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.414904] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    2.414914] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[    2.414924] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.415266] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    2.415529] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    2.415552] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    2.416025] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    2.416218] PCI: CLS 64 bytes, default 64
[    2.416262] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.416467] pci 0000:00:01.0: Adding to iommu group 0
[    2.416495] Trying to unpack rootfs image as initramfs...
[    2.416517] pci 0000:00:01.1: Adding to iommu group 1
[    2.416582] pci 0000:00:02.0: Adding to iommu group 2
[    2.416623] pci 0000:00:02.1: Adding to iommu group 3
[    2.416663] pci 0000:00:02.2: Adding to iommu group 4
[    2.416706] pci 0000:00:02.3: Adding to iommu group 5
[    2.416746] pci 0000:00:02.4: Adding to iommu group 6
[    2.416812] pci 0000:00:08.0: Adding to iommu group 7
[    2.416850] pci 0000:00:08.1: Adding to iommu group 7
[    2.416913] pci 0000:00:14.0: Adding to iommu group 8
[    2.416949] pci 0000:00:14.3: Adding to iommu group 8
[    2.417085] pci 0000:00:18.0: Adding to iommu group 9
[    2.417121] pci 0000:00:18.1: Adding to iommu group 9
[    2.417157] pci 0000:00:18.2: Adding to iommu group 9
[    2.417199] pci 0000:00:18.3: Adding to iommu group 9
[    2.417237] pci 0000:00:18.4: Adding to iommu group 9
[    2.417273] pci 0000:00:18.5: Adding to iommu group 9
[    2.417311] pci 0000:00:18.6: Adding to iommu group 9
[    2.417347] pci 0000:00:18.7: Adding to iommu group 9
[    2.417389] pci 0000:01:00.0: Adding to iommu group 10
[    2.417429] pci 0000:02:00.0: Adding to iommu group 11
[    2.417473] pci 0000:03:00.0: Adding to iommu group 12
[    2.417515] pci 0000:03:00.1: Adding to iommu group 13
[    2.417555] pci 0000:04:00.0: Adding to iommu group 14
[    2.417596] pci 0000:05:00.0: Adding to iommu group 15
[    2.417636] pci 0000:06:00.0: Adding to iommu group 16
[    2.417675] pci 0000:07:00.0: Adding to iommu group 17
[    2.417705] pci 0000:08:00.0: Adding to iommu group 7
[    2.417724] pci 0000:08:00.1: Adding to iommu group 7
[    2.417743] pci 0000:08:00.2: Adding to iommu group 7
[    2.417762] pci 0000:08:00.3: Adding to iommu group 7
[    2.417782] pci 0000:08:00.4: Adding to iommu group 7
[    2.417818] pci 0000:08:00.5: Adding to iommu group 7
[    2.417842] pci 0000:08:00.6: Adding to iommu group 7
[    2.422420] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.422433] pci 0000:00:00.2: PCI INT A: not connected
[    2.422588] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.422599] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    2.422621] AMD-Vi: Interrupt remapping enabled
[    2.422630] AMD-Vi: X2APIC enabled
[    2.437856] AMD-Vi: Virtual APIC enabled
[    2.438002] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.438017] software IO TLB: mapped [mem 0x00000000a3cce000-0x00000000a7cce000] (64MB)
[    2.438094] LVT offset 0 assigned for vector 0x400
[    2.438334] perf: AMD IBS detected (0x000003ff)
[    2.438356] amd_uncore: 4  amd_df counters detected
[    2.438377] amd_uncore: 6  amd_l3 counters detected
[    2.438724] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.443549] Initialise system trusted keyrings
[    2.443612] Key type blacklist registered
[    2.443712] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    2.443761] zbud: loaded
[    2.444711] integrity: Platform Keyring initialized
[    2.444727] integrity: Machine keyring initialized
[    2.447219] NET: Registered PF_ALG protocol family
[    2.447245] xor: automatically using best checksumming function   avx       
[    2.447258] Key type asymmetric registered
[    2.447272] Asymmetric key parser 'x509' registered
[    3.499180] tsc: Refined TSC clocksource calibration: 3293.798 MHz
[    3.499220] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a696fa44, max_idle_ns: 440795303741 ns
[    3.499315] clocksource: Switched to clocksource tsc
[    4.393736] Freeing initrd memory: 204020K
[    4.397855] modprobe (132) used greatest stack depth: 13080 bytes left
[    4.401462] modprobe (134) used greatest stack depth: 13048 bytes left
[    4.402369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.402518] io scheduler mq-deadline registered
[    4.402530] io scheduler kyber registered
[    4.402563] io scheduler bfq registered
[    4.404179] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.406341] pcieport 0000:00:01.1: PME: Signaling with IRQ 36
[    4.406418] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    4.406826] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[    4.407051] pcieport 0000:00:02.2: PME: Signaling with IRQ 38
[    4.407288] pcieport 0000:00:02.3: PME: Signaling with IRQ 39
[    4.407551] pcieport 0000:00:02.4: PME: Signaling with IRQ 40
[    4.407799] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    4.408534] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.446618] ACPI: AC: AC Adapter [ADP0] (on-line)
[    4.446774] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[    4.446840] ACPI: button: Lid Switch [LID0]
[    4.446927] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.447019] ACPI: button: Power Button [PWRB]
[    4.447111] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.447179] ACPI: button: Sleep Button [SLPB]
[    4.447390] Estimated ratio of average max frequency by base frequency (times 1024): 1270
[    4.447453] Monitor-Mwait will be used to enter C-1 state
[    4.447468] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    4.447783] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    4.448044] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    4.448330] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    4.448587] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    4.448840] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    4.449089] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    4.449348] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    4.449614] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    4.449865] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    4.450115] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    4.450373] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    4.450623] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    4.450870] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    4.451118] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    4.451377] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    4.452041] thermal LNXTHERM:00: registered as thermal_zone0
[    4.452054] ACPI: thermal: Thermal Zone [TZ01] (75 C)
[    4.452553] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.454326] ACPI: battery: Slot [BAT0] (battery present)
[    4.458279] Non-volatile memory driver v1.3
[    4.458299] Linux agpgart interface v0.103
[    4.482501] ACPI: bus type drm_connector registered
[    4.487949] usbcore: registered new interface driver usbserial_generic
[    4.488056] usbserial: USB Serial support registered for generic
[    4.488141] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    4.488154] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.488427] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.488438] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.488853] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 2
[    4.488862] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 1
[    4.488963] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.489070] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.489070] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.489460] mousedev: PS/2 mouse device common for all mice
[    4.489989] rtc_cmos 00:01: RTC can wake from S4
[    4.490227] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.490231] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.490429] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    4.490431] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 3
[    4.490447] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.490461] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.490615] rtc_cmos 00:01: registered as rtc0
[    4.490678] rtc_cmos 00:01: setting system clock to 2022-12-27T09:12:34 UTC (1672132354)
[    4.490765] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.490813] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.490820] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.490847] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.490870] device-mapper: uevent: version 1.0.3
[    4.490882] usb usb2: Product: xHCI Host Controller
[    4.490902] usb usb2: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ xhci-hcd
[    4.490927] usb usb2: SerialNumber: 0000:08:00.3
[    4.491001] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.491598] hub 2-0:1.0: USB hub found
[    4.491721] hub 2-0:1.0: 4 ports detected
[    4.492601] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    4.493078] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.493097] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.493112] usb usb1: Product: xHCI Host Controller
[    4.493122] usb usb1: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ xhci-hcd
[    4.493146] usb usb1: SerialNumber: 0000:08:00.4
[    4.493462] hub 1-0:1.0: USB hub found
[    4.493504] hub 1-0:1.0: 4 ports detected
[    4.494394] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.494492] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.494510] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.494525] usb usb3: Product: xHCI Host Controller
[    4.494535] usb usb3: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ xhci-hcd
[    4.494555] usb usb3: SerialNumber: 0000:08:00.4
[    4.494900] hub 3-0:1.0: USB hub found
[    4.494963] hub 3-0:1.0: 2 ports detected
[    4.495692] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.495757] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.495759] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.495761] usb usb4: Product: xHCI Host Controller
[    4.495762] usb usb4: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ xhci-hcd
[    4.495764] usb usb4: SerialNumber: 0000:08:00.3
[    4.496123] hub 4-0:1.0: USB hub found
[    4.496159] hub 4-0:1.0: 2 ports detected
[    4.515357] Console: switching to colour frame buffer device 320x90
[    4.526017] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.527117] hid: raw HID events driver (C) Jiri Kosina
[    4.527225] usbcore: registered new interface driver usbhid
[    4.527240] usbhid: USB HID core driver
[    4.527623] drop_monitor: Initializing network drop monitor service
[    4.536586] Initializing XFRM netlink socket
[    4.536671] NET: Registered PF_INET6 protocol family
[    4.546889] Segment Routing with IPv6
[    4.546946] RPL Segment Routing with IPv6
[    4.548191] In-situ OAM (IOAM) with IPv6
[    4.548256] mip6: Mobile IPv6
[    4.548282] NET: Registered PF_PACKET protocol family
[    4.552326] microcode: CPU0: patch_level=0x0a50000c
[    4.552329] microcode: CPU1: patch_level=0x0a50000c
[    4.552365] microcode: CPU4: patch_level=0x0a50000c
[    4.552371] microcode: CPU5: patch_level=0x0a50000c
[    4.552424] microcode: CPU6: patch_level=0x0a50000c
[    4.552428] microcode: CPU7: patch_level=0x0a50000c
[    4.552437] microcode: CPU8: patch_level=0x0a50000c
[    4.552438] microcode: CPU9: patch_level=0x0a50000c
[    4.552443] microcode: CPU10: patch_level=0x0a50000c
[    4.552443] microcode: CPU11: patch_level=0x0a50000c
[    4.552450] microcode: CPU12: patch_level=0x0a50000c
[    4.552450] microcode: CPU13: patch_level=0x0a50000c
[    4.552454] microcode: CPU14: patch_level=0x0a50000c
[    4.552454] microcode: CPU15: patch_level=0x0a50000c
[    4.552459] microcode: CPU3: patch_level=0x0a50000c
[    4.559591] microcode: CPU2: patch_level=0x0a50000c
[    4.559665] microcode: Microcode Update Driver: v2.2.
[    4.560104] resctrl: L3 allocation detected
[    4.560152] resctrl: MB allocation detected
[    4.560168] resctrl: L3 monitoring detected
[    4.560187] IPI shorthand broadcast: enabled
[    4.560230] AVX2 version of gcm_enc/dec engaged.
[    4.560387] AES CTR mode by8 optimization enabled
[    4.566563] sched_clock: Marking stable (4563155832, 2972027)->(4585094151, -18966292)
[    4.568224] registered taskstats version 1
[    4.568848] Loading compiled-in X.509 certificates
[    4.574252] Loaded X.509 cert 'Build time autogenerated kernel key: 3e19b05ee71afb8e5904a4621bf088473a660be1'
[    4.576134] zswap: loaded using pool lzo/zbud
[    4.585912] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.730546] page_owner is disabled
[    4.731617] Key type .fscrypt registered
[    4.731659] Key type fscrypt-provisioning registered
[    4.732998] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.733123] Key type big_key registered
[    4.733172] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    4.733172] usb 2-3: new full-speed USB device number 2 using xhci_hcd
[    4.733677] Key type trusted registered
[    4.737384] modprobe (168) used greatest stack depth: 13040 bytes left
[    4.741224] Key type encrypted registered
[    4.741710] Loading compiled-in module X.509 certificates
[    4.742109] Loaded X.509 cert 'Build time autogenerated kernel key: 3e19b05ee71afb8e5904a4621bf088473a660be1'
[    4.742146] ima: Allocated hash algorithm: sha256
[    4.775276] ima: No architecture policies found
[    4.776295] evm: Initialising EVM extended attributes:
[    4.777417] evm: security.selinux
[    4.778087] evm: security.SMACK64 (disabled)
[    4.778693] evm: security.SMACK64EXEC (disabled)
[    4.779282] evm: security.SMACK64TRANSMUTE (disabled)
[    4.779864] evm: security.SMACK64MMAP (disabled)
[    4.780451] evm: security.apparmor (disabled)
[    4.781022] evm: security.ima
[    4.781589] evm: security.capability
[    4.782161] evm: HMAC attrs: 0x1
[    4.786236] modprobe (174) used greatest stack depth: 12976 bytes left
[    4.860159] alg: No test for 842 (842-scomp)
[    4.861254] alg: No test for 842 (842-generic)
[    4.864405] usb 1-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    4.864953] usb 1-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    4.865351] usb 1-4: Product: Wireless_Device
[    4.865709] usb 1-4: Manufacturer: MediaTek Inc.
[    4.866052] usb 1-4: SerialNumber: 000000000
[    4.873830] cryptomgr_test (265) used greatest stack depth: 12888 bytes left
[    4.891539] usb 2-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[    4.892090] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.892540] usb 2-3: Product: N-KEY Device
[    4.892940] usb 2-3: Manufacturer: ASUSTek Computer Inc.
[    4.918484] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input5
[    4.919330] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input6
[    4.925461] PM:   Magic number: 2:189:223
[    4.927116] RAS: Correctable Errors collector initialized.
[    4.979437] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input7
[    4.980400] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input8
[    4.994952] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    5.115181] Freeing unused decrypted memory: 2036K
[    5.117823] Freeing unused kernel image (initmem) memory: 6300K
[    5.125162] Write protecting the kernel read-only data: 36864k
[    5.126987] Freeing unused kernel image (rodata/data gap) memory: 1752K
[    5.151176] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.151640] rodata_test: all tests were successful
[    5.152170] Run /init as init process
[    5.152736]   with arguments:
[    5.152738]     /init
[    5.152740]   with environment:
[    5.152742]     HOME=/
[    5.152743]     TERM=linux
[    5.152745]     BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+
[    5.176936] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.177953] systemd[1]: Detected architecture x86-64.
[    5.178350] systemd[1]: Running in initrd.
[    5.185380] systemd[1]: Hostname set to <mikhail-laptop>.
[    5.379550] clocksource: timekeeping watchdog on CPU6: Marking clocksource 'tsc' as unstable because the skew is too large:
[    5.381131] clocksource:                       'hpet' wd_nsec: 502679879 wd_now: 302f142 wd_last: 2951e2d mask: ffffffff
[    5.381639] clocksource:                       'tsc' cs_nsec: 504406469 cs_now: 15ac898b44 cs_last: 154982650e mask: ffffffffffffffff
[    5.382083] clocksource:                       'tsc' is current clocksource.
[    5.382533] tsc: Marking TSC unstable due to clocksource watchdog
[    5.396159] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    5.396737] sched_clock: Marking unstable (5393187499, 2972008)<-(5415125768, -18966292)
[    5.397477] clocksource: Checking clocksource tsc synchronization from CPU 13 to CPUs 0-1,3,5,10-11,15.
[    5.398158] clocksource: Switched to clocksource hpet
[    5.645415] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.747235] systemd[1]: Queued start job for default target initrd.target.
[    5.748453] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.751147] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.753328] systemd[1]: Reached target slices.target - Slice Units.
[    5.756071] systemd[1]: Reached target swap.target - Swaps.
[    5.758167] systemd[1]: Reached target timers.target - Timer Units.
[    5.760667] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.763274] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.766386] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.768717] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.771380] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.774273] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.777098] systemd[1]: Reached target sockets.target - Socket Units.
[    5.794120] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.796700] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    5.801433] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.807256] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.812430] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    5.817918] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    5.833037] fuse: init (API version 7.38)
[    5.840819] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.857045] setfont (332) used greatest stack depth: 12880 bytes left
[    5.859963] audit: type=1130 audit(1672132355.867:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.875386] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.878051] audit: type=1130 audit(1672132355.885:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.893235] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.920590] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    5.924521] audit: type=1130 audit(1672132355.932:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.931677] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    5.934535] audit: type=1130 audit(1672132355.942:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.952954] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    5.955786] audit: type=1130 audit(1672132355.963:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.956001] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.959309] audit: type=1130 audit(1672132355.967:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.021803] audit: type=1130 audit(1672132356.029:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.047472] audit: type=1130 audit(1672132356.055:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.072541] audit: type=1130 audit(1672132356.080:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.670159] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    6.675568] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input9
[    6.700901] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.702225] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    6.703698] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    6.721864] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:41:cc, XID 541, IRQ 63
[    6.723217] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.730648] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    6.732114] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    6.743184] ccp 0000:08:00.2: tee enabled
[    6.743190] ccp 0000:08:00.2: psp enabled
[    6.755256] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input10
[    6.756092] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input11
[    6.758217] hid-generic 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    6.763827] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    6.763834] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    6.768265] nvme nvme1: pci function 0000:06:00.0
[    6.768785] nvme nvme0: pci function 0000:07:00.0
[    6.771303] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    6.777992] nvme nvme0: missing or invalid SUBNQN field.
[    6.778407] nvme nvme1: missing or invalid SUBNQN field.
[    6.778500] nvme nvme0: Shutdown timeout set to 10 seconds
[    6.778654] nvme nvme1: Shutdown timeout set to 10 seconds
[    6.784861] nvme nvme0: 16/0/0 default/read/poll queues
[    6.785560] nvme nvme1: 16/0/0 default/read/poll queues
[    6.793688]  nvme0n1: p1
[    6.794913]  nvme1n1: p1 p2 p3
[    6.798412] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    6.800317] asus_wmi: ASUS WMI generic driver loaded
[    6.809675] BTRFS: device label fedora_localhost-live devid 2 transid 651730 /dev/nvme0n1p1 scanned by systemd-udevd (492)
[    6.818518] BTRFS: device label fedora_localhost-live devid 1 transid 651730 /dev/nvme1n1p3 scanned by systemd-udevd (479)
[    6.894078] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input12
[    7.416632] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input13
[    8.526720] hid-multitouch 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    8.545746] asus 0003:0B05:1866.0001: Fixing up Asus N-KEY keyb report descriptor
[    8.547692] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[    8.563608] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb2/2-3/2-3:1.0/0003:0B05:1866.0001/input/input14
[    8.604550] [drm] amdgpu kernel modesetting enabled.
[    8.605214] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    8.606151] ATPX version 1, functions 0x00000001
[    8.606316] ATPX Hybrid Graphics
[    8.616331] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    8.637205] amdgpu: Virtual CRAT table created for CPU
[    8.638005] amdgpu: Topology: Add CPU node
[    8.644317] Console: switching to colour dummy device 80x25
[    8.666261] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    8.666372] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[    8.666591] [drm] register mmio base: 0xFCA00000
[    8.666601] [drm] register mmio size: 1048576
[    8.666769] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.666781] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.666792] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.666803] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.669418] [drm] add ip block number 0 <nv_common>
[    8.669429] [drm] add ip block number 1 <gmc_v10_0>
[    8.669439] [drm] add ip block number 2 <navi10_ih>
[    8.669448] [drm] add ip block number 3 <psp>
[    8.669457] [drm] add ip block number 4 <smu>
[    8.669466] [drm] add ip block number 5 <dm>
[    8.669474] [drm] add ip block number 6 <gfx_v10_0>
[    8.669483] [drm] add ip block number 7 <sdma_v5_2>
[    8.669493] [drm] add ip block number 8 <vcn_v3_0>
[    8.669501] [drm] add ip block number 9 <jpeg_v3_0>
[    8.672876] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    8.672899] amdgpu: ATOM BIOS: SWBRT77321.001
[    8.672927] [drm] VCN(0) decode is enabled in VM mode
[    8.672944] [drm] VCN(0) encode is enabled in VM mode
[    8.672962] [drm] JPEG decode is enabled in VM mode
[    8.672977] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    8.673033] [drm] GPU posting now...
[    8.673246] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.673278] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    8.673307] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    8.673331] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    8.673373] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    8.673390] [drm] RAM width 192bits GDDR6
[    8.673976] [drm] amdgpu: 12272M of VRAM memory ready
[    8.673996] [drm] amdgpu: 31785M of GTT memory ready.
[    8.674160] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    8.674565] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[    8.684942] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    8.684958] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[   10.684453] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[   10.690663] [drm] Loading DMUB firmware via PSP: version=0x02020017
[   10.719693] [drm] use_doorbell being set to: [true]
[   10.719735] [drm] use_doorbell being set to: [true]
[   10.740344] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[   10.740379] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[   10.803724] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   10.904385] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   10.918273] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   10.918342] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   10.918367] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   10.918411] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   10.973857] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[   10.973893] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[   10.973908] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 451, name: systemd-udevd
[   10.973923] preempt_count: 1, expected: 0
[   10.973931] RCU nest depth: 0, expected: 0
[   10.973939] 1 lock held by systemd-udevd/451:
[   10.973947]  #0: ffff9d491334c1c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0
[   10.973970] Preemption disabled at:
[   10.973971] [<ffffffffc0943ce9>] dc_fpu_begin+0x19/0x90 [amdgpu]
[   10.974310] CPU: 0 PID: 451 Comm: systemd-udevd Tainted: G             L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[   10.974331] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   10.974348] Call Trace:
[   10.974354]  <TASK>
[   10.974360]  dump_stack_lvl+0x5b/0x77
[   10.974371]  __might_resched.cold+0xff/0x13b
[   10.974383]  __kmem_cache_alloc_node+0x25b/0x3c0
[   10.974394]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   10.974629]  kmalloc_trace+0x26/0x60
[   10.974639]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   10.974865]  dcn30_create_resource_pool+0x321/0x12b0 [amdgpu]
[   10.975091]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[   10.975287]  dc_create+0x1fe/0x5d0 [amdgpu]
[   10.975287]  amdgpu_dm_init.isra.0+0x286/0x380 [amdgpu]
[   10.975287]  ? __wake_up_klogd.part.0+0x56/0x80
[   10.975287]  ? vprintk_emit+0x120/0x360
[   10.975287]  ? dev_vprintk_emit+0x173/0x19b
[   10.975287]  dm_hw_init+0xe/0x20 [amdgpu]
[   10.975287]  amdgpu_device_init.cold+0x1b03/0x201d [amdgpu]
[   10.975287]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   10.975287]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   10.975287]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   10.975287]  local_pci_probe+0x41/0x80
[   10.975287]  pci_device_probe+0xb3/0x220
[   10.975287]  really_probe+0xde/0x380
[   10.975287]  ? pm_runtime_barrier+0x50/0x90
[   10.975287]  __driver_probe_device+0x78/0x170
[   10.975287]  driver_probe_device+0x1f/0x90
[   10.975287]  __driver_attach+0xd2/0x1c0
[   10.975287]  ? __pfx___driver_attach+0x10/0x10
[   10.975287]  bus_for_each_dev+0x76/0xa0
[   10.975287]  bus_add_driver+0x1b1/0x200
[   10.975287]  driver_register+0x89/0xe0
[   10.975287]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   10.975287]  do_one_initcall+0x6e/0x330
[   10.975287]  do_init_module+0x4a/0x200
[   10.975287]  __do_sys_finit_module+0x93/0xf0
[   10.975287]  do_syscall_64+0x5b/0x80
[   10.975287]  ? do_syscall_64+0x67/0x80
[   10.975287]  ? lock_is_held_type+0xe8/0x140
[   10.975287]  ? do_syscall_64+0x67/0x80
[   10.975287]  ? lockdep_hardirqs_on+0x7d/0x100
[   10.975287]  ? do_syscall_64+0x67/0x80
[   10.975287]  ? lockdep_hardirqs_on+0x7d/0x100
[   10.975287]  ? do_syscall_64+0x67/0x80
[   10.975287]  ? do_syscall_64+0x67/0x80
[   10.975287]  ? do_syscall_64+0x67/0x80
[   10.975287]  ? lockdep_hardirqs_on+0x7d/0x100
[   10.975287]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   10.975287] RIP: 0033:0x7f1de2e551cd
[   10.975287] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   10.975287] RSP: 002b:00007ffdf1b9e698 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   10.975287] RAX: ffffffffffffffda RBX: 00005637210be160 RCX: 00007f1de2e551cd
[   10.975287] RDX: 0000000000000000 RSI: 00005637210b4860 RDI: 0000000000000011
[   10.975287] RBP: 00005637210b4860 R08: 0000000000000000 R09: 00007ffdf1b9e7c0
[   10.975287] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000020000
[   10.975287] R13: 00005637210be660 R14: 0000000000000000 R15: 00005637210c1920
[   10.975287]  </TASK>
[   10.977454] [drm] Display Core initialized with v3.2.215!
[   10.978787] [drm] DMUB hardware initialized: version=0x02020017
[   11.000798] [drm] kiq ring mec 2 pipe 1 q 0
[   11.006071] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   11.006484] [drm] JPEG decode initialized successfully.
[   11.008866] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   11.009172] amdgpu: sdma_bitmap: ffff
[   11.046770] memmap_init_zone_device initialised 3145728 pages in 18ms
[   11.046795] amdgpu: HMM registered 12272MB device memory
[   11.047080] amdgpu: SRAT table not found
[   11.047104] amdgpu: Virtual CRAT table created for GPU
[   11.047790] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[   11.047810] kfd kfd: amdgpu: added device 1002:73df
[   11.047843] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[   11.048237] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.048252] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.048266] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.048280] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.048293] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.048306] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.048319] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.048333] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.048346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.048360] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   11.048373] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.048386] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   11.048398] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   11.048411] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   11.048425] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   11.048438] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   11.049155] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[   11.078538] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
[   11.083076] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   11.083418] [drm] DSC precompute is not needed.
[   11.084526] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[   11.084566] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[   11.084648] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[   11.084866] [drm] register mmio base: 0xFC900000
[   11.084876] [drm] register mmio size: 524288
[   11.085037] amdgpu 0000:08:00.0: amdgpu: lockup timeout disabled
[   11.087390] [drm] add ip block number 0 <soc15_common>
[   11.087401] [drm] add ip block number 1 <gmc_v9_0>
[   11.087411] [drm] add ip block number 2 <vega10_ih>
[   11.087420] [drm] add ip block number 3 <psp>
[   11.087429] [drm] add ip block number 4 <smu>
[   11.087437] [drm] add ip block number 5 <dm>
[   11.087446] [drm] add ip block number 6 <gfx_v9_0>
[   11.087455] [drm] add ip block number 7 <sdma_v4_0>
[   11.087464] [drm] add ip block number 8 <vcn_v2_0>
[   11.087473] [drm] add ip block number 9 <jpeg_v2_0>
[   11.087493] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[   11.087505] amdgpu: ATOM BIOS: 113-CEZANNE-018
[   11.090999] [drm] VCN decode is enabled in VM mode
[   11.091010] [drm] VCN encode is enabled in VM mode
[   11.091019] [drm] JPEG decode is enabled in VM mode
[   11.091029] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[   11.091043] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[   11.091064] amdgpu 0000:08:00.0: amdgpu: MODE2 reset
[   11.091742] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   11.091764] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   11.091781] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   11.091796] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   11.091817] [drm] Detected VRAM RAM=512M, BAR=512M
[   11.091826] [drm] RAM width 128bits DDR4
[   11.091947] [drm] amdgpu: 512M of VRAM memory ready
[   11.091957] [drm] amdgpu: 31785M of GTT memory ready.
[   11.091993] ------------[ cut here ]------------
[   11.092002] DMA-API: amdgpu 0000:08:00.0: cacheline tracking EEXIST, overlapping mappings aren't supported
[   11.092020] WARNING: CPU: 0 PID: 451 at kernel/dma/debug.c:568 add_dma_entry+0x1ed/0x270
[   11.092038] Modules linked in: amdgpu(+) drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[   11.092146] CPU: 0 PID: 451 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[   11.092169] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.092185] RIP: 0010:add_dma_entry+0x1ed/0x270
[   11.092195] Code: ff 0f 84 97 00 00 00 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 05 b7 92 00 48 89 c6 48 89 da 48 c7 c7 60 f7 ab 86 e8 0c 0a e3 00 <0f> 0b 48 85 ed 0f 85 dd c6 e3 00 8b 05 92 92 60 02 85 c0 0f 85 ca
[   11.092226] RSP: 0018:ffffaacb81bb3990 EFLAGS: 00010292
[   11.092237] RAX: 000000000000005e RBX: ffff9d4912f73680 RCX: 0000000000000000
[   11.092249] RDX: 0000000000000001 RSI: ffffffff86b28f8e RDI: 00000000ffffffff
[   11.092262] RBP: ffff9d4901595300 R08: 0000000000000000 R09: ffffaacb81bb3838
[   11.092274] R10: 0000000000000003 R11: ffff9d581d2fffe8 R12: 0000000000000000
[   11.092286] R13: 0000000000000001 R14: 0000000000000202 R15: 0000000000280040
[   11.092298] FS:  00007f1de2405b40(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[   11.092313] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.092324] CR2: 00005637210b65e0 CR3: 00000001becf6000 CR4: 0000000000750ef0
[   11.092336] PKRU: 55555554
[   11.092342] Call Trace:
[   11.092348]  <TASK>
[   11.092356]  dma_map_page_attrs+0x82/0x2d0
[   11.092370]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.092647]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.092848]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.093069]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.093086]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.093287]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.093466]  local_pci_probe+0x41/0x80
[   11.093478]  pci_device_probe+0xb3/0x220
[   11.093489]  really_probe+0xde/0x380
[   11.093498]  ? pm_runtime_barrier+0x50/0x90
[   11.093509]  __driver_probe_device+0x78/0x170
[   11.093519]  driver_probe_device+0x1f/0x90
[   11.093529]  __driver_attach+0xd2/0x1c0
[   11.093538]  ? __pfx___driver_attach+0x10/0x10
[   11.093547]  bus_for_each_dev+0x76/0xa0
[   11.093557]  bus_add_driver+0x1b1/0x200
[   11.093567]  driver_register+0x89/0xe0
[   11.093576]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.093748]  do_one_initcall+0x6e/0x330
[   11.093763]  do_init_module+0x4a/0x200
[   11.093773]  __do_sys_finit_module+0x93/0xf0
[   11.093790]  do_syscall_64+0x5b/0x80
[   11.093800]  ? do_syscall_64+0x67/0x80
[   11.093810]  ? lock_is_held_type+0xe8/0x140
[   11.093822]  ? do_syscall_64+0x67/0x80
[   11.093831]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.093841]  ? do_syscall_64+0x67/0x80
[   11.093849]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.093859]  ? do_syscall_64+0x67/0x80
[   11.093868]  ? do_syscall_64+0x67/0x80
[   11.093877]  ? do_syscall_64+0x67/0x80
[   11.093886]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.093895]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.093907] RIP: 0033:0x7f1de2e551cd
[   11.093920] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.093951] RSP: 002b:00007ffdf1b9e698 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.093966] RAX: ffffffffffffffda RBX: 00005637210be160 RCX: 00007f1de2e551cd
[   11.093978] RDX: 0000000000000000 RSI: 00005637210b4860 RDI: 0000000000000011
[   11.093990] RBP: 00005637210b4860 R08: 0000000000000000 R09: 00007ffdf1b9e7c0
[   11.094003] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000020000
[   11.094015] R13: 00005637210be660 R14: 0000000000000000 R15: 00005637210c1920
[   11.094035]  </TASK>
[   11.094040] irq event stamp: 914301
[   11.094047] hardirqs last  enabled at (914309): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[   11.094065] hardirqs last disabled at (914316): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[   11.094080] softirqs last  enabled at (913992): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[   11.094097] softirqs last disabled at (913985): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[   11.094113] ---[ end trace 0000000000000000 ]---
[   11.094122] DMA-API: Mapped at:
[   11.094146]  debug_dma_map_page+0x66/0x100
[   11.094162]  dma_map_page_attrs+0x82/0x2d0
[   11.094171]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.094353]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.094545]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.094759] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   11.094960] [drm] PCIE GART of 1024M enabled.
[   11.094970] [drm] PTB located at 0x000000F41FC00000
[   11.103220] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.103236] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.109243] [drm] Loading DMUB firmware via PSP: version=0x01010024
[   11.143070] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[   11.143103] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[   11.874598] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   11.959144] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   11.967697] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   11.967713] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.968393] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[   11.971487] [drm] Display Core initialized with v3.2.215!
[   11.972078] [drm] DMUB hardware initialized: version=0x01010024
[   12.155648] [drm] kiq ring mec 2 pipe 1 q 0
[   12.161646] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   12.161682] [drm] JPEG decode initialized successfully.
[   12.164761] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   12.164878] amdgpu: sdma_bitmap: 3
[   12.171657] memmap_init_zone_device initialised 131072 pages in 1ms
[   12.171674] amdgpu: HMM registered 512MB device memory
[   12.171712] amdgpu: SRAT table not found
[   12.171721] amdgpu: Virtual CRAT table created for GPU
[   12.172773] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[   12.172785] kfd kfd: amdgpu: added device 1002:1638
[   12.172873] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[   12.173102] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   12.173117] amdgpu 0000:08:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[   12.173147] amdgpu 0000:08:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[   12.173166] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[   12.173180] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[   12.173193] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[   12.173206] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[   12.173219] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[   12.173233] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[   12.173246] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[   12.173259] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[   12.173273] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[   12.173286] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   12.173299] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   12.173312] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   12.173325] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   12.173338] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   12.175879] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 1
[   12.683993] [drm] Fence fallback timer expired on ring gfx
[   12.695544] fbcon: amdgpudrmfb (fb0) is primary device
[   13.359802] Console: switching to colour frame buffer device 320x90
[   13.368006] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   13.380117] setfont (601) used greatest stack depth: 11384 bytes left
[   13.508001] kauditd_printk_skb: 7 callbacks suppressed
[   13.508005] audit: type=1130 audit(1672132363.516:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.566884] audit: type=1130 audit(1672132363.575:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.595079] BTRFS info (device nvme1n1p3): using crc32c (crc32c-intel) checksum algorithm
[   13.595241] BTRFS info (device nvme1n1p3): using free space tree
[   14.199231] BTRFS info (device nvme1n1p3): enabling ssd optimizations
[   14.199259] BTRFS info (device nvme1n1p3): auto enabling async discard
[   14.262147] audit: type=1130 audit(1672132364.270:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.262164] audit: type=1131 audit(1672132364.270:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.379291] audit: type=1130 audit(1672132364.388:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.430905] audit: type=1131 audit(1672132364.439:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.440570] audit: type=1131 audit(1672132364.449:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.456597] audit: type=1131 audit(1672132364.465:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.472408] audit: type=1131 audit(1672132364.481:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.480415] audit: type=1131 audit(1672132364.489:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.495787] systemd-udevd (451) used greatest stack depth: 10440 bytes left
[   14.783843] systemd-journald[324]: Received SIGTERM from PID 1 (systemd).
[   15.194726] SELinux:  policy capability network_peer_controls=1
[   15.195735] SELinux:  policy capability open_perms=1
[   15.196420] SELinux:  policy capability extended_socket_class=1
[   15.197058] SELinux:  policy capability always_check_network=0
[   15.197692] SELinux:  policy capability cgroup_seclabel=1
[   15.198308] SELinux:  policy capability nnp_nosuid_transition=1
[   15.198901] SELinux:  policy capability genfs_seclabel_symlinks=1
[   15.199511] SELinux:  policy capability ioctl_skip_cloexec=0
[   15.300315] systemd[1]: Successfully loaded SELinux policy in 213.953ms.
[   15.360394] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 33.394ms.
[   15.366205] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.368599] systemd[1]: Detected architecture x86-64.
[   15.719390] systemd[1]: bpf-lsm: LSM BPF program attached
[   15.882995] systemd-sysv-generator[689]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.884702] systemd-sysv-generator[689]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.914444] zram: Added device: zram0
[   16.092643] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.102830] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   16.105576] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   16.106790] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   16.109644] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   16.112605] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   16.115899] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   16.118775] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   16.122254] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   16.125794] systemd[1]: Created slice user.slice - User and Session Slice.
[   16.130334] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   16.130812] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   16.133881] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   16.134981] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   16.136418] systemd[1]: Reached target getty.target - Login Prompts.
[   16.141154] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   16.142868] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   16.145275] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   16.146277] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   16.148896] systemd[1]: Reached target slices.target - Slice Units.
[   16.153291] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   16.160304] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   16.170268] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   16.172687] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   16.176340] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   16.193026] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   16.200864] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   16.209531] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   16.231887] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   16.236370] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   16.242696] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   16.247420] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   16.249359] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   16.252076] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   16.256525] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   16.261496] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   16.266004] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   16.270424] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   16.274697] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   16.283276] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   16.284823] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   16.297300] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   16.299518] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   16.320638] systemd[1]: Starting systemd-journald.service - Journal Service...
[   16.325738] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   16.333385] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   16.340305] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   16.341544] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   16.344760] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   16.349763] systemd[1]: Started systemd-journald.service - Journal Service.
[   16.357662] BTRFS info (device nvme1n1p3: state M): use zstd compression, level 1
[   16.598895] systemd-journald[704]: Received client request to flush runtime journal.
[   16.830471] zram0: detected capacity change from 0 to 16777216
[   16.937214] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   16.991972] Adding 104857596k swap on /dev/nvme1n1p2.  Priority:-2 extents:1 across:104857596k SSFS
[   17.006381] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   17.079425] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   17.079429] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   17.100115] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   17.123680] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[   17.123723] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   17.125195] asus_wmi: Initialization: 0x1
[   17.128289] asus_wmi: SFUN value: 0x1821
[   17.129330] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   17.129334] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   17.145669] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   17.147016] RAPL PMU: hw unit of domain package 2^-16 Joules
[   17.151315] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[   17.163713] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   17.202372] ACPI: battery: new extension: ASUS Battery Extension
[   17.229344] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.236734] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.334934] Bluetooth: Core ver 2.22
[   17.336548] NET: Registered PF_BLUETOOTH protocol family
[   17.337627] Bluetooth: HCI device and connection manager initialized
[   17.338994] Bluetooth: HCI socket layer initialized
[   17.339789] Bluetooth: L2CAP socket layer initialized
[   17.340489] Bluetooth: SCO socket layer initialized
[   17.543235] SVM: TSC scaling supported
[   17.544007] kvm: Nested Virtualization enabled
[   17.544680] SVM: kvm: Nested Paging enabled
[   17.546917] SVM: Virtual VMLOAD VMSAVE supported
[   17.546921] SVM: Virtual GIF supported
[   17.546922] SVM: LBR virtualization supported
[   17.579596] MCE: In-kernel MCE decoding enabled.
[   17.655176] usbcore: registered new interface driver btusb
[   17.783169] intel_rapl_common: Found RAPL domain package
[   17.784347] intel_rapl_common: Found RAPL domain core
[   17.822170] Bluetooth: hci0: Device setup in 162821 usecs
[   17.823354] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   17.826494] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[   17.872610] mt7921e 0000:05:00.0: ASIC revision: 79610010
[   17.964751] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221109110918a

[   18.000409] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20221109111005
[   18.025470] RPC: Registered named UNIX socket transport module.
[   18.026434] RPC: Registered udp transport module.
[   18.027047] RPC: Registered tcp transport module.
[   18.027615] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.363839] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   18.363870] [drm] PSP is resuming...
[   18.439856] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   18.514427] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.515235] Bluetooth: BNEP filters: protocol multicast
[   18.516172] Bluetooth: BNEP socket layer initialized
[   18.520731] Bluetooth: MGMT ver 1.22
[   18.541179] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   18.556164] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   18.556799] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   18.557535] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   18.558015] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   18.558543] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   18.614318] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   18.616650] [drm] DMUB hardware initialized: version=0x02020017
[   18.654935] [drm] kiq ring mec 2 pipe 1 q 0
[   18.662284] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   18.664081] [drm] JPEG decode initialized successfully.
[   18.664612] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   18.665074] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   18.665539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   18.665983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   18.666439] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   18.666883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   18.667338] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   18.667775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   18.668226] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   18.668658] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   18.669090] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   18.669529] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   18.669954] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   18.670391] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   18.670816] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   18.671249] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   18.676783] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   18.691273] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   18.692324] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   18.693241] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   18.695007] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[   18.695993] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   18.703950] NET: Registered PF_QIPCRTR protocol family
[   18.711601] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.715695] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.722025] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input24
[   18.724736] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input25
[   18.727417] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input26
[   18.729962] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input27
[   18.731822] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   18.732435] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.732870] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.733329] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   18.733754] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   18.734238] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   18.734684] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   18.736595] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input28
[   18.739021] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input29
[   18.741094] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input18
[   18.744338] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input19
[   18.745454] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input20
[   18.748678] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input21
[   18.750892] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input22
[   18.753753] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input23
[   18.877829] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[   19.050267] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   19.198488] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input30
[   19.200408] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input31
[   19.233076] r8169 0000:04:00.0 enp4s0: Link is Down
[   21.515537] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.714474] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   21.760490] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.770505] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   21.779178] wlp5s0: authenticated
[   21.783650] wlp5s0: associate with 24:cf:24:c2:72:d0 (try 1/3)
[   21.805235] wlp5s0: RX AssocResp from 24:cf:24:c2:72:d0 (capab=0x511 status=0 aid=1)
[   21.842993] wlp5s0: associated
[   22.082307] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   22.109217] wlp5s0: Limiting TX power to 28 (31 - 3) dBm as advertised by 24:cf:24:c2:72:d0
[   26.885948] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   26.886007] [drm] PSP is resuming...
[   26.962056] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   27.063942] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   27.077696] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   27.077702] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   27.077707] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   27.077711] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   27.077767] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   27.132475] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   27.133920] [drm] DMUB hardware initialized: version=0x02020017
[   27.171994] [drm] kiq ring mec 2 pipe 1 q 0
[   27.177320] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   27.177479] [drm] JPEG decode initialized successfully.
[   27.177502] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   27.177505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   27.177508] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   27.177510] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   27.177512] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   27.177514] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   27.177516] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   27.177518] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   27.177520] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   27.177522] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   27.177524] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   27.177526] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   27.177528] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   27.177530] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   27.177532] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   27.177534] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   27.182319] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   29.040106] rfkill: input handler disabled
[   29.610043] Bluetooth: RFCOMM TTY layer initialized
[   29.610070] Bluetooth: RFCOMM socket layer initialized
[   29.610086] Bluetooth: RFCOMM ver 1.11
[   68.099524] rfkill: input handler enabled
[   69.292446] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   69.292550] [drm] PSP is resuming...
[   69.368500] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   69.470691] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   69.484663] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   69.484673] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   69.484679] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   69.484683] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   69.484741] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   69.539044] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   69.540499] [drm] DMUB hardware initialized: version=0x02020017
[   69.578665] [drm] kiq ring mec 2 pipe 1 q 0
[   69.583844] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   69.584007] [drm] JPEG decode initialized successfully.
[   69.584030] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   69.584033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   69.584035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   69.584037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   69.584039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   69.584041] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   69.584043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   69.584044] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   69.584046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   69.584048] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   69.584050] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   69.584052] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   69.584054] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   69.584056] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   69.584058] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   69.584060] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   69.589413] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   71.434068] rfkill: input handler disabled
[   83.555875] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   83.555935] [drm] PSP is resuming...
[   83.632503] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   83.732956] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   83.746862] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   83.746884] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   83.746900] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   83.746914] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   83.747014] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   83.800936] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   83.802344] [drm] DMUB hardware initialized: version=0x02020017
[   83.841300] [drm] kiq ring mec 2 pipe 1 q 0
[   83.846201] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   83.846504] [drm] JPEG decode initialized successfully.
[   83.846526] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   83.846529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   83.846531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   83.846533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   83.846535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   83.846537] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   83.846539] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   83.846540] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   83.846542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   83.846544] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   83.846546] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   83.846548] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   83.846550] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   83.846552] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   83.846554] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   83.846556] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   83.851064] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   86.022568] show_signal_msg: 120 callbacks suppressed
[   86.022572] gldriverquery[3742]: segfault at 20 ip 00007f4d839c0800 sp 00007ffd44f79e00 error 4 in libLLVM-15.so[7f4d8363e000+33d4000] likely on CPU 5 (core 2, socket 0)
[   86.022652] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[  186.275302] systemd-sysv-generator[5843]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  186.275462] systemd-sysv-generator[5843]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[  213.179765] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  213.179848] [drm] PSP is resuming...
[  213.255966] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  213.356586] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  213.372361] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  213.372448] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  213.372481] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  213.372523] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  213.372686] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  213.427331] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  213.429066] [drm] DMUB hardware initialized: version=0x02020017
[  213.468564] [drm] kiq ring mec 2 pipe 1 q 0
[  213.475270] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  213.475457] [drm] JPEG decode initialized successfully.
[  213.475480] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  213.475484] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  213.475486] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  213.475488] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  213.475490] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  213.475492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  213.475494] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  213.475496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  213.475498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  213.475500] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  213.475502] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  213.475504] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  213.475506] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  213.475508] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  213.475510] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  213.475512] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  213.480917] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  213.618286] st: Version 20160209, fixed bufsize 32768, s/g segs 256
[  387.427543] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  387.427576] [drm] PSP is resuming...
[  387.503588] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  387.605409] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  387.619385] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  387.619397] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  387.619404] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  387.619408] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  387.619462] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  387.674884] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  387.676340] [drm] DMUB hardware initialized: version=0x02020017
[  387.716325] [drm] kiq ring mec 2 pipe 1 q 0
[  387.722288] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  387.722650] [drm] JPEG decode initialized successfully.
[  387.722710] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  387.722726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  387.722734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  387.722744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  387.722754] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  387.722764] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  387.722775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  387.722785] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  387.722795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  387.722805] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  387.722815] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  387.722825] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  387.722835] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  387.722844] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  387.722854] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  387.722864] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  387.728387] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  416.437075] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  416.437111] [drm] PSP is resuming...
[  416.513073] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  416.613496] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  416.627316] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  416.627324] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  416.627332] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  416.627336] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  416.627391] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  416.681451] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  416.682873] [drm] DMUB hardware initialized: version=0x02020017
[  416.720785] [drm] kiq ring mec 2 pipe 1 q 0
[  416.725891] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  416.726108] [drm] JPEG decode initialized successfully.
[  416.726147] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  416.726150] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  416.726153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  416.726155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  416.726157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  416.726160] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  416.726162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  416.726166] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  416.726168] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  416.726170] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  416.726172] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  416.726174] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  416.726176] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  416.726178] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  416.726180] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  416.726182] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  416.729689] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  446.419608] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  446.419654] [drm] PSP is resuming...
[  446.495619] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  446.596272] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  446.610032] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  446.610041] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  446.610049] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  446.610053] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  446.610106] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  446.664759] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  446.666162] [drm] DMUB hardware initialized: version=0x02020017
[  446.704754] [drm] kiq ring mec 2 pipe 1 q 0
[  446.709542] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  446.709773] [drm] JPEG decode initialized successfully.
[  446.709802] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  446.709808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  446.709812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  446.709816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  446.709820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  446.709824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  446.709828] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  446.709832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  446.709835] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  446.709840] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  446.709843] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  446.709847] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  446.709851] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  446.709855] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  446.709859] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  446.709863] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  446.713911] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  476.460677] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  476.460739] [drm] PSP is resuming...
[  476.536654] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  476.637282] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  476.651583] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  476.651596] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  476.651603] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  476.651608] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  476.651664] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  476.706167] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  476.707923] [drm] DMUB hardware initialized: version=0x02020017
[  476.747391] [drm] kiq ring mec 2 pipe 1 q 0
[  476.752952] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  476.753115] [drm] JPEG decode initialized successfully.
[  476.753158] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  476.753164] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  476.753168] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  476.753172] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  476.753176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  476.753180] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  476.753184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  476.753188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  476.753192] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  476.753196] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  476.753200] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  476.753204] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  476.753208] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  476.753212] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  476.753216] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  476.753220] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  476.758880] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  506.531544] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  506.531577] [drm] PSP is resuming...
[  506.607504] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  506.708167] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  506.721964] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  506.721974] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  506.721981] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  506.721986] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  506.722038] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  506.776668] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  506.778081] [drm] DMUB hardware initialized: version=0x02020017
[  506.817220] [drm] kiq ring mec 2 pipe 1 q 0
[  506.822800] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  506.822965] [drm] JPEG decode initialized successfully.
[  506.822990] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  506.822993] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  506.822996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  506.822998] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  506.823000] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  506.823002] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  506.823004] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  506.823006] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  506.823008] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  506.823011] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  506.823013] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  506.823015] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  506.823017] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  506.823019] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  506.823021] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  506.823023] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  506.826918] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  513.972571] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  513.972657] [drm] PSP is resuming...
[  514.048748] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  514.150626] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  514.165084] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  514.165096] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  514.165103] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  514.165107] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  514.165194] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  514.219192] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  514.220478] [drm] DMUB hardware initialized: version=0x02020017
[  514.258820] [drm] kiq ring mec 2 pipe 1 q 0
[  514.264073] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  514.264235] [drm] JPEG decode initialized successfully.
[  514.264263] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  514.264269] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  514.264273] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  514.264276] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  514.264278] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  514.264280] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  514.264282] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  514.264284] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  514.264286] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  514.264288] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  514.264290] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  514.264292] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  514.264294] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  514.264296] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  514.264298] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  514.264300] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  514.268962] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  536.523730] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  536.523763] [drm] PSP is resuming...
[  536.599748] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  536.701280] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  536.715345] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  536.715353] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  536.715360] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  536.715364] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  536.715420] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  536.770077] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  536.771501] [drm] DMUB hardware initialized: version=0x02020017
[  536.809515] [drm] kiq ring mec 2 pipe 1 q 0
[  536.815044] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  536.815206] [drm] JPEG decode initialized successfully.
[  536.815235] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  536.815238] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  536.815241] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  536.815243] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  536.815245] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  536.815247] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  536.815249] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  536.815251] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  536.815253] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  536.815255] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  536.815257] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  536.815260] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  536.815262] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  536.815264] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  536.815266] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  536.815268] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  536.819649] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  566.555573] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  566.555606] [drm] PSP is resuming...
[  566.632288] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  566.733885] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  566.747654] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  566.747666] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  566.747674] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  566.747679] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  566.747736] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  566.802607] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  566.804019] [drm] DMUB hardware initialized: version=0x02020017
[  566.842767] [drm] kiq ring mec 2 pipe 1 q 0
[  566.848120] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  566.848313] [drm] JPEG decode initialized successfully.
[  566.848346] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  566.848351] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  566.848356] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  566.848360] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  566.848364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  566.848368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  566.848372] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  566.848376] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  566.848380] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  566.848384] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  566.848388] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  566.848392] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  566.848396] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  566.848400] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  566.848404] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  566.848408] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  566.851939] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  596.579706] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  596.579744] [drm] PSP is resuming...
[  596.655778] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  596.757270] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  596.771078] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  596.771086] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  596.771093] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  596.771097] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  596.771162] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  596.825257] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  596.826655] [drm] DMUB hardware initialized: version=0x02020017
[  596.864451] [drm] kiq ring mec 2 pipe 1 q 0
[  596.869568] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  596.869785] [drm] JPEG decode initialized successfully.
[  596.869809] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  596.869812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  596.869814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  596.869817] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  596.869819] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  596.869821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  596.869823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  596.869825] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  596.869827] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  596.869829] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  596.869831] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  596.869833] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  596.869835] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  596.869838] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  596.869840] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  596.869842] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  596.873856] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  626.564584] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  626.564616] [drm] PSP is resuming...
[  626.640614] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  626.740965] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  626.754759] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  626.754768] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  626.754775] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  626.754779] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  626.754831] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  626.809747] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  626.811143] [drm] DMUB hardware initialized: version=0x02020017
[  626.850699] [drm] kiq ring mec 2 pipe 1 q 0
[  626.855948] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  626.856113] [drm] JPEG decode initialized successfully.
[  626.856165] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  626.856171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  626.856175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  626.856179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  626.856183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  626.856186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  626.856190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  626.856194] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  626.856198] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  626.856202] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  626.856207] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  626.856211] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  626.856214] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  626.856218] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  626.856222] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  626.856226] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  626.860823] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  656.547613] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  656.547656] [drm] PSP is resuming...
[  656.623504] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  656.724052] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  656.737858] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  656.737866] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  656.737874] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  656.737877] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  656.737932] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  656.791938] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  656.793323] [drm] DMUB hardware initialized: version=0x02020017
[  656.832456] [drm] kiq ring mec 2 pipe 1 q 0
[  656.837911] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  656.838070] [drm] JPEG decode initialized successfully.
[  656.838099] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  656.838105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  656.838109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  656.838113] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  656.838117] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  656.838120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  656.838124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  656.838143] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  656.838147] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  656.838151] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  656.838155] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  656.838158] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  656.838162] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  656.838166] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  656.838170] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  656.838174] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  656.842199] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  686.547718] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  686.547755] [drm] PSP is resuming...
[  686.623737] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  686.724834] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  686.738630] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  686.738638] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  686.738645] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  686.738649] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  686.738703] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  686.793260] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  686.794553] [drm] DMUB hardware initialized: version=0x02020017
[  686.832683] [drm] kiq ring mec 2 pipe 1 q 0
[  686.838035] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  686.838199] [drm] JPEG decode initialized successfully.
[  686.838226] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  686.838231] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  686.838233] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  686.838235] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  686.838238] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  686.838240] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  686.838242] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  686.838244] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  686.838246] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  686.838248] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  686.838250] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  686.838252] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  686.838255] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  686.838257] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  686.838259] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  686.838261] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  686.842269] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  716.563576] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  716.563612] [drm] PSP is resuming...
[  716.639640] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  716.743085] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  716.756992] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  716.757005] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  716.757014] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  716.757021] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  716.757079] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  716.811743] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  716.813168] [drm] DMUB hardware initialized: version=0x02020017
[  716.851837] [drm] kiq ring mec 2 pipe 1 q 0
[  716.856869] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  716.857031] [drm] JPEG decode initialized successfully.
[  716.857055] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  716.857059] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  716.857061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  716.857063] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  716.857065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  716.857067] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  716.857069] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  716.857071] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  716.857074] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  716.857076] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  716.857078] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  716.857080] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  716.857082] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  716.857084] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  716.857086] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  716.857089] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  716.861034] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  746.675520] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  746.675557] [drm] PSP is resuming...
[  746.751282] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  746.851394] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  746.868985] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  746.868999] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  746.869008] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  746.869014] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  746.869070] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  746.923798] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  746.925190] [drm] DMUB hardware initialized: version=0x02020017
[  746.963064] [drm] kiq ring mec 2 pipe 1 q 0
[  746.968201] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  746.968410] [drm] JPEG decode initialized successfully.
[  746.968435] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  746.968439] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  746.968441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  746.968443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  746.968445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  746.968447] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  746.968449] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  746.968452] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  746.968454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  746.968456] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  746.968458] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  746.968460] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  746.968463] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  746.968465] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  746.968467] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  746.968469] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  746.971927] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  776.627582] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  776.627618] [drm] PSP is resuming...
[  776.703610] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  776.805052] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  776.818743] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  776.818751] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  776.818758] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  776.818762] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  776.818815] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  776.873147] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  776.874534] [drm] DMUB hardware initialized: version=0x02020017
[  776.912621] [drm] kiq ring mec 2 pipe 1 q 0
[  776.917500] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  776.917706] [drm] JPEG decode initialized successfully.
[  776.917733] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  776.917739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  776.917744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  776.917747] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  776.917751] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  776.917755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  776.917759] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  776.917763] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  776.917766] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  776.917771] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  776.917778] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  776.917787] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  776.917795] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  776.917802] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  776.917809] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  776.917816] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  776.922061] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  806.724532] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  806.724565] [drm] PSP is resuming...
[  806.802280] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  806.902497] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  806.916280] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  806.916288] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  806.916295] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  806.916299] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  806.916353] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  806.971576] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  806.972995] [drm] DMUB hardware initialized: version=0x02020017
[  807.011601] [drm] kiq ring mec 2 pipe 1 q 0
[  807.016506] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  807.016668] [drm] JPEG decode initialized successfully.
[  807.016692] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  807.016695] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  807.016698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  807.016700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  807.016703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  807.016705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  807.016707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  807.016709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  807.016711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  807.016713] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  807.016715] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  807.016718] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  807.016720] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  807.016722] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  807.016724] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  807.016727] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  807.020733] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  836.811591] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  836.811629] [drm] PSP is resuming...
[  836.887606] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  836.987834] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  837.001640] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  837.001651] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  837.001659] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  837.001664] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  837.001721] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  837.056094] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  837.057527] [drm] DMUB hardware initialized: version=0x02020017
[  837.096626] [drm] kiq ring mec 2 pipe 1 q 0
[  837.101551] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  837.101740] [drm] JPEG decode initialized successfully.
[  837.101765] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  837.101768] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  837.101770] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  837.101773] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  837.101775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  837.101777] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  837.101779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  837.101781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  837.101783] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  837.101786] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  837.101788] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  837.101790] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  837.101792] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  837.101794] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  837.101796] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  837.101798] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  837.105331] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  866.691592] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  866.691630] [drm] PSP is resuming...
[  866.767612] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  866.868076] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  866.881852] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  866.881862] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  866.881869] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  866.881873] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  866.881927] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  866.935964] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  866.937279] [drm] DMUB hardware initialized: version=0x02020017
[  866.976528] [drm] kiq ring mec 2 pipe 1 q 0
[  866.981284] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  866.981641] [drm] JPEG decode initialized successfully.
[  866.981670] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  866.981676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  866.981681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  866.981685] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  866.981689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  866.981693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  866.981697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  866.981701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  866.981705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  866.981709] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  866.981713] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  866.981717] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  866.981721] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  866.981725] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  866.981729] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  866.981733] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  866.986306] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  896.795657] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  896.795699] [drm] PSP is resuming...
[  896.871723] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  896.973393] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  896.987165] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  896.987175] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  896.987184] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  896.987190] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  896.987278] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  897.041221] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  897.042603] [drm] DMUB hardware initialized: version=0x02020017
[  897.080618] [drm] kiq ring mec 2 pipe 1 q 0
[  897.085484] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  897.085748] [drm] JPEG decode initialized successfully.
[  897.085771] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  897.085775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  897.085778] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  897.085780] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  897.085782] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  897.085784] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  897.085786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  897.085788] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  897.085790] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  897.085793] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  897.085795] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  897.085797] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  897.085799] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  897.085802] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  897.085804] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  897.085806] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  897.089387] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  905.219574] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  905.219611] [drm] PSP is resuming...
[  905.295613] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  905.395729] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  905.409538] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  905.409551] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  905.409560] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  905.409567] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  905.409627] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  905.464717] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  905.466149] [drm] DMUB hardware initialized: version=0x02020017
[  905.504454] [drm] kiq ring mec 2 pipe 1 q 0
[  905.509551] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  905.509767] [drm] JPEG decode initialized successfully.
[  905.509798] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  905.509803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  905.509808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  905.509812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  905.509816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  905.509820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  905.509824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  905.509828] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  905.509832] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  905.509837] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  905.509841] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  905.509845] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  905.509849] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  905.509853] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  905.509857] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  905.509861] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  905.513337] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  926.827574] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  926.827610] [drm] PSP is resuming...
[  926.903506] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  927.005161] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  927.019027] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  927.019041] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  927.019051] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  927.019057] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  927.019119] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  927.073005] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  927.074425] [drm] DMUB hardware initialized: version=0x02020017
[  927.112744] [drm] kiq ring mec 2 pipe 1 q 0
[  927.117902] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  927.118087] [drm] JPEG decode initialized successfully.
[  927.118121] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  927.118150] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  927.118157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  927.118163] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  927.118169] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  927.118176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  927.118182] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  927.118188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  927.118194] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  927.118200] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  927.118207] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  927.118213] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  927.118219] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  927.118225] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  927.118232] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  927.118238] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  927.122285] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  956.811593] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  956.811626] [drm] PSP is resuming...
[  956.887628] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  956.988056] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  957.001862] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  957.001870] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  957.001878] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  957.001881] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  957.001936] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  957.056768] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  957.058171] [drm] DMUB hardware initialized: version=0x02020017
[  957.097137] [drm] kiq ring mec 2 pipe 1 q 0
[  957.104033] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  957.104192] [drm] JPEG decode initialized successfully.
[  957.104217] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  957.104221] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  957.104223] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  957.104225] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  957.104227] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  957.104230] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  957.104232] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  957.104234] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  957.104236] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  957.104238] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  957.104241] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  957.104243] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  957.104245] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  957.104247] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  957.104249] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  957.104251] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  957.108095] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  986.884181] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  986.884213] [drm] PSP is resuming...
[  986.960161] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  987.060609] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  987.074509] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  987.074524] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  987.074533] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  987.074539] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  987.074597] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  987.128663] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  987.129964] [drm] DMUB hardware initialized: version=0x02020017
[  987.169024] [drm] kiq ring mec 2 pipe 1 q 0
[  987.177085] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  987.177318] [drm] JPEG decode initialized successfully.
[  987.177349] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  987.177354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  987.177359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  987.177363] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  987.177367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  987.177371] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  987.177375] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  987.177379] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  987.177383] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  987.177387] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  987.177391] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  987.177395] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  987.177399] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  987.177403] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  987.177407] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  987.177411] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  987.181829] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1016.939601] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1016.939633] [drm] PSP is resuming...
[ 1017.015511] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1017.116844] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1017.130641] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1017.130654] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1017.130663] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1017.130669] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1017.130728] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1017.185194] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1017.186591] [drm] DMUB hardware initialized: version=0x02020017
[ 1017.225138] [drm] kiq ring mec 2 pipe 1 q 0
[ 1017.230883] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1017.231043] [drm] JPEG decode initialized successfully.
[ 1017.231067] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1017.231071] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1017.231073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1017.231076] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1017.231078] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1017.231080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1017.231082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1017.231084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1017.231086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1017.231089] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1017.231091] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1017.231093] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1017.231095] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1017.231097] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1017.231099] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1017.231102] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1017.235186] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1046.931535] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1046.931571] [drm] PSP is resuming...
[ 1047.007496] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1047.108728] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1047.122528] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1047.122542] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1047.122550] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1047.122554] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1047.122612] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1047.176986] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1047.178344] [drm] DMUB hardware initialized: version=0x02020017
[ 1047.216903] [drm] kiq ring mec 2 pipe 1 q 0
[ 1047.222327] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1047.222534] [drm] JPEG decode initialized successfully.
[ 1047.222564] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1047.222570] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1047.222574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1047.222579] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1047.222583] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1047.222587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1047.222591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1047.222595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1047.222599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1047.222603] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1047.222607] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1047.222611] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1047.222615] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1047.222619] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1047.222623] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1047.222627] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1047.227483] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1076.955586] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1076.955623] [drm] PSP is resuming...
[ 1077.031510] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1077.131970] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1077.147109] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1077.147121] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1077.147148] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1077.147154] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1077.147216] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1077.201917] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1077.203312] [drm] DMUB hardware initialized: version=0x02020017
[ 1077.241183] [drm] kiq ring mec 2 pipe 1 q 0
[ 1077.246789] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1077.246955] [drm] JPEG decode initialized successfully.
[ 1077.246979] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1077.246982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1077.246984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1077.246986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1077.246988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1077.246990] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1077.246992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1077.246994] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1077.246996] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1077.246999] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1077.247001] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1077.247003] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1077.247005] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1077.247007] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1077.247009] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1077.247011] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1077.250961] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1107.043645] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1107.043688] [drm] PSP is resuming...
[ 1107.119736] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1107.221162] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1107.234985] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1107.234994] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1107.235001] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1107.235005] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1107.235059] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1107.290105] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1107.291548] [drm] DMUB hardware initialized: version=0x02020017
[ 1107.329584] [drm] kiq ring mec 2 pipe 1 q 0
[ 1107.334607] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1107.334792] [drm] JPEG decode initialized successfully.
[ 1107.334817] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1107.334820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1107.334823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1107.334825] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1107.334827] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1107.334829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1107.334831] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1107.334833] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1107.334835] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1107.334838] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1107.334840] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1107.334842] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1107.334844] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1107.334846] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1107.334848] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1107.334850] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1107.338408] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1136.979581] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1136.979626] [drm] PSP is resuming...
[ 1137.055517] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1137.155716] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1137.169520] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1137.169528] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1137.169535] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1137.169539] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1137.169595] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1137.224778] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1137.226172] [drm] DMUB hardware initialized: version=0x02020017
[ 1137.264374] [drm] kiq ring mec 2 pipe 1 q 0
[ 1137.269138] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1137.269508] [drm] JPEG decode initialized successfully.
[ 1137.269532] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1137.269536] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1137.269538] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1137.269541] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1137.269543] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1137.269545] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1137.269547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1137.269549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1137.269551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1137.269553] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1137.269556] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1137.269558] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1137.269560] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1137.269562] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1137.269565] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1137.269567] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1137.279696] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1167.043567] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1167.043615] [drm] PSP is resuming...
[ 1167.119608] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1167.221167] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1167.235098] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1167.235112] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1167.235121] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1167.235127] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1167.235208] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1167.289928] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1167.291365] [drm] DMUB hardware initialized: version=0x02020017
[ 1167.329392] [drm] kiq ring mec 2 pipe 1 q 0
[ 1167.334890] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1167.335054] [drm] JPEG decode initialized successfully.
[ 1167.335079] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1167.335083] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1167.335085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1167.335087] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1167.335089] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1167.335091] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1167.335093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1167.335095] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1167.335097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1167.335100] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1167.335102] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1167.335104] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1167.335106] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1167.335108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1167.335110] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1167.335113] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1167.339091] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1167.357785] ------------[ cut here ]------------
[ 1167.357868] WARNING: CPU: 2 PID: 721 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1167.357877] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1167.357959]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1167.358010] CPU: 2 PID: 721 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1167.358013] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1167.358016] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1167.358019] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1167.358021] RSP: 0018:ffffaacb81b9b6f0 EFLAGS: 00010246
[ 1167.358025] RAX: 0000000000000000 RBX: ffff9d4bf017d250 RCX: 0000000000000000
[ 1167.358027] RDX: 0000000000000000 RSI: ffff9d4bf017d1d0 RDI: ffffaacb81b9b718
[ 1167.358029] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1167.358031] R10: ffff9d4bf017d250 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1167.358033] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1167.358035] FS:  00007fd95d22ab40(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 1167.358038] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1167.358040] CR2: 0000556c3d822640 CR3: 00000001a20b0000 CR4: 0000000000750ee0
[ 1167.358042] PKRU: 55555554
[ 1167.358044] Call Trace:
[ 1167.358046]  <TASK>
[ 1167.358051]  submit_one_bio+0xd4/0xe0
[ 1167.358057]  submit_extent_page+0x142/0x550
[ 1167.358069]  read_extent_buffer_pages+0x5c1/0x990
[ 1167.358076]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1167.358080]  ? folio_unlock+0x1d/0x50
[ 1167.358086]  btrfs_read_extent_buffer+0x98/0x150
[ 1167.358092]  read_tree_block+0x43/0xa0
[ 1167.358095]  read_block_for_search+0x218/0x320
[ 1167.358105]  btrfs_search_slot+0x351/0xd30
[ 1167.358114]  btrfs_lookup_xattr+0x7b/0xe0
[ 1167.358120]  btrfs_getxattr+0x55/0x110
[ 1167.358125]  __vfs_getxattr+0x7e/0xb0
[ 1167.358214]  get_vfs_caps_from_disk+0x7a/0x220
[ 1167.358225]  audit_copy_inode+0x95/0xd0
[ 1167.358230]  filename_lookup+0x16b/0x1c0
[ 1167.358239]  ? __pfx_page_put_link+0x10/0x10
[ 1167.358247]  ? _raw_spin_unlock+0x29/0x50
[ 1167.358253]  vfs_statx+0x8e/0x150
[ 1167.358259]  vfs_fstatat+0x51/0x70
[ 1167.358264]  __do_sys_newfstatat+0x2e/0x50
[ 1167.358274]  do_syscall_64+0x5b/0x80
[ 1167.358278]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1167.358282]  ? __rseq_handle_notify_resume+0x471/0x620
[ 1167.358288]  ? lock_is_held_type+0xe8/0x140
[ 1167.358294]  ? do_syscall_64+0x67/0x80
[ 1167.358297]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1167.358302]  ? do_syscall_64+0x67/0x80
[ 1167.358308]  ? do_syscall_64+0x67/0x80
[ 1167.358313]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1167.358317]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1167.358323] RIP: 0033:0x7fd95d51e05e
[ 1167.358344] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1167.358347] RSP: 002b:00007ffeb1a166a8 EFLAGS: 00000246 ORIG_RAX: 0000000000000106
[ 1167.358350] RAX: ffffffffffffffda RBX: 0000556c3d6591f0 RCX: 00007fd95d51e05e
[ 1167.358352] RDX: 00007ffeb1a16740 RSI: 0000556c3d6591d8 RDI: 00000000ffffff9c
[ 1167.358354] RBP: 0005f06a1e9f7b63 R08: 0000556c3d7c5af0 R09: 00007fd95d95ec00
[ 1167.358356] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffeb1a16740
[ 1167.358358] R13: 20c49ba5e353f7cf R14: 0000556c3d658d10 R15: 0000556c3d65fd80
[ 1167.358367]  </TASK>
[ 1167.358369] irq event stamp: 1186641
[ 1167.358372] hardirqs last  enabled at (1186649): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1167.358378] hardirqs last disabled at (1186656): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1167.358383] softirqs last  enabled at (1186412): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1167.358386] softirqs last disabled at (1186071): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1167.358390] ---[ end trace 0000000000000000 ]---
[ 1197.060559] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1197.060592] [drm] PSP is resuming...
[ 1197.136505] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1197.238297] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1197.252116] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1197.252150] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1197.252161] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1197.252168] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1197.252687] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1197.307652] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1197.309043] [drm] DMUB hardware initialized: version=0x02020017
[ 1197.347513] [drm] kiq ring mec 2 pipe 1 q 0
[ 1197.352431] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1197.352645] [drm] JPEG decode initialized successfully.
[ 1197.352670] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1197.352673] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1197.352676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1197.352678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1197.352680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1197.352682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1197.352684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1197.352686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1197.352688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1197.352691] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1197.352693] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1197.352695] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1197.352697] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1197.352699] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1197.352701] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1197.352703] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1197.356220] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1227.139539] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1227.139572] [drm] PSP is resuming...
[ 1227.215399] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1227.316834] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1227.330647] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1227.330661] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1227.330670] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1227.330676] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1227.330735] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1227.385717] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1227.387136] [drm] DMUB hardware initialized: version=0x02020017
[ 1227.425097] [drm] kiq ring mec 2 pipe 1 q 0
[ 1227.430304] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1227.430513] [drm] JPEG decode initialized successfully.
[ 1227.430538] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1227.430542] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1227.430544] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1227.430547] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1227.430549] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1227.430551] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1227.430553] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1227.430555] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1227.430558] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1227.430560] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1227.430562] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1227.430565] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1227.430567] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1227.430569] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1227.430571] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1227.430573] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1227.434101] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1240.702943] ------------[ cut here ]------------
[ 1240.703035] WARNING: CPU: 14 PID: 3617 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1240.703042] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1240.703149]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1240.703222] CPU: 14 PID: 3617 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1240.703225] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1240.703228] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1240.703232] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1240.703234] RSP: 0018:ffffaacb93947368 EFLAGS: 00010246
[ 1240.703238] RAX: 0000000000000000 RBX: ffff9d4991767010 RCX: 0000000000000000
[ 1240.703241] RDX: 0000000000000000 RSI: ffff9d4991766f90 RDI: ffffaacb93947390
[ 1240.703243] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1240.703245] R10: ffff9d4991767010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1240.703247] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1240.703250] FS:  00007f42c4dfd6c0(0000) GS:ffff9d57d9a00000(0000) knlGS:0000000000000000
[ 1240.703252] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1240.703255] CR2: 00003c700f9e5000 CR3: 0000000118e10000 CR4: 0000000000750ee0
[ 1240.703257] PKRU: 55555554
[ 1240.703260] Call Trace:
[ 1240.703262]  <TASK>
[ 1240.703268]  submit_one_bio+0xd4/0xe0
[ 1240.703274]  submit_extent_page+0x142/0x550
[ 1240.703288]  read_extent_buffer_pages+0x5c1/0x990
[ 1240.703295]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1240.703299]  ? folio_unlock+0x1d/0x50
[ 1240.703306]  btrfs_read_extent_buffer+0x98/0x150
[ 1240.703312]  read_tree_block+0x43/0xa0
[ 1240.703315]  read_block_for_search+0x218/0x320
[ 1240.703326]  btrfs_search_slot+0x351/0xd30
[ 1240.703336]  btrfs_lookup_csum+0x63/0x150
[ 1240.703343]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1240.703354]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1240.703359]  submit_one_bio+0xc4/0xe0
[ 1240.703364]  submit_extent_page+0x142/0x550
[ 1240.703369]  ? btrfs_get_extent+0x4c1/0x940
[ 1240.703379]  btrfs_do_readpage+0x305/0x770
[ 1240.703384]  ? btrfs_lookup_ordered_range+0x80/0x270
[ 1240.703393]  ? extent_readahead+0xb7/0x6f0
[ 1240.703395]  extent_readahead+0x3f7/0x6f0
[ 1240.703400]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1240.703414]  read_pages+0x7a/0x300
[ 1240.703421]  page_cache_ra_unbounded+0x109/0x1b0
[ 1240.703428]  filemap_get_pages+0x40e/0x6b0
[ 1240.703435]  ? lock_is_held_type+0xe8/0x140
[ 1240.703445]  filemap_read+0xd7/0x330
[ 1240.703460]  vfs_read+0x243/0x310
[ 1240.703470]  ksys_read+0x64/0xe0
[ 1240.703475]  do_syscall_64+0x5b/0x80
[ 1240.703479]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1240.703483]  ? do_syscall_64+0x67/0x80
[ 1240.703487]  ? lock_is_held_type+0xe8/0x140
[ 1240.703493]  ? do_syscall_64+0x67/0x80
[ 1240.703496]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1240.703500]  ? do_syscall_64+0x67/0x80
[ 1240.703504]  ? lock_is_held_type+0xe8/0x140
[ 1240.703509]  ? asm_exc_page_fault+0x22/0x30
[ 1240.703513]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1240.703517]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1240.703520] RIP: 0033:0x7f42d751eafc
[ 1240.703541] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 1240.703543] RSP: 002b:00007f42c4dfa350 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 1240.703547] RAX: ffffffffffffffda RBX: 00003c7034e18000 RCX: 00007f42d751eafc
[ 1240.703549] RDX: 0000000000008000 RSI: 00003c7034e18000 RDI: 00000000000004c4
[ 1240.703551] RBP: 00007f42c4dfa430 R08: 0000000000000000 R09: 0000000000000001
[ 1240.703553] R10: 00007ffebcd7b080 R11: 0000000000000246 R12: 0000000000008000
[ 1240.703555] R13: 0000564427f0aa10 R14: 00003c7047891880 R15: 0000000000008000
[ 1240.703566]  </TASK>
[ 1240.703568] irq event stamp: 25348329
[ 1240.703570] hardirqs last  enabled at (25348337): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1240.703575] hardirqs last disabled at (25348344): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1240.703578] softirqs last  enabled at (25341118): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1240.703582] softirqs last disabled at (25341111): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1240.703584] ---[ end trace 0000000000000000 ]---
[ 1240.755144] ------------[ cut here ]------------
[ 1240.755223] WARNING: CPU: 4 PID: 3617 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1240.755233] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1240.755397]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1240.755497] CPU: 4 PID: 3617 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1240.755528] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1240.755532] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1240.755538] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1240.755543] RSP: 0018:ffffaacb93947a10 EFLAGS: 00010246
[ 1240.755549] RAX: 0000000000000000 RBX: ffff9d54b942aad0 RCX: 0000000000000000
[ 1240.755553] RDX: 0000000000000000 RSI: ffff9d54b942aa50 RDI: ffffaacb93947a38
[ 1240.755557] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1240.755561] R10: ffff9d54b942aad0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1240.755565] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1240.755569] FS:  00007f42c4dfd6c0(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 1240.755574] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1240.755592] CR2: 00001d7468dc0000 CR3: 0000000118e10000 CR4: 0000000000750ee0
[ 1240.755596] PKRU: 55555554
[ 1240.755600] Call Trace:
[ 1240.755604]  <TASK>
[ 1240.755639]  submit_one_bio+0xd4/0xe0
[ 1240.755650]  submit_extent_page+0x142/0x550
[ 1240.755673]  read_extent_buffer_pages+0x5c1/0x990
[ 1240.755686]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1240.755695]  ? folio_unlock+0x1d/0x50
[ 1240.755731]  btrfs_read_extent_buffer+0x98/0x150
[ 1240.755755]  read_tree_block+0x43/0xa0
[ 1240.755776]  read_block_for_search+0x218/0x320
[ 1240.755833]  btrfs_search_slot+0x351/0xd30
[ 1240.755872]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1240.755883]  btrfs_real_readdir+0x14a/0x470
[ 1240.755904]  ? lock_is_held_type+0xe8/0x140
[ 1240.755942]  ? find_held_lock+0x32/0x90
[ 1240.756018]  iterate_dir+0x183/0x1d0
[ 1240.756043]  __x64_sys_getdents64+0x76/0x120
[ 1240.756048]  ? __pfx_filldir64+0x10/0x10
[ 1240.756057]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1240.756066]  do_syscall_64+0x5b/0x80
[ 1240.756073]  ? do_syscall_64+0x67/0x80
[ 1240.756079]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1240.756086]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1240.756092] RIP: 0033:0x7f42d74f6367
[ 1240.756186] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1240.756191] RSP: 002b:00007f42c4dfb5a8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1240.756197] RAX: ffffffffffffffda RBX: 00003c7034e18000 RCX: 00007f42d74f6367
[ 1240.756222] RDX: 0000000000008000 RSI: 00003c7034e18030 RDI: 0000000000000156
[ 1240.756226] RBP: 00003c7034e18004 R08: 00003c7034e18000 R09: 00007f42c4dfb47f
[ 1240.756230] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 1240.756234] R13: 0000000000000000 R14: 00007f42c4dfb830 R15: 00007f42c4dfb878
[ 1240.756253]  </TASK>
[ 1240.756257] irq event stamp: 25384905
[ 1240.756260] hardirqs last  enabled at (25384913): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1240.756267] hardirqs last disabled at (25384920): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1240.756272] softirqs last  enabled at (25384860): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1240.756277] softirqs last disabled at (25384803): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1240.756282] ---[ end trace 0000000000000000 ]---
[ 1257.148588] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1257.148633] [drm] PSP is resuming...
[ 1257.224501] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1257.325506] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1257.339273] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1257.339281] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1257.339288] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1257.339292] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1257.339348] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1257.394219] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1257.395506] [drm] DMUB hardware initialized: version=0x02020017
[ 1257.434166] [drm] kiq ring mec 2 pipe 1 q 0
[ 1257.439912] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1257.440068] [drm] JPEG decode initialized successfully.
[ 1257.440092] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1257.440096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1257.440098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1257.440100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1257.440102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1257.440104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1257.440106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1257.440110] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1257.440113] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1257.440118] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1257.440122] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1257.440126] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1257.440149] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1257.440153] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1257.440157] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1257.440161] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1257.444404] ------------[ cut here ]------------
[ 1257.444410] WARNING: CPU: 8 PID: 721 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1257.444419] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1257.444529]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1257.444583] CPU: 8 PID: 721 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1257.444586] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1257.444589] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1257.444592] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1257.444595] RSP: 0018:ffffaacb81b9b7b0 EFLAGS: 00010246
[ 1257.444598] RAX: 0000000000000000 RBX: ffff9d49916b0290 RCX: 0000000000000000
[ 1257.444600] RDX: 0000000000000000 RSI: ffff9d49916b0210 RDI: ffffaacb81b9b7d8
[ 1257.444602] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1257.444604] R10: ffff9d49916b0290 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1257.444606] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1257.444609] FS:  00007fd95d22ab40(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 1257.444611] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1257.444613] CR2: 0000556c3d7fe220 CR3: 00000001a20b0000 CR4: 0000000000750ee0
[ 1257.444615] PKRU: 55555554
[ 1257.444617] Call Trace:
[ 1257.444619]  <TASK>
[ 1257.444626]  submit_one_bio+0xd4/0xe0
[ 1257.444632]  submit_extent_page+0x142/0x550
[ 1257.444647]  read_extent_buffer_pages+0x5c1/0x990
[ 1257.444658]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1257.444666]  ? folio_unlock+0x1d/0x50
[ 1257.444676]  btrfs_read_extent_buffer+0x98/0x150
[ 1257.444686]  read_tree_block+0x43/0xa0
[ 1257.444690]  read_block_for_search+0x218/0x320
[ 1257.444700]  btrfs_search_slot+0x351/0xd30
[ 1257.444713]  btrfs_lookup_xattr+0x7b/0xe0
[ 1257.444724]  btrfs_getxattr+0x55/0x110
[ 1257.444734]  __vfs_getxattr+0x7e/0xb0
[ 1257.444744]  get_vfs_caps_from_disk+0x7a/0x220
[ 1257.444757]  audit_copy_inode+0x95/0xd0
[ 1257.444766]  path_openat+0x8ec/0xc80
[ 1257.444772]  ? __lock_acquire+0x388/0x1ed0
[ 1257.444785]  do_filp_open+0x9e/0x130
[ 1257.444804]  do_sys_openat2+0x96/0x150
[ 1257.444813]  __x64_sys_openat+0x5c/0x80
[ 1257.444819]  do_syscall_64+0x5b/0x80
[ 1257.444828]  ? do_syscall_64+0x67/0x80
[ 1257.444834]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1257.444840]  ? do_syscall_64+0x67/0x80
[ 1257.444847]  ? lock_is_held_type+0xe8/0x140
[ 1257.444856]  ? asm_exc_page_fault+0x22/0x30
[ 1257.444862]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1257.444867]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1257.444873] RIP: 0033:0x7fd95d51e993
[ 1257.444897] Code: 24 38 31 c0 f6 c2 40 75 4e 89 d0 45 31 d2 25 00 00 41 00 3d 00 00 41 00 74 3d 80 3d 4e fc 0d 00 00 74 61 b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 a1 00 00 00 48 8b 54 24 38 64 48 2b 14 25
[ 1257.444899] RSP: 002b:00007ffeb1a17160 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[ 1257.444902] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fd95d51e993
[ 1257.444905] RDX: 00000000002a0000 RSI: 0000556c3d7cd080 RDI: 000000000000000c
[ 1257.444906] RBP: 00007ffeb1a173d0 R08: 0000000000000007 R09: 0000000000000000
[ 1257.444908] R10: 0000000000000000 R11: 0000000000000202 R12: 0000556c3d7d5c60
[ 1257.444910] R13: 0000000000000000 R14: 000000000000000c R15: 00007ffeb1a17270
[ 1257.444920]  </TASK>
[ 1257.444922] irq event stamp: 1234657
[ 1257.444924] hardirqs last  enabled at (1234665): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1257.444928] hardirqs last disabled at (1234672): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1257.444931] softirqs last  enabled at (1231336): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1257.444934] softirqs last disabled at (1231331): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1257.444937] ---[ end trace 0000000000000000 ]---
[ 1257.445149] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1287.148557] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1287.148591] [drm] PSP is resuming...
[ 1287.224509] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1287.325847] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1287.339637] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1287.339647] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1287.339655] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1287.339659] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1287.339713] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1287.394693] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1287.396083] [drm] DMUB hardware initialized: version=0x02020017
[ 1287.434443] [drm] kiq ring mec 2 pipe 1 q 0
[ 1287.439902] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1287.440066] [drm] JPEG decode initialized successfully.
[ 1287.440098] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1287.440105] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1287.440109] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1287.440114] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1287.440119] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1287.440123] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1287.440162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1287.440167] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1287.440171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1287.440176] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1287.440180] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1287.440185] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1287.440189] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1287.440193] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1287.440198] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1287.440202] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1287.457140] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1287.457828] ------------[ cut here ]------------
[ 1287.457835] WARNING: CPU: 6 PID: 721 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1287.457845] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1287.457986]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1287.458083] CPU: 6 PID: 721 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1287.458088] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1287.458092] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1287.458098] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1287.458102] RSP: 0018:ffffaacb81b9b7d0 EFLAGS: 00010246
[ 1287.458108] RAX: 0000000000000000 RBX: ffff9d4b46acec90 RCX: 0000000000000000
[ 1287.458113] RDX: 0000000000000000 RSI: ffff9d4b46acec10 RDI: ffffaacb81b9b7f8
[ 1287.458116] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1287.458120] R10: ffff9d4b46acec90 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1287.458124] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1287.458171] FS:  00007fd95d22ab40(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 1287.458176] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1287.458180] CR2: 0000556c3d7de668 CR3: 00000001a20b0000 CR4: 0000000000750ee0
[ 1287.458184] PKRU: 55555554
[ 1287.458187] Call Trace:
[ 1287.458192]  <TASK>
[ 1287.458203]  submit_one_bio+0xd4/0xe0
[ 1287.458213]  submit_extent_page+0x142/0x550
[ 1287.458236]  read_extent_buffer_pages+0x5c1/0x990
[ 1287.458249]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1287.458257]  ? folio_unlock+0x1d/0x50
[ 1287.458268]  btrfs_read_extent_buffer+0x98/0x150
[ 1287.458278]  read_tree_block+0x43/0xa0
[ 1287.458284]  read_block_for_search+0x218/0x320
[ 1287.458301]  btrfs_search_slot+0x351/0xd30
[ 1287.458320]  btrfs_lookup_xattr+0x7b/0xe0
[ 1287.458331]  btrfs_getxattr+0x55/0x110
[ 1287.458341]  __vfs_getxattr+0x7e/0xb0
[ 1287.458352]  get_vfs_caps_from_disk+0x7a/0x220
[ 1287.458365]  audit_copy_inode+0x95/0xd0
[ 1287.458374]  path_openat+0x8ec/0xc80
[ 1287.458380]  ? __lock_acquire+0x388/0x1ed0
[ 1287.458393]  do_filp_open+0x9e/0x130
[ 1287.458422]  do_sys_openat2+0x96/0x150
[ 1287.458433]  __x64_sys_openat+0x5c/0x80
[ 1287.458439]  do_syscall_64+0x5b/0x80
[ 1287.458448]  ? lock_is_held_type+0xe8/0x140
[ 1287.458458]  ? do_syscall_64+0x67/0x80
[ 1287.458464]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1287.458470]  ? do_syscall_64+0x67/0x80
[ 1287.458476]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1287.458482]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1287.458488] RIP: 0033:0x7fd95d51e993
[ 1287.458511] Code: 24 38 31 c0 f6 c2 40 75 4e 89 d0 45 31 d2 25 00 00 41 00 3d 00 00 41 00 74 3d 80 3d 4e fc 0d 00 00 74 61 b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 a1 00 00 00 48 8b 54 24 38 64 48 2b 14 25
[ 1287.458515] RSP: 002b:00007ffeb1a17160 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[ 1287.458521] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fd95d51e993
[ 1287.458525] RDX: 00000000002a0000 RSI: 0000556c3d7c5e10 RDI: 000000000000000c
[ 1287.458529] RBP: 00007ffeb1a173d0 R08: 0000000000000007 R09: 0000000000000000
[ 1287.458533] R10: 0000000000000000 R11: 0000000000000202 R12: 0000556c3d7e8db0
[ 1287.458537] R13: 0000000000000000 R14: 000000000000000c R15: 00007ffeb1a17270
[ 1287.458555]  </TASK>
[ 1287.458559] irq event stamp: 1252595
[ 1287.458562] hardirqs last  enabled at (1252603): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1287.458568] hardirqs last disabled at (1252610): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1287.458573] softirqs last  enabled at (1252258): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1287.458579] softirqs last disabled at (1252233): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1287.458583] ---[ end trace 0000000000000000 ]---
[ 1317.147616] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1317.147660] [drm] PSP is resuming...
[ 1317.223726] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1317.326608] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1317.340388] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1317.340397] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1317.340404] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1317.340408] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1317.340461] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1317.395076] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1317.396557] [drm] DMUB hardware initialized: version=0x02020017
[ 1317.434753] [drm] kiq ring mec 2 pipe 1 q 0
[ 1317.440137] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1317.440296] [drm] JPEG decode initialized successfully.
[ 1317.440325] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1317.440331] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1317.440335] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1317.440339] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1317.440343] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1317.440347] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1317.440351] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1317.440355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1317.440359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1317.440363] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1317.440367] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1317.440371] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1317.440375] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1317.440379] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1317.440383] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1317.440387] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1317.444098] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1340.276621] ------------[ cut here ]------------
[ 1340.276694] WARNING: CPU: 0 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1340.276702] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1340.276800]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1340.276866] CPU: 0 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1340.276870] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1340.276873] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1340.276877] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1340.276880] RSP: 0018:ffffaacb84d27838 EFLAGS: 00010246
[ 1340.276884] RAX: 0000000000000000 RBX: ffff9d49916b1090 RCX: 0000000000000000
[ 1340.276887] RDX: 0000000000000000 RSI: ffff9d49916b1010 RDI: ffffaacb84d27860
[ 1340.276889] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1340.276892] R10: ffff9d49916b1090 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1340.276894] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1340.276897] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 1340.276899] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1340.276902] CR2: 00000000bd0ff000 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 1340.276905] PKRU: 55555554
[ 1340.276907] Call Trace:
[ 1340.276909]  <TASK>
[ 1340.276917]  submit_one_bio+0xd4/0xe0
[ 1340.276925]  submit_extent_page+0x142/0x550
[ 1340.276940]  read_extent_buffer_pages+0x5c1/0x990
[ 1340.276947]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1340.276953]  ? folio_unlock+0x1d/0x50
[ 1340.276960]  btrfs_read_extent_buffer+0x98/0x150
[ 1340.276966]  read_tree_block+0x43/0xa0
[ 1340.276970]  read_block_for_search+0x218/0x320
[ 1340.276981]  btrfs_search_slot+0x351/0xd30
[ 1340.276993]  search_free_space_info+0x90/0xe0
[ 1340.277001]  remove_from_free_space_tree+0xea/0x420
[ 1340.277006]  ? alloc_reserved_file_extent+0x1c4/0x240
[ 1340.277014]  alloc_reserved_extent+0x1f/0x110
[ 1340.277019]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 1340.277036]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1340.277043]  btrfs_commit_transaction+0x93/0xed0
[ 1340.277055]  transaction_kthread+0x142/0x1b0
[ 1340.277062]  ? __pfx_transaction_kthread+0x10/0x10
[ 1340.277065]  kthread+0xf5/0x120
[ 1340.277069]  ? __pfx_kthread+0x10/0x10
[ 1340.277073]  ret_from_fork+0x2c/0x50
[ 1340.277086]  </TASK>
[ 1340.277089] irq event stamp: 8141173
[ 1340.277091] hardirqs last  enabled at (8141181): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1340.277096] hardirqs last disabled at (8141188): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1340.277099] softirqs last  enabled at (8139720): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1340.277103] softirqs last disabled at (8139715): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1340.277106] ---[ end trace 0000000000000000 ]---
[ 1347.211594] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1347.211634] [drm] PSP is resuming...
[ 1347.287520] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1347.387894] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1347.402020] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1347.402030] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1347.402038] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1347.402043] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1347.402124] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1347.456661] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1347.458114] [drm] DMUB hardware initialized: version=0x02020017
[ 1347.497518] [drm] kiq ring mec 2 pipe 1 q 0
[ 1347.502379] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1347.502572] [drm] JPEG decode initialized successfully.
[ 1347.502597] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1347.502600] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1347.502603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1347.502605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1347.502607] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1347.502609] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1347.502611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1347.502613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1347.502616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1347.502618] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1347.502620] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1347.502622] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1347.502624] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1347.502627] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1347.502629] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1347.502631] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1347.506226] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1347.513363] ------------[ cut here ]------------
[ 1347.513370] WARNING: CPU: 12 PID: 721 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1347.513378] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1347.513475]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1347.513538] CPU: 12 PID: 721 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1347.513542] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1347.513545] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1347.513549] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1347.513552] RSP: 0018:ffffaacb81b9b7c0 EFLAGS: 00010246
[ 1347.513556] RAX: 0000000000000000 RBX: ffff9d4996c57710 RCX: 0000000000000000
[ 1347.513559] RDX: 0000000000000000 RSI: ffff9d4996c57690 RDI: ffffaacb81b9b7e8
[ 1347.513561] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1347.513564] R10: ffff9d4996c57710 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1347.513566] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1347.513569] FS:  00007fd95d22ab40(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 1347.513572] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1347.513575] CR2: 0000556c3d7d5c60 CR3: 00000001a20b0000 CR4: 0000000000750ee0
[ 1347.513577] PKRU: 55555554
[ 1347.513580] Call Trace:
[ 1347.513583]  <TASK>
[ 1347.513590]  submit_one_bio+0xd4/0xe0
[ 1347.513598]  submit_extent_page+0x142/0x550
[ 1347.513614]  read_extent_buffer_pages+0x5c1/0x990
[ 1347.513622]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1347.513628]  ? folio_unlock+0x1d/0x50
[ 1347.513636]  btrfs_read_extent_buffer+0x98/0x150
[ 1347.513643]  read_tree_block+0x43/0xa0
[ 1347.513647]  read_block_for_search+0x218/0x320
[ 1347.513659]  btrfs_search_slot+0x351/0xd30
[ 1347.513671]  btrfs_lookup_xattr+0x7b/0xe0
[ 1347.513679]  btrfs_getxattr+0x55/0x110
[ 1347.513686]  __vfs_getxattr+0x7e/0xb0
[ 1347.513693]  get_vfs_caps_from_disk+0x7a/0x220
[ 1347.513702]  audit_copy_inode+0x95/0xd0
[ 1347.513710]  path_openat+0x8ec/0xc80
[ 1347.513719]  do_filp_open+0x9e/0x130
[ 1347.513738]  do_sys_openat2+0x96/0x150
[ 1347.513746]  __x64_sys_openat+0x5c/0x80
[ 1347.513750]  do_syscall_64+0x5b/0x80
[ 1347.513756]  ? do_syscall_64+0x67/0x80
[ 1347.513760]  ? lock_is_held_type+0xe8/0x140
[ 1347.513767]  ? do_syscall_64+0x67/0x80
[ 1347.513771]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1347.513776]  ? do_syscall_64+0x67/0x80
[ 1347.513780]  ? asm_exc_page_fault+0x22/0x30
[ 1347.513785]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1347.513789]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1347.513793] RIP: 0033:0x7fd95d51e993
[ 1347.513815] Code: 24 38 31 c0 f6 c2 40 75 4e 89 d0 45 31 d2 25 00 00 41 00 3d 00 00 41 00 74 3d 80 3d 4e fc 0d 00 00 74 61 b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 0f 87 a1 00 00 00 48 8b 54 24 38 64 48 2b 14 25
[ 1347.513818] RSP: 002b:00007ffeb1a17160 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[ 1347.513822] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fd95d51e993
[ 1347.513825] RDX: 00000000002a0000 RSI: 0000556c3d7e6970 RDI: 000000000000000c
[ 1347.513827] RBP: 00007ffeb1a173d0 R08: 0000000000000007 R09: 0000000000000000
[ 1347.513830] R10: 0000000000000000 R11: 0000000000000202 R12: 0000556c3d7c5e10
[ 1347.513832] R13: 0000000000000000 R14: 000000000000000c R15: 00007ffeb1a17270
[ 1347.513844]  </TASK>
[ 1347.513846] irq event stamp: 1315631
[ 1347.513849] hardirqs last  enabled at (1315639): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1347.513854] hardirqs last disabled at (1315646): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1347.513857] softirqs last  enabled at (1312234): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1347.513861] softirqs last disabled at (1311689): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1347.513864] ---[ end trace 0000000000000000 ]---
[ 1377.187531] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1377.187566] [drm] PSP is resuming...
[ 1377.263619] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1377.368163] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1377.381997] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1377.382008] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1377.382017] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1377.382023] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1377.382082] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1377.436737] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1377.438134] [drm] DMUB hardware initialized: version=0x02020017
[ 1377.476444] [drm] kiq ring mec 2 pipe 1 q 0
[ 1377.481449] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1377.481651] [drm] JPEG decode initialized successfully.
[ 1377.481676] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1377.481679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1377.481681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1377.481684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1377.481686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1377.481688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1377.481690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1377.481692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1377.481694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1377.481696] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1377.481699] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1377.481701] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1377.481703] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1377.481705] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1377.481707] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1377.481709] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1377.485248] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1407.220624] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1407.220668] [drm] PSP is resuming...
[ 1407.296628] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1407.400167] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1407.413989] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1407.414001] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1407.414010] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1407.414015] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1407.414074] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1407.468751] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1407.470165] [drm] DMUB hardware initialized: version=0x02020017
[ 1407.508522] [drm] kiq ring mec 2 pipe 1 q 0
[ 1407.513446] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1407.513659] [drm] JPEG decode initialized successfully.
[ 1407.513683] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1407.513687] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1407.513690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1407.513692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1407.513694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1407.513696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1407.513698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1407.513701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1407.513703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1407.513706] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1407.513709] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1407.513713] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1407.513717] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1407.513719] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1407.513721] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1407.513723] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1407.517290] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1437.171975] ------------[ cut here ]------------
[ 1437.172066] WARNING: CPU: 0 PID: 9275 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1437.172075] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1437.172234]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1437.172343] CPU: 0 PID: 9275 Comm: cross-architect Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1437.172349] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1437.172354] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1437.172360] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1437.172365] RSP: 0018:ffffaacb97977658 EFLAGS: 00010246
[ 1437.172372] RAX: 0000000000000000 RBX: ffff9d49bdb3c990 RCX: 0000000000000000
[ 1437.172376] RDX: 0000000000000000 RSI: ffff9d49bdb3c910 RDI: ffffaacb97977680
[ 1437.172381] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1437.172385] R10: ffff9d49bdb3c990 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1437.172390] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1437.172395] FS:  00007fc92dfff6c0(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 1437.172401] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1437.172407] CR2: 00007fc9280050f0 CR3: 00000001210b2000 CR4: 0000000000750ef0
[ 1437.172414] PKRU: 55555554
[ 1437.172419] Call Trace:
[ 1437.172425]  <TASK>
[ 1437.172439]  submit_one_bio+0xd4/0xe0
[ 1437.172450]  submit_extent_page+0x142/0x550
[ 1437.172478]  read_extent_buffer_pages+0x5c1/0x990
[ 1437.172493]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1437.172506]  ? folio_unlock+0x1d/0x50
[ 1437.172521]  btrfs_read_extent_buffer+0x98/0x150
[ 1437.172538]  read_tree_block+0x43/0xa0
[ 1437.172547]  read_block_for_search+0x218/0x320
[ 1437.172560]  btrfs_search_slot+0x351/0xd30
[ 1437.172574]  btrfs_lookup_inode+0x41/0xb0
[ 1437.172582]  btrfs_read_locked_inode+0x4ee/0x5e0
[ 1437.172587]  ? __pfx_btrfs_find_actor+0x10/0x10
[ 1437.172597]  btrfs_iget_path+0x6f/0xe0
[ 1437.172603]  btrfs_lookup_dentry+0x34c/0x5c0
[ 1437.172609]  ? d_alloc_parallel+0x34b/0x810
[ 1437.172622]  btrfs_lookup+0xe/0x30
[ 1437.172626]  __lookup_slow+0x10f/0x1c0
[ 1437.172635]  ? lock_is_held_type+0xe8/0x140
[ 1437.172645]  ? lock_is_held_type+0xe8/0x140
[ 1437.172653]  walk_component+0xdb/0x150
[ 1437.172659]  link_path_walk.part.0.constprop.0+0x223/0x380
[ 1437.172668]  path_openat+0x99/0xc80
[ 1437.172678]  do_filp_open+0x9e/0x130
[ 1437.172700]  do_sys_openat2+0x96/0x150
[ 1437.172708]  __x64_sys_openat+0x5c/0x80
[ 1437.172713]  do_syscall_64+0x5b/0x80
[ 1437.172718]  ? lock_is_held_type+0xe8/0x140
[ 1437.172724]  ? asm_exc_page_fault+0x22/0x30
[ 1437.172729]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1437.172734]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1437.172738] RIP: 0033:0x7fc93d5238f5
[ 1437.172759] Code: 44 24 18 31 c0 41 83 e2 40 75 42 89 f0 25 00 00 41 00 3d 00 00 41 00 74 34 89 f2 b8 01 01 00 00 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 43 48 8b 54 24 18 64 48 2b 14 25 28 00 00 00
[ 1437.172762] RSP: 002b:00007fc92dffec10 EFLAGS: 00000287 ORIG_RAX: 0000000000000101
[ 1437.172767] RAX: ffffffffffffffda RBX: 00007fc928012d40 RCX: 00007fc93d5238f5
[ 1437.172769] RDX: 0000000000090800 RSI: 00007fc9280088f0 RDI: 00000000ffffff9c
[ 1437.172772] RBP: 00007fc92dffecf8 R08: 0000000000000008 R09: 0000000000000073
[ 1437.172775] R10: 0000000000000000 R11: 0000000000000287 R12: 00007fc9280088f0
[ 1437.172778] R13: 00007fc92dffed78 R14: 0000000000434100 R15: 000000000046d157
[ 1437.172792]  </TASK>
[ 1437.172794] irq event stamp: 3549
[ 1437.172797] hardirqs last  enabled at (3557): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1437.172802] hardirqs last disabled at (3564): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1437.172806] softirqs last  enabled at (2518): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1437.172810] softirqs last disabled at (2511): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1437.172813] ---[ end trace 0000000000000000 ]---
[ 1437.267625] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1437.267666] [drm] PSP is resuming...
[ 1437.343728] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1437.444171] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1437.457967] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1437.457976] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1437.457984] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1437.457988] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1437.458041] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1437.511969] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1437.513268] [drm] DMUB hardware initialized: version=0x02020017
[ 1437.552448] [drm] kiq ring mec 2 pipe 1 q 0
[ 1437.557931] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1437.558094] [drm] JPEG decode initialized successfully.
[ 1437.558119] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1437.558122] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1437.558125] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1437.558141] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1437.558143] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1437.558146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1437.558148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1437.558150] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1437.558152] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1437.558154] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1437.558156] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1437.558159] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1437.558161] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1437.558163] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1437.558165] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1437.558167] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1437.568753] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1437.797720] ------------[ cut here ]------------
[ 1437.797799] WARNING: CPU: 12 PID: 704 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1437.797806] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1437.797885]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1437.797936] CPU: 12 PID: 704 Comm: systemd-journal Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1437.797940] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1437.797942] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1437.797946] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1437.797948] RSP: 0018:ffffaacb81b177b0 EFLAGS: 00010246
[ 1437.797952] RAX: 0000000000000000 RBX: ffff9d4996c56210 RCX: 0000000000000000
[ 1437.797954] RDX: 0000000000000000 RSI: ffff9d4996c56190 RDI: ffffaacb81b177d8
[ 1437.797956] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1437.797958] R10: ffff9d4996c56210 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1437.797960] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1437.797962] FS:  00007fdec1775b40(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 1437.797964] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1437.797967] CR2: 000020850bc88120 CR3: 00000001190be000 CR4: 0000000000750ee0
[ 1437.797969] PKRU: 55555554
[ 1437.797971] Call Trace:
[ 1437.797973]  <TASK>
[ 1437.797978]  submit_one_bio+0xd4/0xe0
[ 1437.797985]  submit_extent_page+0x142/0x550
[ 1437.797997]  read_extent_buffer_pages+0x5c1/0x990
[ 1437.798004]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1437.798008]  ? folio_unlock+0x1d/0x50
[ 1437.798014]  btrfs_read_extent_buffer+0x98/0x150
[ 1437.798020]  read_tree_block+0x43/0xa0
[ 1437.798023]  read_block_for_search+0x218/0x320
[ 1437.798033]  btrfs_search_slot+0x351/0xd30
[ 1437.798043]  btrfs_lookup_xattr+0x7b/0xe0
[ 1437.798049]  btrfs_getxattr+0x55/0x110
[ 1437.798055]  __vfs_getxattr+0x7e/0xb0
[ 1437.798061]  get_vfs_caps_from_disk+0x7a/0x220
[ 1437.798068]  audit_copy_inode+0x95/0xd0
[ 1437.798074]  filename_lookup+0x16b/0x1c0
[ 1437.798087]  ? _raw_spin_unlock+0x29/0x50
[ 1437.798094]  vfs_statx+0x8e/0x150
[ 1437.798100]  vfs_fstatat+0x51/0x70
[ 1437.798104]  __do_sys_newfstatat+0x2e/0x50
[ 1437.798115]  do_syscall_64+0x5b/0x80
[ 1437.798119]  ? do_syscall_64+0x67/0x80
[ 1437.798123]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1437.798141]  ? do_syscall_64+0x67/0x80
[ 1437.798145]  ? do_syscall_64+0x67/0x80
[ 1437.798148]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1437.798151]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1437.798155] RIP: 0033:0x7fdec131e05e
[ 1437.798175] Code: 48 89 f2 b9 00 01 00 00 48 89 fe bf 9c ff ff ff e9 07 00 00 00 0f 1f 80 00 00 00 00 f3 0f 1e fa 41 89 ca b8 06 01 00 00 0f 05 <3d> 00 f0 ff ff 77 0b 31 c0 c3 0f 1f 84 00 00 00 00 00 48 8b 15 71
[ 1437.798178] RSP: 002b:00007ffc1a1e6738 EFLAGS: 00000206 ORIG_RAX: 0000000000000106
[ 1437.798181] RAX: ffffffffffffffda RBX: 000056129d63640b RCX: 00007fdec131e05e
[ 1437.798183] RDX: 00007ffc1a1e67c0 RSI: 000056129d63640b RDI: 000000000000002a
[ 1437.798185] RBP: 00007ffc1a1e6890 R08: 0000000000000000 R09: 0000000000000000
[ 1437.798187] R10: 0000000000000100 R11: 0000000000000206 R12: 00007ffc1a1e67c0
[ 1437.798189] R13: 000056129d52e0f0 R14: 00007ffc1a1e68b0 R15: 000056129ba70ca3
[ 1437.798198]  </TASK>
[ 1437.798200] irq event stamp: 2755721
[ 1437.798202] hardirqs last  enabled at (2755729): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1437.798206] hardirqs last disabled at (2755736): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1437.798209] softirqs last  enabled at (2755610): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1437.798213] softirqs last disabled at (2755605): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1437.798215] ---[ end trace 0000000000000000 ]---
[ 1441.369971] ------------[ cut here ]------------
[ 1441.370106] WARNING: CPU: 8 PID: 9393 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1441.370114] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1441.370238]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1441.370291] CPU: 8 PID: 9393 Comm: wineboot.exe Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1441.370295] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1441.370297] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1441.370301] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1441.370303] RSP: 0018:ffffaacb97b7f450 EFLAGS: 00010246
[ 1441.370307] RAX: 0000000000000000 RBX: ffff9d4998f41790 RCX: 0000000000000000
[ 1441.370309] RDX: 0000000000000000 RSI: ffff9d4998f41710 RDI: ffffaacb97b7f478
[ 1441.370311] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1441.370313] R10: ffff9d4998f41790 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1441.370315] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1441.370317] FS:  00007f292cf6bb80(0000) GS:ffff9d57d8200000(0000) knlGS:000000007fee0000
[ 1441.370320] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1441.370322] CR2: 000000007b64f00c CR3: 00000001a3ab0000 CR4: 0000000000750ee0
[ 1441.370324] PKRU: 55555554
[ 1441.370326] Call Trace:
[ 1441.370329]  <TASK>
[ 1441.370336]  submit_one_bio+0xd4/0xe0
[ 1441.370342]  submit_extent_page+0x142/0x550
[ 1441.370355]  read_extent_buffer_pages+0x5c1/0x990
[ 1441.370361]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1441.370366]  ? folio_unlock+0x1d/0x50
[ 1441.370372]  btrfs_read_extent_buffer+0x98/0x150
[ 1441.370378]  read_tree_block+0x43/0xa0
[ 1441.370381]  read_block_for_search+0x218/0x320
[ 1441.370391]  btrfs_search_slot+0x351/0xd30
[ 1441.370401]  btrfs_lookup_csum+0x63/0x150
[ 1441.370408]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1441.370418]  btrfs_submit_compressed_read+0x359/0x470
[ 1441.370427]  submit_one_bio+0xc4/0xe0
[ 1441.370432]  submit_extent_page+0x4e2/0x550
[ 1441.370444]  btrfs_do_readpage+0x305/0x770
[ 1441.370448]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 1441.370457]  ? extent_readahead+0xb7/0x6f0
[ 1441.370459]  extent_readahead+0x3f7/0x6f0
[ 1441.370463]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1441.370476]  read_pages+0x7a/0x300
[ 1441.370484]  page_cache_ra_unbounded+0x131/0x1b0
[ 1441.370491]  filemap_fault+0x62c/0xae0
[ 1441.370495]  ? __lock_acquire+0x388/0x1ed0
[ 1441.370504]  __do_fault+0x33/0x1d0
[ 1441.370509]  do_fault+0x1e2/0x450
[ 1441.370513]  __handle_mm_fault+0x669/0xfb0
[ 1441.370525]  handle_mm_fault+0x16b/0x410
[ 1441.370531]  do_user_addr_fault+0x1e0/0x6b0
[ 1441.370538]  exc_page_fault+0x7e/0x2b0
[ 1441.370544]  asm_exc_page_fault+0x22/0x30
[ 1441.370548] RIP: 0033:0x170037d9b
[ 1441.370569] Code: 67 6e 49 8b 4f 30 ba 01 00 00 00 4c 8d 8c 24 84 00 00 00 41 b8 01 00 00 00 e8 c1 e1 ff ff 49 89 c6 48 85 c0 0f 84 5d fd ff ff <8b> 48 0c 31 f6 85 c9 75 20 e9 4f fd ff ff 0f 1f 80 00 00 00 00 ff
[ 1441.370572] RSP: 002b:000000000021f670 EFLAGS: 00010206
[ 1441.370575] RAX: 000000007b64f000 RBX: 0000000000390050 RCX: 000000000004f000
[ 1441.370577] RDX: 000000007b600080 RSI: 000000000021f910 RDI: 000000007b600080
[ 1441.370579] RBP: 0000000000000000 R08: 0000000000000001 R09: 000000000021f6f4
[ 1441.370581] R10: 0000000000000008 R11: 0000000000000008 R12: 00000000ffffffff
[ 1441.370583] R13: 000000000021f8f0 R14: 000000007b64f000 R15: 0000000000390050
[ 1441.370592]  </TASK>
[ 1441.370594] irq event stamp: 75673
[ 1441.370596] hardirqs last  enabled at (75681): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1441.370600] hardirqs last disabled at (75688): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1441.370603] softirqs last  enabled at (74482): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1441.370607] softirqs last disabled at (74437): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1441.370609] ---[ end trace 0000000000000000 ]---
[ 1442.890234] ------------[ cut here ]------------
[ 1442.890242] WARNING: CPU: 4 PID: 9393 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1442.890250] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1442.890331]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1442.890388] CPU: 4 PID: 9393 Comm: wineboot.exe Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1442.890391] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1442.890394] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1442.890397] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1442.890400] RSP: 0018:ffffaacb97b7f450 EFLAGS: 00010246
[ 1442.890403] RAX: 0000000000000000 RBX: ffff9d4933659950 RCX: 0000000000000000
[ 1442.890405] RDX: 0000000000000000 RSI: ffff9d49336598d0 RDI: ffffaacb97b7f478
[ 1442.890407] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1442.890409] R10: ffff9d4933659950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1442.890411] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1442.890413] FS:  00007f292cf6bb80(0000) GS:ffff9d57d7200000(0000) knlGS:000000007fee0000
[ 1442.890416] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1442.890418] CR2: 00000002e8fff00c CR3: 00000001a3ab0000 CR4: 0000000000750ee0
[ 1442.890420] PKRU: 55555554
[ 1442.890422] Call Trace:
[ 1442.890425]  <TASK>
[ 1442.890431]  submit_one_bio+0xd4/0xe0
[ 1442.890438]  submit_extent_page+0x142/0x550
[ 1442.890451]  read_extent_buffer_pages+0x5c1/0x990
[ 1442.890457]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1442.890462]  ? folio_unlock+0x1d/0x50
[ 1442.890468]  btrfs_read_extent_buffer+0x98/0x150
[ 1442.890473]  read_tree_block+0x43/0xa0
[ 1442.890477]  read_block_for_search+0x218/0x320
[ 1442.890487]  btrfs_search_slot+0x351/0xd30
[ 1442.890497]  btrfs_lookup_csum+0x63/0x150
[ 1442.890503]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1442.890513]  btrfs_submit_compressed_read+0x359/0x470
[ 1442.890523]  submit_one_bio+0xc4/0xe0
[ 1442.890528]  submit_extent_page+0x4e2/0x550
[ 1442.890539]  btrfs_do_readpage+0x305/0x770
[ 1442.890544]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 1442.890552]  ? extent_readahead+0xb7/0x6f0
[ 1442.890555]  extent_readahead+0x3f7/0x6f0
[ 1442.890559]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1442.890572]  read_pages+0x7a/0x300
[ 1442.890579]  page_cache_ra_unbounded+0x131/0x1b0
[ 1442.890586]  filemap_fault+0x62c/0xae0
[ 1442.890591]  ? __lock_acquire+0x388/0x1ed0
[ 1442.890599]  __do_fault+0x33/0x1d0
[ 1442.890604]  do_fault+0x1e2/0x450
[ 1442.890608]  __handle_mm_fault+0x669/0xfb0
[ 1442.890620]  handle_mm_fault+0x16b/0x410
[ 1442.890625]  do_user_addr_fault+0x1e0/0x6b0
[ 1442.890632]  exc_page_fault+0x7e/0x2b0
[ 1442.890638]  asm_exc_page_fault+0x22/0x30
[ 1442.890642] RIP: 0033:0x170037d9b
[ 1442.890663] Code: 67 6e 49 8b 4f 30 ba 01 00 00 00 4c 8d 8c 24 84 00 00 00 41 b8 01 00 00 00 e8 c1 e1 ff ff 49 89 c6 48 85 c0 0f 84 5d fd ff ff <8b> 48 0c 31 f6 85 c9 75 20 e9 4f fd ff ff 0f 1f 80 00 00 00 00 ff
[ 1442.890665] RSP: 002b:000000000021d6f0 EFLAGS: 00010206
[ 1442.890668] RAX: 00000002e8fff000 RBX: 00000000003910d0 RCX: 00000000000ef000
[ 1442.890670] RDX: 00000002e8f10080 RSI: 000000000021d990 RDI: 00000002e8f10080
[ 1442.890672] RBP: 0000000000000000 R08: 0000000000000001 R09: 000000000021d774
[ 1442.890674] R10: 0000000000000005 R11: 0000000000000005 R12: 00000000ffffffff
[ 1442.890676] R13: 000000000021d970 R14: 00000002e8fff000 R15: 00000000003910d0
[ 1442.890685]  </TASK>
[ 1442.890687] irq event stamp: 238009
[ 1442.890689] hardirqs last  enabled at (238017): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1442.890693] hardirqs last disabled at (238024): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1442.890695] softirqs last  enabled at (234912): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1442.890699] softirqs last disabled at (234903): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1442.890701] ---[ end trace 0000000000000000 ]---
[ 1467.251954] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1467.252018] [drm] PSP is resuming...
[ 1467.327950] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1467.429716] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1467.443382] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1467.443388] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1467.443395] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1467.443399] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1467.443452] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1467.497473] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1467.498757] [drm] DMUB hardware initialized: version=0x02020017
[ 1467.537686] [drm] kiq ring mec 2 pipe 1 q 0
[ 1467.542880] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1467.543037] [drm] JPEG decode initialized successfully.
[ 1467.543060] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1467.543063] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1467.543065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1467.543067] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1467.543069] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1467.543071] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1467.543073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1467.543075] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1467.543077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1467.543079] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1467.543081] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1467.543083] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1467.543085] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1467.543087] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1467.543089] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1467.543091] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1467.547286] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1530.098485] ------------[ cut here ]------------
[ 1530.098642] WARNING: CPU: 4 PID: 9536 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1530.098651] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1530.098733]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1530.098789] CPU: 4 PID: 9536 Comm: zsh Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1530.098792] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1530.098795] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1530.098798] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1530.098800] RSP: 0018:ffffaacb95caf9b8 EFLAGS: 00010246
[ 1530.098804] RAX: 0000000000000000 RBX: ffff9d493eca5cd0 RCX: 0000000000000000
[ 1530.098806] RDX: 0000000000000000 RSI: ffff9d493eca5c50 RDI: ffffaacb95caf9e0
[ 1530.098808] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1530.098810] R10: ffff9d493eca5cd0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1530.098813] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1530.098815] FS:  00007f13e8e9c740(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 1530.098817] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1530.098819] CR2: 000055cc249b5028 CR3: 00000001218aa000 CR4: 0000000000750ee0
[ 1530.098822] PKRU: 55555554
[ 1530.098824] Call Trace:
[ 1530.098826]  <TASK>
[ 1530.098834]  submit_one_bio+0xd4/0xe0
[ 1530.098841]  submit_extent_page+0x142/0x550
[ 1530.098855]  read_extent_buffer_pages+0x5c1/0x990
[ 1530.098862]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1530.098869]  btrfs_readahead_tree_block+0x71/0xa0
[ 1530.098874]  reada_for_search+0x10a/0x200
[ 1530.098883]  read_block_for_search+0x27e/0x320
[ 1530.098892]  btrfs_next_old_leaf+0x2e5/0x420
[ 1530.098900]  btrfs_get_next_valid_item+0x56/0x90
[ 1530.098904]  btrfs_real_readdir+0x2a4/0x470
[ 1530.098916]  iterate_dir+0x183/0x1d0
[ 1530.098924]  __x64_sys_getdents64+0x76/0x120
[ 1530.098927]  ? __pfx_filldir64+0x10/0x10
[ 1530.098931]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1530.098938]  do_syscall_64+0x5b/0x80
[ 1530.098943]  ? do_syscall_64+0x67/0x80
[ 1530.098947]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1530.098950]  ? do_syscall_64+0x67/0x80
[ 1530.098953]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1530.098957]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1530.098961] RIP: 0033:0x7f13e8f74367
[ 1530.098981] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1530.098984] RSP: 002b:00007fff56bf2b48 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1530.098987] RAX: ffffffffffffffda RBX: 000055cc2497d5f0 RCX: 00007f13e8f74367
[ 1530.098989] RDX: 0000000000008000 RSI: 000055cc2497d620 RDI: 0000000000000003
[ 1530.098991] RBP: 000055cc2497d5f4 R08: 0000000000000000 R09: 0000000000000073
[ 1530.098993] R10: 0000000000000000 R11: 0000000000000293 R12: ffffffffffffff88
[ 1530.098995] R13: 0000000000000002 R14: 000055cc2498563a R15: 0000000000000000
[ 1530.099005]  </TASK>
[ 1530.099007] irq event stamp: 66089
[ 1530.099009] hardirqs last  enabled at (66097): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1530.099014] hardirqs last disabled at (66104): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1530.099017] softirqs last  enabled at (64778): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1530.099020] softirqs last disabled at (64773): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1530.099023] ---[ end trace 0000000000000000 ]---
[ 1557.493191] ------------[ cut here ]------------
[ 1557.493339] WARNING: CPU: 1 PID: 101 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1557.493349] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1557.493528]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1557.493644] CPU: 1 PID: 101 Comm: kworker/u32:2 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1557.493651] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1557.493655] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1557.493664] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1557.493670] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1557.493676] RSP: 0018:ffffaacb804db888 EFLAGS: 00010246
[ 1557.493683] RAX: 0000000000000000 RBX: ffff9d493102f550 RCX: 0000000000000000
[ 1557.493687] RDX: 0000000000000000 RSI: ffff9d493102f4d0 RDI: ffffaacb804db8b0
[ 1557.493692] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1557.493696] R10: ffff9d493102f550 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1557.493701] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1557.493705] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0000) knlGS:0000000000000000
[ 1557.493710] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1557.493715] CR2: 00007f09f43a8000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1557.493720] PKRU: 55555554
[ 1557.493723] Call Trace:
[ 1557.493726]  <TASK>
[ 1557.493734]  submit_one_bio+0xd4/0xe0
[ 1557.493741]  submit_extent_page+0x142/0x550
[ 1557.493756]  read_extent_buffer_pages+0x5c1/0x990
[ 1557.493764]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1557.493770]  ? folio_unlock+0x1d/0x50
[ 1557.493777]  btrfs_read_extent_buffer+0x98/0x150
[ 1557.493783]  read_tree_block+0x43/0xa0
[ 1557.493788]  read_block_for_search+0x218/0x320
[ 1557.493799]  btrfs_search_slot+0x351/0xd30
[ 1557.493808]  ? lock_is_held_type+0xe8/0x140
[ 1557.493816]  btrfs_lookup_csum+0x63/0x150
[ 1557.493824]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1557.493828]  ? sched_clock_cpu+0x9f/0xc0
[ 1557.493833]  ? lock_release+0x14b/0x440
[ 1557.493841]  ? _raw_read_unlock+0x29/0x50
[ 1557.493847]  btrfs_finish_ordered_io+0x441/0x860
[ 1557.493862]  btrfs_work_helper+0xfe/0x400
[ 1557.493866]  ? lock_is_held_type+0xe8/0x140
[ 1557.493873]  process_one_work+0x294/0x5b0
[ 1557.493883]  worker_thread+0x4f/0x3a0
[ 1557.493889]  ? __pfx_worker_thread+0x10/0x10
[ 1557.493892]  kthread+0xf5/0x120
[ 1557.493896]  ? __pfx_kthread+0x10/0x10
[ 1557.493901]  ret_from_fork+0x2c/0x50
[ 1557.493914]  </TASK>
[ 1557.493917] irq event stamp: 13381673
[ 1557.493919] hardirqs last  enabled at (13381681): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1557.493923] hardirqs last disabled at (13381688): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1557.493926] softirqs last  enabled at (13380450): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1557.493930] softirqs last disabled at (13380445): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1557.493933] ---[ end trace 0000000000000000 ]---
[ 1558.009903] ------------[ cut here ]------------
[ 1558.009912] WARNING: CPU: 12 PID: 9717 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1558.009922] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1558.010044]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1558.010123] CPU: 12 PID: 9717 Comm: kworker/u32:10 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1558.010148] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1558.010152] Workqueue: btrfs-endio-write btrfs_work_helper
[ 1558.010158] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1558.010163] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1558.010167] RSP: 0018:ffffaacb97c97888 EFLAGS: 00010246
[ 1558.010172] RAX: 0000000000000000 RBX: ffff9d548202c290 RCX: 0000000000000000
[ 1558.010175] RDX: 0000000000000000 RSI: ffff9d548202c210 RDI: ffffaacb97c978b0
[ 1558.010178] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1558.010181] R10: ffff9d548202c290 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1558.010185] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1558.010188] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 1558.010191] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1558.010194] CR2: 00007fd741c5bbc8 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1558.010198] PKRU: 55555554
[ 1558.010201] Call Trace:
[ 1558.010204]  <TASK>
[ 1558.010213]  submit_one_bio+0xd4/0xe0
[ 1558.010222]  submit_extent_page+0x142/0x550
[ 1558.010241]  read_extent_buffer_pages+0x5c1/0x990
[ 1558.010251]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1558.010257]  ? folio_unlock+0x1d/0x50
[ 1558.010266]  btrfs_read_extent_buffer+0x98/0x150
[ 1558.010274]  read_tree_block+0x43/0xa0
[ 1558.010280]  read_block_for_search+0x218/0x320
[ 1558.010294]  btrfs_search_slot+0x351/0xd30
[ 1558.010304]  ? lock_is_held_type+0xe8/0x140
[ 1558.010314]  btrfs_lookup_csum+0x63/0x150
[ 1558.010324]  btrfs_csum_file_blocks+0x197/0x6c0
[ 1558.010329]  ? sched_clock_cpu+0x9f/0xc0
[ 1558.010335]  ? lock_release+0x14b/0x440
[ 1558.010344]  ? _raw_read_unlock+0x29/0x50
[ 1558.010353]  btrfs_finish_ordered_io+0x441/0x860
[ 1558.010371]  btrfs_work_helper+0xfe/0x400
[ 1558.010376]  ? lock_is_held_type+0xe8/0x140
[ 1558.010385]  process_one_work+0x294/0x5b0
[ 1558.010397]  worker_thread+0x4f/0x3a0
[ 1558.010404]  ? __pfx_worker_thread+0x10/0x10
[ 1558.010408]  kthread+0xf5/0x120
[ 1558.010413]  ? __pfx_kthread+0x10/0x10
[ 1558.010419]  ret_from_fork+0x2c/0x50
[ 1558.010435]  </TASK>
[ 1558.010438] irq event stamp: 180767
[ 1558.010440] hardirqs last  enabled at (180775): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1558.010446] hardirqs last disabled at (180782): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1558.010449] softirqs last  enabled at (179234): [<ffffffff857ef834>] blkg_async_bio_workfn+0x64/0xd0
[ 1558.010454] softirqs last disabled at (179232): [<ffffffff857ef818>] blkg_async_bio_workfn+0x48/0xd0
[ 1558.010458] ---[ end trace 0000000000000000 ]---
[ 1569.712544] ------------[ cut here ]------------
[ 1569.712553] WARNING: CPU: 9 PID: 9909 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1569.712561] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1569.712646]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1569.712701] CPU: 9 PID: 9909 Comm: steam Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1569.712705] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1569.712708] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1569.712711] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1569.712714] RSP: 0018:ffffaacb9801f510 EFLAGS: 00010246
[ 1569.712718] RAX: 0000000000000000 RBX: ffff9d49231cbc50 RCX: 0000000000000000
[ 1569.712720] RDX: 0000000000000000 RSI: ffff9d49231cbbd0 RDI: ffffaacb9801f538
[ 1569.712722] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1569.712724] R10: ffff9d49231cbc50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1569.712726] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1569.712728] FS:  0000000000000000(0000) GS:ffff9d57d8600000(0063) knlGS:00000000e9fffb40
[ 1569.712731] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1569.712733] CR2: 00007f3983aed000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1569.712735] PKRU: 55555554
[ 1569.712738] Call Trace:
[ 1569.712740]  <TASK>
[ 1569.712747]  submit_one_bio+0xd4/0xe0
[ 1569.712754]  submit_extent_page+0x142/0x550
[ 1569.712767]  read_extent_buffer_pages+0x5c1/0x990
[ 1569.712774]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1569.712778]  ? folio_unlock+0x1d/0x50
[ 1569.712785]  btrfs_read_extent_buffer+0x98/0x150
[ 1569.712791]  read_tree_block+0x43/0xa0
[ 1569.712794]  read_block_for_search+0x218/0x320
[ 1569.712804]  btrfs_search_slot+0x351/0xd30
[ 1569.712815]  btrfs_lookup_csum+0x63/0x150
[ 1569.712822]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1569.712832]  btrfs_submit_compressed_read+0x359/0x470
[ 1569.712842]  submit_one_bio+0xc4/0xe0
[ 1569.712847]  ? extent_readahead+0xb7/0x6f0
[ 1569.712849]  extent_readahead+0x6d3/0x6f0
[ 1569.712854]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1569.712867]  read_pages+0x7a/0x300
[ 1569.712874]  page_cache_ra_unbounded+0x131/0x1b0
[ 1569.712882]  filemap_get_pages+0x40e/0x6b0
[ 1569.712888]  ? lock_is_held_type+0xe8/0x140
[ 1569.712898]  filemap_read+0xd7/0x330
[ 1569.712902]  ? lock_is_held_type+0xe8/0x140
[ 1569.712914]  vfs_read+0x243/0x310
[ 1569.712925]  ksys_read+0x64/0xe0
[ 1569.712930]  __do_fast_syscall_32+0x88/0xf0
[ 1569.712934]  ? __do_fast_syscall_32+0x94/0xf0
[ 1569.712938]  ? __do_fast_syscall_32+0x94/0xf0
[ 1569.712942]  ? __do_fast_syscall_32+0x94/0xf0
[ 1569.712944]  ? __do_fast_syscall_32+0x94/0xf0
[ 1569.712947]  ? __do_fast_syscall_32+0x94/0xf0
[ 1569.712952]  do_fast_syscall_32+0x2f/0x70
[ 1569.712956]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1569.712960] RIP: 0023:0xf7fb4579
[ 1569.712980] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1569.712983] RSP: 002b:00000000e9ffb290 EFLAGS: 00200282 ORIG_RAX: 0000000000000003
[ 1569.712986] RAX: ffffffffffffffda RBX: 000000000000000e RCX: 00000000e9ffb4ac
[ 1569.712988] RDX: 0000000000000800 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 1569.712990] RBP: 000000000000000e R08: 00000000e9ffb290 R09: 0000000000000000
[ 1569.712992] R10: 0000000000000000 R11: 0000000000200282 R12: 0000000000000000
[ 1569.712994] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1569.713004]  </TASK>
[ 1569.713006] irq event stamp: 570143
[ 1569.713008] hardirqs last  enabled at (570151): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1569.713012] hardirqs last disabled at (570158): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1569.713015] softirqs last  enabled at (567208): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1569.713019] softirqs last disabled at (567203): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1569.713021] ---[ end trace 0000000000000000 ]---
[ 1571.396099] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1571.396163] [drm] PSP is resuming...
[ 1571.472385] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1571.572835] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1571.586631] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1571.586640] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1571.586647] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1571.586651] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1571.586704] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1571.640800] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1571.642088] [drm] DMUB hardware initialized: version=0x02020017
[ 1571.680078] [drm] kiq ring mec 2 pipe 1 q 0
[ 1571.685617] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1571.685780] [drm] JPEG decode initialized successfully.
[ 1571.685804] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1571.685807] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1571.685809] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1571.685811] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1571.685813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1571.685815] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1571.685817] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1571.685818] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1571.685820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1571.685823] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1571.685825] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1571.685827] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1571.685829] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1571.685831] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1571.685833] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1571.685835] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1571.690758] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1572.407922] gldriverquery[10025]: segfault at 20 ip 00007f0c05dc0800 sp 00007ffd289ceef0 error 4 in libLLVM-15.so[7f0c05a3e000+33d4000] likely on CPU 0 (core 0, socket 0)
[ 1572.407942] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[ 1572.837073] ------------[ cut here ]------------
[ 1572.837084] WARNING: CPU: 13 PID: 9971 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1572.837093] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1572.837255]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1572.837348] CPU: 13 PID: 9971 Comm: CIPCServer::Thr Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1572.837353] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1572.837357] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1572.837362] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1572.837366] RSP: 0018:ffffaacb97e2f368 EFLAGS: 00010246
[ 1572.837372] RAX: 0000000000000000 RBX: ffff9d4b2d9f6e50 RCX: 0000000000000000
[ 1572.837376] RDX: 0000000000000000 RSI: ffff9d4b2d9f6dd0 RDI: ffffaacb97e2f390
[ 1572.837379] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1572.837383] R10: ffff9d4b2d9f6e50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1572.837387] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1572.837390] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0063) knlGS:00000000dfdffb40
[ 1572.837394] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1572.837398] CR2: 00000000dea2b008 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1572.837402] PKRU: 55555554
[ 1572.837406] Call Trace:
[ 1572.837409]  <TASK>
[ 1572.837420]  submit_one_bio+0xd4/0xe0
[ 1572.837430]  submit_extent_page+0x142/0x550
[ 1572.837452]  read_extent_buffer_pages+0x5c1/0x990
[ 1572.837464]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1572.837472]  ? folio_unlock+0x1d/0x50
[ 1572.837482]  btrfs_read_extent_buffer+0x98/0x150
[ 1572.837491]  read_tree_block+0x43/0xa0
[ 1572.837498]  read_block_for_search+0x218/0x320
[ 1572.837514]  btrfs_search_slot+0x351/0xd30
[ 1572.837532]  btrfs_lookup_csum+0x63/0x150
[ 1572.837544]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1572.837562]  btrfs_submit_data_read_bio+0x4e/0x90
[ 1572.837570]  submit_one_bio+0xc4/0xe0
[ 1572.837578]  submit_extent_page+0x142/0x550
[ 1572.837599]  btrfs_do_readpage+0x305/0x770
[ 1572.837607]  ? btrfs_lookup_ordered_range+0x80/0x270
[ 1572.837622]  ? extent_readahead+0xb7/0x6f0
[ 1572.837626]  extent_readahead+0x3f7/0x6f0
[ 1572.837633]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1572.837657]  read_pages+0x7a/0x300
[ 1572.837669]  page_cache_ra_unbounded+0x131/0x1b0
[ 1572.837681]  filemap_get_pages+0x40e/0x6b0
[ 1572.837692]  ? lock_is_held_type+0xe8/0x140
[ 1572.837707]  filemap_read+0xd7/0x330
[ 1572.837714]  ? lock_is_held_type+0xe8/0x140
[ 1572.837736]  vfs_read+0x243/0x310
[ 1572.837753]  ksys_read+0x64/0xe0
[ 1572.837761]  __do_fast_syscall_32+0x88/0xf0
[ 1572.837768]  ? sched_clock_local+0xe/0x80
[ 1572.837775]  ? sched_clock_cpu+0x9f/0xc0
[ 1572.837782]  ? lock_release+0x14b/0x440
[ 1572.837793]  ? up_read+0x17/0x20
[ 1572.837801]  ? lock_is_held_type+0xe8/0x140
[ 1572.837811]  do_fast_syscall_32+0x2f/0x70
[ 1572.837817]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1572.837823] RIP: 0023:0xf7fb4579
[ 1572.837846] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1572.837850] RSP: 002b:00000000dfdfcb60 EFLAGS: 00000282 ORIG_RAX: 0000000000000003
[ 1572.837856] RAX: ffffffffffffffda RBX: 0000000000000059 RCX: 00000000dea2b010
[ 1572.837859] RDX: 00000000000d3edc RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 1572.837863] RBP: 0000000000000059 R08: 00000000dfdfcb60 R09: 0000000000000000
[ 1572.837866] R10: 0000000000000000 R11: 0000000000000282 R12: 0000000000000000
[ 1572.837870] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1572.837887]  </TASK>
[ 1572.837891] irq event stamp: 1089151
[ 1572.837894] hardirqs last  enabled at (1089159): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1572.837900] hardirqs last disabled at (1089166): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1572.837904] softirqs last  enabled at (1086494): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1572.837910] softirqs last disabled at (1086489): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1572.837914] ---[ end trace 0000000000000000 ]---
[ 1578.390756] ------------[ cut here ]------------
[ 1578.390981] WARNING: CPU: 12 PID: 10071 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1578.390994] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1578.391185]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1578.391290] CPU: 12 PID: 10071 Comm: steamweb:gdrv0 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1578.391296] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1578.391300] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1578.391306] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1578.391311] RSP: 0018:ffffaacb982a75b0 EFLAGS: 00010246
[ 1578.391317] RAX: 0000000000000000 RBX: ffff9d548202dcd0 RCX: 0000000000000000
[ 1578.391321] RDX: 0000000000000000 RSI: ffff9d548202dc50 RDI: ffffaacb982a75d8
[ 1578.391325] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1578.391329] R10: ffff9d548202dcd0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1578.391333] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1578.391337] FS:  00007f10c7bfb6c0(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 1578.391342] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1578.391346] CR2: 00007f10d2856c80 CR3: 000000038a9e8000 CR4: 0000000000750ee0
[ 1578.391350] PKRU: 55555554
[ 1578.391354] Call Trace:
[ 1578.391360]  <TASK>
[ 1578.391373]  submit_one_bio+0xd4/0xe0
[ 1578.391386]  submit_extent_page+0x142/0x550
[ 1578.391410]  read_extent_buffer_pages+0x5c1/0x990
[ 1578.391424]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1578.391432]  ? folio_unlock+0x1d/0x50
[ 1578.391444]  btrfs_read_extent_buffer+0x98/0x150
[ 1578.391455]  read_tree_block+0x43/0xa0
[ 1578.391462]  read_block_for_search+0x218/0x320
[ 1578.391481]  btrfs_search_slot+0x351/0xd30
[ 1578.391495]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1578.391506]  btrfs_lookup_file_extent+0x37/0x40
[ 1578.391514]  btrfs_get_extent+0x12a/0x940
[ 1578.391536]  btrfs_do_readpage+0x1d8/0x770
[ 1578.391543]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1578.391559]  ? extent_readahead+0xb7/0x6f0
[ 1578.391563]  extent_readahead+0x3f7/0x6f0
[ 1578.391572]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1578.391597]  read_pages+0x7a/0x300
[ 1578.391611]  page_cache_ra_unbounded+0x131/0x1b0
[ 1578.391624]  filemap_get_pages+0x40e/0x6b0
[ 1578.391636]  ? lock_is_held_type+0xe8/0x140
[ 1578.391654]  filemap_read+0xd7/0x330
[ 1578.391662]  ? lock_is_held_type+0xe8/0x140
[ 1578.391686]  vfs_read+0x243/0x310
[ 1578.391705]  ksys_read+0x64/0xe0
[ 1578.391714]  do_syscall_64+0x5b/0x80
[ 1578.391722]  ? do_syscall_64+0x67/0x80
[ 1578.391728]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1578.391734]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1578.391742] RIP: 0033:0x7f10e5f1eafc
[ 1578.391779] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 1578.391784] RSP: 002b:00007f10c7bf81b0 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 1578.391790] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f10e5f1eafc
[ 1578.391793] RDX: 00000000000000cd RSI: 00003dcf09710000 RDI: 0000000000000033
[ 1578.391797] RBP: 0000000000000033 R08: 0000000000000000 R09: 0000000000000073
[ 1578.391800] R10: 0000000000001000 R11: 0000000000000246 R12: 00003dcf09710000
[ 1578.391804] R13: 00003dcf097edcb0 R14: 00000000000000cd R15: 00007f10c7bf8328
[ 1578.391822]  </TASK>
[ 1578.391826] irq event stamp: 5441
[ 1578.391830] hardirqs last  enabled at (5449): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1578.391837] hardirqs last disabled at (5456): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1578.391842] softirqs last  enabled at (3822): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1578.391849] softirqs last disabled at (3817): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1578.391854] ---[ end trace 0000000000000000 ]---
[ 1579.625363] ------------[ cut here ]------------
[ 1579.625371] WARNING: CPU: 13 PID: 10021 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1579.625378] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1579.625463]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1579.625518] CPU: 13 PID: 10021 Comm: CHTTPCacheFileT Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1579.625522] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1579.625524] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1579.625527] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1579.625530] RSP: 0018:ffffaacb8773b580 EFLAGS: 00010246
[ 1579.625533] RAX: 0000000000000000 RBX: ffff9d491b1fc7d0 RCX: 0000000000000000
[ 1579.625536] RDX: 0000000000000000 RSI: ffff9d491b1fc750 RDI: ffffaacb8773b5a8
[ 1579.625538] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1579.625540] R10: ffff9d491b1fc7d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1579.625542] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1579.625544] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0063) knlGS:00000000dd5ffb40
[ 1579.625547] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1579.625549] CR2: 00000000d355d004 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1579.625551] PKRU: 55555554
[ 1579.625554] Call Trace:
[ 1579.625556]  <TASK>
[ 1579.625563]  submit_one_bio+0xd4/0xe0
[ 1579.625570]  submit_extent_page+0x142/0x550
[ 1579.625582]  read_extent_buffer_pages+0x5c1/0x990
[ 1579.625590]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.625594]  ? folio_unlock+0x1d/0x50
[ 1579.625601]  btrfs_read_extent_buffer+0x98/0x150
[ 1579.625606]  read_tree_block+0x43/0xa0
[ 1579.625610]  read_block_for_search+0x218/0x320
[ 1579.625620]  btrfs_search_slot+0x351/0xd30
[ 1579.625628]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1579.625634]  btrfs_lookup_file_extent+0x37/0x40
[ 1579.625638]  btrfs_get_extent+0x12a/0x940
[ 1579.625650]  btrfs_do_readpage+0x1d8/0x770
[ 1579.625654]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1579.625662]  ? extent_readahead+0xb7/0x6f0
[ 1579.625664]  extent_readahead+0x3f7/0x6f0
[ 1579.625669]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.625682]  read_pages+0x7a/0x300
[ 1579.625689]  page_cache_ra_unbounded+0x131/0x1b0
[ 1579.625697]  filemap_get_pages+0x40e/0x6b0
[ 1579.625703]  ? lock_is_held_type+0xe8/0x140
[ 1579.625712]  filemap_read+0xd7/0x330
[ 1579.625717]  ? lock_is_held_type+0xe8/0x140
[ 1579.625729]  vfs_read+0x243/0x310
[ 1579.625739]  ksys_read+0x64/0xe0
[ 1579.625744]  __do_fast_syscall_32+0x88/0xf0
[ 1579.625748]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.625752]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.625757]  do_fast_syscall_32+0x2f/0x70
[ 1579.625761]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1579.625765] RIP: 0023:0xf7fb4579
[ 1579.625785] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1579.625788] RSP: 002b:00000000dd5fd7d0 EFLAGS: 00000286 ORIG_RAX: 0000000000000003
[ 1579.625791] RAX: ffffffffffffffda RBX: 0000000000000061 RCX: 00000000d355bdf0
[ 1579.625793] RDX: 00000000000007d0 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 1579.625795] RBP: 0000000000000061 R08: 00000000dd5fd7d0 R09: 0000000000000000
[ 1579.625797] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1579.625799] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1579.625809]  </TASK>
[ 1579.625811] irq event stamp: 35211
[ 1579.625813] hardirqs last  enabled at (35219): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1579.625817] hardirqs last disabled at (35226): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1579.625820] softirqs last  enabled at (32540): [<ffffffff856ae7d2>] zstd_put_workspace+0x82/0x160
[ 1579.625824] softirqs last disabled at (32538): [<ffffffff856ae76a>] zstd_put_workspace+0x1a/0x160
[ 1579.625826] ---[ end trace 0000000000000000 ]---
[ 1579.632717] ------------[ cut here ]------------
[ 1579.632723] WARNING: CPU: 13 PID: 10021 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1579.632729] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1579.632811]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1579.632864] CPU: 13 PID: 10021 Comm: CHTTPCacheFileT Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1579.632867] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1579.632869] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1579.632873] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1579.632875] RSP: 0018:ffffaacb8773b4b8 EFLAGS: 00010246
[ 1579.632879] RAX: 0000000000000000 RBX: ffff9d491b1ff550 RCX: 0000000000000000
[ 1579.632881] RDX: 0000000000000000 RSI: ffff9d491b1ff4d0 RDI: ffffaacb8773b4e0
[ 1579.632883] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1579.632885] R10: ffff9d491b1ff550 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1579.632887] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1579.632890] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0063) knlGS:00000000dd5ffb40
[ 1579.632892] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1579.632894] CR2: 00000000d357474c CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1579.632897] PKRU: 55555554
[ 1579.632899] Call Trace:
[ 1579.632901]  <TASK>
[ 1579.632907]  submit_one_bio+0xd4/0xe0
[ 1579.632914]  submit_extent_page+0x142/0x550
[ 1579.632927]  read_extent_buffer_pages+0x5c1/0x990
[ 1579.632934]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.632938]  ? folio_unlock+0x1d/0x50
[ 1579.632945]  btrfs_read_extent_buffer+0x98/0x150
[ 1579.632950]  read_tree_block+0x43/0xa0
[ 1579.632954]  read_block_for_search+0x218/0x320
[ 1579.632964]  btrfs_search_slot+0x351/0xd30
[ 1579.632972]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1579.632978]  btrfs_lookup_file_extent+0x37/0x40
[ 1579.632982]  btrfs_get_extent+0x12a/0x940
[ 1579.632994]  btrfs_do_readpage+0x1d8/0x770
[ 1579.632997]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1579.633005]  ? extent_readahead+0xb7/0x6f0
[ 1579.633008]  extent_readahead+0x3f7/0x6f0
[ 1579.633012]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.633026]  read_pages+0x7a/0x300
[ 1579.633032]  page_cache_ra_unbounded+0x131/0x1b0
[ 1579.633040]  filemap_get_pages+0x40e/0x6b0
[ 1579.633046]  ? lock_is_held_type+0xe8/0x140
[ 1579.633056]  filemap_read+0xd7/0x330
[ 1579.633060]  ? lock_is_held_type+0xe8/0x140
[ 1579.633073]  vfs_read+0x243/0x310
[ 1579.633083]  ksys_read+0x64/0xe0
[ 1579.633087]  __do_fast_syscall_32+0x88/0xf0
[ 1579.633092]  ? lock_is_held_type+0xe8/0x140
[ 1579.633095]  ? sched_clock_local+0xe/0x80
[ 1579.633100]  ? sched_clock_cpu+0x9f/0xc0
[ 1579.633105]  ? lock_release+0x14b/0x440
[ 1579.633111]  ? up_read+0x17/0x20
[ 1579.633116]  ? lock_is_held_type+0xe8/0x140
[ 1579.633122]  do_fast_syscall_32+0x2f/0x70
[ 1579.633126]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1579.633149] RIP: 0023:0xf7fb4579
[ 1579.633163] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1579.633167] RSP: 002b:00000000dd5fd7d0 EFLAGS: 00000286 ORIG_RAX: 0000000000000003
[ 1579.633173] RAX: ffffffffffffffda RBX: 0000000000000061 RCX: 00000000d3573e90
[ 1579.633177] RDX: 00000000000008b5 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 1579.633181] RBP: 0000000000000061 R08: 00000000dd5fd7d0 R09: 0000000000000000
[ 1579.633185] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1579.633189] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1579.633203]  </TASK>
[ 1579.633205] irq event stamp: 46129
[ 1579.633207] hardirqs last  enabled at (46137): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1579.633211] hardirqs last disabled at (46144): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1579.633214] softirqs last  enabled at (44472): [<ffffffff856ae7d2>] zstd_put_workspace+0x82/0x160
[ 1579.633217] softirqs last disabled at (44470): [<ffffffff856ae76a>] zstd_put_workspace+0x1a/0x160
[ 1579.633219] ---[ end trace 0000000000000000 ]---
[ 1579.838660] ------------[ cut here ]------------
[ 1579.838671] WARNING: CPU: 5 PID: 10021 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1579.838681] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1579.838835]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1579.838937] CPU: 5 PID: 10021 Comm: CHTTPCacheFileT Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1579.838943] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1579.838947] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1579.838953] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1579.838957] RSP: 0018:ffffaacb8773b4b8 EFLAGS: 00010246
[ 1579.838964] RAX: 0000000000000000 RBX: ffff9d4cbfcd4d10 RCX: 0000000000000000
[ 1579.838968] RDX: 0000000000000000 RSI: ffff9d4cbfcd4c90 RDI: ffffaacb8773b4e0
[ 1579.838972] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1579.838976] R10: ffff9d4cbfcd4d10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1579.838980] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1579.838985] FS:  0000000000000000(0000) GS:ffff9d57d7600000(0063) knlGS:00000000dd5ffb40
[ 1579.838989] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1579.838993] CR2: 00007f6cf0eb3820 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1579.838998] PKRU: 55555554
[ 1579.839002] Call Trace:
[ 1579.839006]  <TASK>
[ 1579.839018]  submit_one_bio+0xd4/0xe0
[ 1579.839028]  submit_extent_page+0x142/0x550
[ 1579.839052]  read_extent_buffer_pages+0x5c1/0x990
[ 1579.839066]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.839074]  ? folio_unlock+0x1d/0x50
[ 1579.839083]  btrfs_read_extent_buffer+0x98/0x150
[ 1579.839093]  read_tree_block+0x43/0xa0
[ 1579.839099]  read_block_for_search+0x218/0x320
[ 1579.839116]  btrfs_search_slot+0x351/0xd30
[ 1579.839157]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1579.839168]  btrfs_lookup_file_extent+0x37/0x40
[ 1579.839176]  btrfs_get_extent+0x12a/0x940
[ 1579.839197]  btrfs_do_readpage+0x1d8/0x770
[ 1579.839204]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1579.839218]  ? extent_readahead+0xb7/0x6f0
[ 1579.839223]  extent_readahead+0x3f7/0x6f0
[ 1579.839231]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.839256]  read_pages+0x7a/0x300
[ 1579.839268]  page_cache_ra_unbounded+0x131/0x1b0
[ 1579.839281]  filemap_get_pages+0x40e/0x6b0
[ 1579.839292]  ? lock_is_held_type+0xe8/0x140
[ 1579.839309]  filemap_read+0xd7/0x330
[ 1579.839316]  ? lock_is_held_type+0xe8/0x140
[ 1579.839340]  vfs_read+0x243/0x310
[ 1579.839358]  ksys_read+0x64/0xe0
[ 1579.839366]  __do_fast_syscall_32+0x88/0xf0
[ 1579.839372]  ? lock_is_held_type+0xe8/0x140
[ 1579.839382]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839388]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1579.839394]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839401]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839408]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839414]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1579.839420]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839425]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839431]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839436]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839440]  ? __do_fast_syscall_32+0x94/0xf0
[ 1579.839448]  do_fast_syscall_32+0x2f/0x70
[ 1579.839455]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1579.839461] RIP: 0023:0xf7fb4579
[ 1579.839484] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1579.839489] RSP: 002b:00000000dd5fd7d0 EFLAGS: 00000286 ORIG_RAX: 0000000000000003
[ 1579.839495] RAX: ffffffffffffffda RBX: 0000000000000061 RCX: 00000000d3590be0
[ 1579.839499] RDX: 0000000000000597 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 1579.839503] RBP: 0000000000000061 R08: 00000000dd5fd7d0 R09: 0000000000000000
[ 1579.839506] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 1579.839510] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1579.839529]  </TASK>
[ 1579.839532] irq event stamp: 319517
[ 1579.839536] hardirqs last  enabled at (319525): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1579.839543] hardirqs last disabled at (319532): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1579.839547] softirqs last  enabled at (319190): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1579.839554] softirqs last disabled at (319185): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1579.839558] ---[ end trace 0000000000000000 ]---
[ 1579.984244] ------------[ cut here ]------------
[ 1579.984254] WARNING: CPU: 12 PID: 10042 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1579.984262] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1579.984378]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1579.984441] CPU: 12 PID: 10042 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1579.984445] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1579.984447] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1579.984451] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1579.984453] RSP: 0018:ffffaacb982273d8 EFLAGS: 00010246
[ 1579.984457] RAX: 0000000000000000 RBX: ffff9d548202f550 RCX: 0000000000000000
[ 1579.984459] RDX: 0000000000000000 RSI: ffff9d548202f4d0 RDI: ffffaacb98227400
[ 1579.984461] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1579.984463] R10: ffff9d548202f550 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1579.984466] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1579.984468] FS:  00007f9e978c76c0(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 1579.984470] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1579.984472] CR2: 000013856af13008 CR3: 000000018ff90000 CR4: 0000000000750ee0
[ 1579.984475] PKRU: 55555554
[ 1579.984477] Call Trace:
[ 1579.984480]  <TASK>
[ 1579.984487]  submit_one_bio+0xd4/0xe0
[ 1579.984494]  submit_extent_page+0x142/0x550
[ 1579.984507]  read_extent_buffer_pages+0x5c1/0x990
[ 1579.984514]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.984519]  ? folio_unlock+0x1d/0x50
[ 1579.984525]  btrfs_read_extent_buffer+0x98/0x150
[ 1579.984531]  read_tree_block+0x43/0xa0
[ 1579.984534]  read_block_for_search+0x218/0x320
[ 1579.984545]  btrfs_search_slot+0x351/0xd30
[ 1579.984555]  btrfs_lookup_csum+0x63/0x150
[ 1579.984562]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1579.984573]  btrfs_submit_compressed_read+0x359/0x470
[ 1579.984582]  submit_one_bio+0xc4/0xe0
[ 1579.984587]  submit_extent_page+0x4e2/0x550
[ 1579.984599]  btrfs_do_readpage+0x305/0x770
[ 1579.984604]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 1579.984612]  ? extent_readahead+0xb7/0x6f0
[ 1579.984615]  extent_readahead+0x3f7/0x6f0
[ 1579.984619]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1579.984632]  read_pages+0x7a/0x300
[ 1579.984640]  page_cache_ra_unbounded+0x131/0x1b0
[ 1579.984647]  filemap_get_pages+0x40e/0x6b0
[ 1579.984653]  ? lock_is_held_type+0xe8/0x140
[ 1579.984663]  filemap_read+0xd7/0x330
[ 1579.984667]  ? lock_is_held_type+0xe8/0x140
[ 1579.984680]  vfs_read+0x243/0x310
[ 1579.984690]  ksys_read+0x64/0xe0
[ 1579.984695]  do_syscall_64+0x5b/0x80
[ 1579.984700]  ? asm_exc_page_fault+0x22/0x30
[ 1579.984705]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1579.984708]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1579.984712] RIP: 0033:0x7f9ea951eafc
[ 1579.984733] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 1579.984735] RSP: 002b:00007f9e978c4530 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 1579.984739] RAX: ffffffffffffffda RBX: 00007f9e978c4560 RCX: 00007f9ea951eafc
[ 1579.984741] RDX: 0000000000008000 RSI: 000013856af13000 RDI: 0000000000000058
[ 1579.984743] RBP: 00007f9e978c4600 R08: 0000000000000000 R09: 0000000000000000
[ 1579.984745] R10: 00007fff60552080 R11: 0000000000000246 R12: 000013856ad782c0
[ 1579.984747] R13: 000013856ad782a0 R14: 000013856af13000 R15: 0000000000008000
[ 1579.984757]  </TASK>
[ 1579.984759] irq event stamp: 24867
[ 1579.984761] hardirqs last  enabled at (24875): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1579.984766] hardirqs last disabled at (24882): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1579.984768] softirqs last  enabled at (23472): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1579.984772] softirqs last disabled at (23465): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1579.984774] ---[ end trace 0000000000000000 ]---
[ 1596.043558] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1596.043601] [drm] PSP is resuming...
[ 1596.119508] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1596.221938] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1596.235748] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1596.235776] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1596.235788] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1596.235793] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1596.235846] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1596.290820] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1596.292205] [drm] DMUB hardware initialized: version=0x02020017
[ 1596.330058] [drm] kiq ring mec 2 pipe 1 q 0
[ 1596.335774] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1596.335937] [drm] JPEG decode initialized successfully.
[ 1596.335962] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1596.335965] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1596.335968] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1596.335970] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1596.335972] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1596.335974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1596.335976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1596.335978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1596.335980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1596.335982] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1596.335984] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1596.335986] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1596.335989] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1596.335991] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1596.335993] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1596.335995] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1596.340162] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1616.451391] ------------[ cut here ]------------
[ 1616.451516] WARNING: CPU: 11 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1616.451524] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1616.451619]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1616.451683] CPU: 11 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1616.451687] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1616.451690] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1616.451693] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1616.451696] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1616.451700] RAX: 0000000000000000 RBX: ffff9d4998f40290 RCX: 0000000000000000
[ 1616.451703] RDX: 0000000000000000 RSI: ffff9d4998f40210 RDI: ffffaacb84d27810
[ 1616.451705] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1616.451708] R10: ffff9d4998f40290 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1616.451710] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1616.451712] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0000) knlGS:0000000000000000
[ 1616.451715] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1616.451718] CR2: 000037300250f000 CR3: 000000019cf10000 CR4: 0000000000750ee0
[ 1616.451720] PKRU: 55555554
[ 1616.451723] Call Trace:
[ 1616.451725]  <TASK>
[ 1616.451733]  submit_one_bio+0xd4/0xe0
[ 1616.451740]  submit_extent_page+0x142/0x550
[ 1616.451754]  read_extent_buffer_pages+0x5c1/0x990
[ 1616.451762]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1616.451767]  ? folio_unlock+0x1d/0x50
[ 1616.451774]  btrfs_read_extent_buffer+0x98/0x150
[ 1616.451781]  read_tree_block+0x43/0xa0
[ 1616.451785]  read_block_for_search+0x218/0x320
[ 1616.451796]  btrfs_search_slot+0x351/0xd30
[ 1616.451800]  ? lock_is_held_type+0xe8/0x140
[ 1616.451809]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1616.451813]  ? kmem_cache_alloc+0x194/0x380
[ 1616.451819]  btrfs_del_csums+0x116/0x3b0
[ 1616.451825]  ? lock_release+0x14b/0x440
[ 1616.451832]  ? _raw_read_unlock+0x29/0x50
[ 1616.451839]  __btrfs_free_extent+0x486/0x7c0
[ 1616.451850]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1616.451866]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1616.451873]  btrfs_commit_transaction+0x93/0xed0
[ 1616.451885]  transaction_kthread+0x142/0x1b0
[ 1616.451892]  ? __pfx_transaction_kthread+0x10/0x10
[ 1616.451895]  kthread+0xf5/0x120
[ 1616.451898]  ? __pfx_kthread+0x10/0x10
[ 1616.451903]  ret_from_fork+0x2c/0x50
[ 1616.451916]  </TASK>
[ 1616.451918] irq event stamp: 10220361
[ 1616.451920] hardirqs last  enabled at (10220369): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1616.451924] hardirqs last disabled at (10220376): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1616.451928] softirqs last  enabled at (10217962): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.451931] softirqs last disabled at (10217953): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.451934] ---[ end trace 0000000000000000 ]---
[ 1616.796283] ------------[ cut here ]------------
[ 1616.796291] WARNING: CPU: 8 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1616.796300] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1616.796429]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1616.796513] CPU: 8 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1616.796517] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1616.796521] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1616.796526] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1616.796530] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1616.796535] RAX: 0000000000000000 RBX: ffff9d4b2d9f6050 RCX: 0000000000000000
[ 1616.796539] RDX: 0000000000000000 RSI: ffff9d4b2d9f5fd0 RDI: ffffaacb84d27810
[ 1616.796542] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1616.796545] R10: ffff9d4b2d9f6050 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1616.796548] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1616.796552] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 1616.796556] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1616.796559] CR2: 0000019596889000 CR3: 000000012699a000 CR4: 0000000000750ee0
[ 1616.796563] PKRU: 55555554
[ 1616.796566] Call Trace:
[ 1616.796569]  <TASK>
[ 1616.796579]  submit_one_bio+0xd4/0xe0
[ 1616.796588]  submit_extent_page+0x142/0x550
[ 1616.796608]  read_extent_buffer_pages+0x5c1/0x990
[ 1616.796619]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1616.796626]  ? folio_unlock+0x1d/0x50
[ 1616.796635]  btrfs_read_extent_buffer+0x98/0x150
[ 1616.796644]  read_tree_block+0x43/0xa0
[ 1616.796650]  read_block_for_search+0x218/0x320
[ 1616.796665]  btrfs_search_slot+0x351/0xd30
[ 1616.796669]  ? lock_is_held_type+0xe8/0x140
[ 1616.796681]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1616.796686]  ? kmem_cache_alloc+0x194/0x380
[ 1616.796694]  btrfs_del_csums+0x116/0x3b0
[ 1616.796702]  ? lock_release+0x14b/0x440
[ 1616.796712]  ? _raw_read_unlock+0x29/0x50
[ 1616.796721]  __btrfs_free_extent+0x486/0x7c0
[ 1616.796737]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1616.796760]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1616.796771]  btrfs_commit_transaction+0x93/0xed0
[ 1616.796788]  transaction_kthread+0x142/0x1b0
[ 1616.796796]  ? __pfx_transaction_kthread+0x10/0x10
[ 1616.796800]  kthread+0xf5/0x120
[ 1616.796805]  ? __pfx_kthread+0x10/0x10
[ 1616.796811]  ret_from_fork+0x2c/0x50
[ 1616.796829]  </TASK>
[ 1616.796832] irq event stamp: 10375199
[ 1616.796836] hardirqs last  enabled at (10375207): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1616.796841] hardirqs last disabled at (10375214): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1616.796844] softirqs last  enabled at (10373892): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.796849] softirqs last disabled at (10373883): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.796853] ---[ end trace 0000000000000000 ]---
[ 1616.822946] ------------[ cut here ]------------
[ 1616.822955] WARNING: CPU: 12 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1616.822962] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1616.823058]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1616.823122] CPU: 12 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1616.823126] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1616.823142] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1616.823146] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1616.823149] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1616.823153] RAX: 0000000000000000 RBX: ffff9d548202ead0 RCX: 0000000000000000
[ 1616.823156] RDX: 0000000000000000 RSI: ffff9d548202ea50 RDI: ffffaacb84d27810
[ 1616.823158] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1616.823160] R10: ffff9d548202ead0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1616.823163] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1616.823165] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 1616.823168] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1616.823170] CR2: 00003dcf0b357000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1616.823173] PKRU: 55555554
[ 1616.823176] Call Trace:
[ 1616.823178]  <TASK>
[ 1616.823186]  submit_one_bio+0xd4/0xe0
[ 1616.823193]  submit_extent_page+0x142/0x550
[ 1616.823208]  read_extent_buffer_pages+0x5c1/0x990
[ 1616.823216]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1616.823221]  ? folio_unlock+0x1d/0x50
[ 1616.823228]  btrfs_read_extent_buffer+0x98/0x150
[ 1616.823234]  read_tree_block+0x43/0xa0
[ 1616.823238]  read_block_for_search+0x218/0x320
[ 1616.823249]  btrfs_search_slot+0x351/0xd30
[ 1616.823253]  ? lock_is_held_type+0xe8/0x140
[ 1616.823261]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1616.823265]  ? kmem_cache_alloc+0x194/0x380
[ 1616.823271]  btrfs_del_csums+0x116/0x3b0
[ 1616.823277]  ? lock_release+0x14b/0x440
[ 1616.823285]  ? _raw_read_unlock+0x29/0x50
[ 1616.823291]  __btrfs_free_extent+0x486/0x7c0
[ 1616.823302]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1616.823319]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1616.823326]  btrfs_commit_transaction+0x93/0xed0
[ 1616.823338]  transaction_kthread+0x142/0x1b0
[ 1616.823344]  ? __pfx_transaction_kthread+0x10/0x10
[ 1616.823348]  kthread+0xf5/0x120
[ 1616.823351]  ? __pfx_kthread+0x10/0x10
[ 1616.823356]  ret_from_fork+0x2c/0x50
[ 1616.823368]  </TASK>
[ 1616.823371] irq event stamp: 10387919
[ 1616.823373] hardirqs last  enabled at (10387927): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1616.823377] hardirqs last disabled at (10387934): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1616.823380] softirqs last  enabled at (10384674): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.823384] softirqs last disabled at (10384629): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.823386] ---[ end trace 0000000000000000 ]---
[ 1616.844735] ------------[ cut here ]------------
[ 1616.844743] WARNING: CPU: 2 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1616.844751] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1616.844857]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1616.844919] CPU: 2 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1616.844922] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1616.844925] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1616.844929] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1616.844932] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1616.844936] RAX: 0000000000000000 RBX: ffff9d54816be3d0 RCX: 0000000000000000
[ 1616.844938] RDX: 0000000000000000 RSI: ffff9d54816be350 RDI: ffffaacb84d27810
[ 1616.844941] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1616.844943] R10: ffff9d54816be3d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1616.844945] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1616.844948] FS:  0000000000000000(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 1616.844950] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1616.844953] CR2: 00007fdebf8f6598 CR3: 000000038a9e8000 CR4: 0000000000750ee0
[ 1616.844956] PKRU: 55555554
[ 1616.844958] Call Trace:
[ 1616.844961]  <TASK>
[ 1616.844968]  submit_one_bio+0xd4/0xe0
[ 1616.844975]  submit_extent_page+0x142/0x550
[ 1616.844990]  read_extent_buffer_pages+0x5c1/0x990
[ 1616.844998]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1616.845003]  ? folio_unlock+0x1d/0x50
[ 1616.845010]  btrfs_read_extent_buffer+0x98/0x150
[ 1616.845016]  read_tree_block+0x43/0xa0
[ 1616.845020]  read_block_for_search+0x218/0x320
[ 1616.845037]  btrfs_search_slot+0x351/0xd30
[ 1616.845042]  ? lock_is_held_type+0xe8/0x140
[ 1616.845055]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1616.845061]  ? kmem_cache_alloc+0x194/0x380
[ 1616.845071]  btrfs_del_csums+0x116/0x3b0
[ 1616.845080]  ? lock_release+0x14b/0x440
[ 1616.845093]  ? _raw_read_unlock+0x29/0x50
[ 1616.845103]  __btrfs_free_extent+0x486/0x7c0
[ 1616.845121]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1616.845176]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1616.845188]  btrfs_commit_transaction+0x93/0xed0
[ 1616.845208]  transaction_kthread+0x142/0x1b0
[ 1616.845218]  ? __pfx_transaction_kthread+0x10/0x10
[ 1616.845223]  kthread+0xf5/0x120
[ 1616.845228]  ? __pfx_kthread+0x10/0x10
[ 1616.845236]  ret_from_fork+0x2c/0x50
[ 1616.845257]  </TASK>
[ 1616.845261] irq event stamp: 10401705
[ 1616.845264] hardirqs last  enabled at (10401713): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1616.845271] hardirqs last disabled at (10401720): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1616.845276] softirqs last  enabled at (10401640): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.845281] softirqs last disabled at (10401635): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.845286] ---[ end trace 0000000000000000 ]---
[ 1616.884352] ------------[ cut here ]------------
[ 1616.884486] WARNING: CPU: 8 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1616.884494] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1616.884593]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1616.884660] CPU: 8 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1616.884663] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1616.884666] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1616.884670] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1616.884673] RSP: 0018:ffffaacb84d277e0 EFLAGS: 00010246
[ 1616.884677] RAX: 0000000000000000 RBX: ffff9d4b2d9f6590 RCX: 0000000000000000
[ 1616.884680] RDX: 0000000000000000 RSI: ffff9d4b2d9f6510 RDI: ffffaacb84d27808
[ 1616.884682] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1616.884685] R10: ffff9d4b2d9f6590 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1616.884687] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1616.884690] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 1616.884693] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1616.884695] CR2: 00003dcf0b357000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1616.884698] PKRU: 55555554
[ 1616.884700] Call Trace:
[ 1616.884703]  <TASK>
[ 1616.884710]  submit_one_bio+0xd4/0xe0
[ 1616.884718]  submit_extent_page+0x142/0x550
[ 1616.884732]  read_extent_buffer_pages+0x5c1/0x990
[ 1616.884740]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1616.884745]  ? folio_unlock+0x1d/0x50
[ 1616.884752]  btrfs_read_extent_buffer+0x98/0x150
[ 1616.884759]  read_tree_block+0x43/0xa0
[ 1616.884763]  btrfs_read_node_slot+0x110/0x150
[ 1616.884770]  push_leaf_right+0xa8/0x1e0
[ 1616.884779]  btrfs_del_items+0x487/0x4c0
[ 1616.884789]  btrfs_del_csums+0x1e7/0x3b0
[ 1616.884795]  ? lock_release+0x14b/0x440
[ 1616.884803]  ? _raw_read_unlock+0x29/0x50
[ 1616.884811]  __btrfs_free_extent+0x486/0x7c0
[ 1616.884822]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1616.884839]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1616.884846]  btrfs_commit_transaction+0x93/0xed0
[ 1616.884858]  transaction_kthread+0x142/0x1b0
[ 1616.884864]  ? __pfx_transaction_kthread+0x10/0x10
[ 1616.884867]  kthread+0xf5/0x120
[ 1616.884871]  ? __pfx_kthread+0x10/0x10
[ 1616.884876]  ret_from_fork+0x2c/0x50
[ 1616.884888]  </TASK>
[ 1616.884891] irq event stamp: 10424655
[ 1616.884893] hardirqs last  enabled at (10424663): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1616.884897] hardirqs last disabled at (10424670): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1616.884900] softirqs last  enabled at (10423310): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.884904] softirqs last disabled at (10423301): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.884907] ---[ end trace 0000000000000000 ]---
[ 1616.927487] ------------[ cut here ]------------
[ 1616.927495] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1616.927502] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1616.927599]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1616.927662] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1616.927665] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1616.927668] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1616.927671] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1616.927674] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1616.927678] RAX: 0000000000000000 RBX: ffff9d53f2e16910 RCX: 0000000000000000
[ 1616.927681] RDX: 0000000000000000 RSI: ffff9d53f2e16890 RDI: ffffaacb84d27810
[ 1616.927683] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1616.927686] R10: ffff9d53f2e16910 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1616.927688] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1616.927690] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 1616.927693] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1616.927696] CR2: 00000000bd033000 CR3: 000000038a9e8000 CR4: 0000000000750ee0
[ 1616.927698] PKRU: 55555554
[ 1616.927701] Call Trace:
[ 1616.927703]  <TASK>
[ 1616.927711]  submit_one_bio+0xd4/0xe0
[ 1616.927718]  submit_extent_page+0x142/0x550
[ 1616.927732]  read_extent_buffer_pages+0x5c1/0x990
[ 1616.927740]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1616.927745]  ? folio_unlock+0x1d/0x50
[ 1616.927752]  btrfs_read_extent_buffer+0x98/0x150
[ 1616.927758]  read_tree_block+0x43/0xa0
[ 1616.927762]  read_block_for_search+0x218/0x320
[ 1616.927773]  btrfs_search_slot+0x351/0xd30
[ 1616.927777]  ? lock_is_held_type+0xe8/0x140
[ 1616.927786]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1616.927790]  ? kmem_cache_alloc+0x194/0x380
[ 1616.927796]  btrfs_del_csums+0x116/0x3b0
[ 1616.927801]  ? lock_release+0x14b/0x440
[ 1616.927809]  ? _raw_read_unlock+0x29/0x50
[ 1616.927815]  __btrfs_free_extent+0x486/0x7c0
[ 1616.927826]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1616.927842]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1616.927849]  btrfs_commit_transaction+0x93/0xed0
[ 1616.927861]  transaction_kthread+0x142/0x1b0
[ 1616.927867]  ? __pfx_transaction_kthread+0x10/0x10
[ 1616.927870]  kthread+0xf5/0x120
[ 1616.927874]  ? __pfx_kthread+0x10/0x10
[ 1616.927879]  ret_from_fork+0x2c/0x50
[ 1616.927892]  </TASK>
[ 1616.927894] irq event stamp: 10449785
[ 1616.927896] hardirqs last  enabled at (10449793): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1616.927900] hardirqs last disabled at (10449800): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1616.927903] softirqs last  enabled at (10448442): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.927907] softirqs last disabled at (10448437): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1616.927910] ---[ end trace 0000000000000000 ]---
[ 1617.832163] ------------[ cut here ]------------
[ 1617.832275] WARNING: CPU: 14 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1617.832285] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1617.832414]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1617.832499] CPU: 14 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1617.832504] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1617.832508] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1617.832513] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1617.832517] RSP: 0018:ffffaacb84d279c0 EFLAGS: 00010246
[ 1617.832522] RAX: 0000000000000000 RBX: ffff9d49916b31d0 RCX: 0000000000000000
[ 1617.832525] RDX: 0000000000000000 RSI: ffff9d49916b3150 RDI: ffffaacb84d279e8
[ 1617.832528] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1617.832532] R10: ffff9d49916b31d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1617.832535] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1617.832538] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0000) knlGS:0000000000000000
[ 1617.832541] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1617.832544] CR2: 00007f9e7a0704ac CR3: 0000000128cb0000 CR4: 0000000000750ee0
[ 1617.832548] PKRU: 55555554
[ 1617.832551] Call Trace:
[ 1617.832554]  <TASK>
[ 1617.832565]  submit_one_bio+0xd4/0xe0
[ 1617.832581]  submit_extent_page+0x142/0x550
[ 1617.832599]  read_extent_buffer_pages+0x5c1/0x990
[ 1617.832611]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1617.832617]  ? folio_unlock+0x1d/0x50
[ 1617.832629]  btrfs_read_extent_buffer+0x98/0x150
[ 1617.832637]  read_tree_block+0x43/0xa0
[ 1617.832642]  read_block_for_search+0x218/0x320
[ 1617.832659]  btrfs_search_slot+0x351/0xd30
[ 1617.832670]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1617.832679]  btrfs_lookup_inode+0x41/0xb0
[ 1617.832688]  __btrfs_update_delayed_inode+0x5f/0x240
[ 1617.832702]  __btrfs_run_delayed_items+0x17e/0x230
[ 1617.832710]  btrfs_commit_transaction+0x1a3/0xed0
[ 1617.832725]  transaction_kthread+0x142/0x1b0
[ 1617.832733]  ? __pfx_transaction_kthread+0x10/0x10
[ 1617.832737]  kthread+0xf5/0x120
[ 1617.832742]  ? __pfx_kthread+0x10/0x10
[ 1617.832748]  ret_from_fork+0x2c/0x50
[ 1617.832763]  </TASK>
[ 1617.832766] irq event stamp: 11011343
[ 1617.832768] hardirqs last  enabled at (11011351): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1617.832774] hardirqs last disabled at (11011358): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1617.832777] softirqs last  enabled at (11010218): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1617.832782] softirqs last disabled at (11010209): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1617.832785] ---[ end trace 0000000000000000 ]---
[ 1621.883627] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1621.883679] [drm] PSP is resuming...
[ 1621.959724] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1622.060272] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1622.074080] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1622.074086] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1622.074092] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1622.074096] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1622.074164] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1622.128181] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1622.129566] [drm] DMUB hardware initialized: version=0x02020017
[ 1622.168606] [drm] kiq ring mec 2 pipe 1 q 0
[ 1622.173520] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1622.173784] [drm] JPEG decode initialized successfully.
[ 1622.173807] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1622.173810] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1622.173812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1622.173814] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1622.173816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1622.173818] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1622.173820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1622.173822] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1622.173824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1622.173827] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1622.173829] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1622.173831] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1622.173833] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1622.173835] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1622.173837] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1622.173839] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1622.177380] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1644.755570] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1644.755611] [drm] PSP is resuming...
[ 1644.831274] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1644.931383] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1644.945110] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1644.945151] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1644.945162] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1644.945166] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1644.945219] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1644.999740] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1645.001136] [drm] DMUB hardware initialized: version=0x02020017
[ 1645.039735] [drm] kiq ring mec 2 pipe 1 q 0
[ 1645.044832] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1645.045342] [drm] JPEG decode initialized successfully.
[ 1645.045371] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1645.045376] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1645.045378] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1645.045381] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1645.045383] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1645.045385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1645.045387] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1645.045389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1645.045392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1645.045394] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1645.045397] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1645.045399] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1645.045402] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1645.045404] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1645.045406] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1645.045409] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1645.048979] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1648.550981] ------------[ cut here ]------------
[ 1648.551113] WARNING: CPU: 0 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1648.551121] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1648.551293]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1648.551397] CPU: 0 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1648.551403] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1648.551407] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1648.551414] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1648.551418] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 1648.551424] RAX: 0000000000000000 RBX: ffff9d492fbaee50 RCX: 0000000000000000
[ 1648.551429] RDX: 0000000000000000 RSI: ffff9d492fbaedd0 RDI: ffffaacb84d277a8
[ 1648.551433] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1648.551437] R10: ffff9d492fbaee50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1648.551441] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1648.551446] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 1648.551450] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1648.551455] CR2: 00003dcf0bfc5050 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 1648.551459] PKRU: 55555554
[ 1648.551463] Call Trace:
[ 1648.551467]  <TASK>
[ 1648.551479]  submit_one_bio+0xd4/0xe0
[ 1648.551493]  submit_extent_page+0x142/0x550
[ 1648.551518]  read_extent_buffer_pages+0x5c1/0x990
[ 1648.551533]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1648.551542]  ? folio_unlock+0x1d/0x50
[ 1648.551554]  btrfs_read_extent_buffer+0x98/0x150
[ 1648.551565]  read_tree_block+0x43/0xa0
[ 1648.551572]  read_block_for_search+0x218/0x320
[ 1648.551591]  btrfs_search_slot+0x351/0xd30
[ 1648.551606]  ? _raw_read_unlock+0x29/0x50
[ 1648.551618]  lookup_inline_extent_backref+0x15c/0x6e0
[ 1648.551630]  ? lock_is_held_type+0xe8/0x140
[ 1648.551644]  lookup_extent_backref+0x41/0xd0
[ 1648.551658]  __btrfs_free_extent+0xfb/0x7c0
[ 1648.551670]  ? sched_clock_cpu+0x20/0xc0
[ 1648.551685]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1648.551714]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1648.551726]  btrfs_commit_transaction+0x93/0xed0
[ 1648.551748]  transaction_kthread+0x142/0x1b0
[ 1648.551758]  ? __pfx_transaction_kthread+0x10/0x10
[ 1648.551764]  kthread+0xf5/0x120
[ 1648.551770]  ? __pfx_kthread+0x10/0x10
[ 1648.551778]  ret_from_fork+0x2c/0x50
[ 1648.551800]  </TASK>
[ 1648.551803] irq event stamp: 11337707
[ 1648.551807] hardirqs last  enabled at (11337715): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1648.551814] hardirqs last disabled at (11337722): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1648.551819] softirqs last  enabled at (11330574): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1648.551826] softirqs last disabled at (11330481): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1648.551831] ---[ end trace 0000000000000000 ]---
[ 1648.812837] ------------[ cut here ]------------
[ 1648.812936] WARNING: CPU: 0 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1648.812944] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1648.813042]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1648.813106] CPU: 0 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1648.813109] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1648.813112] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1648.813117] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1648.813120] RSP: 0018:ffffaacb84d277c8 EFLAGS: 00010246
[ 1648.813124] RAX: 0000000000000000 RBX: ffff9d492fbae050 RCX: 0000000000000000
[ 1648.813127] RDX: 0000000000000000 RSI: ffff9d492fbadfd0 RDI: ffffaacb84d277f0
[ 1648.813149] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1648.813153] R10: ffff9d492fbae050 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1648.813157] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1648.813162] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 1648.813166] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1648.813170] CR2: 00003dcf0bfc5050 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 1648.813174] PKRU: 55555554
[ 1648.813178] Call Trace:
[ 1648.813182]  <TASK>
[ 1648.813194]  submit_one_bio+0xd4/0xe0
[ 1648.813205]  submit_extent_page+0x142/0x550
[ 1648.813228]  read_extent_buffer_pages+0x5c1/0x990
[ 1648.813241]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1648.813250]  ? folio_unlock+0x1d/0x50
[ 1648.813261]  btrfs_read_extent_buffer+0x98/0x150
[ 1648.813272]  read_tree_block+0x43/0xa0
[ 1648.813279]  read_block_for_search+0x218/0x320
[ 1648.813297]  btrfs_search_slot+0x351/0xd30
[ 1648.813316]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 1648.813324]  __add_to_free_space_tree+0x143/0x3b0
[ 1648.813331]  ? add_to_free_space_tree+0x75/0xe0
[ 1648.813346]  add_to_free_space_tree+0x89/0xe0
[ 1648.813356]  __btrfs_free_extent+0x4a2/0x7c0
[ 1648.813375]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1648.813406]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1648.813420]  btrfs_commit_transaction+0x93/0xed0
[ 1648.813441]  transaction_kthread+0x142/0x1b0
[ 1648.813453]  ? __pfx_transaction_kthread+0x10/0x10
[ 1648.813458]  kthread+0xf5/0x120
[ 1648.813464]  ? __pfx_kthread+0x10/0x10
[ 1648.813473]  ret_from_fork+0x2c/0x50
[ 1648.813496]  </TASK>
[ 1648.813500] irq event stamp: 11533687
[ 1648.813505] hardirqs last  enabled at (11533695): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1648.813511] hardirqs last disabled at (11533702): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1648.813517] softirqs last  enabled at (11533424): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1648.813523] softirqs last disabled at (11533417): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1648.813528] ---[ end trace 0000000000000000 ]---
[ 1648.861516] ------------[ cut here ]------------
[ 1648.861528] WARNING: CPU: 14 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1648.861539] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1648.861682]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1648.861761] CPU: 14 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1648.861766] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1648.861770] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1648.861774] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1648.861778] RSP: 0018:ffffaacb84d27790 EFLAGS: 00010246
[ 1648.861783] RAX: 0000000000000000 RBX: ffff9d499177e590 RCX: 0000000000000000
[ 1648.861787] RDX: 0000000000000000 RSI: ffff9d499177e510 RDI: ffffaacb84d277b8
[ 1648.861790] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1648.861793] R10: ffff9d499177e590 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1648.861796] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1648.861799] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0000) knlGS:0000000000000000
[ 1648.861802] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1648.861805] CR2: 00007f397b399000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1648.861809] PKRU: 55555554
[ 1648.861812] Call Trace:
[ 1648.861815]  <TASK>
[ 1648.861824]  submit_one_bio+0xd4/0xe0
[ 1648.861833]  submit_extent_page+0x142/0x550
[ 1648.861851]  read_extent_buffer_pages+0x5c1/0x990
[ 1648.861861]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1648.861868]  ? folio_unlock+0x1d/0x50
[ 1648.861877]  btrfs_read_extent_buffer+0x98/0x150
[ 1648.861885]  read_tree_block+0x43/0xa0
[ 1648.861890]  read_block_for_search+0x218/0x320
[ 1648.861904]  btrfs_search_slot+0x351/0xd30
[ 1648.861918]  search_free_space_info+0x90/0xe0
[ 1648.861928]  __add_to_free_space_tree+0x49/0x3b0
[ 1648.861932]  ? add_to_free_space_tree+0x75/0xe0
[ 1648.861941]  add_to_free_space_tree+0x89/0xe0
[ 1648.861948]  __btrfs_free_extent+0x4a2/0x7c0
[ 1648.861959]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1648.861975]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1648.861983]  btrfs_commit_transaction+0x93/0xed0
[ 1648.861995]  transaction_kthread+0x142/0x1b0
[ 1648.862001]  ? __pfx_transaction_kthread+0x10/0x10
[ 1648.862004]  kthread+0xf5/0x120
[ 1648.862008]  ? __pfx_kthread+0x10/0x10
[ 1648.862013]  ret_from_fork+0x2c/0x50
[ 1648.862026]  </TASK>
[ 1648.862028] irq event stamp: 11561643
[ 1648.862030] hardirqs last  enabled at (11561651): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1648.862035] hardirqs last disabled at (11561658): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1648.862038] softirqs last  enabled at (11560314): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1648.862042] softirqs last disabled at (11560309): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1648.862045] ---[ end trace 0000000000000000 ]---
[ 1649.184368] ------------[ cut here ]------------
[ 1649.184376] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1649.184384] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1649.184479]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1649.184543] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1649.184547] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1649.184550] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1649.184554] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1649.184557] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1649.184561] RAX: 0000000000000000 RBX: ffff9d53f2e163d0 RCX: 0000000000000000
[ 1649.184563] RDX: 0000000000000000 RSI: ffff9d53f2e16350 RDI: ffffaacb84d27810
[ 1649.184566] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1649.184568] R10: ffff9d53f2e163d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1649.184570] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1649.184573] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 1649.184575] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1649.184578] CR2: 00007f9e72ef00f0 CR3: 0000000128cb0000 CR4: 0000000000750ee0
[ 1649.184580] PKRU: 55555554
[ 1649.184583] Call Trace:
[ 1649.184585]  <TASK>
[ 1649.184593]  submit_one_bio+0xd4/0xe0
[ 1649.184600]  submit_extent_page+0x142/0x550
[ 1649.184614]  read_extent_buffer_pages+0x5c1/0x990
[ 1649.184622]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1649.184627]  ? folio_unlock+0x1d/0x50
[ 1649.184634]  btrfs_read_extent_buffer+0x98/0x150
[ 1649.184640]  read_tree_block+0x43/0xa0
[ 1649.184644]  read_block_for_search+0x218/0x320
[ 1649.184655]  btrfs_search_slot+0x351/0xd30
[ 1649.184659]  ? lock_is_held_type+0xe8/0x140
[ 1649.184668]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1649.184672]  ? kmem_cache_alloc+0x194/0x380
[ 1649.184678]  btrfs_del_csums+0x116/0x3b0
[ 1649.184684]  ? lock_release+0x14b/0x440
[ 1649.184691]  ? _raw_read_unlock+0x29/0x50
[ 1649.184699]  __btrfs_free_extent+0x486/0x7c0
[ 1649.184710]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1649.184726]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1649.184733]  btrfs_commit_transaction+0x93/0xed0
[ 1649.184745]  transaction_kthread+0x142/0x1b0
[ 1649.184751]  ? __pfx_transaction_kthread+0x10/0x10
[ 1649.184754]  kthread+0xf5/0x120
[ 1649.184758]  ? __pfx_kthread+0x10/0x10
[ 1649.184763]  ret_from_fork+0x2c/0x50
[ 1649.184775]  </TASK>
[ 1649.184777] irq event stamp: 11756467
[ 1649.184780] hardirqs last  enabled at (11756475): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1649.184784] hardirqs last disabled at (11756482): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1649.184787] softirqs last  enabled at (11754590): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.184791] softirqs last disabled at (11754585): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.184793] ---[ end trace 0000000000000000 ]---
[ 1649.741487] ------------[ cut here ]------------
[ 1649.741495] WARNING: CPU: 0 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1649.741502] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1649.741598]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1649.741660] CPU: 0 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1649.741664] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1649.741667] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1649.741670] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1649.741673] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1649.741677] RAX: 0000000000000000 RBX: ffff9d492fbae750 RCX: 0000000000000000
[ 1649.741679] RDX: 0000000000000000 RSI: ffff9d492fbae6d0 RDI: ffffaacb84d27810
[ 1649.741682] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1649.741684] R10: ffff9d492fbae750 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1649.741686] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1649.741689] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 1649.741691] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1649.741694] CR2: 00007f6ccc7fc000 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 1649.741696] PKRU: 55555554
[ 1649.741699] Call Trace:
[ 1649.741701]  <TASK>
[ 1649.741709]  submit_one_bio+0xd4/0xe0
[ 1649.741716]  submit_extent_page+0x142/0x550
[ 1649.741730]  read_extent_buffer_pages+0x5c1/0x990
[ 1649.741738]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1649.741743]  ? folio_unlock+0x1d/0x50
[ 1649.741750]  btrfs_read_extent_buffer+0x98/0x150
[ 1649.741756]  read_tree_block+0x43/0xa0
[ 1649.741760]  read_block_for_search+0x218/0x320
[ 1649.741771]  btrfs_search_slot+0x351/0xd30
[ 1649.741775]  ? lock_is_held_type+0xe8/0x140
[ 1649.741784]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1649.741787]  ? kmem_cache_alloc+0x194/0x380
[ 1649.741794]  btrfs_del_csums+0x116/0x3b0
[ 1649.741799]  ? lock_release+0x14b/0x440
[ 1649.741807]  ? _raw_read_unlock+0x29/0x50
[ 1649.741814]  __btrfs_free_extent+0x486/0x7c0
[ 1649.741824]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1649.741841]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1649.741848]  btrfs_commit_transaction+0x93/0xed0
[ 1649.741860]  transaction_kthread+0x142/0x1b0
[ 1649.741866]  ? __pfx_transaction_kthread+0x10/0x10
[ 1649.741869]  kthread+0xf5/0x120
[ 1649.741874]  ? __pfx_kthread+0x10/0x10
[ 1649.741879]  ret_from_fork+0x2c/0x50
[ 1649.741892]  </TASK>
[ 1649.741894] irq event stamp: 12091705
[ 1649.741896] hardirqs last  enabled at (12091713): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1649.741901] hardirqs last disabled at (12091720): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1649.741904] softirqs last  enabled at (12088518): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.741908] softirqs last disabled at (12088511): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.741910] ---[ end trace 0000000000000000 ]---
[ 1649.785065] ------------[ cut here ]------------
[ 1649.785073] WARNING: CPU: 14 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1649.785081] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1649.785203]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1649.785268] CPU: 14 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1649.785271] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1649.785274] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1649.785279] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1649.785282] RSP: 0018:ffffaacb84d277c8 EFLAGS: 00010246
[ 1649.785286] RAX: 0000000000000000 RBX: ffff9d499177e3d0 RCX: 0000000000000000
[ 1649.785289] RDX: 0000000000000000 RSI: ffff9d499177e350 RDI: ffffaacb84d277f0
[ 1649.785291] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1649.785294] R10: ffff9d499177e3d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1649.785296] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1649.785299] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0000) knlGS:0000000000000000
[ 1649.785301] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1649.785304] CR2: 0000023500d43000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1649.785307] PKRU: 55555554
[ 1649.785309] Call Trace:
[ 1649.785312]  <TASK>
[ 1649.785319]  submit_one_bio+0xd4/0xe0
[ 1649.785327]  submit_extent_page+0x142/0x550
[ 1649.785341]  read_extent_buffer_pages+0x5c1/0x990
[ 1649.785349]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1649.785354]  ? folio_unlock+0x1d/0x50
[ 1649.785361]  btrfs_read_extent_buffer+0x98/0x150
[ 1649.785368]  read_tree_block+0x43/0xa0
[ 1649.785372]  read_block_for_search+0x218/0x320
[ 1649.785383]  btrfs_search_slot+0x351/0xd30
[ 1649.785395]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 1649.785400]  __add_to_free_space_tree+0x143/0x3b0
[ 1649.785404]  ? add_to_free_space_tree+0x75/0xe0
[ 1649.785413]  add_to_free_space_tree+0x89/0xe0
[ 1649.785419]  __btrfs_free_extent+0x4a2/0x7c0
[ 1649.785430]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1649.785447]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1649.785454]  btrfs_commit_transaction+0x93/0xed0
[ 1649.785466]  transaction_kthread+0x142/0x1b0
[ 1649.785473]  ? __pfx_transaction_kthread+0x10/0x10
[ 1649.785476]  kthread+0xf5/0x120
[ 1649.785480]  ? __pfx_kthread+0x10/0x10
[ 1649.785485]  ret_from_fork+0x2c/0x50
[ 1649.785498]  </TASK>
[ 1649.785500] irq event stamp: 12115643
[ 1649.785502] hardirqs last  enabled at (12115651): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1649.785507] hardirqs last disabled at (12115658): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1649.785510] softirqs last  enabled at (12114736): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.785514] softirqs last disabled at (12114731): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.785517] ---[ end trace 0000000000000000 ]---
[ 1649.792100] ------------[ cut here ]------------
[ 1649.792107] WARNING: CPU: 2 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1649.792114] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1649.792252]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1649.792329] CPU: 2 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1649.792333] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1649.792337] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1649.792341] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1649.792344] RSP: 0018:ffffaacb84d27790 EFLAGS: 00010246
[ 1649.792349] RAX: 0000000000000000 RBX: ffff9d54816bc450 RCX: 0000000000000000
[ 1649.792353] RDX: 0000000000000000 RSI: ffff9d54816bc3d0 RDI: ffffaacb84d277b8
[ 1649.792356] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1649.792359] R10: ffff9d54816bc450 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1649.792362] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1649.792365] FS:  0000000000000000(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 1649.792368] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1649.792371] CR2: 000008fa011e2170 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1649.792375] PKRU: 55555554
[ 1649.792378] Call Trace:
[ 1649.792381]  <TASK>
[ 1649.792389]  submit_one_bio+0xd4/0xe0
[ 1649.792397]  submit_extent_page+0x142/0x550
[ 1649.792414]  read_extent_buffer_pages+0x5c1/0x990
[ 1649.792424]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1649.792430]  ? folio_unlock+0x1d/0x50
[ 1649.792438]  btrfs_read_extent_buffer+0x98/0x150
[ 1649.792446]  read_tree_block+0x43/0xa0
[ 1649.792451]  read_block_for_search+0x218/0x320
[ 1649.792464]  btrfs_search_slot+0x351/0xd30
[ 1649.792479]  search_free_space_info+0x90/0xe0
[ 1649.792488]  __add_to_free_space_tree+0x49/0x3b0
[ 1649.792493]  ? add_to_free_space_tree+0x75/0xe0
[ 1649.792504]  add_to_free_space_tree+0x89/0xe0
[ 1649.792512]  __btrfs_free_extent+0x4a2/0x7c0
[ 1649.792525]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1649.792546]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1649.792555]  btrfs_commit_transaction+0x93/0xed0
[ 1649.792569]  transaction_kthread+0x142/0x1b0
[ 1649.792577]  ? __pfx_transaction_kthread+0x10/0x10
[ 1649.792581]  kthread+0xf5/0x120
[ 1649.792584]  ? __pfx_kthread+0x10/0x10
[ 1649.792590]  ret_from_fork+0x2c/0x50
[ 1649.792605]  </TASK>
[ 1649.792608] irq event stamp: 12120269
[ 1649.792611] hardirqs last  enabled at (12120277): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1649.792615] hardirqs last disabled at (12120284): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1649.792619] softirqs last  enabled at (12119190): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.792623] softirqs last disabled at (12119183): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.792627] ---[ end trace 0000000000000000 ]---
[ 1649.992831] ------------[ cut here ]------------
[ 1649.992840] WARNING: CPU: 4 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1649.992848] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1649.992945]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1649.993011] CPU: 4 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1649.993014] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1649.993017] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1649.993021] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1649.993024] RSP: 0018:ffffaacb84d277c8 EFLAGS: 00010246
[ 1649.993028] RAX: 0000000000000000 RBX: ffff9d493eca7c50 RCX: 0000000000000000
[ 1649.993031] RDX: 0000000000000000 RSI: ffff9d493eca7bd0 RDI: ffffaacb84d277f0
[ 1649.993033] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1649.993036] R10: ffff9d493eca7c50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1649.993038] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1649.993041] FS:  0000000000000000(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 1649.993043] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1649.993046] CR2: 00007f42c6673fcc CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1649.993049] PKRU: 55555554
[ 1649.993051] Call Trace:
[ 1649.993054]  <TASK>
[ 1649.993061]  submit_one_bio+0xd4/0xe0
[ 1649.993069]  submit_extent_page+0x142/0x550
[ 1649.993083]  read_extent_buffer_pages+0x5c1/0x990
[ 1649.993091]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1649.993096]  ? folio_unlock+0x1d/0x50
[ 1649.993103]  btrfs_read_extent_buffer+0x98/0x150
[ 1649.993110]  read_tree_block+0x43/0xa0
[ 1649.993114]  read_block_for_search+0x218/0x320
[ 1649.993149]  btrfs_search_slot+0x351/0xd30
[ 1649.993162]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 1649.993168]  __add_to_free_space_tree+0x143/0x3b0
[ 1649.993172]  ? add_to_free_space_tree+0x75/0xe0
[ 1649.993181]  add_to_free_space_tree+0x89/0xe0
[ 1649.993188]  __btrfs_free_extent+0x4a2/0x7c0
[ 1649.993199]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1649.993215]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1649.993223]  btrfs_commit_transaction+0x93/0xed0
[ 1649.993235]  transaction_kthread+0x142/0x1b0
[ 1649.993242]  ? __pfx_transaction_kthread+0x10/0x10
[ 1649.993245]  kthread+0xf5/0x120
[ 1649.993249]  ? __pfx_kthread+0x10/0x10
[ 1649.993254]  ret_from_fork+0x2c/0x50
[ 1649.993267]  </TASK>
[ 1649.993269] irq event stamp: 12247315
[ 1649.993271] hardirqs last  enabled at (12247323): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1649.993276] hardirqs last disabled at (12247330): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1649.993279] softirqs last  enabled at (12245728): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.993283] softirqs last disabled at (12245573): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1649.993286] ---[ end trace 0000000000000000 ]---
[ 1650.061896] ------------[ cut here ]------------
[ 1650.061904] WARNING: CPU: 3 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1650.061912] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1650.062010]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1650.062075] CPU: 3 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1650.062079] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1650.062082] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1650.062085] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1650.062088] RSP: 0018:ffffaacb84d27790 EFLAGS: 00010246
[ 1650.062092] RAX: 0000000000000000 RBX: ffff9d499ea00ed0 RCX: 0000000000000000
[ 1650.062095] RDX: 0000000000000000 RSI: ffff9d499ea00e50 RDI: ffffaacb84d277b8
[ 1650.062098] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1650.062100] R10: ffff9d499ea00ed0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1650.062102] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1650.062105] FS:  0000000000000000(0000) GS:ffff9d57d6e00000(0000) knlGS:0000000000000000
[ 1650.062108] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1650.062110] CR2: 00003dcf0b646000 CR3: 000000031523e000 CR4: 0000000000750ee0
[ 1650.062113] PKRU: 55555554
[ 1650.062115] Call Trace:
[ 1650.062118]  <TASK>
[ 1650.062126]  submit_one_bio+0xd4/0xe0
[ 1650.062160]  submit_extent_page+0x142/0x550
[ 1650.062175]  read_extent_buffer_pages+0x5c1/0x990
[ 1650.062183]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1650.062189]  ? folio_unlock+0x1d/0x50
[ 1650.062196]  btrfs_read_extent_buffer+0x98/0x150
[ 1650.062203]  read_tree_block+0x43/0xa0
[ 1650.062207]  read_block_for_search+0x218/0x320
[ 1650.062218]  btrfs_search_slot+0x351/0xd30
[ 1650.062230]  search_free_space_info+0x90/0xe0
[ 1650.062238]  __add_to_free_space_tree+0x49/0x3b0
[ 1650.062242]  ? add_to_free_space_tree+0x75/0xe0
[ 1650.062251]  add_to_free_space_tree+0x89/0xe0
[ 1650.062257]  __btrfs_free_extent+0x4a2/0x7c0
[ 1650.062268]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1650.062285]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1650.062292]  btrfs_commit_transaction+0x93/0xed0
[ 1650.062305]  transaction_kthread+0x142/0x1b0
[ 1650.062311]  ? __pfx_transaction_kthread+0x10/0x10
[ 1650.062314]  kthread+0xf5/0x120
[ 1650.062318]  ? __pfx_kthread+0x10/0x10
[ 1650.062323]  ret_from_fork+0x2c/0x50
[ 1650.062336]  </TASK>
[ 1650.062338] irq event stamp: 12283531
[ 1650.062341] hardirqs last  enabled at (12283539): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1650.062345] hardirqs last disabled at (12283546): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1650.062348] softirqs last  enabled at (12283348): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1650.062353] softirqs last disabled at (12283341): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1650.062355] ---[ end trace 0000000000000000 ]---
[ 1650.596961] ------------[ cut here ]------------
[ 1650.596970] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1650.596978] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1650.597078]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1650.597172] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1650.597176] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1650.597179] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1650.597182] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1650.597185] RSP: 0018:ffffaacb84d27790 EFLAGS: 00010246
[ 1650.597190] RAX: 0000000000000000 RBX: ffff9d491b1ff1d0 RCX: 0000000000000000
[ 1650.597192] RDX: 0000000000000000 RSI: ffff9d491b1ff150 RDI: ffffaacb84d277b8
[ 1650.597195] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1650.597197] R10: ffff9d491b1ff1d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1650.597200] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1650.597203] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 1650.597206] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1650.597208] CR2: 000031c5480b7000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1650.597211] PKRU: 55555554
[ 1650.597213] Call Trace:
[ 1650.597216]  <TASK>
[ 1650.597224]  submit_one_bio+0xd4/0xe0
[ 1650.597231]  submit_extent_page+0x142/0x550
[ 1650.597246]  read_extent_buffer_pages+0x5c1/0x990
[ 1650.597254]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1650.597259]  ? folio_unlock+0x1d/0x50
[ 1650.597266]  btrfs_read_extent_buffer+0x98/0x150
[ 1650.597273]  read_tree_block+0x43/0xa0
[ 1650.597277]  read_block_for_search+0x218/0x320
[ 1650.597288]  btrfs_search_slot+0x351/0xd30
[ 1650.597300]  search_free_space_info+0x90/0xe0
[ 1650.597308]  __add_to_free_space_tree+0x49/0x3b0
[ 1650.597313]  ? add_to_free_space_tree+0x75/0xe0
[ 1650.597322]  add_to_free_space_tree+0x89/0xe0
[ 1650.597328]  __btrfs_free_extent+0x4a2/0x7c0
[ 1650.597339]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1650.597355]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1650.597363]  btrfs_commit_transaction+0x93/0xed0
[ 1650.597375]  transaction_kthread+0x142/0x1b0
[ 1650.597382]  ? __pfx_transaction_kthread+0x10/0x10
[ 1650.597385]  kthread+0xf5/0x120
[ 1650.597388]  ? __pfx_kthread+0x10/0x10
[ 1650.597393]  ret_from_fork+0x2c/0x50
[ 1650.597406]  </TASK>
[ 1650.597409] irq event stamp: 12621239
[ 1650.597411] hardirqs last  enabled at (12621247): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1650.597416] hardirqs last disabled at (12621254): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1650.597419] softirqs last  enabled at (12620844): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1650.597423] softirqs last disabled at (12620835): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1650.597426] ---[ end trace 0000000000000000 ]---
[ 1650.742453] ------------[ cut here ]------------
[ 1650.742462] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1650.742469] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1650.742561]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1650.742622] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1650.742626] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1650.742629] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1650.742633] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1650.742636] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 1650.742639] RAX: 0000000000000000 RBX: ffff9d49231cba90 RCX: 0000000000000000
[ 1650.742642] RDX: 0000000000000000 RSI: ffff9d49231cba10 RDI: ffffaacb84d27810
[ 1650.742644] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1650.742647] R10: ffff9d49231cba90 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1650.742649] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1650.742651] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 1650.742654] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1650.742656] CR2: 000055c2309d5000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1650.742659] PKRU: 55555554
[ 1650.742661] Call Trace:
[ 1650.742664]  <TASK>
[ 1650.742672]  submit_one_bio+0xd4/0xe0
[ 1650.742679]  submit_extent_page+0x142/0x550
[ 1650.742694]  read_extent_buffer_pages+0x5c1/0x990
[ 1650.742701]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1650.742706]  ? folio_unlock+0x1d/0x50
[ 1650.742713]  btrfs_read_extent_buffer+0x98/0x150
[ 1650.742720]  read_tree_block+0x43/0xa0
[ 1650.742724]  read_block_for_search+0x218/0x320
[ 1650.742735]  btrfs_search_slot+0x351/0xd30
[ 1650.742738]  ? lock_is_held_type+0xe8/0x140
[ 1650.742746]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1650.742750]  ? kmem_cache_alloc+0x194/0x380
[ 1650.742757]  btrfs_del_csums+0x116/0x3b0
[ 1650.742762]  ? lock_release+0x14b/0x440
[ 1650.742769]  ? _raw_read_unlock+0x29/0x50
[ 1650.742776]  __btrfs_free_extent+0x486/0x7c0
[ 1650.742786]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1650.742802]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1650.742809]  btrfs_commit_transaction+0x93/0xed0
[ 1650.742821]  transaction_kthread+0x142/0x1b0
[ 1650.742827]  ? __pfx_transaction_kthread+0x10/0x10
[ 1650.742830]  kthread+0xf5/0x120
[ 1650.742834]  ? __pfx_kthread+0x10/0x10
[ 1650.742839]  ret_from_fork+0x2c/0x50
[ 1650.742851]  </TASK>
[ 1650.742853] irq event stamp: 12708309
[ 1650.742856] hardirqs last  enabled at (12708317): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1650.742860] hardirqs last disabled at (12708324): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1650.742863] softirqs last  enabled at (12707018): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1650.742867] softirqs last disabled at (12706335): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1650.742869] ---[ end trace 0000000000000000 ]---
[ 1651.350931] ------------[ cut here ]------------
[ 1651.350940] WARNING: CPU: 14 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1651.350947] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1651.351043]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1651.351104] CPU: 14 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1651.351108] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1651.351110] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1651.351114] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1651.351117] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 1651.351121] RAX: 0000000000000000 RBX: ffff9d499177d950 RCX: 0000000000000000
[ 1651.351124] RDX: 0000000000000000 RSI: ffff9d499177d8d0 RDI: ffffaacb84d277a8
[ 1651.351126] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1651.351147] R10: ffff9d499177d950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1651.351149] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1651.351152] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0000) knlGS:0000000000000000
[ 1651.351154] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1651.351157] CR2: 00000000dfeab1c0 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 1651.351159] PKRU: 55555554
[ 1651.351162] Call Trace:
[ 1651.351164]  <TASK>
[ 1651.351172]  submit_one_bio+0xd4/0xe0
[ 1651.351180]  submit_extent_page+0x142/0x550
[ 1651.351194]  read_extent_buffer_pages+0x5c1/0x990
[ 1651.351201]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1651.351206]  ? folio_unlock+0x1d/0x50
[ 1651.351213]  btrfs_read_extent_buffer+0x98/0x150
[ 1651.351220]  read_tree_block+0x43/0xa0
[ 1651.351224]  read_block_for_search+0x218/0x320
[ 1651.351235]  btrfs_search_slot+0x351/0xd30
[ 1651.351243]  ? _raw_read_unlock+0x29/0x50
[ 1651.351250]  lookup_inline_extent_backref+0x15c/0x6e0
[ 1651.351257]  ? lock_is_held_type+0xe8/0x140
[ 1651.351265]  lookup_extent_backref+0x41/0xd0
[ 1651.351273]  __btrfs_free_extent+0xfb/0x7c0
[ 1651.351279]  ? sched_clock_cpu+0x20/0xc0
[ 1651.351288]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1651.351304]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1651.351311]  btrfs_commit_transaction+0x93/0xed0
[ 1651.351323]  transaction_kthread+0x142/0x1b0
[ 1651.351329]  ? __pfx_transaction_kthread+0x10/0x10
[ 1651.351332]  kthread+0xf5/0x120
[ 1651.351336]  ? __pfx_kthread+0x10/0x10
[ 1651.351340]  ret_from_fork+0x2c/0x50
[ 1651.351353]  </TASK>
[ 1651.351355] irq event stamp: 13096637
[ 1651.351357] hardirqs last  enabled at (13096645): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1651.351362] hardirqs last disabled at (13096652): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1651.351364] softirqs last  enabled at (13096376): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1651.351368] softirqs last disabled at (13096371): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1651.351371] ---[ end trace 0000000000000000 ]---
[ 1651.428971] ------------[ cut here ]------------
[ 1651.428978] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1651.428986] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1651.429083]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1651.429168] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1651.429172] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1651.429174] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1651.429178] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1651.429181] RSP: 0018:ffffaacb84d27790 EFLAGS: 00010246
[ 1651.429185] RAX: 0000000000000000 RBX: ffff9d53f2e15790 RCX: 0000000000000000
[ 1651.429188] RDX: 0000000000000000 RSI: ffff9d53f2e15710 RDI: ffffaacb84d277b8
[ 1651.429191] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1651.429193] R10: ffff9d53f2e15790 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1651.429195] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1651.429199] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 1651.429202] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1651.429204] CR2: 00000000c6c88ebc CR3: 000000011deee000 CR4: 0000000000750ee0
[ 1651.429207] PKRU: 55555554
[ 1651.429209] Call Trace:
[ 1651.429212]  <TASK>
[ 1651.429220]  submit_one_bio+0xd4/0xe0
[ 1651.429227]  submit_extent_page+0x142/0x550
[ 1651.429241]  read_extent_buffer_pages+0x5c1/0x990
[ 1651.429249]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1651.429254]  ? folio_unlock+0x1d/0x50
[ 1651.429262]  btrfs_read_extent_buffer+0x98/0x150
[ 1651.429268]  read_tree_block+0x43/0xa0
[ 1651.429272]  read_block_for_search+0x218/0x320
[ 1651.429284]  btrfs_search_slot+0x351/0xd30
[ 1651.429295]  search_free_space_info+0x90/0xe0
[ 1651.429303]  __add_to_free_space_tree+0x49/0x3b0
[ 1651.429307]  ? add_to_free_space_tree+0x75/0xe0
[ 1651.429316]  add_to_free_space_tree+0x89/0xe0
[ 1651.429322]  __btrfs_free_extent+0x4a2/0x7c0
[ 1651.429333]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1651.429350]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1651.429357]  btrfs_commit_transaction+0x93/0xed0
[ 1651.429369]  transaction_kthread+0x142/0x1b0
[ 1651.429375]  ? __pfx_transaction_kthread+0x10/0x10
[ 1651.429378]  kthread+0xf5/0x120
[ 1651.429383]  ? __pfx_kthread+0x10/0x10
[ 1651.429387]  ret_from_fork+0x2c/0x50
[ 1651.429400]  </TASK>
[ 1651.429403] irq event stamp: 13150185
[ 1651.429405] hardirqs last  enabled at (13150193): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1651.429409] hardirqs last disabled at (13150200): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1651.429412] softirqs last  enabled at (13145700): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1651.429416] softirqs last disabled at (13145693): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1651.429419] ---[ end trace 0000000000000000 ]---
[ 1652.147051] ------------[ cut here ]------------
[ 1652.147060] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1652.147068] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1652.147198]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1652.147262] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1652.147265] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1652.147268] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1652.147272] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1652.147275] RSP: 0018:ffffaacb84d27768 EFLAGS: 00010246
[ 1652.147278] RAX: 0000000000000000 RBX: ffff9d49231c9950 RCX: 0000000000000000
[ 1652.147281] RDX: 0000000000000000 RSI: ffff9d49231c98d0 RDI: ffffaacb84d27790
[ 1652.147283] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1652.147286] R10: ffff9d49231c9950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1652.147288] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1652.147291] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 1652.147293] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1652.147296] CR2: 00000000dd0ab000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1652.147298] PKRU: 55555554
[ 1652.147301] Call Trace:
[ 1652.147303]  <TASK>
[ 1652.147310]  submit_one_bio+0xd4/0xe0
[ 1652.147318]  submit_extent_page+0x142/0x550
[ 1652.147332]  read_extent_buffer_pages+0x5c1/0x990
[ 1652.147341]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1652.147346]  ? folio_unlock+0x1d/0x50
[ 1652.147353]  btrfs_read_extent_buffer+0x98/0x150
[ 1652.147359]  read_tree_block+0x43/0xa0
[ 1652.147363]  read_block_for_search+0x218/0x320
[ 1652.147374]  btrfs_search_slot+0x351/0xd30
[ 1652.147377]  ? lock_is_held_type+0xe8/0x140
[ 1652.147386]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1652.147389]  ? kmem_cache_alloc+0x194/0x380
[ 1652.147396]  btrfs_del_csums+0x116/0x3b0
[ 1652.147401]  ? lock_release+0x14b/0x440
[ 1652.147408]  ? _raw_read_unlock+0x29/0x50
[ 1652.147415]  __btrfs_free_extent+0x486/0x7c0
[ 1652.147425]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1652.147436]  ? sched_clock_local+0xe/0x80
[ 1652.147441]  ? sched_clock_cpu+0x9f/0xc0
[ 1652.147448]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1652.147455]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1652.147465]  btrfs_commit_transaction+0xe0/0xed0
[ 1652.147477]  transaction_kthread+0x142/0x1b0
[ 1652.147483]  ? __pfx_transaction_kthread+0x10/0x10
[ 1652.147486]  kthread+0xf5/0x120
[ 1652.147490]  ? __pfx_kthread+0x10/0x10
[ 1652.147494]  ret_from_fork+0x2c/0x50
[ 1652.147507]  </TASK>
[ 1652.147509] irq event stamp: 13566655
[ 1652.147511] hardirqs last  enabled at (13566663): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1652.147515] hardirqs last disabled at (13566670): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1652.147518] softirqs last  enabled at (13561052): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1652.147522] softirqs last disabled at (13561009): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1652.147524] ---[ end trace 0000000000000000 ]---
[ 1652.154192] ------------[ cut here ]------------
[ 1652.154199] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1652.154205] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1652.154298]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1652.154359] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1652.154363] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1652.154365] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1652.154369] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1652.154372] RSP: 0018:ffffaacb84d27768 EFLAGS: 00010246
[ 1652.154376] RAX: 0000000000000000 RBX: ffff9d53f2e14d10 RCX: 0000000000000000
[ 1652.154378] RDX: 0000000000000000 RSI: ffff9d53f2e14c90 RDI: ffffaacb84d27790
[ 1652.154380] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1652.154383] R10: ffff9d53f2e14d10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1652.154385] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1652.154388] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 1652.154390] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1652.154393] CR2: 00001ce600060000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1652.154395] PKRU: 55555554
[ 1652.154397] Call Trace:
[ 1652.154400]  <TASK>
[ 1652.154407]  submit_one_bio+0xd4/0xe0
[ 1652.154414]  submit_extent_page+0x142/0x550
[ 1652.154429]  read_extent_buffer_pages+0x5c1/0x990
[ 1652.154437]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1652.154442]  ? folio_unlock+0x1d/0x50
[ 1652.154449]  btrfs_read_extent_buffer+0x98/0x150
[ 1652.154455]  read_tree_block+0x43/0xa0
[ 1652.154460]  read_block_for_search+0x218/0x320
[ 1652.154470]  btrfs_search_slot+0x351/0xd30
[ 1652.154474]  ? lock_is_held_type+0xe8/0x140
[ 1652.154482]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1652.154486]  ? kmem_cache_alloc+0x194/0x380
[ 1652.154492]  btrfs_del_csums+0x116/0x3b0
[ 1652.154498]  ? lock_release+0x14b/0x440
[ 1652.154505]  ? _raw_read_unlock+0x29/0x50
[ 1652.154512]  __btrfs_free_extent+0x486/0x7c0
[ 1652.154522]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1652.154533]  ? sched_clock_local+0xe/0x80
[ 1652.154539]  ? sched_clock_cpu+0x9f/0xc0
[ 1652.154546]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1652.154553]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1652.154564]  btrfs_commit_transaction+0xe0/0xed0
[ 1652.154576]  transaction_kthread+0x142/0x1b0
[ 1652.154583]  ? __pfx_transaction_kthread+0x10/0x10
[ 1652.154586]  kthread+0xf5/0x120
[ 1652.154590]  ? __pfx_kthread+0x10/0x10
[ 1652.154594]  ret_from_fork+0x2c/0x50
[ 1652.154607]  </TASK>
[ 1652.154609] irq event stamp: 13571129
[ 1652.154612] hardirqs last  enabled at (13571137): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1652.154616] hardirqs last disabled at (13571144): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1652.154619] softirqs last  enabled at (13569912): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1652.154623] softirqs last disabled at (13569903): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1652.154626] ---[ end trace 0000000000000000 ]---
[ 1653.221756] ------------[ cut here ]------------
[ 1653.221765] WARNING: CPU: 4 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1653.221772] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 1653.221867]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 1653.221928] CPU: 4 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 1653.221932] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1653.221935] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1653.221938] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1653.221941] RSP: 0018:ffffaacb84d27768 EFLAGS: 00010246
[ 1653.221945] RAX: 0000000000000000 RBX: ffff9d493eca5090 RCX: 0000000000000000
[ 1653.221948] RDX: 0000000000000000 RSI: ffff9d493eca5010 RDI: ffffaacb84d27790
[ 1653.221950] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1653.221952] R10: ffff9d493eca5090 R11: 0000000000010000 R12: ffff9d49bee74000
[ 1653.221955] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 1653.221957] FS:  0000000000000000(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 1653.221960] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1653.221962] CR2: 0000061f002ac000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 1653.221965] PKRU: 55555554
[ 1653.221967] Call Trace:
[ 1653.221970]  <TASK>
[ 1653.221977]  submit_one_bio+0xd4/0xe0
[ 1653.221985]  submit_extent_page+0x142/0x550
[ 1653.221999]  read_extent_buffer_pages+0x5c1/0x990
[ 1653.222007]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1653.222012]  ? folio_unlock+0x1d/0x50
[ 1653.222019]  btrfs_read_extent_buffer+0x98/0x150
[ 1653.222025]  read_tree_block+0x43/0xa0
[ 1653.222029]  read_block_for_search+0x218/0x320
[ 1653.222041]  btrfs_search_slot+0x351/0xd30
[ 1653.222044]  ? lock_is_held_type+0xe8/0x140
[ 1653.222053]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1653.222057]  ? kmem_cache_alloc+0x194/0x380
[ 1653.222063]  btrfs_del_csums+0x116/0x3b0
[ 1653.222068]  ? lock_release+0x14b/0x440
[ 1653.222076]  ? _raw_read_unlock+0x29/0x50
[ 1653.222083]  __btrfs_free_extent+0x486/0x7c0
[ 1653.222094]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1653.222105]  ? sched_clock_local+0xe/0x80
[ 1653.222109]  ? sched_clock_cpu+0x9f/0xc0
[ 1653.222117]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1653.222124]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 1653.222156]  btrfs_commit_transaction+0xe0/0xed0
[ 1653.222169]  transaction_kthread+0x142/0x1b0
[ 1653.222177]  ? __pfx_transaction_kthread+0x10/0x10
[ 1653.222180]  kthread+0xf5/0x120
[ 1653.222184]  ? __pfx_kthread+0x10/0x10
[ 1653.222188]  ret_from_fork+0x2c/0x50
[ 1653.222201]  </TASK>
[ 1653.222203] irq event stamp: 14267945
[ 1653.222205] hardirqs last  enabled at (14267953): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 1653.222209] hardirqs last disabled at (14267960): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 1653.222212] softirqs last  enabled at (14267884): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1653.222216] softirqs last disabled at (14267877): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 1653.222219] ---[ end trace 0000000000000000 ]---
[ 1658.899843] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1658.899895] [drm] PSP is resuming...
[ 1658.976061] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1659.076497] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1659.090158] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1659.090166] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1659.090173] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1659.090177] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1659.090231] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1659.144340] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1659.145723] [drm] DMUB hardware initialized: version=0x02020017
[ 1659.183779] [drm] kiq ring mec 2 pipe 1 q 0
[ 1659.189284] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1659.189445] [drm] JPEG decode initialized successfully.
[ 1659.189469] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1659.189473] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1659.189475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1659.189477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1659.189479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1659.189481] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1659.189483] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1659.189485] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1659.189487] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1659.189490] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1659.189492] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1659.189494] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1659.189496] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1659.189498] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1659.189500] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1659.189502] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1659.193654] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1682.371590] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1682.371627] [drm] PSP is resuming...
[ 1682.447614] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1682.548160] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1682.561969] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1682.561977] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1682.561984] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1682.561987] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1682.562042] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1682.615980] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1682.617289] [drm] DMUB hardware initialized: version=0x02020017
[ 1682.656671] [drm] kiq ring mec 2 pipe 1 q 0
[ 1682.661521] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1682.661753] [drm] JPEG decode initialized successfully.
[ 1682.661778] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1682.661781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1682.661783] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1682.661785] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1682.661787] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1682.661789] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1682.661791] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1682.661793] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1682.661795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1682.661798] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1682.661800] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1682.661802] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1682.661804] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1682.661806] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1682.661808] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1682.661810] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1682.665269] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1712.387565] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1712.387602] [drm] PSP is resuming...
[ 1712.463498] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1712.570514] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1712.584279] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1712.584291] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1712.584298] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1712.584302] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1712.584357] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1712.638620] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1712.640117] [drm] DMUB hardware initialized: version=0x02020017
[ 1712.678365] [drm] kiq ring mec 2 pipe 1 q 0
[ 1712.683301] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1712.683558] [drm] JPEG decode initialized successfully.
[ 1712.683588] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1712.683594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1712.683598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1712.683602] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1712.683606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1712.683610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1712.683614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1712.683618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1712.683621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1712.683626] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1712.683630] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1712.683633] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1712.683637] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1712.683641] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1712.683645] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1712.683649] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1712.687207] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1742.388698] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1742.388741] [drm] PSP is resuming...
[ 1742.464737] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1742.565670] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1742.579766] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1742.579784] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1742.579798] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1742.579809] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1742.579883] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1742.635082] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1742.636526] [drm] DMUB hardware initialized: version=0x02020017
[ 1742.676172] [drm] kiq ring mec 2 pipe 1 q 0
[ 1742.682169] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1742.682376] [drm] JPEG decode initialized successfully.
[ 1742.682400] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1742.682404] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1742.682407] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1742.682409] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1742.682411] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1742.682413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1742.682415] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1742.682417] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1742.682419] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1742.682422] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1742.682424] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1742.682426] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1742.682428] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1742.682430] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1742.682432] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1742.682435] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1742.687215] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1772.371591] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1772.371630] [drm] PSP is resuming...
[ 1772.447729] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1772.550675] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1772.564558] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1772.564572] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1772.564581] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1772.564587] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1772.564654] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1772.619809] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1772.621272] [drm] DMUB hardware initialized: version=0x02020017
[ 1772.661809] [drm] kiq ring mec 2 pipe 1 q 0
[ 1772.666992] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1772.667177] [drm] JPEG decode initialized successfully.
[ 1772.667202] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1772.667206] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1772.667208] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1772.667211] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1772.667214] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1772.667218] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1772.667222] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1772.667226] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1772.667230] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1772.667234] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1772.667238] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1772.667242] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1772.667246] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1772.667250] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1772.667254] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1772.667258] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1772.671245] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1802.419589] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1802.419626] [drm] PSP is resuming...
[ 1802.495627] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1802.596162] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1802.609988] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1802.609999] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1802.610008] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1802.610014] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1802.610071] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1802.664032] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1802.665446] [drm] DMUB hardware initialized: version=0x02020017
[ 1802.704762] [drm] kiq ring mec 2 pipe 1 q 0
[ 1802.710056] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1802.710260] [drm] JPEG decode initialized successfully.
[ 1802.710290] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1802.710296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1802.710300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1802.710304] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1802.710308] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1802.710312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1802.710316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1802.710320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1802.710324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1802.710328] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1802.710333] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1802.710337] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1802.710341] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1802.710345] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1802.710349] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1802.710353] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1802.714171] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1832.443613] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1832.443654] [drm] PSP is resuming...
[ 1832.519604] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1832.619971] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1832.633745] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1832.633753] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1832.633760] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1832.633764] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1832.633819] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1832.688108] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1832.689514] [drm] DMUB hardware initialized: version=0x02020017
[ 1832.728088] [drm] kiq ring mec 2 pipe 1 q 0
[ 1832.733886] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1832.734047] [drm] JPEG decode initialized successfully.
[ 1832.734072] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1832.734075] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1832.734077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1832.734080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1832.734082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1832.734084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1832.734086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1832.734088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1832.734090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1832.734092] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1832.734094] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1832.734096] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1832.734098] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1832.734100] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1832.734102] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1832.734104] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1832.738276] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1862.443615] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1862.443671] [drm] PSP is resuming...
[ 1862.519619] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1862.619828] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1862.633894] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1862.633909] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1862.633917] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1862.633921] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1862.633974] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1862.687972] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1862.689277] [drm] DMUB hardware initialized: version=0x02020017
[ 1862.728564] [drm] kiq ring mec 2 pipe 1 q 0
[ 1862.733474] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1862.733692] [drm] JPEG decode initialized successfully.
[ 1862.733729] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1862.733733] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1862.733735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1862.733738] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1862.733740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1862.733742] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1862.733744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1862.733746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1862.733748] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1862.733751] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1862.733753] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1862.733755] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1862.733758] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1862.733760] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1862.733762] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1862.733764] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1862.737338] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1892.468549] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1892.468593] [drm] PSP is resuming...
[ 1892.544614] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1892.645496] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1892.659272] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1892.659281] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1892.659288] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1892.659292] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1892.659348] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1892.713161] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1892.714553] [drm] DMUB hardware initialized: version=0x02020017
[ 1892.752529] [drm] kiq ring mec 2 pipe 1 q 0
[ 1892.758014] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1892.758179] [drm] JPEG decode initialized successfully.
[ 1892.758204] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1892.758207] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1892.758210] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1892.758212] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1892.758214] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1892.758217] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1892.758219] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1892.758221] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1892.758223] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1892.758225] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1892.758227] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1892.758229] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1892.758231] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1892.758234] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1892.758236] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1892.758238] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1892.762357] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1922.524622] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1922.524666] [drm] PSP is resuming...
[ 1922.600608] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1922.700721] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1922.714382] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1922.714389] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1922.714396] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1922.714400] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1922.714453] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1922.769042] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1922.770385] [drm] DMUB hardware initialized: version=0x02020017
[ 1922.801223] [drm] kiq ring mec 2 pipe 1 q 0
[ 1922.806905] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1922.807068] [drm] JPEG decode initialized successfully.
[ 1922.807092] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1922.807095] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1922.807097] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1922.807099] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1922.807102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1922.807104] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1922.807106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1922.807108] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1922.807110] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1922.807112] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1922.807114] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1922.807116] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1922.807118] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1922.807120] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1922.807122] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1922.807125] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1922.811071] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1952.515569] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1952.515604] [drm] PSP is resuming...
[ 1952.591729] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1952.693279] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1952.707079] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1952.707087] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1952.707094] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1952.707098] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1952.707169] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1952.761186] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1952.762575] [drm] DMUB hardware initialized: version=0x02020017
[ 1952.800443] [drm] kiq ring mec 2 pipe 1 q 0
[ 1952.806049] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1952.806209] [drm] JPEG decode initialized successfully.
[ 1952.806233] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1952.806237] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1952.806239] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1952.806241] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1952.806243] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1952.806245] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1952.806247] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1952.806249] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1952.806251] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1952.806253] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1952.806255] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1952.806257] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1952.806260] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1952.806262] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1952.806264] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1952.806266] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1952.810105] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1982.572668] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1982.572700] [drm] PSP is resuming...
[ 1982.648622] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1982.750277] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1982.764361] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1982.764370] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1982.764378] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1982.764381] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1982.764438] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1982.818996] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1982.820328] [drm] DMUB hardware initialized: version=0x02020017
[ 1982.858676] [drm] kiq ring mec 2 pipe 1 q 0
[ 1982.863853] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1982.864018] [drm] JPEG decode initialized successfully.
[ 1982.864043] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1982.864046] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1982.864048] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1982.864050] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1982.864052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1982.864055] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1982.864057] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1982.864059] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1982.864061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1982.864063] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1982.864065] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1982.864067] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1982.864069] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1982.864071] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1982.864073] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1982.864076] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1982.868265] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2012.636552] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2012.636597] [drm] PSP is resuming...
[ 2012.712510] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2012.812839] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2012.826903] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2012.826912] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2012.826920] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2012.826924] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2012.826980] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2012.880999] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2012.882415] [drm] DMUB hardware initialized: version=0x02020017
[ 2012.920456] [drm] kiq ring mec 2 pipe 1 q 0
[ 2012.925840] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2012.926045] [drm] JPEG decode initialized successfully.
[ 2012.926091] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2012.926103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2012.926113] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2012.926123] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2012.926178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2012.926188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2012.926197] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2012.926206] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2012.926216] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2012.926225] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2012.926235] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2012.926244] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2012.926254] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2012.926264] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2012.926273] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2012.926283] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2012.930856] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2042.684567] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2042.684613] [drm] PSP is resuming...
[ 2042.760724] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2042.860951] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2042.874744] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2042.874752] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2042.874759] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2042.874762] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2042.874815] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2042.929173] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2042.930565] [drm] DMUB hardware initialized: version=0x02020017
[ 2042.969427] [drm] kiq ring mec 2 pipe 1 q 0
[ 2042.974559] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2042.974771] [drm] JPEG decode initialized successfully.
[ 2042.974796] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2042.974800] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2042.974803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2042.974805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2042.974808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2042.974810] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2042.974813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2042.974815] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2042.974818] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2042.974820] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2042.974823] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2042.974825] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2042.974827] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2042.974830] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2042.974833] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2042.974835] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2042.986103] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2047.858436] ------------[ cut here ]------------
[ 2047.858572] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2047.858580] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2047.858679]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2047.858744] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2047.858748] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2047.858751] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2047.858755] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2047.858758] RSP: 0018:ffffaacb84d277e0 EFLAGS: 00010246
[ 2047.858762] RAX: 0000000000000000 RBX: ffff9d55c1bc7010 RCX: 0000000000000000
[ 2047.858765] RDX: 0000000000000000 RSI: ffff9d55c1bc6f90 RDI: ffffaacb84d27808
[ 2047.858767] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2047.858769] R10: ffff9d55c1bc7010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2047.858772] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2047.858775] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 2047.858777] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2047.858780] CR2: 00000000b20db000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 2047.858783] PKRU: 55555554
[ 2047.858785] Call Trace:
[ 2047.858788]  <TASK>
[ 2047.858796]  submit_one_bio+0xd4/0xe0
[ 2047.858803]  submit_extent_page+0x142/0x550
[ 2047.858818]  read_extent_buffer_pages+0x5c1/0x990
[ 2047.858826]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2047.858831]  ? folio_unlock+0x1d/0x50
[ 2047.858838]  btrfs_read_extent_buffer+0x98/0x150
[ 2047.858844]  read_tree_block+0x43/0xa0
[ 2047.858848]  btrfs_read_node_slot+0x110/0x150
[ 2047.858856]  push_leaf_right+0xa8/0x1e0
[ 2047.858864]  split_leaf+0x3bd/0x670
[ 2047.858871]  ? leaf_space_used+0xae/0xd0
[ 2047.858879]  btrfs_search_slot+0xc4e/0xd30
[ 2047.858891]  btrfs_insert_empty_items+0x31/0x70
[ 2047.858896]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 2047.858912]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2047.858919]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 2047.858930]  btrfs_commit_transaction+0xe0/0xed0
[ 2047.858942]  transaction_kthread+0x142/0x1b0
[ 2047.858949]  ? __pfx_transaction_kthread+0x10/0x10
[ 2047.858952]  kthread+0xf5/0x120
[ 2047.858955]  ? __pfx_kthread+0x10/0x10
[ 2047.858960]  ret_from_fork+0x2c/0x50
[ 2047.858973]  </TASK>
[ 2047.858975] irq event stamp: 17453091
[ 2047.858977] hardirqs last  enabled at (17453099): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2047.858982] hardirqs last disabled at (17453106): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2047.858985] softirqs last  enabled at (17450124): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2047.858989] softirqs last disabled at (17450119): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2047.858992] ---[ end trace 0000000000000000 ]---
[ 2072.707592] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2072.707636] [drm] PSP is resuming...
[ 2072.783506] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2072.896615] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2072.910388] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2072.910396] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2072.910403] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2072.910408] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2072.910464] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2072.964012] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2072.965526] [drm] DMUB hardware initialized: version=0x02020017
[ 2073.002758] [drm] kiq ring mec 2 pipe 1 q 0
[ 2073.007420] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2073.007768] [drm] JPEG decode initialized successfully.
[ 2073.007792] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2073.007795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2073.007798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2073.007801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2073.007805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2073.007809] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2073.007813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2073.007816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2073.007820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2073.007824] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2073.007828] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2073.007832] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2073.007836] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2073.007839] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2073.007843] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2073.007846] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2073.011962] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2102.715596] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2102.715634] [drm] PSP is resuming...
[ 2102.791613] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2102.894509] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2102.908278] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2102.908289] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2102.908299] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2102.908305] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2102.908365] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2102.962864] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2102.964269] [drm] DMUB hardware initialized: version=0x02020017
[ 2103.002366] [drm] kiq ring mec 2 pipe 1 q 0
[ 2103.007530] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2103.007768] [drm] JPEG decode initialized successfully.
[ 2103.007792] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2103.007796] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2103.007798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2103.007800] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2103.007802] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2103.007804] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2103.007806] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2103.007808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2103.007810] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2103.007813] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2103.007815] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2103.007817] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2103.007819] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2103.007821] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2103.007823] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2103.007825] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2103.011339] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2132.699536] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2132.699570] [drm] PSP is resuming...
[ 2132.775502] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2132.877388] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2132.891273] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2132.891285] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2132.891292] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2132.891296] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2132.891349] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2132.945887] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2132.947283] [drm] DMUB hardware initialized: version=0x02020017
[ 2132.985527] [drm] kiq ring mec 2 pipe 1 q 0
[ 2132.990387] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2132.990604] [drm] JPEG decode initialized successfully.
[ 2132.990629] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2132.990632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2132.990635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2132.990637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2132.990639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2132.990641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2132.990643] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2132.990645] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2132.990647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2132.990649] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2132.990651] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2132.990654] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2132.990656] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2132.990658] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2132.990660] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2132.990662] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2132.994243] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2162.707568] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2162.707604] [drm] PSP is resuming...
[ 2162.787499] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2162.887956] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2162.901761] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2162.901774] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2162.901781] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2162.901785] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2162.901839] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2162.958954] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2162.960347] [drm] DMUB hardware initialized: version=0x02020017
[ 2163.000009] [drm] kiq ring mec 2 pipe 1 q 0
[ 2163.006459] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2163.006676] [drm] JPEG decode initialized successfully.
[ 2163.006700] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2163.006704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2163.006706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2163.006708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2163.006710] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2163.006712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2163.006714] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2163.006716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2163.006718] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2163.006721] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2163.006723] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2163.006725] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2163.006727] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2163.006729] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2163.006731] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2163.006733] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2163.010197] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2192.747607] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2192.747644] [drm] PSP is resuming...
[ 2192.823609] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2192.924945] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2192.938751] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2192.938762] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2192.938770] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2192.938773] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2192.938827] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2192.994036] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2192.995458] [drm] DMUB hardware initialized: version=0x02020017
[ 2193.033602] [drm] kiq ring mec 2 pipe 1 q 0
[ 2193.038413] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2193.038675] [drm] JPEG decode initialized successfully.
[ 2193.038699] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2193.038702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2193.038705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2193.038707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2193.038709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2193.038711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2193.038713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2193.038715] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2193.038717] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2193.038719] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2193.038721] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2193.038723] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2193.038725] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2193.038728] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2193.038730] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2193.038732] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2193.047701] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2222.763622] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2222.763667] [drm] PSP is resuming...
[ 2222.839627] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2222.941274] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2222.955079] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2222.955087] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2222.955094] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2222.955098] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2222.955163] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2223.010010] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2223.011450] [drm] DMUB hardware initialized: version=0x02020017
[ 2223.050599] [drm] kiq ring mec 2 pipe 1 q 0
[ 2223.055410] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2223.055673] [drm] JPEG decode initialized successfully.
[ 2223.055697] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2223.055701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2223.055703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2223.055705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2223.055707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2223.055709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2223.055711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2223.055713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2223.055715] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2223.055717] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2223.055719] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2223.055721] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2223.055723] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2223.055725] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2223.055727] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2223.055729] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2223.059977] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2252.755593] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2252.755630] [drm] PSP is resuming...
[ 2252.831510] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2252.931720] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2252.945522] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2252.945531] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2252.945538] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2252.945542] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2252.945597] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2253.000004] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2253.001417] [drm] DMUB hardware initialized: version=0x02020017
[ 2253.040302] [drm] kiq ring mec 2 pipe 1 q 0
[ 2253.045343] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2253.045578] [drm] JPEG decode initialized successfully.
[ 2253.045607] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2253.045613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2253.045617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2253.045621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2253.045625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2253.045629] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2253.045633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2253.045637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2253.045641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2253.045645] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2253.045649] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2253.045653] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2253.045657] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2253.045661] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2253.045665] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2253.045669] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2253.049190] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2282.796536] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2282.796570] [drm] PSP is resuming...
[ 2282.872508] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2282.973953] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2282.987752] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2282.987762] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2282.987770] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2282.987774] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2282.987828] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2283.042862] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2283.044282] [drm] DMUB hardware initialized: version=0x02020017
[ 2283.082203] [drm] kiq ring mec 2 pipe 1 q 0
[ 2283.087355] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2283.087568] [drm] JPEG decode initialized successfully.
[ 2283.087592] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2283.087596] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2283.087598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2283.087601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2283.087603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2283.087605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2283.087607] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2283.087609] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2283.087611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2283.087614] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2283.087616] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2283.087619] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2283.087621] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2283.087623] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2283.087626] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2283.087628] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2283.091250] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2312.795575] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2312.795612] [drm] PSP is resuming...
[ 2312.871726] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2312.978500] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2312.992274] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2312.992282] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2312.992289] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2312.992295] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2312.992357] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2313.045829] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2313.047371] [drm] DMUB hardware initialized: version=0x02020017
[ 2313.084988] [drm] kiq ring mec 2 pipe 1 q 0
[ 2313.090255] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2313.090710] [drm] JPEG decode initialized successfully.
[ 2313.090735] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2313.090738] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2313.090741] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2313.090743] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2313.090745] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2313.090747] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2313.090749] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2313.090752] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2313.090754] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2313.090756] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2313.090758] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2313.090760] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2313.090763] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2313.090765] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2313.090767] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2313.090769] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2313.094344] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2343.771575] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2343.771609] [drm] PSP is resuming...
[ 2343.847763] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2343.948160] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2343.962004] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2343.962028] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2343.962040] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2343.962047] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2343.962109] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2344.016311] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2344.017700] [drm] DMUB hardware initialized: version=0x02020017
[ 2344.055414] [drm] kiq ring mec 2 pipe 1 q 0
[ 2344.060602] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2344.060855] [drm] JPEG decode initialized successfully.
[ 2344.060879] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2344.060882] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2344.060884] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2344.060887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2344.060889] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2344.060891] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2344.060893] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2344.060895] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2344.060897] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2344.060899] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2344.060901] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2344.060903] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2344.060905] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2344.060908] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2344.060910] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2344.060912] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2344.064453] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2372.821021] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2372.821066] [drm] PSP is resuming...
[ 2372.897061] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2372.998600] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2373.012384] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2373.012392] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2373.012399] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2373.012403] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2373.012458] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2373.066542] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2373.067825] [drm] DMUB hardware initialized: version=0x02020017
[ 2373.105910] [drm] kiq ring mec 2 pipe 1 q 0
[ 2373.110994] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2373.111209] [drm] JPEG decode initialized successfully.
[ 2373.111239] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2373.111245] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2373.111249] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2373.111253] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2373.111257] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2373.111261] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2373.111265] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2373.111269] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2373.111273] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2373.111277] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2373.111281] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2373.111285] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2373.111289] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2373.111293] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2373.111297] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2373.111301] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2373.115459] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2402.828584] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2402.828627] [drm] PSP is resuming...
[ 2402.904501] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2403.004952] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2403.018745] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2403.018752] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2403.018760] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2403.018764] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2403.018818] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2403.073004] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2403.074351] [drm] DMUB hardware initialized: version=0x02020017
[ 2403.112303] [drm] kiq ring mec 2 pipe 1 q 0
[ 2403.117316] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2403.117560] [drm] JPEG decode initialized successfully.
[ 2403.117584] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2403.117588] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2403.117590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2403.117592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2403.117595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2403.117597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2403.117599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2403.117601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2403.117603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2403.117605] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2403.117607] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2403.117609] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2403.117611] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2403.117613] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2403.117616] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2403.117618] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2403.121190] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2432.835603] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2432.835646] [drm] PSP is resuming...
[ 2432.911614] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2433.014622] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2433.028920] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2433.028934] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2433.028943] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2433.028949] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2433.029007] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2433.083740] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2433.085135] [drm] DMUB hardware initialized: version=0x02020017
[ 2433.123517] [drm] kiq ring mec 2 pipe 1 q 0
[ 2433.128397] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2433.128659] [drm] JPEG decode initialized successfully.
[ 2433.128688] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2433.128693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2433.128696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2433.128698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2433.128700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2433.128702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2433.128704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2433.128706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2433.128708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2433.128711] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2433.128713] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2433.128715] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2433.128717] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2433.128719] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2433.128721] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2433.128723] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2433.132265] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2460.179635] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2460.179678] [drm] PSP is resuming...
[ 2460.255622] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2460.360278] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2460.374115] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2460.374147] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2460.374157] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2460.374163] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2460.374245] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2460.429036] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2460.430475] [drm] DMUB hardware initialized: version=0x02020017
[ 2460.468656] [drm] kiq ring mec 2 pipe 1 q 0
[ 2460.473938] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2460.474100] [drm] JPEG decode initialized successfully.
[ 2460.474125] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2460.474141] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2460.474144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2460.474146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2460.474148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2460.474150] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2460.474152] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2460.474155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2460.474157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2460.474159] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2460.474161] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2460.474163] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2460.474165] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2460.474168] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2460.474170] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2460.474172] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2460.478291] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2492.867570] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2492.867606] [drm] PSP is resuming...
[ 2492.943725] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2493.044162] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2493.058028] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2493.058043] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2493.058052] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2493.058058] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2493.058116] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2493.112892] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2493.114340] [drm] DMUB hardware initialized: version=0x02020017
[ 2493.154311] [drm] kiq ring mec 2 pipe 1 q 0
[ 2493.161037] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2493.161197] [drm] JPEG decode initialized successfully.
[ 2493.161228] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2493.161233] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2493.161238] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2493.161242] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2493.161246] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2493.161250] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2493.161254] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2493.161258] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2493.161261] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2493.161266] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2493.161270] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2493.161274] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2493.161286] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2493.161290] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2493.161294] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2493.161298] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2493.165329] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2522.875745] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2522.875797] [drm] PSP is resuming...
[ 2522.951836] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2523.053168] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2523.066968] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2523.066976] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2523.066984] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2523.066987] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2523.067041] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2523.121358] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2523.122660] [drm] DMUB hardware initialized: version=0x02020017
[ 2523.160506] [drm] kiq ring mec 2 pipe 1 q 0
[ 2523.166263] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2523.166422] [drm] JPEG decode initialized successfully.
[ 2523.166446] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2523.166450] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2523.166453] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2523.166455] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2523.166457] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2523.166459] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2523.166461] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2523.166464] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2523.166466] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2523.166468] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2523.166471] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2523.166473] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2523.166475] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2523.166477] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2523.166479] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2523.166481] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2523.175929] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2552.891596] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2552.891631] [drm] PSP is resuming...
[ 2552.967617] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2553.069163] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2553.082973] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2553.082981] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2553.082988] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2553.082992] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2553.083047] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2553.137047] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2553.138467] [drm] DMUB hardware initialized: version=0x02020017
[ 2553.176513] [drm] kiq ring mec 2 pipe 1 q 0
[ 2553.181487] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2553.181690] [drm] JPEG decode initialized successfully.
[ 2553.181716] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2553.181720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2553.181722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2553.181724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2553.181726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2553.181728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2553.181730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2553.181732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2553.181734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2553.181737] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2553.181739] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2553.181741] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2553.181743] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2553.181745] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2553.181747] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2553.181749] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2553.185329] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2582.907607] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2582.907649] [drm] PSP is resuming...
[ 2582.983610] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2583.085161] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2583.098876] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2583.098884] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2583.098892] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2583.098896] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2583.098954] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2583.153990] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2583.155442] [drm] DMUB hardware initialized: version=0x02020017
[ 2583.193417] [drm] kiq ring mec 2 pipe 1 q 0
[ 2583.198499] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2583.198749] [drm] JPEG decode initialized successfully.
[ 2583.198775] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2583.198779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2583.198781] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2583.198783] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2583.198785] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2583.198788] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2583.198789] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2583.198791] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2583.198794] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2583.198796] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2583.198798] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2583.198800] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2583.198802] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2583.198804] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2583.198806] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2583.198809] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2583.202297] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2612.939571] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2612.939613] [drm] PSP is resuming...
[ 2613.015614] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2613.116056] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2613.137523] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2613.137535] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2613.137543] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2613.137547] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2613.137607] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2613.191856] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2613.193368] [drm] DMUB hardware initialized: version=0x02020017
[ 2613.230505] [drm] kiq ring mec 2 pipe 1 q 0
[ 2613.235257] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2613.235840] [drm] JPEG decode initialized successfully.
[ 2613.235865] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2613.235868] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2613.235870] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2613.235872] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2613.235874] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2613.235876] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2613.235878] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2613.235880] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2613.235882] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2613.235885] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2613.235887] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2613.235889] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2613.235891] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2613.235893] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2613.235895] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2613.235897] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2613.240221] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2642.931620] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2642.931665] [drm] PSP is resuming...
[ 2643.007846] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2643.108165] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2643.121969] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2643.121977] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2643.121984] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2643.121988] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2643.122042] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2643.176306] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2643.177723] [drm] DMUB hardware initialized: version=0x02020017
[ 2643.216542] [drm] kiq ring mec 2 pipe 1 q 0
[ 2643.221568] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2643.221825] [drm] JPEG decode initialized successfully.
[ 2643.221854] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2643.221859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2643.221863] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2643.221868] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2643.221872] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2643.221876] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2643.221879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2643.221883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2643.221887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2643.221891] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2643.221895] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2643.221899] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2643.221904] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2643.221907] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2643.221911] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2643.221915] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2643.225485] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2672.980521] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2672.980551] [drm] PSP is resuming...
[ 2673.056532] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2673.156961] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2673.170753] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2673.170764] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2673.170771] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2673.170775] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2673.170829] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2673.225014] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2673.226342] [drm] DMUB hardware initialized: version=0x02020017
[ 2673.265505] [drm] kiq ring mec 2 pipe 1 q 0
[ 2673.270353] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2673.270571] [drm] JPEG decode initialized successfully.
[ 2673.270601] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2673.270606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2673.270611] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2673.270615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2673.270620] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2673.270624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2673.270628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2673.270632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2673.270636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2673.270640] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2673.270644] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2673.270648] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2673.270652] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2673.270656] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2673.270660] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2673.270665] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2673.275059] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2702.947622] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2702.947669] [drm] PSP is resuming...
[ 2703.023609] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2703.123965] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2703.138001] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2703.138014] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2703.138023] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2703.138030] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2703.138088] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2703.192141] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2703.193453] [drm] DMUB hardware initialized: version=0x02020017
[ 2703.232196] [drm] kiq ring mec 2 pipe 1 q 0
[ 2703.237891] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2703.238054] [drm] JPEG decode initialized successfully.
[ 2703.238078] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2703.238081] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2703.238084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2703.238086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2703.238088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2703.238090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2703.238092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2703.238094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2703.238096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2703.238098] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2703.238100] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2703.238102] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2703.238104] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2703.238106] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2703.238108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2703.238110] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2703.242083] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2733.011538] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2733.011570] [drm] PSP is resuming...
[ 2733.087499] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2733.189277] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2733.203039] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2733.203051] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2733.203059] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2733.203063] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2733.203226] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2733.257829] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2733.259224] [drm] DMUB hardware initialized: version=0x02020017
[ 2733.297194] [drm] kiq ring mec 2 pipe 1 q 0
[ 2733.302946] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2733.303101] [drm] JPEG decode initialized successfully.
[ 2733.303144] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2733.303149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2733.303151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2733.303153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2733.303156] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2733.303158] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2733.303160] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2733.303162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2733.303165] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2733.303167] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2733.303170] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2733.303172] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2733.303174] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2733.303176] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2733.303179] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2733.303181] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2733.306979] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2762.996017] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2762.996053] [drm] PSP is resuming...
[ 2763.072161] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2763.172754] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2763.186537] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2763.186546] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2763.186554] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2763.186558] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2763.186612] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2763.241620] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2763.243016] [drm] DMUB hardware initialized: version=0x02020017
[ 2763.281932] [drm] kiq ring mec 2 pipe 1 q 0
[ 2763.287565] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2763.287722] [drm] JPEG decode initialized successfully.
[ 2763.287747] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2763.287750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2763.287752] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2763.287754] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2763.287756] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2763.287758] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2763.287760] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2763.287762] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2763.287764] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2763.287767] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2763.287769] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2763.287771] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2763.287773] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2763.287775] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2763.287777] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2763.287779] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2763.291856] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2767.253639] ------------[ cut here ]------------
[ 2767.253647] WARNING: CPU: 4 PID: 936 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2767.253654] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2767.253738]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2767.253801] CPU: 4 PID: 936 Comm: polkitd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2767.253804] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2767.253807] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2767.253810] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2767.253813] RSP: 0018:ffffaacb84e4b5b0 EFLAGS: 00010246
[ 2767.253816] RAX: 0000000000000000 RBX: ffff9d55b66b2910 RCX: 0000000000000000
[ 2767.253819] RDX: 0000000000000000 RSI: ffff9d55b66b2890 RDI: ffffaacb84e4b5d8
[ 2767.253821] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2767.253823] R10: ffff9d55b66b2910 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2767.253825] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2767.253827] FS:  00007f2a0272ccc0(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 2767.253830] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2767.253832] CR2: 000055d7694302a4 CR3: 00000001befda000 CR4: 0000000000750ee0
[ 2767.253834] PKRU: 55555554
[ 2767.253836] Call Trace:
[ 2767.253850]  <TASK>
[ 2767.253857]  submit_one_bio+0xd4/0xe0
[ 2767.253863]  submit_extent_page+0x142/0x550
[ 2767.253876]  read_extent_buffer_pages+0x5c1/0x990
[ 2767.253883]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2767.253888]  ? folio_unlock+0x1d/0x50
[ 2767.253894]  btrfs_read_extent_buffer+0x98/0x150
[ 2767.253900]  read_tree_block+0x43/0xa0
[ 2767.253904]  read_block_for_search+0x218/0x320
[ 2767.253924]  btrfs_search_slot+0x351/0xd30
[ 2767.253932]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 2767.253938]  btrfs_lookup_file_extent+0x37/0x40
[ 2767.253942]  btrfs_get_extent+0x12a/0x940
[ 2767.253964]  btrfs_do_readpage+0x1d8/0x770
[ 2767.253977]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 2767.253986]  ? extent_readahead+0xb7/0x6f0
[ 2767.253988]  extent_readahead+0x3f7/0x6f0
[ 2767.254002]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2767.254016]  read_pages+0x7a/0x300
[ 2767.254023]  page_cache_ra_unbounded+0x131/0x1b0
[ 2767.254030]  filemap_get_pages+0x40e/0x6b0
[ 2767.254037]  ? lock_is_held_type+0xe8/0x140
[ 2767.254046]  filemap_read+0xd7/0x330
[ 2767.254071]  vfs_read+0x243/0x310
[ 2767.254090]  ksys_read+0x64/0xe0
[ 2767.254106]  do_syscall_64+0x5b/0x80
[ 2767.254110]  ? do_syscall_64+0x67/0x80
[ 2767.254113]  ? do_syscall_64+0x67/0x80
[ 2767.254126]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2767.254146]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2767.254150] RIP: 0033:0x7f2a02bb5a08
[ 2767.254170] Code: 24 10 eb b1 66 0f 1f 44 00 00 48 8b 15 f9 23 0d 00 f7 d8 64 89 02 b8 ff ff ff ff eb a7 e8 b0 c2 01 00 f3 0f 1e fa 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 08 c3 0f 1f 80 00 00 00 00 48 8b 15 c9 23 0d
[ 2767.254178] RSP: 002b:00007ffcb6c4d028 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 2767.254181] RAX: ffffffffffffffda RBX: 000055d7696b3800 RCX: 00007f2a02bb5a08
[ 2767.254184] RDX: 0000000000001000 RSI: 000055d7697969d0 RDI: 000000000000000a
[ 2767.254190] RBP: 00007f2a02c855e0 R08: 000055d7697969d0 R09: 0000000000000000
[ 2767.254192] R10: 0000000000000000 R11: 0000000000000246 R12: 00007ffcb6c4d130
[ 2767.254195] R13: 0000000000000d68 R14: 00007f2a02c849e0 R15: 0000000000000d68
[ 2767.254205]  </TASK>
[ 2767.254207] irq event stamp: 3201255
[ 2767.254209] hardirqs last  enabled at (3201263): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2767.254222] hardirqs last disabled at (3201296): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2767.254225] softirqs last  enabled at (3201294): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2767.254229] softirqs last disabled at (3201271): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2767.254232] ---[ end trace 0000000000000000 ]---
[ 2767.273302] ------------[ cut here ]------------
[ 2767.273310] WARNING: CPU: 8 PID: 12704 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2767.273318] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2767.273413]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2767.273475] CPU: 8 PID: 12704 Comm: pkla-check-auth Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2767.273480] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2767.273482] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2767.273486] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2767.273489] RSP: 0018:ffffaacb9b7f36b0 EFLAGS: 00010246
[ 2767.273493] RAX: 0000000000000000 RBX: ffff9d49bd76b390 RCX: 0000000000000000
[ 2767.273496] RDX: 0000000000000000 RSI: ffff9d49bd76b310 RDI: ffffaacb9b7f36d8
[ 2767.273499] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2767.273501] R10: ffff9d49bd76b390 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2767.273503] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2767.273506] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 2767.273509] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2767.273511] CR2: 00007ff06c5a8e30 CR3: 00000004c46b6000 CR4: 0000000000750ee0
[ 2767.273514] PKRU: 55555554
[ 2767.273516] Call Trace:
[ 2767.273519]  <TASK>
[ 2767.273527]  submit_one_bio+0xd4/0xe0
[ 2767.273534]  submit_extent_page+0x142/0x550
[ 2767.273549]  read_extent_buffer_pages+0x5c1/0x990
[ 2767.273557]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2767.273562]  ? folio_unlock+0x1d/0x50
[ 2767.273569]  btrfs_read_extent_buffer+0x98/0x150
[ 2767.273576]  read_tree_block+0x43/0xa0
[ 2767.273580]  read_block_for_search+0x218/0x320
[ 2767.273592]  btrfs_search_slot+0x351/0xd30
[ 2767.273601]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 2767.273607]  btrfs_lookup_file_extent+0x37/0x40
[ 2767.273613]  btrfs_get_extent+0x12a/0x940
[ 2767.273620]  ? sched_clock_local+0xe/0x80
[ 2767.273625]  ? sched_clock_cpu+0x9f/0xc0
[ 2767.273633]  btrfs_do_readpage+0x3bd/0x770
[ 2767.273637]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 2767.273645]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 2767.273650]  btrfs_read_folio+0x6f/0x90
[ 2767.273654]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2767.273657]  filemap_read_folio+0x4d/0x100
[ 2767.273664]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 2767.273666]  do_read_cache_folio+0xe4/0x1e0
[ 2767.273673]  ? __pfx_page_get_link+0x10/0x10
[ 2767.273677]  read_cache_page+0x16/0x70
[ 2767.273681]  page_get_link+0x2a/0x1c0
[ 2767.273685]  ? try_to_unlazy+0x7a/0x180
[ 2767.273689]  step_into+0x6d8/0x750
[ 2767.273696]  path_openat+0x11f/0xc80
[ 2767.273705]  do_filp_open+0x9e/0x130
[ 2767.273723]  do_sys_openat2+0x96/0x150
[ 2767.273730]  __x64_sys_openat+0x5c/0x80
[ 2767.273734]  do_syscall_64+0x5b/0x80
[ 2767.273740]  ? lock_is_held_type+0xe8/0x140
[ 2767.273746]  ? asm_exc_page_fault+0x22/0x30
[ 2767.273751]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2767.273755]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2767.273759] RIP: 0033:0x7ff06c7b8f81
[ 2767.273782] Code: 48 89 54 24 e0 41 83 e2 40 75 2e 89 f0 25 00 00 41 00 3d 00 00 41 00 74 20 89 f2 b8 01 01 00 00 48 89 fe bf 9c ff ff ff 0f 05 <48> 3d 00 f0 ff ff 77 2f c3 66 0f 1f 44 00 00 48 8d 44 24 08 c7 44
[ 2767.273785] RSP: 002b:00007ffd4b7484e8 EFLAGS: 00000287 ORIG_RAX: 0000000000000101
[ 2767.273789] RAX: ffffffffffffffda RBX: 00007ff06c77da10 RCX: 00007ff06c7b8f81
[ 2767.273791] RDX: 0000000000080000 RSI: 00007ff06c77da10 RDI: 00000000ffffff9c
[ 2767.273793] RBP: 00007ffd4b748530 R08: 00007ffd4b748597 R09: 0000000000000000
[ 2767.273796] R10: 0000000000000000 R11: 0000000000000287 R12: 0000000000000000
[ 2767.273798] R13: 0000000000000000 R14: 00007ff06c7cb000 R15: 00007ffd4b7485b0
[ 2767.273809]  </TASK>
[ 2767.273812] irq event stamp: 10607
[ 2767.273814] hardirqs last  enabled at (10615): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2767.273819] hardirqs last disabled at (10622): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2767.273822] softirqs last  enabled at (9024): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2767.273826] softirqs last disabled at (9017): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2767.273829] ---[ end trace 0000000000000000 ]---
[ 2770.829034] ------------[ cut here ]------------
[ 2770.829211] WARNING: CPU: 11 PID: 3617 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2770.829218] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2770.829302]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2770.829359] CPU: 11 PID: 3617 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2770.829362] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2770.829365] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2770.829368] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2770.829370] RSP: 0018:ffffaacb93947930 EFLAGS: 00010246
[ 2770.829374] RAX: 0000000000000000 RBX: ffff9d513c571090 RCX: 0000000000000000
[ 2770.829377] RDX: 0000000000000000 RSI: ffff9d513c571010 RDI: ffffaacb93947958
[ 2770.829379] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2770.829381] R10: ffff9d513c571090 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2770.829383] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2770.829385] FS:  00007f42c4dfd6c0(0000) GS:ffff9d57d8e00000(0000) knlGS:0000000000000000
[ 2770.829388] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2770.829390] CR2: 0000162a004eb000 CR3: 0000000118e10000 CR4: 0000000000750ee0
[ 2770.829392] PKRU: 55555554
[ 2770.829394] Call Trace:
[ 2770.829397]  <TASK>
[ 2770.829404]  submit_one_bio+0xd4/0xe0
[ 2770.829411]  submit_extent_page+0x142/0x550
[ 2770.829423]  read_extent_buffer_pages+0x5c1/0x990
[ 2770.829430]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2770.829435]  ? folio_unlock+0x1d/0x50
[ 2770.829441]  btrfs_read_extent_buffer+0x98/0x150
[ 2770.829447]  read_tree_block+0x43/0xa0
[ 2770.829451]  read_block_for_search+0x218/0x320
[ 2770.829460]  btrfs_search_slot+0x351/0xd30
[ 2770.829468]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2770.829474]  btrfs_real_readdir+0x14a/0x470
[ 2770.829478]  ? lock_is_held_type+0xe8/0x140
[ 2770.829484]  ? find_held_lock+0x32/0x90
[ 2770.829494]  iterate_dir+0x183/0x1d0
[ 2770.829501]  __x64_sys_getdents64+0x76/0x120
[ 2770.829504]  ? __pfx_filldir64+0x10/0x10
[ 2770.829509]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.829515]  do_syscall_64+0x5b/0x80
[ 2770.829520]  ? lock_is_held_type+0xe8/0x140
[ 2770.829525]  ? do_syscall_64+0x67/0x80
[ 2770.829528]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.829532]  ? do_syscall_64+0x67/0x80
[ 2770.829535]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.829539]  ? do_syscall_64+0x67/0x80
[ 2770.829542]  ? do_syscall_64+0x67/0x80
[ 2770.829545]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.829549]  ? do_syscall_64+0x67/0x80
[ 2770.829552]  ? do_syscall_64+0x67/0x80
[ 2770.829555]  ? do_syscall_64+0x67/0x80
[ 2770.829558]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.829562]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2770.829566] RIP: 0033:0x7f42d74f6367
[ 2770.829588] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 2770.829591] RSP: 002b:00007f42c4dfb2d8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 2770.829594] RAX: ffffffffffffffda RBX: 00003c7029a78000 RCX: 00007f42d74f6367
[ 2770.829596] RDX: 0000000000008000 RSI: 00003c7029a78030 RDI: 0000000000000147
[ 2770.829598] RBP: 00003c7029a78004 R08: 00003c7029a78000 R09: 00007f42c4dfb1af
[ 2770.829600] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 2770.829602] R13: 0000000000000000 R14: 00007f42c4dfb560 R15: 00007f42c4dfb5a8
[ 2770.829612]  </TASK>
[ 2770.829614] irq event stamp: 32806307
[ 2770.829616] hardirqs last  enabled at (32806315): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2770.829620] hardirqs last disabled at (32806322): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2770.829623] softirqs last  enabled at (32803496): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2770.829627] softirqs last disabled at (32803487): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2770.829629] ---[ end trace 0000000000000000 ]---
[ 2770.836367] BTRFS error (device nvme1n1p3): level verify failed on logical 5039967535104 mirror 1 wanted 0 found 1
[ 2770.836455] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5039967535104 mirror 1
[ 2770.836459] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2770.836475] BTRFS error (device nvme1n1p3): read failed, bytenr=5039967535104 check owner_root=256 transid=651564 has_first_key=1 first_key=(96033559 1 0) level=1
[ 2770.836482] CPU: 11 PID: 3617 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2770.836486] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2770.836489] Call Trace:
[ 2770.836492]  <TASK>
[ 2770.836495]  dump_stack_lvl+0x5b/0x77
[ 2770.836502]  read_extent_buffer_pages.cold+0x44/0xa0
[ 2770.836510]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2770.836516]  ? folio_unlock+0x1d/0x50
[ 2770.836523]  btrfs_read_extent_buffer+0x98/0x150
[ 2770.836530]  read_tree_block+0x43/0xa0
[ 2770.836535]  read_block_for_search+0x218/0x320
[ 2770.836547]  btrfs_search_slot+0x351/0xd30
[ 2770.836555]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2770.836562]  btrfs_real_readdir+0x14a/0x470
[ 2770.836566]  ? lock_is_held_type+0xe8/0x140
[ 2770.836571]  ? find_held_lock+0x32/0x90
[ 2770.836583]  iterate_dir+0x183/0x1d0
[ 2770.836591]  __x64_sys_getdents64+0x76/0x120
[ 2770.836595]  ? __pfx_filldir64+0x10/0x10
[ 2770.836600]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836607]  do_syscall_64+0x5b/0x80
[ 2770.836612]  ? lock_is_held_type+0xe8/0x140
[ 2770.836619]  ? do_syscall_64+0x67/0x80
[ 2770.836623]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836627]  ? do_syscall_64+0x67/0x80
[ 2770.836630]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836635]  ? do_syscall_64+0x67/0x80
[ 2770.836638]  ? do_syscall_64+0x67/0x80
[ 2770.836642]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836646]  ? do_syscall_64+0x67/0x80
[ 2770.836651]  ? do_syscall_64+0x67/0x80
[ 2770.836654]  ? do_syscall_64+0x67/0x80
[ 2770.836657]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836662]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2770.836666] RIP: 0033:0x7f42d74f6367
[ 2770.836679] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 2770.836682] RSP: 002b:00007f42c4dfb2d8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 2770.836686] RAX: ffffffffffffffda RBX: 00003c7029a78000 RCX: 00007f42d74f6367
[ 2770.836688] RDX: 0000000000008000 RSI: 00003c7029a78030 RDI: 0000000000000147
[ 2770.836691] RBP: 00003c7029a78004 R08: 00003c7029a78000 R09: 00007f42c4dfb1af
[ 2770.836693] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 2770.836695] R13: 0000000000000000 R14: 00007f42c4dfb560 R15: 00007f42c4dfb5a8
[ 2770.836708]  </TASK>
[ 2770.836710] BTRFS error (device nvme1n1p3): read failed, bytenr=5039967535104 check owner_root=256 transid=651564 has_first_key=1 first_key=(96033559 1 0) level=1
[ 2770.836715] CPU: 11 PID: 3617 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2770.836718] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2770.836720] Call Trace:
[ 2770.836723]  <TASK>
[ 2770.836725]  dump_stack_lvl+0x5b/0x77
[ 2770.836730]  read_extent_buffer_pages.cold+0x44/0xa0
[ 2770.836736]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2770.836741]  ? folio_unlock+0x1d/0x50
[ 2770.836747]  btrfs_read_extent_buffer+0x98/0x150
[ 2770.836754]  read_tree_block+0x43/0xa0
[ 2770.836758]  read_block_for_search+0x218/0x320
[ 2770.836769]  btrfs_search_slot+0x351/0xd30
[ 2770.836778]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2770.836784]  btrfs_real_readdir+0x14a/0x470
[ 2770.836787]  ? lock_is_held_type+0xe8/0x140
[ 2770.836792]  ? find_held_lock+0x32/0x90
[ 2770.836804]  iterate_dir+0x183/0x1d0
[ 2770.836810]  __x64_sys_getdents64+0x76/0x120
[ 2770.836813]  ? __pfx_filldir64+0x10/0x10
[ 2770.836819]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836825]  do_syscall_64+0x5b/0x80
[ 2770.836830]  ? lock_is_held_type+0xe8/0x140
[ 2770.836837]  ? do_syscall_64+0x67/0x80
[ 2770.836841]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836845]  ? do_syscall_64+0x67/0x80
[ 2770.836849]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836853]  ? do_syscall_64+0x67/0x80
[ 2770.836856]  ? do_syscall_64+0x67/0x80
[ 2770.836860]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836865]  ? do_syscall_64+0x67/0x80
[ 2770.836869]  ? do_syscall_64+0x67/0x80
[ 2770.836872]  ? do_syscall_64+0x67/0x80
[ 2770.836876]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.836880]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2770.836883] RIP: 0033:0x7f42d74f6367
[ 2770.836887] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 2770.836890] RSP: 002b:00007f42c4dfb2d8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 2770.836893] RAX: ffffffffffffffda RBX: 00003c7029a78000 RCX: 00007f42d74f6367
[ 2770.836896] RDX: 0000000000008000 RSI: 00003c7029a78030 RDI: 0000000000000147
[ 2770.836898] RBP: 00003c7029a78004 R08: 00003c7029a78000 R09: 00007f42c4dfb1af
[ 2770.836900] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 2770.836903] R13: 0000000000000000 R14: 00007f42c4dfb560 R15: 00007f42c4dfb5a8
[ 2770.836915]  </TASK>
[ 2770.836917] BTRFS error (device nvme1n1p3): read failed, bytenr=5039967535104 check owner_root=256 transid=651564 has_first_key=1 first_key=(96033559 1 0) level=1
[ 2770.836921] CPU: 11 PID: 3617 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2770.836923] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2770.836925] Call Trace:
[ 2770.836928]  <TASK>
[ 2770.836930]  dump_stack_lvl+0x5b/0x77
[ 2770.836934]  read_extent_buffer_pages.cold+0x44/0xa0
[ 2770.836941]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2770.836946]  ? folio_unlock+0x1d/0x50
[ 2770.836952]  btrfs_read_extent_buffer+0x98/0x150
[ 2770.836958]  read_tree_block+0x43/0xa0
[ 2770.836963]  read_block_for_search+0x218/0x320
[ 2770.836973]  btrfs_search_slot+0x351/0xd30
[ 2770.836982]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2770.836988]  btrfs_real_readdir+0x14a/0x470
[ 2770.836991]  ? lock_is_held_type+0xe8/0x140
[ 2770.836996]  ? find_held_lock+0x32/0x90
[ 2770.837008]  iterate_dir+0x183/0x1d0
[ 2770.837014]  __x64_sys_getdents64+0x76/0x120
[ 2770.837018]  ? __pfx_filldir64+0x10/0x10
[ 2770.837023]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.837029]  do_syscall_64+0x5b/0x80
[ 2770.837034]  ? lock_is_held_type+0xe8/0x140
[ 2770.837041]  ? do_syscall_64+0x67/0x80
[ 2770.837045]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.837049]  ? do_syscall_64+0x67/0x80
[ 2770.837053]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.837057]  ? do_syscall_64+0x67/0x80
[ 2770.837060]  ? do_syscall_64+0x67/0x80
[ 2770.837064]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.837068]  ? do_syscall_64+0x67/0x80
[ 2770.837073]  ? do_syscall_64+0x67/0x80
[ 2770.837076]  ? do_syscall_64+0x67/0x80
[ 2770.837080]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2770.837084]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2770.837087] RIP: 0033:0x7f42d74f6367
[ 2770.837091] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 2770.837093] RSP: 002b:00007f42c4dfb2d8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 2770.837097] RAX: ffffffffffffffda RBX: 00003c7029a78000 RCX: 00007f42d74f6367
[ 2770.837099] RDX: 0000000000008000 RSI: 00003c7029a78030 RDI: 0000000000000147
[ 2770.837101] RBP: 00003c7029a78004 R08: 00003c7029a78000 R09: 00007f42c4dfb1af
[ 2770.837103] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 2770.837105] R13: 0000000000000000 R14: 00007f42c4dfb560 R15: 00007f42c4dfb5a8
[ 2770.837117]  </TASK>
[ 2771.223289] ------------[ cut here ]------------
[ 2771.223448] WARNING: CPU: 5 PID: 704 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2771.223457] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2771.223576]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2771.223654] CPU: 5 PID: 704 Comm: systemd-journal Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2771.223658] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2771.223662] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2771.223667] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2771.223671] RSP: 0018:ffffaacb81b17810 EFLAGS: 00010246
[ 2771.223676] RAX: 0000000000000000 RBX: ffff9d49bdb3d090 RCX: 0000000000000000
[ 2771.223679] RDX: 0000000000000000 RSI: ffff9d49bdb3d010 RDI: ffffaacb81b17838
[ 2771.223682] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2771.223685] R10: ffff9d49bdb3d090 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2771.223688] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2771.223691] FS:  00007fdec1775b40(0000) GS:ffff9d57d7600000(0000) knlGS:0000000000000000
[ 2771.223694] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2771.223698] CR2: 00000000b08ac000 CR3: 00000001190be000 CR4: 0000000000750ee0
[ 2771.223701] PKRU: 55555554
[ 2771.223704] Call Trace:
[ 2771.223707]  <TASK>
[ 2771.223716]  submit_one_bio+0xd4/0xe0
[ 2771.223725]  submit_extent_page+0x142/0x550
[ 2771.223743]  read_extent_buffer_pages+0x5c1/0x990
[ 2771.223754]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2771.223764]  btrfs_readahead_tree_block+0x71/0xa0
[ 2771.223772]  reada_for_balance+0x6a/0x80
[ 2771.223779]  btrfs_search_slot+0x666/0xd30
[ 2771.223784]  ? lock_is_held_type+0xe8/0x140
[ 2771.223795]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 2771.223799]  ? kmem_cache_alloc+0x194/0x380
[ 2771.223807]  btrfs_truncate_inode_items+0x143/0xb50
[ 2771.223822]  ? btrfs_setattr+0x2df/0x8a0
[ 2771.223828]  ? kmem_cache_free+0x140/0x580
[ 2771.223836]  btrfs_setattr+0x2f2/0x8a0
[ 2771.223854]  notify_change+0x29b/0x5b0
[ 2771.223860]  ? find_held_lock+0x32/0x90
[ 2771.223872]  ? do_truncate+0x83/0xc0
[ 2771.223877]  do_truncate+0x83/0xc0
[ 2771.223889]  do_sys_ftruncate+0x26b/0x2c0
[ 2771.223897]  do_syscall_64+0x5b/0x80
[ 2771.223903]  ? lock_is_held_type+0xe8/0x140
[ 2771.223911]  ? do_syscall_64+0x67/0x80
[ 2771.223916]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2771.223921]  ? do_syscall_64+0x67/0x80
[ 2771.223925]  ? lock_is_held_type+0xe8/0x140
[ 2771.223933]  ? do_syscall_64+0x67/0x80
[ 2771.223937]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2771.223943]  ? do_syscall_64+0x67/0x80
[ 2771.223947]  ? asm_exc_page_fault+0x22/0x30
[ 2771.223952]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2771.223957]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2771.223961] RIP: 0033:0x7fdec1326a4b
[ 2771.223984] Code: 77 05 c3 0f 1f 40 00 48 8b 15 b9 f3 0c 00 f7 d8 64 89 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 4d 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 05 c3 0f 1f 40 00 48 8b 15 89 f3 0c 00 f7 d8
[ 2771.223986] RSP: 002b:00007ffc1a1e6e28 EFLAGS: 00000206 ORIG_RAX: 000000000000004d
[ 2771.223990] RAX: ffffffffffffffda RBX: 000056129d53c9f0 RCX: 00007fdec1326a4b
[ 2771.223993] RDX: 000056129d53c830 RSI: 0000000001000000 RDI: 0000000000000018
[ 2771.223995] RBP: 00007ffc1a1e6ec0 R08: 000056129d53010c R09: 000056129d53ca7c
[ 2771.223997] R10: 0000000000000000 R11: 0000000000000206 R12: 000056129d52a640
[ 2771.224000] R13: 00007ffc1a1e6e68 R14: 00007ffc1a1e6e70 R15: 000056129d52a640
[ 2771.224011]  </TASK>
[ 2771.224014] irq event stamp: 4669213
[ 2771.224016] hardirqs last  enabled at (4669221): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2771.224020] hardirqs last disabled at (4669228): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2771.224023] softirqs last  enabled at (4652678): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2771.224027] softirqs last disabled at (4651205): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2771.224030] ---[ end trace 0000000000000000 ]---
[ 2771.230668] BTRFS error (device nvme1n1p3): level verify failed on logical 5039850782720 mirror 1 wanted 0 found 1
[ 2771.230676] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5039850782720 mirror 1
[ 2771.230680] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2777.314759] ------------[ cut here ]------------
[ 2777.314767] WARNING: CPU: 3 PID: 12716 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2777.314775] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2777.314856]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2777.314908] CPU: 3 PID: 12716 Comm: pkla-check-auth Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2777.314911] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2777.314913] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2777.314917] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2777.314919] RSP: 0018:ffffaacb9bf4b930 EFLAGS: 00010246
[ 2777.314923] RAX: 0000000000000000 RBX: ffff9d549bf015d0 RCX: 0000000000000000
[ 2777.314925] RDX: 0000000000000000 RSI: ffff9d549bf01550 RDI: ffffaacb9bf4b958
[ 2777.314927] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2777.314929] R10: ffff9d549bf015d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2777.314931] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2777.314933] FS:  00007f5c08b3b0c0(0000) GS:ffff9d57d6e00000(0000) knlGS:0000000000000000
[ 2777.314936] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2777.314938] CR2: 00005594aac98f78 CR3: 0000000190622000 CR4: 0000000000750ee0
[ 2777.314940] PKRU: 55555554
[ 2777.314942] Call Trace:
[ 2777.314945]  <TASK>
[ 2777.314952]  submit_one_bio+0xd4/0xe0
[ 2777.314958]  submit_extent_page+0x142/0x550
[ 2777.314970]  read_extent_buffer_pages+0x5c1/0x990
[ 2777.314977]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2777.314984]  btrfs_readahead_tree_block+0x71/0xa0
[ 2777.314990]  reada_for_search+0x10a/0x200
[ 2777.314998]  read_block_for_search+0x27e/0x320
[ 2777.315007]  btrfs_search_slot+0x351/0xd30
[ 2777.315014]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2777.315020]  btrfs_real_readdir+0x14a/0x470
[ 2777.315023]  ? lock_is_held_type+0xe8/0x140
[ 2777.315028]  ? find_held_lock+0x32/0x90
[ 2777.315039]  iterate_dir+0x183/0x1d0
[ 2777.315045]  __x64_sys_getdents64+0x76/0x120
[ 2777.315049]  ? __pfx_filldir64+0x10/0x10
[ 2777.315053]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2777.315058]  do_syscall_64+0x5b/0x80
[ 2777.315063]  ? lock_release+0x14b/0x440
[ 2777.315069]  ? up_read+0x17/0x20
[ 2777.315073]  ? lock_is_held_type+0xe8/0x140
[ 2777.315078]  ? asm_exc_page_fault+0x22/0x30
[ 2777.315082]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2777.315086]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2777.315089] RIP: 0033:0x7f5c08f91367
[ 2777.315109] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 2777.315112] RSP: 002b:00007ffcdf66a9e8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 2777.315115] RAX: ffffffffffffffda RBX: 00005594aac80b80 RCX: 00007f5c08f91367
[ 2777.315117] RDX: 0000000000008000 RSI: 00005594aac80bb0 RDI: 0000000000000003
[ 2777.315119] RBP: 00005594aac80b84 R08: 0000000000005dd8 R09: 0000000000000000
[ 2777.315121] R10: 0000000000000000 R11: 0000000000000293 R12: ffffffffffffff88
[ 2777.315123] R13: 0000000000000000 R14: 00005594aac8a900 R15: 00005594aac7b540
[ 2777.315154]  </TASK>
[ 2777.315156] irq event stamp: 24701
[ 2777.315158] hardirqs last  enabled at (24709): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2777.315162] hardirqs last disabled at (24716): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2777.315165] softirqs last  enabled at (24692): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2777.315169] softirqs last disabled at (24687): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2777.315171] ---[ end trace 0000000000000000 ]---
[ 2793.027556] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2793.027593] [drm] PSP is resuming...
[ 2793.103610] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2793.204945] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2793.218743] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2793.218752] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2793.218759] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2793.218763] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2793.218816] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2793.272979] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2793.274386] [drm] DMUB hardware initialized: version=0x02020017
[ 2793.312616] [drm] kiq ring mec 2 pipe 1 q 0
[ 2793.317918] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2793.318077] [drm] JPEG decode initialized successfully.
[ 2793.318102] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2793.318106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2793.318108] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2793.318111] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2793.318113] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2793.318115] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2793.318117] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2793.318119] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2793.318121] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2793.318123] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2793.318126] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2793.318150] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2793.318152] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2793.318154] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2793.318156] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2793.318158] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2793.322951] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2808.631599] ------------[ cut here ]------------
[ 2808.631753] WARNING: CPU: 12 PID: 9720 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2808.631763] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2808.631924]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2808.631998] CPU: 12 PID: 9720 Comm: kworker/u32:18 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2808.632002] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2808.632005] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2808.632011] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2808.632014] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2808.632017] RSP: 0018:ffffaacb97b7f920 EFLAGS: 00010246
[ 2808.632021] RAX: 0000000000000000 RBX: ffff9d546ab1bc50 RCX: 0000000000000000
[ 2808.632024] RDX: 0000000000000000 RSI: ffff9d546ab1bbd0 RDI: ffffaacb97b7f948
[ 2808.632027] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2808.632029] R10: ffff9d546ab1bc50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2808.632032] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2808.632034] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 2808.632037] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2808.632040] CR2: 00003dcf09f81000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 2808.632043] PKRU: 55555554
[ 2808.632045] Call Trace:
[ 2808.632048]  <TASK>
[ 2808.632056]  submit_one_bio+0xd4/0xe0
[ 2808.632063]  submit_extent_page+0x142/0x550
[ 2808.632079]  read_extent_buffer_pages+0x5c1/0x990
[ 2808.632087]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2808.632095]  btrfs_readahead_tree_block+0x71/0xa0
[ 2808.632102]  reada_for_balance+0x6a/0x80
[ 2808.632107]  btrfs_search_slot+0x666/0xd30
[ 2808.632111]  ? lock_is_held_type+0xe8/0x140
[ 2808.632120]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 2808.632124]  ? kmem_cache_alloc+0x194/0x380
[ 2808.632156]  btrfs_mark_extent_written+0xdc/0xac0
[ 2808.632160]  ? lock_release+0x14b/0x440
[ 2808.632178]  btrfs_finish_ordered_io+0x3d5/0x860
[ 2808.632189]  ? lock_is_held_type+0xe8/0x140
[ 2808.632197]  btrfs_work_helper+0xfe/0x400
[ 2808.632200]  ? lock_is_held_type+0xe8/0x140
[ 2808.632207]  process_one_work+0x294/0x5b0
[ 2808.632218]  worker_thread+0x4f/0x3a0
[ 2808.632224]  ? __pfx_worker_thread+0x10/0x10
[ 2808.632227]  kthread+0xf5/0x120
[ 2808.632230]  ? __pfx_kthread+0x10/0x10
[ 2808.632235]  ret_from_fork+0x2c/0x50
[ 2808.632248]  </TASK>
[ 2808.632251] irq event stamp: 6734313
[ 2808.632254] hardirqs last  enabled at (6734321): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2808.632258] hardirqs last disabled at (6734328): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2808.632261] softirqs last  enabled at (6734204): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2808.632265] softirqs last disabled at (6734199): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2808.632268] ---[ end trace 0000000000000000 ]---
[ 2817.432287] ------------[ cut here ]------------
[ 2817.432298] WARNING: CPU: 0 PID: 12783 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2817.432308] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2817.432405]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2817.432483] CPU: 0 PID: 12783 Comm: pkla-check-auth Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2817.432486] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2817.432488] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2817.432492] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2817.432494] RSP: 0018:ffffaacb9a8bb930 EFLAGS: 00010246
[ 2817.432498] RAX: 0000000000000000 RBX: ffff9d54a4e3f8d0 RCX: 0000000000000000
[ 2817.432500] RDX: 0000000000000000 RSI: ffff9d54a4e3f850 RDI: ffffaacb9a8bb958
[ 2817.432502] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2817.432504] R10: ffff9d54a4e3f8d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2817.432506] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2817.432508] FS:  00007fc3a80da0c0(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 2817.432511] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2817.432513] CR2: 0000564e1cc24f78 CR3: 000000018d764000 CR4: 0000000000750ef0
[ 2817.432515] PKRU: 55555554
[ 2817.432517] Call Trace:
[ 2817.432520]  <TASK>
[ 2817.432526]  submit_one_bio+0xd4/0xe0
[ 2817.432533]  submit_extent_page+0x142/0x550
[ 2817.432545]  read_extent_buffer_pages+0x5c1/0x990
[ 2817.432552]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2817.432559]  btrfs_readahead_tree_block+0x71/0xa0
[ 2817.432565]  reada_for_search+0x10a/0x200
[ 2817.432574]  read_block_for_search+0x27e/0x320
[ 2817.432582]  btrfs_search_slot+0x351/0xd30
[ 2817.432589]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2817.432595]  btrfs_real_readdir+0x14a/0x470
[ 2817.432599]  ? lock_is_held_type+0xe8/0x140
[ 2817.432604]  ? find_held_lock+0x32/0x90
[ 2817.432615]  iterate_dir+0x183/0x1d0
[ 2817.432621]  __x64_sys_getdents64+0x76/0x120
[ 2817.432624]  ? __pfx_filldir64+0x10/0x10
[ 2817.432629]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2817.432634]  do_syscall_64+0x5b/0x80
[ 2817.432638]  ? lock_release+0x14b/0x440
[ 2817.432644]  ? up_read+0x17/0x20
[ 2817.432651]  ? lock_is_held_type+0xe8/0x140
[ 2817.432660]  ? asm_exc_page_fault+0x22/0x30
[ 2817.432666]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2817.432672]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2817.432677] RIP: 0033:0x7fc3a8530367
[ 2817.432700] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 2817.432704] RSP: 002b:00007ffc63a58cf8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 2817.432710] RAX: ffffffffffffffda RBX: 0000564e1cc0cb80 RCX: 00007fc3a8530367
[ 2817.432713] RDX: 0000000000008000 RSI: 0000564e1cc0cbb0 RDI: 0000000000000003
[ 2817.432715] RBP: 0000564e1cc0cb84 R08: 0000000000005dd8 R09: 0000000000000000
[ 2817.432717] R10: 0000000000000000 R11: 0000000000000293 R12: ffffffffffffff88
[ 2817.432719] R13: 0000000000000000 R14: 0000564e1cc16900 R15: 0000564e1cc07540
[ 2817.432729]  </TASK>
[ 2817.432731] irq event stamp: 26187
[ 2817.432733] hardirqs last  enabled at (26195): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2817.432736] hardirqs last disabled at (26202): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2817.432739] softirqs last  enabled at (24808): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2817.432742] softirqs last disabled at (24803): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2817.432745] ---[ end trace 0000000000000000 ]---
[ 2823.059575] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2823.059611] [drm] PSP is resuming...
[ 2823.135633] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2823.237162] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2823.250970] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2823.250980] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2823.250989] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2823.250996] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2823.251051] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2823.305011] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2823.306317] [drm] DMUB hardware initialized: version=0x02020017
[ 2823.344511] [drm] kiq ring mec 2 pipe 1 q 0
[ 2823.349932] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2823.350096] [drm] JPEG decode initialized successfully.
[ 2823.350121] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2823.350124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2823.350149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2823.350151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2823.350154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2823.350156] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2823.350158] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2823.350160] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2823.350162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2823.350164] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2823.350167] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2823.350169] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2823.350171] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2823.350173] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2823.350175] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2823.350177] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2823.354287] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2853.011603] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2853.011639] [drm] PSP is resuming...
[ 2853.087723] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2853.188497] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2853.202272] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2853.202279] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2853.202286] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2853.202290] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2853.202345] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2853.256162] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2853.257448] [drm] DMUB hardware initialized: version=0x02020017
[ 2853.296439] [drm] kiq ring mec 2 pipe 1 q 0
[ 2853.301943] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2853.302106] [drm] JPEG decode initialized successfully.
[ 2853.302143] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2853.302146] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2853.302149] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2853.302152] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2853.302154] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2853.302156] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2853.302158] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2853.302160] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2853.302162] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2853.302164] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2853.302166] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2853.302169] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2853.302171] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2853.302173] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2853.302175] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2853.302177] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2853.306241] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2880.818669] ------------[ cut here ]------------
[ 2880.818805] WARNING: CPU: 8 PID: 12181 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2880.818813] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2880.818952]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2880.819057] CPU: 8 PID: 12181 Comm: kworker/u32:0 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2880.819061] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2880.819064] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2880.819069] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2880.819073] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2880.819076] RSP: 0018:ffffaacb9aea7810 EFLAGS: 00010246
[ 2880.819080] RAX: 0000000000000000 RBX: ffff9d5484430d10 RCX: 0000000000000000
[ 2880.819083] RDX: 0000000000000000 RSI: ffff9d5484430c90 RDI: ffffaacb9aea7838
[ 2880.819086] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2880.819088] R10: ffff9d5484430d10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2880.819091] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2880.819094] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 2880.819096] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2880.819099] CR2: 00000000b2ef2000 CR3: 000000019cf10000 CR4: 0000000000750ee0
[ 2880.819102] PKRU: 55555554
[ 2880.819104] Call Trace:
[ 2880.819108]  <TASK>
[ 2880.819119]  submit_one_bio+0xd4/0xe0
[ 2880.819158]  submit_extent_page+0x142/0x550
[ 2880.819185]  read_extent_buffer_pages+0x5c1/0x990
[ 2880.819200]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2880.819206]  ? _raw_spin_unlock+0x29/0x50
[ 2880.819218]  btrfs_readahead_tree_block+0x71/0xa0
[ 2880.819229]  btrfs_search_slot+0x666/0xd30
[ 2880.819252]  btrfs_lookup_file_extent+0x37/0x40
[ 2880.819260]  btrfs_drop_extents+0x155/0xd60
[ 2880.819292]  insert_reserved_file_extent+0xf0/0x380
[ 2880.819306]  ? join_transaction+0x1b9/0x590
[ 2880.819327]  btrfs_finish_ordered_io+0x65c/0x860
[ 2880.819354]  btrfs_work_helper+0xfe/0x400
[ 2880.819361]  ? lock_is_held_type+0xe8/0x140
[ 2880.819375]  process_one_work+0x294/0x5b0
[ 2880.819394]  worker_thread+0x4f/0x3a0
[ 2880.819405]  ? __pfx_worker_thread+0x10/0x10
[ 2880.819410]  kthread+0xf5/0x120
[ 2880.819416]  ? __pfx_kthread+0x10/0x10
[ 2880.819425]  ret_from_fork+0x2c/0x50
[ 2880.819447]  </TASK>
[ 2880.819449] irq event stamp: 2258479
[ 2880.819452] hardirqs last  enabled at (2258487): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2880.819457] hardirqs last disabled at (2258494): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2880.819460] softirqs last  enabled at (2258318): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2880.819464] softirqs last disabled at (2258311): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2880.819467] ---[ end trace 0000000000000000 ]---
[ 2880.819597] BTRFS error (device nvme1n1p3): level verify failed on logical 5039973089280 mirror 1 wanted 0 found 1
[ 2880.819605] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5039973089280 mirror 1
[ 2880.819611] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2883.051531] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2883.051566] [drm] PSP is resuming...
[ 2883.127498] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2883.232942] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2883.246743] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2883.246751] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2883.246759] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2883.246762] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2883.246816] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2883.301859] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2883.303267] [drm] DMUB hardware initialized: version=0x02020017
[ 2883.341785] [drm] kiq ring mec 2 pipe 1 q 0
[ 2883.346891] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2883.347099] [drm] JPEG decode initialized successfully.
[ 2883.347145] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2883.347151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2883.347155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2883.347159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2883.347163] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2883.347167] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2883.347171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2883.347175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2883.347178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2883.347182] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2883.347186] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2883.347190] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2883.347194] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2883.347198] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2883.347202] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2883.347206] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2883.350978] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2890.659031] ------------[ cut here ]------------
[ 2890.659198] WARNING: CPU: 11 PID: 9720 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2890.659208] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2890.659332]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2890.659411] CPU: 11 PID: 9720 Comm: kworker/u32:18 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2890.659416] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2890.659419] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2890.659426] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2890.659430] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2890.659434] RSP: 0018:ffffaacb97b7f888 EFLAGS: 00010246
[ 2890.659439] RAX: 0000000000000000 RBX: ffff9d4b29c2db10 RCX: 0000000000000000
[ 2890.659443] RDX: 0000000000000000 RSI: ffff9d4b29c2da90 RDI: ffffaacb97b7f8b0
[ 2890.659446] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2890.659449] R10: ffff9d4b29c2db10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2890.659452] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2890.659455] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0000) knlGS:0000000000000000
[ 2890.659458] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2890.659461] CR2: 00000000b8bff000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 2890.659464] PKRU: 55555554
[ 2890.659467] Call Trace:
[ 2890.659470]  <TASK>
[ 2890.659480]  submit_one_bio+0xd4/0xe0
[ 2890.659489]  submit_extent_page+0x142/0x550
[ 2890.659507]  read_extent_buffer_pages+0x5c1/0x990
[ 2890.659516]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2890.659523]  ? folio_unlock+0x1d/0x50
[ 2890.659531]  btrfs_read_extent_buffer+0x98/0x150
[ 2890.659539]  read_tree_block+0x43/0xa0
[ 2890.659544]  read_block_for_search+0x218/0x320
[ 2890.659558]  btrfs_search_slot+0x351/0xd30
[ 2890.659568]  ? lock_is_held_type+0xe8/0x140
[ 2890.659577]  btrfs_lookup_csum+0x63/0x150
[ 2890.659587]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2890.659592]  ? sched_clock_cpu+0x9f/0xc0
[ 2890.659598]  ? lock_release+0x14b/0x440
[ 2890.659607]  ? _raw_read_unlock+0x29/0x50
[ 2890.659616]  btrfs_finish_ordered_io+0x441/0x860
[ 2890.659634]  btrfs_work_helper+0xfe/0x400
[ 2890.659638]  ? lock_is_held_type+0xe8/0x140
[ 2890.659647]  process_one_work+0x294/0x5b0
[ 2890.659659]  worker_thread+0x4f/0x3a0
[ 2890.659666]  ? __pfx_worker_thread+0x10/0x10
[ 2890.659670]  kthread+0xf5/0x120
[ 2890.659674]  ? __pfx_kthread+0x10/0x10
[ 2890.659680]  ret_from_fork+0x2c/0x50
[ 2890.659695]  </TASK>
[ 2890.659698] irq event stamp: 7088911
[ 2890.659701] hardirqs last  enabled at (7088919): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2890.659706] hardirqs last disabled at (7088926): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2890.659710] softirqs last  enabled at (7087738): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2890.659714] softirqs last disabled at (7087733): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2890.659718] ---[ end trace 0000000000000000 ]---
[ 2913.100624] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2913.100669] [drm] PSP is resuming...
[ 2913.176499] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2913.278160] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2913.291852] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2913.291859] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2913.291867] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2913.291871] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2913.291924] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2913.345992] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2913.347389] [drm] DMUB hardware initialized: version=0x02020017
[ 2913.385685] [drm] kiq ring mec 2 pipe 1 q 0
[ 2913.390358] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2913.390570] [drm] JPEG decode initialized successfully.
[ 2913.390595] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2913.390599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2913.390602] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2913.390604] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2913.390606] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2913.390608] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2913.390610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2913.390613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2913.390615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2913.390617] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2913.390619] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2913.390621] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2913.390624] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2913.390626] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2913.390628] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2913.390630] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2913.394178] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2943.091554] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2943.091590] [drm] PSP is resuming...
[ 2943.167498] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2943.267949] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2943.281756] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2943.281768] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2943.281778] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2943.281784] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2943.281844] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2943.335838] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2943.337268] [drm] DMUB hardware initialized: version=0x02020017
[ 2943.375798] [drm] kiq ring mec 2 pipe 1 q 0
[ 2943.381282] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2943.381538] [drm] JPEG decode initialized successfully.
[ 2943.381568] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2943.381574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2943.381578] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2943.381582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2943.381587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2943.381591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2943.381595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2943.381599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2943.381602] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2943.381607] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2943.381611] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2943.381615] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2943.381619] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2943.381623] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2943.381627] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2943.381631] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2943.386151] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2946.907450] ------------[ cut here ]------------
[ 2946.907459] WARNING: CPU: 12 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2946.907467] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2946.907564]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2946.907629] CPU: 12 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2946.907632] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2946.907635] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2946.907639] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2946.907642] RSP: 0018:ffffaacb84d27888 EFLAGS: 00010246
[ 2946.907646] RAX: 0000000000000000 RBX: ffff9d492b36e590 RCX: 0000000000000000
[ 2946.907648] RDX: 0000000000000000 RSI: ffff9d492b36e510 RDI: ffffaacb84d278b0
[ 2946.907651] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2946.907653] R10: ffff9d492b36e590 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2946.907655] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2946.907658] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 2946.907661] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2946.907663] CR2: 0000023500e45000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 2946.907666] PKRU: 55555554
[ 2946.907668] Call Trace:
[ 2946.907671]  <TASK>
[ 2946.907679]  submit_one_bio+0xd4/0xe0
[ 2946.907686]  submit_extent_page+0x142/0x550
[ 2946.907701]  read_extent_buffer_pages+0x5c1/0x990
[ 2946.907709]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2946.907714]  ? folio_unlock+0x1d/0x50
[ 2946.907721]  btrfs_read_extent_buffer+0x98/0x150
[ 2946.907728]  read_tree_block+0x43/0xa0
[ 2946.907732]  read_block_for_search+0x218/0x320
[ 2946.907743]  btrfs_search_slot+0x351/0xd30
[ 2946.907755]  btrfs_insert_empty_items+0x31/0x70
[ 2946.907760]  alloc_reserved_file_extent+0xbc/0x240
[ 2946.907770]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 2946.907787]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2946.907794]  btrfs_commit_transaction+0x93/0xed0
[ 2946.907807]  transaction_kthread+0x142/0x1b0
[ 2946.907813]  ? __pfx_transaction_kthread+0x10/0x10
[ 2946.907816]  kthread+0xf5/0x120
[ 2946.907821]  ? __pfx_kthread+0x10/0x10
[ 2946.907825]  ret_from_fork+0x2c/0x50
[ 2946.907838]  </TASK>
[ 2946.907840] irq event stamp: 20928007
[ 2946.907843] hardirqs last  enabled at (20928015): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2946.907847] hardirqs last disabled at (20928022): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 2946.907850] softirqs last  enabled at (20925290): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2946.907854] softirqs last disabled at (20925185): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2946.907857] ---[ end trace 0000000000000000 ]---
[ 2973.139594] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2973.139630] [drm] PSP is resuming...
[ 2973.215613] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2973.318159] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2973.331974] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2973.331985] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2973.331992] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2973.331996] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2973.332050] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2973.386916] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2973.388322] [drm] DMUB hardware initialized: version=0x02020017
[ 2973.426511] [drm] kiq ring mec 2 pipe 1 q 0
[ 2973.431932] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2973.432096] [drm] JPEG decode initialized successfully.
[ 2973.432121] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2973.432124] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2973.432140] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2973.432144] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2973.432148] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2973.432153] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2973.432157] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2973.432161] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2973.432166] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2973.432170] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2973.432173] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2973.432175] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2973.432177] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2973.432180] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2973.432182] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2973.432184] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2973.436281] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2992.611400] ------------[ cut here ]------------
[ 2992.611411] WARNING: CPU: 5 PID: 12181 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2992.611421] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 2992.611592]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 2992.611706] CPU: 5 PID: 12181 Comm: kworker/u32:0 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 2992.611712] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2992.611717] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2992.611725] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2992.611731] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2992.611737] RSP: 0018:ffffaacb9aea7888 EFLAGS: 00010246
[ 2992.611744] RAX: 0000000000000000 RBX: ffff9d55b66b3710 RCX: 0000000000000000
[ 2992.611749] RDX: 0000000000000000 RSI: ffff9d55b66b3690 RDI: ffffaacb9aea78b0
[ 2992.611753] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2992.611758] R10: ffff9d55b66b3710 R11: 0000000000010000 R12: ffff9d49bee74000
[ 2992.611762] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 2992.611767] FS:  0000000000000000(0000) GS:ffff9d57d7600000(0000) knlGS:0000000000000000
[ 2992.611772] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2992.611776] CR2: 00000000b2cf0000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 2992.611781] PKRU: 55555554
[ 2992.611785] Call Trace:
[ 2992.611790]  <TASK>
[ 2992.611803]  submit_one_bio+0xd4/0xe0
[ 2992.611815]  submit_extent_page+0x142/0x550
[ 2992.611841]  read_extent_buffer_pages+0x5c1/0x990
[ 2992.611856]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2992.611865]  ? folio_unlock+0x1d/0x50
[ 2992.611876]  btrfs_read_extent_buffer+0x98/0x150
[ 2992.611888]  read_tree_block+0x43/0xa0
[ 2992.611896]  read_block_for_search+0x218/0x320
[ 2992.611916]  btrfs_search_slot+0x351/0xd30
[ 2992.611930]  ? lock_is_held_type+0xe8/0x140
[ 2992.611943]  btrfs_lookup_csum+0x63/0x150
[ 2992.611956]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2992.611963]  ? sched_clock_cpu+0x9f/0xc0
[ 2992.611972]  ? lock_release+0x14b/0x440
[ 2992.611984]  ? _raw_read_unlock+0x29/0x50
[ 2992.611997]  btrfs_finish_ordered_io+0x441/0x860
[ 2992.612023]  btrfs_work_helper+0xfe/0x400
[ 2992.612029]  ? lock_is_held_type+0xe8/0x140
[ 2992.612041]  process_one_work+0x294/0x5b0
[ 2992.612059]  worker_thread+0x4f/0x3a0
[ 2992.612069]  ? __pfx_worker_thread+0x10/0x10
[ 2992.612075]  kthread+0xf5/0x120
[ 2992.612080]  ? __pfx_kthread+0x10/0x10
[ 2992.612089]  ret_from_fork+0x2c/0x50
[ 2992.612111]  </TASK>
[ 2992.612115] irq event stamp: 3529009
[ 2992.612119] hardirqs last  enabled at (3529017): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 2992.612154] hardirqs last disabled at (3529031): [<ffffffff860aa999>] __do_softirq+0x469/0x550
[ 2992.612160] softirqs last  enabled at (3529032): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2992.612167] softirqs last disabled at (3529027): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 2992.612171] ---[ end trace 0000000000000000 ]---
[ 3003.171547] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3003.171584] [drm] PSP is resuming...
[ 3003.247730] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3003.348164] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3003.361979] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3003.361987] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3003.361995] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3003.361998] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3003.362053] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3003.416776] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3003.418162] [drm] DMUB hardware initialized: version=0x02020017
[ 3003.456505] [drm] kiq ring mec 2 pipe 1 q 0
[ 3003.461502] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3003.461716] [drm] JPEG decode initialized successfully.
[ 3003.461740] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3003.461744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3003.461746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3003.461750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3003.461753] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3003.461757] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3003.461761] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3003.461765] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3003.461768] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3003.461772] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3003.461776] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3003.461778] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3003.461780] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3003.461782] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3003.461785] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3003.461787] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3003.465964] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3007.410957] ------------[ cut here ]------------
[ 3007.410966] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3007.410973] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3007.411066]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3007.411146] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3007.411150] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3007.411153] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3007.411157] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3007.411160] RSP: 0018:ffffaacb84d27808 EFLAGS: 00010246
[ 3007.411164] RAX: 0000000000000000 RBX: ffff9d4933659410 RCX: 0000000000000000
[ 3007.411166] RDX: 0000000000000000 RSI: ffff9d4933659390 RDI: ffffaacb84d27830
[ 3007.411169] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3007.411171] R10: ffff9d4933659410 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3007.411173] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3007.411176] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3007.411179] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3007.411181] CR2: 00000000b36fa000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3007.411184] PKRU: 55555554
[ 3007.411186] Call Trace:
[ 3007.411189]  <TASK>
[ 3007.411197]  submit_one_bio+0xd4/0xe0
[ 3007.411209]  submit_extent_page+0x142/0x550
[ 3007.411229]  read_extent_buffer_pages+0x5c1/0x990
[ 3007.411237]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3007.411242]  ? folio_unlock+0x1d/0x50
[ 3007.411249]  btrfs_read_extent_buffer+0x98/0x150
[ 3007.411256]  read_tree_block+0x43/0xa0
[ 3007.411260]  read_block_for_search+0x218/0x320
[ 3007.411272]  btrfs_search_slot+0x351/0xd30
[ 3007.411283]  btrfs_insert_empty_items+0x31/0x70
[ 3007.411288]  alloc_reserved_file_extent+0xbc/0x240
[ 3007.411298]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3007.411314]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3007.411322]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3007.411332]  btrfs_commit_transaction+0xe0/0xed0
[ 3007.411344]  transaction_kthread+0x142/0x1b0
[ 3007.411350]  ? __pfx_transaction_kthread+0x10/0x10
[ 3007.411353]  kthread+0xf5/0x120
[ 3007.411357]  ? __pfx_kthread+0x10/0x10
[ 3007.411362]  ret_from_fork+0x2c/0x50
[ 3007.411375]  </TASK>
[ 3007.411379] irq event stamp: 21225155
[ 3007.411383] hardirqs last  enabled at (21225163): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3007.411390] hardirqs last disabled at (21225170): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3007.411395] softirqs last  enabled at (21221608): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3007.411401] softirqs last disabled at (21221599): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3007.411407] ---[ end trace 0000000000000000 ]---
[ 3007.914089] ------------[ cut here ]------------
[ 3007.914097] WARNING: CPU: 6 PID: 13102 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3007.914104] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3007.914207]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3007.914260] CPU: 6 PID: 13102 Comm: pkla-check-auth Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3007.914264] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3007.914266] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3007.914270] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3007.914272] RSP: 0018:ffffaacb9bee38f0 EFLAGS: 00010246
[ 3007.914276] RAX: 0000000000000000 RBX: ffff9d53f2e14b50 RCX: 0000000000000000
[ 3007.914278] RDX: 0000000000000000 RSI: ffff9d53f2e14ad0 RDI: ffffaacb9bee3918
[ 3007.914280] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3007.914282] R10: ffff9d53f2e14b50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3007.914284] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3007.914287] FS:  00007f9aa5f2c0c0(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3007.914289] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3007.914291] CR2: 000055e66f8daf78 CR3: 00000001996fc000 CR4: 0000000000750ee0
[ 3007.914293] PKRU: 55555554
[ 3007.914295] Call Trace:
[ 3007.914298]  <TASK>
[ 3007.914305]  submit_one_bio+0xd4/0xe0
[ 3007.914311]  submit_extent_page+0x142/0x550
[ 3007.914323]  read_extent_buffer_pages+0x5c1/0x990
[ 3007.914330]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3007.914337]  btrfs_readahead_tree_block+0x71/0xa0
[ 3007.914342]  reada_for_search+0x10a/0x200
[ 3007.914351]  read_block_for_search+0x27e/0x320
[ 3007.914359]  btrfs_search_slot+0x351/0xd30
[ 3007.914366]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 3007.914372]  btrfs_real_readdir+0x14a/0x470
[ 3007.914375]  ? lock_is_held_type+0xe8/0x140
[ 3007.914381]  ? find_held_lock+0x32/0x90
[ 3007.914391]  iterate_dir+0x183/0x1d0
[ 3007.914398]  __x64_sys_getdents64+0x76/0x120
[ 3007.914401]  ? __pfx_filldir64+0x10/0x10
[ 3007.914405]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3007.914410]  do_syscall_64+0x5b/0x80
[ 3007.914415]  ? sched_clock_local+0xe/0x80
[ 3007.914419]  ? sched_clock_cpu+0x9f/0xc0
[ 3007.914424]  ? lock_release+0x14b/0x440
[ 3007.914429]  ? up_read+0x17/0x20
[ 3007.914434]  ? lock_is_held_type+0xe8/0x140
[ 3007.914439]  ? asm_exc_page_fault+0x22/0x30
[ 3007.914442]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3007.914446]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3007.914449] RIP: 0033:0x7f9aa6382367
[ 3007.914469] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 3007.914471] RSP: 002b:00007ffc76330e48 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 3007.914475] RAX: ffffffffffffffda RBX: 000055e66f8c2b80 RCX: 00007f9aa6382367
[ 3007.914477] RDX: 0000000000008000 RSI: 000055e66f8c2bb0 RDI: 0000000000000003
[ 3007.914479] RBP: 000055e66f8c2b84 R08: 0000000000005dd8 R09: 0000000000000000
[ 3007.914481] R10: 0000000000000000 R11: 0000000000000293 R12: ffffffffffffff88
[ 3007.914483] R13: 0000000000000000 R14: 000055e66f8cc900 R15: 000055e66f8bd540
[ 3007.914492]  </TASK>
[ 3007.914494] irq event stamp: 24601
[ 3007.914496] hardirqs last  enabled at (24609): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3007.914500] hardirqs last disabled at (24616): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3007.914503] softirqs last  enabled at (18990): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3007.914506] softirqs last disabled at (18735): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3007.914509] ---[ end trace 0000000000000000 ]---
[ 3033.147560] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3033.147596] [drm] PSP is resuming...
[ 3033.223498] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3033.327504] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3033.341285] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3033.341300] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3033.341309] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3033.341315] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3033.341377] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3033.395884] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3033.397265] [drm] DMUB hardware initialized: version=0x02020017
[ 3033.435113] [drm] kiq ring mec 2 pipe 1 q 0
[ 3033.440876] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3033.441036] [drm] JPEG decode initialized successfully.
[ 3033.441066] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3033.441072] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3033.441076] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3033.441080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3033.441084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3033.441088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3033.441092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3033.441096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3033.441100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3033.441104] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3033.441108] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3033.441112] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3033.441116] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3033.441120] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3033.441124] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3033.441145] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3033.445000] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3040.751782] ------------[ cut here ]------------
[ 3040.751915] WARNING: CPU: 2 PID: 3619 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3040.751922] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3040.752005]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3040.752060] CPU: 2 PID: 3619 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3040.752063] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3040.752066] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3040.752069] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3040.752072] RSP: 0018:ffffaacb85ba73c8 EFLAGS: 00010246
[ 3040.752075] RAX: 0000000000000000 RBX: ffff9d5481688610 RCX: 0000000000000000
[ 3040.752078] RDX: 0000000000000000 RSI: ffff9d5481688590 RDI: ffffaacb85ba73f0
[ 3040.752080] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3040.752082] R10: ffff9d5481688610 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3040.752084] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3040.752086] FS:  00007f42c45fc6c0(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 3040.752089] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3040.752091] CR2: 0000390c00212010 CR3: 0000000118e10000 CR4: 0000000000750ee0
[ 3040.752093] PKRU: 55555554
[ 3040.752095] Call Trace:
[ 3040.752098]  <TASK>
[ 3040.752105]  submit_one_bio+0xd4/0xe0
[ 3040.752112]  submit_extent_page+0x142/0x550
[ 3040.752125]  read_extent_buffer_pages+0x5c1/0x990
[ 3040.752153]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.752158]  ? folio_unlock+0x1d/0x50
[ 3040.752165]  btrfs_read_extent_buffer+0x98/0x150
[ 3040.752171]  read_tree_block+0x43/0xa0
[ 3040.752175]  read_block_for_search+0x218/0x320
[ 3040.752186]  btrfs_search_slot+0x351/0xd30
[ 3040.752196]  btrfs_lookup_csum+0x63/0x150
[ 3040.752203]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3040.752221]  btrfs_submit_compressed_read+0x359/0x470
[ 3040.752237]  submit_one_bio+0xc4/0xe0
[ 3040.752246]  submit_extent_page+0x4e2/0x550
[ 3040.752267]  btrfs_do_readpage+0x305/0x770
[ 3040.752275]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 3040.752288]  ? extent_readahead+0xb7/0x6f0
[ 3040.752292]  extent_readahead+0x3f7/0x6f0
[ 3040.752299]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.752323]  read_pages+0x7a/0x300
[ 3040.752335]  page_cache_ra_unbounded+0x109/0x1b0
[ 3040.752351]  filemap_get_pages+0x40e/0x6b0
[ 3040.752363]  ? lock_is_held_type+0xe8/0x140
[ 3040.752380]  filemap_read+0xd7/0x330
[ 3040.752388]  ? lock_is_held_type+0xe8/0x140
[ 3040.752412]  vfs_read+0x243/0x310
[ 3040.752428]  __x64_sys_pread64+0x79/0xb0
[ 3040.752438]  do_syscall_64+0x5b/0x80
[ 3040.752445]  ? do_syscall_64+0x67/0x80
[ 3040.752450]  ? do_syscall_64+0x67/0x80
[ 3040.752455]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3040.752461]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3040.752467] RIP: 0033:0x7f42d751cb07
[ 3040.752491] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 3040.752495] RSP: 002b:00007f42c45fae80 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 3040.752501] RAX: ffffffffffffffda RBX: 0000000000010000 RCX: 00007f42d751cb07
[ 3040.752505] RDX: 0000000000010000 RSI: 00007f42ba445000 RDI: 00000000000005cf
[ 3040.752510] RBP: 00007f42c45faf80 R08: 0000000000000000 R09: 7fffffffffffffff
[ 3040.752514] R10: 000000000000001d R11: 0000000000000293 R12: 0000000000000000
[ 3040.752518] R13: 00007f42ba445000 R14: 0000564427f0aa10 R15: 000000000000001d
[ 3040.752539]  </TASK>
[ 3040.752542] irq event stamp: 20958677
[ 3040.752546] hardirqs last  enabled at (20958685): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3040.752551] hardirqs last disabled at (20958692): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3040.752556] softirqs last  enabled at (20958358): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3040.752562] softirqs last disabled at (20958353): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3040.752566] ---[ end trace 0000000000000000 ]---
[ 3040.752787] BTRFS error (device nvme1n1p3): level verify failed on logical 3949993492480 mirror 1 wanted 0 found 1
[ 3040.752797] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 3949993492480 mirror 1
[ 3040.752803] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 3040.752824] BTRFS error (device nvme1n1p3): read failed, bytenr=3949993492480 check owner_root=7 transid=651784 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1
[ 3040.752831] CPU: 2 PID: 3619 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3040.752835] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3040.752838] Call Trace:
[ 3040.752842]  <TASK>
[ 3040.752847]  dump_stack_lvl+0x5b/0x77
[ 3040.752854]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3040.752866]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.752874]  ? folio_unlock+0x1d/0x50
[ 3040.752884]  btrfs_read_extent_buffer+0x98/0x150
[ 3040.752895]  read_tree_block+0x43/0xa0
[ 3040.752901]  read_block_for_search+0x218/0x320
[ 3040.752920]  btrfs_search_slot+0x351/0xd30
[ 3040.752937]  btrfs_lookup_csum+0x63/0x150
[ 3040.752950]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3040.752970]  btrfs_submit_compressed_read+0x359/0x470
[ 3040.752988]  submit_one_bio+0xc4/0xe0
[ 3040.752997]  submit_extent_page+0x4e2/0x550
[ 3040.753020]  btrfs_do_readpage+0x305/0x770
[ 3040.753029]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 3040.753045]  ? extent_readahead+0xb7/0x6f0
[ 3040.753049]  extent_readahead+0x3f7/0x6f0
[ 3040.753058]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.753084]  read_pages+0x7a/0x300
[ 3040.753096]  page_cache_ra_unbounded+0x109/0x1b0
[ 3040.753108]  filemap_get_pages+0x40e/0x6b0
[ 3040.753118]  ? lock_is_held_type+0xe8/0x140
[ 3040.753132]  filemap_read+0xd7/0x330
[ 3040.753139]  ? lock_is_held_type+0xe8/0x140
[ 3040.753162]  vfs_read+0x243/0x310
[ 3040.753180]  __x64_sys_pread64+0x79/0xb0
[ 3040.753188]  do_syscall_64+0x5b/0x80
[ 3040.753195]  ? do_syscall_64+0x67/0x80
[ 3040.753200]  ? do_syscall_64+0x67/0x80
[ 3040.753205]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3040.753211]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3040.753215] RIP: 0033:0x7f42d751cb07
[ 3040.753222] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 3040.753226] RSP: 002b:00007f42c45fae80 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 3040.753231] RAX: ffffffffffffffda RBX: 0000000000010000 RCX: 00007f42d751cb07
[ 3040.753235] RDX: 0000000000010000 RSI: 00007f42ba445000 RDI: 00000000000005cf
[ 3040.753238] RBP: 00007f42c45faf80 R08: 0000000000000000 R09: 7fffffffffffffff
[ 3040.753241] R10: 000000000000001d R11: 0000000000000293 R12: 0000000000000000
[ 3040.753244] R13: 00007f42ba445000 R14: 0000564427f0aa10 R15: 000000000000001d
[ 3040.753263]  </TASK>
[ 3040.753289] BTRFS error (device nvme1n1p3): read failed, bytenr=3949993492480 check owner_root=7 transid=651784 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1
[ 3040.753295] CPU: 2 PID: 3619 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3040.753299] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3040.753302] Call Trace:
[ 3040.753306]  <TASK>
[ 3040.753310]  dump_stack_lvl+0x5b/0x77
[ 3040.753316]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3040.753326]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.753332]  ? folio_unlock+0x1d/0x50
[ 3040.753341]  btrfs_read_extent_buffer+0x98/0x150
[ 3040.753350]  read_tree_block+0x43/0xa0
[ 3040.753357]  read_block_for_search+0x218/0x320
[ 3040.753370]  btrfs_search_slot+0x351/0xd30
[ 3040.753388]  btrfs_lookup_csum+0x63/0x150
[ 3040.753400]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3040.753417]  btrfs_submit_compressed_read+0x359/0x470
[ 3040.753431]  submit_one_bio+0xc4/0xe0
[ 3040.753439]  submit_extent_page+0x4e2/0x550
[ 3040.753458]  btrfs_do_readpage+0x305/0x770
[ 3040.753466]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 3040.753479]  ? extent_readahead+0xb7/0x6f0
[ 3040.753483]  extent_readahead+0x3f7/0x6f0
[ 3040.753490]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.753515]  read_pages+0x7a/0x300
[ 3040.753524]  page_cache_ra_unbounded+0x109/0x1b0
[ 3040.753536]  filemap_get_pages+0x40e/0x6b0
[ 3040.753545]  ? lock_is_held_type+0xe8/0x140
[ 3040.753558]  filemap_read+0xd7/0x330
[ 3040.753564]  ? lock_is_held_type+0xe8/0x140
[ 3040.753585]  vfs_read+0x243/0x310
[ 3040.753601]  __x64_sys_pread64+0x79/0xb0
[ 3040.753610]  do_syscall_64+0x5b/0x80
[ 3040.753615]  ? do_syscall_64+0x67/0x80
[ 3040.753619]  ? do_syscall_64+0x67/0x80
[ 3040.753624]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3040.753629]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3040.753633] RIP: 0033:0x7f42d751cb07
[ 3040.753639] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 3040.753643] RSP: 002b:00007f42c45fae80 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 3040.753647] RAX: ffffffffffffffda RBX: 0000000000010000 RCX: 00007f42d751cb07
[ 3040.753651] RDX: 0000000000010000 RSI: 00007f42ba445000 RDI: 00000000000005cf
[ 3040.753654] RBP: 00007f42c45faf80 R08: 0000000000000000 R09: 7fffffffffffffff
[ 3040.753658] R10: 000000000000001d R11: 0000000000000293 R12: 0000000000000000
[ 3040.753661] R13: 00007f42ba445000 R14: 0000564427f0aa10 R15: 000000000000001d
[ 3040.753677]  </TASK>
[ 3040.753681] BTRFS error (device nvme1n1p3): read failed, bytenr=3949993492480 check owner_root=7 transid=651784 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1
[ 3040.753686] CPU: 2 PID: 3619 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3040.753690] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3040.753694] Call Trace:
[ 3040.753697]  <TASK>
[ 3040.753700]  dump_stack_lvl+0x5b/0x77
[ 3040.753706]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3040.753716]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.753723]  ? folio_unlock+0x1d/0x50
[ 3040.753731]  btrfs_read_extent_buffer+0x98/0x150
[ 3040.753740]  read_tree_block+0x43/0xa0
[ 3040.753745]  read_block_for_search+0x218/0x320
[ 3040.753759]  btrfs_search_slot+0x351/0xd30
[ 3040.753777]  btrfs_lookup_csum+0x63/0x150
[ 3040.753787]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3040.753804]  btrfs_submit_compressed_read+0x359/0x470
[ 3040.753819]  submit_one_bio+0xc4/0xe0
[ 3040.753828]  submit_extent_page+0x4e2/0x550
[ 3040.753848]  btrfs_do_readpage+0x305/0x770
[ 3040.753856]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 3040.753869]  ? extent_readahead+0xb7/0x6f0
[ 3040.753872]  extent_readahead+0x3f7/0x6f0
[ 3040.753879]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.753900]  read_pages+0x7a/0x300
[ 3040.753909]  page_cache_ra_unbounded+0x109/0x1b0
[ 3040.753922]  filemap_get_pages+0x40e/0x6b0
[ 3040.753931]  ? lock_is_held_type+0xe8/0x140
[ 3040.753946]  filemap_read+0xd7/0x330
[ 3040.753953]  ? lock_is_held_type+0xe8/0x140
[ 3040.753974]  vfs_read+0x243/0x310
[ 3040.753991]  __x64_sys_pread64+0x79/0xb0
[ 3040.754000]  do_syscall_64+0x5b/0x80
[ 3040.754006]  ? do_syscall_64+0x67/0x80
[ 3040.754010]  ? do_syscall_64+0x67/0x80
[ 3040.754015]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3040.754020]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3040.754024] RIP: 0033:0x7f42d751cb07
[ 3040.754030] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 3040.754033] RSP: 002b:00007f42c45fae80 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 3040.754038] RAX: ffffffffffffffda RBX: 0000000000010000 RCX: 00007f42d751cb07
[ 3040.754041] RDX: 0000000000010000 RSI: 00007f42ba445000 RDI: 00000000000005cf
[ 3040.754044] RBP: 00007f42c45faf80 R08: 0000000000000000 R09: 7fffffffffffffff
[ 3040.754047] R10: 000000000000001d R11: 0000000000000293 R12: 0000000000000000
[ 3040.754051] R13: 00007f42ba445000 R14: 0000564427f0aa10 R15: 000000000000001d
[ 3040.754067]  </TASK>
[ 3040.754071] BTRFS error (device nvme1n1p3): read failed, bytenr=3949993492480 check owner_root=7 transid=651784 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1
[ 3040.754076] CPU: 2 PID: 3619 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3040.754080] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3040.754083] Call Trace:
[ 3040.754086]  <TASK>
[ 3040.754090]  dump_stack_lvl+0x5b/0x77
[ 3040.754096]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3040.754105]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.754113]  ? folio_unlock+0x1d/0x50
[ 3040.754121]  btrfs_read_extent_buffer+0x98/0x150
[ 3040.754130]  read_tree_block+0x43/0xa0
[ 3040.754137]  read_block_for_search+0x218/0x320
[ 3040.754152]  btrfs_search_slot+0x351/0xd30
[ 3040.754169]  btrfs_lookup_csum+0x63/0x150
[ 3040.754180]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3040.754199]  btrfs_submit_compressed_read+0x359/0x470
[ 3040.754213]  submit_one_bio+0xc4/0xe0
[ 3040.754221]  submit_extent_page+0x4e2/0x550
[ 3040.754240]  btrfs_do_readpage+0x305/0x770
[ 3040.754247]  ? btrfs_lookup_ordered_range+0x81/0x270
[ 3040.754261]  ? extent_readahead+0xb7/0x6f0
[ 3040.754265]  extent_readahead+0x3f7/0x6f0
[ 3040.754272]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3040.754273]  read_pages+0x7a/0x300
[ 3040.754273]  page_cache_ra_unbounded+0x109/0x1b0
[ 3040.754273]  filemap_get_pages+0x40e/0x6b0
[ 3040.754273]  ? lock_is_held_type+0xe8/0x140
[ 3040.754273]  filemap_read+0xd7/0x330
[ 3040.754273]  ? lock_is_held_type+0xe8/0x140
[ 3040.754273]  vfs_read+0x243/0x310
[ 3040.754273]  __x64_sys_pread64+0x79/0xb0
[ 3040.754273]  do_syscall_64+0x5b/0x80
[ 3040.754273]  ? do_syscall_64+0x67/0x80
[ 3040.754273]  ? do_syscall_64+0x67/0x80
[ 3040.754273]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3040.754273]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3040.754273] RIP: 0033:0x7f42d751cb07
[ 3040.754273] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 3040.754273] RSP: 002b:00007f42c45fae80 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 3040.754273] RAX: ffffffffffffffda RBX: 0000000000010000 RCX: 00007f42d751cb07
[ 3040.754273] RDX: 0000000000010000 RSI: 00007f42ba445000 RDI: 00000000000005cf
[ 3040.754273] RBP: 00007f42c45faf80 R08: 0000000000000000 R09: 7fffffffffffffff
[ 3040.754273] R10: 000000000000001d R11: 0000000000000293 R12: 0000000000000000
[ 3040.754273] R13: 00007f42ba445000 R14: 0000564427f0aa10 R15: 000000000000001d
[ 3040.754273]  </TASK>
[ 3063.171593] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3063.171630] [drm] PSP is resuming...
[ 3063.247610] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3063.349168] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3063.362973] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3063.362981] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3063.362989] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3063.362993] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3063.363047] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3063.417094] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3063.418495] [drm] DMUB hardware initialized: version=0x02020017
[ 3063.456162] [drm] kiq ring mec 2 pipe 1 q 0
[ 3063.461883] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3063.462046] [drm] JPEG decode initialized successfully.
[ 3063.462071] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3063.462075] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3063.462077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3063.462079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3063.462082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3063.462084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3063.462086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3063.462088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3063.462090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3063.462093] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3063.462095] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3063.462097] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3063.462099] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3063.462101] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3063.462104] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3063.462106] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3063.466034] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3093.123574] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3093.123611] [drm] PSP is resuming...
[ 3093.199720] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3093.303498] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3093.317157] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3093.317167] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3093.317174] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3093.317178] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3093.317256] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3093.371876] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3093.373270] [drm] DMUB hardware initialized: version=0x02020017
[ 3093.411688] [drm] kiq ring mec 2 pipe 1 q 0
[ 3093.416460] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3093.416716] [drm] JPEG decode initialized successfully.
[ 3093.416740] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3093.416744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3093.416746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3093.416748] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3093.416750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3093.416752] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3093.416754] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3093.416756] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3093.416758] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3093.416761] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3093.416763] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3093.416765] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3093.416767] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3093.416769] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3093.416771] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3093.416773] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3093.420292] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3102.119231] ------------[ cut here ]------------
[ 3102.119360] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3102.119368] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3102.119463]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3102.119526] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3102.119530] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3102.119533] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3102.119537] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3102.119540] RSP: 0018:ffffaacb84d279a8 EFLAGS: 00010246
[ 3102.119544] RAX: 0000000000000000 RBX: ffff9d5213a35b10 RCX: 0000000000000000
[ 3102.119546] RDX: 0000000000000000 RSI: ffff9d5213a35a90 RDI: ffffaacb84d279d0
[ 3102.119549] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3102.119551] R10: ffff9d5213a35b10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3102.119553] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3102.119556] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 3102.119559] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3102.119561] CR2: 00000000b38ec000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3102.119564] PKRU: 55555554
[ 3102.119566] Call Trace:
[ 3102.119569]  <TASK>
[ 3102.119576]  submit_one_bio+0xd4/0xe0
[ 3102.119585]  submit_extent_page+0x142/0x550
[ 3102.119599]  read_extent_buffer_pages+0x5c1/0x990
[ 3102.119607]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3102.119612]  ? folio_unlock+0x1d/0x50
[ 3102.119620]  btrfs_read_extent_buffer+0x98/0x150
[ 3102.119626]  read_tree_block+0x43/0xa0
[ 3102.119630]  read_block_for_search+0x218/0x320
[ 3102.119642]  btrfs_search_slot+0x351/0xd30
[ 3102.119653]  update_block_group_item+0xbe/0x190
[ 3102.119663]  btrfs_start_dirty_block_groups+0x20e/0x520
[ 3102.119673]  btrfs_commit_transaction+0xe0/0xed0
[ 3102.119685]  transaction_kthread+0x142/0x1b0
[ 3102.119691]  ? __pfx_transaction_kthread+0x10/0x10
[ 3102.119694]  kthread+0xf5/0x120
[ 3102.119698]  ? __pfx_kthread+0x10/0x10
[ 3102.119703]  ret_from_fork+0x2c/0x50
[ 3102.119716]  </TASK>
[ 3102.119718] irq event stamp: 21676233
[ 3102.119720] hardirqs last  enabled at (21676241): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3102.119725] hardirqs last disabled at (21676248): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3102.119728] softirqs last  enabled at (21673314): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3102.119732] softirqs last disabled at (21673307): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3102.119734] ---[ end trace 0000000000000000 ]---
[ 3123.171609] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3123.171653] [drm] PSP is resuming...
[ 3123.247726] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3123.348064] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3123.361859] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3123.361871] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3123.361878] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3123.361882] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3123.361936] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3123.416143] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3123.417423] [drm] DMUB hardware initialized: version=0x02020017
[ 3123.456566] [drm] kiq ring mec 2 pipe 1 q 0
[ 3123.461978] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3123.462144] [drm] JPEG decode initialized successfully.
[ 3123.462175] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3123.462178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3123.462181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3123.462183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3123.462185] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3123.462188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3123.462191] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3123.462195] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3123.462198] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3123.462200] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3123.462202] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3123.462205] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3123.462207] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3123.462209] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3123.462211] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3123.462214] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3123.466403] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3153.195553] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3153.195587] [drm] PSP is resuming...
[ 3153.271609] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3153.374943] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3153.388930] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3153.388943] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3153.388951] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3153.388955] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3153.389010] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3153.443154] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3153.444563] [drm] DMUB hardware initialized: version=0x02020017
[ 3153.483019] [drm] kiq ring mec 2 pipe 1 q 0
[ 3153.488597] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3153.488802] [drm] JPEG decode initialized successfully.
[ 3153.488832] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3153.488838] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3153.488842] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3153.488846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3153.488849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3153.488853] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3153.488856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3153.488860] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3153.488864] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3153.488868] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3153.488872] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3153.488876] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3153.488880] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3153.488884] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3153.488887] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3153.488891] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3153.492285] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3183.203585] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3183.203622] [drm] PSP is resuming...
[ 3183.279497] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3183.379972] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3183.393760] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3183.393772] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3183.393781] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3183.393787] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3183.393846] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3183.447913] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3183.449292] [drm] DMUB hardware initialized: version=0x02020017
[ 3183.488165] [drm] kiq ring mec 2 pipe 1 q 0
[ 3183.493290] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3183.493583] [drm] JPEG decode initialized successfully.
[ 3183.493607] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3183.493610] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3183.493613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3183.493615] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3183.493617] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3183.493619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3183.493621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3183.493623] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3183.493625] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3183.493627] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3183.493629] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3183.493631] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3183.493634] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3183.493636] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3183.493638] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3183.493640] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3183.497196] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3195.242519] ------------[ cut here ]------------
[ 3195.242528] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3195.242536] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3195.242631]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3195.242695] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3195.242699] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3195.242702] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3195.242705] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3195.242708] RSP: 0018:ffffaacb84d27888 EFLAGS: 00010246
[ 3195.242712] RAX: 0000000000000000 RBX: ffff9d55b66b2750 RCX: 0000000000000000
[ 3195.242715] RDX: 0000000000000000 RSI: ffff9d55b66b26d0 RDI: ffffaacb84d278b0
[ 3195.242717] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3195.242719] R10: ffff9d55b66b2750 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3195.242722] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3195.242725] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3195.242727] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3195.242730] CR2: 00000000b88ef000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3195.242733] PKRU: 55555554
[ 3195.242735] Call Trace:
[ 3195.242738]  <TASK>
[ 3195.242745]  submit_one_bio+0xd4/0xe0
[ 3195.242752]  submit_extent_page+0x142/0x550
[ 3195.242767]  read_extent_buffer_pages+0x5c1/0x990
[ 3195.242775]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3195.242780]  ? folio_unlock+0x1d/0x50
[ 3195.242787]  btrfs_read_extent_buffer+0x98/0x150
[ 3195.242794]  read_tree_block+0x43/0xa0
[ 3195.242798]  read_block_for_search+0x218/0x320
[ 3195.242809]  btrfs_search_slot+0x351/0xd30
[ 3195.242821]  btrfs_insert_empty_items+0x31/0x70
[ 3195.242826]  alloc_reserved_file_extent+0xbc/0x240
[ 3195.242836]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3195.242852]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3195.242859]  btrfs_commit_transaction+0x93/0xed0
[ 3195.242871]  transaction_kthread+0x142/0x1b0
[ 3195.242878]  ? __pfx_transaction_kthread+0x10/0x10
[ 3195.242881]  kthread+0xf5/0x120
[ 3195.242884]  ? __pfx_kthread+0x10/0x10
[ 3195.242889]  ret_from_fork+0x2c/0x50
[ 3195.242902]  </TASK>
[ 3195.242904] irq event stamp: 22221569
[ 3195.242906] hardirqs last  enabled at (22221577): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3195.242910] hardirqs last disabled at (22221584): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3195.242914] softirqs last  enabled at (22220038): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3195.242917] softirqs last disabled at (22220033): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3195.242920] ---[ end trace 0000000000000000 ]---
[ 3212.487906] ------------[ cut here ]------------
[ 3212.488103] WARNING: CPU: 10 PID: 10867 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3212.488111] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3212.488283]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3212.488389] CPU: 10 PID: 10867 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3212.488394] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3212.488399] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3212.488406] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3212.488411] RSP: 0018:ffffaacb98617680 EFLAGS: 00010246
[ 3212.488419] RAX: 0000000000000000 RBX: ffff9d5484433e10 RCX: 0000000000000000
[ 3212.488423] RDX: 0000000000000000 RSI: ffff9d5484433d90 RDI: ffffaacb986176a8
[ 3212.488427] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3212.488432] R10: ffff9d5484433e10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3212.488437] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3212.488443] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0063) knlGS:00000000bc8ffb40
[ 3212.488449] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3212.488454] CR2: 00000000b8bff000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3212.488459] PKRU: 55555554
[ 3212.488464] Call Trace:
[ 3212.488468]  <TASK>
[ 3212.488483]  submit_one_bio+0xd4/0xe0
[ 3212.488494]  submit_extent_page+0x142/0x550
[ 3212.488522]  read_extent_buffer_pages+0x5c1/0x990
[ 3212.488537]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3212.488547]  ? folio_unlock+0x1d/0x50
[ 3212.488561]  btrfs_read_extent_buffer+0x98/0x150
[ 3212.488574]  read_tree_block+0x43/0xa0
[ 3212.488582]  read_block_for_search+0x218/0x320
[ 3212.488605]  btrfs_search_slot+0x351/0xd30
[ 3212.488630]  btrfs_lookup_csum+0x63/0x150
[ 3212.488646]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3212.488660]  ? btrfs_do_readpage+0x305/0x770
[ 3212.488675]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3212.488685]  submit_one_bio+0xc4/0xe0
[ 3212.488697]  btrfs_read_folio+0x79/0x90
[ 3212.488706]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3212.488713]  prepare_uptodate_page+0x8c/0x210
[ 3212.488722]  prepare_pages.constprop.0+0xa2/0x300
[ 3212.488741]  btrfs_buffered_write+0x2ca/0x940
[ 3212.488773]  btrfs_do_write_iter+0x384/0x5d0
[ 3212.488782]  ? lock_is_held_type+0xe8/0x140
[ 3212.488799]  vfs_write+0x269/0x4f0
[ 3212.488822]  ksys_write+0x64/0xe0
[ 3212.488833]  __do_fast_syscall_32+0x88/0xf0
[ 3212.488843]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 3212.488854]  ? lock_is_held_type+0xe8/0x140
[ 3212.488864]  ? __do_fast_syscall_32+0x94/0xf0
[ 3212.488870]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3212.488877]  ? __do_fast_syscall_32+0x94/0xf0
[ 3212.488883]  ? __do_fast_syscall_32+0x94/0xf0
[ 3212.488889]  ? __do_fast_syscall_32+0x94/0xf0
[ 3212.488897]  do_fast_syscall_32+0x2f/0x70
[ 3212.488905]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3212.488913] RIP: 0023:0xf7fb4579
[ 3212.488948] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3212.488953] RSP: 002b:00000000bc8fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3212.488961] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b8aff010
[ 3212.488966] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3212.488970] RBP: 0000000000000097 R08: 00000000bc8fdae0 R09: 0000000000000000
[ 3212.488975] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3212.488980] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3212.489005]  </TASK>
[ 3212.489009] irq event stamp: 2104917
[ 3212.489013] hardirqs last  enabled at (2104925): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3212.489021] hardirqs last disabled at (2104932): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3212.489027] softirqs last  enabled at (2103702): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3212.489033] softirqs last disabled at (2103697): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3212.489039] ---[ end trace 0000000000000000 ]---
[ 3213.211573] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3213.211609] [drm] PSP is resuming...
[ 3213.287620] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3213.389270] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3213.403073] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3213.403082] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3213.403089] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3213.403093] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3213.403190] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3213.457139] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3213.458516] [drm] DMUB hardware initialized: version=0x02020017
[ 3213.496324] [drm] kiq ring mec 2 pipe 1 q 0
[ 3213.501891] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3213.502053] [drm] JPEG decode initialized successfully.
[ 3213.502078] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3213.502083] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3213.502086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3213.502090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3213.502093] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3213.502096] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3213.502100] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3213.502103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3213.502106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3213.502110] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3213.502113] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3213.502117] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3213.502120] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3213.502123] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3213.502141] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3213.502143] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3213.511591] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3225.460171] ------------[ cut here ]------------
[ 3225.460181] WARNING: CPU: 5 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3225.460188] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3225.460290]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3225.460356] CPU: 5 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3225.460359] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3225.460362] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3225.460366] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3225.460369] RSP: 0018:ffffaacb84d27860 EFLAGS: 00010246
[ 3225.460373] RAX: 0000000000000000 RBX: ffff9d53ecbedcd0 RCX: 0000000000000000
[ 3225.460376] RDX: 0000000000000000 RSI: ffff9d53ecbedc50 RDI: ffffaacb84d27888
[ 3225.460378] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3225.460381] R10: ffff9d53ecbedcd0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3225.460383] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3225.460386] FS:  0000000000000000(0000) GS:ffff9d57d7600000(0000) knlGS:0000000000000000
[ 3225.460388] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3225.460391] CR2: 00000000b8bff000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3225.460394] PKRU: 55555554
[ 3225.460396] Call Trace:
[ 3225.460399]  <TASK>
[ 3225.460406]  submit_one_bio+0xd4/0xe0
[ 3225.460414]  submit_extent_page+0x142/0x550
[ 3225.460429]  read_extent_buffer_pages+0x5c1/0x990
[ 3225.460437]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3225.460442]  ? folio_unlock+0x1d/0x50
[ 3225.460449]  btrfs_read_extent_buffer+0x98/0x150
[ 3225.460456]  read_tree_block+0x43/0xa0
[ 3225.460460]  btrfs_read_node_slot+0x110/0x150
[ 3225.460468]  push_leaf_right+0xa8/0x1e0
[ 3225.460476]  split_leaf+0x3bd/0x670
[ 3225.460484]  ? leaf_space_used+0xae/0xd0
[ 3225.460492]  btrfs_search_slot+0xc4e/0xd30
[ 3225.460504]  btrfs_insert_empty_items+0x31/0x70
[ 3225.460509]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 3225.460525]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3225.460533]  btrfs_commit_transaction+0x93/0xed0
[ 3225.460545]  transaction_kthread+0x142/0x1b0
[ 3225.460552]  ? __pfx_transaction_kthread+0x10/0x10
[ 3225.460555]  kthread+0xf5/0x120
[ 3225.460559]  ? __pfx_kthread+0x10/0x10
[ 3225.460564]  ret_from_fork+0x2c/0x50
[ 3225.460577]  </TASK>
[ 3225.460579] irq event stamp: 22354097
[ 3225.460581] hardirqs last  enabled at (22354105): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3225.460586] hardirqs last disabled at (22354112): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3225.460589] softirqs last  enabled at (22352956): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3225.460593] softirqs last disabled at (22352855): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3225.460596] ---[ end trace 0000000000000000 ]---
[ 3226.160092] ------------[ cut here ]------------
[ 3226.160262] WARNING: CPU: 1 PID: 9722 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3226.160272] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3226.160395]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3226.160475] CPU: 1 PID: 9722 Comm: kworker/u32:21 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3226.160479] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3226.160483] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3226.160489] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3226.160494] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3226.160497] RSP: 0018:ffffaacb97d67888 EFLAGS: 00010246
[ 3226.160502] RAX: 0000000000000000 RBX: ffff9d55be2a8d10 RCX: 0000000000000000
[ 3226.160506] RDX: 0000000000000000 RSI: ffff9d55be2a8c90 RDI: ffffaacb97d678b0
[ 3226.160509] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3226.160512] R10: ffff9d55be2a8d10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3226.160515] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3226.160518] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0000) knlGS:0000000000000000
[ 3226.160522] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3226.160525] CR2: 00000000b6dfd000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3226.160529] PKRU: 55555554
[ 3226.160532] Call Trace:
[ 3226.160535]  <TASK>
[ 3226.160544]  submit_one_bio+0xd4/0xe0
[ 3226.160552]  submit_extent_page+0x142/0x550
[ 3226.160571]  read_extent_buffer_pages+0x5c1/0x990
[ 3226.160581]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3226.160587]  ? folio_unlock+0x1d/0x50
[ 3226.160596]  btrfs_read_extent_buffer+0x98/0x150
[ 3226.160604]  read_tree_block+0x43/0xa0
[ 3226.160609]  read_block_for_search+0x218/0x320
[ 3226.160623]  btrfs_search_slot+0x351/0xd30
[ 3226.160634]  ? lock_is_held_type+0xe8/0x140
[ 3226.160643]  btrfs_lookup_csum+0x63/0x150
[ 3226.160653]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3226.160658]  ? sched_clock_cpu+0x9f/0xc0
[ 3226.160664]  ? lock_release+0x14b/0x440
[ 3226.160673]  ? _raw_read_unlock+0x29/0x50
[ 3226.160682]  btrfs_finish_ordered_io+0x441/0x860
[ 3226.160700]  btrfs_work_helper+0xfe/0x400
[ 3226.160704]  ? lock_is_held_type+0xe8/0x140
[ 3226.160713]  process_one_work+0x294/0x5b0
[ 3226.160726]  worker_thread+0x4f/0x3a0
[ 3226.160733]  ? __pfx_worker_thread+0x10/0x10
[ 3226.160737]  kthread+0xf5/0x120
[ 3226.160741]  ? __pfx_kthread+0x10/0x10
[ 3226.160747]  ret_from_fork+0x2c/0x50
[ 3226.160763]  </TASK>
[ 3226.160766] irq event stamp: 24784211
[ 3226.160769] hardirqs last  enabled at (24784219): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3226.160774] hardirqs last disabled at (24784226): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3226.160778] softirqs last  enabled at (24783036): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3226.160783] softirqs last disabled at (24783031): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3226.160786] ---[ end trace 0000000000000000 ]---
[ 3243.228716] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3243.228774] [drm] PSP is resuming...
[ 3243.304722] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3243.407074] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3243.420859] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3243.420869] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3243.420876] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3243.420880] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3243.420934] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3243.475392] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3243.476794] [drm] DMUB hardware initialized: version=0x02020017
[ 3243.515299] [drm] kiq ring mec 2 pipe 1 q 0
[ 3243.520577] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3243.520784] [drm] JPEG decode initialized successfully.
[ 3243.520809] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3243.520813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3243.520815] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3243.520817] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3243.520819] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3243.520821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3243.520823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3243.520826] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3243.520828] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3243.520830] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3243.520832] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3243.520835] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3243.520837] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3243.520839] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3243.520841] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3243.520843] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3243.525144] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3243.774284] ------------[ cut here ]------------
[ 3243.774292] WARNING: CPU: 13 PID: 10853 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3243.774300] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3243.774416]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3243.774505] CPU: 13 PID: 10853 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3243.774509] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3243.774514] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3243.774520] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3243.774524] RSP: 0018:ffffaacb9802f720 EFLAGS: 00010246
[ 3243.774528] RAX: 0000000000000000 RBX: ffff9d546ab19410 RCX: 0000000000000000
[ 3243.774531] RDX: 0000000000000000 RSI: ffff9d546ab19390 RDI: ffffaacb9802f748
[ 3243.774533] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3243.774535] R10: ffff9d546ab19410 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3243.774537] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3243.774540] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0063) knlGS:00000000b4efdb40
[ 3243.774542] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3243.774545] CR2: 00000195930f3000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3243.774547] PKRU: 55555554
[ 3243.774550] Call Trace:
[ 3243.774553]  <TASK>
[ 3243.774561]  submit_one_bio+0xd4/0xe0
[ 3243.774569]  submit_extent_page+0x142/0x550
[ 3243.774586]  read_extent_buffer_pages+0x5c1/0x990
[ 3243.774595]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3243.774600]  ? folio_unlock+0x1d/0x50
[ 3243.774608]  btrfs_read_extent_buffer+0x98/0x150
[ 3243.774614]  read_tree_block+0x43/0xa0
[ 3243.774619]  read_block_for_search+0x218/0x320
[ 3243.774630]  btrfs_search_slot+0x351/0xd30
[ 3243.774641]  btrfs_lookup_csum+0x63/0x150
[ 3243.774648]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3243.774654]  ? btrfs_do_readpage+0x305/0x770
[ 3243.774661]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3243.774666]  submit_one_bio+0xc4/0xe0
[ 3243.774672]  btrfs_read_folio+0x79/0x90
[ 3243.774678]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3243.774684]  prepare_uptodate_page+0x8c/0x210
[ 3243.774689]  prepare_pages.constprop.0+0xa2/0x300
[ 3243.774703]  btrfs_buffered_write+0x2ca/0x940
[ 3243.774728]  btrfs_do_write_iter+0x384/0x5d0
[ 3243.774735]  ? lock_is_held_type+0xe8/0x140
[ 3243.774749]  vfs_write+0x269/0x4f0
[ 3243.774769]  ksys_write+0x64/0xe0
[ 3243.774778]  __do_fast_syscall_32+0x88/0xf0
[ 3243.774785]  ? __do_fast_syscall_32+0x94/0xf0
[ 3243.774794]  do_fast_syscall_32+0x2f/0x70
[ 3243.774801]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3243.774808] RIP: 0023:0xf7fb4579
[ 3243.774830] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3243.774833] RSP: 002b:00000000b4efbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3243.774836] RAX: ffffffffffffffda RBX: 00000000000000a3 RCX: 00000000b87fc010
[ 3243.774839] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3243.774841] RBP: 00000000000000a3 R08: 00000000b4efbae0 R09: 0000000000000000
[ 3243.774843] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3243.774845] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3243.774856]  </TASK>
[ 3243.774858] irq event stamp: 2559291
[ 3243.774860] hardirqs last  enabled at (2559299): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3243.774866] hardirqs last disabled at (2559306): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3243.774868] softirqs last  enabled at (2556094): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3243.774872] softirqs last disabled at (2556089): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3243.774875] ---[ end trace 0000000000000000 ]---
[ 3244.462466] ------------[ cut here ]------------
[ 3244.462477] WARNING: CPU: 11 PID: 10867 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3244.462487] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3244.462646]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3244.462752] CPU: 11 PID: 10867 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3244.462757] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3244.462762] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3244.462767] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3244.462772] RSP: 0018:ffffaacb98617660 EFLAGS: 00010246
[ 3244.462778] RAX: 0000000000000000 RBX: ffff9d51b3f2d790 RCX: 0000000000000000
[ 3244.462782] RDX: 0000000000000000 RSI: ffff9d51b3f2d710 RDI: ffffaacb98617688
[ 3244.462786] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3244.462790] R10: ffff9d51b3f2d790 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3244.462794] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3244.462798] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0063) knlGS:00000000bc8ffb40
[ 3244.462803] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3244.462807] CR2: 0000363209d9e000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3244.462811] PKRU: 55555554
[ 3244.462815] Call Trace:
[ 3244.462820]  <TASK>
[ 3244.462831]  submit_one_bio+0xd4/0xe0
[ 3244.462842]  submit_extent_page+0x142/0x550
[ 3244.462866]  read_extent_buffer_pages+0x5c1/0x990
[ 3244.462880]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3244.462888]  ? folio_unlock+0x1d/0x50
[ 3244.462899]  btrfs_read_extent_buffer+0x98/0x150
[ 3244.462910]  read_tree_block+0x43/0xa0
[ 3244.462917]  read_block_for_search+0x218/0x320
[ 3244.462935]  btrfs_search_slot+0x351/0xd30
[ 3244.462955]  btrfs_lookup_csum+0x63/0x150
[ 3244.462968]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3244.462980]  ? btrfs_do_readpage+0x305/0x770
[ 3244.462993]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3244.463001]  submit_one_bio+0xc4/0xe0
[ 3244.463011]  btrfs_read_folio+0x79/0x90
[ 3244.463018]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3244.463024]  prepare_uptodate_page+0x8c/0x210
[ 3244.463031]  prepare_pages.constprop.0+0x134/0x300
[ 3244.463046]  btrfs_buffered_write+0x2ca/0x940
[ 3244.463072]  btrfs_do_write_iter+0x384/0x5d0
[ 3244.463080]  ? lock_is_held_type+0xe8/0x140
[ 3244.463093]  vfs_write+0x269/0x4f0
[ 3244.463112]  ksys_write+0x64/0xe0
[ 3244.463120]  __do_fast_syscall_32+0x88/0xf0
[ 3244.463176]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 3244.463187]  ? lock_is_held_type+0xe8/0x140
[ 3244.463197]  ? __do_fast_syscall_32+0x94/0xf0
[ 3244.463204]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3244.463210]  ? __do_fast_syscall_32+0x94/0xf0
[ 3244.463215]  ? __do_fast_syscall_32+0x94/0xf0
[ 3244.463224]  do_fast_syscall_32+0x2f/0x70
[ 3244.463232]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3244.463238] RIP: 0023:0xf7fb4579
[ 3244.463262] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3244.463266] RSP: 002b:00000000bc8fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3244.463273] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b58f6010
[ 3244.463277] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3244.463281] RBP: 0000000000000097 R08: 00000000bc8fdae0 R09: 0000000000000000
[ 3244.463285] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3244.463289] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3244.463309]  </TASK>
[ 3244.463313] irq event stamp: 2148255
[ 3244.463316] hardirqs last  enabled at (2148263): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3244.463323] hardirqs last disabled at (2148270): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3244.463328] softirqs last  enabled at (2148110): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3244.463334] softirqs last disabled at (2148101): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3244.463339] ---[ end trace 0000000000000000 ]---
[ 3244.467467] ------------[ cut here ]------------
[ 3244.467649] WARNING: CPU: 4 PID: 10867 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3244.467659] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3244.467820]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3244.467924] CPU: 4 PID: 10867 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3244.467929] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3244.467934] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3244.467939] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3244.467944] RSP: 0018:ffffaacb98617660 EFLAGS: 00010246
[ 3244.467951] RAX: 0000000000000000 RBX: ffff9d50d9440290 RCX: 0000000000000000
[ 3244.467955] RDX: 0000000000000000 RSI: ffff9d50d9440210 RDI: ffffaacb98617688
[ 3244.467960] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3244.467964] R10: ffff9d50d9440290 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3244.467968] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3244.467972] FS:  0000000000000000(0000) GS:ffff9d57d7200000(0063) knlGS:00000000bc8ffb40
[ 3244.467977] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3244.467981] CR2: 00000000b2ef2000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3244.467985] PKRU: 55555554
[ 3244.467990] Call Trace:
[ 3244.468001]  <TASK>
[ 3244.468014]  submit_one_bio+0xd4/0xe0
[ 3244.468026]  submit_extent_page+0x142/0x550
[ 3244.468050]  read_extent_buffer_pages+0x5c1/0x990
[ 3244.468064]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3244.468073]  ? folio_unlock+0x1d/0x50
[ 3244.468085]  btrfs_read_extent_buffer+0x98/0x150
[ 3244.468096]  read_tree_block+0x43/0xa0
[ 3244.468103]  read_block_for_search+0x218/0x320
[ 3244.468122]  btrfs_search_slot+0x351/0xd30
[ 3244.468162]  btrfs_lookup_csum+0x63/0x150
[ 3244.468175]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3244.468187]  ? btrfs_do_readpage+0x305/0x770
[ 3244.468200]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3244.468209]  submit_one_bio+0xc4/0xe0
[ 3244.468219]  btrfs_read_folio+0x79/0x90
[ 3244.468226]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3244.468233]  prepare_uptodate_page+0x8c/0x210
[ 3244.468241]  prepare_pages.constprop.0+0xa2/0x300
[ 3244.468255]  btrfs_buffered_write+0x2ca/0x940
[ 3244.468282]  btrfs_do_write_iter+0x384/0x5d0
[ 3244.468289]  ? lock_is_held_type+0xe8/0x140
[ 3244.468304]  vfs_write+0x269/0x4f0
[ 3244.468323]  ksys_write+0x64/0xe0
[ 3244.468332]  __do_fast_syscall_32+0x88/0xf0
[ 3244.468345]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 3244.468356]  ? lock_is_held_type+0xe8/0x140
[ 3244.468368]  ? __do_fast_syscall_32+0x94/0xf0
[ 3244.468374]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3244.468382]  ? __do_fast_syscall_32+0x94/0xf0
[ 3244.468387]  ? __do_fast_syscall_32+0x94/0xf0
[ 3244.468408]  do_fast_syscall_32+0x2f/0x70
[ 3244.468417]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3244.468427] RIP: 0023:0xf7fb4579
[ 3244.468468] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3244.468472] RSP: 002b:00000000bc8fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3244.468479] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b58f6010
[ 3244.468483] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3244.468487] RBP: 0000000000000097 R08: 00000000bc8fdae0 R09: 0000000000000000
[ 3244.468491] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3244.468521] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3244.468542]  </TASK>
[ 3244.468546] irq event stamp: 2153055
[ 3244.468549] hardirqs last  enabled at (2153063): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3244.468557] hardirqs last disabled at (2153070): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3244.468562] softirqs last  enabled at (2153038): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3244.468568] softirqs last disabled at (2152983): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3244.468573] ---[ end trace 0000000000000000 ]---
[ 3256.140260] ------------[ cut here ]------------
[ 3256.140406] WARNING: CPU: 1 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3256.140417] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3256.140591]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3256.140705] CPU: 1 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3256.140712] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3256.140717] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3256.140723] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3256.140728] RSP: 0018:ffffaacb84d27898 EFLAGS: 00010246
[ 3256.140735] RAX: 0000000000000000 RBX: ffff9d55be2ab8d0 RCX: 0000000000000000
[ 3256.140740] RDX: 0000000000000000 RSI: ffff9d55be2ab850 RDI: ffffaacb84d278c0
[ 3256.140744] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3256.140749] R10: ffff9d55be2ab8d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3256.140753] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3256.140758] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0000) knlGS:0000000000000000
[ 3256.140762] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3256.140767] CR2: 00000000b5cf9000 CR3: 000000031523e000 CR4: 0000000000750ee0
[ 3256.140772] PKRU: 55555554
[ 3256.140776] Call Trace:
[ 3256.140780]  <TASK>
[ 3256.140793]  submit_one_bio+0xd4/0xe0
[ 3256.140805]  submit_extent_page+0x142/0x550
[ 3256.140831]  read_extent_buffer_pages+0x5c1/0x990
[ 3256.140845]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3256.140852]  ? _raw_spin_unlock+0x29/0x50
[ 3256.140866]  btrfs_readahead_tree_block+0x71/0xa0
[ 3256.140877]  btrfs_search_slot+0x666/0xd30
[ 3256.140884]  ? lock_is_held_type+0xe8/0x140
[ 3256.140897]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3256.140904]  ? kmem_cache_alloc+0x194/0x380
[ 3256.140915]  btrfs_del_csums+0x116/0x3b0
[ 3256.140925]  ? lock_release+0x14b/0x440
[ 3256.140938]  ? _raw_read_unlock+0x29/0x50
[ 3256.140950]  __btrfs_free_extent+0x486/0x7c0
[ 3256.140970]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3256.141002]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3256.141015]  btrfs_commit_transaction+0x93/0xed0
[ 3256.141037]  transaction_kthread+0x142/0x1b0
[ 3256.141049]  ? __pfx_transaction_kthread+0x10/0x10
[ 3256.141054]  kthread+0xf5/0x120
[ 3256.141059]  ? __pfx_kthread+0x10/0x10
[ 3256.141068]  ret_from_fork+0x2c/0x50
[ 3256.141091]  </TASK>
[ 3256.141095] irq event stamp: 22486699
[ 3256.141099] hardirqs last  enabled at (22486707): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3256.141106] hardirqs last disabled at (22486714): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3256.141111] softirqs last  enabled at (22485460): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3256.141117] softirqs last disabled at (22485455): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3256.141122] ---[ end trace 0000000000000000 ]---
[ 3261.390229] ------------[ cut here ]------------
[ 3261.390240] WARNING: CPU: 0 PID: 10867 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3261.390250] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3261.390425]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3261.390537] CPU: 0 PID: 10867 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3261.390543] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3261.390548] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3261.390554] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3261.390559] RSP: 0018:ffffaacb986176c8 EFLAGS: 00010246
[ 3261.390566] RAX: 0000000000000000 RBX: ffff9d53f2e155d0 RCX: 0000000000000000
[ 3261.390571] RDX: 0000000000000000 RSI: ffff9d53f2e15550 RDI: ffffaacb986176f0
[ 3261.390575] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3261.390580] R10: ffff9d53f2e155d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3261.390584] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3261.390589] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0063) knlGS:00000000bc8ffb40
[ 3261.390593] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3261.390596] CR2: 00000000b2cf0000 CR3: 000000019a4da000 CR4: 0000000000750ef0
[ 3261.390600] PKRU: 55555554
[ 3261.390603] Call Trace:
[ 3261.390607]  <TASK>
[ 3261.390620]  submit_one_bio+0xd4/0xe0
[ 3261.390632]  submit_extent_page+0x142/0x550
[ 3261.390658]  read_extent_buffer_pages+0x5c1/0x990
[ 3261.390673]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3261.390683]  ? folio_unlock+0x1d/0x50
[ 3261.390693]  btrfs_read_extent_buffer+0x98/0x150
[ 3261.390705]  read_tree_block+0x43/0xa0
[ 3261.390712]  read_block_for_search+0x218/0x320
[ 3261.390733]  btrfs_search_slot+0x351/0xd30
[ 3261.390754]  btrfs_lookup_csum+0x63/0x150
[ 3261.390769]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3261.390781]  ? btrfs_do_readpage+0x305/0x770
[ 3261.390795]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3261.390804]  submit_one_bio+0xc4/0xe0
[ 3261.390814]  btrfs_read_folio+0x79/0x90
[ 3261.390822]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3261.390829]  prepare_uptodate_page+0x8c/0x210
[ 3261.390837]  prepare_pages.constprop.0+0x134/0x300
[ 3261.390853]  btrfs_buffered_write+0x2ca/0x940
[ 3261.390882]  btrfs_do_write_iter+0x384/0x5d0
[ 3261.390889]  ? lock_is_held_type+0xe8/0x140
[ 3261.390902]  vfs_write+0x269/0x4f0
[ 3261.390923]  ksys_write+0x64/0xe0
[ 3261.390933]  __do_fast_syscall_32+0x88/0xf0
[ 3261.390942]  ? __do_fast_syscall_32+0x94/0xf0
[ 3261.390948]  ? __do_fast_syscall_32+0x94/0xf0
[ 3261.390955]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3261.390962]  ? __do_fast_syscall_32+0x94/0xf0
[ 3261.390968]  ? __do_fast_syscall_32+0x94/0xf0
[ 3261.390974]  ? __do_fast_syscall_32+0x94/0xf0
[ 3261.390980]  ? __do_fast_syscall_32+0x94/0xf0
[ 3261.390989]  do_fast_syscall_32+0x2f/0x70
[ 3261.390997]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3261.391004] RIP: 0023:0xf7fb4579
[ 3261.391029] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3261.391034] RSP: 002b:00000000bc8fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3261.391041] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b2df2010
[ 3261.391045] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3261.391049] RBP: 0000000000000097 R08: 00000000bc8fdae0 R09: 0000000000000000
[ 3261.391053] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3261.391058] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3261.391080]  </TASK>
[ 3261.391084] irq event stamp: 2192081
[ 3261.391088] hardirqs last  enabled at (2192089): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3261.391095] hardirqs last disabled at (2192096): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3261.391100] softirqs last  enabled at (2188896): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3261.391105] softirqs last disabled at (2188891): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3261.391110] ---[ end trace 0000000000000000 ]---
[ 3273.267555] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3273.267588] [drm] PSP is resuming...
[ 3273.343624] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3273.445058] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3273.458854] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3273.458861] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3273.458868] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3273.458872] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3273.458926] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3273.513999] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3273.515422] [drm] DMUB hardware initialized: version=0x02020017
[ 3273.553672] [drm] kiq ring mec 2 pipe 1 q 0
[ 3273.558310] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3273.558710] [drm] JPEG decode initialized successfully.
[ 3273.558734] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3273.558737] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3273.558740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3273.558742] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3273.558744] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3273.558746] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3273.558748] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3273.558750] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3273.558752] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3273.558755] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3273.558757] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3273.558759] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3273.558761] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3273.558763] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3273.558765] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3273.558768] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3273.562292] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3303.259542] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3303.259578] [drm] PSP is resuming...
[ 3303.335503] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3303.435739] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3303.449520] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3303.449529] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3303.449538] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3303.449542] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3303.449600] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3303.504011] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3303.505339] [drm] DMUB hardware initialized: version=0x02020017
[ 3303.544374] [drm] kiq ring mec 2 pipe 1 q 0
[ 3303.549115] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3303.549546] [drm] JPEG decode initialized successfully.
[ 3303.549571] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3303.549574] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3303.549577] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3303.549579] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3303.549581] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3303.549584] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3303.549586] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3303.549588] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3303.549590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3303.549592] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3303.549594] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3303.549597] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3303.549599] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3303.549601] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3303.549603] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3303.549605] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3303.553220] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3309.705214] ------------[ cut here ]------------
[ 3309.705223] WARNING: CPU: 12 PID: 10867 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3309.705231] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3309.705321]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3309.705380] CPU: 12 PID: 10867 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3309.705383] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3309.705386] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3309.705389] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3309.705392] RSP: 0018:ffffaacb986176e8 EFLAGS: 00010246
[ 3309.705396] RAX: 0000000000000000 RBX: ffff9d49372e9410 RCX: 0000000000000000
[ 3309.705399] RDX: 0000000000000000 RSI: ffff9d49372e9390 RDI: ffffaacb98617710
[ 3309.705401] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3309.705403] R10: ffff9d49372e9410 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3309.705405] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3309.705407] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0063) knlGS:00000000bc8ffb40
[ 3309.705410] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3309.705412] CR2: 00000000b59f6000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3309.705415] PKRU: 55555554
[ 3309.705417] Call Trace:
[ 3309.705420]  <TASK>
[ 3309.705427]  submit_one_bio+0xd4/0xe0
[ 3309.705434]  submit_extent_page+0x142/0x550
[ 3309.705447]  read_extent_buffer_pages+0x5c1/0x990
[ 3309.705455]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3309.705460]  ? folio_unlock+0x1d/0x50
[ 3309.705467]  btrfs_read_extent_buffer+0x98/0x150
[ 3309.705472]  read_tree_block+0x43/0xa0
[ 3309.705476]  read_block_for_search+0x218/0x320
[ 3309.705487]  btrfs_search_slot+0x351/0xd30
[ 3309.705498]  btrfs_lookup_csum+0x63/0x150
[ 3309.705506]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3309.705512]  ? btrfs_do_readpage+0x305/0x770
[ 3309.705519]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3309.705524]  submit_one_bio+0xc4/0xe0
[ 3309.705529]  btrfs_read_folio+0x79/0x90
[ 3309.705533]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3309.705536]  prepare_uptodate_page+0x8c/0x210
[ 3309.705541]  prepare_pages.constprop.0+0xa2/0x300
[ 3309.705549]  btrfs_buffered_write+0x2ca/0x940
[ 3309.705562]  btrfs_do_write_iter+0x384/0x5d0
[ 3309.705566]  ? lock_is_held_type+0xe8/0x140
[ 3309.705574]  vfs_write+0x269/0x4f0
[ 3309.705585]  ksys_write+0x64/0xe0
[ 3309.705590]  __do_fast_syscall_32+0x88/0xf0
[ 3309.705595]  ? __do_fast_syscall_32+0x94/0xf0
[ 3309.705598]  ? __do_fast_syscall_32+0x94/0xf0
[ 3309.705602]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3309.705606]  ? __do_fast_syscall_32+0x94/0xf0
[ 3309.705609]  ? __do_fast_syscall_32+0x94/0xf0
[ 3309.705614]  do_fast_syscall_32+0x2f/0x70
[ 3309.705618]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3309.705623] RIP: 0023:0xf7fb4579
[ 3309.705644] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3309.705647] RSP: 002b:00000000bc8fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3309.705650] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b37fc010
[ 3309.705653] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3309.705655] RBP: 0000000000000097 R08: 00000000bc8fdae0 R09: 0000000000000000
[ 3309.705657] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3309.705659] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3309.705670]  </TASK>
[ 3309.705672] irq event stamp: 2262155
[ 3309.705674] hardirqs last  enabled at (2262163): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3309.705679] hardirqs last disabled at (2262170): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3309.705682] softirqs last  enabled at (2258160): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3309.705686] softirqs last disabled at (2258155): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3309.705688] ---[ end trace 0000000000000000 ]---
[ 3333.235533] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3333.235566] [drm] PSP is resuming...
[ 3333.311499] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3333.412943] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3333.426741] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3333.426752] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3333.426760] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3333.426763] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3333.426817] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3333.481003] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3333.482414] [drm] DMUB hardware initialized: version=0x02020017
[ 3333.520151] [drm] kiq ring mec 2 pipe 1 q 0
[ 3333.525490] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3333.525676] [drm] JPEG decode initialized successfully.
[ 3333.525701] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3333.525704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3333.525707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3333.525709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3333.525711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3333.525713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3333.525715] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3333.525717] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3333.525719] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3333.525722] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3333.525724] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3333.525726] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3333.525728] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3333.525730] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3333.525732] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3333.525735] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3333.529195] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3334.258781] ------------[ cut here ]------------
[ 3334.258789] WARNING: CPU: 6 PID: 9720 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3334.258797] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3334.258897]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3334.258963] CPU: 6 PID: 9720 Comm: kworker/u32:18 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3334.258967] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3334.258970] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3334.258975] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3334.258979] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3334.258982] RSP: 0018:ffffaacb97b7f888 EFLAGS: 00010246
[ 3334.258986] RAX: 0000000000000000 RBX: ffff9d559defb710 RCX: 0000000000000000
[ 3334.258988] RDX: 0000000000000000 RSI: ffff9d559defb690 RDI: ffffaacb97b7f8b0
[ 3334.258991] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3334.258993] R10: ffff9d559defb710 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3334.258996] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3334.258999] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3334.259001] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3334.259004] CR2: 00000000b24e8000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3334.259007] PKRU: 55555554
[ 3334.259009] Call Trace:
[ 3334.259012]  <TASK>
[ 3334.259020]  submit_one_bio+0xd4/0xe0
[ 3334.259027]  submit_extent_page+0x142/0x550
[ 3334.259042]  read_extent_buffer_pages+0x5c1/0x990
[ 3334.259050]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3334.259055]  ? folio_unlock+0x1d/0x50
[ 3334.259062]  btrfs_read_extent_buffer+0x98/0x150
[ 3334.259069]  read_tree_block+0x43/0xa0
[ 3334.259073]  read_block_for_search+0x218/0x320
[ 3334.259085]  btrfs_search_slot+0x351/0xd30
[ 3334.259093]  ? lock_is_held_type+0xe8/0x140
[ 3334.259101]  btrfs_lookup_csum+0x63/0x150
[ 3334.259109]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3334.259113]  ? sched_clock_cpu+0x9f/0xc0
[ 3334.259119]  ? lock_release+0x14b/0x440
[ 3334.259126]  ? _raw_read_unlock+0x29/0x50
[ 3334.259156]  btrfs_finish_ordered_io+0x441/0x860
[ 3334.259181]  btrfs_work_helper+0xfe/0x400
[ 3334.259186]  ? lock_is_held_type+0xe8/0x140
[ 3334.259199]  process_one_work+0x294/0x5b0
[ 3334.259218]  worker_thread+0x4f/0x3a0
[ 3334.259229]  ? __pfx_worker_thread+0x10/0x10
[ 3334.259235]  kthread+0xf5/0x120
[ 3334.259241]  ? __pfx_kthread+0x10/0x10
[ 3334.259251]  ret_from_fork+0x2c/0x50
[ 3334.259278]  </TASK>
[ 3334.259282] irq event stamp: 23477949
[ 3334.259287] hardirqs last  enabled at (23477957): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3334.259293] hardirqs last disabled at (23477964): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3334.259299] softirqs last  enabled at (23476716): [<ffffffff857ef834>] blkg_async_bio_workfn+0x64/0xd0
[ 3334.259306] softirqs last disabled at (23476714): [<ffffffff857ef818>] blkg_async_bio_workfn+0x48/0xd0
[ 3334.259312] ---[ end trace 0000000000000000 ]---
[ 3346.737525] ------------[ cut here ]------------
[ 3346.737533] WARNING: CPU: 8 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3346.737540] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3346.737635]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3346.737697] CPU: 8 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3346.737701] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3346.737704] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3346.737707] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3346.737710] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3346.737714] RAX: 0000000000000000 RBX: ffff9d5402aa7e10 RCX: 0000000000000000
[ 3346.737717] RDX: 0000000000000000 RSI: ffff9d5402aa7d90 RDI: ffffaacb84d27810
[ 3346.737719] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3346.737722] R10: ffff9d5402aa7e10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3346.737724] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3346.737727] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 3346.737732] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3346.737736] CR2: 0000023500d09000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3346.737740] PKRU: 55555554
[ 3346.737745] Call Trace:
[ 3346.737749]  <TASK>
[ 3346.737761]  submit_one_bio+0xd4/0xe0
[ 3346.737771]  submit_extent_page+0x142/0x550
[ 3346.737786]  read_extent_buffer_pages+0x5c1/0x990
[ 3346.737798]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3346.737807]  ? folio_unlock+0x1d/0x50
[ 3346.737819]  btrfs_read_extent_buffer+0x98/0x150
[ 3346.737830]  read_tree_block+0x43/0xa0
[ 3346.737838]  read_block_for_search+0x218/0x320
[ 3346.737850]  btrfs_search_slot+0x351/0xd30
[ 3346.737854]  ? lock_is_held_type+0xe8/0x140
[ 3346.737863]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3346.737866]  ? kmem_cache_alloc+0x194/0x380
[ 3346.737876]  btrfs_del_csums+0x116/0x3b0
[ 3346.737885]  ? lock_release+0x14b/0x440
[ 3346.737898]  ? _raw_read_unlock+0x29/0x50
[ 3346.737908]  __btrfs_free_extent+0x486/0x7c0
[ 3346.737927]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3346.737956]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3346.737968]  btrfs_commit_transaction+0x93/0xed0
[ 3346.737986]  transaction_kthread+0x142/0x1b0
[ 3346.737996]  ? __pfx_transaction_kthread+0x10/0x10
[ 3346.738001]  kthread+0xf5/0x120
[ 3346.738007]  ? __pfx_kthread+0x10/0x10
[ 3346.738015]  ret_from_fork+0x2c/0x50
[ 3346.738037]  </TASK>
[ 3346.738042] irq event stamp: 22950603
[ 3346.738046] hardirqs last  enabled at (22950611): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3346.738052] hardirqs last disabled at (22950618): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3346.738057] softirqs last  enabled at (22947320): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3346.738063] softirqs last disabled at (22947307): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3346.738066] ---[ end trace 0000000000000000 ]---
[ 3348.953583] ------------[ cut here ]------------
[ 3348.953593] WARNING: CPU: 0 PID: 9720 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3348.953602] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3348.953722]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3348.953801] CPU: 0 PID: 9720 Comm: kworker/u32:18 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3348.953805] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3348.953809] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3348.953815] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3348.953820] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3348.953823] RSP: 0018:ffffaacb97b7f888 EFLAGS: 00010246
[ 3348.953828] RAX: 0000000000000000 RBX: ffff9d49bdb3d410 RCX: 0000000000000000
[ 3348.953832] RDX: 0000000000000000 RSI: ffff9d49bdb3d390 RDI: ffffaacb97b7f8b0
[ 3348.953835] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3348.953838] R10: ffff9d49bdb3d410 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3348.953841] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3348.953844] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 3348.953848] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3348.953851] CR2: 0000023500d0b000 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 3348.953854] PKRU: 55555554
[ 3348.953857] Call Trace:
[ 3348.953861]  <TASK>
[ 3348.953870]  submit_one_bio+0xd4/0xe0
[ 3348.953879]  submit_extent_page+0x142/0x550
[ 3348.953897]  read_extent_buffer_pages+0x5c1/0x990
[ 3348.953907]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3348.953913]  ? folio_unlock+0x1d/0x50
[ 3348.953922]  btrfs_read_extent_buffer+0x98/0x150
[ 3348.953930]  read_tree_block+0x43/0xa0
[ 3348.953936]  read_block_for_search+0x218/0x320
[ 3348.953949]  btrfs_search_slot+0x351/0xd30
[ 3348.953960]  ? lock_is_held_type+0xe8/0x140
[ 3348.953969]  btrfs_lookup_csum+0x63/0x150
[ 3348.953979]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3348.953984]  ? sched_clock_cpu+0x9f/0xc0
[ 3348.953990]  ? lock_release+0x14b/0x440
[ 3348.953999]  ? _raw_read_unlock+0x29/0x50
[ 3348.954008]  btrfs_finish_ordered_io+0x441/0x860
[ 3348.954026]  btrfs_work_helper+0xfe/0x400
[ 3348.954030]  ? lock_is_held_type+0xe8/0x140
[ 3348.954039]  process_one_work+0x294/0x5b0
[ 3348.954052]  worker_thread+0x4f/0x3a0
[ 3348.954059]  ? __pfx_worker_thread+0x10/0x10
[ 3348.954063]  kthread+0xf5/0x120
[ 3348.954067]  ? __pfx_kthread+0x10/0x10
[ 3348.954073]  ret_from_fork+0x2c/0x50
[ 3348.954088]  </TASK>
[ 3348.954091] irq event stamp: 23678065
[ 3348.954094] hardirqs last  enabled at (23678073): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3348.954099] hardirqs last disabled at (23678080): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3348.954103] softirqs last  enabled at (23676762): [<ffffffff857ef834>] blkg_async_bio_workfn+0x64/0xd0
[ 3348.954108] softirqs last disabled at (23676760): [<ffffffff857ef818>] blkg_async_bio_workfn+0x48/0xd0
[ 3348.954112] ---[ end trace 0000000000000000 ]---
[ 3348.974435] ------------[ cut here ]------------
[ 3348.974447] WARNING: CPU: 11 PID: 4028 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3348.974458] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3348.974568]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3348.974637] CPU: 11 PID: 4028 Comm: kworker/u32:17 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3348.974641] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3348.974644] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3348.974650] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3348.974653] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3348.974657] RSP: 0018:ffffaacb85a4b888 EFLAGS: 00010246
[ 3348.974661] RAX: 0000000000000000 RBX: ffff9d548168b010 RCX: 0000000000000000
[ 3348.974664] RDX: 0000000000000000 RSI: ffff9d548168af90 RDI: ffffaacb85a4b8b0
[ 3348.974666] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3348.974669] R10: ffff9d548168b010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3348.974671] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3348.974674] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0000) knlGS:0000000000000000
[ 3348.974677] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3348.974680] CR2: 00000000b3880000 CR3: 00000001964da000 CR4: 0000000000750ee0
[ 3348.974683] PKRU: 55555554
[ 3348.974685] Call Trace:
[ 3348.974688]  <TASK>
[ 3348.974696]  submit_one_bio+0xd4/0xe0
[ 3348.974704]  submit_extent_page+0x142/0x550
[ 3348.974720]  read_extent_buffer_pages+0x5c1/0x990
[ 3348.974729]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3348.974734]  ? folio_unlock+0x1d/0x50
[ 3348.974742]  btrfs_read_extent_buffer+0x98/0x150
[ 3348.974753]  read_tree_block+0x43/0xa0
[ 3348.974761]  read_block_for_search+0x218/0x320
[ 3348.974780]  btrfs_search_slot+0x351/0xd30
[ 3348.974792]  ? lock_is_held_type+0xe8/0x140
[ 3348.974807]  btrfs_lookup_csum+0x63/0x150
[ 3348.974824]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3348.974833]  ? sched_clock_cpu+0x9f/0xc0
[ 3348.974844]  ? lock_release+0x14b/0x440
[ 3348.974857]  ? _raw_read_unlock+0x29/0x50
[ 3348.974872]  btrfs_finish_ordered_io+0x441/0x860
[ 3348.974906]  btrfs_work_helper+0xfe/0x400
[ 3348.974913]  ? lock_is_held_type+0xe8/0x140
[ 3348.974923]  process_one_work+0x294/0x5b0
[ 3348.974935]  worker_thread+0x4f/0x3a0
[ 3348.974942]  ? __pfx_worker_thread+0x10/0x10
[ 3348.974945]  kthread+0xf5/0x120
[ 3348.974949]  ? __pfx_kthread+0x10/0x10
[ 3348.974954]  ret_from_fork+0x2c/0x50
[ 3348.974969]  </TASK>
[ 3348.974972] irq event stamp: 33123267
[ 3348.974974] hardirqs last  enabled at (33123275): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3348.974979] hardirqs last disabled at (33123282): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3348.974982] softirqs last  enabled at (33121802): [<ffffffff857ef834>] blkg_async_bio_workfn+0x64/0xd0
[ 3348.974987] softirqs last disabled at (33121800): [<ffffffff857ef818>] blkg_async_bio_workfn+0x48/0xd0
[ 3348.974990] ---[ end trace 0000000000000000 ]---
[ 3363.291577] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3363.291624] [drm] PSP is resuming...
[ 3363.367641] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3363.468395] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3363.482294] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3363.482307] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3363.482316] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3363.482323] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3363.482381] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3363.537051] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3363.538467] [drm] DMUB hardware initialized: version=0x02020017
[ 3363.578354] [drm] kiq ring mec 2 pipe 1 q 0
[ 3363.585045] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3363.585203] [drm] JPEG decode initialized successfully.
[ 3363.585227] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3363.585230] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3363.585233] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3363.585235] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3363.585237] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3363.585239] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3363.585241] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3363.585243] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3363.585245] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3363.585247] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3363.585250] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3363.585252] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3363.585254] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3363.585256] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3363.585258] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3363.585260] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3363.589267] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3364.653171] ------------[ cut here ]------------
[ 3364.653181] WARNING: CPU: 3 PID: 4028 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3364.653190] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3364.653311]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3364.653389] CPU: 3 PID: 4028 Comm: kworker/u32:17 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3364.653394] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3364.653397] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3364.653402] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3364.653406] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3364.653409] RSP: 0018:ffffaacb85a4b888 EFLAGS: 00010246
[ 3364.653413] RAX: 0000000000000000 RBX: ffff9d546ab19950 RCX: 0000000000000000
[ 3364.653415] RDX: 0000000000000000 RSI: ffff9d546ab198d0 RDI: ffffaacb85a4b8b0
[ 3364.653418] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3364.653420] R10: ffff9d546ab19950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3364.653423] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3364.653426] FS:  0000000000000000(0000) GS:ffff9d57d6e00000(0000) knlGS:0000000000000000
[ 3364.653428] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3364.653431] CR2: 00000000b0824000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3364.653434] PKRU: 55555554
[ 3364.653436] Call Trace:
[ 3364.653439]  <TASK>
[ 3364.653447]  submit_one_bio+0xd4/0xe0
[ 3364.653454]  submit_extent_page+0x142/0x550
[ 3364.653469]  read_extent_buffer_pages+0x5c1/0x990
[ 3364.653476]  ? folio_wake_bit+0xd6/0xf0
[ 3364.653482]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3364.653487]  ? folio_unlock+0x1d/0x50
[ 3364.653493]  btrfs_read_extent_buffer+0x98/0x150
[ 3364.653500]  read_tree_block+0x43/0xa0
[ 3364.653507]  read_block_for_search+0x218/0x320
[ 3364.653526]  btrfs_search_slot+0x351/0xd30
[ 3364.653541]  ? lock_is_held_type+0xe8/0x140
[ 3364.653554]  btrfs_lookup_csum+0x63/0x150
[ 3364.653568]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3364.653574]  ? sched_clock_cpu+0x9f/0xc0
[ 3364.653582]  ? lock_release+0x14b/0x440
[ 3364.653595]  ? _raw_read_unlock+0x29/0x50
[ 3364.653607]  btrfs_finish_ordered_io+0x441/0x860
[ 3364.653633]  btrfs_work_helper+0xfe/0x400
[ 3364.653639]  ? lock_is_held_type+0xe8/0x140
[ 3364.653651]  process_one_work+0x294/0x5b0
[ 3364.653670]  worker_thread+0x4f/0x3a0
[ 3364.653680]  ? __pfx_worker_thread+0x10/0x10
[ 3364.653685]  kthread+0xf5/0x120
[ 3364.653691]  ? __pfx_kthread+0x10/0x10
[ 3364.653699]  ret_from_fork+0x2c/0x50
[ 3364.653722]  </TASK>
[ 3364.653727] irq event stamp: 34162975
[ 3364.653731] hardirqs last  enabled at (34162983): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3364.653737] hardirqs last disabled at (34162990): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3364.653743] softirqs last  enabled at (34161506): [<ffffffff857ef834>] blkg_async_bio_workfn+0x64/0xd0
[ 3364.653750] softirqs last disabled at (34161504): [<ffffffff857ef818>] blkg_async_bio_workfn+0x48/0xd0
[ 3364.653755] ---[ end trace 0000000000000000 ]---
[ 3374.212639] ------------[ cut here ]------------
[ 3374.212651] WARNING: CPU: 3 PID: 10862 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3374.212663] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3374.212855]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3374.212981] CPU: 3 PID: 10862 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3374.212988] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3374.212994] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3374.213001] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3374.213007] RSP: 0018:ffffaacb980af710 EFLAGS: 00010246
[ 3374.213015] RAX: 0000000000000000 RBX: ffff9d546ab1b390 RCX: 0000000000000000
[ 3374.213020] RDX: 0000000000000000 RSI: ffff9d546ab1b310 RDI: ffffaacb980af738
[ 3374.213025] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3374.213030] R10: ffff9d546ab1b390 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3374.213035] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3374.213041] FS:  0000000000000000(0000) GS:ffff9d57d6e00000(0063) knlGS:00000000b40fab40
[ 3374.213046] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3374.213052] CR2: 00000000b59f6000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3374.213057] PKRU: 55555554
[ 3374.213062] Call Trace:
[ 3374.213068]  <TASK>
[ 3374.213082]  submit_one_bio+0xd4/0xe0
[ 3374.213095]  submit_extent_page+0x142/0x550
[ 3374.213125]  read_extent_buffer_pages+0x5c1/0x990
[ 3374.213202]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3374.213214]  ? folio_unlock+0x1d/0x50
[ 3374.213228]  btrfs_read_extent_buffer+0x98/0x150
[ 3374.213252]  read_tree_block+0x43/0xa0
[ 3374.213261]  read_block_for_search+0x218/0x320
[ 3374.213284]  btrfs_search_slot+0x351/0xd30
[ 3374.213308]  btrfs_lookup_csum+0x63/0x150
[ 3374.213324]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3374.213338]  ? btrfs_do_readpage+0x305/0x770
[ 3374.213354]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3374.213364]  submit_one_bio+0xc4/0xe0
[ 3374.213376]  btrfs_read_folio+0x79/0x90
[ 3374.213385]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3374.213392]  prepare_uptodate_page+0x8c/0x210
[ 3374.213402]  prepare_pages.constprop.0+0x134/0x300
[ 3374.213418]  btrfs_buffered_write+0x2ca/0x940
[ 3374.213451]  btrfs_do_write_iter+0x384/0x5d0
[ 3374.213460]  ? lock_is_held_type+0xe8/0x140
[ 3374.213476]  vfs_write+0x269/0x4f0
[ 3374.213499]  ksys_write+0x64/0xe0
[ 3374.213510]  __do_fast_syscall_32+0x88/0xf0
[ 3374.213518]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3374.213526]  ? __do_fast_syscall_32+0x94/0xf0
[ 3374.213537]  do_fast_syscall_32+0x2f/0x70
[ 3374.213546]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3374.213554] RIP: 0023:0xf7fb4579
[ 3374.213604] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3374.213610] RSP: 002b:00000000b40f8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3374.213619] RAX: ffffffffffffffda RBX: 00000000000000a3 RCX: 00000000b2bf0010
[ 3374.213625] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3374.213631] RBP: 00000000000000a3 R08: 00000000b40f8ae0 R09: 0000000000000000
[ 3374.213636] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3374.213641] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3374.213663]  </TASK>
[ 3374.213668] irq event stamp: 2062653
[ 3374.213672] hardirqs last  enabled at (2062661): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3374.213680] hardirqs last disabled at (2062668): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3374.213686] softirqs last  enabled at (2062366): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3374.213692] softirqs last disabled at (2062359): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3374.213698] ---[ end trace 0000000000000000 ]---
[ 3379.011658] ------------[ cut here ]------------
[ 3379.011666] WARNING: CPU: 0 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.011674] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.011769]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.011830] CPU: 0 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.011834] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.011837] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.011841] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.011844] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.011848] RAX: 0000000000000000 RBX: ffff9d49372f2210 RCX: 0000000000000000
[ 3379.011850] RDX: 0000000000000000 RSI: ffff9d49372f2190 RDI: ffffaacb84d27810
[ 3379.011853] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.011855] R10: ffff9d49372f2210 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.011857] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.011860] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 3379.011863] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.011865] CR2: 00003730004a5000 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 3379.011868] PKRU: 55555554
[ 3379.011871] Call Trace:
[ 3379.011873]  <TASK>
[ 3379.011881]  submit_one_bio+0xd4/0xe0
[ 3379.011888]  submit_extent_page+0x142/0x550
[ 3379.011903]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.011910]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.011915]  ? folio_unlock+0x1d/0x50
[ 3379.011923]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.011929]  read_tree_block+0x43/0xa0
[ 3379.011933]  read_block_for_search+0x218/0x320
[ 3379.011944]  btrfs_search_slot+0x351/0xd30
[ 3379.011948]  ? lock_is_held_type+0xe8/0x140
[ 3379.011957]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.011960]  ? kmem_cache_alloc+0x194/0x380
[ 3379.011967]  btrfs_del_csums+0x116/0x3b0
[ 3379.011972]  ? lock_release+0x14b/0x440
[ 3379.011980]  ? _raw_read_unlock+0x29/0x50
[ 3379.011987]  __btrfs_free_extent+0x486/0x7c0
[ 3379.011997]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.012014]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.012021]  btrfs_commit_transaction+0x93/0xed0
[ 3379.012033]  transaction_kthread+0x142/0x1b0
[ 3379.012039]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.012042]  kthread+0xf5/0x120
[ 3379.012046]  ? __pfx_kthread+0x10/0x10
[ 3379.012051]  ret_from_fork+0x2c/0x50
[ 3379.012063]  </TASK>
[ 3379.012066] irq event stamp: 23099655
[ 3379.012068] hardirqs last  enabled at (23099663): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.012072] hardirqs last disabled at (23099670): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.012075] softirqs last  enabled at (23096196): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.012079] softirqs last disabled at (23096187): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.012082] ---[ end trace 0000000000000000 ]---
[ 3379.013234] ------------[ cut here ]------------
[ 3379.013240] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.013246] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.013352]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.013422] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.013426] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.013429] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.013433] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.013437] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 3379.013442] RAX: 0000000000000000 RBX: ffff9d4bf017f550 RCX: 0000000000000000
[ 3379.013445] RDX: 0000000000000000 RSI: ffff9d4bf017f4d0 RDI: ffffaacb84d277a8
[ 3379.013448] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.013451] R10: ffff9d4bf017f550 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.013454] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.013457] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 3379.013460] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.013463] CR2: 00000235010f7000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3379.013467] PKRU: 55555554
[ 3379.013469] Call Trace:
[ 3379.013472]  <TASK>
[ 3379.013480]  submit_one_bio+0xd4/0xe0
[ 3379.013488]  submit_extent_page+0x142/0x550
[ 3379.013505]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.013515]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.013521]  ? folio_unlock+0x1d/0x50
[ 3379.013528]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.013536]  read_tree_block+0x43/0xa0
[ 3379.013541]  read_block_for_search+0x218/0x320
[ 3379.013554]  btrfs_search_slot+0x351/0xd30
[ 3379.013564]  ? _raw_read_unlock+0x29/0x50
[ 3379.013572]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3379.013580]  ? lock_is_held_type+0xe8/0x140
[ 3379.013590]  lookup_extent_backref+0x41/0xd0
[ 3379.013600]  __btrfs_free_extent+0xfb/0x7c0
[ 3379.013608]  ? sched_clock_cpu+0x20/0xc0
[ 3379.013618]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.013639]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.013648]  btrfs_commit_transaction+0x93/0xed0
[ 3379.013662]  transaction_kthread+0x142/0x1b0
[ 3379.013670]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.013674]  kthread+0xf5/0x120
[ 3379.013677]  ? __pfx_kthread+0x10/0x10
[ 3379.013683]  ret_from_fork+0x2c/0x50
[ 3379.013697]  </TASK>
[ 3379.013700] irq event stamp: 23101305
[ 3379.013703] hardirqs last  enabled at (23101313): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.013707] hardirqs last disabled at (23101320): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.013711] softirqs last  enabled at (23100096): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.013714] softirqs last disabled at (23100081): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.013718] ---[ end trace 0000000000000000 ]---
[ 3379.022537] ------------[ cut here ]------------
[ 3379.022542] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.022547] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.022634]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.022692] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.022695] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.022697] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.022701] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.022704] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.022707] RAX: 0000000000000000 RBX: ffff9d49a9dea3d0 RCX: 0000000000000000
[ 3379.022710] RDX: 0000000000000000 RSI: ffff9d49a9dea350 RDI: ffffaacb84d27810
[ 3379.022712] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.022715] R10: ffff9d49a9dea3d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.022717] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.022720] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 3379.022722] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.022725] CR2: 00000000b22e6000 CR3: 0000000311fe6000 CR4: 0000000000750ee0
[ 3379.022727] PKRU: 55555554
[ 3379.022730] Call Trace:
[ 3379.022732]  <TASK>
[ 3379.022738]  submit_one_bio+0xd4/0xe0
[ 3379.022745]  submit_extent_page+0x142/0x550
[ 3379.022758]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.022766]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.022771]  ? folio_unlock+0x1d/0x50
[ 3379.022777]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.022783]  read_tree_block+0x43/0xa0
[ 3379.022787]  read_block_for_search+0x218/0x320
[ 3379.022797]  btrfs_search_slot+0x351/0xd30
[ 3379.022801]  ? lock_is_held_type+0xe8/0x140
[ 3379.022808]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.022812]  ? kmem_cache_alloc+0x194/0x380
[ 3379.022819]  btrfs_del_csums+0x116/0x3b0
[ 3379.022824]  ? lock_release+0x14b/0x440
[ 3379.022831]  ? _raw_read_unlock+0x29/0x50
[ 3379.022838]  __btrfs_free_extent+0x486/0x7c0
[ 3379.022848]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.022865]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.022872]  btrfs_commit_transaction+0x93/0xed0
[ 3379.022883]  transaction_kthread+0x142/0x1b0
[ 3379.022889]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.022893]  kthread+0xf5/0x120
[ 3379.022895]  ? __pfx_kthread+0x10/0x10
[ 3379.022900]  ret_from_fork+0x2c/0x50
[ 3379.022911]  </TASK>
[ 3379.022914] irq event stamp: 23108097
[ 3379.022916] hardirqs last  enabled at (23108105): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.022919] hardirqs last disabled at (23108112): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.022922] softirqs last  enabled at (23100096): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.022925] softirqs last disabled at (23100081): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.022928] ---[ end trace 0000000000000000 ]---
[ 3379.024791] ------------[ cut here ]------------
[ 3379.024795] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.024800] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.024885]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.024941] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.024944] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.024946] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.024949] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.024952] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.024956] RAX: 0000000000000000 RBX: ffff9d49a9deaad0 RCX: 0000000000000000
[ 3379.024959] RDX: 0000000000000000 RSI: ffff9d49a9deaa50 RDI: ffffaacb84d27810
[ 3379.024961] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.024963] R10: ffff9d49a9deaad0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.024966] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.024968] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 3379.024971] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.024973] CR2: 00000000b22e6000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3379.024976] PKRU: 55555554
[ 3379.024978] Call Trace:
[ 3379.024980]  <TASK>
[ 3379.024986]  submit_one_bio+0xd4/0xe0
[ 3379.024993]  submit_extent_page+0x142/0x550
[ 3379.025006]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.025014]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.025019]  ? folio_unlock+0x1d/0x50
[ 3379.025025]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.025031]  read_tree_block+0x43/0xa0
[ 3379.025035]  read_block_for_search+0x218/0x320
[ 3379.025045]  btrfs_search_slot+0x351/0xd30
[ 3379.025049]  ? lock_is_held_type+0xe8/0x140
[ 3379.025056]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.025059]  ? kmem_cache_alloc+0x194/0x380
[ 3379.025065]  btrfs_del_csums+0x116/0x3b0
[ 3379.025070]  ? lock_release+0x14b/0x440
[ 3379.025077]  ? _raw_read_unlock+0x29/0x50
[ 3379.025083]  __btrfs_free_extent+0x486/0x7c0
[ 3379.025094]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.025110]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.025118]  btrfs_commit_transaction+0x93/0xed0
[ 3379.025148]  transaction_kthread+0x142/0x1b0
[ 3379.025155]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.025158]  kthread+0xf5/0x120
[ 3379.025161]  ? __pfx_kthread+0x10/0x10
[ 3379.025165]  ret_from_fork+0x2c/0x50
[ 3379.025177]  </TASK>
[ 3379.025179] irq event stamp: 23110395
[ 3379.025181] hardirqs last  enabled at (23110403): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.025185] hardirqs last disabled at (23110410): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.025188] softirqs last  enabled at (23110346): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.025191] softirqs last disabled at (23110341): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.025194] ---[ end trace 0000000000000000 ]---
[ 3379.040690] ------------[ cut here ]------------
[ 3379.040701] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.040710] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.040876]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.040987] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.040992] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.040996] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.041000] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.041003] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.041007] RAX: 0000000000000000 RBX: ffff9d49a9de8b50 RCX: 0000000000000000
[ 3379.041010] RDX: 0000000000000000 RSI: ffff9d49a9de8ad0 RDI: ffffaacb84d27810
[ 3379.041012] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.041015] R10: ffff9d49a9de8b50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.041017] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.041019] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 3379.041022] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.041025] CR2: 00000000b22e6000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3379.041027] PKRU: 55555554
[ 3379.041030] Call Trace:
[ 3379.041032]  <TASK>
[ 3379.041040]  submit_one_bio+0xd4/0xe0
[ 3379.041047]  submit_extent_page+0x142/0x550
[ 3379.041061]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.041069]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.041074]  ? folio_unlock+0x1d/0x50
[ 3379.041081]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.041091]  read_tree_block+0x43/0xa0
[ 3379.041099]  read_block_for_search+0x218/0x320
[ 3379.041118]  btrfs_search_slot+0x351/0xd30
[ 3379.041124]  ? lock_is_held_type+0xe8/0x140
[ 3379.041163]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.041169]  ? kmem_cache_alloc+0x194/0x380
[ 3379.041179]  btrfs_del_csums+0x116/0x3b0
[ 3379.041189]  ? lock_release+0x14b/0x440
[ 3379.041201]  ? _raw_read_unlock+0x29/0x50
[ 3379.041213]  __btrfs_free_extent+0x486/0x7c0
[ 3379.041232]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.041263]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.041276]  btrfs_commit_transaction+0x93/0xed0
[ 3379.041297]  transaction_kthread+0x142/0x1b0
[ 3379.041309]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.041314]  kthread+0xf5/0x120
[ 3379.041320]  ? __pfx_kthread+0x10/0x10
[ 3379.041327]  ret_from_fork+0x2c/0x50
[ 3379.041346]  </TASK>
[ 3379.041350] irq event stamp: 23121253
[ 3379.041354] hardirqs last  enabled at (23121261): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.041361] hardirqs last disabled at (23121268): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.041365] softirqs last  enabled at (23121126): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.041371] softirqs last disabled at (23121121): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.041376] ---[ end trace 0000000000000000 ]---
[ 3379.044940] ------------[ cut here ]------------
[ 3379.044946] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.044951] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.045045]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.045106] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.045110] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.045112] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.045116] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.045119] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.045123] RAX: 0000000000000000 RBX: ffff9d49a9de9950 RCX: 0000000000000000
[ 3379.045125] RDX: 0000000000000000 RSI: ffff9d49a9de98d0 RDI: ffffaacb84d27810
[ 3379.045141] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.045144] R10: ffff9d49a9de9950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.045146] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.045149] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 3379.045151] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.045154] CR2: 00000000b22e6000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3379.045156] PKRU: 55555554
[ 3379.045159] Call Trace:
[ 3379.045161]  <TASK>
[ 3379.045168]  submit_one_bio+0xd4/0xe0
[ 3379.045175]  submit_extent_page+0x142/0x550
[ 3379.045189]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.045197]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.045202]  ? folio_unlock+0x1d/0x50
[ 3379.045209]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.045215]  read_tree_block+0x43/0xa0
[ 3379.045219]  read_block_for_search+0x218/0x320
[ 3379.045231]  btrfs_search_slot+0x351/0xd30
[ 3379.045234]  ? lock_is_held_type+0xe8/0x140
[ 3379.045243]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.045246]  ? kmem_cache_alloc+0x194/0x380
[ 3379.045252]  btrfs_del_csums+0x116/0x3b0
[ 3379.045258]  ? lock_release+0x14b/0x440
[ 3379.045265]  ? _raw_read_unlock+0x29/0x50
[ 3379.045272]  __btrfs_free_extent+0x486/0x7c0
[ 3379.045283]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.045299]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.045307]  btrfs_commit_transaction+0x93/0xed0
[ 3379.045318]  transaction_kthread+0x142/0x1b0
[ 3379.045325]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.045328]  kthread+0xf5/0x120
[ 3379.045331]  ? __pfx_kthread+0x10/0x10
[ 3379.045336]  ret_from_fork+0x2c/0x50
[ 3379.045348]  </TASK>
[ 3379.045351] irq event stamp: 23124661
[ 3379.045353] hardirqs last  enabled at (23124669): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.045357] hardirqs last disabled at (23124676): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.045360] softirqs last  enabled at (23124386): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.045364] softirqs last disabled at (23124381): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.045367] ---[ end trace 0000000000000000 ]---
[ 3379.046752] ------------[ cut here ]------------
[ 3379.046757] WARNING: CPU: 10 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.046762] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.046852]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.046911] CPU: 10 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.046915] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.046917] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.046921] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.046924] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.046928] RAX: 0000000000000000 RBX: ffff9d4bf017d950 RCX: 0000000000000000
[ 3379.046930] RDX: 0000000000000000 RSI: ffff9d4bf017d8d0 RDI: ffffaacb84d27810
[ 3379.046933] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.046935] R10: ffff9d4bf017d950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.046939] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.046943] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0000) knlGS:0000000000000000
[ 3379.046947] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.046952] CR2: 00007f2a031d2a58 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3379.046954] PKRU: 55555554
[ 3379.046957] Call Trace:
[ 3379.046959]  <TASK>
[ 3379.046966]  submit_one_bio+0xd4/0xe0
[ 3379.046973]  submit_extent_page+0x142/0x550
[ 3379.046987]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.046995]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.047000]  ? folio_unlock+0x1d/0x50
[ 3379.047006]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.047012]  read_tree_block+0x43/0xa0
[ 3379.047016]  read_block_for_search+0x218/0x320
[ 3379.047027]  btrfs_search_slot+0x351/0xd30
[ 3379.047031]  ? lock_is_held_type+0xe8/0x140
[ 3379.047038]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.047042]  ? kmem_cache_alloc+0x194/0x380
[ 3379.047048]  btrfs_del_csums+0x116/0x3b0
[ 3379.047054]  ? lock_release+0x14b/0x440
[ 3379.047060]  ? _raw_read_unlock+0x29/0x50
[ 3379.047067]  __btrfs_free_extent+0x486/0x7c0
[ 3379.047078]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.047094]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.047101]  btrfs_commit_transaction+0x93/0xed0
[ 3379.047113]  transaction_kthread+0x142/0x1b0
[ 3379.047119]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.047122]  kthread+0xf5/0x120
[ 3379.047125]  ? __pfx_kthread+0x10/0x10
[ 3379.047141]  ret_from_fork+0x2c/0x50
[ 3379.047153]  </TASK>
[ 3379.047155] irq event stamp: 23126411
[ 3379.047157] hardirqs last  enabled at (23126419): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.047161] hardirqs last disabled at (23126426): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.047164] softirqs last  enabled at (23124826): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.047169] softirqs last disabled at (23124817): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.047174] ---[ end trace 0000000000000000 ]---
[ 3379.062731] ------------[ cut here ]------------
[ 3379.062995] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.063011] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.063255]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.063390] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.063395] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.063399] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.063407] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.063414] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.063422] RAX: 0000000000000000 RBX: ffff9d559defa750 RCX: 0000000000000000
[ 3379.063428] RDX: 0000000000000000 RSI: ffff9d559defa6d0 RDI: ffffaacb84d27810
[ 3379.063434] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.063440] R10: ffff9d559defa750 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.063445] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.063450] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3379.063457] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.063462] CR2: 00007fdebf9d9b40 CR3: 000000018ff90000 CR4: 0000000000750ee0
[ 3379.063468] PKRU: 55555554
[ 3379.063474] Call Trace:
[ 3379.063479]  <TASK>
[ 3379.063494]  submit_one_bio+0xd4/0xe0
[ 3379.063509]  submit_extent_page+0x142/0x550
[ 3379.063541]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.063560]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.063572]  ? folio_unlock+0x1d/0x50
[ 3379.063586]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.063602]  read_tree_block+0x43/0xa0
[ 3379.063611]  read_block_for_search+0x218/0x320
[ 3379.063636]  btrfs_search_slot+0x351/0xd30
[ 3379.063644]  ? lock_is_held_type+0xe8/0x140
[ 3379.063662]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.063669]  ? kmem_cache_alloc+0x194/0x380
[ 3379.063684]  btrfs_del_csums+0x116/0x3b0
[ 3379.063697]  ? lock_release+0x14b/0x440
[ 3379.063713]  ? _raw_read_unlock+0x29/0x50
[ 3379.063729]  __btrfs_free_extent+0x486/0x7c0
[ 3379.063755]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.063795]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.063805]  btrfs_commit_transaction+0x93/0xed0
[ 3379.063820]  transaction_kthread+0x142/0x1b0
[ 3379.063828]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.063832]  kthread+0xf5/0x120
[ 3379.063836]  ? __pfx_kthread+0x10/0x10
[ 3379.063841]  ret_from_fork+0x2c/0x50
[ 3379.063857]  </TASK>
[ 3379.063860] irq event stamp: 23137587
[ 3379.063863] hardirqs last  enabled at (23137595): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.063868] hardirqs last disabled at (23137602): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.063872] softirqs last  enabled at (23136058): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.063876] softirqs last disabled at (23136013): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.063880] ---[ end trace 0000000000000000 ]---
[ 3379.067227] ------------[ cut here ]------------
[ 3379.067232] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.067237] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.067326]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.067385] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.067388] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.067391] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.067394] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.067397] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3379.067401] RAX: 0000000000000000 RBX: ffff9d559def8b50 RCX: 0000000000000000
[ 3379.067403] RDX: 0000000000000000 RSI: ffff9d559def8ad0 RDI: ffffaacb84d27810
[ 3379.067406] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.067408] R10: ffff9d559def8b50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.067410] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.067413] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3379.067415] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.067418] CR2: 00007fdebf9d9b40 CR3: 000000018ff90000 CR4: 0000000000750ee0
[ 3379.067420] PKRU: 55555554
[ 3379.067423] Call Trace:
[ 3379.067425]  <TASK>
[ 3379.067431]  submit_one_bio+0xd4/0xe0
[ 3379.067438]  submit_extent_page+0x142/0x550
[ 3379.067451]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.067459]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.067464]  ? folio_unlock+0x1d/0x50
[ 3379.067470]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.067476]  read_tree_block+0x43/0xa0
[ 3379.067480]  read_block_for_search+0x218/0x320
[ 3379.067490]  btrfs_search_slot+0x351/0xd30
[ 3379.067494]  ? lock_is_held_type+0xe8/0x140
[ 3379.067501]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3379.067504]  ? kmem_cache_alloc+0x194/0x380
[ 3379.067512]  btrfs_del_csums+0x116/0x3b0
[ 3379.067522]  ? lock_release+0x14b/0x440
[ 3379.067534]  ? _raw_read_unlock+0x29/0x50
[ 3379.067545]  __btrfs_free_extent+0x486/0x7c0
[ 3379.067564]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.067594]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.067607]  btrfs_commit_transaction+0x93/0xed0
[ 3379.067627]  transaction_kthread+0x142/0x1b0
[ 3379.067638]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.067643]  kthread+0xf5/0x120
[ 3379.067648]  ? __pfx_kthread+0x10/0x10
[ 3379.067656]  ret_from_fork+0x2c/0x50
[ 3379.067677]  </TASK>
[ 3379.067681] irq event stamp: 23141811
[ 3379.067685] hardirqs last  enabled at (23141819): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.067691] hardirqs last disabled at (23141826): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.067696] softirqs last  enabled at (23140556): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.067701] softirqs last disabled at (23140551): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.067706] ---[ end trace 0000000000000000 ]---
[ 3379.073623] ------------[ cut here ]------------
[ 3379.073634] WARNING: CPU: 2 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.073646] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.073835]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.073968] CPU: 2 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.073975] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.073981] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.073987] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.073993] RSP: 0018:ffffaacb84d277c8 EFLAGS: 00010246
[ 3379.074001] RAX: 0000000000000000 RBX: ffff9d53ecbefc50 RCX: 0000000000000000
[ 3379.074006] RDX: 0000000000000000 RSI: ffff9d53ecbefbd0 RDI: ffffaacb84d277f0
[ 3379.074010] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.074015] R10: ffff9d53ecbefc50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.074020] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.074026] FS:  0000000000000000(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 3379.074031] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.074037] CR2: 00007f29f40321c8 CR3: 000000038a9e8000 CR4: 0000000000750ee0
[ 3379.074042] PKRU: 55555554
[ 3379.074046] Call Trace:
[ 3379.074051]  <TASK>
[ 3379.074064]  submit_one_bio+0xd4/0xe0
[ 3379.074076]  submit_extent_page+0x142/0x550
[ 3379.074099]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.074115]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.074125]  ? folio_unlock+0x1d/0x50
[ 3379.074334]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.074349]  read_tree_block+0x43/0xa0
[ 3379.074358]  read_block_for_search+0x218/0x320
[ 3379.074381]  btrfs_search_slot+0x351/0xd30
[ 3379.074408]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 3379.074417]  __add_to_free_space_tree+0x143/0x3b0
[ 3379.074425]  ? add_to_free_space_tree+0x75/0xe0
[ 3379.074446]  add_to_free_space_tree+0x89/0xe0
[ 3379.074459]  __btrfs_free_extent+0x4a2/0x7c0
[ 3379.074484]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3379.074524]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.074540]  btrfs_commit_transaction+0x93/0xed0
[ 3379.074567]  transaction_kthread+0x142/0x1b0
[ 3379.074581]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.074587]  kthread+0xf5/0x120
[ 3379.074595]  ? __pfx_kthread+0x10/0x10
[ 3379.074605]  ret_from_fork+0x2c/0x50
[ 3379.074633]  </TASK>
[ 3379.074639] irq event stamp: 23146993
[ 3379.074644] hardirqs last  enabled at (23147001): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.074654] hardirqs last disabled at (23147008): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.074660] softirqs last  enabled at (23146842): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.074670] softirqs last disabled at (23146461): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.074676] ---[ end trace 0000000000000000 ]---
[ 3379.106667] ------------[ cut here ]------------
[ 3379.106678] WARNING: CPU: 5 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.106688] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.106860]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.106967] CPU: 5 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.106973] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.106977] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.106983] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.106988] RSP: 0018:ffffaacb84d27888 EFLAGS: 00010246
[ 3379.106995] RAX: 0000000000000000 RBX: ffff9d493102d790 RCX: 0000000000000000
[ 3379.106999] RDX: 0000000000000000 RSI: ffff9d493102d710 RDI: ffffaacb84d278b0
[ 3379.107004] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.107008] R10: ffff9d493102d790 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.107013] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.107017] FS:  0000000000000000(0000) GS:ffff9d57d7600000(0000) knlGS:0000000000000000
[ 3379.107022] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.107027] CR2: 000001959457f000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3379.107032] PKRU: 55555554
[ 3379.107035] Call Trace:
[ 3379.107040]  <TASK>
[ 3379.107052]  submit_one_bio+0xd4/0xe0
[ 3379.107064]  submit_extent_page+0x142/0x550
[ 3379.107090]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.107105]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.107114]  ? folio_unlock+0x1d/0x50
[ 3379.107126]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.107159]  read_tree_block+0x43/0xa0
[ 3379.107166]  read_block_for_search+0x218/0x320
[ 3379.107186]  btrfs_search_slot+0x351/0xd30
[ 3379.107207]  btrfs_insert_empty_items+0x31/0x70
[ 3379.107216]  alloc_reserved_file_extent+0xbc/0x240
[ 3379.107234]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3379.107264]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.107276]  btrfs_commit_transaction+0x93/0xed0
[ 3379.107297]  transaction_kthread+0x142/0x1b0
[ 3379.107307]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.107312]  kthread+0xf5/0x120
[ 3379.107319]  ? __pfx_kthread+0x10/0x10
[ 3379.107326]  ret_from_fork+0x2c/0x50
[ 3379.107349]  </TASK>
[ 3379.107353] irq event stamp: 23165917
[ 3379.107357] hardirqs last  enabled at (23165925): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.107363] hardirqs last disabled at (23165932): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.107369] softirqs last  enabled at (23162490): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.107375] softirqs last disabled at (23162485): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.107380] ---[ end trace 0000000000000000 ]---
[ 3379.238494] ------------[ cut here ]------------
[ 3379.238566] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.238573] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.238667]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.238729] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.238733] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.238735] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.238739] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.238742] RSP: 0018:ffffaacb84d27808 EFLAGS: 00010246
[ 3379.238746] RAX: 0000000000000000 RBX: ffff9d559defb010 RCX: 0000000000000000
[ 3379.238749] RDX: 0000000000000000 RSI: ffff9d559defaf90 RDI: ffffaacb84d27830
[ 3379.238751] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.238753] R10: ffff9d559defb010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.238756] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.238758] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3379.238761] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.238763] CR2: 00000000d924b000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3379.238766] PKRU: 55555554
[ 3379.238768] Call Trace:
[ 3379.238771]  <TASK>
[ 3379.238778]  submit_one_bio+0xd4/0xe0
[ 3379.238786]  submit_extent_page+0x142/0x550
[ 3379.238801]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.238809]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.238813]  ? folio_unlock+0x1d/0x50
[ 3379.238821]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.238827]  read_tree_block+0x43/0xa0
[ 3379.238831]  read_block_for_search+0x218/0x320
[ 3379.238842]  btrfs_search_slot+0x351/0xd30
[ 3379.238853]  btrfs_insert_empty_items+0x31/0x70
[ 3379.238858]  alloc_reserved_file_extent+0xbc/0x240
[ 3379.238868]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3379.238884]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.238891]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3379.238902]  btrfs_commit_transaction+0xe0/0xed0
[ 3379.238914]  transaction_kthread+0x142/0x1b0
[ 3379.238920]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.238923]  kthread+0xf5/0x120
[ 3379.238927]  ? __pfx_kthread+0x10/0x10
[ 3379.238932]  ret_from_fork+0x2c/0x50
[ 3379.238944]  </TASK>
[ 3379.238946] irq event stamp: 23265159
[ 3379.238949] hardirqs last  enabled at (23265167): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.238953] hardirqs last disabled at (23265174): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.238956] softirqs last  enabled at (23259820): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.238960] softirqs last disabled at (23259813): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.238962] ---[ end trace 0000000000000000 ]---
[ 3379.239287] ------------[ cut here ]------------
[ 3379.239291] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3379.239295] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3379.239378]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3379.239434] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3379.239437] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3379.239440] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3379.239443] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3379.239445] RSP: 0018:ffffaacb84d27808 EFLAGS: 00010246
[ 3379.239449] RAX: 0000000000000000 RBX: ffff9d559defac90 RCX: 0000000000000000
[ 3379.239451] RDX: 0000000000000000 RSI: ffff9d559defac10 RDI: ffffaacb84d27830
[ 3379.239454] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3379.239456] R10: ffff9d559defac90 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3379.239458] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3379.239461] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3379.239463] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3379.239466] CR2: 00000000d924b000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3379.239469] PKRU: 55555554
[ 3379.239471] Call Trace:
[ 3379.239473]  <TASK>
[ 3379.239479]  submit_one_bio+0xd4/0xe0
[ 3379.239485]  submit_extent_page+0x142/0x550
[ 3379.239499]  read_extent_buffer_pages+0x5c1/0x990
[ 3379.239506]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3379.239511]  ? folio_unlock+0x1d/0x50
[ 3379.239517]  btrfs_read_extent_buffer+0x98/0x150
[ 3379.239523]  read_tree_block+0x43/0xa0
[ 3379.239527]  read_block_for_search+0x218/0x320
[ 3379.239537]  btrfs_search_slot+0x351/0xd30
[ 3379.239549]  btrfs_insert_empty_items+0x31/0x70
[ 3379.239553]  alloc_reserved_file_extent+0xbc/0x240
[ 3379.239563]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3379.239580]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3379.239587]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3379.239597]  btrfs_commit_transaction+0xe0/0xed0
[ 3379.239608]  transaction_kthread+0x142/0x1b0
[ 3379.239614]  ? __pfx_transaction_kthread+0x10/0x10
[ 3379.239617]  kthread+0xf5/0x120
[ 3379.239620]  ? __pfx_kthread+0x10/0x10
[ 3379.239624]  ret_from_fork+0x2c/0x50
[ 3379.239636]  </TASK>
[ 3379.239638] irq event stamp: 23266555
[ 3379.239640] hardirqs last  enabled at (23266563): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3379.239644] hardirqs last disabled at (23266570): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3379.239647] softirqs last  enabled at (23259820): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.239650] softirqs last disabled at (23259813): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3379.239652] ---[ end trace 0000000000000000 ]---
[ 3385.584037] ------------[ cut here ]------------
[ 3385.584216] WARNING: CPU: 2 PID: 13475 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3385.584225] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3385.584332]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3385.584391] CPU: 2 PID: 13475 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3385.584395] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3385.584398] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3385.584401] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3385.584404] RSP: 0018:ffffaacb9be8f6d8 EFLAGS: 00010246
[ 3385.584407] RAX: 0000000000000000 RBX: ffff9d53ecbeced0 RCX: 0000000000000000
[ 3385.584410] RDX: 0000000000000000 RSI: ffff9d53ecbece50 RDI: ffffaacb9be8f700
[ 3385.584412] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3385.584414] R10: ffff9d53ecbeced0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3385.584416] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3385.584419] FS:  00007f42b9ff76c0(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 3385.584421] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3385.584424] CR2: 00001ce6004220cc CR3: 0000000118e10000 CR4: 0000000000750ee0
[ 3385.584426] PKRU: 55555554
[ 3385.584428] Call Trace:
[ 3385.584431]  <TASK>
[ 3385.584438]  submit_one_bio+0xd4/0xe0
[ 3385.584445]  submit_extent_page+0x142/0x550
[ 3385.584459]  read_extent_buffer_pages+0x5c1/0x990
[ 3385.584466]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3385.584471]  ? folio_unlock+0x1d/0x50
[ 3385.584477]  btrfs_read_extent_buffer+0x98/0x150
[ 3385.584483]  read_tree_block+0x43/0xa0
[ 3385.584487]  read_block_for_search+0x218/0x320
[ 3385.584498]  btrfs_search_slot+0x351/0xd30
[ 3385.584506]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 3385.584512]  btrfs_lookup_file_extent+0x37/0x40
[ 3385.584516]  btrfs_get_extent+0x12a/0x940
[ 3385.584528]  btrfs_do_readpage+0x3bd/0x770
[ 3385.584532]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 3385.584541]  btrfs_read_folio+0x6f/0x90
[ 3385.584545]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3385.584548]  prepare_uptodate_page+0x8c/0x210
[ 3385.584553]  prepare_pages.constprop.0+0x134/0x300
[ 3385.584560]  btrfs_buffered_write+0x2ca/0x940
[ 3385.584574]  btrfs_do_write_iter+0x384/0x5d0
[ 3385.584578]  ? lock_is_held_type+0xe8/0x140
[ 3385.584586]  vfs_write+0x269/0x4f0
[ 3385.584596]  ksys_write+0x64/0xe0
[ 3385.584601]  do_syscall_64+0x5b/0x80
[ 3385.584606]  ? do_syscall_64+0x67/0x80
[ 3385.584610]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3385.584614]  ? do_syscall_64+0x67/0x80
[ 3385.584617]  ? do_syscall_64+0x67/0x80
[ 3385.584621]  ? do_syscall_64+0x67/0x80
[ 3385.584624]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3385.584628]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3385.584632] RIP: 0033:0x7f42d751eb9f
[ 3385.584652] Code: 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 c9 be f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 44 24 08 e8 1c bf f8 ff 48
[ 3385.584655] RSP: 002b:00007f42b9ff59b0 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[ 3385.584658] RAX: ffffffffffffffda RBX: 00007f42b9ff5b20 RCX: 00007f42d751eb9f
[ 3385.584661] RDX: 000000000000003b RSI: 00007f42b9ff5b20 RDI: 000000000000004c
[ 3385.584663] RBP: 00007f42b9ff5aa0 R08: 0000000000000000 R09: 0000000000000075
[ 3385.584665] R10: 00007ffebcd7b080 R11: 0000000000000293 R12: 000000000000003b
[ 3385.584667] R13: 000000000000003a R14: 00007f42b9ff5b20 R15: 0000000000000000
[ 3385.584677]  </TASK>
[ 3385.584680] irq event stamp: 20451
[ 3385.584682] hardirqs last  enabled at (20459): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3385.584686] hardirqs last disabled at (20466): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3385.584689] softirqs last  enabled at (19166): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3385.584693] softirqs last disabled at (19161): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3385.584695] ---[ end trace 0000000000000000 ]---
[ 3386.428507] ------------[ cut here ]------------
[ 3386.428516] WARNING: CPU: 14 PID: 10749 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3386.428524] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3386.428616]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3386.428678] CPU: 14 PID: 10749 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3386.428681] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3386.428684] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3386.428687] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3386.428690] RSP: 0018:ffffaacb987876b8 EFLAGS: 00010246
[ 3386.428694] RAX: 0000000000000000 RBX: ffff9d499e17b710 RCX: 0000000000000000
[ 3386.428697] RDX: 0000000000000000 RSI: ffff9d499e17b690 RDI: ffffaacb987876e0
[ 3386.428699] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3386.428701] R10: ffff9d499e17b710 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3386.428703] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3386.428706] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0063) knlGS:00000000b6effb40
[ 3386.428708] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3386.428710] CR2: 00000000b5cf9000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3386.428713] PKRU: 55555554
[ 3386.428715] Call Trace:
[ 3386.428718]  <TASK>
[ 3386.428725]  submit_one_bio+0xd4/0xe0
[ 3386.428733]  submit_extent_page+0x142/0x550
[ 3386.428747]  read_extent_buffer_pages+0x5c1/0x990
[ 3386.428754]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3386.428759]  ? folio_unlock+0x1d/0x50
[ 3386.428766]  btrfs_read_extent_buffer+0x98/0x150
[ 3386.428772]  read_tree_block+0x43/0xa0
[ 3386.428775]  read_block_for_search+0x218/0x320
[ 3386.428786]  btrfs_search_slot+0x351/0xd30
[ 3386.428797]  btrfs_lookup_csum+0x63/0x150
[ 3386.428804]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3386.428811]  ? btrfs_do_readpage+0x305/0x770
[ 3386.428817]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3386.428822]  submit_one_bio+0xc4/0xe0
[ 3386.428827]  btrfs_read_folio+0x79/0x90
[ 3386.428832]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3386.428835]  prepare_uptodate_page+0x8c/0x210
[ 3386.428839]  prepare_pages.constprop.0+0xa2/0x300
[ 3386.428847]  btrfs_buffered_write+0x2ca/0x940
[ 3386.428860]  btrfs_do_write_iter+0x384/0x5d0
[ 3386.428864]  ? lock_is_held_type+0xe8/0x140
[ 3386.428872]  vfs_write+0x269/0x4f0
[ 3386.428883]  ksys_write+0x64/0xe0
[ 3386.428888]  __do_fast_syscall_32+0x88/0xf0
[ 3386.428892]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3386.428896]  ? __do_fast_syscall_32+0x94/0xf0
[ 3386.428899]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3386.428903]  ? __do_fast_syscall_32+0x94/0xf0
[ 3386.428907]  ? __do_fast_syscall_32+0x94/0xf0
[ 3386.428910]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3386.428914]  ? __do_fast_syscall_32+0x94/0xf0
[ 3386.428917]  ? __do_fast_syscall_32+0x94/0xf0
[ 3386.428921]  do_fast_syscall_32+0x2f/0x70
[ 3386.428925]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3386.428930] RIP: 0023:0xf7fb4579
[ 3386.428952] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3386.428954] RSP: 002b:00000000b6efdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3386.428958] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000b4bfb010
[ 3386.428960] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3386.428962] RBP: 00000000000000b2 R08: 00000000b6efdae0 R09: 0000000000000000
[ 3386.428964] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3386.428966] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3386.428976]  </TASK>
[ 3386.428979] irq event stamp: 112035599
[ 3386.428981] hardirqs last  enabled at (112035607): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3386.428985] hardirqs last disabled at (112035614): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3386.428988] softirqs last  enabled at (112033206): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3386.428992] softirqs last disabled at (112033201): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3386.428995] ---[ end trace 0000000000000000 ]---
[ 3392.317619] ------------[ cut here ]------------
[ 3392.317632] WARNING: CPU: 15 PID: 10801 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3392.317643] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3392.317833]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3392.317957] CPU: 15 PID: 10801 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3392.317964] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3392.317970] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3392.317976] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3392.317983] RSP: 0018:ffffaacb986f7690 EFLAGS: 00010246
[ 3392.317990] RAX: 0000000000000000 RBX: ffff9d512d02bc50 RCX: 0000000000000000
[ 3392.317996] RDX: 0000000000000000 RSI: ffff9d512d02bbd0 RDI: ffffaacb986f76b8
[ 3392.318001] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3392.318006] R10: ffff9d512d02bc50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3392.318011] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3392.318016] FS:  0000000000000000(0000) GS:ffff9d57d9e00000(0063) knlGS:00000000b81ffb40
[ 3392.318022] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3392.318027] CR2: 00000000b5cf9000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3392.318033] PKRU: 55555554
[ 3392.318037] Call Trace:
[ 3392.318043]  <TASK>
[ 3392.318056]  submit_one_bio+0xd4/0xe0
[ 3392.318071]  submit_extent_page+0x142/0x550
[ 3392.318100]  read_extent_buffer_pages+0x5c1/0x990
[ 3392.318117]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3392.318175]  ? folio_unlock+0x1d/0x50
[ 3392.318187]  btrfs_read_extent_buffer+0x98/0x150
[ 3392.318199]  read_tree_block+0x43/0xa0
[ 3392.318207]  read_block_for_search+0x218/0x320
[ 3392.318225]  btrfs_search_slot+0x351/0xd30
[ 3392.318245]  btrfs_lookup_csum+0x63/0x150
[ 3392.318258]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3392.318270]  ? btrfs_do_readpage+0x305/0x770
[ 3392.318282]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3392.318290]  submit_one_bio+0xc4/0xe0
[ 3392.318300]  btrfs_read_folio+0x79/0x90
[ 3392.318306]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3392.318311]  prepare_uptodate_page+0x8c/0x210
[ 3392.318318]  prepare_pages.constprop.0+0x134/0x300
[ 3392.318333]  btrfs_buffered_write+0x2ca/0x940
[ 3392.318358]  btrfs_do_write_iter+0x384/0x5d0
[ 3392.318366]  ? lock_is_held_type+0xe8/0x140
[ 3392.318379]  vfs_write+0x269/0x4f0
[ 3392.318398]  ksys_write+0x64/0xe0
[ 3392.318407]  __do_fast_syscall_32+0x88/0xf0
[ 3392.318415]  ? lock_is_held_type+0xe8/0x140
[ 3392.318426]  ? __do_fast_syscall_32+0x94/0xf0
[ 3392.318432]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3392.318438]  ? __do_fast_syscall_32+0x94/0xf0
[ 3392.318445]  ? __do_fast_syscall_32+0x94/0xf0
[ 3392.318450]  ? __do_fast_syscall_32+0x94/0xf0
[ 3392.318455]  ? __do_fast_syscall_32+0x94/0xf0
[ 3392.318463]  do_fast_syscall_32+0x2f/0x70
[ 3392.318471]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3392.318477] RIP: 0023:0xf7fb4579
[ 3392.318501] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3392.318505] RSP: 002b:00000000b81fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3392.318511] RAX: ffffffffffffffda RBX: 00000000000000ce RCX: 00000000b35fa010
[ 3392.318515] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3392.318519] RBP: 00000000000000ce R08: 00000000b81fdae0 R09: 0000000000000000
[ 3392.318523] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3392.318527] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3392.318547]  </TASK>
[ 3392.318551] irq event stamp: 28050411
[ 3392.318555] hardirqs last  enabled at (28050419): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3392.318561] hardirqs last disabled at (28050426): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3392.318566] softirqs last  enabled at (28050100): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3392.318573] softirqs last disabled at (28050095): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3392.318578] ---[ end trace 0000000000000000 ]---
[ 3393.267582] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3393.267617] [drm] PSP is resuming...
[ 3393.343511] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3393.444954] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3393.458752] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3393.458761] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3393.458768] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3393.458772] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3393.458826] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3393.513024] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3393.514462] [drm] DMUB hardware initialized: version=0x02020017
[ 3393.552289] [drm] kiq ring mec 2 pipe 1 q 0
[ 3393.557814] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3393.557971] [drm] JPEG decode initialized successfully.
[ 3393.557995] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3393.557998] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3393.558001] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3393.558003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3393.558005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3393.558007] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3393.558009] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3393.558011] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3393.558013] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3393.558015] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3393.558018] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3393.558020] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3393.558022] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3393.558024] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3393.558026] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3393.558029] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3393.562122] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3394.849696] ------------[ cut here ]------------
[ 3394.849707] WARNING: CPU: 0 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3394.849717] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3394.849872]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3394.849973] CPU: 0 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3394.849979] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3394.849983] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3394.849989] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3394.849993] RSP: 0018:ffffaacb98ad7698 EFLAGS: 00010246
[ 3394.849997] RAX: 0000000000000000 RBX: ffff9d499ea000d0 RCX: 0000000000000000
[ 3394.850000] RDX: 0000000000000000 RSI: ffff9d499ea00050 RDI: ffffaacb98ad76c0
[ 3394.850002] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3394.850004] R10: ffff9d499ea000d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3394.850006] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3394.850009] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0063) knlGS:00000000b33f7b40
[ 3394.850011] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3394.850014] CR2: 00000000b4cfb000 CR3: 000000019a4da000 CR4: 0000000000750ef0
[ 3394.850016] PKRU: 55555554
[ 3394.850018] Call Trace:
[ 3394.850021]  <TASK>
[ 3394.850028]  submit_one_bio+0xd4/0xe0
[ 3394.850036]  submit_extent_page+0x142/0x550
[ 3394.850059]  read_extent_buffer_pages+0x5c1/0x990
[ 3394.850072]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3394.850081]  ? folio_unlock+0x1d/0x50
[ 3394.850091]  btrfs_read_extent_buffer+0x98/0x150
[ 3394.850102]  read_tree_block+0x43/0xa0
[ 3394.850109]  read_block_for_search+0x218/0x320
[ 3394.850146]  btrfs_search_slot+0x351/0xd30
[ 3394.850165]  btrfs_lookup_csum+0x63/0x150
[ 3394.850172]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3394.850179]  ? btrfs_do_readpage+0x305/0x770
[ 3394.850186]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3394.850191]  submit_one_bio+0xc4/0xe0
[ 3394.850197]  btrfs_read_folio+0x79/0x90
[ 3394.850201]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3394.850205]  prepare_uptodate_page+0x8c/0x210
[ 3394.850209]  prepare_pages.constprop.0+0xa2/0x300
[ 3394.850217]  btrfs_buffered_write+0x2ca/0x940
[ 3394.850230]  btrfs_do_write_iter+0x384/0x5d0
[ 3394.850234]  ? lock_is_held_type+0xe8/0x140
[ 3394.850242]  vfs_write+0x269/0x4f0
[ 3394.850253]  ksys_write+0x64/0xe0
[ 3394.850258]  __do_fast_syscall_32+0x88/0xf0
[ 3394.850262]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850266]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3394.850270]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850273]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3394.850277]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850280]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850284]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850287]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3394.850290]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850293]  ? __do_fast_syscall_32+0x94/0xf0
[ 3394.850300]  do_fast_syscall_32+0x2f/0x70
[ 3394.850306]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3394.850314] RIP: 0023:0xf7fb4579
[ 3394.850338] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3394.850342] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3394.850348] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b8aff010
[ 3394.850352] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3394.850356] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3394.850360] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3394.850364] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3394.850383]  </TASK>
[ 3394.850387] irq event stamp: 23431907
[ 3394.850391] hardirqs last  enabled at (23431915): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3394.850397] hardirqs last disabled at (23431922): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3394.850402] softirqs last  enabled at (23429484): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3394.850408] softirqs last disabled at (23429479): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3394.850412] ---[ end trace 0000000000000000 ]---
[ 3398.823584] ------------[ cut here ]------------
[ 3398.823595] WARNING: CPU: 14 PID: 10749 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3398.823603] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3398.823700]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3398.823758] CPU: 14 PID: 10749 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3398.823762] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3398.823765] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3398.823768] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3398.823771] RSP: 0018:ffffaacb987876e0 EFLAGS: 00010246
[ 3398.823775] RAX: 0000000000000000 RBX: ffff9d49372f1410 RCX: 0000000000000000
[ 3398.823778] RDX: 0000000000000000 RSI: ffff9d49372f1390 RDI: ffffaacb98787708
[ 3398.823780] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3398.823782] R10: ffff9d49372f1410 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3398.823784] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3398.823787] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0063) knlGS:00000000b6effb40
[ 3398.823789] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3398.823791] CR2: 00000000b36fa000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3398.823794] PKRU: 55555554
[ 3398.823796] Call Trace:
[ 3398.823799]  <TASK>
[ 3398.823806]  submit_one_bio+0xd4/0xe0
[ 3398.823813]  submit_extent_page+0x142/0x550
[ 3398.823826]  read_extent_buffer_pages+0x5c1/0x990
[ 3398.823834]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3398.823838]  ? folio_unlock+0x1d/0x50
[ 3398.823845]  btrfs_read_extent_buffer+0x98/0x150
[ 3398.823851]  read_tree_block+0x43/0xa0
[ 3398.823855]  read_block_for_search+0x218/0x320
[ 3398.823865]  btrfs_search_slot+0x351/0xd30
[ 3398.823876]  btrfs_lookup_csum+0x63/0x150
[ 3398.823883]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3398.823889]  ? btrfs_do_readpage+0x305/0x770
[ 3398.823896]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3398.823901]  submit_one_bio+0xc4/0xe0
[ 3398.823906]  btrfs_read_folio+0x79/0x90
[ 3398.823910]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3398.823913]  prepare_uptodate_page+0x8c/0x210
[ 3398.823918]  prepare_pages.constprop.0+0xa2/0x300
[ 3398.823926]  btrfs_buffered_write+0x2ca/0x940
[ 3398.823940]  btrfs_do_write_iter+0x384/0x5d0
[ 3398.823944]  ? lock_is_held_type+0xe8/0x140
[ 3398.823952]  vfs_write+0x269/0x4f0
[ 3398.823962]  ksys_write+0x64/0xe0
[ 3398.823967]  __do_fast_syscall_32+0x88/0xf0
[ 3398.823971]  ? __do_fast_syscall_32+0x94/0xf0
[ 3398.823975]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3398.823978]  ? __do_fast_syscall_32+0x94/0xf0
[ 3398.823982]  ? __do_fast_syscall_32+0x94/0xf0
[ 3398.823985]  ? __do_fast_syscall_32+0x94/0xf0
[ 3398.823989]  ? __do_fast_syscall_32+0x94/0xf0
[ 3398.823993]  do_fast_syscall_32+0x2f/0x70
[ 3398.823997]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3398.824002] RIP: 0023:0xf7fb4579
[ 3398.824023] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3398.824027] RSP: 002b:00000000b6efdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3398.824030] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000b35fa010
[ 3398.824033] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3398.824035] RBP: 00000000000000b2 R08: 00000000b6efdae0 R09: 0000000000000000
[ 3398.824037] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3398.824039] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3398.824049]  </TASK>
[ 3398.824051] irq event stamp: 112535809
[ 3398.824053] hardirqs last  enabled at (112535817): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3398.824058] hardirqs last disabled at (112535824): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3398.824061] softirqs last  enabled at (112531000): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3398.824065] softirqs last disabled at (112530995): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3398.824068] ---[ end trace 0000000000000000 ]---
[ 3399.028398] ------------[ cut here ]------------
[ 3399.028409] WARNING: CPU: 14 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3399.028417] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3399.028509]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3399.028569] CPU: 14 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3399.028572] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3399.028575] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3399.028579] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3399.028582] RSP: 0018:ffffaacb98ad7720 EFLAGS: 00010246
[ 3399.028586] RAX: 0000000000000000 RBX: ffff9d49372f0b50 RCX: 0000000000000000
[ 3399.028588] RDX: 0000000000000000 RSI: ffff9d49372f0ad0 RDI: ffffaacb98ad7748
[ 3399.028590] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3399.028593] R10: ffff9d49372f0b50 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3399.028595] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3399.028597] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0063) knlGS:00000000b33f7b40
[ 3399.028600] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3399.028602] CR2: 000002350018b000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3399.028605] PKRU: 55555554
[ 3399.028607] Call Trace:
[ 3399.028610]  <TASK>
[ 3399.028618]  submit_one_bio+0xd4/0xe0
[ 3399.028626]  submit_extent_page+0x142/0x550
[ 3399.028639]  read_extent_buffer_pages+0x5c1/0x990
[ 3399.028647]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3399.028652]  ? folio_unlock+0x1d/0x50
[ 3399.028658]  btrfs_read_extent_buffer+0x98/0x150
[ 3399.028664]  read_tree_block+0x43/0xa0
[ 3399.028668]  read_block_for_search+0x218/0x320
[ 3399.028679]  btrfs_search_slot+0x351/0xd30
[ 3399.028690]  btrfs_lookup_csum+0x63/0x150
[ 3399.028697]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3399.028704]  ? btrfs_do_readpage+0x305/0x770
[ 3399.028711]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3399.028715]  submit_one_bio+0xc4/0xe0
[ 3399.028721]  btrfs_read_folio+0x79/0x90
[ 3399.028725]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3399.028728]  prepare_uptodate_page+0x8c/0x210
[ 3399.028733]  prepare_pages.constprop.0+0xa2/0x300
[ 3399.028741]  btrfs_buffered_write+0x2ca/0x940
[ 3399.028754]  btrfs_do_write_iter+0x384/0x5d0
[ 3399.028759]  ? lock_is_held_type+0xe8/0x140
[ 3399.028767]  vfs_write+0x269/0x4f0
[ 3399.028778]  ksys_write+0x64/0xe0
[ 3399.028782]  __do_fast_syscall_32+0x88/0xf0
[ 3399.028787]  ? __do_fast_syscall_32+0x94/0xf0
[ 3399.028790]  ? __do_fast_syscall_32+0x94/0xf0
[ 3399.028795]  do_fast_syscall_32+0x2f/0x70
[ 3399.028799]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3399.028804] RIP: 0023:0xf7fb4579
[ 3399.028827] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3399.028830] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3399.028833] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b35fa010
[ 3399.028835] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3399.028838] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3399.028840] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3399.028842] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3399.028852]  </TASK>
[ 3399.028855] irq event stamp: 23670377
[ 3399.028857] hardirqs last  enabled at (23670385): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3399.028861] hardirqs last disabled at (23670392): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3399.028864] softirqs last  enabled at (23668742): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3399.028868] softirqs last disabled at (23668701): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3399.028871] ---[ end trace 0000000000000000 ]---
[ 3403.150296] ------------[ cut here ]------------
[ 3403.150306] WARNING: CPU: 8 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3403.150314] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3403.150413]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3403.150487] CPU: 8 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3403.150490] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3403.150494] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3403.150498] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3403.150501] RSP: 0018:ffffaacb98ad76c0 EFLAGS: 00010246
[ 3403.150505] RAX: 0000000000000000 RBX: ffff9d5402aa6910 RCX: 0000000000000000
[ 3403.150507] RDX: 0000000000000000 RSI: ffff9d5402aa6890 RDI: ffffaacb98ad76e8
[ 3403.150509] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3403.150512] R10: ffff9d5402aa6910 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3403.150514] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3403.150516] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0063) knlGS:00000000b33f7b40
[ 3403.150519] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3403.150522] CR2: 00001ce600485000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3403.150524] PKRU: 55555554
[ 3403.150527] Call Trace:
[ 3403.150530]  <TASK>
[ 3403.150538]  submit_one_bio+0xd4/0xe0
[ 3403.150546]  submit_extent_page+0x142/0x550
[ 3403.150560]  read_extent_buffer_pages+0x5c1/0x990
[ 3403.150568]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3403.150573]  ? folio_unlock+0x1d/0x50
[ 3403.150580]  btrfs_read_extent_buffer+0x98/0x150
[ 3403.150586]  read_tree_block+0x43/0xa0
[ 3403.150590]  read_block_for_search+0x218/0x320
[ 3403.150605]  btrfs_search_slot+0x351/0xd30
[ 3403.150620]  btrfs_lookup_csum+0x63/0x150
[ 3403.150628]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3403.150634]  ? btrfs_do_readpage+0x305/0x770
[ 3403.150641]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3403.150646]  submit_one_bio+0xc4/0xe0
[ 3403.150652]  btrfs_read_folio+0x79/0x90
[ 3403.150656]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3403.150659]  prepare_uptodate_page+0x8c/0x210
[ 3403.150664]  prepare_pages.constprop.0+0xa2/0x300
[ 3403.150672]  btrfs_buffered_write+0x2ca/0x940
[ 3403.150686]  btrfs_do_write_iter+0x384/0x5d0
[ 3403.150690]  ? lock_is_held_type+0xe8/0x140
[ 3403.150698]  vfs_write+0x269/0x4f0
[ 3403.150709]  ksys_write+0x64/0xe0
[ 3403.150714]  __do_fast_syscall_32+0x88/0xf0
[ 3403.150719]  ? lock_is_held_type+0xe8/0x140
[ 3403.150725]  ? __do_fast_syscall_32+0x94/0xf0
[ 3403.150728]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3403.150732]  ? __do_fast_syscall_32+0x94/0xf0
[ 3403.150736]  ? __do_fast_syscall_32+0x94/0xf0
[ 3403.150739]  ? __do_fast_syscall_32+0x94/0xf0
[ 3403.150744]  do_fast_syscall_32+0x2f/0x70
[ 3403.150748]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3403.150752] RIP: 0023:0xf7fb4579
[ 3403.150774] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3403.150777] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3403.150780] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b21e6010
[ 3403.150783] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3403.150785] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3403.150787] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3403.150789] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3403.150800]  </TASK>
[ 3403.150802] irq event stamp: 23901315
[ 3403.150804] hardirqs last  enabled at (23901323): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3403.150809] hardirqs last disabled at (23901330): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3403.150812] softirqs last  enabled at (23897598): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3403.150816] softirqs last disabled at (23897593): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3403.150819] ---[ end trace 0000000000000000 ]---
[ 3404.440095] ------------[ cut here ]------------
[ 3404.440103] WARNING: CPU: 7 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3404.440111] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3404.440234]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3404.440295] CPU: 7 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3404.440299] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3404.440302] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3404.440306] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3404.440309] RSP: 0018:ffffaacb98ad7718 EFLAGS: 00010246
[ 3404.440312] RAX: 0000000000000000 RBX: ffff9d559ec6d950 RCX: 0000000000000000
[ 3404.440315] RDX: 0000000000000000 RSI: ffff9d559ec6d8d0 RDI: ffffaacb98ad7740
[ 3404.440317] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3404.440320] R10: ffff9d559ec6d950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3404.440322] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3404.440324] FS:  0000000000000000(0000) GS:ffff9d57d7e00000(0063) knlGS:00000000b33f7b40
[ 3404.440327] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3404.440330] CR2: 0000162a00423000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3404.440332] PKRU: 55555554
[ 3404.440335] Call Trace:
[ 3404.440337]  <TASK>
[ 3404.440345]  submit_one_bio+0xd4/0xe0
[ 3404.440352]  submit_extent_page+0x142/0x550
[ 3404.440366]  read_extent_buffer_pages+0x5c1/0x990
[ 3404.440374]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3404.440379]  ? folio_unlock+0x1d/0x50
[ 3404.440386]  btrfs_read_extent_buffer+0x98/0x150
[ 3404.440392]  read_tree_block+0x43/0xa0
[ 3404.440396]  read_block_for_search+0x218/0x320
[ 3404.440407]  btrfs_search_slot+0x351/0xd30
[ 3404.440419]  btrfs_lookup_csum+0x63/0x150
[ 3404.440426]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3404.440433]  ? btrfs_do_readpage+0x305/0x770
[ 3404.440440]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3404.440445]  submit_one_bio+0xc4/0xe0
[ 3404.440451]  btrfs_read_folio+0x79/0x90
[ 3404.440455]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3404.440458]  prepare_uptodate_page+0x8c/0x210
[ 3404.440463]  prepare_pages.constprop.0+0xa2/0x300
[ 3404.440471]  btrfs_buffered_write+0x2ca/0x940
[ 3404.440485]  btrfs_do_write_iter+0x384/0x5d0
[ 3404.440490]  ? lock_is_held_type+0xe8/0x140
[ 3404.440498]  vfs_write+0x269/0x4f0
[ 3404.440509]  ksys_write+0x64/0xe0
[ 3404.440515]  __do_fast_syscall_32+0x88/0xf0
[ 3404.440520]  ? __do_fast_syscall_32+0x94/0xf0
[ 3404.440523]  ? __do_fast_syscall_32+0x94/0xf0
[ 3404.440526]  ? __do_fast_syscall_32+0x94/0xf0
[ 3404.440531]  do_fast_syscall_32+0x2f/0x70
[ 3404.440535]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3404.440540] RIP: 0023:0xf7fb4579
[ 3404.440561] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3404.440564] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3404.440568] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b23e8010
[ 3404.440570] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3404.440572] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3404.440575] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3404.440577] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3404.440588]  </TASK>
[ 3404.440590] irq event stamp: 23964275
[ 3404.440592] hardirqs last  enabled at (23964283): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3404.440597] hardirqs last disabled at (23964290): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3404.440600] softirqs last  enabled at (23963092): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3404.440603] softirqs last disabled at (23963087): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3404.440606] ---[ end trace 0000000000000000 ]---
[ 3409.715785] ------------[ cut here ]------------
[ 3409.715936] WARNING: CPU: 2 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3409.715945] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3409.716058]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3409.716153] CPU: 2 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3409.716158] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3409.716161] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3409.716165] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3409.716169] RSP: 0018:ffffaacb84d277e8 EFLAGS: 00010246
[ 3409.716174] RAX: 0000000000000000 RBX: ffff9d53ecbeead0 RCX: 0000000000000000
[ 3409.716177] RDX: 0000000000000000 RSI: ffff9d53ecbeea50 RDI: ffffaacb84d27810
[ 3409.716180] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3409.716183] R10: ffff9d53ecbeead0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3409.716186] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3409.716189] FS:  0000000000000000(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 3409.716192] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3409.716195] CR2: 00000000b8bff000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3409.716199] PKRU: 55555554
[ 3409.716201] Call Trace:
[ 3409.716205]  <TASK>
[ 3409.716214]  submit_one_bio+0xd4/0xe0
[ 3409.716222]  submit_extent_page+0x142/0x550
[ 3409.716240]  read_extent_buffer_pages+0x5c1/0x990
[ 3409.716250]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3409.716256]  ? folio_unlock+0x1d/0x50
[ 3409.716264]  btrfs_read_extent_buffer+0x98/0x150
[ 3409.716272]  read_tree_block+0x43/0xa0
[ 3409.716277]  read_block_for_search+0x218/0x320
[ 3409.716297]  btrfs_search_slot+0x351/0xd30
[ 3409.716304]  ? lock_is_held_type+0xe8/0x140
[ 3409.716316]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3409.716321]  ? kmem_cache_alloc+0x194/0x380
[ 3409.716329]  btrfs_del_csums+0x116/0x3b0
[ 3409.716335]  ? lock_release+0x14b/0x440
[ 3409.716344]  ? _raw_read_unlock+0x29/0x50
[ 3409.716357]  __btrfs_free_extent+0x486/0x7c0
[ 3409.716380]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3409.716410]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3409.716423]  btrfs_commit_transaction+0x93/0xed0
[ 3409.716441]  transaction_kthread+0x142/0x1b0
[ 3409.716448]  ? __pfx_transaction_kthread+0x10/0x10
[ 3409.716451]  kthread+0xf5/0x120
[ 3409.716454]  ? __pfx_kthread+0x10/0x10
[ 3409.716459]  ret_from_fork+0x2c/0x50
[ 3409.716471]  </TASK>
[ 3409.716474] irq event stamp: 23423821
[ 3409.716476] hardirqs last  enabled at (23423829): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3409.716480] hardirqs last disabled at (23423836): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3409.716483] softirqs last  enabled at (23423476): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.716487] softirqs last disabled at (23423471): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.716490] ---[ end trace 0000000000000000 ]---
[ 3409.757786] ------------[ cut here ]------------
[ 3409.757794] WARNING: CPU: 7 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3409.757801] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3409.757898]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3409.757961] CPU: 7 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3409.757973] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3409.757976] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3409.757980] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3409.757983] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 3409.757987] RAX: 0000000000000000 RBX: ffff9d559ec6c610 RCX: 0000000000000000
[ 3409.757989] RDX: 0000000000000000 RSI: ffff9d559ec6c590 RDI: ffffaacb84d277a8
[ 3409.757992] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3409.757994] R10: ffff9d559ec6c610 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3409.757996] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3409.757999] FS:  0000000000000000(0000) GS:ffff9d57d7e00000(0000) knlGS:0000000000000000
[ 3409.758001] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3409.758004] CR2: 00000000b2cf0000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3409.758006] PKRU: 55555554
[ 3409.758009] Call Trace:
[ 3409.758012]  <TASK>
[ 3409.758019]  submit_one_bio+0xd4/0xe0
[ 3409.758026]  submit_extent_page+0x142/0x550
[ 3409.758040]  read_extent_buffer_pages+0x5c1/0x990
[ 3409.758048]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3409.758053]  ? folio_unlock+0x1d/0x50
[ 3409.758060]  btrfs_read_extent_buffer+0x98/0x150
[ 3409.758067]  read_tree_block+0x43/0xa0
[ 3409.758071]  read_block_for_search+0x218/0x320
[ 3409.758082]  btrfs_search_slot+0x351/0xd30
[ 3409.758090]  ? _raw_read_unlock+0x29/0x50
[ 3409.758097]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3409.758104]  ? lock_is_held_type+0xe8/0x140
[ 3409.758112]  lookup_extent_backref+0x41/0xd0
[ 3409.758120]  __btrfs_free_extent+0xfb/0x7c0
[ 3409.758126]  ? sched_clock_cpu+0x20/0xc0
[ 3409.758161]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3409.758177]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3409.758184]  btrfs_commit_transaction+0x93/0xed0
[ 3409.758196]  transaction_kthread+0x142/0x1b0
[ 3409.758202]  ? __pfx_transaction_kthread+0x10/0x10
[ 3409.758205]  kthread+0xf5/0x120
[ 3409.758209]  ? __pfx_kthread+0x10/0x10
[ 3409.758214]  ret_from_fork+0x2c/0x50
[ 3409.758226]  </TASK>
[ 3409.758229] irq event stamp: 23463177
[ 3409.758231] hardirqs last  enabled at (23463185): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3409.758235] hardirqs last disabled at (23463192): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3409.758238] softirqs last  enabled at (23463098): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.758242] softirqs last disabled at (23463089): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.758245] ---[ end trace 0000000000000000 ]---
[ 3409.760733] ------------[ cut here ]------------
[ 3409.760739] WARNING: CPU: 13 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3409.760745] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3409.760836]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3409.760897] CPU: 13 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3409.760900] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3409.760903] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3409.760906] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3409.760909] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 3409.760913] RAX: 0000000000000000 RBX: ffff9d49bd7695d0 RCX: 0000000000000000
[ 3409.760915] RDX: 0000000000000000 RSI: ffff9d49bd769550 RDI: ffffaacb84d277a8
[ 3409.760918] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3409.760920] R10: ffff9d49bd7695d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3409.760922] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3409.760925] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0000) knlGS:0000000000000000
[ 3409.760928] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3409.760930] CR2: 00001ce6004a4238 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3409.760933] PKRU: 55555554
[ 3409.760935] Call Trace:
[ 3409.760937]  <TASK>
[ 3409.760944]  submit_one_bio+0xd4/0xe0
[ 3409.760951]  submit_extent_page+0x142/0x550
[ 3409.760965]  read_extent_buffer_pages+0x5c1/0x990
[ 3409.760973]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3409.760978]  ? folio_unlock+0x1d/0x50
[ 3409.760984]  btrfs_read_extent_buffer+0x98/0x150
[ 3409.760990]  read_tree_block+0x43/0xa0
[ 3409.760994]  read_block_for_search+0x218/0x320
[ 3409.761005]  btrfs_search_slot+0x351/0xd30
[ 3409.761013]  ? _raw_read_unlock+0x29/0x50
[ 3409.761020]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3409.761026]  ? lock_is_held_type+0xe8/0x140
[ 3409.761034]  lookup_extent_backref+0x41/0xd0
[ 3409.761042]  __btrfs_free_extent+0xfb/0x7c0
[ 3409.761049]  ? sched_clock_cpu+0x20/0xc0
[ 3409.761057]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3409.761074]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3409.761081]  btrfs_commit_transaction+0x93/0xed0
[ 3409.761092]  transaction_kthread+0x142/0x1b0
[ 3409.761098]  ? __pfx_transaction_kthread+0x10/0x10
[ 3409.761101]  kthread+0xf5/0x120
[ 3409.761104]  ? __pfx_kthread+0x10/0x10
[ 3409.761109]  ret_from_fork+0x2c/0x50
[ 3409.761121]  </TASK>
[ 3409.761124] irq event stamp: 23466639
[ 3409.761126] hardirqs last  enabled at (23466647): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3409.761150] hardirqs last disabled at (23466672): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3409.761153] softirqs last  enabled at (23466666): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.761157] softirqs last disabled at (23466651): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.761160] ---[ end trace 0000000000000000 ]---
[ 3409.816864] ------------[ cut here ]------------
[ 3409.816872] WARNING: CPU: 8 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3409.816881] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3409.816999]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3409.817077] CPU: 8 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3409.817082] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3409.817085] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3409.817089] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3409.817093] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 3409.817098] RAX: 0000000000000000 RBX: ffff9d5402aa40d0 RCX: 0000000000000000
[ 3409.817101] RDX: 0000000000000000 RSI: ffff9d5402aa4050 RDI: ffffaacb84d277a8
[ 3409.817104] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3409.817107] R10: ffff9d5402aa40d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3409.817110] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3409.817113] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 3409.817116] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3409.817120] CR2: 00000000b36fa000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3409.817123] PKRU: 55555554
[ 3409.817126] Call Trace:
[ 3409.817157]  <TASK>
[ 3409.817170]  submit_one_bio+0xd4/0xe0
[ 3409.817178]  submit_extent_page+0x142/0x550
[ 3409.817197]  read_extent_buffer_pages+0x5c1/0x990
[ 3409.817207]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3409.817213]  ? folio_unlock+0x1d/0x50
[ 3409.817223]  btrfs_read_extent_buffer+0x98/0x150
[ 3409.817238]  read_tree_block+0x43/0xa0
[ 3409.817248]  read_block_for_search+0x218/0x320
[ 3409.817263]  btrfs_search_slot+0x351/0xd30
[ 3409.817274]  ? _raw_read_unlock+0x29/0x50
[ 3409.817283]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3409.817299]  ? lock_is_held_type+0xe8/0x140
[ 3409.817312]  lookup_extent_backref+0x41/0xd0
[ 3409.817323]  __btrfs_free_extent+0xfb/0x7c0
[ 3409.817331]  ? sched_clock_cpu+0x20/0xc0
[ 3409.817342]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3409.817378]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3409.817397]  btrfs_commit_transaction+0x93/0xed0
[ 3409.817428]  transaction_kthread+0x142/0x1b0
[ 3409.817438]  ? __pfx_transaction_kthread+0x10/0x10
[ 3409.817442]  kthread+0xf5/0x120
[ 3409.817448]  ? __pfx_kthread+0x10/0x10
[ 3409.817461]  ret_from_fork+0x2c/0x50
[ 3409.817481]  </TASK>
[ 3409.817484] irq event stamp: 23504235
[ 3409.817487] hardirqs last  enabled at (23504243): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3409.817492] hardirqs last disabled at (23504250): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3409.817495] softirqs last  enabled at (23504028): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.817500] softirqs last disabled at (23504023): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.817503] ---[ end trace 0000000000000000 ]---
[ 3409.909025] ------------[ cut here ]------------
[ 3409.909035] WARNING: CPU: 1 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3409.909043] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3409.909193]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3409.909314] CPU: 1 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3409.909321] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3409.909327] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3409.909334] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3409.909340] RSP: 0018:ffffaacb84d27700 EFLAGS: 00010246
[ 3409.909347] RAX: 0000000000000000 RBX: ffff9d51b3f2dcd0 RCX: 0000000000000000
[ 3409.909353] RDX: 0000000000000000 RSI: ffff9d51b3f2dc50 RDI: ffffaacb84d27728
[ 3409.909358] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3409.909362] R10: ffff9d51b3f2dcd0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3409.909367] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3409.909372] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0000) knlGS:0000000000000000
[ 3409.909377] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3409.909383] CR2: 00003c7026702000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3409.909388] PKRU: 55555554
[ 3409.909392] Call Trace:
[ 3409.909397]  <TASK>
[ 3409.909412]  submit_one_bio+0xd4/0xe0
[ 3409.909426]  submit_extent_page+0x142/0x550
[ 3409.909455]  read_extent_buffer_pages+0x5c1/0x990
[ 3409.909470]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3409.909481]  ? folio_unlock+0x1d/0x50
[ 3409.909494]  btrfs_read_extent_buffer+0x98/0x150
[ 3409.909506]  read_tree_block+0x43/0xa0
[ 3409.909515]  read_block_for_search+0x218/0x320
[ 3409.909539]  btrfs_search_slot+0x351/0xd30
[ 3409.909557]  ? _raw_read_unlock+0x29/0x50
[ 3409.909566]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3409.909575]  ? lock_is_held_type+0xe8/0x140
[ 3409.909585]  lookup_extent_backref+0x41/0xd0
[ 3409.909595]  __btrfs_free_extent+0xfb/0x7c0
[ 3409.909603]  ? sched_clock_cpu+0x20/0xc0
[ 3409.909614]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3409.909627]  ? sched_clock_local+0xe/0x80
[ 3409.909633]  ? sched_clock_cpu+0x9f/0xc0
[ 3409.909641]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3409.909650]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3409.909663]  btrfs_commit_transaction+0xe0/0xed0
[ 3409.909678]  transaction_kthread+0x142/0x1b0
[ 3409.909686]  ? __pfx_transaction_kthread+0x10/0x10
[ 3409.909690]  kthread+0xf5/0x120
[ 3409.909694]  ? __pfx_kthread+0x10/0x10
[ 3409.909700]  ret_from_fork+0x2c/0x50
[ 3409.909716]  </TASK>
[ 3409.909719] irq event stamp: 23549535
[ 3409.909722] hardirqs last  enabled at (23549543): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3409.909727] hardirqs last disabled at (23549550): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3409.909730] softirqs last  enabled at (23546056): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.909735] softirqs last disabled at (23546049): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3409.909738] ---[ end trace 0000000000000000 ]---
[ 3413.083840] ------------[ cut here ]------------
[ 3413.083852] WARNING: CPU: 3 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3413.083862] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3413.084039]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3413.084172] CPU: 3 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3413.084178] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3413.084183] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3413.084189] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3413.084194] RSP: 0018:ffffaacb98ad7738 EFLAGS: 00010246
[ 3413.084201] RAX: 0000000000000000 RBX: ffff9d546ab1b1d0 RCX: 0000000000000000
[ 3413.084206] RDX: 0000000000000000 RSI: ffff9d546ab1b150 RDI: ffffaacb98ad7760
[ 3413.084211] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3413.084215] R10: ffff9d546ab1b1d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3413.084220] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3413.084225] FS:  0000000000000000(0000) GS:ffff9d57d6e00000(0063) knlGS:00000000b33f7b40
[ 3413.084230] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3413.084235] CR2: 00000000b88fc000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3413.084239] PKRU: 55555554
[ 3413.084244] Call Trace:
[ 3413.084248]  <TASK>
[ 3413.084261]  submit_one_bio+0xd4/0xe0
[ 3413.084274]  submit_extent_page+0x142/0x550
[ 3413.084302]  read_extent_buffer_pages+0x5c1/0x990
[ 3413.084317]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3413.084327]  ? folio_unlock+0x1d/0x50
[ 3413.084339]  btrfs_read_extent_buffer+0x98/0x150
[ 3413.084351]  read_tree_block+0x43/0xa0
[ 3413.084359]  read_block_for_search+0x218/0x320
[ 3413.084379]  btrfs_search_slot+0x351/0xd30
[ 3413.084402]  btrfs_lookup_csum+0x63/0x150
[ 3413.084417]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3413.084431]  ? btrfs_do_readpage+0x305/0x770
[ 3413.084446]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3413.084455]  submit_one_bio+0xc4/0xe0
[ 3413.084466]  btrfs_read_folio+0x79/0x90
[ 3413.084473]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3413.084478]  prepare_uptodate_page+0x8c/0x210
[ 3413.084486]  prepare_pages.constprop.0+0xa2/0x300
[ 3413.084501]  btrfs_buffered_write+0x2ca/0x940
[ 3413.084525]  btrfs_do_write_iter+0x384/0x5d0
[ 3413.084532]  ? lock_is_held_type+0xe8/0x140
[ 3413.084546]  vfs_write+0x269/0x4f0
[ 3413.084565]  ksys_write+0x64/0xe0
[ 3413.084573]  __do_fast_syscall_32+0x88/0xf0
[ 3413.084583]  do_fast_syscall_32+0x2f/0x70
[ 3413.084590]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3413.084597] RIP: 0023:0xf7fb4579
[ 3413.084631] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3413.084636] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3413.084643] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b87fc010
[ 3413.084648] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3413.084652] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3413.084656] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3413.084661] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3413.084683]  </TASK>
[ 3413.084688] irq event stamp: 24115745
[ 3413.084692] hardirqs last  enabled at (24115753): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3413.084700] hardirqs last disabled at (24115760): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3413.084706] softirqs last  enabled at (24111188): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3413.084713] softirqs last disabled at (24111181): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3413.084718] ---[ end trace 0000000000000000 ]---
[ 3423.307733] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3423.307765] [drm] PSP is resuming...
[ 3423.383737] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3423.485505] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3423.499287] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3423.499298] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3423.499306] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3423.499312] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3423.499373] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3423.554059] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3423.555491] [drm] DMUB hardware initialized: version=0x02020017
[ 3423.593614] [drm] kiq ring mec 2 pipe 1 q 0
[ 3423.599285] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3423.599797] [drm] JPEG decode initialized successfully.
[ 3423.599821] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3423.599825] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3423.599827] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3423.599829] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3423.599831] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3423.599834] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3423.599836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3423.599838] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3423.599840] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3423.599842] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3423.599844] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3423.599846] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3423.599848] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3423.599851] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3423.599853] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3423.599855] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3423.603524] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3429.171921] ------------[ cut here ]------------
[ 3429.171932] WARNING: CPU: 0 PID: 1215 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3429.171942] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3429.172116]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3429.172256] CPU: 0 PID: 1215 Comm: kworker/u32:12 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3429.172262] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3429.172267] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3429.172275] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3429.172280] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3429.172286] RSP: 0018:ffffaacb851ef888 EFLAGS: 00010246
[ 3429.172293] RAX: 0000000000000000 RBX: ffff9d499ea01790 RCX: 0000000000000000
[ 3429.172297] RDX: 0000000000000000 RSI: ffff9d499ea01710 RDI: ffffaacb851ef8b0
[ 3429.172302] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3429.172306] R10: ffff9d499ea01790 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3429.172310] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3429.172315] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0000) knlGS:0000000000000000
[ 3429.172320] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3429.172324] CR2: 0000162a004f5000 CR3: 00000008f2428000 CR4: 0000000000750ef0
[ 3429.172329] PKRU: 55555554
[ 3429.172333] Call Trace:
[ 3429.172338]  <TASK>
[ 3429.172350]  submit_one_bio+0xd4/0xe0
[ 3429.172362]  submit_extent_page+0x142/0x550
[ 3429.172387]  read_extent_buffer_pages+0x5c1/0x990
[ 3429.172402]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3429.172411]  ? folio_unlock+0x1d/0x50
[ 3429.172423]  btrfs_read_extent_buffer+0x98/0x150
[ 3429.172435]  read_tree_block+0x43/0xa0
[ 3429.172442]  read_block_for_search+0x218/0x320
[ 3429.172462]  btrfs_search_slot+0x351/0xd30
[ 3429.172477]  ? lock_is_held_type+0xe8/0x140
[ 3429.172490]  btrfs_lookup_csum+0x63/0x150
[ 3429.172503]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3429.172510]  ? sched_clock_cpu+0x9f/0xc0
[ 3429.172519]  ? lock_release+0x14b/0x440
[ 3429.172531]  ? _raw_read_unlock+0x29/0x50
[ 3429.172543]  btrfs_finish_ordered_io+0x441/0x860
[ 3429.172570]  btrfs_work_helper+0xfe/0x400
[ 3429.172576]  ? lock_is_held_type+0xe8/0x140
[ 3429.172589]  process_one_work+0x294/0x5b0
[ 3429.172607]  worker_thread+0x4f/0x3a0
[ 3429.172617]  ? __pfx_worker_thread+0x10/0x10
[ 3429.172622]  kthread+0xf5/0x120
[ 3429.172628]  ? __pfx_kthread+0x10/0x10
[ 3429.172637]  ret_from_fork+0x2c/0x50
[ 3429.172660]  </TASK>
[ 3429.172664] irq event stamp: 49642277
[ 3429.172669] hardirqs last  enabled at (49642285): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3429.172675] hardirqs last disabled at (49642292): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3429.172680] softirqs last  enabled at (49641638): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.172686] softirqs last disabled at (49641633): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.172691] ---[ end trace 0000000000000000 ]---
[ 3429.172823] BTRFS error (device nvme1n1p3): level verify failed on logical 4844541313024 mirror 1 wanted 0 found 1
[ 3429.172832] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 4844541313024 mirror 1
[ 3429.172837] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 3429.178998] ------------[ cut here ]------------
[ 3429.179004] WARNING: CPU: 15 PID: 12181 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3429.179011] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3429.179169]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3429.179245] CPU: 15 PID: 12181 Comm: kworker/u32:0 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3429.179251] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3429.179255] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3429.179263] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3429.179269] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3429.179274] RSP: 0018:ffffaacb9aea7888 EFLAGS: 00010246
[ 3429.179282] RAX: 0000000000000000 RBX: ffff9d53f2e17e10 RCX: 0000000000000000
[ 3429.179286] RDX: 0000000000000000 RSI: ffff9d53f2e17d90 RDI: ffffaacb9aea78b0
[ 3429.179291] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3429.179295] R10: ffff9d53f2e17e10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3429.179300] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3429.179304] FS:  0000000000000000(0000) GS:ffff9d57d9e00000(0000) knlGS:0000000000000000
[ 3429.179309] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3429.179313] CR2: 00001ce600449000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3429.179318] PKRU: 55555554
[ 3429.179322] Call Trace:
[ 3429.179327]  <TASK>
[ 3429.179339]  submit_one_bio+0xd4/0xe0
[ 3429.179350]  submit_extent_page+0x142/0x550
[ 3429.179374]  read_extent_buffer_pages+0x5c1/0x990
[ 3429.179388]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3429.179396]  ? folio_unlock+0x1d/0x50
[ 3429.179407]  btrfs_read_extent_buffer+0x98/0x150
[ 3429.179418]  read_tree_block+0x43/0xa0
[ 3429.179425]  read_block_for_search+0x218/0x320
[ 3429.179442]  btrfs_search_slot+0x351/0xd30
[ 3429.179455]  ? lock_is_held_type+0xe8/0x140
[ 3429.179467]  btrfs_lookup_csum+0x63/0x150
[ 3429.179480]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3429.179486]  ? sched_clock_cpu+0x9f/0xc0
[ 3429.179493]  ? lock_release+0x14b/0x440
[ 3429.179504]  ? _raw_read_unlock+0x29/0x50
[ 3429.179515]  btrfs_finish_ordered_io+0x441/0x860
[ 3429.179538]  btrfs_work_helper+0xfe/0x400
[ 3429.179543]  ? lock_is_held_type+0xe8/0x140
[ 3429.179554]  process_one_work+0x294/0x5b0
[ 3429.179569]  worker_thread+0x4f/0x3a0
[ 3429.179578]  ? __pfx_worker_thread+0x10/0x10
[ 3429.179582]  kthread+0xf5/0x120
[ 3429.179587]  ? __pfx_kthread+0x10/0x10
[ 3429.179594]  ret_from_fork+0x2c/0x50
[ 3429.179613]  </TASK>
[ 3429.179616] irq event stamp: 11094953
[ 3429.179619] hardirqs last  enabled at (11094961): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3429.179625] hardirqs last disabled at (11094968): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3429.179629] softirqs last  enabled at (11094198): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.179634] softirqs last disabled at (11094193): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.179638] ---[ end trace 0000000000000000 ]---
[ 3429.222985] ------------[ cut here ]------------
[ 3429.222995] WARNING: CPU: 12 PID: 13863 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3429.223004] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3429.223235]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3429.223324] CPU: 12 PID: 13863 Comm: kworker/u32:8 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3429.223329] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3429.223332] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3429.223339] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3429.223344] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3429.223348] RSP: 0018:ffffaacb9bfdb888 EFLAGS: 00010246
[ 3429.223353] RAX: 0000000000000000 RBX: ffff9d493365a750 RCX: 0000000000000000
[ 3429.223357] RDX: 0000000000000000 RSI: ffff9d493365a6d0 RDI: ffffaacb9bfdb8b0
[ 3429.223360] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3429.223364] R10: ffff9d493365a750 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3429.223367] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3429.223371] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 3429.223375] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3429.223379] CR2: 00005583729dd558 CR3: 0000000118e10000 CR4: 0000000000750ee0
[ 3429.223382] PKRU: 55555554
[ 3429.223386] Call Trace:
[ 3429.223389]  <TASK>
[ 3429.223400]  submit_one_bio+0xd4/0xe0
[ 3429.223409]  submit_extent_page+0x142/0x550
[ 3429.223431]  read_extent_buffer_pages+0x5c1/0x990
[ 3429.223443]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3429.223457]  ? folio_unlock+0x1d/0x50
[ 3429.223473]  btrfs_read_extent_buffer+0x98/0x150
[ 3429.223490]  read_tree_block+0x43/0xa0
[ 3429.223499]  read_block_for_search+0x218/0x320
[ 3429.223522]  btrfs_search_slot+0x351/0xd30
[ 3429.223539]  ? lock_is_held_type+0xe8/0x140
[ 3429.223559]  btrfs_lookup_csum+0x63/0x150
[ 3429.223578]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3429.223587]  ? sched_clock_cpu+0x9f/0xc0
[ 3429.223597]  ? lock_release+0x14b/0x440
[ 3429.223613]  ? _raw_read_unlock+0x29/0x50
[ 3429.223627]  btrfs_finish_ordered_io+0x441/0x860
[ 3429.223665]  btrfs_work_helper+0xfe/0x400
[ 3429.223672]  ? lock_is_held_type+0xe8/0x140
[ 3429.223685]  process_one_work+0x294/0x5b0
[ 3429.223702]  worker_thread+0x4f/0x3a0
[ 3429.223712]  ? __pfx_worker_thread+0x10/0x10
[ 3429.223717]  kthread+0xf5/0x120
[ 3429.223723]  ? __pfx_kthread+0x10/0x10
[ 3429.223732]  ret_from_fork+0x2c/0x50
[ 3429.223755]  </TASK>
[ 3429.223759] irq event stamp: 19717
[ 3429.223764] hardirqs last  enabled at (19725): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3429.223771] hardirqs last disabled at (19732): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3429.223775] softirqs last  enabled at (19014): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.223782] softirqs last disabled at (18881): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.223787] ---[ end trace 0000000000000000 ]---
[ 3429.237074] ------------[ cut here ]------------
[ 3429.237083] WARNING: CPU: 1 PID: 12236 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3429.237090] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3429.237254]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3429.237320] CPU: 1 PID: 12236 Comm: kworker/u32:6 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3429.237324] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3429.237327] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3429.237332] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3429.237336] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3429.237339] RSP: 0018:ffffaacb9a19b888 EFLAGS: 00010246
[ 3429.237343] RAX: 0000000000000000 RBX: ffff9d51b3f2ec90 RCX: 0000000000000000
[ 3429.237346] RDX: 0000000000000000 RSI: ffff9d51b3f2ec10 RDI: ffffaacb9a19b8b0
[ 3429.237349] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3429.237351] R10: ffff9d51b3f2ec90 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3429.237354] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3429.237356] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0000) knlGS:0000000000000000
[ 3429.237359] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3429.237362] CR2: 00000000b2cf0000 CR3: 000000012699a000 CR4: 0000000000750ee0
[ 3429.237364] PKRU: 55555554
[ 3429.237367] Call Trace:
[ 3429.237370]  <TASK>
[ 3429.237378]  submit_one_bio+0xd4/0xe0
[ 3429.237385]  submit_extent_page+0x142/0x550
[ 3429.237400]  read_extent_buffer_pages+0x5c1/0x990
[ 3429.237408]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3429.237413]  ? folio_unlock+0x1d/0x50
[ 3429.237421]  btrfs_read_extent_buffer+0x98/0x150
[ 3429.237428]  read_tree_block+0x43/0xa0
[ 3429.237432]  read_block_for_search+0x218/0x320
[ 3429.237445]  btrfs_search_slot+0x351/0xd30
[ 3429.237461]  ? lock_is_held_type+0xe8/0x140
[ 3429.237469]  btrfs_lookup_csum+0x63/0x150
[ 3429.237477]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3429.237482]  ? sched_clock_cpu+0x9f/0xc0
[ 3429.237489]  ? lock_release+0x14b/0x440
[ 3429.237501]  ? _raw_read_unlock+0x29/0x50
[ 3429.237514]  btrfs_finish_ordered_io+0x441/0x860
[ 3429.237539]  btrfs_work_helper+0xfe/0x400
[ 3429.237543]  ? lock_is_held_type+0xe8/0x140
[ 3429.237556]  process_one_work+0x294/0x5b0
[ 3429.237574]  worker_thread+0x4f/0x3a0
[ 3429.237584]  ? __pfx_worker_thread+0x10/0x10
[ 3429.237590]  kthread+0xf5/0x120
[ 3429.237596]  ? __pfx_kthread+0x10/0x10
[ 3429.237601]  ret_from_fork+0x2c/0x50
[ 3429.237614]  </TASK>
[ 3429.237617] irq event stamp: 19605635
[ 3429.237620] hardirqs last  enabled at (19605643): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3429.237624] hardirqs last disabled at (19605650): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3429.237627] softirqs last  enabled at (19604648): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.237631] softirqs last disabled at (19604591): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3429.237633] ---[ end trace 0000000000000000 ]---
[ 3433.382210] ------------[ cut here ]------------
[ 3433.382221] WARNING: CPU: 5 PID: 10801 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3433.382231] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3433.382389]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3433.382492] CPU: 5 PID: 10801 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3433.382498] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3433.382502] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3433.382507] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3433.382512] RSP: 0018:ffffaacb986f7640 EFLAGS: 00010246
[ 3433.382518] RAX: 0000000000000000 RBX: ffff9d55314daad0 RCX: 0000000000000000
[ 3433.382523] RDX: 0000000000000000 RSI: ffff9d55314daa50 RDI: ffffaacb986f7668
[ 3433.382526] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3433.382530] R10: ffff9d55314daad0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3433.382534] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3433.382538] FS:  0000000000000000(0000) GS:ffff9d57d7600000(0063) knlGS:00000000b81ffb40
[ 3433.382543] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3433.382548] CR2: 00000000b38fc000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3433.382552] PKRU: 55555554
[ 3433.382555] Call Trace:
[ 3433.382559]  <TASK>
[ 3433.382573]  submit_one_bio+0xd4/0xe0
[ 3433.382584]  submit_extent_page+0x142/0x550
[ 3433.382607]  read_extent_buffer_pages+0x5c1/0x990
[ 3433.382622]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3433.382632]  ? folio_unlock+0x1d/0x50
[ 3433.382646]  btrfs_read_extent_buffer+0x98/0x150
[ 3433.382655]  read_tree_block+0x43/0xa0
[ 3433.382662]  read_block_for_search+0x218/0x320
[ 3433.382682]  btrfs_search_slot+0x351/0xd30
[ 3433.382702]  btrfs_lookup_csum+0x63/0x150
[ 3433.382717]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3433.382729]  ? btrfs_do_readpage+0x305/0x770
[ 3433.382741]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3433.382750]  submit_one_bio+0xc4/0xe0
[ 3433.382759]  btrfs_read_folio+0x79/0x90
[ 3433.382765]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3433.382771]  prepare_uptodate_page+0x8c/0x210
[ 3433.382779]  prepare_pages.constprop.0+0xa2/0x300
[ 3433.382792]  btrfs_buffered_write+0x2ca/0x940
[ 3433.382818]  btrfs_do_write_iter+0x384/0x5d0
[ 3433.382826]  ? lock_is_held_type+0xe8/0x140
[ 3433.382839]  vfs_write+0x269/0x4f0
[ 3433.382858]  ksys_write+0x64/0xe0
[ 3433.382867]  __do_fast_syscall_32+0x88/0xf0
[ 3433.382874]  ? lock_is_held_type+0xe8/0x140
[ 3433.382884]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382890]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3433.382897]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382902]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382909]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382915]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3433.382921]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382926]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382932]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382938]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382944]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382949]  ? __do_fast_syscall_32+0x94/0xf0
[ 3433.382957]  do_fast_syscall_32+0x2f/0x70
[ 3433.382964]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3433.382971] RIP: 0023:0xf7fb4579
[ 3433.382995] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3433.383000] RSP: 002b:00000000b81fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3433.383006] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b23e8010
[ 3433.383010] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3433.383014] RBP: 0000000000000093 R08: 00000000b81fdae0 R09: 0000000000000000
[ 3433.383018] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3433.383022] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3433.383042]  </TASK>
[ 3433.383046] irq event stamp: 28554679
[ 3433.383050] hardirqs last  enabled at (28554687): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3433.383056] hardirqs last disabled at (28554694): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3433.383061] softirqs last  enabled at (28551742): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3433.383067] softirqs last disabled at (28551733): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3433.383072] ---[ end trace 0000000000000000 ]---
[ 3435.173029] ------------[ cut here ]------------
[ 3435.173044] WARNING: CPU: 4 PID: 10749 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3435.173059] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3435.173191]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3435.173251] CPU: 4 PID: 10749 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3435.173255] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3435.173258] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3435.173261] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3435.173264] RSP: 0018:ffffaacb98787728 EFLAGS: 00010246
[ 3435.173268] RAX: 0000000000000000 RBX: ffff9d55be2a8610 RCX: 0000000000000000
[ 3435.173270] RDX: 0000000000000000 RSI: ffff9d55be2a8590 RDI: ffffaacb98787750
[ 3435.173272] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3435.173275] R10: ffff9d55be2a8610 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3435.173277] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3435.173279] FS:  0000000000000000(0000) GS:ffff9d57d7200000(0063) knlGS:00000000b6effb40
[ 3435.173282] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3435.173285] CR2: 00000000b2ef2000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3435.173287] PKRU: 55555554
[ 3435.173289] Call Trace:
[ 3435.173292]  <TASK>
[ 3435.173299]  submit_one_bio+0xd4/0xe0
[ 3435.173306]  submit_extent_page+0x142/0x550
[ 3435.173320]  read_extent_buffer_pages+0x5c1/0x990
[ 3435.173328]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3435.173332]  ? folio_unlock+0x1d/0x50
[ 3435.173339]  btrfs_read_extent_buffer+0x98/0x150
[ 3435.173345]  read_tree_block+0x43/0xa0
[ 3435.173349]  read_block_for_search+0x218/0x320
[ 3435.173359]  btrfs_search_slot+0x351/0xd30
[ 3435.173370]  btrfs_lookup_csum+0x63/0x150
[ 3435.173378]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3435.173384]  ? btrfs_do_readpage+0x305/0x770
[ 3435.173391]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3435.173396]  submit_one_bio+0xc4/0xe0
[ 3435.173401]  btrfs_read_folio+0x79/0x90
[ 3435.173405]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3435.173408]  prepare_uptodate_page+0x8c/0x210
[ 3435.173413]  prepare_pages.constprop.0+0xa2/0x300
[ 3435.173428]  btrfs_buffered_write+0x2ca/0x940
[ 3435.173442]  btrfs_do_write_iter+0x384/0x5d0
[ 3435.173446]  ? lock_is_held_type+0xe8/0x140
[ 3435.173454]  vfs_write+0x269/0x4f0
[ 3435.173465]  ksys_write+0x64/0xe0
[ 3435.173470]  __do_fast_syscall_32+0x88/0xf0
[ 3435.173475]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.173479]  do_fast_syscall_32+0x2f/0x70
[ 3435.173483]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3435.173488] RIP: 0023:0xf7fb4579
[ 3435.173509] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3435.173511] RSP: 002b:00000000b6efdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3435.173515] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000b5bf9010
[ 3435.173517] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3435.173519] RBP: 00000000000000b2 R08: 00000000b6efdae0 R09: 0000000000000000
[ 3435.173521] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3435.173523] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3435.173534]  </TASK>
[ 3435.173536] irq event stamp: 113864695
[ 3435.173538] hardirqs last  enabled at (113864703): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3435.173543] hardirqs last disabled at (113864710): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3435.173546] softirqs last  enabled at (113864544): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3435.173550] softirqs last disabled at (113864535): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3435.173552] ---[ end trace 0000000000000000 ]---
[ 3435.869085] ------------[ cut here ]------------
[ 3435.869096] WARNING: CPU: 12 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3435.869105] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3435.869222]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3435.869290] CPU: 12 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3435.869294] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3435.869296] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3435.869300] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3435.869303] RSP: 0018:ffffaacb98ad7668 EFLAGS: 00010246
[ 3435.869306] RAX: 0000000000000000 RBX: ffff9d559ec6c450 RCX: 0000000000000000
[ 3435.869309] RDX: 0000000000000000 RSI: ffff9d559ec6c3d0 RDI: ffffaacb98ad7690
[ 3435.869311] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3435.869313] R10: ffff9d559ec6c450 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3435.869315] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3435.869318] FS:  0000000000000000(0000) GS:ffff9d57d9200000(0063) knlGS:00000000b33f7b40
[ 3435.869320] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3435.869323] CR2: 00000000b38fc000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3435.869325] PKRU: 55555554
[ 3435.869327] Call Trace:
[ 3435.869330]  <TASK>
[ 3435.869337]  submit_one_bio+0xd4/0xe0
[ 3435.869345]  submit_extent_page+0x142/0x550
[ 3435.869358]  read_extent_buffer_pages+0x5c1/0x990
[ 3435.869366]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3435.869370]  ? folio_unlock+0x1d/0x50
[ 3435.869377]  btrfs_read_extent_buffer+0x98/0x150
[ 3435.869383]  read_tree_block+0x43/0xa0
[ 3435.869387]  read_block_for_search+0x218/0x320
[ 3435.869397]  btrfs_search_slot+0x351/0xd30
[ 3435.869408]  btrfs_lookup_csum+0x63/0x150
[ 3435.869415]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3435.869421]  ? btrfs_do_readpage+0x305/0x770
[ 3435.869428]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3435.869433]  submit_one_bio+0xc4/0xe0
[ 3435.869438]  btrfs_read_folio+0x79/0x90
[ 3435.869442]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3435.869445]  prepare_uptodate_page+0x8c/0x210
[ 3435.869450]  prepare_pages.constprop.0+0xa2/0x300
[ 3435.869458]  btrfs_buffered_write+0x2ca/0x940
[ 3435.869471]  btrfs_do_write_iter+0x384/0x5d0
[ 3435.869475]  ? lock_is_held_type+0xe8/0x140
[ 3435.869483]  vfs_write+0x269/0x4f0
[ 3435.869494]  ksys_write+0x64/0xe0
[ 3435.869499]  __do_fast_syscall_32+0x88/0xf0
[ 3435.869506]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869510]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3435.869513]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869516]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869521]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869525]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3435.869529]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869532]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869535]  ? __do_fast_syscall_32+0x94/0xf0
[ 3435.869539]  do_fast_syscall_32+0x2f/0x70
[ 3435.869543]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3435.869548] RIP: 0023:0xf7fb4579
[ 3435.869569] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3435.869572] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3435.869575] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b5bf9010
[ 3435.869578] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3435.869580] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3435.869582] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3435.869584] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3435.869594]  </TASK>
[ 3435.869596] irq event stamp: 24515113
[ 3435.869598] hardirqs last  enabled at (24515121): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3435.869603] hardirqs last disabled at (24515128): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3435.869606] softirqs last  enabled at (24511614): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3435.869610] softirqs last disabled at (24511609): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3435.869612] ---[ end trace 0000000000000000 ]---
[ 3438.147940] ------------[ cut here ]------------
[ 3438.147951] WARNING: CPU: 11 PID: 10749 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3438.147962] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3438.148119]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3438.148250] CPU: 11 PID: 10749 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3438.148256] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3438.148261] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3438.148266] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3438.148271] RSP: 0018:ffffaacb98787690 EFLAGS: 00010246
[ 3438.148277] RAX: 0000000000000000 RBX: ffff9d493102f8d0 RCX: 0000000000000000
[ 3438.148282] RDX: 0000000000000000 RSI: ffff9d493102f850 RDI: ffffaacb987876b8
[ 3438.148286] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3438.148290] R10: ffff9d493102f8d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3438.148294] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3438.148299] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0063) knlGS:00000000b6effb40
[ 3438.148303] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3438.148307] CR2: 00000000b2cf0000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3438.148311] PKRU: 55555554
[ 3438.148315] Call Trace:
[ 3438.148320]  <TASK>
[ 3438.148332]  submit_one_bio+0xd4/0xe0
[ 3438.148343]  submit_extent_page+0x142/0x550
[ 3438.148367]  read_extent_buffer_pages+0x5c1/0x990
[ 3438.148380]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3438.148388]  ? folio_unlock+0x1d/0x50
[ 3438.148399]  btrfs_read_extent_buffer+0x98/0x150
[ 3438.148410]  read_tree_block+0x43/0xa0
[ 3438.148417]  read_block_for_search+0x218/0x320
[ 3438.148435]  btrfs_search_slot+0x351/0xd30
[ 3438.148455]  btrfs_lookup_csum+0x63/0x150
[ 3438.148468]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3438.148479]  ? btrfs_do_readpage+0x305/0x770
[ 3438.148492]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3438.148500]  submit_one_bio+0xc4/0xe0
[ 3438.148510]  btrfs_read_folio+0x79/0x90
[ 3438.148517]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3438.148523]  prepare_uptodate_page+0x8c/0x210
[ 3438.148531]  prepare_pages.constprop.0+0xa2/0x300
[ 3438.148545]  btrfs_buffered_write+0x2ca/0x940
[ 3438.148571]  btrfs_do_write_iter+0x384/0x5d0
[ 3438.148578]  ? lock_is_held_type+0xe8/0x140
[ 3438.148591]  vfs_write+0x269/0x4f0
[ 3438.148609]  ksys_write+0x64/0xe0
[ 3438.148618]  __do_fast_syscall_32+0x88/0xf0
[ 3438.148626]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 3438.148635]  ? lock_is_held_type+0xe8/0x140
[ 3438.148646]  ? __do_fast_syscall_32+0x94/0xf0
[ 3438.148652]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3438.148658]  ? __do_fast_syscall_32+0x94/0xf0
[ 3438.148664]  ? __do_fast_syscall_32+0x94/0xf0
[ 3438.148672]  do_fast_syscall_32+0x2f/0x70
[ 3438.148678]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3438.148685] RIP: 0023:0xf7fb4579
[ 3438.148709] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3438.148714] RSP: 002b:00000000b6efdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3438.148720] RAX: ffffffffffffffda RBX: 00000000000000b2 RCX: 00000000b35fa010
[ 3438.148725] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3438.148729] RBP: 00000000000000b2 R08: 00000000b6efdae0 R09: 0000000000000000
[ 3438.148732] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3438.148736] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3438.148756]  </TASK>
[ 3438.148760] irq event stamp: 113971163
[ 3438.148764] hardirqs last  enabled at (113971171): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3438.148771] hardirqs last disabled at (113971178): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3438.148775] softirqs last  enabled at (113970394): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3438.148781] softirqs last disabled at (113970389): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3438.148786] ---[ end trace 0000000000000000 ]---
[ 3439.584353] ------------[ cut here ]------------
[ 3439.584365] WARNING: CPU: 8 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3439.584375] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3439.584490]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3439.584547] CPU: 8 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3439.584550] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3439.584553] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3439.584556] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3439.584559] RSP: 0018:ffffaacb98ad76b0 EFLAGS: 00010246
[ 3439.584562] RAX: 0000000000000000 RBX: ffff9d5402aa78d0 RCX: 0000000000000000
[ 3439.584565] RDX: 0000000000000000 RSI: ffff9d5402aa7850 RDI: ffffaacb98ad76d8
[ 3439.584567] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3439.584569] R10: ffff9d5402aa78d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3439.584571] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3439.584573] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0063) knlGS:00000000b33f7b40
[ 3439.584576] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3439.584578] CR2: 00000000b88fc000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3439.584580] PKRU: 55555554
[ 3439.584582] Call Trace:
[ 3439.584585]  <TASK>
[ 3439.584593]  submit_one_bio+0xd4/0xe0
[ 3439.584600]  submit_extent_page+0x142/0x550
[ 3439.584613]  read_extent_buffer_pages+0x5c1/0x990
[ 3439.584620]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3439.584625]  ? folio_unlock+0x1d/0x50
[ 3439.584631]  btrfs_read_extent_buffer+0x98/0x150
[ 3439.584637]  read_tree_block+0x43/0xa0
[ 3439.584641]  read_block_for_search+0x218/0x320
[ 3439.584650]  btrfs_search_slot+0x351/0xd30
[ 3439.584661]  btrfs_lookup_csum+0x63/0x150
[ 3439.584668]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3439.584674]  ? btrfs_do_readpage+0x305/0x770
[ 3439.584680]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3439.584685]  submit_one_bio+0xc4/0xe0
[ 3439.584690]  btrfs_read_folio+0x79/0x90
[ 3439.584694]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3439.584697]  prepare_uptodate_page+0x8c/0x210
[ 3439.584701]  prepare_pages.constprop.0+0xa2/0x300
[ 3439.584708]  btrfs_buffered_write+0x2ca/0x940
[ 3439.584721]  btrfs_do_write_iter+0x384/0x5d0
[ 3439.584725]  ? lock_is_held_type+0xe8/0x140
[ 3439.584733]  vfs_write+0x269/0x4f0
[ 3439.584743]  ksys_write+0x64/0xe0
[ 3439.584748]  __do_fast_syscall_32+0x88/0xf0
[ 3439.584753]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584756]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3439.584760]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584763]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584767]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584770]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584773]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584776]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584779]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584782]  ? __do_fast_syscall_32+0x94/0xf0
[ 3439.584786]  do_fast_syscall_32+0x2f/0x70
[ 3439.584790]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3439.584795] RIP: 0023:0xf7fb4579
[ 3439.584816] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3439.584818] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3439.584822] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b5bf9010
[ 3439.584824] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3439.584826] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3439.584828] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3439.584830] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3439.584840]  </TASK>
[ 3439.584842] irq event stamp: 24611817
[ 3439.584845] hardirqs last  enabled at (24611825): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3439.584849] hardirqs last disabled at (24611832): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3439.584851] softirqs last  enabled at (24607416): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3439.584856] softirqs last disabled at (24607411): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3439.584859] ---[ end trace 0000000000000000 ]---
[ 3440.562569] ------------[ cut here ]------------
[ 3440.562577] WARNING: CPU: 8 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3440.562585] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3440.562679]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3440.562741] CPU: 8 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3440.562745] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3440.562748] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3440.562752] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3440.562755] RSP: 0018:ffffaacb84d27700 EFLAGS: 00010246
[ 3440.562759] RAX: 0000000000000000 RBX: ffff9d5402aa6050 RCX: 0000000000000000
[ 3440.562761] RDX: 0000000000000000 RSI: ffff9d5402aa5fd0 RDI: ffffaacb84d27728
[ 3440.562763] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3440.562766] R10: ffff9d5402aa6050 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3440.562768] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3440.562771] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 3440.562773] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3440.562776] CR2: 00000000b38fc000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3440.562778] PKRU: 55555554
[ 3440.562781] Call Trace:
[ 3440.562784]  <TASK>
[ 3440.562791]  submit_one_bio+0xd4/0xe0
[ 3440.562799]  submit_extent_page+0x142/0x550
[ 3440.562813]  read_extent_buffer_pages+0x5c1/0x990
[ 3440.562821]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3440.562826]  ? folio_unlock+0x1d/0x50
[ 3440.562833]  btrfs_read_extent_buffer+0x98/0x150
[ 3440.562839]  read_tree_block+0x43/0xa0
[ 3440.562843]  read_block_for_search+0x218/0x320
[ 3440.562855]  btrfs_search_slot+0x351/0xd30
[ 3440.562863]  ? _raw_read_unlock+0x29/0x50
[ 3440.562871]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3440.562878]  ? lock_is_held_type+0xe8/0x140
[ 3440.562886]  lookup_extent_backref+0x41/0xd0
[ 3440.562894]  __btrfs_free_extent+0xfb/0x7c0
[ 3440.562901]  ? sched_clock_cpu+0x20/0xc0
[ 3440.562910]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3440.562926]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3440.562933]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3440.562944]  btrfs_commit_transaction+0xe0/0xed0
[ 3440.562956]  transaction_kthread+0x142/0x1b0
[ 3440.562962]  ? __pfx_transaction_kthread+0x10/0x10
[ 3440.562965]  kthread+0xf5/0x120
[ 3440.562969]  ? __pfx_kthread+0x10/0x10
[ 3440.562973]  ret_from_fork+0x2c/0x50
[ 3440.562986]  </TASK>
[ 3440.562988] irq event stamp: 23755963
[ 3440.562991] hardirqs last  enabled at (23755971): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3440.562996] hardirqs last disabled at (23755978): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3440.562999] softirqs last  enabled at (23753250): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3440.563003] softirqs last disabled at (23753241): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3440.563005] ---[ end trace 0000000000000000 ]---
[ 3446.495329] ------------[ cut here ]------------
[ 3446.495338] WARNING: CPU: 3 PID: 10801 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3446.495345] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3446.495434]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3446.495492] CPU: 3 PID: 10801 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3446.495495] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3446.495498] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3446.495502] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3446.495504] RSP: 0018:ffffaacb986f76b8 EFLAGS: 00010246
[ 3446.495508] RAX: 0000000000000000 RBX: ffff9d546ab1aad0 RCX: 0000000000000000
[ 3446.495511] RDX: 0000000000000000 RSI: ffff9d546ab1aa50 RDI: ffffaacb986f76e0
[ 3446.495513] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3446.495515] R10: ffff9d546ab1aad0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3446.495517] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3446.495519] FS:  0000000000000000(0000) GS:ffff9d57d6e00000(0063) knlGS:00000000b81ffb40
[ 3446.495522] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3446.495524] CR2: 00000000af700010 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3446.495527] PKRU: 55555554
[ 3446.495529] Call Trace:
[ 3446.495532]  <TASK>
[ 3446.495539]  submit_one_bio+0xd4/0xe0
[ 3446.495546]  submit_extent_page+0x142/0x550
[ 3446.495559]  read_extent_buffer_pages+0x5c1/0x990
[ 3446.495567]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3446.495571]  ? folio_unlock+0x1d/0x50
[ 3446.495579]  btrfs_read_extent_buffer+0x98/0x150
[ 3446.495584]  read_tree_block+0x43/0xa0
[ 3446.495588]  read_block_for_search+0x218/0x320
[ 3446.495599]  btrfs_search_slot+0x351/0xd30
[ 3446.495610]  btrfs_lookup_csum+0x63/0x150
[ 3446.495617]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3446.495623]  ? btrfs_do_readpage+0x305/0x770
[ 3446.495630]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3446.495635]  submit_one_bio+0xc4/0xe0
[ 3446.495640]  btrfs_read_folio+0x79/0x90
[ 3446.495644]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3446.495648]  prepare_uptodate_page+0x8c/0x210
[ 3446.495652]  prepare_pages.constprop.0+0xa2/0x300
[ 3446.495660]  btrfs_buffered_write+0x2ca/0x940
[ 3446.495674]  btrfs_do_write_iter+0x384/0x5d0
[ 3446.495678]  ? lock_is_held_type+0xe8/0x140
[ 3446.495686]  vfs_write+0x269/0x4f0
[ 3446.495696]  ksys_write+0x64/0xe0
[ 3446.495701]  __do_fast_syscall_32+0x88/0xf0
[ 3446.495705]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3446.495709]  ? __do_fast_syscall_32+0x94/0xf0
[ 3446.495713]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3446.495716]  ? __do_fast_syscall_32+0x94/0xf0
[ 3446.495720]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3446.495724]  ? __do_fast_syscall_32+0x94/0xf0
[ 3446.495727]  ? __do_fast_syscall_32+0x94/0xf0
[ 3446.495730]  ? __do_fast_syscall_32+0x94/0xf0
[ 3446.495733]  ? __do_fast_syscall_32+0x94/0xf0
[ 3446.495738]  do_fast_syscall_32+0x2f/0x70
[ 3446.495742]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3446.495747] RIP: 0023:0xf7fb4579
[ 3446.495768] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3446.495770] RSP: 002b:00000000b81fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3446.495774] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b2df2010
[ 3446.495776] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3446.495778] RBP: 0000000000000093 R08: 00000000b81fdae0 R09: 0000000000000000
[ 3446.495780] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3446.495782] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3446.495793]  </TASK>
[ 3446.495795] irq event stamp: 28707791
[ 3446.495797] hardirqs last  enabled at (28707799): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3446.495802] hardirqs last disabled at (28707806): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3446.495805] softirqs last  enabled at (28705760): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3446.495809] softirqs last disabled at (28705755): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3446.495811] ---[ end trace 0000000000000000 ]---
[ 3449.063769] ------------[ cut here ]------------
[ 3449.063780] WARNING: CPU: 11 PID: 10801 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3449.063790] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3449.063944]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3449.064046] CPU: 11 PID: 10801 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3449.064051] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3449.064056] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3449.064062] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3449.064067] RSP: 0018:ffffaacb986f7720 EFLAGS: 00010246
[ 3449.064073] RAX: 0000000000000000 RBX: ffff9d493102c450 RCX: 0000000000000000
[ 3449.064077] RDX: 0000000000000000 RSI: ffff9d493102c3d0 RDI: ffffaacb986f7748
[ 3449.064081] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3449.064085] R10: ffff9d493102c450 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3449.064089] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3449.064093] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0063) knlGS:00000000b81ffb40
[ 3449.064097] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3449.064101] CR2: 00003e1800bd5000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3449.064105] PKRU: 55555554
[ 3449.064109] Call Trace:
[ 3449.064113]  <TASK>
[ 3449.064125]  submit_one_bio+0xd4/0xe0
[ 3449.064164]  submit_extent_page+0x142/0x550
[ 3449.064187]  read_extent_buffer_pages+0x5c1/0x990
[ 3449.064200]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3449.064209]  ? folio_unlock+0x1d/0x50
[ 3449.064220]  btrfs_read_extent_buffer+0x98/0x150
[ 3449.064230]  read_tree_block+0x43/0xa0
[ 3449.064237]  read_block_for_search+0x218/0x320
[ 3449.064255]  btrfs_search_slot+0x351/0xd30
[ 3449.064274]  btrfs_lookup_csum+0x63/0x150
[ 3449.064287]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3449.064298]  ? btrfs_do_readpage+0x305/0x770
[ 3449.064311]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3449.064319]  submit_one_bio+0xc4/0xe0
[ 3449.064328]  btrfs_read_folio+0x79/0x90
[ 3449.064335]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3449.064341]  prepare_uptodate_page+0x8c/0x210
[ 3449.064348]  prepare_pages.constprop.0+0x134/0x300
[ 3449.064362]  btrfs_buffered_write+0x2ca/0x940
[ 3449.064387]  btrfs_do_write_iter+0x384/0x5d0
[ 3449.064394]  ? lock_is_held_type+0xe8/0x140
[ 3449.064407]  vfs_write+0x269/0x4f0
[ 3449.064426]  ksys_write+0x64/0xe0
[ 3449.064434]  __do_fast_syscall_32+0x88/0xf0
[ 3449.064442]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.064447]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.064455]  do_fast_syscall_32+0x2f/0x70
[ 3449.064462]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3449.064470] RIP: 0023:0xf7fb4579
[ 3449.064494] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3449.064498] RSP: 002b:00000000b81fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3449.064504] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b2bf0010
[ 3449.064508] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3449.064512] RBP: 0000000000000093 R08: 00000000b81fdae0 R09: 0000000000000000
[ 3449.064516] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3449.064520] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3449.064540]  </TASK>
[ 3449.064543] irq event stamp: 28748279
[ 3449.064547] hardirqs last  enabled at (28748287): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3449.064554] hardirqs last disabled at (28748294): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3449.064558] softirqs last  enabled at (28746746): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3449.064564] softirqs last disabled at (28746737): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3449.064569] ---[ end trace 0000000000000000 ]---
[ 3449.107845] ------------[ cut here ]------------
[ 3449.107856] WARNING: CPU: 0 PID: 10801 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3449.107868] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3449.108032]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3449.108201] CPU: 0 PID: 10801 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3449.108209] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3449.108215] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3449.108222] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3449.108229] RSP: 0018:ffffaacb986f7690 EFLAGS: 00010246
[ 3449.108237] RAX: 0000000000000000 RBX: ffff9d499ea03010 RCX: 0000000000000000
[ 3449.108242] RDX: 0000000000000000 RSI: ffff9d499ea02f90 RDI: ffffaacb986f76b8
[ 3449.108246] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3449.108251] R10: ffff9d499ea03010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3449.108256] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3449.108262] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0063) knlGS:00000000b81ffb40
[ 3449.108267] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3449.108271] CR2: 0000019593946000 CR3: 000000019a4da000 CR4: 0000000000750ef0
[ 3449.108276] PKRU: 55555554
[ 3449.108281] Call Trace:
[ 3449.108287]  <TASK>
[ 3449.108303]  submit_one_bio+0xd4/0xe0
[ 3449.108319]  submit_extent_page+0x142/0x550
[ 3449.108337]  read_extent_buffer_pages+0x5c1/0x990
[ 3449.108346]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3449.108352]  ? folio_unlock+0x1d/0x50
[ 3449.108362]  btrfs_read_extent_buffer+0x98/0x150
[ 3449.108370]  read_tree_block+0x43/0xa0
[ 3449.108375]  read_block_for_search+0x218/0x320
[ 3449.108402]  btrfs_search_slot+0x351/0xd30
[ 3449.108417]  btrfs_lookup_csum+0x63/0x150
[ 3449.108426]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3449.108436]  ? btrfs_do_readpage+0x305/0x770
[ 3449.108455]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3449.108465]  submit_one_bio+0xc4/0xe0
[ 3449.108479]  btrfs_read_folio+0x79/0x90
[ 3449.108488]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3449.108493]  prepare_uptodate_page+0x8c/0x210
[ 3449.108499]  prepare_pages.constprop.0+0x134/0x300
[ 3449.108519]  btrfs_buffered_write+0x2ca/0x940
[ 3449.108546]  btrfs_do_write_iter+0x384/0x5d0
[ 3449.108556]  ? lock_is_held_type+0xe8/0x140
[ 3449.108567]  vfs_write+0x269/0x4f0
[ 3449.108594]  ksys_write+0x64/0xe0
[ 3449.108607]  __do_fast_syscall_32+0x88/0xf0
[ 3449.108614]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108621]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3449.108630]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108638]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108643]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3449.108652]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108658]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108665]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108670]  ? __do_fast_syscall_32+0x94/0xf0
[ 3449.108681]  do_fast_syscall_32+0x2f/0x70
[ 3449.108687]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3449.108694] RIP: 0023:0xf7fb4579
[ 3449.108716] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3449.108720] RSP: 002b:00000000b81fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3449.108725] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b37fc010
[ 3449.108730] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3449.108735] RBP: 0000000000000093 R08: 00000000b81fdae0 R09: 0000000000000000
[ 3449.108740] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3449.108744] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3449.108769]  </TASK>
[ 3449.108774] irq event stamp: 28752959
[ 3449.108778] hardirqs last  enabled at (28752967): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3449.108786] hardirqs last disabled at (28752974): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3449.108792] softirqs last  enabled at (28750496): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3449.108798] softirqs last disabled at (28750491): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3449.108803] ---[ end trace 0000000000000000 ]---
[ 3452.444091] ------------[ cut here ]------------
[ 3452.444102] WARNING: CPU: 15 PID: 10801 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3452.444111] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3452.444248]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3452.444322] CPU: 15 PID: 10801 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3452.444327] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3452.444330] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3452.444335] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3452.444339] RSP: 0018:ffffaacb986f7690 EFLAGS: 00010246
[ 3452.444343] RAX: 0000000000000000 RBX: ffff9d53f2e15e90 RCX: 0000000000000000
[ 3452.444347] RDX: 0000000000000000 RSI: ffff9d53f2e15e10 RDI: ffffaacb986f76b8
[ 3452.444349] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3452.444352] R10: ffff9d53f2e15e90 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3452.444355] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3452.444358] FS:  0000000000000000(0000) GS:ffff9d57d9e00000(0063) knlGS:00000000b81ffb40
[ 3452.444361] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3452.444364] CR2: 00000195947f7000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3452.444367] PKRU: 55555554
[ 3452.444370] Call Trace:
[ 3452.444373]  <TASK>
[ 3452.444382]  submit_one_bio+0xd4/0xe0
[ 3452.444390]  submit_extent_page+0x142/0x550
[ 3452.444407]  read_extent_buffer_pages+0x5c1/0x990
[ 3452.444416]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3452.444421]  ? folio_unlock+0x1d/0x50
[ 3452.444430]  btrfs_read_extent_buffer+0x98/0x150
[ 3452.444437]  read_tree_block+0x43/0xa0
[ 3452.444442]  read_block_for_search+0x218/0x320
[ 3452.444455]  btrfs_search_slot+0x351/0xd30
[ 3452.444469]  btrfs_lookup_csum+0x63/0x150
[ 3452.444477]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3452.444486]  ? btrfs_do_readpage+0x305/0x770
[ 3452.444494]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3452.444500]  submit_one_bio+0xc4/0xe0
[ 3452.444507]  btrfs_read_folio+0x79/0x90
[ 3452.444512]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3452.444516]  prepare_uptodate_page+0x8c/0x210
[ 3452.444521]  prepare_pages.constprop.0+0xa2/0x300
[ 3452.444531]  btrfs_buffered_write+0x2ca/0x940
[ 3452.444548]  btrfs_do_write_iter+0x384/0x5d0
[ 3452.444553]  ? lock_is_held_type+0xe8/0x140
[ 3452.444563]  vfs_write+0x269/0x4f0
[ 3452.444576]  ksys_write+0x64/0xe0
[ 3452.444582]  __do_fast_syscall_32+0x88/0xf0
[ 3452.444587]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3452.444592]  ? __do_fast_syscall_32+0x94/0xf0
[ 3452.444596]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3452.444601]  ? __do_fast_syscall_32+0x94/0xf0
[ 3452.444607]  ? __do_fast_syscall_32+0x94/0xf0
[ 3452.444611]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3452.444616]  ? __do_fast_syscall_32+0x94/0xf0
[ 3452.444623]  do_fast_syscall_32+0x2f/0x70
[ 3452.444629]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3452.444634] RIP: 0023:0xf7fb4579
[ 3452.444658] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3452.444661] RSP: 002b:00000000b81fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3452.444665] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b21e6010
[ 3452.444668] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3452.444671] RBP: 0000000000000093 R08: 00000000b81fdae0 R09: 0000000000000000
[ 3452.444673] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3452.444676] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3452.444689]  </TASK>
[ 3452.444692] irq event stamp: 28868495
[ 3452.444694] hardirqs last  enabled at (28868503): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3452.444700] hardirqs last disabled at (28868510): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3452.444703] softirqs last  enabled at (28862394): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3452.444708] softirqs last disabled at (28862387): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3452.444711] ---[ end trace 0000000000000000 ]---
[ 3453.347577] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3453.347613] [drm] PSP is resuming...
[ 3453.423447] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3453.525107] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3453.539095] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3453.539106] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3453.539113] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3453.539117] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3453.539197] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3453.594496] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3453.595897] [drm] DMUB hardware initialized: version=0x02020017
[ 3453.634689] [drm] kiq ring mec 2 pipe 1 q 0
[ 3453.639866] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3453.640022] [drm] JPEG decode initialized successfully.
[ 3453.640052] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3453.640057] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3453.640061] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3453.640065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3453.640069] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3453.640073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3453.640077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3453.640080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3453.640085] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3453.640089] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3453.640092] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3453.640096] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3453.640100] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3453.640104] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3453.640108] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3453.640112] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3453.643929] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3454.271085] ------------[ cut here ]------------
[ 3454.271101] WARNING: CPU: 1 PID: 10925 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3454.271113] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3454.271273]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3454.271332] CPU: 1 PID: 10925 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3454.271336] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3454.271339] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3454.271343] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3454.271345] RSP: 0018:ffffaacb978d7720 EFLAGS: 00010246
[ 3454.271349] RAX: 0000000000000000 RBX: ffff9d51b3f2ead0 RCX: 0000000000000000
[ 3454.271352] RDX: 0000000000000000 RSI: ffff9d51b3f2ea50 RDI: ffffaacb978d7748
[ 3454.271354] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3454.271356] R10: ffff9d51b3f2ead0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3454.271360] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3454.271364] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0063) knlGS:00000000b4af7b40
[ 3454.271368] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3454.271372] CR2: 0000019595990000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3454.271376] PKRU: 55555554
[ 3454.271380] Call Trace:
[ 3454.271385]  <TASK>
[ 3454.271396]  submit_one_bio+0xd4/0xe0
[ 3454.271408]  submit_extent_page+0x142/0x550
[ 3454.271431]  read_extent_buffer_pages+0x5c1/0x990
[ 3454.271444]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3454.271453]  ? folio_unlock+0x1d/0x50
[ 3454.271464]  btrfs_read_extent_buffer+0x98/0x150
[ 3454.271475]  read_tree_block+0x43/0xa0
[ 3454.271482]  read_block_for_search+0x218/0x320
[ 3454.271500]  btrfs_search_slot+0x351/0xd30
[ 3454.271520]  btrfs_lookup_csum+0x63/0x150
[ 3454.271532]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3454.271543]  ? btrfs_do_readpage+0x305/0x770
[ 3454.271556]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3454.271564]  submit_one_bio+0xc4/0xe0
[ 3454.271573]  btrfs_read_folio+0x79/0x90
[ 3454.271581]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3454.271586]  prepare_uptodate_page+0x8c/0x210
[ 3454.271594]  prepare_pages.constprop.0+0xa2/0x300
[ 3454.271608]  btrfs_buffered_write+0x2ca/0x940
[ 3454.271633]  btrfs_do_write_iter+0x384/0x5d0
[ 3454.271641]  ? lock_is_held_type+0xe8/0x140
[ 3454.271653]  vfs_write+0x269/0x4f0
[ 3454.271671]  ksys_write+0x64/0xe0
[ 3454.271680]  __do_fast_syscall_32+0x88/0xf0
[ 3454.271688]  ? __do_fast_syscall_32+0x94/0xf0
[ 3454.271693]  ? __do_fast_syscall_32+0x94/0xf0
[ 3454.271701]  do_fast_syscall_32+0x2f/0x70
[ 3454.271708]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3454.271715] RIP: 0023:0xf7fb4579
[ 3454.271739] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3454.271743] RSP: 002b:00000000b4af5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3454.271750] RAX: ffffffffffffffda RBX: 00000000000000ae RCX: 00000000b2df2010
[ 3454.271754] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3454.271758] RBP: 00000000000000ae R08: 00000000b4af5ae0 R09: 0000000000000000
[ 3454.271762] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3454.271766] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3454.271785]  </TASK>
[ 3454.271789] irq event stamp: 4705889
[ 3454.271793] hardirqs last  enabled at (4705897): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3454.271799] hardirqs last disabled at (4705904): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3454.271804] softirqs last  enabled at (4704696): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3454.271810] softirqs last disabled at (4704685): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3454.271815] ---[ end trace 0000000000000000 ]---
[ 3467.117080] ------------[ cut here ]------------
[ 3467.117091] WARNING: CPU: 6 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3467.117101] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3467.117286]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3467.117391] CPU: 6 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3467.117397] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3467.117401] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3467.117407] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3467.117412] RSP: 0018:ffffaacb98ad76b0 EFLAGS: 00010246
[ 3467.117418] RAX: 0000000000000000 RBX: ffff9d499e179410 RCX: 0000000000000000
[ 3467.117423] RDX: 0000000000000000 RSI: ffff9d499e179390 RDI: ffffaacb98ad76d8
[ 3467.117427] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3467.117431] R10: ffff9d499e179410 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3467.117435] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3467.117440] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0063) knlGS:00000000b33f7b40
[ 3467.117444] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3467.117448] CR2: 0000061f007e8000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3467.117453] PKRU: 55555554
[ 3467.117457] Call Trace:
[ 3467.117462]  <TASK>
[ 3467.117474]  submit_one_bio+0xd4/0xe0
[ 3467.117486]  submit_extent_page+0x142/0x550
[ 3467.117510]  read_extent_buffer_pages+0x5c1/0x990
[ 3467.117524]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3467.117532]  ? folio_unlock+0x1d/0x50
[ 3467.117543]  btrfs_read_extent_buffer+0x98/0x150
[ 3467.117554]  read_tree_block+0x43/0xa0
[ 3467.117561]  read_block_for_search+0x218/0x320
[ 3467.117579]  btrfs_search_slot+0x351/0xd30
[ 3467.117599]  btrfs_lookup_csum+0x63/0x150
[ 3467.117612]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3467.117623]  ? btrfs_do_readpage+0x305/0x770
[ 3467.117636]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3467.117644]  submit_one_bio+0xc4/0xe0
[ 3467.117654]  btrfs_read_folio+0x79/0x90
[ 3467.117661]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3467.117667]  prepare_uptodate_page+0x8c/0x210
[ 3467.117675]  prepare_pages.constprop.0+0xa2/0x300
[ 3467.117689]  btrfs_buffered_write+0x2ca/0x940
[ 3467.117715]  btrfs_do_write_iter+0x384/0x5d0
[ 3467.117722]  ? lock_is_held_type+0xe8/0x140
[ 3467.117737]  vfs_write+0x269/0x4f0
[ 3467.117757]  ksys_write+0x64/0xe0
[ 3467.117766]  __do_fast_syscall_32+0x88/0xf0
[ 3467.117772]  ? __do_fast_syscall_32+0x94/0xf0
[ 3467.117778]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3467.117785]  ? __do_fast_syscall_32+0x94/0xf0
[ 3467.117792]  ? __do_fast_syscall_32+0x94/0xf0
[ 3467.117798]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3467.117804]  ? __do_fast_syscall_32+0x94/0xf0
[ 3467.117811]  ? __do_fast_syscall_32+0x94/0xf0
[ 3467.117816]  ? __do_fast_syscall_32+0x94/0xf0
[ 3467.117824]  do_fast_syscall_32+0x2f/0x70
[ 3467.117831]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3467.117837] RIP: 0023:0xf7fb4579
[ 3467.117861] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3467.117866] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3467.117872] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b5bf9010
[ 3467.117876] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3467.117880] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3467.117884] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3467.117888] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3467.117907]  </TASK>
[ 3467.117911] irq event stamp: 25729851
[ 3467.117915] hardirqs last  enabled at (25729859): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3467.117922] hardirqs last disabled at (25729866): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3467.117927] softirqs last  enabled at (25727090): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3467.117933] softirqs last disabled at (25727085): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3467.117937] ---[ end trace 0000000000000000 ]---
[ 3470.702813] ------------[ cut here ]------------
[ 3470.702822] WARNING: CPU: 7 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3470.702829] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3470.702924]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3470.702986] CPU: 7 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3470.702990] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3470.702993] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3470.702997] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3470.703000] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 3470.703003] RAX: 0000000000000000 RBX: ffff9d55ba5e8290 RCX: 0000000000000000
[ 3470.703006] RDX: 0000000000000000 RSI: ffff9d55ba5e8210 RDI: ffffaacb84d277a8
[ 3470.703009] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3470.703011] R10: ffff9d55ba5e8290 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3470.703013] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3470.703016] FS:  0000000000000000(0000) GS:ffff9d57d7e00000(0000) knlGS:0000000000000000
[ 3470.703018] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3470.703021] CR2: 000005d9090c6018 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3470.703023] PKRU: 55555554
[ 3470.703026] Call Trace:
[ 3470.703028]  <TASK>
[ 3470.703036]  submit_one_bio+0xd4/0xe0
[ 3470.703043]  submit_extent_page+0x142/0x550
[ 3470.703057]  read_extent_buffer_pages+0x5c1/0x990
[ 3470.703066]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3470.703071]  ? folio_unlock+0x1d/0x50
[ 3470.703078]  btrfs_read_extent_buffer+0x98/0x150
[ 3470.703084]  read_tree_block+0x43/0xa0
[ 3470.703088]  read_block_for_search+0x218/0x320
[ 3470.703099]  btrfs_search_slot+0x351/0xd30
[ 3470.703108]  ? _raw_read_unlock+0x29/0x50
[ 3470.703115]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3470.703122]  ? lock_is_held_type+0xe8/0x140
[ 3470.703154]  lookup_extent_backref+0x41/0xd0
[ 3470.703167]  __btrfs_free_extent+0xfb/0x7c0
[ 3470.703178]  ? sched_clock_cpu+0x20/0xc0
[ 3470.703192]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3470.703222]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3470.703235]  btrfs_commit_transaction+0x93/0xed0
[ 3470.703257]  transaction_kthread+0x142/0x1b0
[ 3470.703268]  ? __pfx_transaction_kthread+0x10/0x10
[ 3470.703274]  kthread+0xf5/0x120
[ 3470.703280]  ? __pfx_kthread+0x10/0x10
[ 3470.703288]  ret_from_fork+0x2c/0x50
[ 3470.703311]  </TASK>
[ 3470.703315] irq event stamp: 23889617
[ 3470.703319] hardirqs last  enabled at (23889625): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3470.703325] hardirqs last disabled at (23889632): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3470.703330] softirqs last  enabled at (23886104): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3470.703337] softirqs last disabled at (23886063): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3470.703342] ---[ end trace 0000000000000000 ]---
[ 3482.300400] ------------[ cut here ]------------
[ 3482.300413] WARNING: CPU: 13 PID: 10925 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3482.300426] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3482.300621]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3482.300747] CPU: 13 PID: 10925 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3482.300754] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3482.300760] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3482.300766] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3482.300772] RSP: 0018:ffffaacb978d76b0 EFLAGS: 00010246
[ 3482.300780] RAX: 0000000000000000 RBX: ffff9d49bd76a210 RCX: 0000000000000000
[ 3482.300785] RDX: 0000000000000000 RSI: ffff9d49bd76a190 RDI: ffffaacb978d76d8
[ 3482.300790] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3482.300795] R10: ffff9d49bd76a210 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3482.300800] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3482.300806] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0063) knlGS:00000000b4af7b40
[ 3482.300811] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3482.300816] CR2: 00000000b2ef2000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3482.300822] PKRU: 55555554
[ 3482.300826] Call Trace:
[ 3482.300832]  <TASK>
[ 3482.300846]  submit_one_bio+0xd4/0xe0
[ 3482.300859]  submit_extent_page+0x142/0x550
[ 3482.300889]  read_extent_buffer_pages+0x5c1/0x990
[ 3482.300905]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3482.300916]  ? folio_unlock+0x1d/0x50
[ 3482.300929]  btrfs_read_extent_buffer+0x98/0x150
[ 3482.300942]  read_tree_block+0x43/0xa0
[ 3482.300950]  read_block_for_search+0x218/0x320
[ 3482.300963]  btrfs_search_slot+0x351/0xd30
[ 3482.300976]  btrfs_lookup_csum+0x63/0x150
[ 3482.300985]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3482.300993]  ? btrfs_do_readpage+0x305/0x770
[ 3482.301001]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3482.301007]  submit_one_bio+0xc4/0xe0
[ 3482.301014]  btrfs_read_folio+0x79/0x90
[ 3482.301019]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3482.301023]  prepare_uptodate_page+0x8c/0x210
[ 3482.301028]  prepare_pages.constprop.0+0xa2/0x300
[ 3482.301037]  btrfs_buffered_write+0x2ca/0x940
[ 3482.301054]  btrfs_do_write_iter+0x384/0x5d0
[ 3482.301059]  ? lock_is_held_type+0xe8/0x140
[ 3482.301069]  vfs_write+0x269/0x4f0
[ 3482.301082]  ksys_write+0x64/0xe0
[ 3482.301087]  __do_fast_syscall_32+0x88/0xf0
[ 3482.301094]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301098]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301102]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301106]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3482.301111]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301115]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301118]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301123]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3482.301155]  ? __do_fast_syscall_32+0x94/0xf0
[ 3482.301162]  do_fast_syscall_32+0x2f/0x70
[ 3482.301167]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3482.301173] RIP: 0023:0xf7fb4579
[ 3482.301195] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3482.301198] RSP: 002b:00000000b4af5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3482.301203] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b8aff010
[ 3482.301206] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3482.301208] RBP: 00000000000000a8 R08: 00000000b4af5ae0 R09: 0000000000000000
[ 3482.301211] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3482.301214] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3482.301226]  </TASK>
[ 3482.301229] irq event stamp: 4793411
[ 3482.301232] hardirqs last  enabled at (4793419): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3482.301237] hardirqs last disabled at (4793426): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3482.301241] softirqs last  enabled at (4793308): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3482.301245] softirqs last disabled at (4793301): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3482.301248] ---[ end trace 0000000000000000 ]---
[ 3483.387563] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3483.387601] [drm] PSP is resuming...
[ 3483.463392] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3483.564017] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3483.577868] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3483.577876] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3483.577883] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3483.577887] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3483.577973] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3483.631797] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3483.633226] [drm] DMUB hardware initialized: version=0x02020017
[ 3483.671790] [drm] kiq ring mec 2 pipe 1 q 0
[ 3483.676843] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3483.677051] [drm] JPEG decode initialized successfully.
[ 3483.677076] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3483.677079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3483.677082] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3483.677084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3483.677086] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3483.677088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3483.677090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3483.677092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3483.677094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3483.677096] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3483.677098] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3483.677101] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3483.677103] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3483.677105] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3483.677107] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3483.677109] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3483.681041] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3486.515069] ------------[ cut here ]------------
[ 3486.515079] WARNING: CPU: 14 PID: 1215 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3486.515089] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3486.515259]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3486.515355] CPU: 14 PID: 1215 Comm: kworker/u32:12 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3486.515361] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3486.515365] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3486.515372] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3486.515377] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3486.515381] RSP: 0018:ffffaacb851ef810 EFLAGS: 00010246
[ 3486.515387] RAX: 0000000000000000 RBX: ffff9d49372f1090 RCX: 0000000000000000
[ 3486.515391] RDX: 0000000000000000 RSI: ffff9d49372f1010 RDI: ffffaacb851ef838
[ 3486.515394] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3486.515398] R10: ffff9d49372f1090 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3486.515402] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3486.515405] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0000) knlGS:0000000000000000
[ 3486.515409] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3486.515413] CR2: 00000000b8bff000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3486.515417] PKRU: 55555554
[ 3486.515420] Call Trace:
[ 3486.515424]  <TASK>
[ 3486.515435]  submit_one_bio+0xd4/0xe0
[ 3486.515446]  submit_extent_page+0x142/0x550
[ 3486.515467]  read_extent_buffer_pages+0x5c1/0x990
[ 3486.515479]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3486.515485]  ? _raw_spin_unlock+0x29/0x50
[ 3486.515497]  btrfs_readahead_tree_block+0x71/0xa0
[ 3486.515507]  btrfs_search_slot+0x666/0xd30
[ 3486.515525]  btrfs_lookup_file_extent+0x37/0x40
[ 3486.515533]  btrfs_drop_extents+0x155/0xd60
[ 3486.515561]  insert_reserved_file_extent+0xf0/0x380
[ 3486.515573]  ? join_transaction+0x1b9/0x590
[ 3486.515591]  btrfs_finish_ordered_io+0x65c/0x860
[ 3486.515613]  btrfs_work_helper+0xfe/0x400
[ 3486.515618]  ? lock_is_held_type+0xe8/0x140
[ 3486.515630]  process_one_work+0x294/0x5b0
[ 3486.515645]  worker_thread+0x4f/0x3a0
[ 3486.515654]  ? __pfx_worker_thread+0x10/0x10
[ 3486.515658]  kthread+0xf5/0x120
[ 3486.515663]  ? __pfx_kthread+0x10/0x10
[ 3486.515671]  ret_from_fork+0x2c/0x50
[ 3486.515690]  </TASK>
[ 3486.515694] irq event stamp: 50307289
[ 3486.515697] hardirqs last  enabled at (50307297): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3486.515703] hardirqs last disabled at (50307304): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3486.515707] softirqs last  enabled at (50305850): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3486.515713] softirqs last disabled at (50305845): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3486.515717] ---[ end trace 0000000000000000 ]---
[ 3486.515833] BTRFS error (device nvme1n1p3): level verify failed on logical 5039973089280 mirror 1 wanted 0 found 1
[ 3486.515841] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5039973089280 mirror 1
[ 3486.515845] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 3499.418248] ------------[ cut here ]------------
[ 3499.418259] WARNING: CPU: 1 PID: 10911 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3499.418269] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3499.418424]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3499.418528] CPU: 1 PID: 10911 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3499.418534] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3499.418538] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3499.418544] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3499.418549] RSP: 0018:ffffaacb9882f720 EFLAGS: 00010246
[ 3499.418555] RAX: 0000000000000000 RBX: ffff9d546ab19950 RCX: 0000000000000000
[ 3499.418559] RDX: 0000000000000000 RSI: ffff9d546ab198d0 RDI: ffffaacb9882f748
[ 3499.418563] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3499.418567] R10: ffff9d546ab19950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3499.418571] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3499.418575] FS:  0000000000000000(0000) GS:ffff9d57d6600000(0063) knlGS:00000000b37fbb40
[ 3499.418580] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3499.418584] CR2: 00000000b88fc000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3499.418588] PKRU: 55555554
[ 3499.418592] Call Trace:
[ 3499.418597]  <TASK>
[ 3499.418608]  submit_one_bio+0xd4/0xe0
[ 3499.418618]  submit_extent_page+0x142/0x550
[ 3499.418642]  read_extent_buffer_pages+0x5c1/0x990
[ 3499.418655]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3499.418663]  ? folio_unlock+0x1d/0x50
[ 3499.418674]  btrfs_read_extent_buffer+0x98/0x150
[ 3499.418685]  read_tree_block+0x43/0xa0
[ 3499.418692]  read_block_for_search+0x218/0x320
[ 3499.418710]  btrfs_search_slot+0x351/0xd30
[ 3499.418729]  btrfs_lookup_csum+0x63/0x150
[ 3499.418742]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3499.418753]  ? btrfs_do_readpage+0x305/0x770
[ 3499.418766]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3499.418774]  submit_one_bio+0xc4/0xe0
[ 3499.418783]  btrfs_read_folio+0x79/0x90
[ 3499.418790]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3499.418796]  prepare_uptodate_page+0x8c/0x210
[ 3499.418803]  prepare_pages.constprop.0+0xa2/0x300
[ 3499.418817]  btrfs_buffered_write+0x2ca/0x940
[ 3499.418843]  btrfs_do_write_iter+0x384/0x5d0
[ 3499.418850]  ? lock_is_held_type+0xe8/0x140
[ 3499.418863]  vfs_write+0x269/0x4f0
[ 3499.418882]  ksys_write+0x64/0xe0
[ 3499.418891]  __do_fast_syscall_32+0x88/0xf0
[ 3499.418897]  ? __do_fast_syscall_32+0x94/0xf0
[ 3499.418903]  ? __do_fast_syscall_32+0x94/0xf0
[ 3499.418908]  ? __do_fast_syscall_32+0x94/0xf0
[ 3499.418916]  do_fast_syscall_32+0x2f/0x70
[ 3499.418922]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3499.418929] RIP: 0023:0xf7fb4579
[ 3499.418954] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3499.418959] RSP: 002b:00000000b37f9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3499.418965] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000b87fc010
[ 3499.418969] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3499.418973] RBP: 00000000000000ad R08: 00000000b37f9ae0 R09: 0000000000000000
[ 3499.418977] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3499.418981] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3499.419000]  </TASK>
[ 3499.419004] irq event stamp: 19349909
[ 3499.419008] hardirqs last  enabled at (19349917): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3499.419015] hardirqs last disabled at (19349924): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3499.419020] softirqs last  enabled at (19348584): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3499.419027] softirqs last disabled at (19348579): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3499.419032] ---[ end trace 0000000000000000 ]---
[ 3500.872822] ------------[ cut here ]------------
[ 3500.872831] WARNING: CPU: 11 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3500.872839] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3500.872934]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3500.872997] CPU: 11 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3500.873000] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3500.873003] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3500.873007] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3500.873010] RSP: 0018:ffffaacb84d27888 EFLAGS: 00010246
[ 3500.873014] RAX: 0000000000000000 RBX: ffff9d54b9428d10 RCX: 0000000000000000
[ 3500.873016] RDX: 0000000000000000 RSI: ffff9d54b9428c90 RDI: ffffaacb84d278b0
[ 3500.873019] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3500.873021] R10: ffff9d54b9428d10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3500.873023] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3500.873026] FS:  0000000000000000(0000) GS:ffff9d57d8e00000(0000) knlGS:0000000000000000
[ 3500.873028] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3500.873031] CR2: 00000000dd9dd000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3500.873034] PKRU: 55555554
[ 3500.873036] Call Trace:
[ 3500.873039]  <TASK>
[ 3500.873046]  submit_one_bio+0xd4/0xe0
[ 3500.873053]  submit_extent_page+0x142/0x550
[ 3500.873068]  read_extent_buffer_pages+0x5c1/0x990
[ 3500.873075]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3500.873080]  ? folio_unlock+0x1d/0x50
[ 3500.873087]  btrfs_read_extent_buffer+0x98/0x150
[ 3500.873094]  read_tree_block+0x43/0xa0
[ 3500.873098]  read_block_for_search+0x218/0x320
[ 3500.873109]  btrfs_search_slot+0x351/0xd30
[ 3500.873120]  btrfs_insert_empty_items+0x31/0x70
[ 3500.873125]  alloc_reserved_file_extent+0xbc/0x240
[ 3500.873159]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3500.873187]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3500.873199]  btrfs_commit_transaction+0x93/0xed0
[ 3500.873218]  transaction_kthread+0x142/0x1b0
[ 3500.873228]  ? __pfx_transaction_kthread+0x10/0x10
[ 3500.873234]  kthread+0xf5/0x120
[ 3500.873239]  ? __pfx_kthread+0x10/0x10
[ 3500.873247]  ret_from_fork+0x2c/0x50
[ 3500.873269]  </TASK>
[ 3500.873273] irq event stamp: 24002879
[ 3500.873277] hardirqs last  enabled at (24002887): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3500.873283] hardirqs last disabled at (24002894): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3500.873288] softirqs last  enabled at (24000348): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3500.873294] softirqs last disabled at (24000341): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3500.873298] ---[ end trace 0000000000000000 ]---
[ 3501.938622] ------------[ cut here ]------------
[ 3501.938631] WARNING: CPU: 6 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3501.938639] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3501.938728]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3501.938785] CPU: 6 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3501.938789] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3501.938791] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3501.938795] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3501.938797] RSP: 0018:ffffaacb98ad76b8 EFLAGS: 00010246
[ 3501.938801] RAX: 0000000000000000 RBX: ffff9d4917f83e10 RCX: 0000000000000000
[ 3501.938803] RDX: 0000000000000000 RSI: ffff9d4917f83d90 RDI: ffffaacb98ad76e0
[ 3501.938806] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3501.938808] R10: ffff9d4917f83e10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3501.938810] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3501.938812] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0063) knlGS:00000000b33f7b40
[ 3501.938815] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3501.938817] CR2: 00007f42ba979000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3501.938820] PKRU: 55555554
[ 3501.938822] Call Trace:
[ 3501.938825]  <TASK>
[ 3501.938832]  submit_one_bio+0xd4/0xe0
[ 3501.938838]  submit_extent_page+0x142/0x550
[ 3501.938852]  read_extent_buffer_pages+0x5c1/0x990
[ 3501.938859]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3501.938863]  ? folio_unlock+0x1d/0x50
[ 3501.938870]  btrfs_read_extent_buffer+0x98/0x150
[ 3501.938876]  read_tree_block+0x43/0xa0
[ 3501.938879]  read_block_for_search+0x218/0x320
[ 3501.938890]  btrfs_search_slot+0x351/0xd30
[ 3501.938900]  btrfs_lookup_csum+0x63/0x150
[ 3501.938908]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3501.938914]  ? btrfs_do_readpage+0x305/0x770
[ 3501.938920]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3501.938925]  submit_one_bio+0xc4/0xe0
[ 3501.938931]  btrfs_read_folio+0x79/0x90
[ 3501.938935]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3501.938938]  prepare_uptodate_page+0x8c/0x210
[ 3501.938943]  prepare_pages.constprop.0+0xa2/0x300
[ 3501.938950]  btrfs_buffered_write+0x2ca/0x940
[ 3501.938964]  btrfs_do_write_iter+0x384/0x5d0
[ 3501.938968]  ? lock_is_held_type+0xe8/0x140
[ 3501.938976]  vfs_write+0x269/0x4f0
[ 3501.938987]  ksys_write+0x64/0xe0
[ 3501.938991]  __do_fast_syscall_32+0x88/0xf0
[ 3501.938998]  ? __do_fast_syscall_32+0x94/0xf0
[ 3501.939002]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3501.939006]  ? __do_fast_syscall_32+0x94/0xf0
[ 3501.939009]  ? __do_fast_syscall_32+0x94/0xf0
[ 3501.939012]  ? __do_fast_syscall_32+0x94/0xf0
[ 3501.939016]  ? __do_fast_syscall_32+0x94/0xf0
[ 3501.939020]  do_fast_syscall_32+0x2f/0x70
[ 3501.939024]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3501.939029] RIP: 0023:0xf7fb4579
[ 3501.939049] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3501.939052] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3501.939055] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b8aff010
[ 3501.939057] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3501.939060] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3501.939062] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3501.939064] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3501.939074]  </TASK>
[ 3501.939076] irq event stamp: 27749719
[ 3501.939078] hardirqs last  enabled at (27749727): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3501.939083] hardirqs last disabled at (27749734): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3501.939086] softirqs last  enabled at (27747148): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3501.939090] softirqs last disabled at (27747143): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3501.939092] ---[ end trace 0000000000000000 ]---
[ 3503.128405] ------------[ cut here ]------------
[ 3503.128416] WARNING: CPU: 10 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3503.128426] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3503.128578]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3503.128681] CPU: 10 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3503.128687] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3503.128691] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3503.128696] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3503.128701] RSP: 0018:ffffaacb98ad7650 EFLAGS: 00010246
[ 3503.128707] RAX: 0000000000000000 RBX: ffff9d4bf017e050 RCX: 0000000000000000
[ 3503.128713] RDX: 0000000000000000 RSI: ffff9d4bf017dfd0 RDI: ffffaacb98ad7678
[ 3503.128717] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3503.128720] R10: ffff9d4bf017e050 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3503.128724] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3503.128728] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0063) knlGS:00000000b33f7b40
[ 3503.128733] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3503.128737] CR2: 0000019591e03000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3503.128741] PKRU: 55555554
[ 3503.128745] Call Trace:
[ 3503.128749]  <TASK>
[ 3503.128761]  submit_one_bio+0xd4/0xe0
[ 3503.128772]  submit_extent_page+0x142/0x550
[ 3503.128795]  read_extent_buffer_pages+0x5c1/0x990
[ 3503.128807]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3503.128815]  ? folio_unlock+0x1d/0x50
[ 3503.128826]  btrfs_read_extent_buffer+0x98/0x150
[ 3503.128836]  read_tree_block+0x43/0xa0
[ 3503.128842]  read_block_for_search+0x218/0x320
[ 3503.128859]  btrfs_search_slot+0x351/0xd30
[ 3503.128877]  btrfs_lookup_csum+0x63/0x150
[ 3503.128889]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3503.128900]  ? btrfs_do_readpage+0x305/0x770
[ 3503.128911]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3503.128919]  submit_one_bio+0xc4/0xe0
[ 3503.128928]  btrfs_read_folio+0x79/0x90
[ 3503.128934]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3503.128939]  prepare_uptodate_page+0x8c/0x210
[ 3503.128946]  prepare_pages.constprop.0+0x134/0x300
[ 3503.128960]  btrfs_buffered_write+0x2ca/0x940
[ 3503.128984]  btrfs_do_write_iter+0x384/0x5d0
[ 3503.128992]  ? lock_is_held_type+0xe8/0x140
[ 3503.129005]  vfs_write+0x269/0x4f0
[ 3503.129023]  ksys_write+0x64/0xe0
[ 3503.129032]  __do_fast_syscall_32+0x88/0xf0
[ 3503.129044]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 3503.129052]  ? lock_is_held_type+0xe8/0x140
[ 3503.129062]  ? __do_fast_syscall_32+0x94/0xf0
[ 3503.129068]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3503.129074]  ? __do_fast_syscall_32+0x94/0xf0
[ 3503.129080]  ? __do_fast_syscall_32+0x94/0xf0
[ 3503.129085]  ? __do_fast_syscall_32+0x94/0xf0
[ 3503.129093]  do_fast_syscall_32+0x2f/0x70
[ 3503.129100]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3503.129106] RIP: 0023:0xf7fb4579
[ 3503.129157] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3503.129161] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3503.129167] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b87fc010
[ 3503.129171] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3503.129175] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3503.129179] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3503.129183] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3503.129202]  </TASK>
[ 3503.129206] irq event stamp: 27807455
[ 3503.129210] hardirqs last  enabled at (27807463): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3503.129216] hardirqs last disabled at (27807470): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3503.129221] softirqs last  enabled at (27807380): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3503.129227] softirqs last disabled at (27807375): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3503.129232] ---[ end trace 0000000000000000 ]---
[ 3507.093236] ------------[ cut here ]------------
[ 3507.093246] WARNING: CPU: 6 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3507.093255] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3507.093360]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3507.093429] CPU: 6 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3507.093433] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3507.093436] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3507.093441] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3507.093444] RSP: 0018:ffffaacb98ad7720 EFLAGS: 00010246
[ 3507.093448] RAX: 0000000000000000 RBX: ffff9d4917f81cd0 RCX: 0000000000000000
[ 3507.093451] RDX: 0000000000000000 RSI: ffff9d4917f81c50 RDI: ffffaacb98ad7748
[ 3507.093454] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3507.093457] R10: ffff9d4917f81cd0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3507.093460] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3507.093462] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0063) knlGS:00000000b33f7b40
[ 3507.093465] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3507.093468] CR2: 00000000b4cfb000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3507.093471] PKRU: 55555554
[ 3507.093474] Call Trace:
[ 3507.093477]  <TASK>
[ 3507.093487]  submit_one_bio+0xd4/0xe0
[ 3507.093495]  submit_extent_page+0x142/0x550
[ 3507.093512]  read_extent_buffer_pages+0x5c1/0x990
[ 3507.093521]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3507.093527]  ? folio_unlock+0x1d/0x50
[ 3507.093535]  btrfs_read_extent_buffer+0x98/0x150
[ 3507.093542]  read_tree_block+0x43/0xa0
[ 3507.093547]  read_block_for_search+0x218/0x320
[ 3507.093560]  btrfs_search_slot+0x351/0xd30
[ 3507.093573]  btrfs_lookup_csum+0x63/0x150
[ 3507.093581]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3507.093589]  ? btrfs_do_readpage+0x305/0x770
[ 3507.093598]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3507.093603]  submit_one_bio+0xc4/0xe0
[ 3507.093610]  btrfs_read_folio+0x79/0x90
[ 3507.093615]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3507.093618]  prepare_uptodate_page+0x8c/0x210
[ 3507.093624]  prepare_pages.constprop.0+0xa2/0x300
[ 3507.093633]  btrfs_buffered_write+0x2ca/0x940
[ 3507.093650]  btrfs_do_write_iter+0x384/0x5d0
[ 3507.093655]  ? lock_is_held_type+0xe8/0x140
[ 3507.093664]  vfs_write+0x269/0x4f0
[ 3507.093677]  ksys_write+0x64/0xe0
[ 3507.093682]  __do_fast_syscall_32+0x88/0xf0
[ 3507.093689]  ? __do_fast_syscall_32+0x94/0xf0
[ 3507.093692]  ? __do_fast_syscall_32+0x94/0xf0
[ 3507.093698]  do_fast_syscall_32+0x2f/0x70
[ 3507.093703]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3507.093708] RIP: 0023:0xf7fb4579
[ 3507.093730] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3507.093734] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3507.093738] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b8aff010
[ 3507.093741] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3507.093743] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3507.093746] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3507.093748] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3507.093761]  </TASK>
[ 3507.093764] irq event stamp: 28073925
[ 3507.093766] hardirqs last  enabled at (28073933): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3507.093771] hardirqs last disabled at (28073940): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3507.093775] softirqs last  enabled at (28072616): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3507.093779] softirqs last disabled at (28072611): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3507.093782] ---[ end trace 0000000000000000 ]---
[ 3513.355550] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3513.355589] [drm] PSP is resuming...
[ 3513.431723] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3513.533394] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3513.547165] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3513.547175] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3513.547182] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3513.547186] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3513.547263] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3513.601988] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3513.603402] [drm] DMUB hardware initialized: version=0x02020017
[ 3513.641554] [drm] kiq ring mec 2 pipe 1 q 0
[ 3513.646511] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3513.646731] [drm] JPEG decode initialized successfully.
[ 3513.646754] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3513.646757] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3513.646761] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3513.646766] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3513.646770] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3513.646775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3513.646779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3513.646784] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3513.646787] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3513.646790] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3513.646792] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3513.646795] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3513.646797] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3513.646799] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3513.646802] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3513.646804] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3513.650351] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3524.900815] ------------[ cut here ]------------
[ 3524.900824] WARNING: CPU: 0 PID: 10908 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3524.900831] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3524.900917]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3524.900976] CPU: 0 PID: 10908 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3524.900979] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3524.900982] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3524.900986] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3524.900989] RSP: 0018:ffffaacb9886f698 EFLAGS: 00010246
[ 3524.900992] RAX: 0000000000000000 RBX: ffff9d4919bc80d0 RCX: 0000000000000000
[ 3524.900995] RDX: 0000000000000000 RSI: ffff9d4919bc8050 RDI: ffffaacb9886f6c0
[ 3524.900997] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3524.900999] R10: ffff9d4919bc80d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3524.901001] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3524.901004] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0063) knlGS:00000000b32f6b40
[ 3524.901006] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3524.901008] CR2: 00000000b2cf0000 CR3: 000000019a4da000 CR4: 0000000000750ef0
[ 3524.901011] PKRU: 55555554
[ 3524.901013] Call Trace:
[ 3524.901016]  <TASK>
[ 3524.901023]  submit_one_bio+0xd4/0xe0
[ 3524.901030]  submit_extent_page+0x142/0x550
[ 3524.901043]  read_extent_buffer_pages+0x5c1/0x990
[ 3524.901050]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3524.901055]  ? folio_unlock+0x1d/0x50
[ 3524.901062]  btrfs_read_extent_buffer+0x98/0x150
[ 3524.901067]  read_tree_block+0x43/0xa0
[ 3524.901071]  read_block_for_search+0x218/0x320
[ 3524.901081]  btrfs_search_slot+0x351/0xd30
[ 3524.901093]  btrfs_lookup_csum+0x63/0x150
[ 3524.901100]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3524.901106]  ? btrfs_do_readpage+0x305/0x770
[ 3524.901112]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3524.901117]  submit_one_bio+0xc4/0xe0
[ 3524.901122]  btrfs_read_folio+0x79/0x90
[ 3524.901154]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3524.901158]  prepare_uptodate_page+0x8c/0x210
[ 3524.901163]  prepare_pages.constprop.0+0xa2/0x300
[ 3524.901170]  btrfs_buffered_write+0x2ca/0x940
[ 3524.901184]  btrfs_do_write_iter+0x384/0x5d0
[ 3524.901188]  ? lock_is_held_type+0xe8/0x140
[ 3524.901196]  vfs_write+0x269/0x4f0
[ 3524.901208]  ksys_write+0x64/0xe0
[ 3524.901212]  __do_fast_syscall_32+0x88/0xf0
[ 3524.901218]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901222]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3524.901226]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901229]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3524.901233]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901236]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901240]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901243]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901246]  ? __do_fast_syscall_32+0x94/0xf0
[ 3524.901250]  do_fast_syscall_32+0x2f/0x70
[ 3524.901254]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3524.901259] RIP: 0023:0xf7fb4579
[ 3524.901282] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3524.901286] RSP: 002b:00000000b32f4ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3524.901292] RAX: ffffffffffffffda RBX: 00000000000000ac RCX: 00000000b2df2010
[ 3524.901295] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3524.901299] RBP: 00000000000000ac R08: 00000000b32f4ae0 R09: 0000000000000000
[ 3524.901303] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3524.901307] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3524.901326]  </TASK>
[ 3524.901329] irq event stamp: 24825773
[ 3524.901333] hardirqs last  enabled at (24825781): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3524.901340] hardirqs last disabled at (24825788): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3524.901345] softirqs last  enabled at (24825534): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3524.901351] softirqs last disabled at (24825527): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3524.901356] ---[ end trace 0000000000000000 ]---
[ 3529.424754] ------------[ cut here ]------------
[ 3529.424763] WARNING: CPU: 14 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3529.424771] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3529.424875]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3529.424944] CPU: 14 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3529.424948] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3529.424951] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3529.424954] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3529.424957] RSP: 0018:ffffaacb98ad76d0 EFLAGS: 00010246
[ 3529.424961] RAX: 0000000000000000 RBX: ffff9d499e17b010 RCX: 0000000000000000
[ 3529.424963] RDX: 0000000000000000 RSI: ffff9d499e17af90 RDI: ffffaacb98ad76f8
[ 3529.424965] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3529.424967] R10: ffff9d499e17b010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3529.424970] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3529.424972] FS:  0000000000000000(0000) GS:ffff9d57d9a00000(0063) knlGS:00000000b33f7b40
[ 3529.424975] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3529.424977] CR2: 00007f29f401c470 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3529.424979] PKRU: 55555554
[ 3529.424982] Call Trace:
[ 3529.424984]  <TASK>
[ 3529.424991]  submit_one_bio+0xd4/0xe0
[ 3529.424998]  submit_extent_page+0x142/0x550
[ 3529.425012]  read_extent_buffer_pages+0x5c1/0x990
[ 3529.425020]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3529.425024]  ? folio_unlock+0x1d/0x50
[ 3529.425031]  btrfs_read_extent_buffer+0x98/0x150
[ 3529.425037]  read_tree_block+0x43/0xa0
[ 3529.425040]  read_block_for_search+0x218/0x320
[ 3529.425051]  btrfs_search_slot+0x351/0xd30
[ 3529.425062]  btrfs_lookup_csum+0x63/0x150
[ 3529.425069]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3529.425076]  ? btrfs_do_readpage+0x305/0x770
[ 3529.425082]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3529.425088]  submit_one_bio+0xc4/0xe0
[ 3529.425093]  btrfs_read_folio+0x79/0x90
[ 3529.425097]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3529.425100]  prepare_uptodate_page+0x8c/0x210
[ 3529.425105]  prepare_pages.constprop.0+0xa2/0x300
[ 3529.425112]  btrfs_buffered_write+0x2ca/0x940
[ 3529.425150]  btrfs_do_write_iter+0x384/0x5d0
[ 3529.425154]  ? lock_is_held_type+0xe8/0x140
[ 3529.425163]  vfs_write+0x269/0x4f0
[ 3529.425173]  ksys_write+0x64/0xe0
[ 3529.425178]  __do_fast_syscall_32+0x88/0xf0
[ 3529.425183]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3529.425187]  ? __do_fast_syscall_32+0x94/0xf0
[ 3529.425191]  ? __do_fast_syscall_32+0x94/0xf0
[ 3529.425194]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3529.425198]  ? __do_fast_syscall_32+0x94/0xf0
[ 3529.425203]  do_fast_syscall_32+0x2f/0x70
[ 3529.425207]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3529.425212] RIP: 0023:0xf7fb4579
[ 3529.425241] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3529.425246] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3529.425252] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b8aff010
[ 3529.425256] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3529.425260] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3529.425264] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3529.425268] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3529.425288]  </TASK>
[ 3529.425292] irq event stamp: 29380205
[ 3529.425296] hardirqs last  enabled at (29380213): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3529.425302] hardirqs last disabled at (29380220): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3529.425307] softirqs last  enabled at (29380030): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3529.425314] softirqs last disabled at (29380025): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3529.425318] ---[ end trace 0000000000000000 ]---
[ 3529.711766] ------------[ cut here ]------------
[ 3529.711777] WARNING: CPU: 15 PID: 10991 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3529.711788] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3529.711946]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3529.712050] CPU: 15 PID: 10991 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3529.712056] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3529.712061] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3529.712067] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3529.712072] RSP: 0018:ffffaacb98ad7718 EFLAGS: 00010246
[ 3529.712078] RAX: 0000000000000000 RBX: ffff9d53f2e15b10 RCX: 0000000000000000
[ 3529.712083] RDX: 0000000000000000 RSI: ffff9d53f2e15a90 RDI: ffffaacb98ad7740
[ 3529.712087] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3529.712090] R10: ffff9d53f2e15b10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3529.712094] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3529.712099] FS:  0000000000000000(0000) GS:ffff9d57d9e00000(0063) knlGS:00000000b33f7b40
[ 3529.712103] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3529.712108] CR2: 000036320934e024 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3529.712112] PKRU: 55555554
[ 3529.712116] Call Trace:
[ 3529.712120]  <TASK>
[ 3529.712160]  submit_one_bio+0xd4/0xe0
[ 3529.712171]  submit_extent_page+0x142/0x550
[ 3529.712195]  read_extent_buffer_pages+0x5c1/0x990
[ 3529.712208]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3529.712216]  ? folio_unlock+0x1d/0x50
[ 3529.712228]  btrfs_read_extent_buffer+0x98/0x150
[ 3529.712239]  read_tree_block+0x43/0xa0
[ 3529.712246]  read_block_for_search+0x218/0x320
[ 3529.712264]  btrfs_search_slot+0x351/0xd30
[ 3529.712284]  btrfs_lookup_csum+0x63/0x150
[ 3529.712297]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3529.712308]  ? btrfs_do_readpage+0x305/0x770
[ 3529.712321]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3529.712329]  submit_one_bio+0xc4/0xe0
[ 3529.712339]  btrfs_read_folio+0x79/0x90
[ 3529.712346]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3529.712352]  prepare_uptodate_page+0x8c/0x210
[ 3529.712359]  prepare_pages.constprop.0+0xa2/0x300
[ 3529.712374]  btrfs_buffered_write+0x2ca/0x940
[ 3529.712406]  btrfs_do_write_iter+0x384/0x5d0
[ 3529.712415]  ? lock_is_held_type+0xe8/0x140
[ 3529.712431]  vfs_write+0x269/0x4f0
[ 3529.712454]  ksys_write+0x64/0xe0
[ 3529.712465]  __do_fast_syscall_32+0x88/0xf0
[ 3529.712472]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3529.712481]  ? __do_fast_syscall_32+0x94/0xf0
[ 3529.712492]  do_fast_syscall_32+0x2f/0x70
[ 3529.712500]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3529.712509] RIP: 0023:0xf7fb4579
[ 3529.712534] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3529.712540] RSP: 002b:00000000b33f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3529.712547] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b4bfb010
[ 3529.712553] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3529.712558] RBP: 000000000000009e R08: 00000000b33f5ae0 R09: 0000000000000000
[ 3529.712563] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3529.712568] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3529.712592]  </TASK>
[ 3529.712597] irq event stamp: 29396095
[ 3529.712602] hardirqs last  enabled at (29396103): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3529.712611] hardirqs last disabled at (29396110): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3529.712617] softirqs last  enabled at (29392490): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3529.712625] softirqs last disabled at (29392485): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3529.712631] ---[ end trace 0000000000000000 ]---
[ 3530.009689] ------------[ cut here ]------------
[ 3530.009699] WARNING: CPU: 6 PID: 11951 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3530.009708] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3530.009845]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3530.009927] CPU: 6 PID: 11951 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3530.009933] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3530.009937] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3530.009943] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3530.009947] RSP: 0018:ffffaacb9a3b3670 EFLAGS: 00010246
[ 3530.009953] RAX: 0000000000000000 RBX: ffff9d4917f82210 RCX: 0000000000000000
[ 3530.009957] RDX: 0000000000000000 RSI: ffff9d4917f82190 RDI: ffffaacb9a3b3698
[ 3530.009961] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3530.009965] R10: ffff9d4917f82210 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3530.009969] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3530.009973] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0063) knlGS:00000000b2df1b40
[ 3530.009978] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3530.009982] CR2: 000037300177b000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3530.009987] PKRU: 55555554
[ 3530.009990] Call Trace:
[ 3530.009994]  <TASK>
[ 3530.010005]  submit_one_bio+0xd4/0xe0
[ 3530.010017]  submit_extent_page+0x142/0x550
[ 3530.010039]  read_extent_buffer_pages+0x5c1/0x990
[ 3530.010052]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3530.010060]  ? folio_unlock+0x1d/0x50
[ 3530.010070]  btrfs_read_extent_buffer+0x98/0x150
[ 3530.010081]  read_tree_block+0x43/0xa0
[ 3530.010088]  read_block_for_search+0x218/0x320
[ 3530.010105]  btrfs_search_slot+0x351/0xd30
[ 3530.010125]  btrfs_lookup_csum+0x63/0x150
[ 3530.010167]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3530.010177]  ? btrfs_do_readpage+0x305/0x770
[ 3530.010188]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3530.010195]  submit_one_bio+0xc4/0xe0
[ 3530.010204]  btrfs_read_folio+0x79/0x90
[ 3530.010210]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3530.010216]  prepare_uptodate_page+0x8c/0x210
[ 3530.010223]  prepare_pages.constprop.0+0xa2/0x300
[ 3530.010237]  btrfs_buffered_write+0x2ca/0x940
[ 3530.010261]  btrfs_do_write_iter+0x384/0x5d0
[ 3530.010267]  ? lock_is_held_type+0xe8/0x140
[ 3530.010281]  vfs_write+0x269/0x4f0
[ 3530.010295]  ksys_write+0x64/0xe0
[ 3530.010300]  __do_fast_syscall_32+0x88/0xf0
[ 3530.010305]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3530.010310]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010320]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010326]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3530.010332]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010337]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010342]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3530.010349]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010354]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010359]  ? __do_fast_syscall_32+0x94/0xf0
[ 3530.010368]  do_fast_syscall_32+0x2f/0x70
[ 3530.010375]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3530.010382] RIP: 0023:0xf7fb4579
[ 3530.010406] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3530.010411] RSP: 002b:00000000b2defae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3530.010417] RAX: ffffffffffffffda RBX: 00000000000000ae RCX: 00000000b8aff010
[ 3530.010420] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3530.010423] RBP: 00000000000000ae R08: 00000000b2defae0 R09: 0000000000000000
[ 3530.010427] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3530.010430] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3530.010447]  </TASK>
[ 3530.010451] irq event stamp: 11071231
[ 3530.010454] hardirqs last  enabled at (11071239): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3530.010462] hardirqs last disabled at (11071246): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3530.010466] softirqs last  enabled at (11067244): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3530.010470] softirqs last disabled at (11067239): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3530.010473] ---[ end trace 0000000000000000 ]---
[ 3531.573613] ------------[ cut here ]------------
[ 3531.573622] WARNING: CPU: 2 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3531.573630] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3531.573724]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3531.573795] CPU: 2 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3531.573799] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3531.573801] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3531.573805] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3531.573808] RSP: 0018:ffffaacb84d27888 EFLAGS: 00010246
[ 3531.573812] RAX: 0000000000000000 RBX: ffff9d491819c610 RCX: 0000000000000000
[ 3531.573814] RDX: 0000000000000000 RSI: ffff9d491819c590 RDI: ffffaacb84d278b0
[ 3531.573817] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3531.573819] R10: ffff9d491819c610 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3531.573821] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3531.573824] FS:  0000000000000000(0000) GS:ffff9d57d6a00000(0000) knlGS:0000000000000000
[ 3531.573826] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3531.573829] CR2: 00000000b5cf9000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3531.573831] PKRU: 55555554
[ 3531.573834] Call Trace:
[ 3531.573836]  <TASK>
[ 3531.573844]  submit_one_bio+0xd4/0xe0
[ 3531.573851]  submit_extent_page+0x142/0x550
[ 3531.573865]  read_extent_buffer_pages+0x5c1/0x990
[ 3531.573873]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3531.573878]  ? folio_unlock+0x1d/0x50
[ 3531.573884]  btrfs_read_extent_buffer+0x98/0x150
[ 3531.573891]  read_tree_block+0x43/0xa0
[ 3531.573895]  read_block_for_search+0x218/0x320
[ 3531.573906]  btrfs_search_slot+0x351/0xd30
[ 3531.573918]  btrfs_insert_empty_items+0x31/0x70
[ 3531.573923]  alloc_reserved_file_extent+0xbc/0x240
[ 3531.573933]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3531.573949]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3531.573956]  btrfs_commit_transaction+0x93/0xed0
[ 3531.573968]  transaction_kthread+0x142/0x1b0
[ 3531.573974]  ? __pfx_transaction_kthread+0x10/0x10
[ 3531.573977]  kthread+0xf5/0x120
[ 3531.573981]  ? __pfx_kthread+0x10/0x10
[ 3531.573986]  ret_from_fork+0x2c/0x50
[ 3531.573998]  </TASK>
[ 3531.574000] irq event stamp: 24142509
[ 3531.574003] hardirqs last  enabled at (24142517): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3531.574007] hardirqs last disabled at (24142524): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3531.574010] softirqs last  enabled at (24139322): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3531.574014] softirqs last disabled at (24139307): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3531.574016] ---[ end trace 0000000000000000 ]---
[ 3539.301862] ------------[ cut here ]------------
[ 3539.301879] WARNING: CPU: 13 PID: 11917 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3539.301892] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3539.301997]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3539.302056] CPU: 13 PID: 11917 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3539.302060] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3539.302063] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3539.302066] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3539.302069] RSP: 0018:ffffaacb9a3cb6c8 EFLAGS: 00010246
[ 3539.302073] RAX: 0000000000000000 RBX: ffff9d499ea02750 RCX: 0000000000000000
[ 3539.302075] RDX: 0000000000000000 RSI: ffff9d499ea026d0 RDI: ffffaacb9a3cb6f0
[ 3539.302078] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3539.302080] R10: ffff9d499ea02750 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3539.302082] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3539.302085] FS:  0000000000000000(0000) GS:ffff9d57d9600000(0063) knlGS:00000000b3ff9b40
[ 3539.302087] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3539.302090] CR2: 000008fa000541f4 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3539.302092] PKRU: 55555554
[ 3539.302094] Call Trace:
[ 3539.302097]  <TASK>
[ 3539.302104]  submit_one_bio+0xd4/0xe0
[ 3539.302112]  submit_extent_page+0x142/0x550
[ 3539.302125]  read_extent_buffer_pages+0x5c1/0x990
[ 3539.302168]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3539.302175]  ? folio_unlock+0x1d/0x50
[ 3539.302185]  btrfs_read_extent_buffer+0x98/0x150
[ 3539.302195]  read_tree_block+0x43/0xa0
[ 3539.302201]  read_block_for_search+0x218/0x320
[ 3539.302220]  btrfs_search_slot+0x351/0xd30
[ 3539.302240]  btrfs_lookup_csum+0x63/0x150
[ 3539.302254]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3539.302265]  ? btrfs_do_readpage+0x305/0x770
[ 3539.302278]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3539.302286]  submit_one_bio+0xc4/0xe0
[ 3539.302296]  btrfs_read_folio+0x79/0x90
[ 3539.302303]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3539.302309]  prepare_uptodate_page+0x8c/0x210
[ 3539.302317]  prepare_pages.constprop.0+0xa2/0x300
[ 3539.302331]  btrfs_buffered_write+0x2ca/0x940
[ 3539.302357]  btrfs_do_write_iter+0x384/0x5d0
[ 3539.302365]  ? lock_is_held_type+0xe8/0x140
[ 3539.302378]  vfs_write+0x269/0x4f0
[ 3539.302395]  ksys_write+0x64/0xe0
[ 3539.302403]  __do_fast_syscall_32+0x88/0xf0
[ 3539.302408]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3539.302413]  ? __do_fast_syscall_32+0x94/0xf0
[ 3539.302418]  ? __do_fast_syscall_32+0x94/0xf0
[ 3539.302423]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3539.302428]  ? __do_fast_syscall_32+0x94/0xf0
[ 3539.302433]  ? __do_fast_syscall_32+0x94/0xf0
[ 3539.302437]  ? __do_fast_syscall_32+0x94/0xf0
[ 3539.302444]  do_fast_syscall_32+0x2f/0x70
[ 3539.302449]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3539.302455] RIP: 0023:0xf7fb4579
[ 3539.302480] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3539.302483] RSP: 002b:00000000b3ff7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3539.302488] RAX: ffffffffffffffda RBX: 00000000000000a4 RCX: 00000000b4bfb010
[ 3539.302492] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3539.302495] RBP: 00000000000000a4 R08: 00000000b3ff7ae0 R09: 0000000000000000
[ 3539.302498] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3539.302501] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3539.302517]  </TASK>
[ 3539.302520] irq event stamp: 2638041
[ 3539.302523] hardirqs last  enabled at (2638049): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3539.302528] hardirqs last disabled at (2638056): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3539.302532] softirqs last  enabled at (2627446): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3539.302537] softirqs last disabled at (2627441): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3539.302541] ---[ end trace 0000000000000000 ]---
[ 3543.363622] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3543.363666] [drm] PSP is resuming...
[ 3543.439872] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3543.540941] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3543.554780] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3543.554791] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3543.554799] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3543.554803] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3543.554861] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3543.609548] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3543.610962] [drm] DMUB hardware initialized: version=0x02020017
[ 3543.651524] [drm] kiq ring mec 2 pipe 1 q 0
[ 3543.657058] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3543.657224] [drm] JPEG decode initialized successfully.
[ 3543.657257] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3543.657262] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3543.657267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3543.657271] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3543.657289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3543.657294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3543.657297] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3543.657302] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3543.657306] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3543.657311] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3543.657314] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3543.657318] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3543.657322] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3543.657327] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3543.657331] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3543.657347] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3543.661234] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3543.852837] ------------[ cut here ]------------
[ 3543.852869] WARNING: CPU: 10 PID: 10853 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3543.852878] Modules linked in: st uinput
[ 3543.852883] ------------[ cut here ]------------
[ 3543.852883]  rfcomm
[ 3543.852894] WARNING: CPU: 7 PID: 10862 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3543.852906] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6
[ 3543.852943]  snd_seq_dummy
[ 3543.852945]  nft_reject
[ 3543.852948]  snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set
[ 3543.852977]  nft_ct
[ 3543.852979]  nf_tables
[ 3543.852982]  nft_chain_nat nf_nat nf_conntrack
[ 3543.852987]  nfnetlink snd_hda_codec_realtek snd_hda_codec_generic
[ 3543.852992]  nf_defrag_ipv6
[ 3543.852992]  snd_hda_codec_hdmi
[ 3543.852994]  nf_defrag_ipv4 ip_set nf_tables nfnetlink
[ 3543.853000]  qrtr bnep
[ 3543.853004]  snd_hda_codec_realtek
[ 3543.853006]  sunrpc
[ 3543.853008]  snd_hda_codec_generic
[ 3543.853011]  snd_sof_amd_rembrandt
[ 3543.853013]  snd_hda_codec_hdmi
[ 3543.853016]  snd_sof_amd_renoir
[ 3543.853018]  qrtr bnep sunrpc
[ 3543.853024]  snd_sof_amd_acp
[ 3543.853026]  snd_sof_amd_rembrandt
[ 3543.853028]  snd_sof_pci
[ 3543.853030]  snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci
[ 3543.853035]  snd_sof_xtensa_dsp mt7921e snd_sof
[ 3543.853040]  snd_sof_xtensa_dsp
[ 3543.853040]  mt7921_common
[ 3543.853042]  mt7921e snd_sof
[ 3543.853047]  intel_rapl_msr
[ 3543.853049]  mt7921_common
[ 3543.853052]  mt76_connac_lib
[ 3543.853054]  intel_rapl_msr
[ 3543.853057]  snd_hda_intel
[ 3543.853060]  mt76_connac_lib
[ 3543.853062]  intel_rapl_common snd_sof_utils snd_intel_dspcfg
[ 3543.853066]  snd_hda_intel intel_rapl_common snd_sof_utils
[ 3543.853071]  binfmt_misc
[ 3543.853072]  snd_intel_dspcfg
[ 3543.853074]  snd_intel_sdw_acpi mt76
[ 3543.853078]  binfmt_misc
[ 3543.853080]  snd_hda_codec
[ 3543.853082]  snd_intel_sdw_acpi
[ 3543.853084]  btusb
[ 3543.853087]  mt76
[ 3543.853090]  btrtl
[ 3543.853092]  snd_hda_codec
[ 3543.853095]  edac_mce_amd
[ 3543.853097]  btusb
[ 3543.853100]  snd_soc_core
[ 3543.853102]  btrtl edac_mce_amd
[ 3543.853107]  snd_hda_core
[ 3543.853108]  snd_soc_core snd_hda_core
[ 3543.853113]  btbcm kvm_amd snd_hwdep vfat
[ 3543.853119]  btbcm
[ 3543.853119]  snd_compress btintel
[ 3543.853123]  kvm_amd
[ 3543.853180]  ac97_bus mac80211 fat snd_pcm_dmaengine btmtk
[ 3543.853188]  snd_hwdep vfat
[ 3543.853194]  snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4
[ 3543.853199]  snd_compress btintel ac97_bus
[ 3543.853204]  snd_seq_device snd_pci_acp6x
[ 3543.853207]  mac80211
[ 3543.853209]  bluetooth
[ 3543.853211]  fat
[ 3543.853215]  irqbypass
[ 3543.853216]  snd_pcm_dmaengine btmtk snd_seq
[ 3543.853222]  snd_pcm snd_pci_acp5x rapl asus_nb_wmi
[ 3543.853225]  snd_pci_ps snd_rpl_pci_acp6x kvm
[ 3543.853231]  wmi_bmof pcspkr cfg80211
[ 3543.853235]  libarc4 snd_seq_device snd_pci_acp6x
[ 3543.853241]  snd_rn_pci_acp3x k10temp snd_timer
[ 3543.853245]  bluetooth
[ 3543.853248]  snd_acp_config i2c_piix4 snd
[ 3543.853252]  irqbypass
[ 3543.853255]  snd_soc_acpi
[ 3543.853257]  snd_pcm
[ 3543.853260]  snd_pci_acp3x
[ 3543.853262]  snd_pci_acp5x
[ 3543.853265]  soundcore
[ 3543.853267]  rapl
[ 3543.853270]  acpi_cpufreq amd_pmc
[ 3543.853274]  asus_nb_wmi
[ 3543.853276]  asus_wireless joydev zram amdgpu
[ 3543.853281]  wmi_bmof
[ 3543.853284]  drm_ttm_helper
[ 3543.853285]  pcspkr cfg80211 snd_rn_pci_acp3x
[ 3543.853290]  ttm crct10dif_pclmul
[ 3543.853292]  k10temp
[ 3543.853295]  crc32_pclmul
[ 3543.853296]  snd_timer
[ 3543.853299]  hid_asus
[ 3543.853300]  snd_acp_config i2c_piix4 snd
[ 3543.853306]  crc32c_intel asus_wmi iommu_v2
[ 3543.853309]  snd_soc_acpi
[ 3543.853310]  polyval_clmulni
[ 3543.853311]  snd_pci_acp3x
[ 3543.853313]  ledtrig_audio
[ 3543.853315]  soundcore
[ 3543.853318]  sparse_keymap
[ 3543.853319]  acpi_cpufreq
[ 3543.853322]  polyval_generic
[ 3543.853324]  amd_pmc asus_wireless joydev zram
[ 3543.853332]  drm_buddy platform_profile
[ 3543.853334]  amdgpu
[ 3543.853337]  hid_multitouch
[ 3543.853339]  drm_ttm_helper
[ 3543.853342]  gpu_sched
[ 3543.853344]  ttm
[ 3543.853347]  rfkill
[ 3543.853349]  crct10dif_pclmul
[ 3543.853352]  nvme
[ 3543.853354]  crc32_pclmul
[ 3543.853358]  ghash_clmulni_intel
[ 3543.853359]  hid_asus
[ 3543.853363]  ucsi_acpi
[ 3543.853365]  crc32c_intel
[ 3543.853368]  drm_display_helper
[ 3543.853370]  asus_wmi
[ 3543.853373]  nvme_core
[ 3543.853375]  iommu_v2 polyval_clmulni ledtrig_audio
[ 3543.853380]  sha512_ssse3 ccp
[ 3543.853382]  sparse_keymap
[ 3543.853385]  typec_ucsi
[ 3543.853387]  polyval_generic
[ 3543.853390]  serio_raw
[ 3543.853392]  drm_buddy
[ 3543.853395]  r8169
[ 3543.853397]  platform_profile hid_multitouch
[ 3543.853402]  cec
[ 3543.853403]  gpu_sched
[ 3543.853407]  sp5100_tco
[ 3543.853409]  rfkill
[ 3543.853412]  typec
[ 3543.853414]  nvme
[ 3543.853418]  nvme_common
[ 3543.853419]  ghash_clmulni_intel
[ 3543.853423]  i2c_hid_acpi
[ 3543.853425]  ucsi_acpi
[ 3543.853428]  i2c_hid
[ 3543.853430]  drm_display_helper
[ 3543.853433]  video
[ 3543.853435]  nvme_core
[ 3543.853439]  wmi
[ 3543.853440]  sha512_ssse3
[ 3543.853444]  ip6_tables
[ 3543.853445]  ccp
[ 3543.853449]  ip_tables
[ 3543.853450]  typec_ucsi serio_raw
[ 3543.853456]  fuse
[ 3543.853457]  r8169

[ 3543.853462]  cec sp5100_tco typec
[ 3543.853467] CPU: 10 PID: 10853 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3543.853472] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3543.853474] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3543.853477]  nvme_common i2c_hid_acpi i2c_hid
[ 3543.853482] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3543.853484]  video wmi
[ 3543.853489] RSP: 0018:ffffaacb9802f718 EFLAGS: 00010246
[ 3543.853493] RAX: 0000000000000000 RBX: ffff9d553e798d10 RCX: 0000000000000000
[ 3543.853495] RDX: 0000000000000000 RSI: ffff9d553e798c90 RDI: ffffaacb9802f740
[ 3543.853497] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3543.853499] R10: ffff9d553e798d10 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3543.853501] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3543.853503] FS:  0000000000000000(0000) GS:ffff9d57d8a00000(0063) knlGS:00000000b4efdb40
[ 3543.853506] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3543.853508] CR2: 00007f6ccfccf000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3543.853510] PKRU: 55555554
[ 3543.853512] Call Trace:
[ 3543.853513]  ip6_tables ip_tables
[ 3543.853518]  <TASK>
[ 3543.853523]  fuse
[ 3543.853530]  submit_one_bio+0xd4/0xe0
[ 3543.853530] CPU: 7 PID: 10862 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3543.853539] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3543.853540]  submit_extent_page+0x142/0x550
[ 3543.853546] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3543.853552] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3543.853558] RSP: 0018:ffffaacb980af6d0 EFLAGS: 00010246
[ 3543.853566] RAX: 0000000000000000 RBX: ffff9d55ba5e8610 RCX: 0000000000000000
[ 3543.853569]  read_extent_buffer_pages+0x5c1/0x990
[ 3543.853571] RDX: 0000000000000000 RSI: ffff9d55ba5e8590 RDI: ffffaacb980af6f8
[ 3543.853573] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3543.853579] R10: ffff9d55ba5e8610 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3543.853584] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3543.853589]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3543.853588] FS:  0000000000000000(0000) GS:ffff9d57d7e00000(0063) knlGS:00000000b40fab40
[ 3543.853591] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3543.853593] CR2: 00007f6ccfcef000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3543.853601] PKRU: 55555554
[ 3543.853602]  ? folio_unlock+0x1d/0x50
[ 3543.853606] Call Trace:
[ 3543.853608]  <TASK>
[ 3543.853617]  btrfs_read_extent_buffer+0x98/0x150
[ 3543.853617]  submit_one_bio+0xd4/0xe0
[ 3543.853631]  read_tree_block+0x43/0xa0
[ 3543.853631]  submit_extent_page+0x142/0x550
[ 3543.853644]  read_block_for_search+0x218/0x320
[ 3543.853657]  read_extent_buffer_pages+0x5c1/0x990
[ 3543.853669]  btrfs_search_slot+0x351/0xd30
[ 3543.853675]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3543.853687]  ? folio_unlock+0x1d/0x50
[ 3543.853696]  btrfs_lookup_csum+0x63/0x150
[ 3543.853700]  btrfs_read_extent_buffer+0x98/0x150
[ 3543.853715]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3543.853715]  read_tree_block+0x43/0xa0
[ 3543.853726]  read_block_for_search+0x218/0x320
[ 3543.853729]  ? btrfs_do_readpage+0x305/0x770
[ 3543.853747]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3543.853750]  btrfs_search_slot+0x351/0xd30
[ 3543.853759]  submit_one_bio+0xc4/0xe0
[ 3543.853772]  btrfs_read_folio+0x79/0x90
[ 3543.853776]  btrfs_lookup_csum+0x63/0x150
[ 3543.853782]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3543.853790]  prepare_uptodate_page+0x8c/0x210
[ 3543.853794]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3543.853800]  prepare_pages.constprop.0+0x134/0x300
[ 3543.853814]  ? btrfs_do_readpage+0x305/0x770
[ 3543.853817]  btrfs_buffered_write+0x2ca/0x940
[ 3543.853835]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3543.853844]  submit_one_bio+0xc4/0xe0
[ 3543.853850]  btrfs_do_write_iter+0x384/0x5d0
[ 3543.853857]  btrfs_read_folio+0x79/0x90
[ 3543.853860]  ? lock_is_held_type+0xe8/0x140
[ 3543.853867]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3543.853872]  prepare_uptodate_page+0x8c/0x210
[ 3543.853882]  prepare_pages.constprop.0+0x134/0x300
[ 3543.853883]  vfs_write+0x269/0x4f0
[ 3543.853905]  ksys_write+0x64/0xe0
[ 3543.853904]  btrfs_buffered_write+0x2ca/0x940
[ 3543.853918]  __do_fast_syscall_32+0x88/0xf0
[ 3543.853926]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3543.853935]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.853937]  btrfs_do_write_iter+0x384/0x5d0
[ 3543.853942]  ? lock_is_held_type+0xe8/0x140
[ 3543.853945]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.853957]  do_fast_syscall_32+0x2f/0x70
[ 3543.853958]  vfs_write+0x269/0x4f0
[ 3543.853965]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3543.853984]  ksys_write+0x64/0xe0
[ 3543.853973] RIP: 0023:0xf7fb4579
[ 3543.853995]  __do_fast_syscall_32+0x88/0xf0
[ 3543.853999] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3543.854002]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.854007] RSP: 002b:00000000b4efbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3543.854012] RAX: ffffffffffffffda RBX: 000000000000009c RCX: 00000000b37fc010
[ 3543.854014] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3543.854017] RBP: 000000000000009c R08: 00000000b4efbae0 R09: 0000000000000000
[ 3543.854019] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3543.854021] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3543.854028]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.854036]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3543.854043]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.854048]  </TASK>
[ 3543.854050] irq event stamp: 2965947
[ 3543.854052] hardirqs last  enabled at (2965953): [<ffffffff851acf4c>] vprintk_emit+0x34c/0x360
[ 3543.854054]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3543.854060] hardirqs last disabled at (2965958): [<ffffffff851aac59>] console_emit_next_record.constprop.0+0x2d9/0x370
[ 3543.854064] softirqs last  enabled at (2964958): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3543.854071] softirqs last disabled at (2964953): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3543.854071]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.854076] ---[ end trace 0000000000000000 ]---
[ 3543.854078]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.854086]  do_fast_syscall_32+0x2f/0x70
[ 3543.854095]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3543.854103] RIP: 0023:0xf7fb4579
[ 3543.854115] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3543.854121] RSP: 002b:00000000b40f8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3543.854144] RAX: ffffffffffffffda RBX: 000000000000009b RCX: 00000000b37fc010
[ 3543.854150] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3543.854156] RBP: 000000000000009b R08: 00000000b40f8ae0 R09: 0000000000000000
[ 3543.854161] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3543.854166] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3543.854194]  </TASK>
[ 3543.854198] irq event stamp: 2665959
[ 3543.854203] hardirqs last  enabled at (2665967): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3543.854211] hardirqs last disabled at (2665974): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3543.854218] softirqs last  enabled at (2664826): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3543.854224] softirqs last disabled at (2664817): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3543.854230] ---[ end trace 0000000000000000 ]---
[ 3543.873351] ------------[ cut here ]------------
[ 3543.873362] WARNING: CPU: 0 PID: 10862 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3543.873377] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3543.873524]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3543.873584] CPU: 0 PID: 10862 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3543.873588] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3543.873591] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3543.873594] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3543.873597] RSP: 0018:ffffaacb980af6a8 EFLAGS: 00010246
[ 3543.873601] RAX: 0000000000000000 RBX: ffff9d50d9442750 RCX: 0000000000000000
[ 3543.873604] RDX: 0000000000000000 RSI: ffff9d50d94426d0 RDI: ffffaacb980af6d0
[ 3543.873607] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3543.873609] R10: ffff9d50d9442750 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3543.873611] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3543.873613] FS:  0000000000000000(0000) GS:ffff9d57d6200000(0063) knlGS:00000000b40fab40
[ 3543.873616] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3543.873619] CR2: 00002fe004eaf000 CR3: 000000019a4da000 CR4: 0000000000750ef0
[ 3543.873622] PKRU: 55555554
[ 3543.873626] Call Trace:
[ 3543.873632]  <TASK>
[ 3543.873644]  submit_one_bio+0xd4/0xe0
[ 3543.873655]  submit_extent_page+0x142/0x550
[ 3543.873680]  read_extent_buffer_pages+0x5c1/0x990
[ 3543.873692]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3543.873697]  ? folio_unlock+0x1d/0x50
[ 3543.873706]  btrfs_read_extent_buffer+0x98/0x150
[ 3543.873712]  read_tree_block+0x43/0xa0
[ 3543.873716]  read_block_for_search+0x218/0x320
[ 3543.873726]  btrfs_search_slot+0x351/0xd30
[ 3543.873738]  btrfs_lookup_csum+0x63/0x150
[ 3543.873745]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3543.873752]  ? btrfs_do_readpage+0x305/0x770
[ 3543.873759]  btrfs_submit_data_read_bio+0x4e/0x90
[ 3543.873764]  submit_one_bio+0xc4/0xe0
[ 3543.873770]  btrfs_read_folio+0x79/0x90
[ 3543.873774]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3543.873777]  prepare_uptodate_page+0x8c/0x210
[ 3543.873782]  prepare_pages.constprop.0+0xa2/0x300
[ 3543.873790]  btrfs_buffered_write+0x2ca/0x940
[ 3543.873804]  btrfs_do_write_iter+0x384/0x5d0
[ 3543.873809]  ? lock_is_held_type+0xe8/0x140
[ 3543.873817]  vfs_write+0x269/0x4f0
[ 3543.873828]  ksys_write+0x64/0xe0
[ 3543.873833]  __do_fast_syscall_32+0x88/0xf0
[ 3543.873838]  ? lock_is_held_type+0xe8/0x140
[ 3543.873844]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.873848]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3543.873851]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.873855]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.873858]  ? __do_fast_syscall_32+0x94/0xf0
[ 3543.873863]  do_fast_syscall_32+0x2f/0x70
[ 3543.873867]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3543.873872] RIP: 0023:0xf7fb4579
[ 3543.873901] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3543.873904] RSP: 002b:00000000b40f8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 3543.873908] RAX: ffffffffffffffda RBX: 000000000000009b RCX: 00000000b21e6010
[ 3543.873910] RDX: 0000000000100000 RSI: 00000000f7d73ff4 RDI: 0000000000000000
[ 3543.873912] RBP: 000000000000009b R08: 00000000b40f8ae0 R09: 0000000000000000
[ 3543.873914] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 3543.873916] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3543.873927]  </TASK>
[ 3543.873930] irq event stamp: 2675015
[ 3543.873932] hardirqs last  enabled at (2675023): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3543.873937] hardirqs last disabled at (2675030): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3543.873940] softirqs last  enabled at (2672324): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3543.873944] softirqs last disabled at (2672293): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3543.873947] ---[ end trace 0000000000000000 ]---
[ 3561.791365] ------------[ cut here ]------------
[ 3561.791374] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3561.791381] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3561.791476]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3561.791537] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3561.791541] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3561.791544] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3561.791548] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3561.791550] RSP: 0018:ffffaacb84d27780 EFLAGS: 00010246
[ 3561.791554] RAX: 0000000000000000 RBX: ffff9d51b3f2ead0 RCX: 0000000000000000
[ 3561.791557] RDX: 0000000000000000 RSI: ffff9d51b3f2ea50 RDI: ffffaacb84d277a8
[ 3561.791559] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3561.791562] R10: ffff9d51b3f2ead0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3561.791564] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3561.791567] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3561.791569] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3561.791572] CR2: 0000023500fd6040 CR3: 0000000315220000 CR4: 0000000000750ee0
[ 3561.791574] PKRU: 55555554
[ 3561.791577] Call Trace:
[ 3561.791580]  <TASK>
[ 3561.791587]  submit_one_bio+0xd4/0xe0
[ 3561.791594]  submit_extent_page+0x142/0x550
[ 3561.791608]  read_extent_buffer_pages+0x5c1/0x990
[ 3561.791616]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3561.791621]  ? folio_unlock+0x1d/0x50
[ 3561.791628]  btrfs_read_extent_buffer+0x98/0x150
[ 3561.791634]  read_tree_block+0x43/0xa0
[ 3561.791638]  read_block_for_search+0x218/0x320
[ 3561.791649]  btrfs_search_slot+0x351/0xd30
[ 3561.791657]  ? _raw_read_unlock+0x29/0x50
[ 3561.791665]  lookup_inline_extent_backref+0x15c/0x6e0
[ 3561.791671]  ? lock_is_held_type+0xe8/0x140
[ 3561.791680]  lookup_extent_backref+0x41/0xd0
[ 3561.791688]  __btrfs_free_extent+0xfb/0x7c0
[ 3561.791694]  ? sched_clock_cpu+0x20/0xc0
[ 3561.791703]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3561.791719]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3561.791727]  btrfs_commit_transaction+0x93/0xed0
[ 3561.791739]  transaction_kthread+0x142/0x1b0
[ 3561.791745]  ? __pfx_transaction_kthread+0x10/0x10
[ 3561.791748]  kthread+0xf5/0x120
[ 3561.791752]  ? __pfx_kthread+0x10/0x10
[ 3561.791757]  ret_from_fork+0x2c/0x50
[ 3561.791769]  </TASK>
[ 3561.791771] irq event stamp: 24292085
[ 3561.791773] hardirqs last  enabled at (24292093): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3561.791778] hardirqs last disabled at (24292100): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3561.791781] softirqs last  enabled at (24290596): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3561.791785] softirqs last disabled at (24290591): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3561.791788] ---[ end trace 0000000000000000 ]---
[ 3573.379595] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3573.379635] [drm] PSP is resuming...
[ 3573.455608] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3573.557283] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3573.571113] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3573.571126] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3573.571213] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3573.571220] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3573.571281] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3573.626092] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3573.627499] [drm] DMUB hardware initialized: version=0x02020017
[ 3573.665466] [drm] kiq ring mec 2 pipe 1 q 0
[ 3573.670975] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3573.671141] [drm] JPEG decode initialized successfully.
[ 3573.671166] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3573.671170] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3573.671172] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3573.671175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3573.671177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3573.671179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3573.671181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3573.671184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3573.671188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3573.671193] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3573.671197] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3573.671202] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3573.671206] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3573.671211] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3573.671215] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3573.671220] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3573.675122] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3594.088921] ------------[ cut here ]------------
[ 3594.088930] WARNING: CPU: 4 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3594.088937] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3594.089036]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3594.089100] CPU: 4 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3594.089104] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3594.089107] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3594.089110] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3594.089113] RSP: 0018:ffffaacb84d27838 EFLAGS: 00010246
[ 3594.089117] RAX: 0000000000000000 RBX: ffff9d49bdb3e590 RCX: 0000000000000000
[ 3594.089120] RDX: 0000000000000000 RSI: ffff9d49bdb3e510 RDI: ffffaacb84d27860
[ 3594.089122] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3594.089125] R10: ffff9d49bdb3e590 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3594.089298] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3594.089301] FS:  0000000000000000(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 3594.089304] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3594.089307] CR2: 0000019591e03000 CR3: 0000000315292000 CR4: 0000000000750ee0
[ 3594.089310] PKRU: 55555554
[ 3594.089312] Call Trace:
[ 3594.089315]  <TASK>
[ 3594.089323]  submit_one_bio+0xd4/0xe0
[ 3594.089331]  submit_extent_page+0x142/0x550
[ 3594.089346]  read_extent_buffer_pages+0x5c1/0x990
[ 3594.089354]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3594.089360]  ? folio_unlock+0x1d/0x50
[ 3594.089367]  btrfs_read_extent_buffer+0x98/0x150
[ 3594.089374]  read_tree_block+0x43/0xa0
[ 3594.089378]  read_block_for_search+0x218/0x320
[ 3594.089390]  btrfs_search_slot+0x351/0xd30
[ 3594.089402]  search_free_space_info+0x90/0xe0
[ 3594.089410]  remove_from_free_space_tree+0xea/0x420
[ 3594.089415]  ? alloc_reserved_file_extent+0x1c4/0x240
[ 3594.089423]  alloc_reserved_extent+0x1f/0x110
[ 3594.089428]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3594.089446]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3594.089453]  btrfs_commit_transaction+0x93/0xed0
[ 3594.089466]  transaction_kthread+0x142/0x1b0
[ 3594.089472]  ? __pfx_transaction_kthread+0x10/0x10
[ 3594.089475]  kthread+0xf5/0x120
[ 3594.089479]  ? __pfx_kthread+0x10/0x10
[ 3594.089484]  ret_from_fork+0x2c/0x50
[ 3594.089531]  </TASK>
[ 3594.089536] irq event stamp: 24436313
[ 3594.089540] hardirqs last  enabled at (24436321): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3594.089547] hardirqs last disabled at (24436328): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3594.089552] softirqs last  enabled at (24436304): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3594.089559] softirqs last disabled at (24436217): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3594.089563] ---[ end trace 0000000000000000 ]---
[ 3594.094560] ------------[ cut here ]------------
[ 3594.094566] WARNING: CPU: 5 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3594.094571] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3594.094659]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3594.094717] CPU: 5 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3594.094721] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3594.094723] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3594.094726] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3594.094729] RSP: 0018:ffffaacb84d27888 EFLAGS: 00010246
[ 3594.094733] RAX: 0000000000000000 RBX: ffff9d4c42289950 RCX: 0000000000000000
[ 3594.094735] RDX: 0000000000000000 RSI: ffff9d4c422898d0 RDI: ffffaacb84d278b0
[ 3594.094738] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3594.094740] R10: ffff9d4c42289950 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3594.094742] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3594.094745] FS:  0000000000000000(0000) GS:ffff9d57d7600000(0000) knlGS:0000000000000000
[ 3594.094747] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3594.094750] CR2: 00000000b5cf9000 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3594.094752] PKRU: 55555554
[ 3594.094754] Call Trace:
[ 3594.094757]  <TASK>
[ 3594.094763]  submit_one_bio+0xd4/0xe0
[ 3594.094770]  submit_extent_page+0x142/0x550
[ 3594.094784]  read_extent_buffer_pages+0x5c1/0x990
[ 3594.094792]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3594.094796]  ? folio_unlock+0x1d/0x50
[ 3594.094803]  btrfs_read_extent_buffer+0x98/0x150
[ 3594.094809]  read_tree_block+0x43/0xa0
[ 3594.094813]  read_block_for_search+0x218/0x320
[ 3594.094824]  btrfs_search_slot+0x351/0xd30
[ 3594.094835]  btrfs_insert_empty_items+0x31/0x70
[ 3594.094840]  alloc_reserved_file_extent+0xbc/0x240
[ 3594.094850]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 3594.094866]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3594.094874]  btrfs_commit_transaction+0x93/0xed0
[ 3594.094885]  transaction_kthread+0x142/0x1b0
[ 3594.094891]  ? __pfx_transaction_kthread+0x10/0x10
[ 3594.094894]  kthread+0xf5/0x120
[ 3594.094897]  ? __pfx_kthread+0x10/0x10
[ 3594.094902]  ret_from_fork+0x2c/0x50
[ 3594.094919]  </TASK>
[ 3594.094923] irq event stamp: 24441395
[ 3594.094927] hardirqs last  enabled at (24441403): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3594.094932] hardirqs last disabled at (24441410): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3594.094937] softirqs last  enabled at (24439126): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3594.094942] softirqs last disabled at (24439121): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3594.094947] ---[ end trace 0000000000000000 ]---
[ 3594.187487] ------------[ cut here ]------------
[ 3594.187496] WARNING: CPU: 6 PID: 628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3594.187503] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3594.187597]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3594.187660] CPU: 6 PID: 628 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3594.187663] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3594.187666] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3594.187670] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3594.187673] RSP: 0018:ffffaacb84d279a8 EFLAGS: 00010246
[ 3594.187677] RAX: 0000000000000000 RBX: ffff9d51b3f2e3d0 RCX: 0000000000000000
[ 3594.187679] RDX: 0000000000000000 RSI: ffff9d51b3f2e350 RDI: ffffaacb84d279d0
[ 3594.187682] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3594.187684] R10: ffff9d51b3f2e3d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3594.187686] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3594.187689] FS:  0000000000000000(0000) GS:ffff9d57d7a00000(0000) knlGS:0000000000000000
[ 3594.187692] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3594.187694] CR2: 00007f9e72d80008 CR3: 00000008f2428000 CR4: 0000000000750ee0
[ 3594.187697] PKRU: 55555554
[ 3594.187699] Call Trace:
[ 3594.187702]  <TASK>
[ 3594.187710]  submit_one_bio+0xd4/0xe0
[ 3594.187717]  submit_extent_page+0x142/0x550
[ 3594.187731]  read_extent_buffer_pages+0x5c1/0x990
[ 3594.187738]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3594.187743]  ? folio_unlock+0x1d/0x50
[ 3594.187751]  btrfs_read_extent_buffer+0x98/0x150
[ 3594.187757]  read_tree_block+0x43/0xa0
[ 3594.187761]  read_block_for_search+0x218/0x320
[ 3594.187772]  btrfs_search_slot+0x351/0xd30
[ 3594.187783]  update_block_group_item+0xbe/0x190
[ 3594.187794]  btrfs_start_dirty_block_groups+0x20e/0x520
[ 3594.187803]  btrfs_commit_transaction+0xe0/0xed0
[ 3594.187815]  transaction_kthread+0x142/0x1b0
[ 3594.187821]  ? __pfx_transaction_kthread+0x10/0x10
[ 3594.187824]  kthread+0xf5/0x120
[ 3594.187828]  ? __pfx_kthread+0x10/0x10
[ 3594.187833]  ret_from_fork+0x2c/0x50
[ 3594.187845]  </TASK>
[ 3594.187848] irq event stamp: 24527887
[ 3594.187850] hardirqs last  enabled at (24527895): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3594.187854] hardirqs last disabled at (24527902): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3594.187857] softirqs last  enabled at (24526520): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3594.187861] softirqs last disabled at (24526513): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3594.187864] ---[ end trace 0000000000000000 ]---
[ 3603.419597] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3603.419638] [drm] PSP is resuming...
[ 3603.495500] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3603.595730] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3603.611869] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3603.611883] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3603.611892] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3603.611898] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3603.611953] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3603.666710] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3603.668091] [drm] DMUB hardware initialized: version=0x02020017
[ 3603.706172] [drm] kiq ring mec 2 pipe 1 q 0
[ 3603.711465] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3603.711658] [drm] JPEG decode initialized successfully.
[ 3603.711683] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3603.711686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3603.711689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3603.711691] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3603.711693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3603.711695] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3603.711697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3603.711699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3603.711701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3603.711703] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3603.711705] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3603.711707] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3603.711709] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3603.711712] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3603.711714] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3603.711716] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3603.720225] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3633.363524] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3633.363557] [drm] PSP is resuming...
[ 3633.440169] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3633.541495] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3633.555278] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3633.555290] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3633.555297] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3633.555301] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3633.555356] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3633.609961] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3633.611374] [drm] DMUB hardware initialized: version=0x02020017
[ 3633.649691] [drm] kiq ring mec 2 pipe 1 q 0
[ 3633.654413] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3633.654626] [drm] JPEG decode initialized successfully.
[ 3633.654657] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3633.654664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3633.654669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3633.654674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3633.654679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3633.654684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3633.654689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3633.654693] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3633.654698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3633.654703] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3633.654708] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3633.654713] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3633.654718] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3633.654723] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3633.654728] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3633.654733] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3633.658917] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3644.470885] ------------[ cut here ]------------
[ 3644.470897] WARNING: CPU: 8 PID: 99 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3644.470907] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3644.471038]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3644.471180] CPU: 8 PID: 99 Comm: kworker/u32:1 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3644.471187] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3644.471192] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3644.471200] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3644.471206] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3644.471212] RSP: 0018:ffffaacb804cb888 EFLAGS: 00010246
[ 3644.471218] RAX: 0000000000000000 RBX: ffff9d53ecbee210 RCX: 0000000000000000
[ 3644.471223] RDX: 0000000000000000 RSI: ffff9d53ecbee190 RDI: ffffaacb804cb8b0
[ 3644.471227] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3644.471230] R10: ffff9d53ecbee210 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3644.471233] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3644.471235] FS:  0000000000000000(0000) GS:ffff9d57d8200000(0000) knlGS:0000000000000000
[ 3644.471238] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3644.471241] CR2: 00000000c4c1f000 CR3: 000000019a4da000 CR4: 0000000000750ee0
[ 3644.471243] PKRU: 55555554
[ 3644.471246] Call Trace:
[ 3644.471249]  <TASK>
[ 3644.471257]  submit_one_bio+0xd4/0xe0
[ 3644.471265]  submit_extent_page+0x142/0x550
[ 3644.471280]  read_extent_buffer_pages+0x5c1/0x990
[ 3644.471288]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3644.471293]  ? folio_unlock+0x1d/0x50
[ 3644.471301]  btrfs_read_extent_buffer+0x98/0x150
[ 3644.471308]  read_tree_block+0x43/0xa0
[ 3644.471312]  read_block_for_search+0x218/0x320
[ 3644.471324]  btrfs_search_slot+0x351/0xd30
[ 3644.471335]  ? lock_is_held_type+0xe8/0x140
[ 3644.471348]  btrfs_lookup_csum+0x63/0x150
[ 3644.471361]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3644.471368]  ? sched_clock_cpu+0x9f/0xc0
[ 3644.471377]  ? lock_release+0x14b/0x440
[ 3644.471390]  ? _raw_read_unlock+0x29/0x50
[ 3644.471402]  btrfs_finish_ordered_io+0x441/0x860
[ 3644.471430]  btrfs_work_helper+0xfe/0x400
[ 3644.471435]  ? lock_is_held_type+0xe8/0x140
[ 3644.471448]  process_one_work+0x294/0x5b0
[ 3644.471463]  worker_thread+0x4f/0x3a0
[ 3644.471472]  ? __pfx_worker_thread+0x10/0x10
[ 3644.471478]  kthread+0xf5/0x120
[ 3644.471483]  ? __pfx_kthread+0x10/0x10
[ 3644.471492]  ret_from_fork+0x2c/0x50
[ 3644.471510]  </TASK>
[ 3644.471513] irq event stamp: 50485703
[ 3644.471515] hardirqs last  enabled at (50485711): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3644.471520] hardirqs last disabled at (50485718): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3644.471523] softirqs last  enabled at (50485292): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3644.471527] softirqs last disabled at (50485285): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3644.471530] ---[ end trace 0000000000000000 ]---
[ 3644.471651] BTRFS error (device nvme1n1p3): level verify failed on logical 5040287645696 mirror 1 wanted 0 found 1
[ 3644.471660] BTRFS error (device nvme1n1p3): read time tree block corruption detected on logical 5040287645696 mirror 1
[ 3644.471665] BTRFS error (device nvme1n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 3644.471681] BTRFS error (device nvme1n1p3): read failed, bytenr=5040287645696 check owner_root=7 transid=651835 has_first_key=1 first_key=(18446744073709551606 128 4840191733760) level=1
[ 3644.471687] CPU: 8 PID: 99 Comm: kworker/u32:1 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3644.471691] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3644.471693] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3644.471697] Call Trace:
[ 3644.471700]  <TASK>
[ 3644.471703]  dump_stack_lvl+0x5b/0x77
[ 3644.471708]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3644.471716]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3644.471721]  ? folio_unlock+0x1d/0x50
[ 3644.471726]  btrfs_read_extent_buffer+0x98/0x150
[ 3644.471733]  read_tree_block+0x43/0xa0
[ 3644.471737]  read_block_for_search+0x218/0x320
[ 3644.471747]  btrfs_search_slot+0x351/0xd30
[ 3644.471755]  ? lock_is_held_type+0xe8/0x140
[ 3644.471761]  btrfs_lookup_csum+0x63/0x150
[ 3644.471769]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3644.471772]  ? sched_clock_cpu+0x9f/0xc0
[ 3644.471776]  ? lock_release+0x14b/0x440
[ 3644.471783]  ? _raw_read_unlock+0x29/0x50
[ 3644.471789]  btrfs_finish_ordered_io+0x441/0x860
[ 3644.471803]  btrfs_work_helper+0xfe/0x400
[ 3644.471806]  ? lock_is_held_type+0xe8/0x140
[ 3644.471813]  process_one_work+0x294/0x5b0
[ 3644.471822]  worker_thread+0x4f/0x3a0
[ 3644.471828]  ? __pfx_worker_thread+0x10/0x10
[ 3644.471830]  kthread+0xf5/0x120
[ 3644.471833]  ? __pfx_kthread+0x10/0x10
[ 3644.471837]  ret_from_fork+0x2c/0x50
[ 3644.471849]  </TASK>
[ 3644.471852] BTRFS error (device nvme1n1p3): read failed, bytenr=5040287645696 check owner_root=7 transid=651835 has_first_key=1 first_key=(18446744073709551606 128 4840191733760) level=1
[ 3644.471856] CPU: 8 PID: 99 Comm: kworker/u32:1 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3644.471859] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3644.471861] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3644.471867] Call Trace:
[ 3644.471870]  <TASK>
[ 3644.471874]  dump_stack_lvl+0x5b/0x77
[ 3644.471881]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3644.471892]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3644.471901]  ? folio_unlock+0x1d/0x50
[ 3644.471911]  btrfs_read_extent_buffer+0x98/0x150
[ 3644.471918]  read_tree_block+0x43/0xa0
[ 3644.471922]  read_block_for_search+0x218/0x320
[ 3644.471932]  btrfs_search_slot+0x351/0xd30
[ 3644.471940]  ? lock_is_held_type+0xe8/0x140
[ 3644.471947]  btrfs_lookup_csum+0x63/0x150
[ 3644.471954]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3644.471958]  ? sched_clock_cpu+0x9f/0xc0
[ 3644.471962]  ? lock_release+0x14b/0x440
[ 3644.471968]  ? _raw_read_unlock+0x29/0x50
[ 3644.471974]  btrfs_finish_ordered_io+0x441/0x860
[ 3644.471993]  btrfs_work_helper+0xfe/0x400
[ 3644.471999]  ? lock_is_held_type+0xe8/0x140
[ 3644.472012]  process_one_work+0x294/0x5b0
[ 3644.472028]  worker_thread+0x4f/0x3a0
[ 3644.472038]  ? __pfx_worker_thread+0x10/0x10
[ 3644.472042]  kthread+0xf5/0x120
[ 3644.472047]  ? __pfx_kthread+0x10/0x10
[ 3644.472055]  ret_from_fork+0x2c/0x50
[ 3644.472076]  </TASK>
[ 3644.472080] BTRFS error (device nvme1n1p3): read failed, bytenr=5040287645696 check owner_root=7 transid=651835 has_first_key=1 first_key=(18446744073709551606 128 4840191733760) level=1
[ 3644.472086] CPU: 8 PID: 99 Comm: kworker/u32:1 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3644.472091] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3644.472095] Workqueue: btrfs-endio-write btrfs_work_helper
[ 3644.472101] Call Trace:
[ 3644.472105]  <TASK>
[ 3644.472109]  dump_stack_lvl+0x5b/0x77
[ 3644.472115]  read_extent_buffer_pages.cold+0x44/0xa0
[ 3644.472126]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3644.472135]  ? folio_unlock+0x1d/0x50
[ 3644.472145]  btrfs_read_extent_buffer+0x98/0x150
[ 3644.472156]  read_tree_block+0x43/0xa0
[ 3644.472163]  read_block_for_search+0x218/0x320
[ 3644.472181]  btrfs_search_slot+0x351/0xd30
[ 3644.472195]  ? lock_is_held_type+0xe8/0x140
[ 3644.472206]  btrfs_lookup_csum+0x63/0x150
[ 3644.472218]  btrfs_csum_file_blocks+0x197/0x6c0
[ 3644.472223]  ? sched_clock_cpu+0x9f/0xc0
[ 3644.472231]  ? lock_release+0x14b/0x440
[ 3644.472242]  ? _raw_read_unlock+0x29/0x50
[ 3644.472253]  btrfs_finish_ordered_io+0x441/0x860
[ 3644.472277]  btrfs_work_helper+0xfe/0x400
[ 3644.472283]  ? lock_is_held_type+0xe8/0x140
[ 3644.472295]  process_one_work+0x294/0x5b0
[ 3644.472308]  worker_thread+0x4f/0x3a0
[ 3644.472317]  ? __pfx_worker_thread+0x10/0x10
[ 3644.472322]  kthread+0xf5/0x120
[ 3644.472326]  ? __pfx_kthread+0x10/0x10
[ 3644.472335]  ret_from_fork+0x2c/0x50
[ 3644.472356]  </TASK>
[ 3644.472732] BTRFS error (device nvme1n1p3: state A): Transaction aborted (error -5)
[ 3644.472824] BTRFS: error (device nvme1n1p3: state A) in btrfs_finish_ordered_io:3343: errno=-5 IO failure
[ 3644.472829] BTRFS info (device nvme1n1p3: state EA): forced readonly
[ 3663.396050] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3663.396121] [drm] PSP is resuming...
[ 3663.472161] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3663.573718] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3663.587516] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3663.587523] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3663.587529] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3663.587533] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3663.587587] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3663.641581] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3663.642863] [drm] DMUB hardware initialized: version=0x02020017
[ 3663.680811] [drm] kiq ring mec 2 pipe 1 q 0
[ 3663.686454] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3663.686614] [drm] JPEG decode initialized successfully.
[ 3663.686637] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3663.686640] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3663.686642] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3663.686644] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3663.686646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3663.686647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3663.686649] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3663.686651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3663.686653] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3663.686656] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3663.686658] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3663.686660] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3663.686661] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3663.686664] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3663.686666] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3663.686668] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3663.690792] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3704.830708] ------------[ cut here ]------------
[ 3704.830716] WARNING: CPU: 12 PID: 14390 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3704.830724] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3704.830805]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3704.830858] CPU: 12 PID: 14390 Comm: zsh Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3704.830862] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3704.830864] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3704.830867] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3704.830870] RSP: 0018:ffffaacb9cd9f9b0 EFLAGS: 00010246
[ 3704.830873] RAX: 0000000000000000 RBX: ffff9d4900ce95d0 RCX: 0000000000000000
[ 3704.830876] RDX: 0000000000000000 RSI: ffff9d4900ce9550 RDI: ffffaacb9cd9f9d8
[ 3704.830878] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3704.830880] R10: ffff9d4900ce95d0 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3704.830882] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3704.830884] FS:  00007f79812af740(0000) GS:ffff9d57d9200000(0000) knlGS:0000000000000000
[ 3704.830886] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3704.830889] CR2: 000055fccf0e9b78 CR3: 00000001314dc000 CR4: 0000000000750ee0
[ 3704.830891] PKRU: 55555554
[ 3704.830893] Call Trace:
[ 3704.830895]  <TASK>
[ 3704.830902]  submit_one_bio+0xd4/0xe0
[ 3704.830908]  submit_extent_page+0x142/0x550
[ 3704.830921]  read_extent_buffer_pages+0x5c1/0x990
[ 3704.830928]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3704.830932]  ? folio_unlock+0x1d/0x50
[ 3704.830938]  btrfs_read_extent_buffer+0x98/0x150
[ 3704.830944]  read_tree_block+0x43/0xa0
[ 3704.830947]  read_block_for_search+0x218/0x320
[ 3704.830957]  btrfs_search_slot+0x351/0xd30
[ 3704.830964]  ? btrfs_readdir_get_delayed_items+0x132/0x1b0
[ 3704.830970]  btrfs_real_readdir+0x14a/0x470
[ 3704.830973]  ? lock_is_held_type+0xe8/0x140
[ 3704.830979]  ? find_held_lock+0x32/0x90
[ 3704.830990]  iterate_dir+0x183/0x1d0
[ 3704.830996]  __x64_sys_getdents64+0x76/0x120
[ 3704.831000]  ? __pfx_filldir64+0x10/0x10
[ 3704.831004]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3704.831009]  do_syscall_64+0x5b/0x80
[ 3704.831014]  ? up_read+0x17/0x20
[ 3704.831018]  ? lock_is_held_type+0xe8/0x140
[ 3704.831023]  ? asm_exc_page_fault+0x22/0x30
[ 3704.831027]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3704.831031]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3704.831034] RIP: 0033:0x7f7981387367
[ 3704.831055] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 3704.831058] RSP: 002b:00007ffc4e2277e8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 3704.831061] RAX: ffffffffffffffda RBX: 000055fccf0e1b40 RCX: 00007f7981387367
[ 3704.831063] RDX: 0000000000008000 RSI: 000055fccf0e1b70 RDI: 0000000000000003
[ 3704.831065] RBP: 000055fccf0e1b44 R08: 0000000000008030 R09: 0000000000000000
[ 3704.831067] R10: 0000000000001000 R11: 0000000000000293 R12: ffffffffffffff88
[ 3704.831069] R13: 000000000000001e R14: 000000000000000c R15: 0000000000000000
[ 3704.831079]  </TASK>
[ 3704.831080] irq event stamp: 339207
[ 3704.831082] hardirqs last  enabled at (339215): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3704.831086] hardirqs last disabled at (339222): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3704.831089] softirqs last  enabled at (321368): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3704.831092] softirqs last disabled at (321361): [<ffffffff85110ecd>] __irq_exit_rcu+0xed/0x160
[ 3704.831095] ---[ end trace 0000000000000000 ]---
[ 3747.725330] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3747.725363] [drm] PSP is resuming...
[ 3747.801391] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3747.901959] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3747.915752] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3747.915758] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3747.915763] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3747.915767] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3747.915820] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3747.969809] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3747.971191] [drm] DMUB hardware initialized: version=0x02020017
[ 3748.009797] [drm] kiq ring mec 2 pipe 1 q 0
[ 3748.015077] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3748.015381] [drm] JPEG decode initialized successfully.
[ 3748.015404] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3748.015407] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3748.015409] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3748.015411] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3748.015413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3748.015415] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3748.015417] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3748.015418] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3748.015420] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3748.015422] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3748.015424] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3748.015426] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3748.015428] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3748.015430] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3748.015432] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3748.015434] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3748.020003] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3830.653393] ------------[ cut here ]------------
[ 3830.653402] WARNING: CPU: 4 PID: 14629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3830.653408] Modules linked in: st uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek snd_hda_codec_generic snd_hda_codec_hdmi qrtr bnep sunrpc snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp mt7921e snd_sof mt7921_common intel_rapl_msr mt76_connac_lib snd_hda_intel intel_rapl_common snd_sof_utils snd_intel_dspcfg binfmt_misc snd_intel_sdw_acpi mt76 snd_hda_codec btusb btrtl edac_mce_amd snd_soc_core snd_hda_core btbcm kvm_amd snd_hwdep vfat snd_compress btintel ac97_bus mac80211 fat snd_pcm_dmaengine btmtk snd_seq snd_pci_ps snd_rpl_pci_acp6x kvm libarc4 snd_seq_device snd_pci_acp6x bluetooth irqbypass snd_pcm snd_pci_acp5x rapl asus_nb_wmi wmi_bmof pcspkr cfg80211 snd_rn_pci_acp3x k10temp
[ 3830.653489]  snd_timer snd_acp_config i2c_piix4 snd snd_soc_acpi snd_pci_acp3x soundcore acpi_cpufreq amd_pmc asus_wireless joydev zram amdgpu drm_ttm_helper ttm crct10dif_pclmul crc32_pclmul hid_asus crc32c_intel asus_wmi iommu_v2 polyval_clmulni ledtrig_audio sparse_keymap polyval_generic drm_buddy platform_profile hid_multitouch gpu_sched rfkill nvme ghash_clmulni_intel ucsi_acpi drm_display_helper nvme_core sha512_ssse3 ccp typec_ucsi serio_raw r8169 cec sp5100_tco typec nvme_common i2c_hid_acpi i2c_hid video wmi ip6_tables ip_tables fuse
[ 3830.653542] CPU: 4 PID: 14629 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4+ #5
[ 3830.653545] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3830.653547] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3830.653551] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 04 55 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3830.653553] RSP: 0018:ffffaacb9d1af520 EFLAGS: 00010246
[ 3830.653557] RAX: 0000000000000000 RBX: ffff9d49bb92f010 RCX: 0000000000000000
[ 3830.653559] RDX: 0000000000000000 RSI: ffff9d49bb92ef90 RDI: ffffaacb9d1af548
[ 3830.653561] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3830.653563] R10: ffff9d49bb92f010 R11: 0000000000010000 R12: ffff9d49bee74000
[ 3830.653565] R13: ffff9d49beb63f68 R14: ffff9d49beb63a80 R15: 0000000000000000
[ 3830.653568] FS:  00007f9bbffff740(0000) GS:ffff9d57d7200000(0000) knlGS:0000000000000000
[ 3830.653570] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3830.653572] CR2: 000055e3f34c45f8 CR3: 000000019f4fa000 CR4: 0000000000750ee0
[ 3830.653574] PKRU: 55555554
[ 3830.653576] Call Trace:
[ 3830.653579]  <TASK>
[ 3830.653585]  submit_one_bio+0xd4/0xe0
[ 3830.653591]  submit_extent_page+0x142/0x550
[ 3830.653603]  read_extent_buffer_pages+0x5c1/0x990
[ 3830.653610]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3830.653614]  ? folio_unlock+0x1d/0x50
[ 3830.653620]  btrfs_read_extent_buffer+0x98/0x150
[ 3830.653626]  read_tree_block+0x43/0xa0
[ 3830.653629]  read_block_for_search+0x218/0x320
[ 3830.653639]  btrfs_search_slot+0x351/0xd30
[ 3830.653649]  btrfs_lookup_csum+0x63/0x150
[ 3830.653656]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3830.653666]  btrfs_submit_compressed_read+0x359/0x470
[ 3830.653675]  submit_one_bio+0xc4/0xe0
[ 3830.653680]  ? extent_readahead+0xb7/0x6f0
[ 3830.653682]  extent_readahead+0x6d3/0x6f0
[ 3830.653686]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3830.653699]  read_pages+0x7a/0x300
[ 3830.653706]  page_cache_ra_unbounded+0x131/0x1b0
[ 3830.653713]  filemap_get_pages+0x40e/0x6b0
[ 3830.653719]  ? lock_is_held_type+0xe8/0x140
[ 3830.653729]  filemap_read+0xd7/0x330
[ 3830.653733]  ? lock_is_held_type+0xe8/0x140
[ 3830.653744]  vfs_read+0x243/0x310
[ 3830.653754]  ksys_read+0x64/0xe0
[ 3830.653759]  do_syscall_64+0x5b/0x80
[ 3830.653764]  ? lock_is_held_type+0xe8/0x140
[ 3830.653769]  ? asm_exc_page_fault+0x22/0x30
[ 3830.653772]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3830.653776]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3830.653779] RIP: 0033:0x7f9bbf91eac1
[ 3830.653800] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 3830.653803] RSP: 002b:00007ffeda2df5c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 3830.653806] RAX: ffffffffffffffda RBX: 00007f9bbffff6c8 RCX: 00007f9bbf91eac1
[ 3830.653808] RDX: 0000000000009001 RSI: 000055e3f34bb5f0 RDI: 0000000000000003
[ 3830.653810] RBP: 0000000000009001 R08: 0000000000000000 R09: 0000000000000000
[ 3830.653812] R10: 0000000000001000 R11: 0000000000000246 R12: 000055e3f34bb5f0
[ 3830.653814] R13: 0000000000000003 R14: 00007f9bbff1ed38 R15: 00007f9bb21a3010
[ 3830.653823]  </TASK>
[ 3830.653825] irq event stamp: 202163
[ 3830.653827] hardirqs last  enabled at (202171): [<ffffffff851a956e>] __up_console_sem+0x5e/0x70
[ 3830.653832] hardirqs last disabled at (202178): [<ffffffff851a9553>] __up_console_sem+0x43/0x70
[ 3830.653835] softirqs last  enabled at (200040): [<ffffffff856ae7d2>] zstd_put_workspace+0x82/0x160
[ 3830.653838] softirqs last disabled at (200038): [<ffffffff856ae76a>] zstd_put_workspace+0x1a/0x160
[ 3830.653840] ---[ end trace 0000000000000000 ]---

[-- Attachment #3: .config --]
[-- Type: application/octet-stream, Size: 256374 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug4 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=120201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23900
CONFIG_LD_IS_BFD=y
CONFIG_LD_VERSION=23900
CONFIG_LLD_VERSION=0
CONFIG_CC_CAN_LINK=y
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
CONFIG_CC_HAS_ASM_INLINE=y
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
CONFIG_PAHOLE_VERSION=124
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_TABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
# CONFIG_WERROR is not set
CONFIG_UAPI_HEADER_TEST=y
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_BUILD_SALT="6.2.0-0.rc0.20221223git8395ae05cb5a.12.fc38.x86_64"
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_HAVE_KERNEL_ZSTD=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_KERNEL_ZSTD=y
CONFIG_DEFAULT_INIT=""
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_WATCH_QUEUE=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_GENERIC_IRQ_INJECTION=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_IRQ_MSI_IOMMU=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
# end of IRQ subsystem

CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_INIT=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_TIME_KUNIT_TEST=m
CONFIG_CONTEXT_TRACKING=y
CONFIG_CONTEXT_TRACKING_IDLE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
# CONFIG_NO_HZ_IDLE is not set
CONFIG_NO_HZ_FULL=y
CONFIG_CONTEXT_TRACKING_USER=y
# CONFIG_CONTEXT_TRACKING_USER_FORCE is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_CLOCKSOURCE_WATCHDOG_MAX_SKEW_US=100
# end of Timers subsystem

CONFIG_BPF=y
CONFIG_HAVE_EBPF_JIT=y
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y

#
# BPF subsystem
#
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_BPF_JIT_DEFAULT_ON=y
CONFIG_BPF_UNPRIV_DEFAULT_OFF=y
CONFIG_USERMODE_DRIVER=y
CONFIG_BPF_PRELOAD=y
CONFIG_BPF_PRELOAD_UMD=m
CONFIG_BPF_LSM=y
# end of BPF subsystem

CONFIG_PREEMPT_BUILD=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_PREEMPTION=y
CONFIG_PREEMPT_DYNAMIC=y
CONFIG_SCHED_CORE=y

#
# CPU/Task time and stats accounting
#
CONFIG_VIRT_CPU_ACCOUNTING=y
CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_SCHED_AVG_IRQ=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
# CONFIG_PSI_DEFAULT_DISABLED is not set
# end of CPU/Task time and stats accounting

CONFIG_CPU_ISOLATION=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_TASKS_RCU_GENERIC=y
CONFIG_TASKS_RCU=y
CONFIG_TASKS_RUDE_RCU=y
CONFIG_TASKS_TRACE_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
CONFIG_RCU_NOCB_CPU=y
# CONFIG_RCU_NOCB_CPU_DEFAULT_ALL is not set
# CONFIG_RCU_LAZY is not set
# end of RCU Subsystem

# CONFIG_IKCONFIG is not set
CONFIG_IKHEADERS=m
CONFIG_LOG_BUF_SHIFT=18
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=12
CONFIG_PRINTK_INDEX=y
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y

#
# Scheduler features
#
# CONFIG_UCLAMP_TASK is not set
# end of Scheduler features

CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_CC_HAS_INT128=y
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
CONFIG_GCC12_NO_ARRAY_BOUNDS=y
CONFIG_CC_NO_ARRAY_BOUNDS=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
# CONFIG_CGROUP_FAVOR_DYNMODS is not set
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
# CONFIG_CGROUP_RDMA is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_BPF=y
CONFIG_CGROUP_MISC=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_TIME_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_RD_ZSTD=y
CONFIG_BOOT_CONFIG=y
# CONFIG_BOOT_CONFIG_EMBED is not set
# CONFIG_INITRAMFS_PRESERVE_MTIME is not set
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_LD_ORPHAN_WARN=y
CONFIG_LD_ORPHAN_WARN_LEVEL="warn"
CONFIG_SYSCTL=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_SELFTEST is not set
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_KCMP=y
CONFIG_RSEQ=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_GUEST_PERF_EVENTS=y
CONFIG_PERF_USE_VMALLOC=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
CONFIG_DEBUG_PERF_USE_VMALLOC=y
# end of Kernel Performance Events And Counters

CONFIG_SYSTEM_DATA_VERIFICATION=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# end of General setup

CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_AUDIT_ARCH=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DYNAMIC_PHYSICAL_MASK=y
CONFIG_PGTABLE_LEVELS=5
CONFIG_CC_HAS_SANE_STACKPROTECTOR=y

#
# Processor type and features
#
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
CONFIG_X86_CPU_RESCTRL=y
CONFIG_X86_EXTENDED_PLATFORM=y
CONFIG_X86_NUMACHIP=y
# CONFIG_X86_VSMP is not set
CONFIG_X86_UV=y
# CONFIG_X86_GOLDFISH is not set
# CONFIG_X86_INTEL_MID is not set
CONFIG_X86_INTEL_LPSS=y
CONFIG_X86_AMD_PLATFORM_DEVICE=y
CONFIG_IOSF_MBI=y
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_XXL=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_X86_HV_CALLBACK_VECTOR=y
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_512GB=y
CONFIG_XEN_PV_SMP=y
CONFIG_XEN_PV_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_PVHVM_GUEST=y
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_DEBUG_FS=y
CONFIG_XEN_PVH=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PV_MSR_SAFE=y
CONFIG_KVM_GUEST=y
CONFIG_ARCH_CPUIDLE_HALTPOLL=y
CONFIG_PVH=y
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_JAILHOUSE_GUEST is not set
CONFIG_ACRN_GUEST=y
CONFIG_INTEL_TDX_GUEST=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_IA32_FEAT_CTL=y
CONFIG_X86_VMX_FEATURE_NAMES=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_HYGON=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_ZHAOXIN=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_GART_IOMMU is not set
CONFIG_BOOT_VESA_SUPPORT=y
CONFIG_MAXSMP=y
CONFIG_NR_CPUS_RANGE_BEGIN=8192
CONFIG_NR_CPUS_RANGE_END=8192
CONFIG_NR_CPUS_DEFAULT=8192
CONFIG_NR_CPUS=8192
CONFIG_SCHED_CLUSTER=y
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
CONFIG_X86_MCE_INJECT=m

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=m
CONFIG_PERF_EVENTS_INTEL_RAPL=m
CONFIG_PERF_EVENTS_INTEL_CSTATE=m
CONFIG_PERF_EVENTS_AMD_POWER=m
CONFIG_PERF_EVENTS_AMD_UNCORE=y
CONFIG_PERF_EVENTS_AMD_BRS=y
# end of Performance monitoring

CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_X86_IOPL_IOPERM=y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
# CONFIG_MICROCODE_LATE_LOADING is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_X86_5LEVEL=y
CONFIG_X86_DIRECT_GBPAGES=y
CONFIG_X86_CPA_STATISTICS=y
CONFIG_X86_MEM_ENCRYPT=y
CONFIG_AMD_MEM_ENCRYPT=y
# CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=10
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
# CONFIG_ARCH_MEMORY_PROBE is not set
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_X86_PMEM_LEGACY_DEVICE=y
CONFIG_X86_PMEM_LEGACY=m
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_X86_UMIP=y
CONFIG_CC_HAS_IBT=y
# CONFIG_X86_KERNEL_IBT is not set
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_X86_INTEL_TSX_MODE_OFF=y
# CONFIG_X86_INTEL_TSX_MODE_ON is not set
# CONFIG_X86_INTEL_TSX_MODE_AUTO is not set
CONFIG_X86_SGX=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_HANDOVER_PROTOCOL=y
CONFIG_EFI_MIXED=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_ARCH_HAS_KEXEC_PURGATORY=y
CONFIG_KEXEC_SIG=y
# CONFIG_KEXEC_SIG_FORCE is not set
CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
CONFIG_LEGACY_VSYSCALL_XONLY=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
# CONFIG_STRICT_SIGALTSTACK_SIZE is not set
CONFIG_HAVE_LIVEPATCH=y
CONFIG_LIVEPATCH=y
# end of Processor type and features

CONFIG_CC_HAS_SLS=y
CONFIG_CC_HAS_RETURN_THUNK=y
CONFIG_CC_HAS_ENTRY_PADDING=y
CONFIG_FUNCTION_PADDING_CFI=11
CONFIG_FUNCTION_PADDING_BYTES=16
CONFIG_CALL_PADDING=y
CONFIG_HAVE_CALL_THUNKS=y
CONFIG_CALL_THUNKS=y
CONFIG_PREFIX_SYMBOLS=y
CONFIG_SPECULATION_MITIGATIONS=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_RETPOLINE=y
CONFIG_RETHUNK=y
CONFIG_CPU_UNRET_ENTRY=y
CONFIG_CALL_DEPTH_TRACKING=y
# CONFIG_CALL_THUNKS_DEBUG is not set
CONFIG_CPU_IBPB_ENTRY=y
CONFIG_CPU_IBRS_ENTRY=y
CONFIG_SLS=y
CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_HIBERNATION_SNAPSHOT_DEV=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_USERSPACE_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
CONFIG_PM_TEST_SUSPEND=y
CONFIG_PM_SLEEP_DEBUG=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
CONFIG_PM_GENERIC_DOMAINS=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
CONFIG_ENERGY_MODEL=y
CONFIG_ARCH_SUPPORTS_ACPI=y
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
CONFIG_ACPI_TABLE_LIB=y
CONFIG_ACPI_DEBUGGER=y
CONFIG_ACPI_DEBUGGER_USER=m
CONFIG_ACPI_SPCR_TABLE=y
CONFIG_ACPI_FPDT=y
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
CONFIG_ACPI_EC_DEBUGFS=m
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_TAD=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_PLATFORM_PROFILE=m
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_PCI_SLOT=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
CONFIG_ACPI_SBS=m
CONFIG_ACPI_HED=y
CONFIG_ACPI_CUSTOM_METHOD=m
CONFIG_ACPI_BGRT=y
CONFIG_ACPI_NFIT=m
# CONFIG_NFIT_SECURITY_DEBUG is not set
CONFIG_ACPI_NUMA=y
CONFIG_ACPI_HMAT=y
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
CONFIG_ACPI_APEI_EINJ=m
CONFIG_ACPI_APEI_ERST_DEBUG=m
CONFIG_ACPI_DPTF=y
CONFIG_DPTF_POWER=m
CONFIG_DPTF_PCH_FIVR=m
CONFIG_ACPI_WATCHDOG=y
# CONFIG_ACPI_EXTLOG is not set
CONFIG_ACPI_ADXL=y
CONFIG_ACPI_CONFIGFS=m
CONFIG_ACPI_PFRUT=m
CONFIG_ACPI_PCC=y
# CONFIG_ACPI_FFH is not set
CONFIG_PMIC_OPREGION=y
CONFIG_BYTCRC_PMIC_OPREGION=y
CONFIG_CHTCRC_PMIC_OPREGION=y
CONFIG_XPOWER_PMIC_OPREGION=y
CONFIG_BXT_WC_PMIC_OPREGION=y
CONFIG_CHT_WC_PMIC_OPREGION=y
CONFIG_CHT_DC_TI_PMIC_OPREGION=y
# CONFIG_TPS68470_PMIC_OPREGION is not set
CONFIG_ACPI_VIOT=y
CONFIG_ACPI_PRMT=y
CONFIG_X86_PM_TIMER=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_AMD_PSTATE=y
CONFIG_X86_AMD_PSTATE_UT=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_AMD_FREQ_SENSITIVITY=m
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
CONFIG_X86_P4_CLOCKMOD=m

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=m
# end of CPU Frequency scaling

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
CONFIG_CPU_IDLE_GOV_HALTPOLL=y
CONFIG_HALTPOLL_CPUIDLE=y
# end of CPU Idle

CONFIG_INTEL_IDLE=y
# end of Power management and ACPI options

#
# Bus options (PCI etc.)
#
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_MMCONF_FAM10H=y
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# end of Bus options (PCI etc.)

#
# Binary Emulations
#
CONFIG_IA32_EMULATION=y
# CONFIG_X86_X32_ABI is not set
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
# end of Binary Emulations

CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_PFNCACHE=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_DIRTY_RING=y
CONFIG_HAVE_KVM_DIRTY_RING_TSO=y
CONFIG_HAVE_KVM_DIRTY_RING_ACQ_REL=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_HAVE_KVM_NO_POLL=y
CONFIG_KVM_XFER_TO_GUEST_WORK=y
CONFIG_HAVE_KVM_PM_NOTIFIER=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_X86_SGX_KVM=y
CONFIG_KVM_AMD=m
CONFIG_KVM_AMD_SEV=y
CONFIG_KVM_SMM=y
CONFIG_KVM_XEN=y
CONFIG_KVM_EXTERNAL_WRITE_TRACKING=y
CONFIG_AS_AVX512=y
CONFIG_AS_SHA1_NI=y
CONFIG_AS_SHA256_NI=y
CONFIG_AS_TPAUSE=y

#
# General architecture-dependent options
#
CONFIG_CRASH_CORE=y
CONFIG_KEXEC_CORE=y
CONFIG_HAVE_IMA_KEXEC=y
CONFIG_HOTPLUG_SMT=y
CONFIG_GENERIC_ENTRY=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_STATIC_CALL_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_KRETPROBE_ON_RETHOOK=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_ARCH_HAS_SET_DIRECT_MAP=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_ARCH_WANTS_NO_INSTR=y
CONFIG_HAVE_ASM_MODVERSIONS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_RUST=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_MMU_GATHER_TABLE_FREE=y
CONFIG_MMU_GATHER_RCU_TABLE_FREE=y
CONFIG_MMU_GATHER_MERGE_VMAS=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_HAS_NMI_SAFE_THIS_CPU_OPS=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP=y
CONFIG_SECCOMP_FILTER=y
# CONFIG_SECCOMP_CACHE_DEBUG is not set
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR=y
# CONFIG_STACKPROTECTOR_STRONG is not set
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
CONFIG_LTO_NONE=y
CONFIG_ARCH_SUPPORTS_CFI_CLANG=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING_USER=y
CONFIG_HAVE_CONTEXT_TRACKING_USER_OFFSTACK=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOVE_PUD=y
CONFIG_HAVE_MOVE_PMD=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_HUGE_VMALLOC=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK=y
CONFIG_SOFTIRQ_ON_OWN_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
CONFIG_PAGE_SIZE_LESS_THAN_64KB=y
CONFIG_PAGE_SIZE_LESS_THAN_256KB=y
CONFIG_HAVE_OBJTOOL=y
CONFIG_HAVE_JUMP_LABEL_HACK=y
CONFIG_HAVE_NOINSTR_HACK=y
CONFIG_HAVE_NOINSTR_VALIDATION=y
CONFIG_HAVE_UACCESS_VALIDATION=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET=y
CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
CONFIG_ARCH_USE_MEMREMAP_PROT=y
CONFIG_LOCK_EVENT_COUNTS=y
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
CONFIG_ARCH_HAS_CC_PLATFORM=y
CONFIG_HAVE_STATIC_CALL=y
CONFIG_HAVE_STATIC_CALL_INLINE=y
CONFIG_HAVE_PREEMPT_DYNAMIC=y
CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
CONFIG_ARCH_HAS_ELFCORE_COMPAT=y
CONFIG_ARCH_HAS_PARANOID_L1D_FLUSH=y
CONFIG_DYNAMIC_SIGFRAME=y
CONFIG_HAVE_ARCH_NODE_DEV_GROUP=y
CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# end of GCOV-based kernel profiling

CONFIG_HAVE_GCC_PLUGINS=y
CONFIG_FUNCTION_ALIGNMENT_4B=y
CONFIG_FUNCTION_ALIGNMENT_16B=y
CONFIG_FUNCTION_ALIGNMENT=16
# end of General architecture-dependent options

CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULE_SIG_FORMAT=y
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODULE_UNLOAD_TAINT_TRACKING=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_MODULE_SIG=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_ALL=y
# CONFIG_MODULE_SIG_SHA1 is not set
# CONFIG_MODULE_SIG_SHA224 is not set
# CONFIG_MODULE_SIG_SHA256 is not set
# CONFIG_MODULE_SIG_SHA384 is not set
CONFIG_MODULE_SIG_SHA512=y
CONFIG_MODULE_SIG_HASH="sha512"
CONFIG_MODULE_COMPRESS_NONE=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
# CONFIG_MODULE_COMPRESS_ZSTD is not set
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/usr/sbin/modprobe"
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLOCK_LEGACY_AUTOLOAD=y
CONFIG_BLK_RQ_ALLOC_TIME=y
CONFIG_BLK_CGROUP_RWSTAT=y
CONFIG_BLK_DEV_BSG_COMMON=y
CONFIG_BLK_ICQ=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_INTEGRITY_T10=y
CONFIG_BLK_DEV_ZONED=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
CONFIG_BLK_WBT=y
CONFIG_BLK_WBT_MQ=y
CONFIG_BLK_CGROUP_IOLATENCY=y
CONFIG_BLK_CGROUP_FC_APPID=y
CONFIG_BLK_CGROUP_IOCOST=y
CONFIG_BLK_CGROUP_IOPRIO=y
CONFIG_BLK_DEBUG_FS=y
CONFIG_BLK_DEBUG_FS_ZONED=y
CONFIG_BLK_SED_OPAL=y
CONFIG_BLK_INLINE_ENCRYPTION=y
# CONFIG_BLK_INLINE_ENCRYPTION_FALLBACK is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
CONFIG_OSF_PARTITION=y
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
# end of Partition Types

CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_MQ_RDMA=y
CONFIG_BLK_PM=y
CONFIG_BLOCK_HOLDER_DEPRECATED=y
CONFIG_BLK_MQ_STACKING=y

#
# IO Schedulers
#
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_IOSCHED_BFQ=y
CONFIG_BFQ_GROUP_IOSCHED=y
# CONFIG_BFQ_CGROUP_DEBUG is not set
# end of IO Schedulers

CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y
# end of Executable file formats

#
# Memory Management options
#
CONFIG_ZPOOL=y
CONFIG_SWAP=y
CONFIG_ZSWAP=y
# CONFIG_ZSWAP_DEFAULT_ON is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lzo"
CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y
# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set
CONFIG_ZSWAP_ZPOOL_DEFAULT="zbud"
CONFIG_ZBUD=y
CONFIG_Z3FOLD=y
CONFIG_ZSMALLOC=y
# CONFIG_ZSMALLOC_STAT is not set

#
# SLAB allocator options
#
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLAB_MERGE_DEFAULT is not set
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
# CONFIG_SLUB_STATS is not set
CONFIG_SLUB_CPU_PARTIAL=y
# end of SLAB allocator options

CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_FAST_GUP=y
CONFIG_NUMA_KEEP_MEMINFO=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_MHP_MEMMAP_ON_MEMORY=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
CONFIG_PAGE_REPORTING=y
CONFIG_MIGRATION=y
CONFIG_DEVICE_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
CONFIG_CONTIG_ALLOC=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
CONFIG_HWPOISON_INJECT=m
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
CONFIG_THP_SWAP=y
# CONFIG_READ_ONLY_THP_FOR_FS is not set
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_SYSFS=y
CONFIG_CMA_AREAS=7
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
CONFIG_PAGE_IDLE_FLAG=y
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_ZONE_DMA=y
CONFIG_ZONE_DMA32=y
CONFIG_ZONE_DEVICE=y
CONFIG_HMM_MIRROR=y
CONFIG_GET_FREE_REGION=y
CONFIG_DEVICE_PRIVATE=y
CONFIG_VMAP_PFN=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PERCPU_STATS=y
# CONFIG_GUP_TEST is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_MAPPING_DIRTY_HELPERS=y
CONFIG_SECRETMEM=y
# CONFIG_ANON_VMA_NAME is not set
CONFIG_USERFAULTFD=y
CONFIG_HAVE_ARCH_USERFAULTFD_WP=y
CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y
CONFIG_PTE_MARKER_UFFD_WP=y
CONFIG_LRU_GEN=y
CONFIG_LRU_GEN_ENABLED=y
# CONFIG_LRU_GEN_STATS is not set

#
# Data Access Monitoring
#
CONFIG_DAMON=y
CONFIG_DAMON_VADDR=y
CONFIG_DAMON_PADDR=y
CONFIG_DAMON_SYSFS=y
CONFIG_DAMON_DBGFS=y
CONFIG_DAMON_RECLAIM=y
# CONFIG_DAMON_LRU_SORT is not set
# end of Data Access Monitoring
# end of Memory Management options

CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
CONFIG_NET_REDIRECT=y
CONFIG_SKB_EXTENSIONS=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=y
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_AF_UNIX_OOB=y
CONFIG_UNIX_DIAG=y
CONFIG_TLS=m
CONFIG_TLS_DEVICE=y
# CONFIG_TLS_TOE is not set
CONFIG_XFRM=y
CONFIG_XFRM_OFFLOAD=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_USER_COMPAT is not set
CONFIG_XFRM_INTERFACE=m
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_AH=m
CONFIG_XFRM_ESP=m
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
CONFIG_XFRM_ESPINTCP=y
CONFIG_SMC=m
CONFIG_SMC_DIAG=m
CONFIG_XDP_SOCKETS=y
CONFIG_XDP_SOCKETS_DIAG=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE_COMMON=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
CONFIG_NET_UDP_TUNNEL=m
CONFIG_NET_FOU=m
CONFIG_NET_FOU_IP_TUNNELS=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_ESP_OFFLOAD=m
CONFIG_INET_ESPINTCP=y
CONFIG_INET_IPCOMP=m
CONFIG_INET_TABLE_PERTURB_ORDER=16
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_INET_UDP_DIAG=y
CONFIG_INET_RAW_DIAG=y
CONFIG_INET_DIAG_DESTROY=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_NV=m
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
CONFIG_TCP_CONG_CDG=m
CONFIG_TCP_CONG_BBR=m
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_ESP_OFFLOAD=m
CONFIG_INET6_ESPINTCP=y
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=y
CONFIG_IPV6_ILA=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_GRE=m
CONFIG_IPV6_FOU=m
CONFIG_IPV6_FOU_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_IPV6_SEG6_LWTUNNEL=y
CONFIG_IPV6_SEG6_HMAC=y
CONFIG_IPV6_SEG6_BPF=y
CONFIG_IPV6_RPL_LWTUNNEL=y
CONFIG_IPV6_IOAM6_LWTUNNEL=y
CONFIG_NETLABEL=y
CONFIG_MPTCP=y
CONFIG_INET_MPTCP_DIAG=y
CONFIG_MPTCP_IPV6=y
CONFIG_MPTCP_KUNIT_TEST=m
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_EGRESS=y
CONFIG_NETFILTER_SKIP_EGRESS=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
# CONFIG_NETFILTER_NETLINK_HOOK is not set
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NETFILTER_NETLINK_OSF=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_SYSLOG=m
CONFIG_NETFILTER_CONNCOUNT=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_GRE=y
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NF_NAT_MASQUERADE=y
CONFIG_NF_NAT_OVS=y
CONFIG_NETFILTER_SYNPROXY=m
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
CONFIG_NFT_NUMGEN=m
CONFIG_NFT_CT=m
CONFIG_NFT_FLOW_OFFLOAD=m
# CONFIG_NFT_CONNLIMIT is not set
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
CONFIG_NFT_TUNNEL=m
CONFIG_NFT_QUEUE=m
CONFIG_NFT_QUOTA=m
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_COMPAT=m
CONFIG_NFT_HASH=m
CONFIG_NFT_FIB=m
CONFIG_NFT_FIB_INET=m
CONFIG_NFT_XFRM=m
CONFIG_NFT_SOCKET=m
# CONFIG_NFT_OSF is not set
CONFIG_NFT_TPROXY=m
CONFIG_NFT_SYNPROXY=m
CONFIG_NF_DUP_NETDEV=m
CONFIG_NFT_DUP_NETDEV=m
CONFIG_NFT_FWD_NETDEV=m
CONFIG_NFT_FIB_NETDEV=m
CONFIG_NFT_REJECT_NETDEV=m
CONFIG_NF_FLOW_TABLE_INET=m
CONFIG_NF_FLOW_TABLE=m
CONFIG_NF_FLOW_TABLE_PROCFS=y
CONFIG_NETFILTER_XTABLES=y
CONFIG_NETFILTER_XTABLES_COMPAT=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LED=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
# end of Core Netfilter Configuration

CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPMARK=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
CONFIG_IP_SET_HASH_IPMAC=m
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
CONFIG_IP_VS=m
CONFIG_IP_VS_IPV6=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_FO=m
CONFIG_IP_VS_OVF=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_MH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
CONFIG_IP_VS_TWOS=m

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS MH scheduler
#
CONFIG_IP_VS_MH_TAB_INDEX=12

#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_SOCKET_IPV4=m
CONFIG_NF_TPROXY_IPV4=m
CONFIG_NF_TABLES_IPV4=y
CONFIG_NFT_REJECT_IPV4=m
CONFIG_NFT_DUP_IPV4=m
CONFIG_NFT_FIB_IPV4=m
CONFIG_NF_TABLES_ARP=y
CONFIG_NF_DUP_IPV4=m
CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_SECURITY=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
# end of IP: Netfilter Configuration

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_SOCKET_IPV6=m
CONFIG_NF_TPROXY_IPV6=m
CONFIG_NF_TABLES_IPV6=y
CONFIG_NFT_REJECT_IPV6=m
CONFIG_NFT_DUP_IPV6=m
CONFIG_NFT_FIB_IPV6=m
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_RPFILTER=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_SRH=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_TARGET_SYNPROXY=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_SECURITY=m
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m
# end of IPv6: Netfilter Configuration

CONFIG_NF_DEFRAG_IPV6=m
CONFIG_NF_TABLES_BRIDGE=m
CONFIG_NFT_BRIDGE_META=m
CONFIG_NFT_BRIDGE_REJECT=m
CONFIG_NF_CONNTRACK_BRIDGE=m
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
# CONFIG_BPFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_INET_SCTP_DIAG=m
CONFIG_RDS=m
CONFIG_RDS_RDMA=m
CONFIG_RDS_TCP=m
# CONFIG_RDS_DEBUG is not set
CONFIG_TIPC=m
# CONFIG_TIPC_MEDIA_IB is not set
CONFIG_TIPC_MEDIA_UDP=y
CONFIG_TIPC_CRYPTO=y
CONFIG_TIPC_DIAG=m
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
# CONFIG_ATM_CLIP_NO_ICMP is not set
CONFIG_ATM_LANE=m
# CONFIG_ATM_MPOA is not set
CONFIG_ATM_BR2684=m
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_L2TP=m
CONFIG_L2TP_DEBUGFS=m
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_MRP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_BRIDGE_MRP=y
CONFIG_BRIDGE_CFM=y
CONFIG_NET_DSA=m
CONFIG_NET_DSA_TAG_NONE=m
# CONFIG_NET_DSA_TAG_AR9331 is not set
CONFIG_NET_DSA_TAG_BRCM_COMMON=m
CONFIG_NET_DSA_TAG_BRCM=m
CONFIG_NET_DSA_TAG_BRCM_LEGACY=m
CONFIG_NET_DSA_TAG_BRCM_PREPEND=m
CONFIG_NET_DSA_TAG_HELLCREEK=m
CONFIG_NET_DSA_TAG_GSWIP=m
CONFIG_NET_DSA_TAG_DSA_COMMON=m
CONFIG_NET_DSA_TAG_DSA=m
CONFIG_NET_DSA_TAG_EDSA=m
CONFIG_NET_DSA_TAG_MTK=m
CONFIG_NET_DSA_TAG_KSZ=m
CONFIG_NET_DSA_TAG_OCELOT=m
CONFIG_NET_DSA_TAG_OCELOT_8021Q=m
CONFIG_NET_DSA_TAG_QCA=m
CONFIG_NET_DSA_TAG_RTL4_A=m
CONFIG_NET_DSA_TAG_RTL8_4=m
# CONFIG_NET_DSA_TAG_RZN1_A5PSW is not set
CONFIG_NET_DSA_TAG_LAN9303=m
CONFIG_NET_DSA_TAG_SJA1105=m
CONFIG_NET_DSA_TAG_TRAILER=m
CONFIG_NET_DSA_TAG_XRS700X=m
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
CONFIG_LLC=m
# CONFIG_LLC2 is not set
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_6LOWPAN=m
CONFIG_6LOWPAN_DEBUGFS=y
CONFIG_6LOWPAN_NHC=m
CONFIG_6LOWPAN_NHC_DEST=m
CONFIG_6LOWPAN_NHC_FRAGMENT=m
CONFIG_6LOWPAN_NHC_HOP=m
CONFIG_6LOWPAN_NHC_IPV6=m
CONFIG_6LOWPAN_NHC_MOBILITY=m
CONFIG_6LOWPAN_NHC_ROUTING=m
CONFIG_6LOWPAN_NHC_UDP=m
CONFIG_6LOWPAN_GHC_EXT_HDR_HOP=m
CONFIG_6LOWPAN_GHC_UDP=m
CONFIG_6LOWPAN_GHC_ICMPV6=m
CONFIG_6LOWPAN_GHC_EXT_HDR_DEST=m
CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG=m
CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE=m
CONFIG_IEEE802154=m
# CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set
CONFIG_IEEE802154_SOCKET=m
CONFIG_IEEE802154_6LOWPAN=m
CONFIG_MAC802154=m
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_CBS=m
CONFIG_NET_SCH_ETF=m
CONFIG_NET_SCH_TAPRIO=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
# CONFIG_NET_SCH_SKBPRIO is not set
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=y
CONFIG_NET_SCH_CAKE=m
CONFIG_NET_SCH_FQ=m
CONFIG_NET_SCH_HHF=m
CONFIG_NET_SCH_PIE=m
# CONFIG_NET_SCH_FQ_PIE is not set
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_SCH_PLUG=m
CONFIG_NET_SCH_ETS=m
# CONFIG_NET_SCH_DEFAULT is not set

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_CLS_BPF=m
CONFIG_NET_CLS_FLOWER=m
CONFIG_NET_CLS_MATCHALL=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_EMATCH_CANID=m
CONFIG_NET_EMATCH_IPSET=m
CONFIG_NET_EMATCH_IPT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_SAMPLE=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
CONFIG_NET_ACT_MPLS=m
CONFIG_NET_ACT_VLAN=m
CONFIG_NET_ACT_BPF=m
CONFIG_NET_ACT_CONNMARK=m
CONFIG_NET_ACT_CTINFO=m
CONFIG_NET_ACT_SKBMOD=m
CONFIG_NET_ACT_IFE=m
CONFIG_NET_ACT_TUNNEL_KEY=m
CONFIG_NET_ACT_CT=m
CONFIG_NET_ACT_GATE=m
CONFIG_NET_IFE_SKBMARK=m
CONFIG_NET_IFE_SKBPRIO=m
CONFIG_NET_IFE_SKBTCINDEX=m
CONFIG_NET_TC_SKB_EXT=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=m
CONFIG_BATMAN_ADV=m
CONFIG_BATMAN_ADV_BATMAN_V=y
CONFIG_BATMAN_ADV_BLA=y
CONFIG_BATMAN_ADV_DAT=y
CONFIG_BATMAN_ADV_NC=y
CONFIG_BATMAN_ADV_MCAST=y
# CONFIG_BATMAN_ADV_DEBUG is not set
CONFIG_BATMAN_ADV_TRACING=y
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VSOCKETS_LOOPBACK=m
CONFIG_VMWARE_VMCI_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_HYPERV_VSOCKETS=m
CONFIG_NETLINK_DIAG=y
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=m
CONFIG_MPLS_ROUTING=m
CONFIG_MPLS_IPTUNNEL=m
CONFIG_NET_NSH=m
# CONFIG_HSR is not set
CONFIG_NET_SWITCHDEV=y
CONFIG_NET_L3_MASTER_DEV=y
CONFIG_QRTR=m
# CONFIG_QRTR_TUN is not set
CONFIG_QRTR_MHI=m
CONFIG_NET_NCSI=y
CONFIG_NCSI_OEM_CMD_GET_MAC=y
CONFIG_NCSI_OEM_CMD_KEEP_PHY=y
CONFIG_PCPU_DEV_REFCNT=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_SOCK_RX_QUEUE_MAPPING=y
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
CONFIG_NET_DROP_MONITOR=y
# end of Network testing
# end of Networking options

CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
CONFIG_AX25=m
CONFIG_AX25_DAMA_SLAVE=y
CONFIG_NETROM=m
CONFIG_ROSE=m

#
# AX.25 network device drivers
#
CONFIG_MKISS=m
CONFIG_6PACK=m
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_BAYCOM_PAR=m
CONFIG_YAM=m
# end of AX.25 network device drivers

CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m
CONFIG_CAN_GW=m
CONFIG_CAN_J1939=m
CONFIG_CAN_ISOTP=m
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
# CONFIG_BT_HS is not set
CONFIG_BT_LE=y
CONFIG_BT_LE_L2CAP_ECRED=y
CONFIG_BT_6LOWPAN=m
CONFIG_BT_LEDS=y
CONFIG_BT_MSFTEXT=y
# CONFIG_BT_AOSPEXT is not set
# CONFIG_BT_DEBUGFS is not set
# CONFIG_BT_SELFTEST is not set

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_QCA=m
CONFIG_BT_MTK=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
CONFIG_BT_HCIBTUSB_POLL_SYNC=y
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_MTK=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_SERDEV=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_NOKIA=m
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
CONFIG_BT_HCIUART_INTEL=y
CONFIG_BT_HCIUART_BCM=y
CONFIG_BT_HCIUART_RTL=y
CONFIG_BT_HCIUART_QCA=y
CONFIG_BT_HCIUART_AG6XX=y
CONFIG_BT_HCIUART_MRVL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBCM4377=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
CONFIG_BT_MTKSDIO=m
CONFIG_BT_MTKUART=m
CONFIG_BT_HCIRSI=m
CONFIG_BT_VIRTIO=m
# end of Bluetooth device drivers

CONFIG_AF_RXRPC=m
CONFIG_AF_RXRPC_IPV6=y
# CONFIG_AF_RXRPC_INJECT_LOSS is not set
CONFIG_AF_RXRPC_DEBUG=y
CONFIG_RXKAD=y
# CONFIG_RXPERF is not set
CONFIG_AF_KCM=m
CONFIG_STREAM_PARSER=y
CONFIG_MCTP=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
CONFIG_CFG80211_DEFAULT_PS=y
CONFIG_CFG80211_DEBUGFS=y
CONFIG_CFG80211_CRDA_SUPPORT=y
CONFIG_CFG80211_WEXT=y
CONFIG_CFG80211_WEXT_EXPORT=y
CONFIG_LIB80211=m
CONFIG_LIB80211_CRYPT_WEP=m
CONFIG_LIB80211_CRYPT_CCMP=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
CONFIG_RFKILL_GPIO=m
CONFIG_NET_9P=m
CONFIG_NET_9P_FD=m
CONFIG_NET_9P_VIRTIO=m
CONFIG_NET_9P_XEN=m
CONFIG_NET_9P_RDMA=m
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
CONFIG_CEPH_LIB=m
CONFIG_CEPH_LIB_PRETTYDEBUG=y
# CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
CONFIG_NFC=m
CONFIG_NFC_DIGITAL=m
CONFIG_NFC_NCI=m
CONFIG_NFC_NCI_SPI=m
# CONFIG_NFC_NCI_UART is not set
CONFIG_NFC_HCI=m
CONFIG_NFC_SHDLC=y

#
# Near Field Communication (NFC) devices
#
CONFIG_NFC_TRF7970A=m
CONFIG_NFC_MEI_PHY=m
CONFIG_NFC_SIM=m
CONFIG_NFC_PORT100=m
# CONFIG_NFC_VIRTUAL_NCI is not set
# CONFIG_NFC_FDP is not set
CONFIG_NFC_PN544=m
CONFIG_NFC_PN544_I2C=m
CONFIG_NFC_PN544_MEI=m
CONFIG_NFC_PN533=m
CONFIG_NFC_PN533_USB=m
CONFIG_NFC_PN533_I2C=m
CONFIG_NFC_PN532_UART=m
CONFIG_NFC_MICROREAD=m
CONFIG_NFC_MICROREAD_I2C=m
CONFIG_NFC_MICROREAD_MEI=m
CONFIG_NFC_MRVL=m
CONFIG_NFC_MRVL_USB=m
# CONFIG_NFC_MRVL_I2C is not set
# CONFIG_NFC_MRVL_SPI is not set
CONFIG_NFC_ST21NFCA=m
CONFIG_NFC_ST21NFCA_I2C=m
# CONFIG_NFC_ST_NCI_I2C is not set
# CONFIG_NFC_ST_NCI_SPI is not set
CONFIG_NFC_NXP_NCI=m
CONFIG_NFC_NXP_NCI_I2C=m
# CONFIG_NFC_S3FWRN5_I2C is not set
# CONFIG_NFC_S3FWRN82_UART is not set
# CONFIG_NFC_ST95HF is not set
# end of Near Field Communication (NFC) devices

CONFIG_PSAMPLE=m
CONFIG_NET_IFE=m
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_SOCK_VALIDATE_XMIT=y
CONFIG_NET_SELFTESTS=y
CONFIG_NET_SOCK_MSG=y
CONFIG_NET_DEVLINK=y
CONFIG_PAGE_POOL=y
# CONFIG_PAGE_POOL_STATS is not set
CONFIG_FAILOVER=m
CONFIG_ETHTOOL_NETLINK=y
CONFIG_NETDEV_ADDR_LIST_TEST=m

#
# Device Drivers
#
CONFIG_HAVE_EISA=y
# CONFIG_EISA is not set
CONFIG_HAVE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_PCIEAER_INJECT=m
CONFIG_PCIE_ECRC=y
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCIE_DPC=y
CONFIG_PCIE_PTM=y
CONFIG_PCIE_EDR=y
CONFIG_PCI_MSI=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
CONFIG_PCI_STUB=y
CONFIG_PCI_PF_STUB=m
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_PCI_ATS=y
CONFIG_PCI_DOE=y
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_P2PDMA=y
CONFIG_PCI_LABEL=y
CONFIG_PCI_HYPERV=m
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
# CONFIG_HOTPLUG_PCI_CPCI is not set
CONFIG_HOTPLUG_PCI_SHPC=y

#
# PCI controller drivers
#
CONFIG_VMD=m
CONFIG_PCI_HYPERV_INTERFACE=m

#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT_HOST is not set
# CONFIG_PCI_MESON is not set
# end of DesignWare PCI Core Support

#
# Mobiveil PCIe Core Support
#
# end of Mobiveil PCIe Core Support

#
# Cadence PCIe controllers support
#
# end of Cadence PCIe controllers support
# end of PCI controller drivers

#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set
# end of PCI Endpoint

#
# PCI switch controller drivers
#
CONFIG_PCI_SW_SWITCHTEC=m
# end of PCI switch controller drivers

CONFIG_CXL_BUS=m
CONFIG_CXL_PCI=m
# CONFIG_CXL_MEM_RAW_COMMANDS is not set
CONFIG_CXL_ACPI=m
CONFIG_CXL_PMEM=m
CONFIG_CXL_MEM=m
CONFIG_CXL_PORT=m
CONFIG_CXL_SUSPEND=y
CONFIG_CXL_REGION=y
# CONFIG_CXL_REGION_INVALIDATION_TEST is not set
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_RAPIDIO is not set

#
# Generic Driver Options
#
CONFIG_AUXILIARY_BUS=y
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_DEVTMPFS_SAFE=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y

#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_FW_LOADER_PAGED_BUF=y
CONFIG_FW_LOADER_SYSFS=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_FW_LOADER_COMPRESS=y
CONFIG_FW_LOADER_COMPRESS_XZ=y
CONFIG_FW_LOADER_COMPRESS_ZSTD=y
CONFIG_FW_CACHE=y
CONFIG_FW_UPLOAD=y
# end of Firmware loader

CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
CONFIG_DEBUG_DEVRES=y
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
CONFIG_HMEM_REPORTING=y
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_SYS_HYPERVISOR=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=m
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_REGMAP_SOUNDWIRE=m
CONFIG_REGMAP_SOUNDWIRE_MBQ=m
CONFIG_REGMAP_SCCB=m
CONFIG_REGMAP_SPI_AVMM=m
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set
# end of Generic Driver Options

#
# Bus devices
#
CONFIG_MHI_BUS=m
# CONFIG_MHI_BUS_DEBUG is not set
CONFIG_MHI_BUS_PCI_GENERIC=m
# CONFIG_MHI_BUS_EP is not set
# end of Bus devices

CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y

#
# Firmware Drivers
#

#
# ARM System Control and Management Interface Protocol
#
# end of ARM System Control and Management Interface Protocol

CONFIG_EDD=m
# CONFIG_EDD_OFF is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ISCSI_IBFT=m
CONFIG_FW_CFG_SYSFS=m
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
CONFIG_SYSFB=y
CONFIG_SYSFB_SIMPLEFB=y
CONFIG_FW_CS_DSP=m
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_ESRT=y
# CONFIG_EFI_VARS_PSTORE is not set
CONFIG_EFI_SOFT_RESERVE=y
CONFIG_EFI_DXE_MEM_ATTRIBUTES=y
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
CONFIG_EFI_TEST=m
CONFIG_EFI_DEV_PATH_PARSER=y
CONFIG_APPLE_PROPERTIES=y
# CONFIG_RESET_ATTACK_MITIGATION is not set
CONFIG_EFI_RCI2_TABLE=y
# CONFIG_EFI_DISABLE_PCI_DMA is not set
CONFIG_EFI_EARLYCON=y
CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y
# CONFIG_EFI_DISABLE_RUNTIME is not set
CONFIG_EFI_COCO_SECRET=y
CONFIG_EFI_EMBEDDED_FIRMWARE=y
# end of EFI (Extensible Firmware Interface) Support

CONFIG_UEFI_CPER=y
CONFIG_UEFI_CPER_X86=y

#
# Tegra firmware driver
#
# end of Tegra firmware driver
# end of Firmware Drivers

CONFIG_GNSS=m
CONFIG_GNSS_SERIAL=m
CONFIG_GNSS_MTK_SERIAL=m
CONFIG_GNSS_SIRF_SERIAL=m
CONFIG_GNSS_UBX_SERIAL=m
CONFIG_GNSS_USB=m
CONFIG_MTD=m
# CONFIG_MTD_TESTS is not set

#
# Partition parsers
#
# CONFIG_MTD_AR7_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
# end of Partition parsers

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
# CONFIG_MTD_BLOCK_RO is not set

#
# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK.
#
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_SM_FTL is not set
# CONFIG_MTD_OOPS is not set
# CONFIG_MTD_SWAP is not set
# CONFIG_MTD_PARTITIONED_MASTER is not set

#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set
# end of RAM/ROM/Flash chip drivers

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set
# end of Mapping drivers for chip access

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
# CONFIG_MTD_DATAFLASH is not set
# CONFIG_MTD_MCHP23K256 is not set
CONFIG_MTD_MCHP48L640=m
# CONFIG_MTD_SST25L is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLOCK2MTD=m

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOCG3 is not set
# end of Self-contained MTD device drivers

#
# NAND
#
CONFIG_MTD_NAND_CORE=m
# CONFIG_MTD_ONENAND is not set
CONFIG_MTD_RAW_NAND=m

#
# Raw/parallel NAND flash controllers
#
# CONFIG_MTD_NAND_DENALI_PCI is not set
# CONFIG_MTD_NAND_CAFE is not set
# CONFIG_MTD_NAND_MXIC is not set
# CONFIG_MTD_NAND_GPIO is not set
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_NAND_ARASAN is not set

#
# Misc
#
CONFIG_MTD_NAND_NANDSIM=m
# CONFIG_MTD_NAND_RICOH is not set
# CONFIG_MTD_NAND_DISKONCHIP is not set
# CONFIG_MTD_SPI_NAND is not set

#
# ECC engine support
#
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
# CONFIG_MTD_NAND_ECC_SW_HAMMING_SMC is not set
# CONFIG_MTD_NAND_ECC_SW_BCH is not set
CONFIG_MTD_NAND_ECC_MXIC=y
# end of ECC engine support
# end of NAND

#
# LPDDR & LPDDR2 PCM memory drivers
#
# CONFIG_MTD_LPDDR is not set
# end of LPDDR & LPDDR2 PCM memory drivers

# CONFIG_MTD_SPI_NOR is not set
CONFIG_MTD_UBI=m
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_LIMIT=20
# CONFIG_MTD_UBI_FASTMAP is not set
# CONFIG_MTD_UBI_GLUEBI is not set
# CONFIG_MTD_UBI_BLOCK is not set
# CONFIG_MTD_HYPERBUS is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_NULL_BLK=m
CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION=y
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_FD_RAWCMD is not set
CONFIG_CDROM=y
# CONFIG_PARIDE is not set
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
CONFIG_ZRAM=m
CONFIG_ZRAM_DEF_COMP_LZORLE=y
# CONFIG_ZRAM_DEF_COMP_ZSTD is not set
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
# CONFIG_ZRAM_DEF_COMP_LZO is not set
# CONFIG_ZRAM_DEF_COMP_LZ4HC is not set
# CONFIG_ZRAM_DEF_COMP_842 is not set
CONFIG_ZRAM_DEF_COMP="lzo-rle"
# CONFIG_ZRAM_WRITEBACK is not set
# CONFIG_ZRAM_MEMORY_TRACKING is not set
# CONFIG_ZRAM_MULTI_COMP is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
CONFIG_BLK_DEV_DRBD=m
CONFIG_DRBD_FAULT_INJECTION=y
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_ATA_OVER_ETH=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_BACKEND=m
CONFIG_VIRTIO_BLK=m
CONFIG_BLK_DEV_RBD=m
CONFIG_BLK_DEV_UBLK=m
CONFIG_BLK_DEV_RNBD=y
CONFIG_BLK_DEV_RNBD_CLIENT=m
CONFIG_BLK_DEV_RNBD_SERVER=m

#
# NVME Support
#
CONFIG_NVME_COMMON=m
CONFIG_NVME_CORE=m
CONFIG_BLK_DEV_NVME=m
CONFIG_NVME_MULTIPATH=y
# CONFIG_NVME_VERBOSE_ERRORS is not set
CONFIG_NVME_HWMON=y
CONFIG_NVME_FABRICS=m
CONFIG_NVME_RDMA=m
CONFIG_NVME_FC=m
CONFIG_NVME_TCP=m
CONFIG_NVME_AUTH=y
CONFIG_NVME_TARGET=m
CONFIG_NVME_TARGET_PASSTHRU=y
CONFIG_NVME_TARGET_LOOP=m
CONFIG_NVME_TARGET_RDMA=m
CONFIG_NVME_TARGET_FC=m
CONFIG_NVME_TARGET_FCLOOP=m
CONFIG_NVME_TARGET_TCP=m
CONFIG_NVME_TARGET_AUTH=y
# end of NVME Support

#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=m
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
CONFIG_IBM_ASM=m
# CONFIG_PHANTOM is not set
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_ICS932S401 is not set
CONFIG_ENCLOSURE_SERVICES=m
CONFIG_SGI_XP=m
CONFIG_HP_ILO=m
CONFIG_SGI_GRU=m
# CONFIG_SGI_GRU_DEBUG is not set
CONFIG_APDS9802ALS=m
CONFIG_ISL29003=m
CONFIG_ISL29020=m
CONFIG_SENSORS_TSL2550=m
CONFIG_SENSORS_BH1770=m
CONFIG_SENSORS_APDS990X=m
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
CONFIG_VMWARE_BALLOON=m
# CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set
CONFIG_DW_XDATA_PCIE=m
# CONFIG_PCI_ENDPOINT_TEST is not set
# CONFIG_XILINX_SDFEC is not set
CONFIG_MISC_RTSX=m
# CONFIG_C2PORT is not set

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
# CONFIG_EEPROM_AT25 is not set
CONFIG_EEPROM_LEGACY=m
CONFIG_EEPROM_MAX6875=m
CONFIG_EEPROM_93CX6=m
# CONFIG_EEPROM_93XX46 is not set
CONFIG_EEPROM_IDT_89HPESX=m
CONFIG_EEPROM_EE1004=m
# end of EEPROM support

CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# end of Texas Instruments shared transport line discipline

CONFIG_SENSORS_LIS3_I2C=m
CONFIG_ALTERA_STAPL=m
CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_TXE=m
CONFIG_INTEL_MEI_GSC=m
CONFIG_INTEL_MEI_HDCP=m
CONFIG_INTEL_MEI_PXP=m
CONFIG_VMWARE_VMCI=m
# CONFIG_GENWQE is not set
CONFIG_ECHO=m
CONFIG_BCM_VK=m
CONFIG_BCM_VK_TTY=y
CONFIG_MISC_ALCOR_PCI=m
CONFIG_MISC_RTSX_PCI=m
CONFIG_MISC_RTSX_USB=m
# CONFIG_HABANA_AI is not set
CONFIG_UACCE=m
CONFIG_PVPANIC=y
CONFIG_PVPANIC_MMIO=m
# CONFIG_PVPANIC_PCI is not set
CONFIG_GP_PCI1XXXX=m
# end of Misc devices

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=m
CONFIG_SCSI_COMMON=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=y
CONFIG_BLK_DEV_BSG=y
CONFIG_CHR_DEV_SCH=m
CONFIG_SCSI_ENCLOSURE=m
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SRP_ATTRS=m
# end of SCSI Transports

CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m
CONFIG_SCSI_BNX2X_FCOE=m
CONFIG_BE2ISCSI=m
CONFIG_BLK_DEV_3W_XXXX_RAID=m
CONFIG_SCSI_HPSA=m
CONFIG_SCSI_3W_9XXX=m
CONFIG_SCSI_3W_SAS=m
CONFIG_SCSI_ACARD=m
CONFIG_SCSI_AACRAID=m
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=4
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC79XX=m
CONFIG_AIC79XX_CMDS_PER_DEVICE=4
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
# CONFIG_SCSI_AIC94XX is not set
CONFIG_SCSI_MVSAS=m
# CONFIG_SCSI_MVSAS_DEBUG is not set
CONFIG_SCSI_MVSAS_TASKLET=y
CONFIG_SCSI_MVUMI=m
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_ARCMSR=m
CONFIG_SCSI_ESAS2R=m
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_LEGACY=m
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=m
CONFIG_SCSI_MPI3MR=m
CONFIG_SCSI_SMARTPQI=m
CONFIG_SCSI_HPTIOP=m
CONFIG_SCSI_BUSLOGIC=m
CONFIG_SCSI_FLASHPOINT=y
CONFIG_SCSI_MYRB=m
CONFIG_SCSI_MYRS=m
CONFIG_VMWARE_PVSCSI=m
CONFIG_XEN_SCSI_FRONTEND=m
CONFIG_HYPERV_STORAGE=m
CONFIG_LIBFC=m
CONFIG_LIBFCOE=m
CONFIG_FCOE=m
CONFIG_FCOE_FNIC=m
CONFIG_SCSI_SNIC=m
# CONFIG_SCSI_SNIC_DEBUG_FS is not set
CONFIG_SCSI_DMX3191D=m
CONFIG_SCSI_FDOMAIN=m
CONFIG_SCSI_FDOMAIN_PCI=m
CONFIG_SCSI_ISCI=m
CONFIG_SCSI_IPS=m
CONFIG_SCSI_INITIO=m
CONFIG_SCSI_INIA100=m
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
CONFIG_SCSI_STEX=m
CONFIG_SCSI_SYM53C8XX_2=m
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
CONFIG_SCSI_SYM53C8XX_MMIO=y
CONFIG_SCSI_IPR=m
CONFIG_SCSI_IPR_TRACE=y
CONFIG_SCSI_IPR_DUMP=y
CONFIG_SCSI_QLOGIC_1280=m
CONFIG_SCSI_QLA_FC=m
CONFIG_TCM_QLA2XXX=m
# CONFIG_TCM_QLA2XXX_DEBUG is not set
CONFIG_SCSI_QLA_ISCSI=m
CONFIG_QEDI=m
CONFIG_QEDF=m
CONFIG_SCSI_LPFC=m
# CONFIG_SCSI_LPFC_DEBUG_FS is not set
CONFIG_SCSI_EFCT=m
CONFIG_SCSI_DC395x=m
CONFIG_SCSI_AM53C974=m
CONFIG_SCSI_WD719X=m
CONFIG_SCSI_DEBUG=m
CONFIG_SCSI_PMCRAID=m
CONFIG_SCSI_PM8001=m
CONFIG_SCSI_BFA_FC=m
CONFIG_SCSI_VIRTIO=m
CONFIG_SCSI_CHELSIO_FCOE=m
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=m
CONFIG_SCSI_DH_HP_SW=m
CONFIG_SCSI_DH_EMC=m
CONFIG_SCSI_DH_ALUA=m
# end of SCSI device support

CONFIG_ATA=y
CONFIG_SATA_HOST=y
CONFIG_PATA_TIMINGS=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_FORCE=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_MOBILE_LPM_POLICY=3
CONFIG_SATA_AHCI_PLATFORM=m
CONFIG_AHCI_DWC=m
CONFIG_SATA_INIC162X=m
CONFIG_SATA_ACARD_AHCI=m
CONFIG_SATA_SIL24=m
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
CONFIG_PDC_ADMA=m
CONFIG_SATA_QSTOR=m
CONFIG_SATA_SX4=m
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_DWC is not set
CONFIG_SATA_MV=m
CONFIG_SATA_NV=m
CONFIG_SATA_PROMISE=m
CONFIG_SATA_SIL=m
CONFIG_SATA_SIS=m
CONFIG_SATA_SVW=m
CONFIG_SATA_ULI=m
CONFIG_SATA_VIA=m
CONFIG_SATA_VITESSE=m

#
# PATA SFF controllers with BMDMA
#
CONFIG_PATA_ALI=m
CONFIG_PATA_AMD=m
CONFIG_PATA_ARTOP=m
CONFIG_PATA_ATIIXP=m
CONFIG_PATA_ATP867X=m
CONFIG_PATA_CMD64X=m
# CONFIG_PATA_CYPRESS is not set
CONFIG_PATA_EFAR=m
CONFIG_PATA_HPT366=m
CONFIG_PATA_HPT37X=m
CONFIG_PATA_HPT3X2N=m
CONFIG_PATA_HPT3X3=m
# CONFIG_PATA_HPT3X3_DMA is not set
CONFIG_PATA_IT8213=m
CONFIG_PATA_IT821X=m
CONFIG_PATA_JMICRON=m
CONFIG_PATA_MARVELL=m
CONFIG_PATA_NETCELL=m
CONFIG_PATA_NINJA32=m
CONFIG_PATA_NS87415=m
CONFIG_PATA_OLDPIIX=m
CONFIG_PATA_OPTIDMA=m
CONFIG_PATA_PDC2027X=m
CONFIG_PATA_PDC_OLD=m
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
CONFIG_PATA_SCH=m
CONFIG_PATA_SERVERWORKS=m
CONFIG_PATA_SIL680=m
CONFIG_PATA_SIS=m
CONFIG_PATA_TOSHIBA=m
CONFIG_PATA_TRIFLEX=m
CONFIG_PATA_VIA=m
CONFIG_PATA_WINBOND=m

#
# PIO-only SFF controllers
#
CONFIG_PATA_CMD640_PCI=m
CONFIG_PATA_MPIIX=m
CONFIG_PATA_NS87410=m
CONFIG_PATA_OPTI=m
CONFIG_PATA_PCMCIA=m
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
CONFIG_PATA_ACPI=m
CONFIG_ATA_GENERIC=m
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
# CONFIG_MD_CLUSTER is not set
CONFIG_BCACHE=m
# CONFIG_BCACHE_DEBUG is not set
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
# CONFIG_BCACHE_ASYNC_REGISTRATION is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=y
CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING=y
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
CONFIG_DM_UNSTRIPED=m
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_THIN_PROVISIONING=m
CONFIG_DM_CACHE=m
CONFIG_DM_CACHE_SMQ=m
CONFIG_DM_WRITECACHE=m
CONFIG_DM_EBS=m
CONFIG_DM_ERA=m
CONFIG_DM_CLONE=m
CONFIG_DM_MIRROR=y
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_RAID=m
CONFIG_DM_ZERO=y
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_MULTIPATH_HST=m
CONFIG_DM_MULTIPATH_IOA=m
CONFIG_DM_DELAY=m
CONFIG_DM_DUST=m
CONFIG_DM_INIT=y
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=m
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y
CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG_SECONDARY_KEYRING=y
CONFIG_DM_VERITY_FEC=y
CONFIG_DM_SWITCH=m
CONFIG_DM_LOG_WRITES=m
CONFIG_DM_INTEGRITY=m
CONFIG_DM_ZONED=m
CONFIG_DM_AUDIT=y
CONFIG_TARGET_CORE=m
CONFIG_TCM_IBLOCK=m
CONFIG_TCM_FILEIO=m
CONFIG_TCM_PSCSI=m
CONFIG_TCM_USER2=m
CONFIG_LOOPBACK_TARGET=m
CONFIG_TCM_FC=m
CONFIG_ISCSI_TARGET=m
CONFIG_ISCSI_TARGET_CXGB4=m
CONFIG_SBP_TARGET=m
CONFIG_FUSION=y
CONFIG_FUSION_SPI=m
CONFIG_FUSION_FC=m
CONFIG_FUSION_SAS=m
CONFIG_FUSION_MAX_SGE=40
CONFIG_FUSION_CTL=m
CONFIG_FUSION_LAN=m
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
CONFIG_FIREWIRE_NOSY=m
# end of IEEE 1394 (FireWire) support

CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_MII=m
CONFIG_NET_CORE=y
CONFIG_BONDING=m
CONFIG_DUMMY=m
CONFIG_WIREGUARD=m
# CONFIG_WIREGUARD_DEBUG is not set
CONFIG_EQUALIZER=m
CONFIG_NET_FC=y
CONFIG_IFB=m
CONFIG_NET_TEAM=m
CONFIG_NET_TEAM_MODE_BROADCAST=m
CONFIG_NET_TEAM_MODE_ROUNDROBIN=m
CONFIG_NET_TEAM_MODE_RANDOM=m
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
CONFIG_NET_TEAM_MODE_LOADBALANCE=m
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
CONFIG_IPVLAN_L3S=y
CONFIG_IPVLAN=m
CONFIG_IPVTAP=m
CONFIG_VXLAN=m
CONFIG_GENEVE=m
CONFIG_BAREUDP=m
CONFIG_GTP=m
CONFIG_AMT=m
CONFIG_MACSEC=m
CONFIG_NETCONSOLE=m
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_NTB_NETDEV=m
CONFIG_TUN=m
CONFIG_TAP=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=m
CONFIG_VIRTIO_NET=m
CONFIG_NLMON=m
CONFIG_NET_VRF=m
CONFIG_VSOCKMON=m
CONFIG_MHI_NET=m
CONFIG_SUNGEM_PHY=m
# CONFIG_ARCNET is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
CONFIG_ATM_TCP=m
# CONFIG_ATM_LANAI is not set
CONFIG_ATM_ENI=m
# CONFIG_ATM_ENI_DEBUG is not set
# CONFIG_ATM_ENI_TUNE_BURST is not set
CONFIG_ATM_NICSTAR=m
# CONFIG_ATM_NICSTAR_USE_SUNI is not set
# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E is not set
CONFIG_ATM_HE=m
# CONFIG_ATM_HE_USE_SUNI is not set
CONFIG_ATM_SOLOS=m

#
# Distributed Switch Architecture drivers
#
CONFIG_B53=m
CONFIG_B53_SPI_DRIVER=m
CONFIG_B53_MDIO_DRIVER=m
CONFIG_B53_MMAP_DRIVER=m
CONFIG_B53_SRAB_DRIVER=m
CONFIG_B53_SERDES=m
CONFIG_NET_DSA_BCM_SF2=m
CONFIG_NET_DSA_LOOP=m
CONFIG_NET_DSA_HIRSCHMANN_HELLCREEK=m
# CONFIG_NET_DSA_LANTIQ_GSWIP is not set
CONFIG_NET_DSA_MT7530=m
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MICROCHIP_KSZ_COMMON is not set
CONFIG_NET_DSA_MV88E6XXX=m
CONFIG_NET_DSA_MV88E6XXX_PTP=y
# CONFIG_NET_DSA_AR9331 is not set
CONFIG_NET_DSA_QCA8K=m
# CONFIG_NET_DSA_SJA1105 is not set
CONFIG_NET_DSA_XRS700X=m
CONFIG_NET_DSA_XRS700X_I2C=m
CONFIG_NET_DSA_XRS700X_MDIO=m
CONFIG_NET_DSA_REALTEK=m
# CONFIG_NET_DSA_REALTEK_MDIO is not set
# CONFIG_NET_DSA_REALTEK_SMI is not set
CONFIG_NET_DSA_REALTEK_RTL8365MB=m
CONFIG_NET_DSA_REALTEK_RTL8366RB=m
CONFIG_NET_DSA_SMSC_LAN9303=m
CONFIG_NET_DSA_SMSC_LAN9303_I2C=m
CONFIG_NET_DSA_SMSC_LAN9303_MDIO=m
# CONFIG_NET_DSA_VITESSE_VSC73XX_SPI is not set
# CONFIG_NET_DSA_VITESSE_VSC73XX_PLATFORM is not set
# end of Distributed Switch Architecture drivers

CONFIG_ETHERNET=y
CONFIG_MDIO=m
CONFIG_NET_VENDOR_3COM=y
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_3C589=m
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
CONFIG_NET_VENDOR_ADAPTEC=y
CONFIG_ADAPTEC_STARFIRE=m
CONFIG_NET_VENDOR_AGERE=y
CONFIG_ET131X=m
# CONFIG_NET_VENDOR_ALACRITECH is not set
CONFIG_NET_VENDOR_ALTEON=y
CONFIG_ACENIC=m
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_ALTERA_TSE=m
CONFIG_NET_VENDOR_AMAZON=y
CONFIG_ENA_ETHERNET=m
CONFIG_NET_VENDOR_AMD=y
CONFIG_AMD8111_ETH=m
CONFIG_PCNET32=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_AMD_XGBE=m
CONFIG_AMD_XGBE_DCB=y
CONFIG_AMD_XGBE_HAVE_ECC=y
CONFIG_NET_VENDOR_AQUANTIA=y
CONFIG_AQTION=m
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ASIX=y
CONFIG_SPI_AX88796C=m
CONFIG_SPI_AX88796C_COMPRESSION=y
CONFIG_NET_VENDOR_ATHEROS=y
CONFIG_ATL2=m
CONFIG_ATL1=m
CONFIG_ATL1E=m
CONFIG_ATL1C=m
CONFIG_ALX=m
# CONFIG_CX_ECAT is not set
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_BCMGENET=m
CONFIG_BNX2=m
CONFIG_CNIC=m
CONFIG_TIGON3=m
CONFIG_TIGON3_HWMON=y
CONFIG_BNX2X=m
CONFIG_BNX2X_SRIOV=y
# CONFIG_SYSTEMPORT is not set
CONFIG_BNXT=m
CONFIG_BNXT_SRIOV=y
CONFIG_BNXT_FLOWER_OFFLOAD=y
CONFIG_BNXT_DCB=y
CONFIG_BNXT_HWMON=y
CONFIG_NET_VENDOR_CADENCE=y
CONFIG_MACB=m
CONFIG_MACB_USE_HWSTAMP=y
CONFIG_MACB_PCI=m
# CONFIG_NET_VENDOR_CAVIUM is not set
CONFIG_NET_VENDOR_CHELSIO=y
CONFIG_CHELSIO_T1=m
CONFIG_CHELSIO_T1_1G=y
CONFIG_CHELSIO_T3=m
CONFIG_CHELSIO_T4=m
CONFIG_CHELSIO_T4_DCB=y
# CONFIG_CHELSIO_T4_FCOE is not set
CONFIG_CHELSIO_T4VF=m
CONFIG_CHELSIO_LIB=m
CONFIG_CHELSIO_INLINE_CRYPTO=y
CONFIG_CHELSIO_IPSEC_INLINE=m
CONFIG_CHELSIO_TLS_DEVICE=m
CONFIG_NET_VENDOR_CISCO=y
CONFIG_ENIC=m
# CONFIG_NET_VENDOR_CORTINA is not set
CONFIG_NET_VENDOR_DAVICOM=y
CONFIG_DM9051=m
CONFIG_DNET=m
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_DE2104X_DSL=0
CONFIG_TULIP=m
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
CONFIG_WINBOND_840=m
CONFIG_DM9102=m
CONFIG_ULI526X=m
CONFIG_PCMCIA_XIRCOM=m
CONFIG_NET_VENDOR_DLINK=y
CONFIG_DL2K=m
CONFIG_SUNDANCE=m
# CONFIG_SUNDANCE_MMIO is not set
CONFIG_NET_VENDOR_EMULEX=y
CONFIG_BE2NET=m
# CONFIG_BE2NET_HWMON is not set
CONFIG_BE2NET_BE2=y
CONFIG_BE2NET_BE3=y
CONFIG_BE2NET_LANCER=y
CONFIG_BE2NET_SKYHAWK=y
CONFIG_NET_VENDOR_ENGLEDER=y
CONFIG_TSNEP=m
# CONFIG_TSNEP_SELFTESTS is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_FUJITSU is not set
CONFIG_NET_VENDOR_FUNGIBLE=y
CONFIG_FUN_CORE=m
CONFIG_FUN_ETH=m
CONFIG_NET_VENDOR_GOOGLE=y
CONFIG_GVE=m
# CONFIG_NET_VENDOR_HUAWEI is not set
# CONFIG_NET_VENDOR_I825XX is not set
CONFIG_NET_VENDOR_INTEL=y
CONFIG_E100=m
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_E1000E_HWTS=y
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
CONFIG_IGB_DCA=y
CONFIG_IGBVF=m
CONFIG_IXGB=m
CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_DCA=y
CONFIG_IXGBE_DCB=y
CONFIG_IXGBE_IPSEC=y
CONFIG_IXGBEVF=m
CONFIG_IXGBEVF_IPSEC=y
CONFIG_I40E=m
# CONFIG_I40E_DCB is not set
CONFIG_IAVF=m
CONFIG_I40EVF=m
CONFIG_ICE=m
CONFIG_ICE_SWITCHDEV=y
CONFIG_ICE_HWTS=y
CONFIG_FM10K=m
CONFIG_IGC=m
CONFIG_NET_VENDOR_WANGXUN=y
CONFIG_LIBWX=m
CONFIG_NGBE=m
CONFIG_TXGBE=m
CONFIG_JME=m
CONFIG_NET_VENDOR_ADI=y
CONFIG_ADIN1110=m
CONFIG_NET_VENDOR_LITEX=y
CONFIG_NET_VENDOR_MARVELL=y
CONFIG_MVMDIO=m
CONFIG_SKGE=m
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKGE_GENESIS=y
CONFIG_SKY2=m
# CONFIG_SKY2_DEBUG is not set
CONFIG_OCTEON_EP=m
CONFIG_PRESTERA=m
CONFIG_PRESTERA_PCI=m
CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX4_EN=m
CONFIG_MLX4_EN_DCB=y
CONFIG_MLX4_CORE=m
CONFIG_MLX4_DEBUG=y
CONFIG_MLX4_CORE_GEN2=y
CONFIG_MLX5_CORE=m
# CONFIG_MLX5_FPGA is not set
CONFIG_MLX5_CORE_EN=y
CONFIG_MLX5_EN_ARFS=y
CONFIG_MLX5_EN_RXNFC=y
CONFIG_MLX5_MPFS=y
CONFIG_MLX5_ESWITCH=y
CONFIG_MLX5_BRIDGE=y
CONFIG_MLX5_CLS_ACT=y
CONFIG_MLX5_TC_CT=y
CONFIG_MLX5_TC_SAMPLE=y
CONFIG_MLX5_CORE_EN_DCB=y
CONFIG_MLX5_CORE_IPOIB=y
CONFIG_MLX5_EN_MACSEC=y
CONFIG_MLX5_EN_IPSEC=y
CONFIG_MLX5_EN_TLS=y
CONFIG_MLX5_SW_STEERING=y
CONFIG_MLX5_SF=y
CONFIG_MLX5_SF_MANAGER=y
CONFIG_MLXSW_CORE=m
CONFIG_MLXSW_CORE_HWMON=y
CONFIG_MLXSW_CORE_THERMAL=y
CONFIG_MLXSW_PCI=m
CONFIG_MLXSW_I2C=m
CONFIG_MLXSW_SPECTRUM=m
CONFIG_MLXSW_SPECTRUM_DCB=y
CONFIG_MLXSW_MINIMAL=m
CONFIG_MLXFW=m
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851 is not set
# CONFIG_KS8851_MLL is not set
CONFIG_KSZ884X_PCI=m
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MICROSEMI is not set
CONFIG_NET_VENDOR_MICROSOFT=y
CONFIG_MICROSOFT_MANA=m
CONFIG_NET_VENDOR_MYRI=y
CONFIG_MYRI10GE=m
CONFIG_MYRI10GE_DCA=y
# CONFIG_NET_VENDOR_NI is not set
CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NATSEMI=m
CONFIG_NS83820=m
CONFIG_NET_VENDOR_NETERION=y
CONFIG_S2IO=m
CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP=m
CONFIG_NFP_APP_FLOWER=y
# CONFIG_NFP_APP_ABM_NIC is not set
CONFIG_NFP_NET_IPSEC=y
# CONFIG_NFP_DEBUG is not set
CONFIG_NET_VENDOR_8390=y
CONFIG_PCMCIA_AXNET=m
CONFIG_NE2K_PCI=m
CONFIG_PCMCIA_PCNET=m
CONFIG_NET_VENDOR_NVIDIA=y
CONFIG_FORCEDETH=m
CONFIG_NET_VENDOR_OKI=y
CONFIG_ETHOC=m
CONFIG_NET_VENDOR_PACKET_ENGINES=y
CONFIG_HAMACHI=m
CONFIG_YELLOWFIN=m
CONFIG_NET_VENDOR_PENSANDO=y
CONFIG_IONIC=m
CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_QLA3XXX=m
CONFIG_QLCNIC=m
CONFIG_QLCNIC_SRIOV=y
CONFIG_QLCNIC_DCB=y
CONFIG_QLCNIC_HWMON=y
CONFIG_NETXEN_NIC=m
CONFIG_QED=m
CONFIG_QED_LL2=y
CONFIG_QED_SRIOV=y
CONFIG_QEDE=m
CONFIG_QED_RDMA=y
CONFIG_QED_ISCSI=y
CONFIG_QED_FCOE=y
CONFIG_QED_OOO=y
CONFIG_NET_VENDOR_BROCADE=y
CONFIG_BNA=m
# CONFIG_NET_VENDOR_QUALCOMM is not set
CONFIG_NET_VENDOR_RDC=y
CONFIG_R6040=m
CONFIG_NET_VENDOR_REALTEK=y
CONFIG_ATP=m
CONFIG_8139CP=m
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=m
# CONFIG_NET_VENDOR_RENESAS is not set
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_ROCKER=m
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
CONFIG_NET_VENDOR_SILAN=y
CONFIG_SC92031=m
CONFIG_NET_VENDOR_SIS=y
CONFIG_SIS900=m
CONFIG_SIS190=m
CONFIG_NET_VENDOR_SOLARFLARE=y
CONFIG_SFC=m
CONFIG_SFC_MTD=y
CONFIG_SFC_MCDI_MON=y
CONFIG_SFC_SRIOV=y
# CONFIG_SFC_MCDI_LOGGING is not set
CONFIG_SFC_FALCON=m
CONFIG_SFC_FALCON_MTD=y
CONFIG_SFC_SIENA=m
CONFIG_SFC_SIENA_MTD=y
CONFIG_SFC_SIENA_MCDI_MON=y
CONFIG_SFC_SIENA_SRIOV=y
CONFIG_SFC_SIENA_MCDI_LOGGING=y
CONFIG_NET_VENDOR_SMSC=y
CONFIG_PCMCIA_SMC91C92=m
CONFIG_EPIC100=m
CONFIG_SMSC911X=m
CONFIG_SMSC9420=m
# CONFIG_NET_VENDOR_SOCIONEXT is not set
CONFIG_NET_VENDOR_STMICRO=y
CONFIG_STMMAC_ETH=m
# CONFIG_STMMAC_SELFTESTS is not set
# CONFIG_STMMAC_PLATFORM is not set
CONFIG_DWMAC_INTEL=m
# CONFIG_DWMAC_LOONGSON is not set
# CONFIG_STMMAC_PCI is not set
CONFIG_NET_VENDOR_SUN=y
CONFIG_HAPPYMEAL=m
CONFIG_SUNGEM=m
CONFIG_CASSINI=m
CONFIG_NIU=m
# CONFIG_NET_VENDOR_SYNOPSYS is not set
CONFIG_NET_VENDOR_TEHUTI=y
CONFIG_TEHUTI=m
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_PHY_SEL is not set
CONFIG_TLAN=m
CONFIG_NET_VENDOR_VERTEXCOM=y
CONFIG_MSE102X=m
CONFIG_NET_VENDOR_VIA=y
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
CONFIG_VIA_VELOCITY=m
CONFIG_NET_VENDOR_WIZNET=y
CONFIG_WIZNET_W5100=m
CONFIG_WIZNET_W5300=m
# CONFIG_WIZNET_BUS_DIRECT is not set
# CONFIG_WIZNET_BUS_INDIRECT is not set
CONFIG_WIZNET_BUS_ANY=y
CONFIG_WIZNET_W5100_SPI=m
CONFIG_NET_VENDOR_XILINX=y
CONFIG_XILINX_EMACLITE=m
# CONFIG_XILINX_AXI_EMAC is not set
CONFIG_XILINX_LL_TEMAC=m
CONFIG_NET_VENDOR_XIRCOM=y
CONFIG_PCMCIA_XIRC2PS=m
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_PHYLINK=m
CONFIG_PHYLIB=y
CONFIG_SWPHY=y
CONFIG_LED_TRIGGER_PHY=y
CONFIG_FIXED_PHY=y
CONFIG_SFP=m

#
# MII PHY device drivers
#
CONFIG_AMD_PHY=m
CONFIG_ADIN_PHY=m
# CONFIG_ADIN1100_PHY is not set
CONFIG_AQUANTIA_PHY=m
CONFIG_AX88796B_PHY=m
CONFIG_BROADCOM_PHY=m
CONFIG_BCM54140_PHY=m
CONFIG_BCM7XXX_PHY=m
# CONFIG_BCM84881_PHY is not set
CONFIG_BCM87XX_PHY=m
CONFIG_BCM_NET_PHYLIB=m
CONFIG_BCM_NET_PHYPTP=m
CONFIG_CICADA_PHY=m
CONFIG_CORTINA_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_ICPLUS_PHY=m
CONFIG_LXT_PHY=m
CONFIG_INTEL_XWAY_PHY=m
CONFIG_LSI_ET1011C_PHY=m
CONFIG_MARVELL_PHY=m
CONFIG_MARVELL_10G_PHY=m
CONFIG_MARVELL_88X2222_PHY=m
CONFIG_MAXLINEAR_GPHY=m
CONFIG_MEDIATEK_GE_PHY=m
CONFIG_MICREL_PHY=m
CONFIG_MICROCHIP_PHY=m
# CONFIG_MICROCHIP_T1_PHY is not set
CONFIG_MICROSEMI_PHY=m
CONFIG_MOTORCOMM_PHY=m
CONFIG_NATIONAL_PHY=m
CONFIG_NXP_C45_TJA11XX_PHY=m
# CONFIG_NXP_TJA11XX_PHY is not set
CONFIG_AT803X_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_REALTEK_PHY=y
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
CONFIG_SMSC_PHY=m
CONFIG_STE10XP=m
CONFIG_TERANETICS_PHY=m
CONFIG_DP83822_PHY=m
# CONFIG_DP83TC811_PHY is not set
CONFIG_DP83848_PHY=m
# CONFIG_DP83867_PHY is not set
CONFIG_DP83869_PHY=m
# CONFIG_DP83TD510_PHY is not set
CONFIG_VITESSE_PHY=m
CONFIG_XILINX_GMII2RGMII=m
# CONFIG_MICREL_KS8995MA is not set
# CONFIG_PSE_CONTROLLER is not set
CONFIG_CAN_DEV=m
CONFIG_CAN_VCAN=m
CONFIG_CAN_VXCAN=m
CONFIG_CAN_NETLINK=y
CONFIG_CAN_CALC_BITTIMING=y
CONFIG_CAN_RX_OFFLOAD=y
CONFIG_CAN_CAN327=m
# CONFIG_CAN_KVASER_PCIEFD is not set
CONFIG_CAN_SLCAN=m
# CONFIG_CAN_C_CAN is not set
# CONFIG_CAN_CC770 is not set
CONFIG_CAN_CTUCANFD=m
CONFIG_CAN_CTUCANFD_PCI=m
CONFIG_CAN_IFI_CANFD=m
CONFIG_CAN_M_CAN=m
CONFIG_CAN_M_CAN_PCI=m
# CONFIG_CAN_M_CAN_PLATFORM is not set
# CONFIG_CAN_M_CAN_TCAN4X5X is not set
CONFIG_CAN_PEAK_PCIEFD=m
# CONFIG_CAN_SJA1000 is not set
# CONFIG_CAN_SOFTING is not set

#
# CAN SPI interfaces
#
CONFIG_CAN_HI311X=m
CONFIG_CAN_MCP251X=m
CONFIG_CAN_MCP251XFD=m
# CONFIG_CAN_MCP251XFD_SANITY is not set
# end of CAN SPI interfaces

#
# CAN USB interfaces
#
CONFIG_CAN_8DEV_USB=m
CONFIG_CAN_EMS_USB=m
CONFIG_CAN_ESD_USB=m
# CONFIG_CAN_ETAS_ES58X is not set
CONFIG_CAN_GS_USB=m
CONFIG_CAN_KVASER_USB=m
CONFIG_CAN_MCBA_USB=m
CONFIG_CAN_PEAK_USB=m
# CONFIG_CAN_UCAN is not set
# end of CAN USB interfaces

CONFIG_CAN_DEBUG_DEVICES=y

#
# MCTP Device Drivers
#
CONFIG_MCTP_SERIAL=m
# CONFIG_MCTP_TRANSPORT_I2C is not set
# end of MCTP Device Drivers

CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_FWNODE_MDIO=y
CONFIG_ACPI_MDIO=y
CONFIG_MDIO_DEVRES=y
CONFIG_MDIO_BITBANG=m
CONFIG_MDIO_BCM_UNIMAC=m
# CONFIG_MDIO_GPIO is not set
CONFIG_MDIO_I2C=m
CONFIG_MDIO_MVUSB=m
# CONFIG_MDIO_MSCC_MIIM is not set
# CONFIG_MDIO_THUNDER is not set

#
# MDIO Multiplexers
#

#
# PCS device drivers
#
CONFIG_PCS_XPCS=m
CONFIG_PCS_ALTERA_TSE=m
# end of PCS device drivers

# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOATM=m
CONFIG_PPPOE=m
CONFIG_PPTP=m
CONFIG_PPPOL2TP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_SLHC=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_RTL8152=m
CONFIG_USB_LAN78XX=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_AX88179_178A=m
CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_CDC_EEM=m
CONFIG_USB_NET_CDC_NCM=m
CONFIG_USB_NET_HUAWEI_CDC_NCM=m
CONFIG_USB_NET_CDC_MBIM=m
CONFIG_USB_NET_DM9601=m
CONFIG_USB_NET_SR9700=m
# CONFIG_USB_NET_SR9800 is not set
CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=m
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET_ENABLE=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=m
CONFIG_USB_NET_CX82310_ETH=m
CONFIG_USB_NET_KALMIA=m
CONFIG_USB_NET_QMI_WWAN=m
CONFIG_USB_HSO=m
CONFIG_USB_NET_INT51X1=m
CONFIG_USB_IPHETH=m
CONFIG_USB_SIERRA_NET=m
CONFIG_USB_VL600=m
CONFIG_USB_NET_CH9200=m
CONFIG_USB_NET_AQC111=m
CONFIG_USB_RTL8153_ECM=m
CONFIG_WLAN=y
# CONFIG_WLAN_VENDOR_ADMTEK is not set
CONFIG_ATH_COMMON=m
CONFIG_WLAN_VENDOR_ATH=y
CONFIG_ATH_DEBUG=y
# CONFIG_ATH_TRACEPOINTS is not set
CONFIG_ATH5K=m
CONFIG_ATH5K_DEBUG=y
# CONFIG_ATH5K_TRACER is not set
CONFIG_ATH5K_PCI=y
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_COMMON_DEBUG=y
CONFIG_ATH9K_BTCOEX_SUPPORT=y
CONFIG_ATH9K=m
CONFIG_ATH9K_PCI=y
CONFIG_ATH9K_AHB=y
CONFIG_ATH9K_DEBUGFS=y
# CONFIG_ATH9K_STATION_STATISTICS is not set
# CONFIG_ATH9K_DYNACK is not set
# CONFIG_ATH9K_WOW is not set
CONFIG_ATH9K_RFKILL=y
# CONFIG_ATH9K_CHANNEL_CONTEXT is not set
CONFIG_ATH9K_PCOEM=y
CONFIG_ATH9K_PCI_NO_EEPROM=m
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set
# CONFIG_ATH9K_HWRNG is not set
# CONFIG_ATH9K_COMMON_SPECTRAL is not set
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
CONFIG_CARL9170_DEBUGFS=y
CONFIG_CARL9170_WPC=y
# CONFIG_CARL9170_HWRNG is not set
CONFIG_ATH6KL=m
CONFIG_ATH6KL_SDIO=m
CONFIG_ATH6KL_USB=m
CONFIG_ATH6KL_DEBUG=y
# CONFIG_ATH6KL_TRACING is not set
CONFIG_AR5523=m
CONFIG_WIL6210=m
CONFIG_WIL6210_ISR_COR=y
# CONFIG_WIL6210_TRACING is not set
CONFIG_WIL6210_DEBUGFS=y
CONFIG_ATH10K=m
CONFIG_ATH10K_CE=y
CONFIG_ATH10K_PCI=m
CONFIG_ATH10K_SDIO=m
CONFIG_ATH10K_USB=m
# CONFIG_ATH10K_DEBUG is not set
CONFIG_ATH10K_DEBUGFS=y
# CONFIG_ATH10K_SPECTRAL is not set
# CONFIG_ATH10K_TRACING is not set
CONFIG_WCN36XX=m
# CONFIG_WCN36XX_DEBUGFS is not set
CONFIG_ATH11K=m
# CONFIG_ATH11K_AHB is not set
CONFIG_ATH11K_PCI=m
# CONFIG_ATH11K_DEBUG is not set
# CONFIG_ATH11K_DEBUGFS is not set
# CONFIG_ATH11K_TRACING is not set
# CONFIG_WLAN_VENDOR_ATMEL is not set
CONFIG_WLAN_VENDOR_BROADCOM=y
CONFIG_B43=m
CONFIG_B43_BCMA=y
CONFIG_B43_SSB=y
CONFIG_B43_BUSES_BCMA_AND_SSB=y
# CONFIG_B43_BUSES_BCMA is not set
# CONFIG_B43_BUSES_SSB is not set
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_SDIO=y
CONFIG_B43_BCMA_PIO=y
CONFIG_B43_PIO=y
CONFIG_B43_PHY_G=y
CONFIG_B43_PHY_N=y
CONFIG_B43_PHY_LP=y
CONFIG_B43_PHY_HT=y
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
CONFIG_B43_DEBUG=y
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
CONFIG_BRCMUTIL=m
CONFIG_BRCMSMAC=m
CONFIG_BRCMSMAC_LEDS=y
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_PROTO_BCDC=y
CONFIG_BRCMFMAC_PROTO_MSGBUF=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCMFMAC_USB=y
CONFIG_BRCMFMAC_PCIE=y
# CONFIG_BRCM_TRACING is not set
# CONFIG_BRCMDBG is not set
# CONFIG_WLAN_VENDOR_CISCO is not set
CONFIG_WLAN_VENDOR_INTEL=y
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLEGACY=m
CONFIG_IWL4965=m
CONFIG_IWL3945=m

#
# iwl3945 / iwl4965 Debugging Options
#
CONFIG_IWLEGACY_DEBUG=y
CONFIG_IWLEGACY_DEBUGFS=y
# end of iwl3945 / iwl4965 Debugging Options

CONFIG_IWLWIFI=m
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLDVM=m
CONFIG_IWLMVM=m
CONFIG_IWLWIFI_OPMODE_MODULAR=y

#
# Debugging Options
#
CONFIG_IWLWIFI_DEBUG=y
CONFIG_IWLWIFI_DEBUGFS=y
CONFIG_IWLWIFI_DEVICE_TRACING=y
# end of Debugging Options

CONFIG_WLAN_VENDOR_INTERSIL=y
# CONFIG_HOSTAP is not set
CONFIG_HERMES=m
CONFIG_HERMES_PRISM=y
CONFIG_HERMES_CACHE_FW_ON_INIT=y
CONFIG_PLX_HERMES=m
# CONFIG_TMD_HERMES is not set
CONFIG_NORTEL_HERMES=m
CONFIG_PCI_HERMES=m
CONFIG_PCMCIA_HERMES=m
# CONFIG_PCMCIA_SPECTRUM is not set
CONFIG_ORINOCO_USB=m
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
CONFIG_P54_PCI=m
# CONFIG_P54_SPI is not set
CONFIG_P54_LEDS=y
CONFIG_WLAN_VENDOR_MARVELL=y
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
CONFIG_LIBERTAS_CS=m
CONFIG_LIBERTAS_SDIO=m
# CONFIG_LIBERTAS_SPI is not set
# CONFIG_LIBERTAS_DEBUG is not set
CONFIG_LIBERTAS_MESH=y
# CONFIG_LIBERTAS_THINFIRM is not set
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
CONFIG_MWIFIEX_USB=m
CONFIG_MWL8K=m
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_MT7601U=m
CONFIG_MT76_CORE=m
CONFIG_MT76_LEDS=y
CONFIG_MT76_USB=m
CONFIG_MT76_SDIO=m
CONFIG_MT76x02_LIB=m
CONFIG_MT76x02_USB=m
CONFIG_MT76_CONNAC_LIB=m
CONFIG_MT76x0_COMMON=m
CONFIG_MT76x0U=m
CONFIG_MT76x0E=m
CONFIG_MT76x2_COMMON=m
CONFIG_MT76x2E=m
CONFIG_MT76x2U=m
CONFIG_MT7603E=m
CONFIG_MT7615_COMMON=m
CONFIG_MT7615E=m
CONFIG_MT7663_USB_SDIO_COMMON=m
CONFIG_MT7663U=m
CONFIG_MT7663S=m
CONFIG_MT7915E=m
CONFIG_MT7921_COMMON=m
CONFIG_MT7921E=m
CONFIG_MT7921S=m
CONFIG_MT7921U=m
# CONFIG_MT7996E is not set
CONFIG_WLAN_VENDOR_MICROCHIP=y
# CONFIG_WILC1000_SDIO is not set
# CONFIG_WILC1000_SPI is not set
# CONFIG_WLAN_VENDOR_PURELIFI is not set
CONFIG_WLAN_VENDOR_RALINK=y
CONFIG_RT2X00=m
CONFIG_RT2400PCI=m
CONFIG_RT2500PCI=m
CONFIG_RT61PCI=m
CONFIG_RT2800PCI=m
CONFIG_RT2800PCI_RT33XX=y
CONFIG_RT2800PCI_RT35XX=y
CONFIG_RT2800PCI_RT53XX=y
CONFIG_RT2800PCI_RT3290=y
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
CONFIG_RT2800USB_RT35XX=y
CONFIG_RT2800USB_RT3573=y
CONFIG_RT2800USB_RT53XX=y
CONFIG_RT2800USB_RT55XX=y
CONFIG_RT2800USB_UNKNOWN=y
CONFIG_RT2800_LIB=m
CONFIG_RT2800_LIB_MMIO=m
CONFIG_RT2X00_LIB_MMIO=m
CONFIG_RT2X00_LIB_PCI=m
CONFIG_RT2X00_LIB_USB=m
CONFIG_RT2X00_LIB=m
CONFIG_RT2X00_LIB_FIRMWARE=y
CONFIG_RT2X00_LIB_CRYPTO=y
CONFIG_RT2X00_LIB_LEDS=y
CONFIG_RT2X00_LIB_DEBUGFS=y
# CONFIG_RT2X00_DEBUG is not set
CONFIG_WLAN_VENDOR_REALTEK=y
CONFIG_RTL8180=m
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_RTL_CARDS=m
CONFIG_RTL8192CE=m
CONFIG_RTL8192SE=m
CONFIG_RTL8192DE=m
CONFIG_RTL8723AE=m
CONFIG_RTL8723BE=m
CONFIG_RTL8188EE=m
CONFIG_RTL8192EE=m
CONFIG_RTL8821AE=m
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_PCI=m
CONFIG_RTLWIFI_USB=m
# CONFIG_RTLWIFI_DEBUG is not set
CONFIG_RTL8192C_COMMON=m
CONFIG_RTL8723_COMMON=m
CONFIG_RTLBTCOEXIST=m
CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU_UNTESTED=y
CONFIG_RTW88=m
CONFIG_RTW88_CORE=m
CONFIG_RTW88_PCI=m
CONFIG_RTW88_8822B=m
CONFIG_RTW88_8822C=m
CONFIG_RTW88_8723D=m
CONFIG_RTW88_8821C=m
CONFIG_RTW88_8822BE=m
# CONFIG_RTW88_8822BU is not set
CONFIG_RTW88_8822CE=m
# CONFIG_RTW88_8822CU is not set
CONFIG_RTW88_8723DE=m
# CONFIG_RTW88_8723DU is not set
CONFIG_RTW88_8821CE=m
# CONFIG_RTW88_8821CU is not set
CONFIG_RTW88_DEBUG=y
CONFIG_RTW88_DEBUGFS=y
CONFIG_RTW89=m
CONFIG_RTW89_CORE=m
CONFIG_RTW89_PCI=m
CONFIG_RTW89_8852A=m
CONFIG_RTW89_8852C=m
CONFIG_RTW89_8852AE=m
# CONFIG_RTW89_8852BE is not set
CONFIG_RTW89_8852CE=m
CONFIG_RTW89_DEBUG=y
CONFIG_RTW89_DEBUGMSG=y
CONFIG_RTW89_DEBUGFS=y
CONFIG_WLAN_VENDOR_RSI=y
CONFIG_RSI_91X=m
CONFIG_RSI_DEBUGFS=y
CONFIG_RSI_SDIO=m
CONFIG_RSI_USB=m
CONFIG_RSI_COEX=y
# CONFIG_WLAN_VENDOR_SILABS is not set
CONFIG_WLAN_VENDOR_ST=y
CONFIG_CW1200=m
CONFIG_CW1200_WLAN_SDIO=m
CONFIG_CW1200_WLAN_SPI=m
CONFIG_WLAN_VENDOR_TI=y
CONFIG_WL1251=m
CONFIG_WL1251_SPI=m
CONFIG_WL1251_SDIO=m
CONFIG_WL12XX=m
CONFIG_WL18XX=m
CONFIG_WLCORE=m
CONFIG_WLCORE_SDIO=m
CONFIG_WLAN_VENDOR_ZYDAS=y
# CONFIG_USB_ZD1201 is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
CONFIG_WLAN_VENDOR_QUANTENNA=y
CONFIG_QTNFMAC=m
CONFIG_QTNFMAC_PCIE=m
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_PCMCIA_WL3501 is not set
CONFIG_MAC80211_HWSIM=m
CONFIG_USB_NET_RNDIS_WLAN=m
CONFIG_VIRT_WIFI=m
# CONFIG_WAN is not set
CONFIG_IEEE802154_DRIVERS=m
CONFIG_IEEE802154_FAKELB=m
CONFIG_IEEE802154_AT86RF230=m
CONFIG_IEEE802154_MRF24J40=m
CONFIG_IEEE802154_CC2520=m
CONFIG_IEEE802154_ATUSB=m
CONFIG_IEEE802154_ADF7242=m
CONFIG_IEEE802154_CA8210=m
# CONFIG_IEEE802154_CA8210_DEBUGFS is not set
CONFIG_IEEE802154_MCR20A=m
# CONFIG_IEEE802154_HWSIM is not set

#
# Wireless WAN
#
CONFIG_WWAN=y
CONFIG_WWAN_DEBUGFS=y
CONFIG_WWAN_HWSIM=m
CONFIG_MHI_WWAN_CTRL=m
CONFIG_MHI_WWAN_MBIM=m
CONFIG_IOSM=m
CONFIG_MTK_T7XX=m
# end of Wireless WAN

CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_NETDEV_BACKEND=m
CONFIG_VMXNET3=m
CONFIG_FUJITSU_ES=m
CONFIG_USB4_NET=m
CONFIG_HYPERV_NET=m
CONFIG_NETDEVSIM=m
CONFIG_NET_FAILOVER=m
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=m
CONFIG_INPUT_SPARSEKMAP=m
CONFIG_INPUT_MATRIXKMAP=m
CONFIG_INPUT_VIVALDIFMAP=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADC is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_APPLESPI=m
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_QT1050=m
CONFIG_KEYBOARD_QT1070=m
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_GPIO=m
CONFIG_KEYBOARD_GPIO_POLLED=m
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_PINEPHONE is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
CONFIG_KEYBOARD_TM2_TOUCHKEY=m
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_KEYBOARD_CROS_EC=m
CONFIG_KEYBOARD_CYPRESS_SF=m
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y
CONFIG_MOUSE_PS2_SENTELIC=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_MOUSE_PS2_VMMOUSE=y
CONFIG_MOUSE_PS2_SMBUS=y
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_BCM5974=m
CONFIG_MOUSE_CYAPA=m
CONFIG_MOUSE_ELAN_I2C=m
CONFIG_MOUSE_ELAN_I2C_I2C=y
CONFIG_MOUSE_ELAN_I2C_SMBUS=y
CONFIG_MOUSE_VSXXXAA=m
# CONFIG_MOUSE_GPIO is not set
CONFIG_MOUSE_SYNAPTICS_I2C=m
CONFIG_MOUSE_SYNAPTICS_USB=m
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_A3D=m
CONFIG_JOYSTICK_ADC=m
CONFIG_JOYSTICK_ADI=m
CONFIG_JOYSTICK_COBRA=m
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=m
CONFIG_JOYSTICK_GRIP_MP=m
CONFIG_JOYSTICK_GUILLEMOT=m
CONFIG_JOYSTICK_INTERACT=m
CONFIG_JOYSTICK_SIDEWINDER=m
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=m
CONFIG_JOYSTICK_IFORCE_232=m
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
CONFIG_JOYSTICK_ZHENHUA=m
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
# CONFIG_JOYSTICK_AS5011 is not set
CONFIG_JOYSTICK_JOYDUMP=m
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_JOYSTICK_XPAD_LEDS=y
CONFIG_JOYSTICK_WALKERA0701=m
CONFIG_JOYSTICK_PSXPAD_SPI=m
CONFIG_JOYSTICK_PSXPAD_SPI_FF=y
CONFIG_JOYSTICK_PXRC=m
CONFIG_JOYSTICK_QWIIC=m
# CONFIG_JOYSTICK_FSIA6B is not set
# CONFIG_JOYSTICK_SENSEHAT is not set
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=m
CONFIG_TABLET_USB_AIPTEK=m
CONFIG_TABLET_USB_HANWANG=m
CONFIG_TABLET_USB_KBTAB=m
CONFIG_TABLET_USB_PEGASUS=m
CONFIG_TABLET_SERIAL_WACOM4=m
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ADC is not set
CONFIG_TOUCHSCREEN_ATMEL_MXT=m
# CONFIG_TOUCHSCREEN_ATMEL_MXT_T37 is not set
CONFIG_TOUCHSCREEN_AUO_PIXCIR=m
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_BU21029 is not set
CONFIG_TOUCHSCREEN_CHIPONE_ICN8505=m
CONFIG_TOUCHSCREEN_CY8CTMA140=m
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP5 is not set
CONFIG_TOUCHSCREEN_DYNAPRO=m
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
CONFIG_TOUCHSCREEN_EETI=m
CONFIG_TOUCHSCREEN_EGALAX_SERIAL=m
# CONFIG_TOUCHSCREEN_EXC3000 is not set
CONFIG_TOUCHSCREEN_FUJITSU=m
CONFIG_TOUCHSCREEN_GOODIX=m
# CONFIG_TOUCHSCREEN_HIDEEP is not set
CONFIG_TOUCHSCREEN_HYCON_HY46XX=m
# CONFIG_TOUCHSCREEN_HYNITRON_CSTXXX is not set
CONFIG_TOUCHSCREEN_ILI210X=m
CONFIG_TOUCHSCREEN_ILITEK=m
# CONFIG_TOUCHSCREEN_S6SY761 is not set
CONFIG_TOUCHSCREEN_GUNZE=m
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
CONFIG_TOUCHSCREEN_ELAN=m
CONFIG_TOUCHSCREEN_ELO=m
CONFIG_TOUCHSCREEN_WACOM_W8001=m
CONFIG_TOUCHSCREEN_WACOM_I2C=m
# CONFIG_TOUCHSCREEN_MAX11801 is not set
CONFIG_TOUCHSCREEN_MCS5000=m
CONFIG_TOUCHSCREEN_MMS114=m
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
CONFIG_TOUCHSCREEN_MSG2638=m
CONFIG_TOUCHSCREEN_MTOUCH=m
CONFIG_TOUCHSCREEN_IMAGIS=m
CONFIG_TOUCHSCREEN_INEXIO=m
CONFIG_TOUCHSCREEN_MK712=m
CONFIG_TOUCHSCREEN_PENMOUNT=m
CONFIG_TOUCHSCREEN_EDT_FT5X06=m
CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
CONFIG_TOUCHSCREEN_TOUCHWIN=m
CONFIG_TOUCHSCREEN_PIXCIR=m
# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
# CONFIG_TOUCHSCREEN_WM97XX is not set
CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_TOUCHSCREEN_USB_EGALAX=y
CONFIG_TOUCHSCREEN_USB_PANJIT=y
CONFIG_TOUCHSCREEN_USB_3M=y
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
CONFIG_TOUCHSCREEN_USB_JASTEC=y
CONFIG_TOUCHSCREEN_USB_ELO=y
CONFIG_TOUCHSCREEN_USB_E2I=y
CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
CONFIG_TOUCHSCREEN_USB_NEXIO=y
CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
CONFIG_TOUCHSCREEN_TOUCHIT213=m
CONFIG_TOUCHSCREEN_TSC_SERIO=m
# CONFIG_TOUCHSCREEN_TSC2004 is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
CONFIG_TOUCHSCREEN_TSC2007=m
CONFIG_TOUCHSCREEN_TSC2007_IIO=y
CONFIG_TOUCHSCREEN_RM_TS=m
CONFIG_TOUCHSCREEN_SILEAD=m
CONFIG_TOUCHSCREEN_SIS_I2C=m
CONFIG_TOUCHSCREEN_ST1232=m
# CONFIG_TOUCHSCREEN_STMFTS is not set
# CONFIG_TOUCHSCREEN_SUR40 is not set
CONFIG_TOUCHSCREEN_SURFACE3_SPI=m
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
CONFIG_TOUCHSCREEN_ZET6223=m
CONFIG_TOUCHSCREEN_ZFORCE=m
CONFIG_TOUCHSCREEN_COLIBRI_VF50=m
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
CONFIG_TOUCHSCREEN_IQS5XX=m
CONFIG_TOUCHSCREEN_ZINITIX=m
# CONFIG_TOUCHSCREEN_HIMAX_HX83112B is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_ARIZONA_HAPTICS is not set
# CONFIG_INPUT_BMA150 is not set
CONFIG_INPUT_E3X0_BUTTON=m
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_MMA8450 is not set
CONFIG_INPUT_APANEL=m
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_DECODER is not set
CONFIG_INPUT_GPIO_VIBRA=m
CONFIG_INPUT_ATLAS_BTNS=m
CONFIG_INPUT_ATI_REMOTE2=m
CONFIG_INPUT_KEYSPAN_REMOTE=m
CONFIG_INPUT_KXTJ9=m
CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_CM109=m
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
CONFIG_INPUT_AXP20X_PEK=m
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
CONFIG_INPUT_PWM_BEEPER=m
# CONFIG_INPUT_PWM_VIBRA is not set
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
# CONFIG_INPUT_DA7280_HAPTICS is not set
# CONFIG_INPUT_ADXL34X is not set
CONFIG_INPUT_IBM_PANEL=m
# CONFIG_INPUT_IMS_PCU is not set
CONFIG_INPUT_IQS269A=m
CONFIG_INPUT_IQS626A=m
CONFIG_INPUT_IQS7222=m
CONFIG_INPUT_CMA3000=m
CONFIG_INPUT_CMA3000_I2C=m
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m
CONFIG_INPUT_IDEAPAD_SLIDEBAR=m
CONFIG_INPUT_SOC_BUTTON_ARRAY=m
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
CONFIG_INPUT_RT5120_PWRKEY=m
CONFIG_RMI4_CORE=m
CONFIG_RMI4_I2C=m
CONFIG_RMI4_SPI=m
CONFIG_RMI4_SMB=m
CONFIG_RMI4_F03=y
CONFIG_RMI4_F03_SERIO=m
CONFIG_RMI4_2D_SENSOR=y
CONFIG_RMI4_F11=y
CONFIG_RMI4_F12=y
CONFIG_RMI4_F30=y
CONFIG_RMI4_F34=y
CONFIG_RMI4_F3A=y
# CONFIG_RMI4_F54 is not set
CONFIG_RMI4_F55=y

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_SERIO_ALTERA_PS2=m
# CONFIG_SERIO_PS2MULT is not set
CONFIG_SERIO_ARC_PS2=m
CONFIG_HYPERV_KEYBOARD=m
# CONFIG_SERIO_GPIO_PS2 is not set
# CONFIG_USERIO is not set
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m
# end of Hardware I/O ports
# end of Input device support

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_LEGACY_TIOCSTI=y
CONFIG_LDISC_AUTOLOAD=y

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_16550A_VARIANTS is not set
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=m
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=32
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_DWLIB=y
CONFIG_SERIAL_8250_DW=y
CONFIG_SERIAL_8250_RT288X=y
CONFIG_SERIAL_8250_LPSS=m
CONFIG_SERIAL_8250_MID=y
CONFIG_SERIAL_8250_PERICOM=y

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_KGDB_NMI is not set
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
CONFIG_SERIAL_JSM=m
# CONFIG_SERIAL_LANTIQ is not set
# CONFIG_SERIAL_SCCNXP is not set
CONFIG_SERIAL_SC16IS7XX_CORE=m
CONFIG_SERIAL_SC16IS7XX=m
# CONFIG_SERIAL_SC16IS7XX_I2C is not set
CONFIG_SERIAL_SC16IS7XX_SPI=y
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
CONFIG_SERIAL_ARC=m
CONFIG_SERIAL_ARC_NR_PORTS=1
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_FSL_LINFLEXUART is not set
# CONFIG_SERIAL_SPRD is not set
# end of Serial drivers

CONFIG_SERIAL_MCTRL_GPIO=y
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
CONFIG_SYNCLINK_GT=m
CONFIG_N_HDLC=m
CONFIG_N_GSM=m
CONFIG_NOZOMI=m
CONFIG_NULL_TTY=m
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_SERIAL_DEV_BUS=y
CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
CONFIG_PRINTER=m
CONFIG_LP_CONSOLE=y
CONFIG_PPDEV=m
CONFIG_VIRTIO_CONSOLE=m
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_DMI_DECODE=y
CONFIG_IPMI_PLAT_DATA=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_SSIF=m
CONFIG_IPMI_IPMB=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
# CONFIG_SSIF_IPMI_BMC is not set
# CONFIG_IPMB_DEVICE_INTERFACE is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=m
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
# CONFIG_HW_RANDOM_BA431 is not set
CONFIG_HW_RANDOM_VIA=m
CONFIG_HW_RANDOM_VIRTIO=y
CONFIG_HW_RANDOM_XIPHERA=m
# CONFIG_APPLICOM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
CONFIG_CARDMAN_4000=m
CONFIG_CARDMAN_4040=m
# CONFIG_SCR24X is not set
CONFIG_IPWIRELESS=m
# end of PCMCIA character devices

CONFIG_MWAVE=m
CONFIG_DEVMEM=y
CONFIG_NVRAM=y
CONFIG_DEVPORT=y
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
CONFIG_HANGCHECK_TIMER=m
CONFIG_UV_MMTIMER=m
CONFIG_TCG_TPM=y
CONFIG_HW_RANDOM_TPM=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
CONFIG_TCG_TIS_SPI=m
CONFIG_TCG_TIS_SPI_CR50=y
CONFIG_TCG_TIS_I2C=m
CONFIG_TCG_TIS_I2C_CR50=m
CONFIG_TCG_TIS_I2C_ATMEL=m
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
# CONFIG_TCG_XEN is not set
CONFIG_TCG_CRB=y
CONFIG_TCG_VTPM_PROXY=m
# CONFIG_TCG_TIS_ST33ZP24_I2C is not set
# CONFIG_TCG_TIS_ST33ZP24_SPI is not set
CONFIG_TELCLOCK=m
CONFIG_XILLYBUS_CLASS=m
CONFIG_XILLYBUS=m
CONFIG_XILLYBUS_PCIE=m
CONFIG_XILLYUSB=m
# end of Character devices

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=m

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_MUX_GPIO is not set
CONFIG_I2C_MUX_LTC4306=m
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
# CONFIG_I2C_MUX_REG is not set
CONFIG_I2C_MUX_MLXCPLD=m
# end of Multiplexer I2C Chip support

CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=m
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
CONFIG_I2C_CCGX_UCSI=y
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_AMD_MP2=m
CONFIG_I2C_I801=m
CONFIG_I2C_ISCH=m
CONFIG_I2C_ISMT=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_CHT_WC=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_NFORCE2_S4985=m
CONFIG_I2C_NVIDIA_GPU=m
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m

#
# ACPI drivers
#
CONFIG_I2C_SCMI=m

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
CONFIG_I2C_DESIGNWARE_CORE=y
CONFIG_I2C_DESIGNWARE_SLAVE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_DESIGNWARE_AMDPSP=y
CONFIG_I2C_DESIGNWARE_BAYTRAIL=y
CONFIG_I2C_DESIGNWARE_PCI=y
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PCA_PLATFORM=m
CONFIG_I2C_SIMTEC=m
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_DIOLAN_U2C=m
CONFIG_I2C_DLN2=m
CONFIG_I2C_CP2615=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PCI1XXXX=m
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
CONFIG_I2C_TINY_USB=m

#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_MLXCPLD=m
CONFIG_I2C_CROS_EC_TUNNEL=m
CONFIG_I2C_VIRTIO=m
# end of I2C Hardware Bus support

CONFIG_I2C_STUB=m
CONFIG_I2C_SLAVE=y
CONFIG_I2C_SLAVE_EEPROM=m
# CONFIG_I2C_SLAVE_TESTUNIT is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# end of I2C support

# CONFIG_I3C is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
# CONFIG_SPI_MEM is not set

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
CONFIG_SPI_ALTERA_CORE=m
CONFIG_SPI_ALTERA_DFL=m
# CONFIG_SPI_AXI_SPI_ENGINE is not set
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_BUTTERFLY is not set
# CONFIG_SPI_CADENCE is not set
# CONFIG_SPI_DESIGNWARE is not set
CONFIG_SPI_DLN2=m
# CONFIG_SPI_NXP_FLEXSPI is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_LM70_LLP is not set
CONFIG_SPI_MICROCHIP_CORE=m
CONFIG_SPI_MICROCHIP_CORE_QSPI=m
# CONFIG_SPI_LANTIQ_SSC is not set
# CONFIG_SPI_OC_TINY is not set
# CONFIG_SPI_PCI1XXXX is not set
CONFIG_SPI_PXA2XX=m
CONFIG_SPI_PXA2XX_PCI=m
# CONFIG_SPI_ROCKCHIP is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_SIFIVE is not set
# CONFIG_SPI_MXIC is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_ZYNQMP_GQSPI is not set
CONFIG_SPI_AMD=y

#
# SPI Multiplexer support
#
CONFIG_SPI_MUX=m

#
# SPI Protocol Masters
#
CONFIG_SPI_SPIDEV=m
# CONFIG_SPI_LOOPBACK_TEST is not set
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPI_SLAVE is not set
CONFIG_SPI_DYNAMIC=y
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
CONFIG_PPS_CLIENT_LDISC=m
CONFIG_PPS_CLIENT_PARPORT=m
CONFIG_PPS_CLIENT_GPIO=m

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
CONFIG_DP83640_PHY=m
# CONFIG_PTP_1588_CLOCK_INES is not set
CONFIG_PTP_1588_CLOCK_KVM=m
CONFIG_PTP_1588_CLOCK_IDT82P33=m
CONFIG_PTP_1588_CLOCK_IDTCM=m
CONFIG_PTP_1588_CLOCK_VMW=m
# CONFIG_PTP_1588_CLOCK_OCP is not set
# end of PTP clock support

CONFIG_PINCTRL=y
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
CONFIG_PINCTRL_CY8C95X0=m
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_SX150X is not set

#
# Intel pinctrl drivers
#
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=y
CONFIG_PINCTRL_LYNXPOINT=m
CONFIG_PINCTRL_INTEL=y
CONFIG_PINCTRL_ALDERLAKE=m
CONFIG_PINCTRL_BROXTON=m
CONFIG_PINCTRL_CANNONLAKE=m
CONFIG_PINCTRL_CEDARFORK=m
CONFIG_PINCTRL_DENVERTON=m
CONFIG_PINCTRL_ELKHARTLAKE=m
CONFIG_PINCTRL_EMMITSBURG=m
CONFIG_PINCTRL_GEMINILAKE=m
CONFIG_PINCTRL_ICELAKE=m
CONFIG_PINCTRL_JASPERLAKE=m
CONFIG_PINCTRL_LAKEFIELD=m
CONFIG_PINCTRL_LEWISBURG=m
CONFIG_PINCTRL_METEORLAKE=m
CONFIG_PINCTRL_SUNRISEPOINT=m
CONFIG_PINCTRL_TIGERLAKE=m
# end of Intel pinctrl drivers

#
# Renesas pinctrl drivers
#
# end of Renesas pinctrl drivers

CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_CDEV=y
CONFIG_GPIO_CDEV_V1=y
CONFIG_GPIO_GENERIC=m
CONFIG_GPIO_IDIO_16=m

#
# Memory mapped GPIO drivers
#
CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_GENERIC_PLATFORM is not set
CONFIG_GPIO_ICH=m
# CONFIG_GPIO_MB86S7X is not set
# CONFIG_GPIO_VX855 is not set
CONFIG_GPIO_AMD_FCH=m
# end of Memory mapped GPIO drivers

#
# Port-mapped I/O GPIO drivers
#
# CONFIG_GPIO_F7188X is not set
CONFIG_GPIO_IT87=m
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_WINBOND is not set
# CONFIG_GPIO_WS16C48 is not set
# end of Port-mapped I/O GPIO drivers

#
# I2C GPIO expanders
#
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
CONFIG_GPIO_PCA953X=m
# CONFIG_GPIO_PCA953X_IRQ is not set
CONFIG_GPIO_PCA9570=m
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_TPIC2810 is not set
# end of I2C GPIO expanders

#
# MFD GPIO expanders
#
CONFIG_GPIO_ARIZONA=m
CONFIG_GPIO_BD9571MWV=m
CONFIG_GPIO_CRYSTAL_COVE=y
CONFIG_GPIO_DLN2=m
CONFIG_GPIO_TPS68470=m
CONFIG_GPIO_WHISKEY_COVE=m
# end of MFD GPIO expanders

#
# PCI GPIO expanders
#
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_ML_IOH is not set
CONFIG_GPIO_PCI_IDIO_16=m
# CONFIG_GPIO_PCIE_IDIO_24 is not set
# CONFIG_GPIO_RDC321X is not set
# end of PCI GPIO expanders

#
# SPI GPIO expanders
#
# CONFIG_GPIO_MAX3191X is not set
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MC33880 is not set
# CONFIG_GPIO_PISOSR is not set
# CONFIG_GPIO_XRA1403 is not set
# end of SPI GPIO expanders

#
# USB GPIO expanders
#
# end of USB GPIO expanders

#
# Virtual GPIO drivers
#
CONFIG_GPIO_AGGREGATOR=m
# CONFIG_GPIO_LATCH is not set
# CONFIG_GPIO_MOCKUP is not set
CONFIG_GPIO_VIRTIO=m
# CONFIG_GPIO_SIM is not set
# end of Virtual GPIO drivers

CONFIG_W1=m
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
CONFIG_W1_MASTER_DS2490=m
CONFIG_W1_MASTER_DS2482=m
# CONFIG_W1_MASTER_DS1WM is not set
# CONFIG_W1_MASTER_GPIO is not set
# CONFIG_W1_MASTER_SGI is not set
# end of 1-wire Bus Masters

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=m
CONFIG_W1_SLAVE_SMEM=m
CONFIG_W1_SLAVE_DS2405=m
CONFIG_W1_SLAVE_DS2408=m
# CONFIG_W1_SLAVE_DS2408_READBACK is not set
CONFIG_W1_SLAVE_DS2413=m
CONFIG_W1_SLAVE_DS2406=m
CONFIG_W1_SLAVE_DS2423=m
CONFIG_W1_SLAVE_DS2805=m
CONFIG_W1_SLAVE_DS2430=m
CONFIG_W1_SLAVE_DS2431=m
CONFIG_W1_SLAVE_DS2433=m
CONFIG_W1_SLAVE_DS2433_CRC=y
CONFIG_W1_SLAVE_DS2438=m
# CONFIG_W1_SLAVE_DS250X is not set
CONFIG_W1_SLAVE_DS2780=m
CONFIG_W1_SLAVE_DS2781=m
CONFIG_W1_SLAVE_DS28E04=m
# CONFIG_W1_SLAVE_DS28E17 is not set
# end of 1-wire Slaves

CONFIG_POWER_RESET=y
# CONFIG_POWER_RESET_RESTART is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_PDA_POWER is not set
# CONFIG_GENERIC_ADC_BATTERY is not set
# CONFIG_IP5XXX_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
CONFIG_BATTERY_CW2015=m
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
CONFIG_BATTERY_SAMSUNG_SDI=y
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_MANAGER_SBS is not set
CONFIG_BATTERY_BQ27XXX=m
CONFIG_BATTERY_BQ27XXX_I2C=m
# CONFIG_BATTERY_BQ27XXX_HDQ is not set
# CONFIG_BATTERY_BQ27XXX_DT_UPDATES_NVM is not set
# CONFIG_AXP20X_POWER is not set
CONFIG_AXP288_CHARGER=m
CONFIG_AXP288_FUEL_GAUGE=m
# CONFIG_BATTERY_MAX17040 is not set
CONFIG_BATTERY_MAX17042=m
# CONFIG_BATTERY_MAX1721X is not set
# CONFIG_CHARGER_ISP1704 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_MANAGER is not set
CONFIG_CHARGER_LT3651=m
CONFIG_CHARGER_LTC4162L=m
CONFIG_CHARGER_MAX77976=m
CONFIG_CHARGER_MT6370=m
# CONFIG_CHARGER_BQ2415X is not set
CONFIG_CHARGER_BQ24190=m
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
CONFIG_CHARGER_BQ2515X=m
CONFIG_CHARGER_BQ25890=m
# CONFIG_CHARGER_BQ25980 is not set
CONFIG_CHARGER_BQ256XX=m
CONFIG_CHARGER_SMB347=m
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_BATTERY_GOLDFISH is not set
CONFIG_BATTERY_RT5033=m
# CONFIG_CHARGER_RT9455 is not set
CONFIG_CHARGER_CROS_USBPD=m
CONFIG_CHARGER_CROS_PCHG=m
CONFIG_CHARGER_BD99954=m
CONFIG_BATTERY_SURFACE=m
CONFIG_CHARGER_SURFACE=m
CONFIG_BATTERY_UG3105=m
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ABITUGURU3=m
CONFIG_SENSORS_AD7314=m
CONFIG_SENSORS_AD7414=m
CONFIG_SENSORS_AD7418=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
# CONFIG_SENSORS_ADM1177 is not set
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7X10=m
CONFIG_SENSORS_ADT7310=m
CONFIG_SENSORS_ADT7410=m
CONFIG_SENSORS_ADT7411=m
CONFIG_SENSORS_ADT7462=m
CONFIG_SENSORS_ADT7470=m
CONFIG_SENSORS_ADT7475=m
# CONFIG_SENSORS_AHT10 is not set
CONFIG_SENSORS_AQUACOMPUTER_D5NEXT=m
# CONFIG_SENSORS_AS370 is not set
CONFIG_SENSORS_ASC7621=m
CONFIG_SENSORS_AXI_FAN_CONTROL=m
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_K10TEMP=m
CONFIG_SENSORS_FAM15H_POWER=m
CONFIG_SENSORS_APPLESMC=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_CORSAIR_CPRO=m
CONFIG_SENSORS_CORSAIR_PSU=m
CONFIG_SENSORS_DRIVETEMP=m
CONFIG_SENSORS_DS620=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_DELL_SMM=m
CONFIG_I8K=y
CONFIG_SENSORS_I5K_AMB=m
CONFIG_SENSORS_F71805F=m
CONFIG_SENSORS_F71882FG=m
CONFIG_SENSORS_F75375S=m
CONFIG_SENSORS_FSCHMD=m
CONFIG_SENSORS_FTSTEUTATES=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_G760A=m
CONFIG_SENSORS_G762=m
# CONFIG_SENSORS_HIH6130 is not set
CONFIG_SENSORS_IBMAEM=m
CONFIG_SENSORS_IBMPEX=m
# CONFIG_SENSORS_IIO_HWMON is not set
CONFIG_SENSORS_I5500=m
CONFIG_SENSORS_CORETEMP=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_JC42=m
CONFIG_SENSORS_POWR1220=m
CONFIG_SENSORS_LINEAGE=m
CONFIG_SENSORS_LTC2945=m
CONFIG_SENSORS_LTC2947=m
CONFIG_SENSORS_LTC2947_I2C=m
CONFIG_SENSORS_LTC2947_SPI=m
CONFIG_SENSORS_LTC2990=m
# CONFIG_SENSORS_LTC2992 is not set
CONFIG_SENSORS_LTC4151=m
CONFIG_SENSORS_LTC4215=m
CONFIG_SENSORS_LTC4222=m
CONFIG_SENSORS_LTC4245=m
CONFIG_SENSORS_LTC4260=m
CONFIG_SENSORS_LTC4261=m
CONFIG_SENSORS_MAX1111=m
# CONFIG_SENSORS_MAX127 is not set
CONFIG_SENSORS_MAX16065=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_MAX1668=m
CONFIG_SENSORS_MAX197=m
CONFIG_SENSORS_MAX31722=m
# CONFIG_SENSORS_MAX31730 is not set
CONFIG_SENSORS_MAX31760=m
CONFIG_SENSORS_MAX6620=m
# CONFIG_SENSORS_MAX6621 is not set
CONFIG_SENSORS_MAX6639=m
CONFIG_SENSORS_MAX6650=m
CONFIG_SENSORS_MAX6697=m
CONFIG_SENSORS_MAX31790=m
CONFIG_SENSORS_MCP3021=m
CONFIG_SENSORS_MLXREG_FAN=m
CONFIG_SENSORS_TC654=m
# CONFIG_SENSORS_TPS23861 is not set
CONFIG_SENSORS_MR75203=m
CONFIG_SENSORS_ADCXX=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM70=m
CONFIG_SENSORS_LM73=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_LM95234=m
CONFIG_SENSORS_LM95241=m
CONFIG_SENSORS_LM95245=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_NTC_THERMISTOR=m
CONFIG_SENSORS_NCT6683=m
CONFIG_SENSORS_NCT6775_CORE=m
CONFIG_SENSORS_NCT6775=m
CONFIG_SENSORS_NCT6775_I2C=m
CONFIG_SENSORS_NCT7802=m
CONFIG_SENSORS_NCT7904=m
CONFIG_SENSORS_NPCM7XX=m
CONFIG_SENSORS_NZXT_KRAKEN2=m
CONFIG_SENSORS_NZXT_SMART2=m
# CONFIG_SENSORS_OCC_P8_I2C is not set
# CONFIG_SENSORS_OXP is not set
CONFIG_SENSORS_PCF8591=m
CONFIG_PMBUS=m
CONFIG_SENSORS_PMBUS=m
CONFIG_SENSORS_ADM1266=m
CONFIG_SENSORS_ADM1275=m
CONFIG_SENSORS_BEL_PFE=m
CONFIG_SENSORS_BPA_RS600=m
CONFIG_SENSORS_DELTA_AHE50DC_FAN=m
CONFIG_SENSORS_FSP_3Y=m
# CONFIG_SENSORS_IBM_CFFPS is not set
CONFIG_SENSORS_DPS920AB=m
# CONFIG_SENSORS_INSPUR_IPSPS is not set
# CONFIG_SENSORS_IR35221 is not set
# CONFIG_SENSORS_IR36021 is not set
# CONFIG_SENSORS_IR38064 is not set
# CONFIG_SENSORS_IRPS5401 is not set
# CONFIG_SENSORS_ISL68137 is not set
CONFIG_SENSORS_LM25066=m
CONFIG_SENSORS_LM25066_REGULATOR=y
CONFIG_SENSORS_LT7182S=m
CONFIG_SENSORS_LTC2978=m
# CONFIG_SENSORS_LTC2978_REGULATOR is not set
CONFIG_SENSORS_LTC3815=m
# CONFIG_SENSORS_MAX15301 is not set
CONFIG_SENSORS_MAX16064=m
# CONFIG_SENSORS_MAX16601 is not set
# CONFIG_SENSORS_MAX20730 is not set
CONFIG_SENSORS_MAX20751=m
# CONFIG_SENSORS_MAX31785 is not set
CONFIG_SENSORS_MAX34440=m
CONFIG_SENSORS_MAX8688=m
CONFIG_SENSORS_MP2888=m
CONFIG_SENSORS_MP2975=m
CONFIG_SENSORS_MP5023=m
CONFIG_SENSORS_PIM4328=m
CONFIG_SENSORS_PLI1209BC=m
CONFIG_SENSORS_PLI1209BC_REGULATOR=y
CONFIG_SENSORS_PM6764TR=m
# CONFIG_SENSORS_PXE1610 is not set
CONFIG_SENSORS_Q54SJ108A2=m
# CONFIG_SENSORS_STPDDC60 is not set
CONFIG_SENSORS_TPS40422=m
CONFIG_SENSORS_TPS53679=m
CONFIG_SENSORS_TPS546D24=m
CONFIG_SENSORS_UCD9000=m
CONFIG_SENSORS_UCD9200=m
CONFIG_SENSORS_XDPE152=m
# CONFIG_SENSORS_XDPE122 is not set
CONFIG_SENSORS_ZL6100=m
CONFIG_SENSORS_SBTSI=m
# CONFIG_SENSORS_SBRMI is not set
CONFIG_SENSORS_SHT15=m
CONFIG_SENSORS_SHT21=m
CONFIG_SENSORS_SHT3x=m
# CONFIG_SENSORS_SHT4x is not set
CONFIG_SENSORS_SHTC1=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_SY7636A=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_EMC1403=m
# CONFIG_SENSORS_EMC2103 is not set
CONFIG_SENSORS_EMC2305=m
CONFIG_SENSORS_EMC6W201=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
CONFIG_SENSORS_SCH56XX_COMMON=m
CONFIG_SENSORS_SCH5627=m
CONFIG_SENSORS_SCH5636=m
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_SMM665 is not set
CONFIG_SENSORS_ADC128D818=m
CONFIG_SENSORS_ADS7828=m
CONFIG_SENSORS_ADS7871=m
CONFIG_SENSORS_AMC6821=m
CONFIG_SENSORS_INA209=m
CONFIG_SENSORS_INA2XX=m
CONFIG_SENSORS_INA238=m
CONFIG_SENSORS_INA3221=m
CONFIG_SENSORS_TC74=m
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_TMP102=m
CONFIG_SENSORS_TMP103=m
CONFIG_SENSORS_TMP108=m
CONFIG_SENSORS_TMP401=m
CONFIG_SENSORS_TMP421=m
CONFIG_SENSORS_TMP464=m
CONFIG_SENSORS_TMP513=m
CONFIG_SENSORS_VIA_CPUTEMP=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83773G=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83795=m
# CONFIG_SENSORS_W83795_FANCTRL is not set
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83L786NG=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
# CONFIG_SENSORS_XGENE is not set
CONFIG_SENSORS_INTEL_M10_BMC_HWMON=m

#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=m
CONFIG_SENSORS_ATK0110=m
CONFIG_SENSORS_ASUS_WMI=m
CONFIG_SENSORS_ASUS_EC=m
CONFIG_THERMAL=y
CONFIG_THERMAL_NETLINK=y
CONFIG_THERMAL_STATISTICS=y
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_EMULATION is not set

#
# Intel thermal drivers
#
CONFIG_INTEL_POWERCLAMP=m
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_PKG_TEMP_THERMAL=m
CONFIG_INTEL_SOC_DTS_IOSF_CORE=m
CONFIG_INTEL_SOC_DTS_THERMAL=m

#
# ACPI INT340X thermal drivers
#
CONFIG_INT340X_THERMAL=m
CONFIG_ACPI_THERMAL_REL=m
CONFIG_INT3406_THERMAL=m
CONFIG_PROC_THERMAL_MMIO_RAPL=m
# end of ACPI INT340X thermal drivers

CONFIG_INTEL_BXT_PMIC_THERMAL=m
CONFIG_INTEL_PCH_THERMAL=m
CONFIG_INTEL_TCC_COOLING=m
# CONFIG_INTEL_MENLOW is not set
CONFIG_INTEL_HFI_THERMAL=y
# end of Intel thermal drivers

# CONFIG_GENERIC_ADC_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_OPEN_TIMEOUT=0
CONFIG_WATCHDOG_SYSFS=y
# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set

#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
CONFIG_WDAT_WDT=m
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
CONFIG_MLX_WDT=m
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ADVANTECH_EC_WDT is not set
CONFIG_ALIM1535_WDT=m
CONFIG_ALIM7101_WDT=m
# CONFIG_EBC_C384_WDT is not set
CONFIG_EXAR_WDT=m
CONFIG_F71808E_WDT=m
CONFIG_SP5100_TCO=m
CONFIG_SBC_FITPC2_WATCHDOG=m
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=m
CONFIG_IBMASR=m
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=m
CONFIG_IE6XX_WDT=m
CONFIG_ITCO_WDT=m
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_IT8712F_WDT=m
CONFIG_IT87_WDT=m
CONFIG_HP_WATCHDOG=m
CONFIG_HPWDT_NMI_DECODING=y
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
CONFIG_NV_TCO=m
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
CONFIG_SMSC_SCH311X_WDT=m
# CONFIG_SMSC37B787_WDT is not set
CONFIG_TQMX86_WDT=m
CONFIG_VIA_WDT=m
CONFIG_W83627HF_WDT=m
CONFIG_W83877F_WDT=m
CONFIG_W83977F_WDT=m
CONFIG_MACHZ_WDT=m
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
CONFIG_INTEL_MEI_WDT=m
# CONFIG_NI903X_WDT is not set
CONFIG_NIC7018_WDT=m
# CONFIG_MEN_A21_WDT is not set
CONFIG_XEN_WDT=m

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=m
CONFIG_WDTPCI=m

#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=m
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_BLOCKIO=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
CONFIG_SSB_SDIOHOST_POSSIBLE=y
CONFIG_SSB_SDIOHOST=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_SSB_DRIVER_GPIO=y
CONFIG_BCMA_POSSIBLE=y
CONFIG_BCMA=m
CONFIG_BCMA_BLOCKIO=y
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
CONFIG_BCMA_DRIVER_PCI=y
CONFIG_BCMA_DRIVER_GMAC_CMN=y
CONFIG_BCMA_DRIVER_GPIO=y
# CONFIG_BCMA_DEBUG is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_MFD_SMPRO is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
CONFIG_MFD_BD9571MWV=m
CONFIG_MFD_AXP20X=y
CONFIG_MFD_AXP20X_I2C=y
CONFIG_MFD_CROS_EC_DEV=m
# CONFIG_MFD_MADERA is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
CONFIG_MFD_DLN2=m
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_MFD_MP2629 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=m
CONFIG_LPC_SCH=m
CONFIG_INTEL_SOC_PMIC=y
CONFIG_INTEL_SOC_PMIC_BXTWC=m
CONFIG_INTEL_SOC_PMIC_CHTWC=y
CONFIG_INTEL_SOC_PMIC_CHTDC_TI=y
CONFIG_INTEL_SOC_PMIC_MRFLD=m
CONFIG_MFD_INTEL_LPSS=y
CONFIG_MFD_INTEL_LPSS_ACPI=y
CONFIG_MFD_INTEL_LPSS_PCI=y
CONFIG_MFD_INTEL_PMC_BXT=m
# CONFIG_MFD_IQS62X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6360 is not set
CONFIG_MFD_MT6370=m
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_MFD_OCELOT is not set
# CONFIG_EZX_PCAP is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_UCB1400_CORE is not set
CONFIG_MFD_SY7636A=m
# CONFIG_MFD_RDC321X is not set
CONFIG_MFD_RT4831=m
# CONFIG_MFD_RT5033 is not set
CONFIG_MFD_RT5120=m
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SI476X_CORE is not set
CONFIG_MFD_SIMPLE_MFD_I2C=m
CONFIG_MFD_SM501=m
CONFIG_MFD_SM501_GPIO=y
# CONFIG_MFD_SKY81452 is not set
CONFIG_MFD_SYSCON=y
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
CONFIG_MFD_WL1273_CORE=m
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TQMX86 is not set
CONFIG_MFD_VX855=m
CONFIG_MFD_ARIZONA=m
# CONFIG_MFD_ARIZONA_I2C is not set
CONFIG_MFD_ARIZONA_SPI=m
# CONFIG_MFD_CS47L24 is not set
CONFIG_MFD_WM5102=y
# CONFIG_MFD_WM5110 is not set
# CONFIG_MFD_WM8997 is not set
# CONFIG_MFD_WM8998 is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_ATC260X_I2C is not set
# CONFIG_RAVE_SP_CORE is not set
CONFIG_MFD_INTEL_M10_BMC=m
# end of Multifunction device drivers

CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
CONFIG_REGULATOR_FIXED_VOLTAGE=m
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
# CONFIG_REGULATOR_88PG86X is not set
# CONFIG_REGULATOR_ACT8865 is not set
# CONFIG_REGULATOR_AD5398 is not set
CONFIG_REGULATOR_ARIZONA_LDO1=m
CONFIG_REGULATOR_ARIZONA_MICSUPP=m
# CONFIG_REGULATOR_AXP20X is not set
# CONFIG_REGULATOR_BD9571MWV is not set
# CONFIG_REGULATOR_DA9210 is not set
# CONFIG_REGULATOR_DA9211 is not set
# CONFIG_REGULATOR_FAN53555 is not set
# CONFIG_REGULATOR_GPIO is not set
# CONFIG_REGULATOR_ISL9305 is not set
# CONFIG_REGULATOR_ISL6271A is not set
# CONFIG_REGULATOR_LP3971 is not set
# CONFIG_REGULATOR_LP3972 is not set
# CONFIG_REGULATOR_LP872X is not set
# CONFIG_REGULATOR_LP8755 is not set
# CONFIG_REGULATOR_LTC3589 is not set
# CONFIG_REGULATOR_LTC3676 is not set
# CONFIG_REGULATOR_MAX1586 is not set
# CONFIG_REGULATOR_MAX8649 is not set
# CONFIG_REGULATOR_MAX8660 is not set
CONFIG_REGULATOR_MAX8893=m
# CONFIG_REGULATOR_MAX8952 is not set
# CONFIG_REGULATOR_MAX20086 is not set
# CONFIG_REGULATOR_MAX77826 is not set
# CONFIG_REGULATOR_MP8859 is not set
# CONFIG_REGULATOR_MT6311 is not set
CONFIG_REGULATOR_MT6370=m
# CONFIG_REGULATOR_PCA9450 is not set
# CONFIG_REGULATOR_PV88060 is not set
# CONFIG_REGULATOR_PV88080 is not set
# CONFIG_REGULATOR_PV88090 is not set
# CONFIG_REGULATOR_PWM is not set
CONFIG_REGULATOR_RT4801=m
CONFIG_REGULATOR_RT4831=m
CONFIG_REGULATOR_RT5120=m
CONFIG_REGULATOR_RT5190A=m
CONFIG_REGULATOR_RT5759=m
CONFIG_REGULATOR_RT6160=m
# CONFIG_REGULATOR_RT6190 is not set
CONFIG_REGULATOR_RT6245=m
CONFIG_REGULATOR_RTQ2134=m
CONFIG_REGULATOR_RTMV20=m
CONFIG_REGULATOR_RTQ6752=m
# CONFIG_REGULATOR_SLG51000 is not set
CONFIG_REGULATOR_SY7636A=m
# CONFIG_REGULATOR_TPS51632 is not set
# CONFIG_REGULATOR_TPS62360 is not set
# CONFIG_REGULATOR_TPS65023 is not set
# CONFIG_REGULATOR_TPS6507X is not set
# CONFIG_REGULATOR_TPS65132 is not set
# CONFIG_REGULATOR_TPS6524X is not set
CONFIG_REGULATOR_TPS68470=m
CONFIG_RC_CORE=y
CONFIG_BPF_LIRC_MODE2=y
CONFIG_LIRC=y
CONFIG_RC_MAP=m
CONFIG_RC_DECODERS=y
CONFIG_IR_IMON_DECODER=m
CONFIG_IR_JVC_DECODER=m
CONFIG_IR_MCE_KBD_DECODER=m
CONFIG_IR_NEC_DECODER=m
CONFIG_IR_RC5_DECODER=m
CONFIG_IR_RC6_DECODER=m
CONFIG_IR_RCMM_DECODER=m
CONFIG_IR_SANYO_DECODER=m
CONFIG_IR_SHARP_DECODER=m
CONFIG_IR_SONY_DECODER=m
CONFIG_IR_XMP_DECODER=m
CONFIG_RC_DEVICES=y
CONFIG_IR_ENE=m
CONFIG_IR_FINTEK=m
CONFIG_IR_IGORPLUGUSB=m
CONFIG_IR_IGUANA=m
CONFIG_IR_IMON=m
CONFIG_IR_IMON_RAW=m
CONFIG_IR_ITE_CIR=m
CONFIG_IR_MCEUSB=m
CONFIG_IR_NUVOTON=m
CONFIG_IR_REDRAT3=m
CONFIG_IR_SERIAL=m
CONFIG_IR_SERIAL_TRANSMITTER=y
CONFIG_IR_STREAMZAP=m
CONFIG_IR_TOY=m
CONFIG_IR_TTUSBIR=m
CONFIG_IR_WINBOND_CIR=m
CONFIG_RC_ATI_REMOTE=m
CONFIG_RC_LOOPBACK=m
CONFIG_RC_XBOX_DVD=m
CONFIG_CEC_CORE=m
CONFIG_CEC_NOTIFIER=y
CONFIG_CEC_PIN=y

#
# CEC support
#
CONFIG_MEDIA_CEC_RC=y
# CONFIG_CEC_PIN_ERROR_INJ is not set
CONFIG_MEDIA_CEC_SUPPORT=y
CONFIG_CEC_CH7322=m
# CONFIG_CEC_CROS_EC is not set
CONFIG_CEC_GPIO=m
CONFIG_CEC_SECO=m
CONFIG_CEC_SECO_RC=y
CONFIG_USB_PULSE8_CEC=m
CONFIG_USB_RAINSHADOW_CEC=m
# end of CEC support

CONFIG_MEDIA_SUPPORT=m
CONFIG_MEDIA_SUPPORT_FILTER=y
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y

#
# Media device types
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
# CONFIG_MEDIA_SDR_SUPPORT is not set
CONFIG_MEDIA_PLATFORM_SUPPORT=y
# CONFIG_MEDIA_TEST_SUPPORT is not set
# end of Media device types

CONFIG_VIDEO_DEV=m
CONFIG_MEDIA_CONTROLLER=y
CONFIG_DVB_CORE=m

#
# Video4Linux options
#
CONFIG_VIDEO_V4L2_I2C=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_TUNER=m
# CONFIG_V4L2_FLASH_LED_CLASS is not set
CONFIG_V4L2_FWNODE=m
CONFIG_V4L2_ASYNC=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_DMA_SG=m
CONFIG_VIDEOBUF_VMALLOC=m
# end of Video4Linux options

#
# Media controller options
#
CONFIG_MEDIA_CONTROLLER_DVB=y
# end of Media controller options

#
# Digital TV options
#
# CONFIG_DVB_MMAP is not set
CONFIG_DVB_NET=y
CONFIG_DVB_MAX_ADAPTERS=16
CONFIG_DVB_DYNAMIC_MINORS=y
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
# CONFIG_DVB_ULE_DEBUG is not set
# end of Digital TV options

#
# Media drivers
#

#
# Drivers filtered as selected at 'Filter media drivers'
#

#
# Media drivers
#
CONFIG_MEDIA_USB_SUPPORT=y

#
# Webcam devices
#
CONFIG_USB_GSPCA=m
CONFIG_USB_GSPCA_BENQ=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_CPIA1=m
CONFIG_USB_GSPCA_DTCS033=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_JEILINJ=m
CONFIG_USB_GSPCA_JL2005BCD=m
CONFIG_USB_GSPCA_KINECT=m
CONFIG_USB_GSPCA_KONICA=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_MR97310A=m
CONFIG_USB_GSPCA_NW80X=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_OV534=m
CONFIG_USB_GSPCA_OV534_9=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7302=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SE401=m
CONFIG_USB_GSPCA_SN9C2028=m
CONFIG_USB_GSPCA_SN9C20X=m
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA1528=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_SQ905=m
CONFIG_USB_GSPCA_SQ905C=m
CONFIG_USB_GSPCA_SQ930X=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_STK1135=m
CONFIG_USB_GSPCA_STV0680=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TOPRO=m
CONFIG_USB_GSPCA_TOUPTEK=m
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_VICAM=m
CONFIG_USB_GSPCA_XIRLINK_CIT=m
CONFIG_USB_GSPCA_ZC3XX=m
CONFIG_USB_GL860=m
CONFIG_USB_M5602=m
CONFIG_USB_STV06XX=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_PWC_INPUT_EVDEV=y
CONFIG_USB_S2255=m
CONFIG_VIDEO_USBTV=m
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y

#
# Analog TV USB devices
#
CONFIG_VIDEO_GO7007=m
CONFIG_VIDEO_GO7007_USB=m
CONFIG_VIDEO_GO7007_LOADER=m
CONFIG_VIDEO_GO7007_USB_S2250_BOARD=m
CONFIG_VIDEO_HDPVR=m
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_STK1160_COMMON=m
CONFIG_VIDEO_STK1160=m

#
# Analog/digital TV USB devices
#
CONFIG_VIDEO_AU0828=m
CONFIG_VIDEO_AU0828_V4L2=y
# CONFIG_VIDEO_AU0828_RC is not set
CONFIG_VIDEO_CX231XX=m
CONFIG_VIDEO_CX231XX_RC=y
CONFIG_VIDEO_CX231XX_ALSA=m
CONFIG_VIDEO_CX231XX_DVB=m

#
# Digital TV USB devices
#
CONFIG_DVB_AS102=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set
CONFIG_DVB_USB_V2=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_USB_AF9035=m
CONFIG_DVB_USB_ANYSEE=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_AZ6007=m
CONFIG_DVB_USB_CE6230=m
CONFIG_DVB_USB_DVBSKY=m
CONFIG_DVB_USB_EC168=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_LME2510=m
CONFIG_DVB_USB_MXL111SF=m
CONFIG_DVB_USB_RTL28XXU=m
CONFIG_DVB_USB_ZD1301=m
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_USB_AZ6027=m
CONFIG_DVB_USB_CINERGY_T2=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_CXUSB_ANALOG=y
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_DIB3000MC=m
CONFIG_DVB_USB_DIBUSB_MB=m
# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_DTV5100=m
CONFIG_DVB_USB_DW2102=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_PCTV452E=m
CONFIG_DVB_USB_TECHNISAT_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_VP7045=m
CONFIG_SMS_USB_DRV=m
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m

#
# Webcam, TV (analog/digital) USB devices
#
CONFIG_VIDEO_EM28XX=m
CONFIG_VIDEO_EM28XX_V4L2=m
CONFIG_VIDEO_EM28XX_ALSA=m
CONFIG_VIDEO_EM28XX_DVB=m
CONFIG_VIDEO_EM28XX_RC=m
CONFIG_MEDIA_PCI_SUPPORT=y

#
# Media capture support
#
CONFIG_VIDEO_SOLO6X10=m
# CONFIG_VIDEO_TW5864 is not set
# CONFIG_VIDEO_TW68 is not set
CONFIG_VIDEO_TW686X=m
# CONFIG_VIDEO_ZORAN is not set

#
# Media capture/analog TV support
#
# CONFIG_VIDEO_DT3155 is not set
CONFIG_VIDEO_IVTV=m
# CONFIG_VIDEO_IVTV_ALSA is not set
CONFIG_VIDEO_FB_IVTV=m
# CONFIG_VIDEO_FB_IVTV_FORCE_PAT is not set

#
# Media capture/analog/hybrid TV support
#
CONFIG_VIDEO_BT848=m
CONFIG_DVB_BT8XX=m
CONFIG_VIDEO_CX18=m
CONFIG_VIDEO_CX18_ALSA=m
CONFIG_VIDEO_CX23885=m
CONFIG_MEDIA_ALTERA_CI=m
# CONFIG_VIDEO_CX25821 is not set
CONFIG_VIDEO_CX88=m
CONFIG_VIDEO_CX88_ALSA=m
CONFIG_VIDEO_CX88_BLACKBIRD=m
CONFIG_VIDEO_CX88_DVB=m
CONFIG_VIDEO_CX88_ENABLE_VP3054=y
CONFIG_VIDEO_CX88_VP3054=m
CONFIG_VIDEO_CX88_MPEG=m
CONFIG_VIDEO_SAA7134=m
CONFIG_VIDEO_SAA7134_ALSA=m
CONFIG_VIDEO_SAA7134_RC=y
CONFIG_VIDEO_SAA7134_DVB=m
CONFIG_VIDEO_SAA7134_GO7007=m
CONFIG_VIDEO_SAA7164=m

#
# Media digital TV PCI Adapters
#
CONFIG_DVB_B2C2_FLEXCOP_PCI=m
# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set
CONFIG_DVB_DDBRIDGE=m
# CONFIG_DVB_DDBRIDGE_MSIENABLE is not set
CONFIG_DVB_DM1105=m
CONFIG_MANTIS_CORE=m
CONFIG_DVB_MANTIS=m
CONFIG_DVB_HOPPER=m
CONFIG_DVB_NETUP_UNIDVB=m
CONFIG_DVB_NGENE=m
CONFIG_DVB_PLUTO2=m
CONFIG_DVB_PT1=m
# CONFIG_DVB_PT3 is not set
CONFIG_DVB_SMIPCIE=m
CONFIG_VIDEO_IPU3_CIO2=m
CONFIG_CIO2_BRIDGE=y
CONFIG_RADIO_ADAPTERS=m
CONFIG_RADIO_MAXIRADIO=m
CONFIG_RADIO_SAA7706H=m
CONFIG_RADIO_SHARK=m
CONFIG_RADIO_SHARK2=m
CONFIG_RADIO_SI4713=m
CONFIG_RADIO_TEA575X=m
CONFIG_RADIO_TEA5764=m
# CONFIG_RADIO_TEF6862 is not set
CONFIG_RADIO_WL1273=m
CONFIG_USB_DSBR=m
CONFIG_USB_KEENE=m
CONFIG_USB_MA901=m
CONFIG_USB_MR800=m
# CONFIG_USB_RAREMONO is not set
CONFIG_RADIO_SI470X=m
CONFIG_USB_SI470X=m
CONFIG_I2C_SI470X=m
# CONFIG_USB_SI4713 is not set
# CONFIG_PLATFORM_SI4713 is not set
# CONFIG_I2C_SI4713 is not set
CONFIG_MEDIA_PLATFORM_DRIVERS=y
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_DVB_PLATFORM_DRIVERS is not set
CONFIG_V4L_MEM2MEM_DRIVERS=y
# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set

#
# Allegro DVT media platform drivers
#

#
# Amlogic media platform drivers
#

#
# Amphion drivers
#

#
# Aspeed media platform drivers
#

#
# Atmel media platform drivers
#

#
# Cadence media platform drivers
#
CONFIG_VIDEO_CADENCE_CSI2RX=m
CONFIG_VIDEO_CADENCE_CSI2TX=m

#
# Chips&Media media platform drivers
#

#
# Intel media platform drivers
#

#
# Marvell media platform drivers
#

#
# Mediatek media platform drivers
#

#
# Microchip Technology, Inc. media platform drivers
#

#
# NVidia media platform drivers
#

#
# NXP media platform drivers
#

#
# Qualcomm media platform drivers
#

#
# Renesas media platform drivers
#

#
# Rockchip media platform drivers
#

#
# Samsung media platform drivers
#

#
# STMicroelectronics media platform drivers
#

#
# Sunxi media platform drivers
#

#
# Texas Instruments drivers
#

#
# Verisilicon media platform drivers
#

#
# VIA media platform drivers
#

#
# Xilinx media platform drivers
#

#
# MMC/SDIO DVB adapters
#
CONFIG_SMS_SDIO_DRV=m

#
# FireWire (IEEE 1394) Adapters
#
CONFIG_DVB_FIREDTV=m
CONFIG_DVB_FIREDTV_INPUT=y
CONFIG_MEDIA_COMMON_OPTIONS=y

#
# common driver options
#
CONFIG_CYPRESS_FIRMWARE=m
CONFIG_TTPCI_EEPROM=m
CONFIG_VIDEO_CX2341X=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_DVB_B2C2_FLEXCOP=m
CONFIG_SMS_SIANO_MDTV=m
CONFIG_SMS_SIANO_RC=y
# CONFIG_SMS_SIANO_DEBUGFS is not set
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_V4L2=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_DMA_CONTIG=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_VIDEOBUF2_DMA_SG=m
CONFIG_VIDEOBUF2_DVB=m
# end of Media drivers

CONFIG_MEDIA_HIDE_ANCILLARY_SUBDRV=y

#
# Media ancillary drivers
#
CONFIG_MEDIA_ATTACH=y

#
# IR I2C driver auto-selected by 'Autoselect ancillary drivers'
#
CONFIG_VIDEO_IR_I2C=m

#
# Camera sensor devices
#
CONFIG_VIDEO_APTINA_PLL=m
CONFIG_VIDEO_CCS_PLL=m
CONFIG_VIDEO_AR0521=m
CONFIG_VIDEO_HI556=m
CONFIG_VIDEO_HI846=m
CONFIG_VIDEO_HI847=m
CONFIG_VIDEO_IMX208=m
CONFIG_VIDEO_IMX214=m
CONFIG_VIDEO_IMX219=m
CONFIG_VIDEO_IMX258=m
CONFIG_VIDEO_IMX274=m
CONFIG_VIDEO_IMX290=m
CONFIG_VIDEO_IMX319=m
CONFIG_VIDEO_IMX355=m
CONFIG_VIDEO_MAX9271_LIB=m
CONFIG_VIDEO_MT9M001=m
CONFIG_VIDEO_MT9M032=m
# CONFIG_VIDEO_MT9M111 is not set
CONFIG_VIDEO_MT9P031=m
CONFIG_VIDEO_MT9T001=m
CONFIG_VIDEO_MT9T112=m
CONFIG_VIDEO_MT9V011=m
CONFIG_VIDEO_MT9V032=m
CONFIG_VIDEO_MT9V111=m
CONFIG_VIDEO_NOON010PC30=m
CONFIG_VIDEO_OG01A1B=m
CONFIG_VIDEO_OV02A10=m
CONFIG_VIDEO_OV08D10=m
# CONFIG_VIDEO_OV08X40 is not set
CONFIG_VIDEO_OV13858=m
CONFIG_VIDEO_OV13B10=m
CONFIG_VIDEO_OV2640=m
CONFIG_VIDEO_OV2659=m
CONFIG_VIDEO_OV2680=m
CONFIG_VIDEO_OV2685=m
CONFIG_VIDEO_OV2740=m
# CONFIG_VIDEO_OV4689 is not set
CONFIG_VIDEO_OV5647=m
CONFIG_VIDEO_OV5648=m
CONFIG_VIDEO_OV5670=m
CONFIG_VIDEO_OV5675=m
CONFIG_VIDEO_OV5693=m
CONFIG_VIDEO_OV5695=m
CONFIG_VIDEO_OV6650=m
CONFIG_VIDEO_OV7251=m
CONFIG_VIDEO_OV7640=m
# CONFIG_VIDEO_OV7670 is not set
CONFIG_VIDEO_OV772X=m
CONFIG_VIDEO_OV7740=m
CONFIG_VIDEO_OV8856=m
CONFIG_VIDEO_OV8865=m
CONFIG_VIDEO_OV9640=m
CONFIG_VIDEO_OV9650=m
CONFIG_VIDEO_OV9734=m
CONFIG_VIDEO_RDACM20=m
# CONFIG_VIDEO_RDACM21 is not set
CONFIG_VIDEO_RJ54N1=m
CONFIG_VIDEO_S5C73M3=m
CONFIG_VIDEO_S5K5BAF=m
CONFIG_VIDEO_S5K6A3=m
CONFIG_VIDEO_S5K6AA=m
CONFIG_VIDEO_SR030PC30=m
CONFIG_VIDEO_VS6624=m
CONFIG_VIDEO_CCS=m
CONFIG_VIDEO_ET8EK8=m
CONFIG_VIDEO_M5MOLS=m
# end of Camera sensor devices

#
# Lens drivers
#
CONFIG_VIDEO_AD5820=m
CONFIG_VIDEO_AK7375=m
CONFIG_VIDEO_DW9714=m
CONFIG_VIDEO_DW9768=m
CONFIG_VIDEO_DW9807_VCM=m
# end of Lens drivers

#
# Flash devices
#
CONFIG_VIDEO_ADP1653=m
CONFIG_VIDEO_LM3560=m
CONFIG_VIDEO_LM3646=m
# end of Flash devices

#
# audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'
#
CONFIG_VIDEO_CS3308=m
CONFIG_VIDEO_CS5345=m
CONFIG_VIDEO_CS53L32A=m
CONFIG_VIDEO_MSP3400=m
CONFIG_VIDEO_SONY_BTF_MPX=m
CONFIG_VIDEO_TDA7432=m
CONFIG_VIDEO_TVAUDIO=m
CONFIG_VIDEO_UDA1342=m
CONFIG_VIDEO_VP27SMPX=m
CONFIG_VIDEO_WM8739=m
CONFIG_VIDEO_WM8775=m
CONFIG_VIDEO_SAA6588=m
CONFIG_VIDEO_SAA711X=m
CONFIG_VIDEO_TVP5150=m
CONFIG_VIDEO_TW2804=m
CONFIG_VIDEO_TW9903=m
CONFIG_VIDEO_TW9906=m

#
# Video and audio decoders
#
CONFIG_VIDEO_SAA717X=m
CONFIG_VIDEO_CX25840=m
CONFIG_VIDEO_SAA7127=m
CONFIG_VIDEO_UPD64031A=m
CONFIG_VIDEO_UPD64083=m
CONFIG_VIDEO_SAA6752HS=m
CONFIG_VIDEO_M52790=m

#
# SPI I2C drivers auto-selected by 'Autoselect ancillary drivers'
#

#
# Media SPI Adapters
#
CONFIG_CXD2880_SPI_DRV=m
CONFIG_VIDEO_GS1662=m
# end of Media SPI Adapters

CONFIG_MEDIA_TUNER=m

#
# Tuner drivers auto-selected by 'Autoselect ancillary drivers'
#
CONFIG_MEDIA_TUNER_E4000=m
CONFIG_MEDIA_TUNER_FC0011=m
CONFIG_MEDIA_TUNER_FC0012=m
CONFIG_MEDIA_TUNER_FC0013=m
CONFIG_MEDIA_TUNER_FC2580=m
CONFIG_MEDIA_TUNER_IT913X=m
CONFIG_MEDIA_TUNER_M88RS6000T=m
CONFIG_MEDIA_TUNER_MAX2165=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_MEDIA_TUNER_MT2060=m
CONFIG_MEDIA_TUNER_MT2063=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_MT2131=m
CONFIG_MEDIA_TUNER_MT2266=m
CONFIG_MEDIA_TUNER_MXL5005S=m
CONFIG_MEDIA_TUNER_MXL5007T=m
CONFIG_MEDIA_TUNER_QM1D1B0004=m
CONFIG_MEDIA_TUNER_QM1D1C0042=m
CONFIG_MEDIA_TUNER_QT1010=m
CONFIG_MEDIA_TUNER_R820T=m
CONFIG_MEDIA_TUNER_SI2157=m
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA18212=m
CONFIG_MEDIA_TUNER_TDA18218=m
CONFIG_MEDIA_TUNER_TDA18250=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_TUA9001=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_XC5000=m

#
# DVB Frontend drivers auto-selected by 'Autoselect ancillary drivers'
#

#
# Multistandard (satellite) frontends
#
CONFIG_DVB_M88DS3103=m
CONFIG_DVB_MXL5XX=m
CONFIG_DVB_STB0899=m
CONFIG_DVB_STB6100=m
CONFIG_DVB_STV090x=m
CONFIG_DVB_STV0910=m
CONFIG_DVB_STV6110x=m
CONFIG_DVB_STV6111=m

#
# Multistandard (cable + terrestrial) frontends
#
CONFIG_DVB_DRXK=m
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=m
CONFIG_DVB_SI2165=m
CONFIG_DVB_TDA18271C2DD=m

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24116=m
CONFIG_DVB_CX24117=m
CONFIG_DVB_CX24120=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_DS3000=m
CONFIG_DVB_MB86A16=m
CONFIG_DVB_MT312=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_SI21XX=m
CONFIG_DVB_STB6000=m
CONFIG_DVB_STV0288=m
CONFIG_DVB_STV0299=m
CONFIG_DVB_STV0900=m
CONFIG_DVB_STV6110=m
CONFIG_DVB_TDA10071=m
CONFIG_DVB_TDA10086=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_TDA826X=m
CONFIG_DVB_TS2020=m
CONFIG_DVB_TUNER_CX24113=m
CONFIG_DVB_TUNER_ITD1000=m
CONFIG_DVB_ZL10036=m
CONFIG_DVB_ZL10039=m

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_AF9013=m
CONFIG_DVB_AS102_FE=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
CONFIG_DVB_CXD2820R=m
CONFIG_DVB_CXD2841ER=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=m
CONFIG_DVB_DRXD=m
CONFIG_DVB_EC100=m
CONFIG_DVB_GP8PSK_FE=m
CONFIG_DVB_MT352=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
CONFIG_DVB_SI2168=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_STV0367=m
CONFIG_DVB_TDA10048=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_ZD1301_DEMOD=m
CONFIG_DVB_ZL10353=m

#
# DVB-C (cable) frontends
#
CONFIG_DVB_STV0297=m
CONFIG_DVB_TDA10021=m
CONFIG_DVB_TDA10023=m
CONFIG_DVB_VES1820=m

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_AU8522=m
CONFIG_DVB_AU8522_DTV=m
CONFIG_DVB_AU8522_V4L=m
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LG2160=m
CONFIG_DVB_LGDT3305=m
CONFIG_DVB_LGDT3306A=m
CONFIG_DVB_LGDT330X=m
CONFIG_DVB_MXL692=m
CONFIG_DVB_NXT200X=m
CONFIG_DVB_OR51132=m
CONFIG_DVB_OR51211=m
CONFIG_DVB_S5H1409=m
CONFIG_DVB_S5H1411=m

#
# ISDB-T (terrestrial) frontends
#
CONFIG_DVB_DIB8000=m
CONFIG_DVB_MB86A20S=m
CONFIG_DVB_S921=m

#
# ISDB-S (satellite) & ISDB-T (terrestrial) frontends
#
CONFIG_DVB_TC90522=m

#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TUNER_DIB0070=m
CONFIG_DVB_TUNER_DIB0090=m

#
# SEC control devices for DVB-S
#
CONFIG_DVB_A8293=m
CONFIG_DVB_AF9033=m
CONFIG_DVB_ASCOT2E=m
CONFIG_DVB_ATBM8830=m
CONFIG_DVB_HELENE=m
CONFIG_DVB_HORUS3A=m
CONFIG_DVB_ISL6405=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_ISL6423=m
CONFIG_DVB_IX2505V=m
CONFIG_DVB_LGS8GXX=m
CONFIG_DVB_LNBH25=m
CONFIG_DVB_LNBP21=m
CONFIG_DVB_LNBP22=m
CONFIG_DVB_M88RS2000=m
CONFIG_DVB_TDA665x=m
CONFIG_DVB_DRX39XYJ=m

#
# Common Interface (EN50221) controller drivers
#
CONFIG_DVB_CXD2099=m
CONFIG_DVB_SP2=m
# end of Media ancillary drivers

#
# Graphics support
#
CONFIG_APERTURE_HELPERS=y
CONFIG_VIDEO_NOMODESET=y
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=y
CONFIG_AGP_VIA=y
CONFIG_INTEL_GTT=y
CONFIG_VGA_SWITCHEROO=y
CONFIG_DRM=y
CONFIG_DRM_MIPI_DBI=m
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DEBUG_MM is not set
CONFIG_DRM_USE_DYNAMIC_DEBUG=y
CONFIG_DRM_KUNIT_TEST=m
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_DISPLAY_HELPER=m
CONFIG_DRM_DISPLAY_DP_HELPER=y
CONFIG_DRM_DISPLAY_HDCP_HELPER=y
CONFIG_DRM_DISPLAY_HDMI_HELPER=y
CONFIG_DRM_DP_AUX_CHARDEV=y
CONFIG_DRM_DP_CEC=y
CONFIG_DRM_TTM=m
CONFIG_DRM_BUDDY=m
CONFIG_DRM_VRAM_HELPER=m
CONFIG_DRM_TTM_HELPER=m
CONFIG_DRM_GEM_DMA_HELPER=m
CONFIG_DRM_GEM_SHMEM_HELPER=y
CONFIG_DRM_SCHED=m

#
# I2C encoder or helper chips
#
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_I2C_NXP_TDA9950 is not set
# end of I2C encoder or helper chips

#
# ARM devices
#
# end of ARM devices

CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_USERPTR=y
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y

#
# ACP (Audio CoProcessor) Configuration
#
CONFIG_DRM_AMD_ACP=y
# end of ACP (Audio CoProcessor) Configuration

#
# Display Engine Configuration
#
CONFIG_DRM_AMD_DC=y
CONFIG_DRM_AMD_DC_DCN=y
CONFIG_DRM_AMD_DC_HDCP=y
CONFIG_DRM_AMD_DC_SI=y
# CONFIG_DEBUG_KERNEL_DC is not set
CONFIG_DRM_AMD_SECURE_DISPLAY=y
# end of Display Engine Configuration

CONFIG_HSA_AMD=y
CONFIG_HSA_AMD_SVM=y
CONFIG_DRM_NOUVEAU=m
# CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT is not set
CONFIG_NOUVEAU_DEBUG=5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
CONFIG_NOUVEAU_DEBUG_MMU=y
CONFIG_NOUVEAU_DEBUG_PUSH=y
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
# CONFIG_DRM_NOUVEAU_SVM is not set
CONFIG_DRM_I915=m
CONFIG_DRM_I915_FORCE_PROBE=""
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
CONFIG_DRM_I915_GVT=y
CONFIG_DRM_I915_GVT_KVMGT=m
CONFIG_DRM_I915_PXP=y
CONFIG_DRM_I915_REQUEST_TIMEOUT=20000
CONFIG_DRM_I915_FENCE_TIMEOUT=10000
CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500
CONFIG_DRM_I915_PREEMPT_TIMEOUT=640
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
CONFIG_DRM_I915_STOP_TIMEOUT=100
CONFIG_DRM_I915_TIMESLICE_DURATION=1
CONFIG_DRM_VGEM=m
CONFIG_DRM_VKMS=m
CONFIG_DRM_VMWGFX=m
CONFIG_DRM_VMWGFX_MKSSTATS=y
CONFIG_DRM_GMA500=m
CONFIG_DRM_UDL=m
CONFIG_DRM_AST=m
CONFIG_DRM_MGAG200=m
CONFIG_DRM_QXL=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DRM_PANEL=y

#
# Display Panels
#
# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
CONFIG_DRM_PANEL_WIDECHIPS_WS2401=m
# end of Display Panels

CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y

#
# Display Interface Bridges
#
CONFIG_DRM_ANALOGIX_ANX78XX=m
CONFIG_DRM_ANALOGIX_DP=m
# end of Display Interface Bridges

# CONFIG_DRM_ETNAVIV is not set
CONFIG_DRM_BOCHS=m
CONFIG_DRM_CIRRUS_QEMU=m
CONFIG_DRM_GM12U320=m
CONFIG_DRM_PANEL_MIPI_DBI=m
CONFIG_DRM_SIMPLEDRM=y
# CONFIG_TINYDRM_HX8357D is not set
CONFIG_TINYDRM_ILI9163=m
# CONFIG_TINYDRM_ILI9225 is not set
# CONFIG_TINYDRM_ILI9341 is not set
CONFIG_TINYDRM_ILI9486=m
# CONFIG_TINYDRM_MI0283QT is not set
# CONFIG_TINYDRM_REPAPER is not set
# CONFIG_TINYDRM_ST7586 is not set
# CONFIG_TINYDRM_ST7735R is not set
# CONFIG_DRM_XEN_FRONTEND is not set
CONFIG_DRM_VBOXVIDEO=m
CONFIG_DRM_GUD=m
CONFIG_DRM_SSD130X=m
CONFIG_DRM_SSD130X_I2C=m
CONFIG_DRM_SSD130X_SPI=m
CONFIG_DRM_HYPERV=m
# CONFIG_DRM_LEGACY is not set
CONFIG_DRM_EXPORT_FOR_TESTS=y
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DRM_LIB_RANDOM=y
CONFIG_DRM_PRIVACY_SCREEN=y

#
# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_BACKLIGHT=m
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SM501 is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_HYPERV is not set
# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SM712 is not set
# end of Frame buffer Devices

#
# Backlight & LCD device support
#
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_L4F00242T03 is not set
# CONFIG_LCD_LMS283GF05 is not set
# CONFIG_LCD_LTV350QV is not set
# CONFIG_LCD_ILI922X is not set
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_TDO24M is not set
# CONFIG_LCD_VGG2432A4 is not set
CONFIG_LCD_PLATFORM=m
# CONFIG_LCD_AMS369FG06 is not set
# CONFIG_LCD_LMS501KF03 is not set
# CONFIG_LCD_HX8357 is not set
# CONFIG_LCD_OTM3225A is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_KTD253=m
CONFIG_BACKLIGHT_PWM=m
CONFIG_BACKLIGHT_MT6370=m
CONFIG_BACKLIGHT_APPLE=m
# CONFIG_BACKLIGHT_QCOM_WLED is not set
CONFIG_BACKLIGHT_RT4831=m
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3630A is not set
# CONFIG_BACKLIGHT_LM3639 is not set
CONFIG_BACKLIGHT_LP855X=m
# CONFIG_BACKLIGHT_GPIO is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
CONFIG_BACKLIGHT_ARCXCNN=m
# end of Backlight & LCD device support

CONFIG_VIDEOMODE_HELPERS=y
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
# end of Console display driver support

CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# end of Graphics support

# CONFIG_DRM_ACCEL is not set
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_PCM_ELD=y
CONFIG_SND_DMAENGINE_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_SEQ_DEVICE=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_PCM_TIMER=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_CTL_FAST_LOOKUP=y
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_SND_CTL_INPUT_VALIDATION=y
CONFIG_SND_CTL_DEBUG=y
CONFIG_SND_JACK_INJECTION_DEBUG=y
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_CTL_LED=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_SEQUENCER_OSS=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SEQ_MIDI_EVENT=m
CONFIG_SND_SEQ_MIDI=m
CONFIG_SND_SEQ_MIDI_EMUL=m
CONFIG_SND_SEQ_VIRMIDI=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_OPL3_LIB_SEQ=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_PCSP=m
CONFIG_SND_DUMMY=m
CONFIG_SND_ALOOP=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_MTS64=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
CONFIG_SND_PORTMAN2X4=m
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_SB_COMMON=m
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
CONFIG_SND_ALS300=m
CONFIG_SND_ALS4000=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ASIHPI=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
# CONFIG_SND_AW2 is not set
CONFIG_SND_AZT3328=m
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
CONFIG_SND_OXYGEN_LIB=m
CONFIG_SND_OXYGEN=m
CONFIG_SND_CS4281=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_INDIGOIOX=m
CONFIG_SND_INDIGODJX=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1_SEQ=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_ES1968_INPUT=y
CONFIG_SND_ES1968_RADIO=y
CONFIG_SND_FM801=m
CONFIG_SND_FM801_TEA575X_BOOL=y
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_LOLA=m
CONFIG_SND_LX6464ES=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MAESTRO3_INPUT=y
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_PCXHR=m
CONFIG_SND_RIPTIDE=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
CONFIG_SND_SONICVIBES=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
CONFIG_SND_VIRTUOSO=m
CONFIG_SND_VX222=m
CONFIG_SND_YMFPCI=m

#
# HD-Audio
#
CONFIG_SND_HDA=m
CONFIG_SND_HDA_GENERIC_LEDS=y
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=0
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_SCODEC_CS35L41=m
CONFIG_SND_HDA_CS_DSP_CONTROLS=m
CONFIG_SND_HDA_SCODEC_CS35L41_I2C=m
CONFIG_SND_HDA_SCODEC_CS35L41_SPI=m
CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_CODEC_ANALOG=m
CONFIG_SND_HDA_CODEC_SIGMATEL=m
CONFIG_SND_HDA_CODEC_VIA=m
CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_HDA_CODEC_CIRRUS=m
CONFIG_SND_HDA_CODEC_CS8409=m
CONFIG_SND_HDA_CODEC_CONEXANT=m
CONFIG_SND_HDA_CODEC_CA0110=m
CONFIG_SND_HDA_CODEC_CA0132=m
CONFIG_SND_HDA_CODEC_CA0132_DSP=y
CONFIG_SND_HDA_CODEC_CMEDIA=m
CONFIG_SND_HDA_CODEC_SI3054=m
CONFIG_SND_HDA_GENERIC=m
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM=y
# end of HD-Audio

CONFIG_SND_HDA_CORE=m
CONFIG_SND_HDA_DSP_LOADER=y
CONFIG_SND_HDA_COMPONENT=y
CONFIG_SND_HDA_I915=y
CONFIG_SND_HDA_EXT_CORE=m
CONFIG_SND_HDA_PREALLOC_SIZE=0
CONFIG_SND_INTEL_NHLT=y
CONFIG_SND_INTEL_DSP_CONFIG=m
CONFIG_SND_INTEL_SOUNDWIRE_ACPI=m
# CONFIG_SND_INTEL_BYT_PREFER_SOF is not set
# CONFIG_SND_SPI is not set
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
CONFIG_SND_USB_6FIRE=m
CONFIG_SND_USB_HIFACE=m
CONFIG_SND_BCD2000=m
CONFIG_SND_USB_LINE6=m
CONFIG_SND_USB_POD=m
CONFIG_SND_USB_PODHD=m
CONFIG_SND_USB_TONEPORT=m
CONFIG_SND_USB_VARIAX=m
CONFIG_SND_FIREWIRE=y
CONFIG_SND_FIREWIRE_LIB=m
CONFIG_SND_DICE=m
CONFIG_SND_OXFW=m
CONFIG_SND_ISIGHT=m
CONFIG_SND_FIREWORKS=m
CONFIG_SND_BEBOB=m
CONFIG_SND_FIREWIRE_DIGI00X=m
CONFIG_SND_FIREWIRE_TASCAM=m
CONFIG_SND_FIREWIRE_MOTU=m
CONFIG_SND_FIREFACE=m
# CONFIG_SND_PCMCIA is not set
CONFIG_SND_SOC=m
CONFIG_SND_SOC_AC97_BUS=y
CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
CONFIG_SND_SOC_COMPRESS=y
CONFIG_SND_SOC_TOPOLOGY=y
CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST=m
CONFIG_SND_SOC_UTILS_KUNIT_TEST=m
CONFIG_SND_SOC_ACPI=m
CONFIG_SND_SOC_ADI=m
CONFIG_SND_SOC_ADI_AXI_I2S=m
CONFIG_SND_SOC_ADI_AXI_SPDIF=m
CONFIG_SND_SOC_AMD_ACP=m
CONFIG_SND_SOC_AMD_CZ_DA7219MX98357_MACH=m
CONFIG_SND_SOC_AMD_CZ_RT5645_MACH=m
CONFIG_SND_SOC_AMD_ST_ES8336_MACH=m
CONFIG_SND_SOC_AMD_ACP3x=m
CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
CONFIG_SND_SOC_AMD_RENOIR=m
CONFIG_SND_SOC_AMD_RENOIR_MACH=m
CONFIG_SND_SOC_AMD_ACP5x=m
CONFIG_SND_SOC_AMD_VANGOGH_MACH=m
CONFIG_SND_SOC_AMD_ACP6x=m
CONFIG_SND_SOC_AMD_YC_MACH=m
CONFIG_SND_AMD_ACP_CONFIG=m
# CONFIG_SND_SOC_AMD_ACP_COMMON is not set
CONFIG_SND_SOC_AMD_RPL_ACP6x=m
CONFIG_SND_SOC_AMD_PS=m
CONFIG_SND_SOC_AMD_PS_MACH=m
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set
# CONFIG_SND_DESIGNWARE_I2S is not set

#
# SoC Audio for Freescale CPUs
#

#
# Common SoC Audio options for Freescale CPUs:
#
# CONFIG_SND_SOC_FSL_ASRC is not set
# CONFIG_SND_SOC_FSL_SAI is not set
# CONFIG_SND_SOC_FSL_AUDMIX is not set
# CONFIG_SND_SOC_FSL_SSI is not set
# CONFIG_SND_SOC_FSL_SPDIF is not set
# CONFIG_SND_SOC_FSL_ESAI is not set
# CONFIG_SND_SOC_FSL_MICFIL is not set
# CONFIG_SND_SOC_FSL_XCVR is not set
# CONFIG_SND_SOC_IMX_AUDMUX is not set
# end of SoC Audio for Freescale CPUs

# CONFIG_SND_I2S_HI6210_I2S is not set
# CONFIG_SND_SOC_IMG is not set
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
CONFIG_SND_SOC_INTEL_SST=m
CONFIG_SND_SOC_INTEL_CATPT=m
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=m
# CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI is not set
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI=m
CONFIG_SND_SOC_INTEL_SKYLAKE=m
CONFIG_SND_SOC_INTEL_SKL=m
CONFIG_SND_SOC_INTEL_APL=m
CONFIG_SND_SOC_INTEL_KBL=m
CONFIG_SND_SOC_INTEL_GLK=m
CONFIG_SND_SOC_INTEL_CNL=m
CONFIG_SND_SOC_INTEL_CFL=m
CONFIG_SND_SOC_INTEL_CML_H=m
CONFIG_SND_SOC_INTEL_CML_LP=m
CONFIG_SND_SOC_INTEL_SKYLAKE_FAMILY=m
CONFIG_SND_SOC_INTEL_SKYLAKE_SSP_CLK=m
CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC=y
CONFIG_SND_SOC_INTEL_SKYLAKE_COMMON=m
CONFIG_SND_SOC_ACPI_INTEL_MATCH=m
CONFIG_SND_SOC_INTEL_AVS=m

#
# Intel AVS Machine drivers
#

#
# Available DSP configurations
#
CONFIG_SND_SOC_INTEL_AVS_MACH_DA7219=m
CONFIG_SND_SOC_INTEL_AVS_MACH_DMIC=m
CONFIG_SND_SOC_INTEL_AVS_MACH_HDAUDIO=m
CONFIG_SND_SOC_INTEL_AVS_MACH_I2S_TEST=m
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98357A=m
CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98373=m
CONFIG_SND_SOC_INTEL_AVS_MACH_NAU8825=m
# CONFIG_SND_SOC_INTEL_AVS_MACH_PROBE is not set
CONFIG_SND_SOC_INTEL_AVS_MACH_RT274=m
CONFIG_SND_SOC_INTEL_AVS_MACH_RT286=m
CONFIG_SND_SOC_INTEL_AVS_MACH_RT298=m
CONFIG_SND_SOC_INTEL_AVS_MACH_RT5682=m
CONFIG_SND_SOC_INTEL_AVS_MACH_SSM4567=m
# end of Intel AVS Machine drivers

CONFIG_SND_SOC_INTEL_MACH=y
CONFIG_SND_SOC_INTEL_USER_FRIENDLY_LONG_NAMES=y
CONFIG_SND_SOC_INTEL_HDA_DSP_COMMON=m
CONFIG_SND_SOC_INTEL_SOF_MAXIM_COMMON=m
CONFIG_SND_SOC_INTEL_SOF_REALTEK_COMMON=m
CONFIG_SND_SOC_INTEL_SOF_CIRRUS_COMMON=m
CONFIG_SND_SOC_INTEL_HASWELL_MACH=m
CONFIG_SND_SOC_INTEL_BDW_RT5650_MACH=m
CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH=m
CONFIG_SND_SOC_INTEL_BROADWELL_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5651_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_WM5102_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_NAU8824_MACH=m
CONFIG_SND_SOC_INTEL_BYT_CHT_CX2072X_MACH=m
CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m
CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
CONFIG_SND_SOC_INTEL_SKL_RT286_MACH=m
CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH=m
CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_DA7219_MAX98357A_GENERIC=m
CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_COMMON=m
CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_BXT_RT298_MACH=m
CONFIG_SND_SOC_INTEL_SOF_WM8804_MACH=m
CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m
CONFIG_SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH=m
CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98927_MACH=m
CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
CONFIG_SND_SOC_INTEL_GLK_DA7219_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH=m
CONFIG_SND_SOC_INTEL_SOF_RT5682_MACH=m
CONFIG_SND_SOC_INTEL_SOF_CS42L42_MACH=m
CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
CONFIG_SND_SOC_INTEL_SOF_ES8336_MACH=m
CONFIG_SND_SOC_INTEL_SOF_NAU8825_MACH=m
CONFIG_SND_SOC_INTEL_CML_LP_DA7219_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_SOF_CML_RT1011_RT5682_MACH=m
CONFIG_SND_SOC_INTEL_SOF_DA7219_MAX98373_MACH=m
CONFIG_SND_SOC_INTEL_SOF_SSP_AMP_MACH=m
CONFIG_SND_SOC_INTEL_EHL_RT5660_MACH=m
CONFIG_SND_SOC_INTEL_SOUNDWIRE_SOF_MACH=m
# CONFIG_SND_SOC_MTK_BTCVSD is not set
CONFIG_SND_SOC_SOF_TOPLEVEL=y
CONFIG_SND_SOC_SOF_PCI_DEV=m
CONFIG_SND_SOC_SOF_PCI=m
CONFIG_SND_SOC_SOF_ACPI=m
CONFIG_SND_SOC_SOF_ACPI_DEV=m
CONFIG_SND_SOC_SOF_DEBUG_PROBES=m
CONFIG_SND_SOC_SOF_CLIENT=m
CONFIG_SND_SOC_SOF=m
CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE=y
CONFIG_SND_SOC_SOF_IPC3=y
CONFIG_SND_SOC_SOF_INTEL_IPC4=y
CONFIG_SND_SOC_SOF_AMD_TOPLEVEL=m
CONFIG_SND_SOC_SOF_AMD_COMMON=m
CONFIG_SND_SOC_SOF_AMD_RENOIR=m
CONFIG_SND_SOC_SOF_AMD_REMBRANDT=m
CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL=y
CONFIG_SND_SOC_SOF_INTEL_HIFI_EP_IPC=m
CONFIG_SND_SOC_SOF_INTEL_ATOM_HIFI_EP=m
CONFIG_SND_SOC_SOF_INTEL_COMMON=m
CONFIG_SND_SOC_SOF_BAYTRAIL=m
CONFIG_SND_SOC_SOF_BROADWELL=m
CONFIG_SND_SOC_SOF_MERRIFIELD=m
CONFIG_SND_SOC_SOF_INTEL_SKL=m
CONFIG_SND_SOC_SOF_SKYLAKE=m
CONFIG_SND_SOC_SOF_KABYLAKE=m
CONFIG_SND_SOC_SOF_INTEL_APL=m
CONFIG_SND_SOC_SOF_APOLLOLAKE=m
CONFIG_SND_SOC_SOF_GEMINILAKE=m
CONFIG_SND_SOC_SOF_INTEL_CNL=m
CONFIG_SND_SOC_SOF_CANNONLAKE=m
CONFIG_SND_SOC_SOF_COFFEELAKE=m
CONFIG_SND_SOC_SOF_COMETLAKE=m
CONFIG_SND_SOC_SOF_INTEL_ICL=m
CONFIG_SND_SOC_SOF_ICELAKE=m
CONFIG_SND_SOC_SOF_JASPERLAKE=m
CONFIG_SND_SOC_SOF_INTEL_TGL=m
CONFIG_SND_SOC_SOF_TIGERLAKE=m
CONFIG_SND_SOC_SOF_ELKHARTLAKE=m
CONFIG_SND_SOC_SOF_ALDERLAKE=m
CONFIG_SND_SOC_SOF_INTEL_MTL=m
CONFIG_SND_SOC_SOF_METEORLAKE=m
CONFIG_SND_SOC_SOF_HDA_COMMON=m
CONFIG_SND_SOC_SOF_HDA_LINK=y
CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC=y
CONFIG_SND_SOC_SOF_HDA_LINK_BASELINE=m
CONFIG_SND_SOC_SOF_HDA=m
CONFIG_SND_SOC_SOF_HDA_PROBES=m
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE_LINK_BASELINE=m
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m
CONFIG_SND_SOC_SOF_XTENSA=m

#
# STMicroelectronics STM32 SOC audio support
#
# end of STMicroelectronics STM32 SOC audio support

# CONFIG_SND_SOC_XILINX_I2S is not set
# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set
# CONFIG_SND_SOC_XILINX_SPDIF is not set
# CONFIG_SND_SOC_XTFPGA_I2S is not set
CONFIG_SND_SOC_I2C_AND_SPI=m

#
# CODEC drivers
#
CONFIG_SND_SOC_ARIZONA=m
CONFIG_SND_SOC_WM_ADSP=m
CONFIG_SND_SOC_AC97_CODEC=m
CONFIG_SND_SOC_ADAU_UTILS=m
# CONFIG_SND_SOC_ADAU1372_I2C is not set
# CONFIG_SND_SOC_ADAU1372_SPI is not set
# CONFIG_SND_SOC_ADAU1701 is not set
CONFIG_SND_SOC_ADAU17X1=m
CONFIG_SND_SOC_ADAU1761=m
CONFIG_SND_SOC_ADAU1761_I2C=m
CONFIG_SND_SOC_ADAU1761_SPI=m
CONFIG_SND_SOC_ADAU7002=m
CONFIG_SND_SOC_ADAU7118=m
CONFIG_SND_SOC_ADAU7118_HW=m
CONFIG_SND_SOC_ADAU7118_I2C=m
# CONFIG_SND_SOC_AK4104 is not set
# CONFIG_SND_SOC_AK4118 is not set
# CONFIG_SND_SOC_AK4375 is not set
# CONFIG_SND_SOC_AK4458 is not set
# CONFIG_SND_SOC_AK4554 is not set
# CONFIG_SND_SOC_AK4613 is not set
# CONFIG_SND_SOC_AK4642 is not set
# CONFIG_SND_SOC_AK5386 is not set
CONFIG_SND_SOC_AK5558=m
# CONFIG_SND_SOC_ALC5623 is not set
CONFIG_SND_SOC_AW8738=m
CONFIG_SND_SOC_BD28623=m
CONFIG_SND_SOC_BT_SCO=m
CONFIG_SND_SOC_CROS_EC_CODEC=m
# CONFIG_SND_SOC_CS35L32 is not set
# CONFIG_SND_SOC_CS35L33 is not set
CONFIG_SND_SOC_CS35L34=m
CONFIG_SND_SOC_CS35L35=m
CONFIG_SND_SOC_CS35L36=m
CONFIG_SND_SOC_CS35L41_LIB=m
CONFIG_SND_SOC_CS35L41=m
CONFIG_SND_SOC_CS35L41_SPI=m
CONFIG_SND_SOC_CS35L41_I2C=m
CONFIG_SND_SOC_CS35L45_TABLES=m
CONFIG_SND_SOC_CS35L45=m
CONFIG_SND_SOC_CS35L45_SPI=m
CONFIG_SND_SOC_CS35L45_I2C=m
CONFIG_SND_SOC_CS42L42_CORE=m
CONFIG_SND_SOC_CS42L42=m
# CONFIG_SND_SOC_CS42L51_I2C is not set
# CONFIG_SND_SOC_CS42L52 is not set
# CONFIG_SND_SOC_CS42L56 is not set
# CONFIG_SND_SOC_CS42L73 is not set
# CONFIG_SND_SOC_CS42L83 is not set
CONFIG_SND_SOC_CS4234=m
# CONFIG_SND_SOC_CS4265 is not set
# CONFIG_SND_SOC_CS4270 is not set
# CONFIG_SND_SOC_CS4271_I2C is not set
# CONFIG_SND_SOC_CS4271_SPI is not set
# CONFIG_SND_SOC_CS42XX8_I2C is not set
CONFIG_SND_SOC_CS43130=m
# CONFIG_SND_SOC_CS4341 is not set
# CONFIG_SND_SOC_CS4349 is not set
# CONFIG_SND_SOC_CS53L30 is not set
CONFIG_SND_SOC_CX2072X=m
CONFIG_SND_SOC_DA7213=m
CONFIG_SND_SOC_DA7219=m
CONFIG_SND_SOC_DMIC=m
CONFIG_SND_SOC_ES7134=m
# CONFIG_SND_SOC_ES7241 is not set
CONFIG_SND_SOC_ES8316=m
CONFIG_SND_SOC_ES8326=m
CONFIG_SND_SOC_ES8328=m
CONFIG_SND_SOC_ES8328_I2C=m
CONFIG_SND_SOC_ES8328_SPI=m
# CONFIG_SND_SOC_GTM601 is not set
CONFIG_SND_SOC_HDAC_HDMI=m
CONFIG_SND_SOC_HDAC_HDA=m
CONFIG_SND_SOC_HDA=m
# CONFIG_SND_SOC_ICS43432 is not set
# CONFIG_SND_SOC_INNO_RK3036 is not set
CONFIG_SND_SOC_MAX98088=m
CONFIG_SND_SOC_MAX98090=m
CONFIG_SND_SOC_MAX98357A=m
# CONFIG_SND_SOC_MAX98504 is not set
CONFIG_SND_SOC_MAX9867=m
CONFIG_SND_SOC_MAX98927=m
CONFIG_SND_SOC_MAX98520=m
CONFIG_SND_SOC_MAX98373=m
CONFIG_SND_SOC_MAX98373_I2C=m
CONFIG_SND_SOC_MAX98373_SDW=m
CONFIG_SND_SOC_MAX98390=m
CONFIG_SND_SOC_MAX98396=m
# CONFIG_SND_SOC_MAX9860 is not set
# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
# CONFIG_SND_SOC_PCM1681 is not set
CONFIG_SND_SOC_PCM1789=m
CONFIG_SND_SOC_PCM1789_I2C=m
# CONFIG_SND_SOC_PCM179X_I2C is not set
# CONFIG_SND_SOC_PCM179X_SPI is not set
CONFIG_SND_SOC_PCM186X=m
CONFIG_SND_SOC_PCM186X_I2C=m
CONFIG_SND_SOC_PCM186X_SPI=m
CONFIG_SND_SOC_PCM3060=m
CONFIG_SND_SOC_PCM3060_I2C=m
CONFIG_SND_SOC_PCM3060_SPI=m
# CONFIG_SND_SOC_PCM3168A_I2C is not set
# CONFIG_SND_SOC_PCM3168A_SPI is not set
# CONFIG_SND_SOC_PCM5102A is not set
CONFIG_SND_SOC_PCM512x=m
CONFIG_SND_SOC_PCM512x_I2C=m
# CONFIG_SND_SOC_PCM512x_SPI is not set
# CONFIG_SND_SOC_RK3328 is not set
CONFIG_SND_SOC_RL6231=m
CONFIG_SND_SOC_RL6347A=m
CONFIG_SND_SOC_RT274=m
CONFIG_SND_SOC_RT286=m
CONFIG_SND_SOC_RT298=m
CONFIG_SND_SOC_RT1011=m
CONFIG_SND_SOC_RT1015=m
CONFIG_SND_SOC_RT1015P=m
CONFIG_SND_SOC_RT1308=m
CONFIG_SND_SOC_RT1308_SDW=m
CONFIG_SND_SOC_RT1316_SDW=m
CONFIG_SND_SOC_RT1318_SDW=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
# CONFIG_SND_SOC_RT5631 is not set
CONFIG_SND_SOC_RT5640=m
CONFIG_SND_SOC_RT5645=m
CONFIG_SND_SOC_RT5651=m
CONFIG_SND_SOC_RT5659=m
CONFIG_SND_SOC_RT5660=m
CONFIG_SND_SOC_RT5663=m
CONFIG_SND_SOC_RT5670=m
CONFIG_SND_SOC_RT5677=m
CONFIG_SND_SOC_RT5677_SPI=m
CONFIG_SND_SOC_RT5682=m
CONFIG_SND_SOC_RT5682_I2C=m
CONFIG_SND_SOC_RT5682_SDW=m
CONFIG_SND_SOC_RT5682S=m
CONFIG_SND_SOC_RT700=m
CONFIG_SND_SOC_RT700_SDW=m
CONFIG_SND_SOC_RT711=m
CONFIG_SND_SOC_RT711_SDW=m
CONFIG_SND_SOC_RT711_SDCA_SDW=m
CONFIG_SND_SOC_RT715=m
CONFIG_SND_SOC_RT715_SDW=m
CONFIG_SND_SOC_RT715_SDCA_SDW=m
# CONFIG_SND_SOC_RT9120 is not set
# CONFIG_SND_SOC_SDW_MOCKUP is not set
# CONFIG_SND_SOC_SGTL5000 is not set
CONFIG_SND_SOC_SIGMADSP=m
CONFIG_SND_SOC_SIGMADSP_REGMAP=m
CONFIG_SND_SOC_SIMPLE_AMPLIFIER=m
CONFIG_SND_SOC_SIMPLE_MUX=m
CONFIG_SND_SOC_SPDIF=m
# CONFIG_SND_SOC_SRC4XXX_I2C is not set
# CONFIG_SND_SOC_SSM2305 is not set
# CONFIG_SND_SOC_SSM2518 is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
CONFIG_SND_SOC_SSM4567=m
# CONFIG_SND_SOC_STA32X is not set
# CONFIG_SND_SOC_STA350 is not set
# CONFIG_SND_SOC_STI_SAS is not set
# CONFIG_SND_SOC_TAS2552 is not set
CONFIG_SND_SOC_TAS2562=m
CONFIG_SND_SOC_TAS2764=m
CONFIG_SND_SOC_TAS2770=m
CONFIG_SND_SOC_TAS2780=m
# CONFIG_SND_SOC_TAS5086 is not set
# CONFIG_SND_SOC_TAS571X is not set
# CONFIG_SND_SOC_TAS5720 is not set
CONFIG_SND_SOC_TAS5805M=m
CONFIG_SND_SOC_TAS6424=m
CONFIG_SND_SOC_TDA7419=m
# CONFIG_SND_SOC_TFA9879 is not set
# CONFIG_SND_SOC_TFA989X is not set
CONFIG_SND_SOC_TLV320ADC3XXX=m
# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
# CONFIG_SND_SOC_TLV320AIC23_SPI is not set
# CONFIG_SND_SOC_TLV320AIC31XX is not set
CONFIG_SND_SOC_TLV320AIC32X4=m
CONFIG_SND_SOC_TLV320AIC32X4_I2C=m
CONFIG_SND_SOC_TLV320AIC32X4_SPI=m
# CONFIG_SND_SOC_TLV320AIC3X_I2C is not set
# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set
CONFIG_SND_SOC_TLV320ADCX140=m
CONFIG_SND_SOC_TS3A227E=m
CONFIG_SND_SOC_TSCS42XX=m
# CONFIG_SND_SOC_TSCS454 is not set
# CONFIG_SND_SOC_UDA1334 is not set
# CONFIG_SND_SOC_WCD938X_SDW is not set
CONFIG_SND_SOC_WM5102=m
# CONFIG_SND_SOC_WM8510 is not set
# CONFIG_SND_SOC_WM8523 is not set
CONFIG_SND_SOC_WM8524=m
# CONFIG_SND_SOC_WM8580 is not set
# CONFIG_SND_SOC_WM8711 is not set
# CONFIG_SND_SOC_WM8728 is not set
CONFIG_SND_SOC_WM8731=m
CONFIG_SND_SOC_WM8731_I2C=m
CONFIG_SND_SOC_WM8731_SPI=m
# CONFIG_SND_SOC_WM8737 is not set
# CONFIG_SND_SOC_WM8741 is not set
# CONFIG_SND_SOC_WM8750 is not set
# CONFIG_SND_SOC_WM8753 is not set
# CONFIG_SND_SOC_WM8770 is not set
# CONFIG_SND_SOC_WM8776 is not set
# CONFIG_SND_SOC_WM8782 is not set
CONFIG_SND_SOC_WM8804=m
CONFIG_SND_SOC_WM8804_I2C=m
# CONFIG_SND_SOC_WM8804_SPI is not set
# CONFIG_SND_SOC_WM8903 is not set
# CONFIG_SND_SOC_WM8904 is not set
CONFIG_SND_SOC_WM8940=m
# CONFIG_SND_SOC_WM8960 is not set
# CONFIG_SND_SOC_WM8961 is not set
# CONFIG_SND_SOC_WM8962 is not set
# CONFIG_SND_SOC_WM8974 is not set
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_WM8985 is not set
# CONFIG_SND_SOC_WSA881X is not set
CONFIG_SND_SOC_WSA883X=m
CONFIG_SND_SOC_ZL38060=m
CONFIG_SND_SOC_MAX9759=m
# CONFIG_SND_SOC_MT6351 is not set
# CONFIG_SND_SOC_MT6358 is not set
# CONFIG_SND_SOC_MT6660 is not set
# CONFIG_SND_SOC_NAU8315 is not set
CONFIG_SND_SOC_NAU8540=m
# CONFIG_SND_SOC_NAU8810 is not set
CONFIG_SND_SOC_NAU8821=m
# CONFIG_SND_SOC_NAU8822 is not set
CONFIG_SND_SOC_NAU8824=m
CONFIG_SND_SOC_NAU8825=m
# CONFIG_SND_SOC_TPA6130A2 is not set
# CONFIG_SND_SOC_LPASS_WSA_MACRO is not set
# CONFIG_SND_SOC_LPASS_VA_MACRO is not set
# CONFIG_SND_SOC_LPASS_RX_MACRO is not set
# CONFIG_SND_SOC_LPASS_TX_MACRO is not set
# end of CODEC drivers

CONFIG_SND_SIMPLE_CARD_UTILS=m
CONFIG_SND_SIMPLE_CARD=m
CONFIG_SND_X86=y
CONFIG_HDMI_LPE_AUDIO=m
CONFIG_SND_SYNTH_EMUX=m
CONFIG_SND_XEN_FRONTEND=m
CONFIG_SND_VIRTIO=m
CONFIG_AC97_BUS=m

#
# HID support
#
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_UHID=m
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=m
CONFIG_HID_ACCUTOUCH=m
CONFIG_HID_ACRUX=m
CONFIG_HID_ACRUX_FF=y
CONFIG_HID_APPLE=m
CONFIG_HID_APPLEIR=m
CONFIG_HID_ASUS=m
CONFIG_HID_AUREAL=m
CONFIG_HID_BELKIN=m
CONFIG_HID_BETOP_FF=m
CONFIG_HID_BIGBEN_FF=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
CONFIG_HID_CORSAIR=m
CONFIG_HID_COUGAR=m
CONFIG_HID_MACALLY=m
CONFIG_HID_PRODIKEYS=m
CONFIG_HID_CMEDIA=m
CONFIG_HID_CP2112=m
CONFIG_HID_CREATIVE_SB0540=m
CONFIG_HID_CYPRESS=m
CONFIG_HID_DRAGONRISE=m
CONFIG_DRAGONRISE_FF=y
CONFIG_HID_EMS_FF=m
CONFIG_HID_ELAN=m
CONFIG_HID_ELECOM=m
CONFIG_HID_ELO=m
CONFIG_HID_EZKEY=m
CONFIG_HID_FT260=m
CONFIG_HID_GEMBIRD=m
CONFIG_HID_GFRM=m
CONFIG_HID_GLORIOUS=m
CONFIG_HID_HOLTEK=m
CONFIG_HOLTEK_FF=y
CONFIG_HID_VIVALDI_COMMON=m
# CONFIG_HID_GOOGLE_HAMMER is not set
CONFIG_HID_VIVALDI=m
CONFIG_HID_GT683R=m
CONFIG_HID_KEYTOUCH=m
CONFIG_HID_KYE=m
CONFIG_HID_UCLOGIC=m
CONFIG_HID_WALTOP=m
CONFIG_HID_VIEWSONIC=m
# CONFIG_HID_VRC2 is not set
CONFIG_HID_XIAOMI=m
CONFIG_HID_GYRATION=m
CONFIG_HID_ICADE=m
CONFIG_HID_ITE=m
CONFIG_HID_JABRA=m
CONFIG_HID_TWINHAN=m
CONFIG_HID_KENSINGTON=m
CONFIG_HID_LCPOWER=m
CONFIG_HID_LED=m
CONFIG_HID_LENOVO=m
CONFIG_HID_LETSKETCH=m
CONFIG_HID_LOGITECH=m
CONFIG_HID_LOGITECH_DJ=m
CONFIG_HID_LOGITECH_HIDPP=m
CONFIG_LOGITECH_FF=y
CONFIG_LOGIRUMBLEPAD2_FF=y
CONFIG_LOGIG940_FF=y
CONFIG_LOGIWHEELS_FF=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_MALTRON=m
CONFIG_HID_MAYFLASH=m
CONFIG_HID_MEGAWORLD_FF=m
# CONFIG_HID_REDRAGON is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
CONFIG_HID_MULTITOUCH=m
CONFIG_HID_NINTENDO=m
CONFIG_NINTENDO_FF=y
CONFIG_HID_NTI=m
CONFIG_HID_NTRIG=y
CONFIG_HID_ORTEK=m
CONFIG_HID_PANTHERLORD=m
CONFIG_PANTHERLORD_FF=y
CONFIG_HID_PENMOUNT=m
CONFIG_HID_PETALYNX=m
CONFIG_HID_PICOLCD=m
CONFIG_HID_PICOLCD_FB=y
CONFIG_HID_PICOLCD_BACKLIGHT=y
CONFIG_HID_PICOLCD_LCD=y
CONFIG_HID_PICOLCD_LEDS=y
CONFIG_HID_PICOLCD_CIR=y
CONFIG_HID_PLANTRONICS=m
CONFIG_HID_PLAYSTATION=m
CONFIG_PLAYSTATION_FF=y
CONFIG_HID_PXRC=m
CONFIG_HID_RAZER=m
CONFIG_HID_PRIMAX=m
CONFIG_HID_RETRODE=m
CONFIG_HID_ROCCAT=m
CONFIG_HID_SAITEK=m
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SEMITEK=m
CONFIG_HID_SIGMAMICRO=m
CONFIG_HID_SONY=m
CONFIG_SONY_FF=y
CONFIG_HID_SPEEDLINK=m
CONFIG_HID_STEAM=m
CONFIG_HID_STEELSERIES=m
CONFIG_HID_SUNPLUS=m
CONFIG_HID_RMI=m
CONFIG_HID_GREENASIA=m
CONFIG_GREENASIA_FF=y
CONFIG_HID_HYPERV_MOUSE=m
CONFIG_HID_SMARTJOYPLUS=m
CONFIG_SMARTJOYPLUS_FF=y
CONFIG_HID_TIVO=m
CONFIG_HID_TOPSEED=m
CONFIG_HID_TOPRE=m
CONFIG_HID_THINGM=m
CONFIG_HID_THRUSTMASTER=m
CONFIG_THRUSTMASTER_FF=y
CONFIG_HID_UDRAW_PS3=m
CONFIG_HID_U2FZERO=m
CONFIG_HID_WACOM=m
CONFIG_HID_WIIMOTE=m
CONFIG_HID_XINMO=m
CONFIG_HID_ZEROPLUS=m
CONFIG_ZEROPLUS_FF=y
CONFIG_HID_ZYDACRON=m
CONFIG_HID_SENSOR_HUB=m
# CONFIG_HID_SENSOR_CUSTOM_SENSOR is not set
CONFIG_HID_ALPS=m
CONFIG_HID_MCP2221=m
# end of Special HID drivers

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
# end of USB HID support

#
# I2C HID support
#
CONFIG_I2C_HID_ACPI=m
# end of I2C HID support

CONFIG_I2C_HID_CORE=m

#
# Intel ISH HID support
#
CONFIG_INTEL_ISH_HID=m
CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER=m
# end of Intel ISH HID support

#
# AMD SFH HID Support
#
CONFIG_AMD_SFH_HID=m
# end of AMD SFH HID Support

#
# Surface System Aggregator Module HID support
#
CONFIG_SURFACE_HID=m
CONFIG_SURFACE_KBD=m
# end of Surface System Aggregator Module HID support

CONFIG_SURFACE_HID_CORE=m
# end of HID support

CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_LED_TRIG=y
CONFIG_USB_ULPI_BUS=m
# CONFIG_USB_CONN_GPIO is not set
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_FEW_INIT_RETRIES is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_PRODUCTLIST is not set
CONFIG_USB_LEDS_TRIGGER_USBPORT=m
CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_MON=y

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DBGCAP=y
CONFIG_USB_XHCI_PCI=y
CONFIG_USB_XHCI_PCI_RENESAS=y
CONFIG_USB_XHCI_PLATFORM=m
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_FSL is not set
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_U132_HCD is not set
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_HCD_ISO=y
# CONFIG_USB_SL811_CS is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_HCD_TEST_MODE is not set
CONFIG_USB_XEN_HCD=m

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
CONFIG_USB_TMC=m

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_REALTEK=m
CONFIG_REALTEK_AUTOPM=y
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
CONFIG_USB_STORAGE_ONETOUCH=m
CONFIG_USB_STORAGE_KARMA=m
CONFIG_USB_STORAGE_CYPRESS_ATACB=m
CONFIG_USB_STORAGE_ENE_UB6250=m
CONFIG_USB_UAS=m

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USBIP_CORE=m
CONFIG_USBIP_VHCI_HCD=m
CONFIG_USBIP_VHCI_HC_PORTS=8
CONFIG_USBIP_VHCI_NR_HCS=1
CONFIG_USBIP_HOST=m
# CONFIG_USBIP_DEBUG is not set

#
# USB dual-mode controller drivers
#
CONFIG_USB_CDNS_SUPPORT=m
# CONFIG_USB_CDNS3 is not set
CONFIG_USB_CDNSP_PCI=m
# CONFIG_USB_CDNSP_HOST is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_SIMPLE=m
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
# CONFIG_USB_SERIAL_F81232 is not set
CONFIG_USB_SERIAL_F8153X=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_IUU=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
# CONFIG_USB_SERIAL_METRO is not set
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7715_PARPORT=y
CONFIG_USB_SERIAL_MOS7840=m
# CONFIG_USB_SERIAL_MXUPORT is not set
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_QCAUX=m
CONFIG_USB_SERIAL_QUALCOMM=m
CONFIG_USB_SERIAL_SPCP8X5=m
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_SYMBOL=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_WWAN=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_OPTICON=m
CONFIG_USB_SERIAL_XSENS_MT=m
# CONFIG_USB_SERIAL_WISHBONE is not set
CONFIG_USB_SERIAL_SSU100=m
CONFIG_USB_SERIAL_QT2=m
CONFIG_USB_SERIAL_UPD78F0730=m
CONFIG_USB_SERIAL_XR=m
CONFIG_USB_SERIAL_DEBUG=m

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_APPLE_MFI_FASTCHARGE=m
CONFIG_USB_SISUSBVGA=m
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_ISIGHTFW=m
CONFIG_USB_YUREX=m
CONFIG_USB_EZUSB_FX2=m
CONFIG_USB_HUB_USB251XB=m
CONFIG_USB_HSIC_USB3503=m
CONFIG_USB_HSIC_USB4604=m
# CONFIG_USB_LINK_LAYER_TEST is not set
CONFIG_USB_CHAOSKEY=m
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m

#
# USB Physical Layer drivers
#
CONFIG_USB_PHY=y
CONFIG_NOP_USB_XCEIV=m
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# end of USB Physical Layer drivers

# CONFIG_USB_GADGET is not set
CONFIG_TYPEC=m
CONFIG_TYPEC_TCPM=m
CONFIG_TYPEC_TCPCI=m
# CONFIG_TYPEC_RT1711H is not set
CONFIG_TYPEC_TCPCI_MT6370=m
CONFIG_TYPEC_TCPCI_MAXIM=m
CONFIG_TYPEC_FUSB302=m
CONFIG_TYPEC_WCOVE=m
CONFIG_TYPEC_UCSI=m
CONFIG_UCSI_CCG=m
CONFIG_UCSI_ACPI=m
CONFIG_UCSI_STM32G0=m
CONFIG_TYPEC_TPS6598X=m
# CONFIG_TYPEC_ANX7411 is not set
CONFIG_TYPEC_RT1719=m
CONFIG_TYPEC_HD3SS3220=m
CONFIG_TYPEC_STUSB160X=m
CONFIG_TYPEC_WUSB3801=m

#
# USB Type-C Multiplexer/DeMultiplexer Switch support
#
CONFIG_TYPEC_MUX_FSA4480=m
CONFIG_TYPEC_MUX_PI3USB30532=m
CONFIG_TYPEC_MUX_INTEL_PMC=m
# end of USB Type-C Multiplexer/DeMultiplexer Switch support

#
# USB Type-C Alternate Mode drivers
#
CONFIG_TYPEC_DP_ALTMODE=m
CONFIG_TYPEC_NVIDIA_ALTMODE=m
# end of USB Type-C Alternate Mode drivers

CONFIG_USB_ROLE_SWITCH=y
CONFIG_USB_ROLES_INTEL_XHCI=m
CONFIG_MMC=m
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_SDIO_UART=m
# CONFIG_MMC_TEST is not set
# CONFIG_MMC_CRYPTO is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
CONFIG_MMC_SDHCI_PCI=m
CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI_ACPI=m
CONFIG_MMC_SDHCI_PLTFM=m
# CONFIG_MMC_SDHCI_F_SDH30 is not set
CONFIG_MMC_WBSD=m
CONFIG_MMC_ALCOR=m
CONFIG_MMC_TIFM_SD=m
# CONFIG_MMC_SPI is not set
CONFIG_MMC_SDRICOH_CS=m
CONFIG_MMC_CB710=m
CONFIG_MMC_VIA_SDMMC=m
CONFIG_MMC_VUB300=m
CONFIG_MMC_USHC=m
# CONFIG_MMC_USDHI6ROL0 is not set
CONFIG_MMC_REALTEK_PCI=m
CONFIG_MMC_REALTEK_USB=m
CONFIG_MMC_CQHCI=m
CONFIG_MMC_HSQ=m
CONFIG_MMC_TOSHIBA_PCI=m
# CONFIG_MMC_MTK is not set
CONFIG_MMC_SDHCI_XENON=m
# CONFIG_SCSI_UFSHCD is not set
CONFIG_MEMSTICK=m
# CONFIG_MEMSTICK_DEBUG is not set

#
# MemoryStick drivers
#
# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
CONFIG_MSPRO_BLOCK=m
# CONFIG_MS_BLOCK is not set

#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=m
CONFIG_MEMSTICK_JMICRON_38X=m
CONFIG_MEMSTICK_R592=m
CONFIG_MEMSTICK_REALTEK_PCI=m
CONFIG_MEMSTICK_REALTEK_USB=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_CLASS_FLASH=m
CONFIG_LEDS_CLASS_MULTICOLOR=m
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y

#
# LED drivers
#
CONFIG_LEDS_APU=m
CONFIG_LEDS_LM3530=m
CONFIG_LEDS_LM3532=m
# CONFIG_LEDS_LM3642 is not set
CONFIG_LEDS_PCA9532=m
CONFIG_LEDS_PCA9532_GPIO=y
CONFIG_LEDS_GPIO=m
CONFIG_LEDS_LP3944=m
CONFIG_LEDS_LP3952=m
CONFIG_LEDS_LP50XX=m
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_PWM is not set
# CONFIG_LEDS_REGULATOR is not set
# CONFIG_LEDS_BD2802 is not set
CONFIG_LEDS_INTEL_SS4200=m
CONFIG_LEDS_LT3593=m
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set
# CONFIG_LEDS_IS31FL319X is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
CONFIG_LEDS_BLINKM=m
CONFIG_LEDS_MLXCPLD=m
CONFIG_LEDS_MLXREG=m
CONFIG_LEDS_USER=m
CONFIG_LEDS_NIC78BX=m
# CONFIG_LEDS_TI_LMU_COMMON is not set

#
# Flash and Torch LED drivers
#
CONFIG_LEDS_AS3645A=m
CONFIG_LEDS_LM3601X=m
# CONFIG_LEDS_RT8515 is not set
# CONFIG_LEDS_SGM3140 is not set

#
# RGB LED drivers
#
CONFIG_LEDS_PWM_MULTICOLOR=m

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_ONESHOT=m
CONFIG_LEDS_TRIGGER_DISK=y
CONFIG_LEDS_TRIGGER_MTD=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
# CONFIG_LEDS_TRIGGER_CPU is not set
CONFIG_LEDS_TRIGGER_ACTIVITY=m
CONFIG_LEDS_TRIGGER_GPIO=m
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_LEDS_TRIGGER_TRANSIENT=m
CONFIG_LEDS_TRIGGER_CAMERA=m
CONFIG_LEDS_TRIGGER_PANIC=y
CONFIG_LEDS_TRIGGER_NETDEV=m
CONFIG_LEDS_TRIGGER_PATTERN=m
CONFIG_LEDS_TRIGGER_AUDIO=m
CONFIG_LEDS_TRIGGER_TTY=m

#
# Simple LED drivers
#
CONFIG_ACCESSIBILITY=y
CONFIG_A11Y_BRAILLE_CONSOLE=y

#
# Speakup console speech
#
CONFIG_SPEAKUP=m
CONFIG_SPEAKUP_SYNTH_ACNTSA=m
CONFIG_SPEAKUP_SYNTH_APOLLO=m
CONFIG_SPEAKUP_SYNTH_AUDPTR=m
CONFIG_SPEAKUP_SYNTH_BNS=m
CONFIG_SPEAKUP_SYNTH_DECTLK=m
# CONFIG_SPEAKUP_SYNTH_DECEXT is not set
CONFIG_SPEAKUP_SYNTH_LTLK=m
CONFIG_SPEAKUP_SYNTH_SOFT=m
CONFIG_SPEAKUP_SYNTH_SPKOUT=m
CONFIG_SPEAKUP_SYNTH_TXPRT=m
# CONFIG_SPEAKUP_SYNTH_DUMMY is not set
# end of Speakup console speech

CONFIG_INFINIBAND=m
CONFIG_INFINIBAND_USER_MAD=m
CONFIG_INFINIBAND_USER_ACCESS=m
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ON_DEMAND_PAGING=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y
CONFIG_INFINIBAND_VIRT_DMA=y
CONFIG_INFINIBAND_BNXT_RE=m
CONFIG_INFINIBAND_CXGB4=m
CONFIG_INFINIBAND_EFA=m
CONFIG_INFINIBAND_ERDMA=m
CONFIG_INFINIBAND_HFI1=m
# CONFIG_HFI1_DEBUG_SDMA_ORDER is not set
# CONFIG_SDMA_VERBOSITY is not set
CONFIG_INFINIBAND_IRDMA=m
# CONFIG_MANA_INFINIBAND is not set
CONFIG_MLX4_INFINIBAND=m
CONFIG_MLX5_INFINIBAND=m
CONFIG_INFINIBAND_MTHCA=m
CONFIG_INFINIBAND_MTHCA_DEBUG=y
CONFIG_INFINIBAND_OCRDMA=m
CONFIG_INFINIBAND_QEDR=m
CONFIG_INFINIBAND_QIB=m
CONFIG_INFINIBAND_QIB_DCA=y
CONFIG_INFINIBAND_USNIC=m
CONFIG_INFINIBAND_VMWARE_PVRDMA=m
CONFIG_INFINIBAND_RDMAVT=m
CONFIG_RDMA_RXE=m
CONFIG_RDMA_SIW=m
CONFIG_INFINIBAND_IPOIB=m
CONFIG_INFINIBAND_IPOIB_CM=y
CONFIG_INFINIBAND_IPOIB_DEBUG=y
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
CONFIG_INFINIBAND_SRP=m
CONFIG_INFINIBAND_SRPT=m
CONFIG_INFINIBAND_ISER=m
CONFIG_INFINIBAND_ISERT=m
CONFIG_INFINIBAND_RTRS=m
CONFIG_INFINIBAND_RTRS_CLIENT=m
CONFIG_INFINIBAND_RTRS_SERVER=m
CONFIG_INFINIBAND_OPA_VNIC=m
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_GHES=y
CONFIG_EDAC_AMD64=m
CONFIG_EDAC_E752X=m
CONFIG_EDAC_I82975X=m
CONFIG_EDAC_I3000=m
CONFIG_EDAC_I3200=m
CONFIG_EDAC_IE31200=m
CONFIG_EDAC_X38=m
CONFIG_EDAC_I5400=m
CONFIG_EDAC_I7CORE=m
CONFIG_EDAC_I5100=m
CONFIG_EDAC_I7300=m
CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_SKX=m
CONFIG_EDAC_I10NM=m
CONFIG_EDAC_PND2=m
CONFIG_EDAC_IGEN6=m
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_LIB_KUNIT_TEST=m
CONFIG_RTC_NVMEM=y

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
CONFIG_RTC_DRV_ABEOZ9=m
CONFIG_RTC_DRV_ABX80X=m
CONFIG_RTC_DRV_DS1307=m
# CONFIG_RTC_DRV_DS1307_CENTURY is not set
CONFIG_RTC_DRV_DS1374=m
CONFIG_RTC_DRV_DS1374_WDT=y
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_MAX6900=m
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_ISL12022=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8523=m
CONFIG_RTC_DRV_PCF85063=m
# CONFIG_RTC_DRV_PCF85363 is not set
CONFIG_RTC_DRV_PCF8563=m
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=m
CONFIG_RTC_DRV_M41T80_WDT=y
CONFIG_RTC_DRV_BQ32K=m
# CONFIG_RTC_DRV_S35390A is not set
CONFIG_RTC_DRV_FM3130=m
CONFIG_RTC_DRV_RX8010=m
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
CONFIG_RTC_DRV_RV3028=m
CONFIG_RTC_DRV_RV3032=m
CONFIG_RTC_DRV_RV8803=m
CONFIG_RTC_DRV_SD3078=m

#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=m
CONFIG_RTC_DRV_M41T94=m
# CONFIG_RTC_DRV_DS1302 is not set
CONFIG_RTC_DRV_DS1305=m
CONFIG_RTC_DRV_DS1343=m
CONFIG_RTC_DRV_DS1347=m
CONFIG_RTC_DRV_DS1390=m
CONFIG_RTC_DRV_MAX6916=m
CONFIG_RTC_DRV_R9701=m
CONFIG_RTC_DRV_RX4581=m
CONFIG_RTC_DRV_RS5C348=m
CONFIG_RTC_DRV_MAX6902=m
CONFIG_RTC_DRV_PCF2123=m
CONFIG_RTC_DRV_MCP795=m
CONFIG_RTC_I2C_AND_SPI=y

#
# SPI and I2C RTC drivers
#
CONFIG_RTC_DRV_DS3232=m
# CONFIG_RTC_DRV_DS3232_HWMON is not set
CONFIG_RTC_DRV_PCF2127=m
CONFIG_RTC_DRV_RV3029C2=m
CONFIG_RTC_DRV_RV3029_HWMON=y
# CONFIG_RTC_DRV_RX6110 is not set

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=m
CONFIG_RTC_DRV_DS1511=m
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_DS1685_FAMILY=m
CONFIG_RTC_DRV_DS1685=y
# CONFIG_RTC_DRV_DS1689 is not set
# CONFIG_RTC_DRV_DS17285 is not set
# CONFIG_RTC_DRV_DS17485 is not set
# CONFIG_RTC_DRV_DS17885 is not set
CONFIG_RTC_DRV_DS1742=m
CONFIG_RTC_DRV_DS2404=m
CONFIG_RTC_DRV_STK17TA8=m
# CONFIG_RTC_DRV_M48T86 is not set
CONFIG_RTC_DRV_M48T35=m
CONFIG_RTC_DRV_M48T59=m
CONFIG_RTC_DRV_MSM6242=m
CONFIG_RTC_DRV_BQ4802=m
CONFIG_RTC_DRV_RP5C01=m
CONFIG_RTC_DRV_V3020=m
CONFIG_RTC_DRV_CROS_EC=m

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_FTRTC010 is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
# CONFIG_RTC_DRV_GOLDFISH is not set
CONFIG_DMADEVICES=y
CONFIG_DMADEVICES_DEBUG=y
# CONFIG_DMADEVICES_VDEBUG is not set

#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_ACPI=y
CONFIG_ALTERA_MSGDMA=m
CONFIG_INTEL_IDMA64=m
CONFIG_INTEL_IDXD_BUS=m
CONFIG_INTEL_IDXD=m
# CONFIG_INTEL_IDXD_COMPAT is not set
CONFIG_INTEL_IDXD_SVM=y
CONFIG_INTEL_IDXD_PERFMON=y
CONFIG_INTEL_IOATDMA=m
# CONFIG_PLX_DMA is not set
CONFIG_AMD_PTDMA=m
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
CONFIG_DW_DMAC_CORE=y
CONFIG_DW_DMAC=m
CONFIG_DW_DMAC_PCI=y
CONFIG_DW_EDMA=m
CONFIG_DW_EDMA_PCIE=m
CONFIG_HSU_DMA=y
# CONFIG_SF_PDMA is not set
# CONFIG_INTEL_LDMA is not set

#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y

#
# DMABUF options
#
CONFIG_SYNC_FILE=y
# CONFIG_SW_SYNC is not set
CONFIG_UDMABUF=y
# CONFIG_DMABUF_MOVE_NOTIFY is not set
CONFIG_DMABUF_DEBUG=y
# CONFIG_DMABUF_SELFTESTS is not set
CONFIG_DMABUF_HEAPS=y
CONFIG_DMABUF_SYSFS_STATS=y
CONFIG_DMABUF_HEAPS_SYSTEM=y
CONFIG_DMABUF_HEAPS_CMA=y
# end of DMABUF options

CONFIG_DCA=m
CONFIG_AUXDISPLAY=y
CONFIG_CHARLCD=m
CONFIG_LINEDISP=m
CONFIG_HD44780_COMMON=m
CONFIG_HD44780=m
CONFIG_KS0108=m
CONFIG_KS0108_PORT=0x378
CONFIG_KS0108_DELAY=2
CONFIG_CFAG12864B=m
CONFIG_CFAG12864B_RATE=20
# CONFIG_IMG_ASCII_LCD is not set
CONFIG_HT16K33=m
# CONFIG_LCD2S is not set
# CONFIG_PARPORT_PANEL is not set
# CONFIG_PANEL_CHANGE_MESSAGE is not set
# CONFIG_CHARLCD_BL_OFF is not set
# CONFIG_CHARLCD_BL_ON is not set
CONFIG_CHARLCD_BL_FLASH=y
# CONFIG_PANEL is not set
CONFIG_UIO=m
# CONFIG_UIO_CIF is not set
# CONFIG_UIO_PDRV_GENIRQ is not set
# CONFIG_UIO_DMEM_GENIRQ is not set
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
CONFIG_UIO_PCI_GENERIC=m
# CONFIG_UIO_NETX is not set
# CONFIG_UIO_PRUSS is not set
# CONFIG_UIO_MF624 is not set
CONFIG_UIO_HV_GENERIC=m
CONFIG_UIO_DFL=m
CONFIG_VFIO=m
CONFIG_VFIO_CONTAINER=y
CONFIG_VFIO_IOMMU_TYPE1=m
CONFIG_VFIO_NOIOMMU=y
CONFIG_VFIO_VIRQFD=y
CONFIG_VFIO_PCI_CORE=m
CONFIG_VFIO_PCI_MMAP=y
CONFIG_VFIO_PCI_INTX=y
CONFIG_VFIO_PCI=m
CONFIG_VFIO_PCI_VGA=y
CONFIG_VFIO_PCI_IGD=y
CONFIG_MLX5_VFIO_PCI=m
CONFIG_VFIO_MDEV=m
CONFIG_IRQ_BYPASS_MANAGER=m
CONFIG_VIRT_DRIVERS=y
CONFIG_VMGENID=y
CONFIG_VBOXGUEST=m
CONFIG_NITRO_ENCLAVES=m
CONFIG_ACRN_HSM=m
CONFIG_EFI_SECRET=m
CONFIG_SEV_GUEST=m
# CONFIG_TDX_GUEST_DRIVER is not set
CONFIG_VIRTIO_ANCHOR=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VIRTIO_PCI_LIB_LEGACY=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_VDPA=m
# CONFIG_VIRTIO_PMEM is not set
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_MEM=m
CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_MMIO=m
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
CONFIG_VIRTIO_DMA_SHARED_BUFFER=m
CONFIG_VDPA=m
CONFIG_VDPA_SIM=m
CONFIG_VDPA_SIM_NET=m
CONFIG_VDPA_SIM_BLOCK=m
CONFIG_VDPA_USER=m
CONFIG_IFCVF=m
CONFIG_MLX5_VDPA=y
CONFIG_MLX5_VDPA_NET=m
CONFIG_VP_VDPA=m
CONFIG_ALIBABA_ENI_VDPA=m
CONFIG_VHOST_IOTLB=m
CONFIG_VHOST_RING=m
CONFIG_VHOST=m
CONFIG_VHOST_MENU=y
CONFIG_VHOST_NET=m
CONFIG_VHOST_SCSI=m
CONFIG_VHOST_VSOCK=m
CONFIG_VHOST_VDPA=m
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set

#
# Microsoft Hyper-V guest support
#
CONFIG_HYPERV=m
CONFIG_HYPERV_TIMER=y
CONFIG_HYPERV_UTILS=m
CONFIG_HYPERV_BALLOON=m
# end of Microsoft Hyper-V guest support

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
# CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is not set
CONFIG_XEN_MEMORY_HOTPLUG_LIMIT=512
CONFIG_XEN_SCRUB_PAGES_DEFAULT=y
CONFIG_XEN_DEV_EVTCHN=m
CONFIG_XEN_BACKEND=y
CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_GNTDEV=m
CONFIG_XEN_GRANT_DEV_ALLOC=m
# CONFIG_XEN_GRANT_DMA_ALLOC is not set
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_PCI_STUB=y
CONFIG_XEN_PCIDEV_BACKEND=m
# CONFIG_XEN_PVCALLS_FRONTEND is not set
# CONFIG_XEN_PVCALLS_BACKEND is not set
CONFIG_XEN_SCSI_BACKEND=m
CONFIG_XEN_PRIVCMD=m
CONFIG_XEN_ACPI_PROCESSOR=m
# CONFIG_XEN_MCE_LOG is not set
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_SYMS=y
CONFIG_XEN_HAVE_VPMU=y
CONFIG_XEN_FRONT_PGDIR_SHBUF=m
CONFIG_XEN_UNPOPULATED_ALLOC=y
CONFIG_XEN_GRANT_DMA_OPS=y
CONFIG_XEN_VIRTIO=y
# CONFIG_XEN_VIRTIO_FORCE_GRANT is not set
# end of Xen driver support

# CONFIG_GREYBUS is not set
# CONFIG_COMEDI is not set
CONFIG_STAGING=y
# CONFIG_PRISM2_USB is not set
# CONFIG_RTL8192U is not set
CONFIG_RTLLIB=m
CONFIG_RTLLIB_CRYPTO_CCMP=m
CONFIG_RTLLIB_CRYPTO_TKIP=m
CONFIG_RTLLIB_CRYPTO_WEP=m
CONFIG_RTL8192E=m
CONFIG_RTL8723BS=m
CONFIG_R8712U=m
CONFIG_R8188EU=m
# CONFIG_RTS5208 is not set
# CONFIG_VT6655 is not set
# CONFIG_VT6656 is not set

#
# IIO staging drivers
#

#
# Accelerometers
#
# CONFIG_ADIS16203 is not set
# CONFIG_ADIS16240 is not set
# end of Accelerometers

#
# Analog to digital converters
#
# CONFIG_AD7816 is not set
# end of Analog to digital converters

#
# Analog digital bi-direction converters
#
# CONFIG_ADT7316 is not set
# end of Analog digital bi-direction converters

#
# Direct Digital Synthesis
#
# CONFIG_AD9832 is not set
# CONFIG_AD9834 is not set
# end of Direct Digital Synthesis

#
# Network Analyzer, Impedance Converters
#
# CONFIG_AD5933 is not set
# end of Network Analyzer, Impedance Converters

#
# Active energy metering IC
#
# CONFIG_ADE7854 is not set
# end of Active energy metering IC

#
# Resolver to digital converters
#
# CONFIG_AD2S1210 is not set
# end of Resolver to digital converters
# end of IIO staging drivers

# CONFIG_FB_SM750 is not set
CONFIG_STAGING_MEDIA=y
# CONFIG_INTEL_ATOMISP is not set
CONFIG_VIDEO_IPU3_IMGU=m
# CONFIG_STAGING_MEDIA_DEPRECATED is not set
# CONFIG_LTE_GDM724X is not set
# CONFIG_FB_TFT is not set
# CONFIG_KS7010 is not set
# CONFIG_PI433 is not set
# CONFIG_FIELDBUS_DEV is not set
CONFIG_QLGE=m
# CONFIG_VME_BUS is not set
CONFIG_CHROME_PLATFORMS=y
CONFIG_CHROMEOS_ACPI=m
CONFIG_CHROMEOS_LAPTOP=m
CONFIG_CHROMEOS_PSTORE=m
CONFIG_CHROMEOS_TBMC=y
CONFIG_CROS_EC=m
CONFIG_CROS_EC_I2C=m
# CONFIG_CROS_EC_ISHTP is not set
CONFIG_CROS_EC_SPI=m
CONFIG_CROS_EC_LPC=m
CONFIG_CROS_EC_PROTO=y
CONFIG_CROS_KBD_LED_BACKLIGHT=m
CONFIG_CROS_EC_CHARDEV=m
CONFIG_CROS_EC_LIGHTBAR=m
CONFIG_CROS_EC_DEBUGFS=m
CONFIG_CROS_EC_SENSORHUB=m
CONFIG_CROS_EC_SYSFS=m
CONFIG_CROS_EC_TYPEC=m
# CONFIG_CROS_HPS_I2C is not set
CONFIG_CROS_USBPD_LOGGER=m
CONFIG_CROS_USBPD_NOTIFY=m
CONFIG_CHROMEOS_PRIVACY_SCREEN=m
CONFIG_CROS_TYPEC_SWITCH=m
# CONFIG_WILCO_EC is not set
CONFIG_CROS_KUNIT=m
CONFIG_MELLANOX_PLATFORM=y
CONFIG_MLXREG_HOTPLUG=m
CONFIG_MLXREG_IO=m
CONFIG_MLXREG_LC=m
CONFIG_NVSW_SN2201=m
CONFIG_SURFACE_PLATFORMS=y
CONFIG_SURFACE3_WMI=m
CONFIG_SURFACE_3_POWER_OPREGION=m
CONFIG_SURFACE_ACPI_NOTIFY=m
CONFIG_SURFACE_AGGREGATOR_CDEV=m
CONFIG_SURFACE_AGGREGATOR_HUB=m
CONFIG_SURFACE_AGGREGATOR_REGISTRY=m
CONFIG_SURFACE_AGGREGATOR_TABLET_SWITCH=m
CONFIG_SURFACE_DTX=m
CONFIG_SURFACE_GPE=m
CONFIG_SURFACE_HOTPLUG=m
CONFIG_SURFACE_PLATFORM_PROFILE=m
CONFIG_SURFACE_PRO3_BUTTON=m
CONFIG_SURFACE_AGGREGATOR=m
CONFIG_SURFACE_AGGREGATOR_BUS=y
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACPI_WMI=m
CONFIG_WMI_BMOF=m
CONFIG_HUAWEI_WMI=m
# CONFIG_UV_SYSFS is not set
CONFIG_MXM_WMI=m
CONFIG_PEAQ_WMI=m
CONFIG_NVIDIA_WMI_EC_BACKLIGHT=m
# CONFIG_XIAOMI_WMI is not set
CONFIG_GIGABYTE_WMI=m
CONFIG_YOGABOOK_WMI=m
CONFIG_ACERHDF=m
CONFIG_ACER_WIRELESS=m
CONFIG_ACER_WMI=m
CONFIG_AMD_PMF=m
CONFIG_AMD_PMC=m
CONFIG_AMD_HSMP=m
CONFIG_ADV_SWBUTTON=m
CONFIG_APPLE_GMUX=m
CONFIG_ASUS_LAPTOP=m
CONFIG_ASUS_WIRELESS=m
CONFIG_ASUS_WMI=m
CONFIG_ASUS_NB_WMI=m
CONFIG_ASUS_TF103C_DOCK=m
# CONFIG_MERAKI_MX100 is not set
CONFIG_EEEPC_LAPTOP=m
CONFIG_EEEPC_WMI=m
CONFIG_X86_PLATFORM_DRIVERS_DELL=y
CONFIG_ALIENWARE_WMI=m
CONFIG_DCDBAS=m
CONFIG_DELL_LAPTOP=m
# CONFIG_DELL_RBU is not set
CONFIG_DELL_RBTN=m
CONFIG_DELL_SMBIOS=m
CONFIG_DELL_SMBIOS_WMI=y
CONFIG_DELL_SMBIOS_SMM=y
CONFIG_DELL_SMO8800=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_PRIVACY=y
CONFIG_DELL_WMI_AIO=m
CONFIG_DELL_WMI_DESCRIPTOR=m
CONFIG_DELL_WMI_DDV=m
CONFIG_DELL_WMI_LED=m
CONFIG_DELL_WMI_SYSMAN=m
CONFIG_AMILO_RFKILL=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_GPD_POCKET_FAN=m
# CONFIG_X86_PLATFORM_DRIVERS_HP is not set
CONFIG_WIRELESS_HOTKEY=m
# CONFIG_IBM_RTL is not set
CONFIG_IDEAPAD_LAPTOP=m
CONFIG_SENSORS_HDAPS=m
CONFIG_THINKPAD_ACPI=m
CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
# CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
# CONFIG_THINKPAD_ACPI_DEBUG is not set
# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_THINKPAD_LMI=m
CONFIG_INTEL_ATOMISP2_PDX86=y
CONFIG_INTEL_ATOMISP2_LED=m
CONFIG_INTEL_ATOMISP2_PM=m
CONFIG_INTEL_IFS=m
CONFIG_INTEL_SAR_INT1092=m
CONFIG_INTEL_SKL_INT3472=m
CONFIG_INTEL_PMC_CORE=y
CONFIG_INTEL_PMT_CLASS=m
CONFIG_INTEL_PMT_TELEMETRY=m
CONFIG_INTEL_PMT_CRASHLOG=m

#
# Intel Speed Select Technology interface support
#
CONFIG_INTEL_SPEED_SELECT_INTERFACE=m
# end of Intel Speed Select Technology interface support

CONFIG_INTEL_TELEMETRY=m
CONFIG_INTEL_WMI=y
CONFIG_INTEL_WMI_SBL_FW_UPDATE=m
CONFIG_INTEL_WMI_THUNDERBOLT=m

#
# Intel Uncore Frequency Control
#
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
# end of Intel Uncore Frequency Control

CONFIG_INTEL_HID_EVENT=m
CONFIG_INTEL_VBTN=m
CONFIG_INTEL_INT0002_VGPIO=m
CONFIG_INTEL_OAKTRAIL=m
CONFIG_INTEL_BXTWC_PMIC_TMU=m
CONFIG_INTEL_CHTDC_TI_PWRBTN=m
CONFIG_INTEL_CHTWC_INT33FE=m
CONFIG_INTEL_ISHTP_ECLITE=m
CONFIG_INTEL_MRFLD_PWRBTN=m
CONFIG_INTEL_PUNIT_IPC=m
CONFIG_INTEL_RST=m
CONFIG_INTEL_SDSI=m
CONFIG_INTEL_SMARTCONNECT=y
CONFIG_INTEL_TURBO_MAX_3=y
CONFIG_INTEL_VSEC=m
CONFIG_MSI_LAPTOP=m
CONFIG_MSI_WMI=m
CONFIG_PCENGINES_APU2=m
CONFIG_BARCO_P50_GPIO=m
CONFIG_SAMSUNG_LAPTOP=m
CONFIG_SAMSUNG_Q10=m
CONFIG_ACPI_TOSHIBA=m
CONFIG_TOSHIBA_BT_RFKILL=m
CONFIG_TOSHIBA_HAPS=m
CONFIG_TOSHIBA_WMI=m
# CONFIG_ACPI_CMPC is not set
CONFIG_COMPAL_LAPTOP=m
CONFIG_LG_LAPTOP=m
CONFIG_PANASONIC_LAPTOP=m
CONFIG_SONY_LAPTOP=m
CONFIG_SONYPI_COMPAT=y
CONFIG_SYSTEM76_ACPI=m
CONFIG_TOPSTAR_LAPTOP=m
CONFIG_SERIAL_MULTI_INSTANTIATE=m
CONFIG_MLX_PLATFORM=m
CONFIG_TOUCHSCREEN_DMI=y
CONFIG_X86_ANDROID_TABLETS=m
CONFIG_FW_ATTR_CLASS=m
CONFIG_INTEL_IPS=m
CONFIG_INTEL_SCU_IPC=y
CONFIG_INTEL_SCU=y
CONFIG_INTEL_SCU_PCI=y
CONFIG_INTEL_SCU_PLATFORM=m
CONFIG_INTEL_SCU_IPC_UTIL=m
# CONFIG_SIEMENS_SIMATIC_IPC is not set
CONFIG_WINMATE_FM07_KEYS=m
CONFIG_P2SB=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
# CONFIG_LMK04832 is not set
# CONFIG_COMMON_CLK_MAX9485 is not set
# CONFIG_COMMON_CLK_SI5341 is not set
# CONFIG_COMMON_CLK_SI5351 is not set
CONFIG_COMMON_CLK_SI544=m
# CONFIG_COMMON_CLK_CDCE706 is not set
CONFIG_COMMON_CLK_TPS68470=m
# CONFIG_COMMON_CLK_CS2000_CP is not set
# CONFIG_COMMON_CLK_PWM is not set
CONFIG_XILINX_VCU=m
CONFIG_CLK_KUNIT_TEST=m
CONFIG_CLK_GATE_KUNIT_TEST=m
CONFIG_HWSPINLOCK=y

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# end of Clock Source drivers

CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_IOVA=y
CONFIG_IOASID=y
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
CONFIG_IOMMU_IO_PGTABLE=y
# end of Generic IOMMU Pagetable Support

CONFIG_IOMMU_DEBUGFS=y
# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set
CONFIG_IOMMU_DEFAULT_DMA_LAZY=y
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
CONFIG_IOMMU_DMA=y
CONFIG_IOMMU_SVA=y
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_V2=m
# CONFIG_AMD_IOMMU_DEBUGFS is not set
CONFIG_DMAR_TABLE=y
CONFIG_DMAR_PERF=y
CONFIG_DMAR_DEBUG=y
CONFIG_INTEL_IOMMU=y
CONFIG_INTEL_IOMMU_DEBUGFS=y
CONFIG_INTEL_IOMMU_SVM=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON=y
# CONFIG_IOMMUFD is not set
CONFIG_IRQ_REMAP=y
CONFIG_HYPERV_IOMMU=y
CONFIG_VIRTIO_IOMMU=y

#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=y
# CONFIG_REMOTEPROC_CDEV is not set
# end of Remoteproc drivers

#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# end of Rpmsg drivers

CONFIG_SOUNDWIRE=m

#
# SoundWire Devices
#
CONFIG_SOUNDWIRE_CADENCE=m
CONFIG_SOUNDWIRE_INTEL=m
# CONFIG_SOUNDWIRE_QCOM is not set
CONFIG_SOUNDWIRE_GENERIC_ALLOCATION=m

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#
# end of Amlogic SoC drivers

#
# Broadcom SoC drivers
#
# end of Broadcom SoC drivers

#
# NXP/Freescale QorIQ SoC drivers
#
# end of NXP/Freescale QorIQ SoC drivers

#
# fujitsu SoC drivers
#
# end of fujitsu SoC drivers

#
# i.MX SoC drivers
#
# end of i.MX SoC drivers

#
# Enable LiteX SoC Builder specific drivers
#
# end of Enable LiteX SoC Builder specific drivers

#
# Qualcomm SoC drivers
#
CONFIG_QCOM_QMI_HELPERS=m
# end of Qualcomm SoC drivers

# CONFIG_SOC_TI is not set

#
# Xilinx SoC drivers
#
# end of Xilinx SoC drivers
# end of SOC (System On Chip) specific Drivers

# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
# CONFIG_EXTCON_ADC_JACK is not set
CONFIG_EXTCON_AXP288=m
# CONFIG_EXTCON_FSA9480 is not set
# CONFIG_EXTCON_GPIO is not set
CONFIG_EXTCON_INTEL_INT3496=m
CONFIG_EXTCON_INTEL_CHT_WC=m
CONFIG_EXTCON_INTEL_MRFLD=m
# CONFIG_EXTCON_MAX3355 is not set
# CONFIG_EXTCON_PTN5150 is not set
# CONFIG_EXTCON_RT8973A is not set
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_EXTCON_USB_GPIO is not set
CONFIG_EXTCON_USBC_CROS_EC=m
CONFIG_EXTCON_USBC_TUSB320=m
# CONFIG_MEMORY is not set
CONFIG_IIO=m
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=m
CONFIG_IIO_BUFFER_DMA=m
CONFIG_IIO_BUFFER_DMAENGINE=m
CONFIG_IIO_BUFFER_HW_CONSUMER=m
CONFIG_IIO_KFIFO_BUF=m
CONFIG_IIO_TRIGGERED_BUFFER=m
CONFIG_IIO_CONFIGFS=m
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
CONFIG_IIO_SW_DEVICE=m
CONFIG_IIO_SW_TRIGGER=m
CONFIG_IIO_TRIGGERED_EVENT=m

#
# Accelerometers
#
# CONFIG_ADIS16201 is not set
# CONFIG_ADIS16209 is not set
CONFIG_ADXL313=m
CONFIG_ADXL313_I2C=m
CONFIG_ADXL313_SPI=m
# CONFIG_ADXL345_I2C is not set
# CONFIG_ADXL345_SPI is not set
CONFIG_ADXL355=m
CONFIG_ADXL355_I2C=m
CONFIG_ADXL355_SPI=m
CONFIG_ADXL367=m
CONFIG_ADXL367_SPI=m
CONFIG_ADXL367_I2C=m
CONFIG_ADXL372=m
CONFIG_ADXL372_SPI=m
CONFIG_ADXL372_I2C=m
# CONFIG_BMA180 is not set
# CONFIG_BMA220 is not set
# CONFIG_BMA400 is not set
CONFIG_BMC150_ACCEL=m
CONFIG_BMC150_ACCEL_I2C=m
CONFIG_BMC150_ACCEL_SPI=m
# CONFIG_BMI088_ACCEL is not set
CONFIG_DA280=m
CONFIG_DA311=m
# CONFIG_DMARD06 is not set
# CONFIG_DMARD09 is not set
CONFIG_DMARD10=m
# CONFIG_FXLS8962AF_I2C is not set
# CONFIG_FXLS8962AF_SPI is not set
CONFIG_HID_SENSOR_ACCEL_3D=m
CONFIG_IIO_CROS_EC_ACCEL_LEGACY=m
CONFIG_IIO_ST_ACCEL_3AXIS=m
CONFIG_IIO_ST_ACCEL_I2C_3AXIS=m
CONFIG_IIO_ST_ACCEL_SPI_3AXIS=m
# CONFIG_IIO_KX022A_SPI is not set
# CONFIG_IIO_KX022A_I2C is not set
# CONFIG_KXSD9 is not set
CONFIG_KXCJK1013=m
# CONFIG_MC3230 is not set
# CONFIG_MMA7455_I2C is not set
# CONFIG_MMA7455_SPI is not set
CONFIG_MMA7660=m
CONFIG_MMA8452=m
# CONFIG_MMA9551 is not set
# CONFIG_MMA9553 is not set
CONFIG_MSA311=m
CONFIG_MXC4005=m
CONFIG_MXC6255=m
# CONFIG_SCA3000 is not set
CONFIG_SCA3300=m
# CONFIG_STK8312 is not set
# CONFIG_STK8BA50 is not set
# end of Accelerometers

#
# Analog to digital converters
#
CONFIG_AD_SIGMA_DELTA=m
# CONFIG_AD4130 is not set
# CONFIG_AD7091R5 is not set
CONFIG_AD7124=m
# CONFIG_AD7192 is not set
# CONFIG_AD7266 is not set
# CONFIG_AD7280 is not set
# CONFIG_AD7291 is not set
CONFIG_AD7292=m
# CONFIG_AD7298 is not set
# CONFIG_AD7476 is not set
# CONFIG_AD7606_IFACE_PARALLEL is not set
# CONFIG_AD7606_IFACE_SPI is not set
CONFIG_AD7766=m
# CONFIG_AD7768_1 is not set
# CONFIG_AD7780 is not set
# CONFIG_AD7791 is not set
# CONFIG_AD7793 is not set
# CONFIG_AD7887 is not set
# CONFIG_AD7923 is not set
CONFIG_AD7949=m
# CONFIG_AD799X is not set
# CONFIG_AXP20X_ADC is not set
CONFIG_AXP288_ADC=m
# CONFIG_CC10001_ADC is not set
CONFIG_DLN2_ADC=m
CONFIG_ENVELOPE_DETECTOR=m
# CONFIG_HI8435 is not set
# CONFIG_HX711 is not set
# CONFIG_INA2XX_ADC is not set
CONFIG_INTEL_MRFLD_ADC=m
# CONFIG_LTC2471 is not set
# CONFIG_LTC2485 is not set
# CONFIG_LTC2496 is not set
# CONFIG_LTC2497 is not set
# CONFIG_MAX1027 is not set
# CONFIG_MAX11100 is not set
# CONFIG_MAX1118 is not set
CONFIG_MAX11205=m
# CONFIG_MAX11410 is not set
CONFIG_MAX1241=m
CONFIG_MAX1363=m
# CONFIG_MAX9611 is not set
# CONFIG_MCP320X is not set
# CONFIG_MCP3422 is not set
CONFIG_MCP3911=m
# CONFIG_MEDIATEK_MT6370_ADC is not set
# CONFIG_NAU7802 is not set
CONFIG_RICHTEK_RTQ6056=m
CONFIG_SD_ADC_MODULATOR=m
# CONFIG_TI_ADC081C is not set
# CONFIG_TI_ADC0832 is not set
# CONFIG_TI_ADC084S021 is not set
# CONFIG_TI_ADC12138 is not set
# CONFIG_TI_ADC108S102 is not set
CONFIG_TI_ADC128S052=m
# CONFIG_TI_ADC161S626 is not set
CONFIG_TI_ADS1015=m
# CONFIG_TI_ADS7950 is not set
CONFIG_TI_ADS8344=m
# CONFIG_TI_ADS8688 is not set
# CONFIG_TI_ADS124S08 is not set
CONFIG_TI_ADS131E08=m
# CONFIG_TI_TLC4541 is not set
CONFIG_TI_TSC2046=m
# CONFIG_VF610_ADC is not set
# CONFIG_XILINX_XADC is not set
# end of Analog to digital converters

#
# Analog to digital and digital to analog converters
#
# CONFIG_AD74115 is not set
CONFIG_AD74413R=m
# end of Analog to digital and digital to analog converters

#
# Analog Front Ends
#
CONFIG_IIO_RESCALE=m
# end of Analog Front Ends

#
# Amplifiers
#
# CONFIG_AD8366 is not set
# CONFIG_ADA4250 is not set
CONFIG_HMC425=m
# end of Amplifiers

#
# Capacitance to digital converters
#
# CONFIG_AD7150 is not set
# CONFIG_AD7746 is not set
# end of Capacitance to digital converters

#
# Chemical Sensors
#
# CONFIG_ATLAS_PH_SENSOR is not set
# CONFIG_ATLAS_EZO_SENSOR is not set
CONFIG_BME680=m
CONFIG_BME680_I2C=m
CONFIG_BME680_SPI=m
# CONFIG_CCS811 is not set
# CONFIG_IAQCORE is not set
CONFIG_PMS7003=m
CONFIG_SCD30_CORE=m
CONFIG_SCD30_I2C=m
CONFIG_SCD30_SERIAL=m
# CONFIG_SCD4X is not set
# CONFIG_SENSIRION_SGP30 is not set
# CONFIG_SENSIRION_SGP40 is not set
# CONFIG_SPS30_I2C is not set
# CONFIG_SPS30_SERIAL is not set
# CONFIG_SENSEAIR_SUNRISE_CO2 is not set
# CONFIG_VZ89X is not set
# end of Chemical Sensors

CONFIG_IIO_CROS_EC_SENSORS_CORE=m
CONFIG_IIO_CROS_EC_SENSORS=m
CONFIG_IIO_CROS_EC_SENSORS_LID_ANGLE=m

#
# Hid Sensor IIO Common
#
CONFIG_HID_SENSOR_IIO_COMMON=m
CONFIG_HID_SENSOR_IIO_TRIGGER=m
# end of Hid Sensor IIO Common

#
# IIO SCMI Sensors
#
# end of IIO SCMI Sensors

#
# SSP Sensor Common
#
# CONFIG_IIO_SSP_SENSORHUB is not set
# end of SSP Sensor Common

CONFIG_IIO_ST_SENSORS_I2C=m
CONFIG_IIO_ST_SENSORS_SPI=m
CONFIG_IIO_ST_SENSORS_CORE=m

#
# Digital to analog converters
#
CONFIG_AD3552R=m
# CONFIG_AD5064 is not set
# CONFIG_AD5360 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5421 is not set
# CONFIG_AD5446 is not set
# CONFIG_AD5449 is not set
# CONFIG_AD5592R is not set
# CONFIG_AD5593R is not set
# CONFIG_AD5504 is not set
# CONFIG_AD5624R_SPI is not set
CONFIG_LTC2688=m
# CONFIG_AD5686_SPI is not set
# CONFIG_AD5696_I2C is not set
# CONFIG_AD5755 is not set
# CONFIG_AD5758 is not set
# CONFIG_AD5761 is not set
# CONFIG_AD5764 is not set
CONFIG_AD5766=m
CONFIG_AD5770R=m
# CONFIG_AD5791 is not set
CONFIG_AD7293=m
# CONFIG_AD7303 is not set
# CONFIG_AD8801 is not set
CONFIG_DPOT_DAC=m
# CONFIG_DS4424 is not set
CONFIG_LTC1660=m
# CONFIG_LTC2632 is not set
# CONFIG_M62332 is not set
# CONFIG_MAX517 is not set
# CONFIG_MAX5821 is not set
# CONFIG_MCP4725 is not set
# CONFIG_MCP4922 is not set
# CONFIG_TI_DAC082S085 is not set
# CONFIG_TI_DAC5571 is not set
CONFIG_TI_DAC7311=m
# CONFIG_TI_DAC7612 is not set
# CONFIG_VF610_DAC is not set
# end of Digital to analog converters

#
# IIO dummy driver
#
# CONFIG_IIO_SIMPLE_DUMMY is not set
# end of IIO dummy driver

#
# Filters
#
# CONFIG_ADMV8818 is not set
# end of Filters

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
# CONFIG_AD9523 is not set
# end of Clock Generator/Distribution

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set
# CONFIG_ADF4371 is not set
# CONFIG_ADF4377 is not set
# CONFIG_ADMV1013 is not set
# CONFIG_ADMV1014 is not set
# CONFIG_ADMV4420 is not set
# CONFIG_ADRF6780 is not set
# end of Phase-Locked Loop (PLL) frequency synthesizers
# end of Frequency Synthesizers DDS/PLL

#
# Digital gyroscope sensors
#
# CONFIG_ADIS16080 is not set
# CONFIG_ADIS16130 is not set
# CONFIG_ADIS16136 is not set
# CONFIG_ADIS16260 is not set
CONFIG_ADXRS290=m
# CONFIG_ADXRS450 is not set
CONFIG_BMG160=m
CONFIG_BMG160_I2C=m
CONFIG_BMG160_SPI=m
CONFIG_FXAS21002C=m
CONFIG_FXAS21002C_I2C=m
CONFIG_FXAS21002C_SPI=m
CONFIG_HID_SENSOR_GYRO_3D=m
CONFIG_MPU3050=m
CONFIG_MPU3050_I2C=m
CONFIG_IIO_ST_GYRO_3AXIS=m
CONFIG_IIO_ST_GYRO_I2C_3AXIS=m
CONFIG_IIO_ST_GYRO_SPI_3AXIS=m
# CONFIG_ITG3200 is not set
# end of Digital gyroscope sensors

#
# Health Sensors
#

#
# Heart Rate Monitors
#
# CONFIG_AFE4403 is not set
# CONFIG_AFE4404 is not set
CONFIG_MAX30100=m
# CONFIG_MAX30102 is not set
# end of Heart Rate Monitors
# end of Health Sensors

#
# Humidity sensors
#
# CONFIG_AM2315 is not set
CONFIG_DHT11=m
# CONFIG_HDC100X is not set
CONFIG_HDC2010=m
CONFIG_HID_SENSOR_HUMIDITY=m
CONFIG_HTS221=m
CONFIG_HTS221_I2C=m
CONFIG_HTS221_SPI=m
# CONFIG_HTU21 is not set
# CONFIG_SI7005 is not set
# CONFIG_SI7020 is not set
# end of Humidity sensors

#
# Inertial measurement units
#
# CONFIG_ADIS16400 is not set
# CONFIG_ADIS16460 is not set
CONFIG_ADIS16475=m
# CONFIG_ADIS16480 is not set
# CONFIG_BMI160_I2C is not set
# CONFIG_BMI160_SPI is not set
CONFIG_BOSCH_BNO055=m
CONFIG_BOSCH_BNO055_SERIAL=m
CONFIG_BOSCH_BNO055_I2C=m
CONFIG_FXOS8700=m
CONFIG_FXOS8700_I2C=m
CONFIG_FXOS8700_SPI=m
# CONFIG_KMX61 is not set
CONFIG_INV_ICM42600=m
CONFIG_INV_ICM42600_I2C=m
CONFIG_INV_ICM42600_SPI=m
CONFIG_INV_MPU6050_IIO=m
CONFIG_INV_MPU6050_I2C=m
# CONFIG_INV_MPU6050_SPI is not set
CONFIG_IIO_ST_LSM6DSX=m
CONFIG_IIO_ST_LSM6DSX_I2C=m
CONFIG_IIO_ST_LSM6DSX_SPI=m
# CONFIG_IIO_ST_LSM9DS0 is not set
# end of Inertial measurement units

CONFIG_IIO_ADIS_LIB=m
CONFIG_IIO_ADIS_LIB_BUFFER=y

#
# Light sensors
#
CONFIG_ACPI_ALS=m
# CONFIG_ADJD_S311 is not set
CONFIG_ADUX1020=m
CONFIG_AL3010=m
# CONFIG_AL3320A is not set
# CONFIG_APDS9300 is not set
# CONFIG_APDS9960 is not set
# CONFIG_AS73211 is not set
CONFIG_BH1750=m
# CONFIG_BH1780 is not set
CONFIG_CM32181=m
# CONFIG_CM3232 is not set
# CONFIG_CM3323 is not set
CONFIG_CM3605=m
# CONFIG_CM36651 is not set
CONFIG_IIO_CROS_EC_LIGHT_PROX=m
CONFIG_GP2AP002=m
# CONFIG_GP2AP020A00F is not set
# CONFIG_SENSORS_ISL29018 is not set
# CONFIG_SENSORS_ISL29028 is not set
# CONFIG_ISL29125 is not set
CONFIG_HID_SENSOR_ALS=m
# CONFIG_HID_SENSOR_PROX is not set
# CONFIG_JSA1212 is not set
CONFIG_RPR0521=m
CONFIG_LTR501=m
CONFIG_LTRF216A=m
CONFIG_LV0104CS=m
# CONFIG_MAX44000 is not set
CONFIG_MAX44009=m
# CONFIG_NOA1305 is not set
CONFIG_OPT3001=m
CONFIG_PA12203001=m
# CONFIG_SI1133 is not set
# CONFIG_SI1145 is not set
CONFIG_STK3310=m
CONFIG_ST_UVIS25=m
CONFIG_ST_UVIS25_I2C=m
CONFIG_ST_UVIS25_SPI=m
# CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_TSL2583 is not set
# CONFIG_TSL2591 is not set
CONFIG_TSL2772=m
# CONFIG_TSL4531 is not set
# CONFIG_US5182D is not set
# CONFIG_VCNL4000 is not set
CONFIG_VCNL4035=m
CONFIG_VEML6030=m
# CONFIG_VEML6070 is not set
CONFIG_VL6180=m
CONFIG_ZOPT2201=m
# end of Light sensors

#
# Magnetometer sensors
#
# CONFIG_AK8974 is not set
CONFIG_AK8975=m
# CONFIG_AK09911 is not set
CONFIG_BMC150_MAGN=m
CONFIG_BMC150_MAGN_I2C=m
# CONFIG_BMC150_MAGN_SPI is not set
# CONFIG_MAG3110 is not set
CONFIG_HID_SENSOR_MAGNETOMETER_3D=m
# CONFIG_MMC35240 is not set
CONFIG_IIO_ST_MAGN_3AXIS=m
CONFIG_IIO_ST_MAGN_I2C_3AXIS=m
CONFIG_IIO_ST_MAGN_SPI_3AXIS=m
# CONFIG_SENSORS_HMC5843_I2C is not set
# CONFIG_SENSORS_HMC5843_SPI is not set
CONFIG_SENSORS_RM3100=m
CONFIG_SENSORS_RM3100_I2C=m
CONFIG_SENSORS_RM3100_SPI=m
# CONFIG_YAMAHA_YAS530 is not set
# end of Magnetometer sensors

#
# Multiplexers
#
CONFIG_IIO_MUX=m
# end of Multiplexers

#
# Inclinometer sensors
#
CONFIG_HID_SENSOR_INCLINOMETER_3D=m
CONFIG_HID_SENSOR_DEVICE_ROTATION=m
# end of Inclinometer sensors

CONFIG_IIO_RESCALE_KUNIT_TEST=m
CONFIG_IIO_FORMAT_KUNIT_TEST=m

#
# Triggers - standalone
#
# CONFIG_IIO_HRTIMER_TRIGGER is not set
CONFIG_IIO_INTERRUPT_TRIGGER=m
CONFIG_IIO_TIGHTLOOP_TRIGGER=m
# CONFIG_IIO_SYSFS_TRIGGER is not set
# end of Triggers - standalone

#
# Linear and angular position sensors
#
CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE=m
# end of Linear and angular position sensors

#
# Digital potentiometers
#
CONFIG_AD5110=m
CONFIG_AD5272=m
# CONFIG_DS1803 is not set
# CONFIG_MAX5432 is not set
# CONFIG_MAX5481 is not set
# CONFIG_MAX5487 is not set
CONFIG_MCP4018=m
# CONFIG_MCP4131 is not set
# CONFIG_MCP4531 is not set
CONFIG_MCP41010=m
# CONFIG_TPL0102 is not set
# end of Digital potentiometers

#
# Digital potentiostats
#
CONFIG_LMP91000=m
# end of Digital potentiostats

#
# Pressure sensors
#
CONFIG_ABP060MG=m
CONFIG_BMP280=m
CONFIG_BMP280_I2C=m
CONFIG_BMP280_SPI=m
CONFIG_IIO_CROS_EC_BARO=m
# CONFIG_DLHL60D is not set
# CONFIG_DPS310 is not set
# CONFIG_HID_SENSOR_PRESS is not set
# CONFIG_HP03 is not set
CONFIG_ICP10100=m
CONFIG_MPL115=m
CONFIG_MPL115_I2C=m
# CONFIG_MPL115_SPI is not set
# CONFIG_MPL3115 is not set
# CONFIG_MS5611 is not set
# CONFIG_MS5637 is not set
# CONFIG_IIO_ST_PRESS is not set
# CONFIG_T5403 is not set
# CONFIG_HP206C is not set
# CONFIG_ZPA2326 is not set
# end of Pressure sensors

#
# Lightning sensors
#
# CONFIG_AS3935 is not set
# end of Lightning sensors

#
# Proximity and distance sensors
#
CONFIG_CROS_EC_MKBP_PROXIMITY=m
# CONFIG_ISL29501 is not set
# CONFIG_LIDAR_LITE_V2 is not set
CONFIG_MB1232=m
# CONFIG_PING is not set
# CONFIG_RFD77402 is not set
# CONFIG_SRF04 is not set
CONFIG_SX_COMMON=m
CONFIG_SX9310=m
CONFIG_SX9324=m
CONFIG_SX9360=m
# CONFIG_SX9500 is not set
# CONFIG_SRF08 is not set
CONFIG_VCNL3020=m
CONFIG_VL53L0X_I2C=m
# end of Proximity and distance sensors

#
# Resolver to digital converters
#
# CONFIG_AD2S90 is not set
# CONFIG_AD2S1200 is not set
# end of Resolver to digital converters

#
# Temperature sensors
#
CONFIG_LTC2983=m
CONFIG_MAXIM_THERMOCOUPLE=m
CONFIG_HID_SENSOR_TEMP=m
CONFIG_MLX90614=m
CONFIG_MLX90632=m
# CONFIG_TMP006 is not set
# CONFIG_TMP007 is not set
CONFIG_TMP117=m
# CONFIG_TSYS01 is not set
# CONFIG_TSYS02D is not set
# CONFIG_MAX30208 is not set
CONFIG_MAX31856=m
CONFIG_MAX31865=m
# end of Temperature sensors

CONFIG_NTB=m
# CONFIG_NTB_MSI is not set
CONFIG_NTB_AMD=m
CONFIG_NTB_IDT=m
CONFIG_NTB_INTEL=m
CONFIG_NTB_EPF=m
CONFIG_NTB_SWITCHTEC=m
CONFIG_NTB_PINGPONG=m
CONFIG_NTB_TOOL=m
CONFIG_NTB_PERF=m
CONFIG_NTB_TRANSPORT=m
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
# CONFIG_PWM_DEBUG is not set
# CONFIG_PWM_CLK is not set
CONFIG_PWM_CRC=y
CONFIG_PWM_CROS_EC=m
CONFIG_PWM_DWC=m
CONFIG_PWM_LPSS=m
CONFIG_PWM_LPSS_PCI=m
CONFIG_PWM_LPSS_PLATFORM=m
# CONFIG_PWM_PCA9685 is not set

#
# IRQ chip support
#
# end of IRQ chip support

# CONFIG_IPACK_BUS is not set
CONFIG_RESET_CONTROLLER=y
# CONFIG_RESET_TI_SYSCON is not set
CONFIG_RESET_TI_TPS380X=m

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_USB_LGM_PHY is not set
# CONFIG_PHY_CAN_TRANSCEIVER is not set

#
# PHY drivers for Broadcom platforms
#
# CONFIG_BCM_KONA_USB2_PHY is not set
# end of PHY drivers for Broadcom platforms

# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_PHY_CPCAP_USB is not set
# CONFIG_PHY_QCOM_USB_HS is not set
# CONFIG_PHY_QCOM_USB_HSIC is not set
# CONFIG_PHY_TUSB1210 is not set
# CONFIG_PHY_INTEL_LGM_EMMC is not set
# end of PHY Subsystem

CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL_CORE=m
CONFIG_INTEL_RAPL=m
# CONFIG_IDLE_INJECT is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
# end of Performance monitor support

CONFIG_RAS=y
CONFIG_RAS_CEC=y
# CONFIG_RAS_CEC_DEBUG is not set
CONFIG_USB4=m
# CONFIG_USB4_DEBUGFS_WRITE is not set
# CONFIG_USB4_DMA_TEST is not set

#
# Android
#
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# CONFIG_ANDROID_BINDER_IPC_SELFTEST is not set
# end of Android

CONFIG_LIBNVDIMM=m
CONFIG_BLK_DEV_PMEM=m
CONFIG_ND_CLAIM=y
CONFIG_ND_BTT=m
CONFIG_BTT=y
CONFIG_ND_PFN=m
CONFIG_NVDIMM_PFN=y
CONFIG_NVDIMM_DAX=y
CONFIG_NVDIMM_KEYS=y
# CONFIG_NVDIMM_SECURITY_TEST is not set
CONFIG_DAX=y
CONFIG_DEV_DAX=m
CONFIG_DEV_DAX_PMEM=m
CONFIG_DEV_DAX_HMEM=m
CONFIG_DEV_DAX_HMEM_DEVICES=y
CONFIG_DEV_DAX_KMEM=m
CONFIG_NVMEM=y
CONFIG_NVMEM_SYSFS=y
CONFIG_NVMEM_RMEM=m

#
# HW tracing support
#
CONFIG_STM=m
CONFIG_STM_PROTO_BASIC=m
CONFIG_STM_PROTO_SYS_T=m
CONFIG_STM_DUMMY=m
CONFIG_STM_SOURCE_CONSOLE=m
CONFIG_STM_SOURCE_HEARTBEAT=m
CONFIG_STM_SOURCE_FTRACE=m
CONFIG_INTEL_TH=m
CONFIG_INTEL_TH_PCI=m
CONFIG_INTEL_TH_ACPI=m
CONFIG_INTEL_TH_GTH=m
CONFIG_INTEL_TH_STH=m
CONFIG_INTEL_TH_MSU=m
CONFIG_INTEL_TH_PTI=m
# CONFIG_INTEL_TH_DEBUG is not set
# end of HW tracing support

CONFIG_FPGA=m
CONFIG_ALTERA_PR_IP_CORE=m
CONFIG_FPGA_MGR_ALTERA_PS_SPI=m
CONFIG_FPGA_MGR_ALTERA_CVP=m
CONFIG_FPGA_MGR_XILINX_SPI=m
CONFIG_FPGA_MGR_MACHXO2_SPI=m
CONFIG_FPGA_BRIDGE=m
# CONFIG_ALTERA_FREEZE_BRIDGE is not set
CONFIG_XILINX_PR_DECOUPLER=m
CONFIG_FPGA_REGION=m
CONFIG_FPGA_DFL=m
CONFIG_FPGA_DFL_FME=m
CONFIG_FPGA_DFL_FME_MGR=m
CONFIG_FPGA_DFL_FME_BRIDGE=m
CONFIG_FPGA_DFL_FME_REGION=m
CONFIG_FPGA_DFL_AFU=m
CONFIG_FPGA_DFL_NIOS_INTEL_PAC_N3000=m
CONFIG_FPGA_DFL_PCI=m
CONFIG_FPGA_M10_BMC_SEC_UPDATE=m
# CONFIG_FPGA_MGR_MICROCHIP_SPI is not set
# CONFIG_FPGA_MGR_LATTICE_SYSCONFIG_SPI is not set
CONFIG_TEE=m
# CONFIG_AMDTEE is not set
CONFIG_MULTIPLEXER=m

#
# Multiplexer drivers
#
CONFIG_MUX_ADG792A=m
# CONFIG_MUX_ADGS1408 is not set
CONFIG_MUX_GPIO=m
# end of Multiplexer drivers

# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
CONFIG_INTERCONNECT=y
CONFIG_COUNTER=m
# CONFIG_INTERRUPT_CNT is not set
CONFIG_INTEL_QEP=m
# CONFIG_MOST is not set
# CONFIG_PECI is not set
# CONFIG_HTE is not set
# end of Device Drivers

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_VALIDATE_FS_PARSER=y
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_DEBUG=y
CONFIG_EXT4_KUNIT_TESTS=m
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=m
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_XFS_FS=m
CONFIG_XFS_SUPPORT_V4=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_XFS_ONLINE_SCRUB=y
# CONFIG_XFS_ONLINE_REPAIR is not set
CONFIG_XFS_WARN=y
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
CONFIG_GFS2_FS_LOCKING_DLM=y
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
# CONFIG_OCFS2_FS_STATS is not set
# CONFIG_OCFS2_DEBUG_MASKLOG is not set
# CONFIG_OCFS2_DEBUG_FS is not set
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
CONFIG_BTRFS_ASSERT=y
# CONFIG_BTRFS_FS_REF_VERIFY is not set
CONFIG_NILFS2_FS=m
CONFIG_F2FS_FS=m
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
CONFIG_F2FS_FS_SECURITY=y
# CONFIG_F2FS_CHECK_FS is not set
# CONFIG_F2FS_FAULT_INJECTION is not set
CONFIG_F2FS_FS_COMPRESSION=y
CONFIG_F2FS_FS_LZO=y
CONFIG_F2FS_FS_LZORLE=y
CONFIG_F2FS_FS_LZ4=y
CONFIG_F2FS_FS_LZ4HC=y
CONFIG_F2FS_FS_ZSTD=y
CONFIG_F2FS_IOSTAT=y
CONFIG_F2FS_UNFAIR_RWSEM=y
CONFIG_ZONEFS_FS=m
CONFIG_FS_DAX=y
CONFIG_FS_DAX_PMD=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_ENCRYPTION_ALGS=y
CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y
CONFIG_FS_VERITY=y
# CONFIG_FS_VERITY_DEBUG is not set
# CONFIG_FS_VERITY_BUILTIN_SIGNATURES is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
CONFIG_QUOTA_DEBUG=y
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_VIRTIO_FS=m
CONFIG_FUSE_DAX=y
CONFIG_OVERLAY_FS=m
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
# CONFIG_OVERLAY_FS_INDEX is not set
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
# CONFIG_OVERLAY_FS_METACOPY is not set

#
# Caches
#
CONFIG_NETFS_SUPPORT=m
CONFIG_NETFS_STATS=y
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
# CONFIG_FSCACHE_DEBUG is not set
CONFIG_CACHEFILES=m
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_ERROR_INJECTION is not set
# CONFIG_CACHEFILES_ONDEMAND is not set
# end of Caches

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
# end of CD-ROM/DVD Filesystems

#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
# CONFIG_FAT_DEFAULT_UTF8 is not set
CONFIG_FAT_KUNIT_TEST=m
CONFIG_EXFAT_FS=m
CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
# CONFIG_NTFS_FS is not set
CONFIG_NTFS3_FS=m
# CONFIG_NTFS3_64BIT_CLUSTER is not set
CONFIG_NTFS3_LZX_XPRESS=y
CONFIG_NTFS3_FS_POSIX_ACL=y
# end of DOS/FAT/EXFAT/NT Filesystems

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_VMCORE_DEVICE_DUMP=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_PROC_PID_ARCH_STATUS=y
CONFIG_PROC_CPU_RESCTRL=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_TMPFS_INODE64=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
# CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON is not set
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
# end of Pseudo filesystems

CONFIG_MISC_FILESYSTEMS=y
CONFIG_ORANGEFS_FS=m
# CONFIG_ADFS_FS is not set
CONFIG_AFFS_FS=m
CONFIG_ECRYPT_FS=m
# CONFIG_ECRYPT_FS_MESSAGING is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
CONFIG_JFFS2_SUMMARY=y
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_RTIME=y
CONFIG_UBIFS_FS=m
# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
CONFIG_UBIFS_FS_LZO=y
CONFIG_UBIFS_FS_ZLIB=y
CONFIG_UBIFS_FS_ZSTD=y
CONFIG_UBIFS_ATIME_SUPPORT=y
CONFIG_UBIFS_FS_XATTR=y
CONFIG_UBIFS_FS_SECURITY=y
CONFIG_UBIFS_FS_AUTHENTICATION=y
# CONFIG_CRAMFS is not set
CONFIG_SQUASHFS=m
# CONFIG_SQUASHFS_FILE_CACHE is not set
CONFIG_SQUASHFS_FILE_DIRECT=y
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_CHOICE_DECOMP_BY_MOUNT is not set
CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_ZSTD=y
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
CONFIG_MINIX_FS=m
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
CONFIG_ROMFS_FS=m
CONFIG_ROMFS_BACKED_BY_BLOCK=y
# CONFIG_ROMFS_BACKED_BY_MTD is not set
# CONFIG_ROMFS_BACKED_BY_BOTH is not set
CONFIG_ROMFS_ON_BLOCK=y
CONFIG_PSTORE=y
CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240
CONFIG_PSTORE_DEFLATE_COMPRESS=y
CONFIG_PSTORE_LZO_COMPRESS=m
CONFIG_PSTORE_LZ4_COMPRESS=m
CONFIG_PSTORE_LZ4HC_COMPRESS=m
CONFIG_PSTORE_842_COMPRESS=y
# CONFIG_PSTORE_ZSTD_COMPRESS is not set
CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
# CONFIG_PSTORE_LZO_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_LZ4_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_LZ4HC_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_842_COMPRESS_DEFAULT is not set
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_PMSG is not set
# CONFIG_PSTORE_FTRACE is not set
CONFIG_PSTORE_RAM=m
# CONFIG_PSTORE_BLK is not set
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG is not set
CONFIG_EROFS_FS=m
# CONFIG_EROFS_FS_DEBUG is not set
CONFIG_EROFS_FS_XATTR=y
CONFIG_EROFS_FS_POSIX_ACL=y
CONFIG_EROFS_FS_SECURITY=y
CONFIG_EROFS_FS_ZIP=y
CONFIG_EROFS_FS_ZIP_LZMA=y
CONFIG_VBOXSF_FS=m
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
# CONFIG_NFS_V2 is not set
CONFIG_NFS_V3=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
CONFIG_NFS_SWAP=y
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_V4_2_READ_PLUS is not set
CONFIG_NFSD=m
# CONFIG_NFSD_V2 is not set
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_BLOCKLAYOUT=y
CONFIG_NFSD_SCSILAYOUT=y
CONFIG_NFSD_FLEXFILELAYOUT=y
CONFIG_NFSD_V4_2_INTER_SSC=y
CONFIG_NFSD_V4_SECURITY_LABEL=y
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_NFS_V4_2_SSC_HELPER=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_BACKCHANNEL=y
CONFIG_SUNRPC_SWAP=y
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y
CONFIG_SUNRPC_DEBUG=y
CONFIG_SUNRPC_XPRT_RDMA=m
CONFIG_CEPH_FS=m
CONFIG_CEPH_FSCACHE=y
CONFIG_CEPH_FS_POSIX_ACL=y
CONFIG_CEPH_FS_SECURITY_LABEL=y
CONFIG_CIFS=m
# CONFIG_CIFS_STATS2 is not set
CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SWN_UPCALL=y
# CONFIG_CIFS_SMB_DIRECT is not set
CONFIG_CIFS_FSCACHE=y
# CONFIG_SMB_SERVER is not set
CONFIG_SMBFS_COMMON=m
CONFIG_CODA_FS=m
CONFIG_AFS_FS=m
CONFIG_AFS_DEBUG=y
CONFIG_AFS_FSCACHE=y
# CONFIG_AFS_DEBUG_CURSOR is not set
CONFIG_9P_FS=m
CONFIG_9P_FSCACHE=y
CONFIG_9P_FS_POSIX_ACL=y
CONFIG_9P_FS_SECURITY=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_MAC_ROMAN=m
CONFIG_NLS_MAC_CELTIC=m
CONFIG_NLS_MAC_CENTEURO=m
CONFIG_NLS_MAC_CROATIAN=m
CONFIG_NLS_MAC_CYRILLIC=m
CONFIG_NLS_MAC_GAELIC=m
CONFIG_NLS_MAC_GREEK=m
CONFIG_NLS_MAC_ICELAND=m
CONFIG_NLS_MAC_INUIT=m
CONFIG_NLS_MAC_ROMANIAN=m
CONFIG_NLS_MAC_TURKISH=m
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
# CONFIG_DLM_DEPRECATED_API is not set
CONFIG_DLM_DEBUG=y
CONFIG_UNICODE=y
# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
CONFIG_IO_WQ=y
# end of File systems

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_REQUEST_CACHE=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
CONFIG_TRUSTED_KEYS=y
CONFIG_TRUSTED_KEYS_TPM=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_USER_DECRYPTED_DATA is not set
CONFIG_KEY_DH_OPERATIONS=y
CONFIG_KEY_NOTIFICATIONS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_INFINIBAND=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_PATH=y
CONFIG_INTEL_TXT=y
CONFIG_LSM_MMAP_MIN_ADDR=65535
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
# CONFIG_SECURITY_SELINUX_DISABLE is not set
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9
CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
# CONFIG_SECURITY_SAFESETID is not set
CONFIG_SECURITY_LOCKDOWN_LSM=y
CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y
CONFIG_LOCK_DOWN_KERNEL_FORCE_NONE=y
# CONFIG_LOCK_DOWN_KERNEL_FORCE_INTEGRITY is not set
# CONFIG_LOCK_DOWN_KERNEL_FORCE_CONFIDENTIALITY is not set
CONFIG_SECURITY_LANDLOCK=y
CONFIG_INTEGRITY=y
CONFIG_INTEGRITY_SIGNATURE=y
CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
CONFIG_INTEGRITY_TRUSTED_KEYRING=y
CONFIG_INTEGRITY_PLATFORM_KEYRING=y
CONFIG_INTEGRITY_MACHINE_KEYRING=y
CONFIG_LOAD_UEFI_KEYS=y
CONFIG_INTEGRITY_AUDIT=y
CONFIG_IMA=y
CONFIG_IMA_KEXEC=y
CONFIG_IMA_MEASURE_PCR_IDX=10
CONFIG_IMA_LSM_RULES=y
CONFIG_IMA_NG_TEMPLATE=y
# CONFIG_IMA_SIG_TEMPLATE is not set
CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng"
# CONFIG_IMA_DEFAULT_HASH_SHA1 is not set
CONFIG_IMA_DEFAULT_HASH_SHA256=y
# CONFIG_IMA_DEFAULT_HASH_SHA512 is not set
CONFIG_IMA_DEFAULT_HASH="sha256"
CONFIG_IMA_WRITE_POLICY=y
CONFIG_IMA_READ_POLICY=y
CONFIG_IMA_APPRAISE=y
CONFIG_IMA_ARCH_POLICY=y
# CONFIG_IMA_APPRAISE_BUILD_POLICY is not set
CONFIG_IMA_APPRAISE_BOOTPARAM=y
CONFIG_IMA_APPRAISE_MODSIG=y
# CONFIG_IMA_TRUSTED_KEYRING is not set
# CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY is not set
CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y
CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=y
CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=y
# CONFIG_IMA_DISABLE_HTABLE is not set
CONFIG_EVM=y
CONFIG_EVM_ATTR_FSUUID=y
# CONFIG_EVM_ADD_XATTRS is not set
# CONFIG_EVM_LOAD_X509 is not set
CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_LSM="lockdown,yama,integrity,selinux,bpf,landlock"

#
# Kernel hardening options
#

#
# Memory initialization
#
CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO_BARE=y
CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y
# CONFIG_INIT_STACK_NONE is not set
# CONFIG_INIT_STACK_ALL_PATTERN is not set
CONFIG_INIT_STACK_ALL_ZERO=y
# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set
# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set
CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y
# CONFIG_ZERO_CALL_USED_REGS is not set
# end of Memory initialization

CONFIG_RANDSTRUCT_NONE=y
# end of Kernel hardening options
# end of Security options

CONFIG_XOR_BLOCKS=y
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_ASYNC_PQ=m
CONFIG_ASYNC_RAID6_RECOV=m
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_FIPS_NAME="Linux Kernel Cryptographic API"
# CONFIG_CRYPTO_FIPS_CUSTOM_VERSION is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_SKCIPHER=y
CONFIG_CRYPTO_SKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# CONFIG_CRYPTO_MANAGER_EXTRA_TESTS is not set
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_SIMD=y
CONFIG_CRYPTO_ENGINE=m
# end of Crypto core or helper

#
# Public-key cryptography
#
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=y
CONFIG_CRYPTO_DH_RFC7919_GROUPS=y
CONFIG_CRYPTO_ECC=y
CONFIG_CRYPTO_ECDH=y
CONFIG_CRYPTO_ECDSA=y
CONFIG_CRYPTO_ECRDSA=m
# CONFIG_CRYPTO_SM2 is not set
CONFIG_CRYPTO_CURVE25519=m
# end of Public-key cryptography

#
# Block ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_TI=m
# CONFIG_CRYPTO_ARIA is not set
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_BLOWFISH_COMMON=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST_COMMON=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_SERPENT=m
# CONFIG_CRYPTO_SM4_GENERIC is not set
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
# end of Block ciphers

#
# Length-preserving ciphers and modes
#
CONFIG_CRYPTO_ADIANTUM=m
CONFIG_CRYPTO_CHACHA20=m
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CFB=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_HCTR2=m
CONFIG_CRYPTO_KEYWRAP=m
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_OFB=y
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_XCTR=m
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_NHPOLY1305=m
# end of Length-preserving ciphers and modes

#
# AEAD (authenticated encryption with associated data) ciphers
#
CONFIG_CRYPTO_AEGIS128=m
CONFIG_CRYPTO_CHACHA20POLY1305=m
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=m
CONFIG_CRYPTO_ESSIV=m
# end of AEAD (authenticated encryption with associated data) ciphers

#
# Hashes, digests, and MACs
#
CONFIG_CRYPTO_BLAKE2B=y
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_POLYVAL=m
CONFIG_CRYPTO_POLY1305=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_SHA3=y
# CONFIG_CRYPTO_SM3_GENERIC is not set
CONFIG_CRYPTO_STREEBOG=m
CONFIG_CRYPTO_VMAC=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_XXHASH=y
# end of Hashes, digests, and MACs

#
# CRCs (cyclic redundancy checks)
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32=m
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_CRC64_ROCKSOFT=y
# end of CRCs (cyclic redundancy checks)

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_842=y
CONFIG_CRYPTO_LZ4=m
CONFIG_CRYPTO_LZ4HC=m
CONFIG_CRYPTO_ZSTD=m
# end of Compression

#
# Random number generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_KDF800108_CTR=y
# end of Random number generation

#
# Userspace interface
#
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=y
# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set
CONFIG_CRYPTO_USER_API_AEAD=y
# CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE is not set
CONFIG_CRYPTO_STATS=y
# end of Userspace interface

CONFIG_CRYPTO_HASH_INFO=y

#
# Accelerated Cryptographic Algorithms for CPU (x86)
#
CONFIG_CRYPTO_CURVE25519_X86=m
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_BLOWFISH_X86_64=m
CONFIG_CRYPTO_CAMELLIA_X86_64=m
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m
CONFIG_CRYPTO_CAST5_AVX_X86_64=m
CONFIG_CRYPTO_CAST6_AVX_X86_64=m
CONFIG_CRYPTO_DES3_EDE_X86_64=m
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m
# CONFIG_CRYPTO_SM4_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set
CONFIG_CRYPTO_TWOFISH_X86_64=m
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m
CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m
# CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 is not set
CONFIG_CRYPTO_CHACHA20_X86_64=y
CONFIG_CRYPTO_AEGIS128_AESNI_SSE2=m
CONFIG_CRYPTO_NHPOLY1305_SSE2=m
CONFIG_CRYPTO_NHPOLY1305_AVX2=m
CONFIG_CRYPTO_BLAKE2S_X86=y
CONFIG_CRYPTO_POLYVAL_CLMUL_NI=m
CONFIG_CRYPTO_POLY1305_X86_64=y
CONFIG_CRYPTO_SHA1_SSSE3=m
CONFIG_CRYPTO_SHA256_SSSE3=m
CONFIG_CRYPTO_SHA512_SSSE3=m
# CONFIG_CRYPTO_SM3_AVX_X86_64 is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_CRC32_PCLMUL=m
CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
# end of Accelerated Cryptographic Algorithms for CPU (x86)

CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_ATMEL_I2C=m
CONFIG_CRYPTO_DEV_ATMEL_ECC=m
CONFIG_CRYPTO_DEV_ATMEL_SHA204A=m
CONFIG_CRYPTO_DEV_CCP=y
CONFIG_CRYPTO_DEV_CCP_DD=m
CONFIG_CRYPTO_DEV_SP_CCP=y
CONFIG_CRYPTO_DEV_CCP_CRYPTO=m
CONFIG_CRYPTO_DEV_SP_PSP=y
CONFIG_CRYPTO_DEV_CCP_DEBUGFS=y
CONFIG_CRYPTO_DEV_QAT=m
CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
CONFIG_CRYPTO_DEV_QAT_C3XXX=m
CONFIG_CRYPTO_DEV_QAT_C62X=m
CONFIG_CRYPTO_DEV_QAT_4XXX=m
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
CONFIG_CRYPTO_DEV_QAT_C3XXXVF=m
CONFIG_CRYPTO_DEV_QAT_C62XVF=m
# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set
CONFIG_CRYPTO_DEV_CHELSIO=m
CONFIG_CRYPTO_DEV_VIRTIO=m
# CONFIG_CRYPTO_DEV_SAFEXCEL is not set
# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_X509_CERTIFICATE_PARSER=y
CONFIG_PKCS8_PRIVATE_KEY_PARSER=m
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_PKCS7_TEST_KEY is not set
CONFIG_SIGNED_PE_FILE_VERIFICATION=y
# CONFIG_FIPS_SIGNATURE_SELFTEST is not set

#
# Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_MODULE_SIG_KEY_TYPE_RSA=y
# CONFIG_MODULE_SIG_KEY_TYPE_ECDSA is not set
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
CONFIG_SYSTEM_EXTRA_CERTIFICATE=y
CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
CONFIG_SECONDARY_TRUSTED_KEYRING=y
CONFIG_SYSTEM_BLACKLIST_KEYRING=y
CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
# CONFIG_SYSTEM_REVOCATION_LIST is not set
CONFIG_SYSTEM_BLACKLIST_AUTH_UPDATE=y
# end of Certificates for signature checking

CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_RAID6_PQ=y
# CONFIG_RAID6_PQ_BENCHMARK is not set
CONFIG_LINEAR_RANGES=y
CONFIG_PACKING=y
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_CORDIC=m
CONFIG_PRIME_NUMBERS=m
CONFIG_RATIONAL=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_ARCH_USE_SYM_ANNOTATIONS=y

#
# Crypto library routines
#
CONFIG_CRYPTO_LIB_UTILS=y
CONFIG_CRYPTO_LIB_AES=y
CONFIG_CRYPTO_LIB_ARC4=m
CONFIG_CRYPTO_LIB_GF128MUL=y
CONFIG_CRYPTO_ARCH_HAVE_LIB_BLAKE2S=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=y
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA=y
CONFIG_CRYPTO_ARCH_HAVE_LIB_CURVE25519=m
CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=m
CONFIG_CRYPTO_LIB_CURVE25519=m
CONFIG_CRYPTO_LIB_DES=m
CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11
CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=y
CONFIG_CRYPTO_LIB_POLY1305_GENERIC=y
CONFIG_CRYPTO_LIB_POLY1305=y
CONFIG_CRYPTO_LIB_CHACHA20POLY1305=y
CONFIG_CRYPTO_LIB_SHA1=y
CONFIG_CRYPTO_LIB_SHA256=y
# end of Crypto library routines

CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC64_ROCKSOFT=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC64=y
CONFIG_CRC4=m
CONFIG_CRC7=m
CONFIG_LIBCRC32C=y
CONFIG_CRC8=m
CONFIG_XXHASH=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_842_COMPRESS=y
CONFIG_842_DECOMPRESS=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=m
CONFIG_LZ4HC_COMPRESS=m
CONFIG_LZ4_DECOMPRESS=y
CONFIG_ZSTD_COMMON=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_MICROLZMA=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_DECOMPRESS_ZSTD=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_ENC8=y
CONFIG_REED_SOLOMON_DEC8=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_BTREE=y
CONFIG_INTERVAL_TREE=y
CONFIG_XARRAY_MULTI=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_DMA_OPS=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_HAS_FORCE_DMA_UNENCRYPTED=y
CONFIG_SWIOTLB=y
CONFIG_DMA_COHERENT_POOL=y
CONFIG_DMA_CMA=y
# CONFIG_DMA_PERNUMA_CMA is not set

#
# Default contiguous memory area size:
#
CONFIG_CMA_SIZE_MBYTES=0
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
CONFIG_DMA_API_DEBUG=y
CONFIG_DMA_API_DEBUG_SG=y
# CONFIG_DMA_MAP_BENCHMARK is not set
CONFIG_SGL_ALLOC=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_LRU_CACHE=m
CONFIG_CLZ_TAB=y
CONFIG_IRQ_POLL=y
CONFIG_MPILIB=y
CONFIG_SIGNATURE=y
CONFIG_DIMLIB=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_HAVE_GENERIC_VDSO=y
CONFIG_GENERIC_GETTIMEOFDAY=y
CONFIG_GENERIC_VDSO_TIME_NS=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_MEMREGION=y
CONFIG_ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_HAS_COPY_MC=y
CONFIG_ARCH_STACKWALK=y
CONFIG_STACKDEPOT=y
CONFIG_SBITMAP=y
CONFIG_PARMAN=m
CONFIG_OBJAGG=m
# end of Library routines

CONFIG_PLDMFW=y
CONFIG_ASN1_ENCODER=y
CONFIG_POLYNOMIAL=m

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
# CONFIG_STACKTRACE_BUILD_ID is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=3
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DYNAMIC_DEBUG_CORE=y
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options

CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_MISC=y

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
CONFIG_AS_HAS_NON_CONST_LEB128=y
# CONFIG_DEBUG_INFO_NONE is not set
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_DEBUG_INFO_DWARF5 is not set
# CONFIG_DEBUG_INFO_REDUCED is not set
CONFIG_DEBUG_INFO_COMPRESSED_NONE=y
# CONFIG_DEBUG_INFO_COMPRESSED_ZLIB is not set
# CONFIG_DEBUG_INFO_SPLIT is not set
CONFIG_DEBUG_INFO_BTF=y
CONFIG_PAHOLE_HAS_SPLIT_BTF=y
CONFIG_DEBUG_INFO_BTF_MODULES=y
# CONFIG_MODULE_ALLOW_BTF_MISMATCH is not set
# CONFIG_GDB_SCRIPTS is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
CONFIG_HEADERS_INSTALL=y
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_OBJTOOL=y
CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
# end of Compile-time checks and compiler options

#
# Generic Kernel Debugging Instruments
#
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x0
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
CONFIG_DEBUG_FS=y
CONFIG_DEBUG_FS_ALLOW_ALL=y
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_HONOUR_BLOCKLIST=y
CONFIG_KGDB_SERIAL_CONSOLE=y
CONFIG_KGDB_TESTS=y
# CONFIG_KGDB_TESTS_ON_BOOT is not set
CONFIG_KGDB_LOW_LEVEL_TRAP=y
CONFIG_KGDB_KDB=y
CONFIG_KDB_DEFAULT_ENABLE=0x0
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_ARCH_HAS_EARLY_DEBUG=y
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_HAVE_ARCH_KCSAN=y
CONFIG_HAVE_KCSAN_COMPILER=y
# CONFIG_KCSAN is not set
# end of Generic Kernel Debugging Instruments

#
# Networking Debugging
#
# CONFIG_NET_DEV_REFCNT_TRACKER is not set
# CONFIG_NET_NS_REFCNT_TRACKER is not set
CONFIG_DEBUG_NET=y
# end of Networking Debugging

#
# Memory Debugging
#
CONFIG_PAGE_EXTENSION=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
CONFIG_PAGE_OWNER=y
CONFIG_PAGE_TABLE_CHECK=y
CONFIG_PAGE_TABLE_CHECK_ENFORCED=y
CONFIG_PAGE_POISONING=y
# CONFIG_DEBUG_PAGE_REF is not set
CONFIG_DEBUG_RODATA_TEST=y
CONFIG_ARCH_HAS_DEBUG_WX=y
CONFIG_DEBUG_WX=y
CONFIG_GENERIC_PTDUMP=y
CONFIG_PTDUMP_CORE=y
CONFIG_PTDUMP_DEBUGFS=y
CONFIG_DEBUG_OBJECTS=y
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
CONFIG_DEBUG_OBJECTS_FREE=y
CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_OBJECTS_WORK=y
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
# CONFIG_SHRINKER_DEBUG is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE=4096
# CONFIG_DEBUG_KMEMLEAK_TEST is not set
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
# CONFIG_DEBUG_KMEMLEAK_AUTO_SCAN is not set
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
CONFIG_DEBUG_VM_IRQSOFF=y
CONFIG_DEBUG_VM=y
# CONFIG_DEBUG_VM_MAPLE_TREE is not set
# CONFIG_DEBUG_VM_RB is not set
CONFIG_DEBUG_VM_PGFLAGS=y
CONFIG_DEBUG_VM_PGTABLE=y
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
CONFIG_CC_HAS_KASAN_GENERIC=y
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
# CONFIG_KASAN is not set
CONFIG_HAVE_ARCH_KFENCE=y
# CONFIG_KFENCE is not set
CONFIG_HAVE_ARCH_KMSAN=y
# end of Memory Debugging

CONFIG_DEBUG_SHIRQ=y

#
# Debug Oops, Lockups and Hangs
#
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_WQ_WATCHDOG=y
CONFIG_TEST_LOCKUP=m
# end of Debug Oops, Lockups and Hangs

#
# Scheduler Debugging
#
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
# end of Scheduler Debugging

# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_DEBUG_PREEMPT=y

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
CONFIG_PROVE_LOCKING=y
# CONFIG_PROVE_RAW_LOCK_NESTING is not set
CONFIG_LOCK_STAT=y
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
CONFIG_DEBUG_RWSEMS=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_LOCKDEP=y
CONFIG_LOCKDEP_BITS=16
CONFIG_LOCKDEP_CHAINS_BITS=18
CONFIG_LOCKDEP_STACK_TRACE_BITS=19
CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14
CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=12
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_DEBUG_ATOMIC_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_LOCK_TORTURE_TEST=m
# CONFIG_WW_MUTEX_SELFTEST is not set
# CONFIG_SCF_TORTURE_TEST is not set
# CONFIG_CSD_LOCK_WAIT_DEBUG is not set
# end of Lock Debugging (spinlocks, mutexes, etc...)

CONFIG_TRACE_IRQFLAGS=y
CONFIG_TRACE_IRQFLAGS_NMI=y
# CONFIG_DEBUG_IRQFLAGS is not set
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_KOBJECT_RELEASE is not set

#
# Debug kernel data structures
#
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PLIST is not set
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_BUG_ON_DATA_CORRUPTION=y
# CONFIG_DEBUG_MAPLE_TREE is not set
# end of Debug kernel data structures

CONFIG_DEBUG_CREDENTIALS=y

#
# RCU Debugging
#
CONFIG_PROVE_RCU=y
CONFIG_TORTURE_TEST=m
# CONFIG_RCU_SCALE_TEST is not set
CONFIG_RCU_TORTURE_TEST=m
CONFIG_RCU_REF_SCALE_TEST=m
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_EXP_CPU_STALL_TIMEOUT=0
CONFIG_RCU_TRACE=y
# CONFIG_RCU_EQS_DEBUG is not set
# end of RCU Debugging

# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
CONFIG_LATENCYTOP=y
# CONFIG_DEBUG_CGROUP_REF is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_RETHOOK=y
CONFIG_RETHOOK=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_HAVE_DYNAMIC_FTRACE_NO_PATCHABLE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_OBJTOOL_MCOUNT=y
CONFIG_HAVE_OBJTOOL_NOP_MCOUNT=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_HAVE_BUILDTIME_MCOUNT_SORT=y
CONFIG_BUILDTIME_MCOUNT_SORT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_PREEMPTIRQ_TRACEPOINTS=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_BOOTTIME_TRACING=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y
CONFIG_FPROBE=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_STACK_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_HWLAT_TRACER=y
CONFIG_OSNOISE_TRACER=y
CONFIG_TIMERLAT_TRACER=y
CONFIG_MMIOTRACE=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENTS=y
# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set
CONFIG_UPROBE_EVENTS=y
CONFIG_BPF_EVENTS=y
CONFIG_DYNAMIC_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_FTRACE_MCOUNT_RECORD=y
CONFIG_FTRACE_MCOUNT_USE_CC=y
CONFIG_TRACING_MAP=y
CONFIG_SYNTH_EVENTS=y
CONFIG_HIST_TRIGGERS=y
# CONFIG_TRACE_EVENT_INJECT is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
CONFIG_RING_BUFFER_BENCHMARK=m
CONFIG_TRACE_EVAL_MAP_FILE=y
# CONFIG_FTRACE_RECORD_RECURSION is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_FTRACE_SORT_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set
# CONFIG_MMIOTRACE_TEST is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
CONFIG_SYNTH_EVENT_GEN_TEST=m
CONFIG_KPROBE_EVENT_GEN_TEST=m
# CONFIG_HIST_TRIGGERS_DEBUG is not set
CONFIG_DA_MON_EVENTS=y
CONFIG_DA_MON_EVENTS_ID=y
CONFIG_RV=y
CONFIG_RV_MON_WWNR=y
CONFIG_RV_REACTORS=y
CONFIG_RV_REACT_PRINTK=y
CONFIG_RV_REACT_PANIC=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y
CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
CONFIG_IO_STRICT_DEVMEM=y

#
# x86 Debugging
#
CONFIG_EARLY_PRINTK_USB=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_EARLY_PRINTK_USB_XDBC=y
CONFIG_EFI_PGT_DUMP=y
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_X86_DECODER_SELFTEST=y
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_FPU is not set
# CONFIG_PUNIT_ATOM_DEBUG is not set
CONFIG_UNWINDER_ORC=y
# CONFIG_UNWINDER_FRAME_POINTER is not set
# end of x86 Debugging

#
# Kernel Testing and Coverage
#
CONFIG_KUNIT=m
CONFIG_KUNIT_DEBUGFS=y
CONFIG_KUNIT_TEST=m
CONFIG_KUNIT_EXAMPLE_TEST=m
CONFIG_KUNIT_ALL_TESTS=m
CONFIG_KUNIT_DEFAULT_ENABLED=y
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FUNCTION_ERROR_INJECTION is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAILSLAB=y
CONFIG_FAIL_PAGE_ALLOC=y
# CONFIG_FAULT_INJECTION_USERCOPY is not set
CONFIG_FAIL_MAKE_REQUEST=y
CONFIG_FAIL_IO_TIMEOUT=y
# CONFIG_FAIL_FUTEX is not set
CONFIG_FAULT_INJECTION_DEBUG_FS=y
CONFIG_FAIL_MMC_REQUEST=y
# CONFIG_FAIL_SUNRPC is not set
CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_LKDTM is not set
CONFIG_CPUMASK_KUNIT_TEST=m
CONFIG_TEST_LIST_SORT=m
CONFIG_TEST_MIN_HEAP=m
CONFIG_TEST_SORT=m
# CONFIG_TEST_DIV64 is not set
CONFIG_KPROBES_SANITY_TEST=m
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_TEST_REF_TRACKER is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_REED_SOLOMON_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
CONFIG_ATOMIC64_SELFTEST=y
CONFIG_ASYNC_RAID6_TEST=m
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_STRING_SELFTEST is not set
# CONFIG_TEST_STRING_HELPERS is not set
CONFIG_TEST_KSTRTOX=y
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_SCANF is not set
# CONFIG_TEST_BITMAP is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_XARRAY is not set
# CONFIG_TEST_MAPLE_TREE is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_IDA is not set
# CONFIG_TEST_PARMAN is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_BITOPS is not set
CONFIG_TEST_VMALLOC=m
# CONFIG_TEST_USER_COPY is not set
CONFIG_TEST_BPF=m
# CONFIG_TEST_BLACKHOLE_DEV is not set
# CONFIG_FIND_BIT_BENCHMARK is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_SYSCTL is not set
CONFIG_BITFIELD_KUNIT=m
CONFIG_HASH_KUNIT_TEST=m
CONFIG_RESOURCE_KUNIT_TEST=m
CONFIG_SYSCTL_KUNIT_TEST=m
CONFIG_LIST_KUNIT_TEST=m
CONFIG_LINEAR_RANGES_TEST=m
CONFIG_CMDLINE_KUNIT_TEST=m
CONFIG_BITS_TEST=m
CONFIG_SLUB_KUNIT_TEST=m
CONFIG_RATIONAL_KUNIT_TEST=m
CONFIG_MEMCPY_KUNIT_TEST=m
CONFIG_IS_SIGNED_TYPE_KUNIT_TEST=m
CONFIG_OVERFLOW_KUNIT_TEST=m
CONFIG_STACKINIT_KUNIT_TEST=m
CONFIG_FORTIFY_KUNIT_TEST=m
CONFIG_STRSCPY_KUNIT_TEST=m
CONFIG_SIPHASH_KUNIT_TEST=m
# CONFIG_TEST_UDELAY is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_TEST_DYNAMIC_DEBUG is not set
# CONFIG_TEST_KMOD is not set
# CONFIG_TEST_MEMCAT_P is not set
# CONFIG_TEST_LIVEPATCH is not set
# CONFIG_TEST_OBJAGG is not set
# CONFIG_TEST_MEMINIT is not set
CONFIG_TEST_HMM=m
# CONFIG_TEST_FREE_PAGES is not set
# CONFIG_TEST_FPU is not set
# CONFIG_TEST_CLOCKSOURCE_WATCHDOG is not set
CONFIG_ARCH_USE_MEMTEST=y
# CONFIG_MEMTEST is not set
CONFIG_HYPERV_TESTING=y
# end of Kernel Testing and Coverage

#
# Rust hacking
#
# end of Rust hacking
# end of Kernel hacking

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-27 10:19                           ` Mikhail Gavrilov
@ 2022-12-27 11:02                             ` Qu Wenruo
  2022-12-27 13:11                               ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-27 11:02 UTC (permalink / raw)
  To: Mikhail Gavrilov, Qu Wenruo
  Cc: dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/27 18:19, Mikhail Gavrilov wrote:
> On Tue, Dec 27, 2022 at 10:13 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>> The result doesn't make sense...
>>
>> A lot of read_block_for_search() and btrfs_read_node_slot() are
>> triggering the warning.
>>
>> But inside both functions, we have just set the numbers before the call:
>>
>> In read_block_for_search() we got:
>>
>>           check.has_first_key = true;
>>           check.level = parent_level - 1;
>>           check.transid = gen;
>>           check.owner_root = root->root_key.objectid;
>>
>> Thus at least check.has_first_key is always true, and the WARN_ON()
>> should never get triggered.
>> The same applies to btrfs_read_node_slot().
>>
>> It looks like something involved in memory barrier.
>>
>> Anyway, the latest debug patch has extra mb to be sure.
>>
>> And despite the possible fix, could you provide extra info of your
>> build? Include:
> Kernel log is attached. All answers are below.
> 
>> - Hardware (mostly CPU and RAM spec)
> This is laptop ASUS ROG Strix G15 Advantage Edition G513QY-HQ007
> with CPU AMD Ryzen 9 5900HX and GPU Radeon RX 6800M

I have a similar laptop (G14), only GPU is different (RTX3060), and I 
failed to reproduce this so far...

> I upgraded RAM to Crucial CT32G4SFD832A DDR4 - 32GB x 2 (64GB) and SSD
> to Seagate FireCuda 530 ZP4000GM3A013 4TB x 2 (8TB)
> https://linux-hardware.org/?probe=0e063e5fd5
> 
>> - Toolchain used to compile the kernel (include compiler and its version)
> $ rpm -q binutils
> binutils-2.39-6.fc38.x86_64
> 
> $ ld --version
> GNU ld version 2.39-6.fc38
> 
> $ rpm -q gcc
> gcc-12.2.1-4.fc38.x86_64

My gcc is only a small version behind (12.2.0).

Thus none of the hardware seems suspicious at all...

Anyway I have attached my last struggle for the weird problem.
For now, I have no idea why this can even happen...

Thanks,
Qu

> 
> $ gcc --version
> gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)
> 
> $ rpm -q make
> make-4.3-11.fc37.x86_64
> 
> $ make --version
> GNU Make 4.3
> 
>> - Kernel config
> Attached with debug logs.
> 

[-- Attachment #2: 0001-btrfs-add-extra-debug-for-level-mismatch.patch --]
[-- Type: text/x-patch, Size: 7740 bytes --]

From 586430c9a5ca9f842626baccdb5fcd1be6294bbf Mon Sep 17 00:00:00 2001
Message-Id: <586430c9a5ca9f842626baccdb5fcd1be6294bbf.1672138657.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Mon, 26 Dec 2022 16:44:08 +0800
Subject: [PATCH v5] btrfs: add extra debug for level mismatch

Currently I assume there is some race or uninitialized value for
check::level.

The extra output are for two locations:

- validate_extent_buffer()
  Output the error message for read error and the members of check.

- read_extent_buffer_pages()
  This will dump the stack for us to catch the offender.

Signed-off-by: Qu Wenruo <wqu@suse.com>
---
Changelog:
v2:
- Extra submission time output
  This would greately enlarge the dmesg size

- Extra warning when submitting a metadata bio
  If we have an uninitialized check structure, do a warning and stack
  dump to show the offending call trace.

v3:
- Fix a compiling error

v4:
- Add extra mb for test

v5:
- Initialize check structure early
- Move mb to the call site we initialize the check structure
- Use sizeof(struct btrfs_tree_parent_check) instead of sizeof(*size)
- Add extra debug output for sizeof(*check) just in case.

Overall I have no idea how this can go wrong...
---
 fs/btrfs/ctree.c     | 31 ++++++++++++++++++++-----------
 fs/btrfs/disk-io.c   | 19 +++++++++++++++++--
 fs/btrfs/extent_io.c | 20 +++++++++++++++++---
 3 files changed, 54 insertions(+), 16 deletions(-)

diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 4754c9101a4c..d858219c8886 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -958,7 +958,12 @@ struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
 					   int slot)
 {
 	int level = btrfs_header_level(parent);
-	struct btrfs_tree_parent_check check = { 0 };
+	struct btrfs_tree_parent_check empty = { 0 };
+	struct btrfs_tree_parent_check check = {
+		.level = level - 1,
+		.transid = btrfs_node_ptr_generation(parent, slot),
+		.owner_root = btrfs_header_owner(parent),
+	};
 	struct extent_buffer *eb;
 
 	if (slot < 0 || slot >= btrfs_header_nritems(parent))
@@ -966,12 +971,12 @@ struct extent_buffer *btrfs_read_node_slot(struct extent_buffer *parent,
 
 	BUG_ON(level == 0);
 
-	check.level = level - 1;
-	check.transid = btrfs_node_ptr_generation(parent, slot);
-	check.owner_root = btrfs_header_owner(parent);
 	check.has_first_key = true;
 	btrfs_node_key_to_cpu(parent, &check.first_key, slot);
+	smp_mb();
 
+	WARN_ON(!memcmp(&check, &empty,
+		sizeof(struct btrfs_tree_parent_check)));
 	eb = read_tree_block(parent->fs_info, btrfs_node_blockptr(parent, slot),
 			     &check);
 	if (IS_ERR(eb))
@@ -1531,24 +1536,26 @@ read_block_for_search(struct btrfs_root *root, struct btrfs_path *p,
 		      struct extent_buffer **eb_ret, int level, int slot,
 		      const struct btrfs_key *key)
 {
+	u64 gen = btrfs_node_ptr_generation(*eb_ret, slot);
+	u8 parent_level = btrfs_header_level(*eb_ret);
 	struct btrfs_fs_info *fs_info = root->fs_info;
-	struct btrfs_tree_parent_check check = { 0 };
+	struct btrfs_tree_parent_check empty = { 0 };
+	struct btrfs_tree_parent_check check = {
+		.transid = gen,
+		.level = parent_level - 1,
+		.owner_root = root->root_key.objectid,
+	};
 	u64 blocknr;
-	u64 gen;
 	struct extent_buffer *tmp;
 	int ret;
-	int parent_level;
 	bool unlock_up;
 
 	unlock_up = ((level + 1 < BTRFS_MAX_LEVEL) && p->locks[level + 1]);
 	blocknr = btrfs_node_blockptr(*eb_ret, slot);
-	gen = btrfs_node_ptr_generation(*eb_ret, slot);
-	parent_level = btrfs_header_level(*eb_ret);
 	btrfs_node_key_to_cpu(*eb_ret, &check.first_key, slot);
 	check.has_first_key = true;
-	check.level = parent_level - 1;
-	check.transid = gen;
 	check.owner_root = root->root_key.objectid;
+	smp_mb();
 
 	/*
 	 * If we need to read an extent buffer from disk and we are holding locks
@@ -1587,6 +1594,8 @@ read_block_for_search(struct btrfs_root *root, struct btrfs_path *p,
 			btrfs_unlock_up_safe(p, level + 1);
 
 		/* now we're allowed to do a blocking uptodate check */
+		WARN_ON(!memcmp(&check, &empty,
+			sizeof(struct btrfs_tree_parent_check)));
 		ret = btrfs_read_extent_buffer(tmp, &check);
 		if (ret) {
 			free_extent_buffer(tmp);
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index f8b5955f003f..49b077acf359 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -530,6 +530,10 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	}
 
 	if (found_level != check->level) {
+		btrfs_err(eb->fs_info,
+"level verify failed on logical %llu mirror %u wanted %u found %u",
+			  eb->start, eb->read_mirror, check->level,
+			  found_level);
 		ret = -EIO;
 		goto out;
 	}
@@ -581,13 +585,20 @@ static int validate_extent_buffer(struct extent_buffer *eb,
 	if (found_level > 0 && btrfs_check_node(eb))
 		ret = -EIO;
 
+out:
 	if (!ret)
 		set_extent_buffer_uptodate(eb);
-	else
+	else {
 		btrfs_err(fs_info,
 		"read time tree block corruption detected on logical %llu mirror %u",
 			  eb->start, eb->read_mirror);
-out:
+		btrfs_err(eb->fs_info,
+"check owner_root=%llu transid=%llu first_key=(%llu %u %llu) has_first_key=%d level=%u",
+			  check->owner_root,
+			  check->transid, check->first_key.objectid,
+			  check->first_key.type, check->first_key.offset,
+			  check->has_first_key, check->level);
+	}
 	return ret;
 }
 
@@ -652,6 +663,7 @@ int btrfs_validate_metadata_buffer(struct btrfs_bio *bbio,
 	int reads_done;
 
 	ASSERT(page->private);
+	WARN_ON(!bbio->is_metadata);
 
 	if (btrfs_sb(page->mapping->host->i_sb)->nodesize < PAGE_SIZE)
 		return validate_subpage_buffer(page, start, end, mirror,
@@ -833,12 +845,15 @@ void btrfs_submit_metadata_bio(struct btrfs_inode *inode, struct bio *bio, int m
 {
 	struct btrfs_fs_info *fs_info = inode->root->fs_info;
 	struct btrfs_bio *bbio = btrfs_bio(bio);
+	struct btrfs_tree_parent_check check = {0};
 	blk_status_t ret;
 
 	bio->bi_opf |= REQ_META;
 	bbio->is_metadata = 1;
 
 	if (btrfs_op(bio) != BTRFS_MAP_WRITE) {
+		WARN_ON(!memcmp(&check, &bbio->parent_check,
+			sizeof(struct btrfs_tree_parent_check)));
 		btrfs_submit_bio(fs_info, bio, mirror_num);
 		return;
 	}
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 83dd3aa59663..e1ee1940132c 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -4878,7 +4878,8 @@ static int read_extent_buffer_subpage(struct extent_buffer *eb, int wait,
 		 */
 		atomic_dec(&eb->io_pages);
 	}
-	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check, sizeof(*check));
+	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check,
+	       sizeof(struct btrfs_tree_parent_check));
 	submit_one_bio(&bio_ctrl);
 	if (ret || wait != WAIT_COMPLETE) {
 		free_extent_state(cached_state);
@@ -4996,7 +4997,8 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 		}
 	}
 
-	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check, sizeof(*check));
+	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check,
+	       sizeof(struct btrfs_tree_parent_check));
 	submit_one_bio(&bio_ctrl);
 
 	if (ret || wait != WAIT_COMPLETE)
@@ -5005,8 +5007,20 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 	for (i = 0; i < num_pages; i++) {
 		page = eb->pages[i];
 		wait_on_page_locked(page);
-		if (!PageUptodate(page))
+		if (!PageUptodate(page)) {
 			ret = -EIO;
+			btrfs_err(eb->fs_info,
+"read failed, bytenr=%llu check owner_root=%llu transid=%llu has_first_key=%d first_key=(%llu %u %llu) level=%u size=%zu",
+				  eb->start,
+				  check->owner_root, check->transid,
+				  check->has_first_key,
+				  check->first_key.objectid,
+				  check->first_key.type,
+				  check->first_key.offset,
+				  check->level,
+				  sizeof(*check));
+			dump_stack();
+		}
 	}
 
 	return ret;
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-27 11:02                             ` Qu Wenruo
@ 2022-12-27 13:11                               ` Mikhail Gavrilov
  2022-12-28  1:08                                 ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-27 13:11 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Tue, Dec 27, 2022 at 4:03 PM Qu Wenruo <wqu@suse.com> wrote:
>
> I have a similar laptop (G14), only GPU is different (RTX3060), and I
> failed to reproduce this so far...
>
> My gcc is only a small version behind (12.2.0).
>
> Thus none of the hardware seems suspicious at all...
>
> Anyway I have attached my last struggle for the weird problem.
> For now, I have no idea why this can even happen...

The new Kernel log is attached.
This time, the main difference was that the file system did not
immediately switch to readonly.
The Steam client stopped a couple of times with a write error, but
after pressing the resume button, it resumed downloading. For the
third or fourth time refused to download.

-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: btrfs-issue-dmesg-debug5.txt --]
[-- Type: text/plain, Size: 3164162 bytes --]

❯ dmesg
[    0.000000] Linux version 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #6 SMP PREEMPT_DYNAMIC Tue Dec 27 16:13:09 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ba907fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xb6cd4018-0xb6cda657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cd4018-0xb6cda657] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc5018-0xb6cd3057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cc5018-0xb6cd3057] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb7018-0xb6cc4857] usable ==> usable
[    0.000000] e820: update [mem 0xb6cb7018-0xb6cc4857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x00000000b6cb7017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cb7018-0x00000000b6cc4857] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc4858-0x00000000b6cc5017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cc5018-0x00000000b6cd3057] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd3058-0x00000000b6cd4017] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cd4018-0x00000000b6cda657] usable
[    0.000000] reserve setup_data: [mem 0x00000000b6cda658-0x00000000ba907fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba908000-0x00000000bbe1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bbe20000-0x00000000bbe83fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000bbe84000-0x00000000bc178fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bc179000-0x00000000bc9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000101e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000101e300000-0x000000103fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xbbe83000 ACPI 2.0=0xbbe83014 TPMFinalLog=0xbc130000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb7519018 ESRT=0xb9122b18 MOKvar=0xbc86d000 RNG=0xbbe33018 TPMEventLog=0xb6cdb018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem57: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem58: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfdffffff] reserved
[    0.000000] efi: Not removing mem59: MMIO range=[0xfe700000-0xfe70ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem60: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem61: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem62: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem63: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem64: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem65: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
[    0.000000] efi: Not removing mem66: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
[    0.000000] efi: Not removing mem67: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
[    0.000000] efi: Remove mem68: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.980 MHz processor
[    0.000129] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000132] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000138] last_pfn = 0x101e300 max_arch_pfn = 0x400000000
[    0.000143] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000640] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000648] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003246] esrt: Reserving ESRT space from 0x00000000b9122b18 to 0x00000000b9122b50.
[    0.003254] e820: update [mem 0xb9122000-0xb9122fff] usable ==> reserved
[    0.003270] Using GB pages for direct mapping
[    0.011471] printk: log_buf_len: 16777216 bytes
[    0.011476] printk: early log buf free: 253424(96%)
[    0.011477] Secure boot disabled
[    0.011478] RAMDISK: [mem 0xa7ccd000-0xb440afff]
[    0.011482] ACPI: Early table checksum verification disabled
[    0.011486] ACPI: RSDP 0x00000000BBE83014 000024 (v02 _ASUS_)
[    0.011490] ACPI: XSDT 0x00000000BBE82728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
[    0.011495] ACPI: FACP 0x00000000BBE74000 000114 (v06 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011499] ACPI: DSDT 0x00000000BBE67000 00C2AC (v02 _ASUS_ Notebook 01072009 INTL 20190509)
[    0.011502] ACPI: FACS 0x00000000BC12E000 000040
[    0.011504] ACPI: SSDT 0x00000000BBE7A000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.011507] ACPI: IVRS 0x00000000BBE79000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.011510] ACPI: SSDT 0x00000000BBE75000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.011512] ACPI: FIDT 0x00000000BBE66000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011515] ACPI: MCFG 0x00000000BBE65000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[    0.011517] ACPI: HPET 0x00000000BBE64000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00000005)
[    0.011519] ACPI: VFCT 0x00000000BBE56000 00D884 (v01 _ASUS_ Notebook 00000001 AMD  31504F47)
[    0.011522] ACPI: TPM2 0x00000000BBE54000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
[    0.011524] ACPI: SSDT 0x00000000BBE4E000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011527] ACPI: CRAT 0x00000000BBE4D000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011529] ACPI: CDIT 0x00000000BBE4C000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.011532] ACPI: SSDT 0x00000000BBE4B000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011534] ACPI: SSDT 0x00000000BBE4A000 0005B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011536] ACPI: SSDT 0x00000000BBE48000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011539] ACPI: SSDT 0x00000000BBE46000 00151D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011541] ACPI: SSDT 0x00000000BBE45000 0006A9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011544] ACPI: SSDT 0x00000000BBE43000 0019E6 (v01 AMD    CPMD3CLD 00000001 INTL 20190509)
[    0.011546] ACPI: SSDT 0x00000000BBE42000 0005DE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011548] ACPI: SSDT 0x00000000BBE3E000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011551] ACPI: BGRT 0x00000000BBE55000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011553] ACPI: WSMT 0x00000000BBE3D000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011556] ACPI: APIC 0x00000000BBE3C000 0000DE (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011558] ACPI: SSDT 0x00000000BBE3B000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011561] ACPI: SSDT 0x00000000BBE3A000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011563] ACPI: SSDT 0x00000000BBE38000 00112E (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011565] ACPI: SSDT 0x00000000BBE37000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011568] ACPI: SSDT 0x00000000BBE36000 000808 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011570] ACPI: SSDT 0x00000000BBE35000 00078F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.011573] ACPI: FPDT 0x00000000BBE34000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
[    0.011575] ACPI: Reserving FACP table memory at [mem 0xbbe74000-0xbbe74113]
[    0.011576] ACPI: Reserving DSDT table memory at [mem 0xbbe67000-0xbbe732ab]
[    0.011577] ACPI: Reserving FACS table memory at [mem 0xbc12e000-0xbc12e03f]
[    0.011577] ACPI: Reserving SSDT table memory at [mem 0xbbe7a000-0xbbe81228]
[    0.011578] ACPI: Reserving IVRS table memory at [mem 0xbbe79000-0xbbe791a3]
[    0.011579] ACPI: Reserving SSDT table memory at [mem 0xbbe75000-0xbbe78a20]
[    0.011580] ACPI: Reserving FIDT table memory at [mem 0xbbe66000-0xbbe6609b]
[    0.011580] ACPI: Reserving MCFG table memory at [mem 0xbbe65000-0xbbe6503b]
[    0.011581] ACPI: Reserving HPET table memory at [mem 0xbbe64000-0xbbe64037]
[    0.011582] ACPI: Reserving VFCT table memory at [mem 0xbbe56000-0xbbe63883]
[    0.011583] ACPI: Reserving TPM2 table memory at [mem 0xbbe54000-0xbbe5404b]
[    0.011583] ACPI: Reserving SSDT table memory at [mem 0xbbe4e000-0xbbe53353]
[    0.011584] ACPI: Reserving CRAT table memory at [mem 0xbbe4d000-0xbbe4dee7]
[    0.011585] ACPI: Reserving CDIT table memory at [mem 0xbbe4c000-0xbbe4c028]
[    0.011585] ACPI: Reserving SSDT table memory at [mem 0xbbe4b000-0xbbe4b148]
[    0.011586] ACPI: Reserving SSDT table memory at [mem 0xbbe4a000-0xbbe4a5b6]
[    0.011587] ACPI: Reserving SSDT table memory at [mem 0xbbe48000-0xbbe4948d]
[    0.011588] ACPI: Reserving SSDT table memory at [mem 0xbbe46000-0xbbe4751c]
[    0.011588] ACPI: Reserving SSDT table memory at [mem 0xbbe45000-0xbbe456a8]
[    0.011589] ACPI: Reserving SSDT table memory at [mem 0xbbe43000-0xbbe449e5]
[    0.011590] ACPI: Reserving SSDT table memory at [mem 0xbbe42000-0xbbe425dd]
[    0.011591] ACPI: Reserving SSDT table memory at [mem 0xbbe3e000-0xbbe416e8]
[    0.011591] ACPI: Reserving BGRT table memory at [mem 0xbbe55000-0xbbe55037]
[    0.011592] ACPI: Reserving WSMT table memory at [mem 0xbbe3d000-0xbbe3d027]
[    0.011593] ACPI: Reserving APIC table memory at [mem 0xbbe3c000-0xbbe3c0dd]
[    0.011594] ACPI: Reserving SSDT table memory at [mem 0xbbe3b000-0xbbe3b08c]
[    0.011594] ACPI: Reserving SSDT table memory at [mem 0xbbe3a000-0xbbe3a91e]
[    0.011595] ACPI: Reserving SSDT table memory at [mem 0xbbe38000-0xbbe3912d]
[    0.011596] ACPI: Reserving SSDT table memory at [mem 0xbbe37000-0xbbe37240]
[    0.011597] ACPI: Reserving SSDT table memory at [mem 0xbbe36000-0xbbe36807]
[    0.011597] ACPI: Reserving SSDT table memory at [mem 0xbbe35000-0xbbe3578e]
[    0.011598] ACPI: Reserving FPDT table memory at [mem 0xbbe34000-0xbbe34043]
[    0.011656] No NUMA configuration found
[    0.011657] Faking a node at [mem 0x0000000000000000-0x000000101e2fffff]
[    0.011663] NODE_DATA(0) allocated [mem 0x1019ad4000-0x1019afffff]
[    0.074917] Zone ranges:
[    0.074920]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.074922]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.074924]   Normal   [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074925]   Device   empty
[    0.074926] Movable zone start for each node
[    0.074928] Early memory node ranges
[    0.074928]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.074930]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.074930]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.074931]   node   0: [mem 0x000000000a20f000-0x00000000ba907fff]
[    0.074932]   node   0: [mem 0x00000000bc9ff000-0x00000000bdffffff]
[    0.074933]   node   0: [mem 0x0000000100000000-0x000000101e2fffff]
[    0.074937] Initmem setup node 0 [mem 0x0000000000001000-0x000000101e2fffff]
[    0.074942] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.074960] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.075116] On node 0, zone DMA32: 738 pages in unavailable ranges
[    0.078149] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.078224] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.144083] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.144129] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.144590] ACPI: PM-Timer IO Port: 0x808
[    0.144598] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.144615] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.144621] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.144622] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.144624] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.144627] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.144628] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.144638] e820: update [mem 0xb440b000-0xb44b3fff] usable ==> reserved
[    0.144649] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.144683] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.144686] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.144687] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x0a000fff]
[    0.144689] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.144691] PM: hibernation: Registered nosave memory: [mem 0xb440b000-0xb44b3fff]
[    0.144692] PM: hibernation: Registered nosave memory: [mem 0xb6cb7000-0xb6cb7fff]
[    0.144694] PM: hibernation: Registered nosave memory: [mem 0xb6cc4000-0xb6cc4fff]
[    0.144694] PM: hibernation: Registered nosave memory: [mem 0xb6cc5000-0xb6cc5fff]
[    0.144696] PM: hibernation: Registered nosave memory: [mem 0xb6cd3000-0xb6cd3fff]
[    0.144697] PM: hibernation: Registered nosave memory: [mem 0xb6cd4000-0xb6cd4fff]
[    0.144698] PM: hibernation: Registered nosave memory: [mem 0xb6cda000-0xb6cdafff]
[    0.144700] PM: hibernation: Registered nosave memory: [mem 0xb9122000-0xb9122fff]
[    0.144701] PM: hibernation: Registered nosave memory: [mem 0xba908000-0xbbe1ffff]
[    0.144702] PM: hibernation: Registered nosave memory: [mem 0xbbe20000-0xbbe83fff]
[    0.144703] PM: hibernation: Registered nosave memory: [mem 0xbbe84000-0xbc178fff]
[    0.144703] PM: hibernation: Registered nosave memory: [mem 0xbc179000-0xbc9fefff]
[    0.144705] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.144706] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe6fffff]
[    0.144706] PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
[    0.144707] PM: hibernation: Registered nosave memory: [mem 0xfe710000-0xfec0ffff]
[    0.144707] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.144708] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.144709] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.144709] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.144710] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.144711] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.144711] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.144712] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedc3fff]
[    0.144712] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.144713] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.144714] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.144714] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.144715] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.144716] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.144718] [mem 0xc0000000-0xfe6fffff] available for PCI devices
[    0.144719] Booting paravirtualized kernel on bare hardware
[    0.144722] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.148424] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.154894] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.154905] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.154907] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.154917] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.154967] Fallback order for Node 0: 0 
[    0.154974] Built 1 zonelists, mobility grouping on.  Total pages: 16361371
[    0.154975] Policy zone: Normal
[    0.154981] Kernel command line: BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro rootflags=subvol=@root resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.155045] sysrq: sysrq always enabled.
[    0.155067] Unknown kernel command line parameters "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+", will be passed to user space.
[    0.159072] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.161066] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.161165] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.161208] software IO TLB: area num 16.
[    1.856544] Memory: 64839516K/66484956K available (20480K kernel code, 4064K rwdata, 14632K rodata, 6300K init, 30736K bss, 1645180K reserved, 0K cma-reserved)
[    1.856969] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    1.856971] kmemleak: Kernel memory leak detector disabled
[    1.857086] ftrace: allocating 52351 entries in 205 pages
[    1.865787] ftrace: allocated 205 pages with 5 groups
[    1.867196] Dynamic Preempt: voluntary
[    1.867311] Running RCU self tests
[    1.867328] rcu: Preemptible hierarchical RCU implementation.
[    1.867329] rcu: 	RCU event tracing is enabled.
[    1.867329] rcu: 	RCU lockdep checking is enabled.
[    1.867330] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    1.867331] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    1.867332] 	Trampoline variant of Tasks RCU enabled.
[    1.867332] 	Rude variant of Tasks RCU enabled.
[    1.867333] 	Tracing variant of Tasks RCU enabled.
[    1.867334] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.867335] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    1.870498] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    1.870702] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    1.870841] Console: colour dummy device 80x25
[    1.870853] printk: console [tty0] enabled
[    1.873204] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    1.873215] ... MAX_LOCKDEP_SUBCLASSES:  8
[    1.873221] ... MAX_LOCK_DEPTH:          48
[    1.873227] ... MAX_LOCKDEP_KEYS:        8192
[    1.873233] ... CLASSHASH_SIZE:          4096
[    1.873239] ... MAX_LOCKDEP_ENTRIES:     65536
[    1.873245] ... MAX_LOCKDEP_CHAINS:      262144
[    1.873251] ... CHAINHASH_SIZE:          131072
[    1.873257]  memory used by lock dependency info: 17577 kB
[    1.873264]  memory used for stack traces: 4224 kB
[    1.873270]  per task-struct memory footprint: 2688 bytes
[    1.873305] ACPI: Core revision 20221020
[    1.873677] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.873721] APIC: Switch to symmetric I/O mode setup
[    1.874423] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    1.874434] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    1.874442] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    1.874450] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    1.874459] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    1.874775] Switched APIC routing to physical flat.
[    1.875457] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.879722] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7b15b36a7, max_idle_ns: 440795300243 ns
[    1.879749] Calibrating delay loop (skipped), value calculated using timer frequency.. 6587.96 BogoMIPS (lpj=3293980)
[    1.879766] pid_max: default: 32768 minimum: 301
[    1.885758] ---[ User Space ]---
[    1.885771] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    1.885797] 0x0000000000001000-0x000000000009f000         632K                               pte
[    1.885812] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    1.885839] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    1.885854] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    1.885870] 0x0000000001000000-0x0000000001020000         128K                               pte
[    1.885895] 0x0000000001020000-0x0000000001200000        1920K                               pte
[    1.886743] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    1.886758] 0x0000000040000000-0x0000000080000000           1G                               pud
[    1.886778] 0x0000000080000000-0x00000000b4400000         836M                               pmd
[    1.886793] 0x00000000b4400000-0x00000000b440b000          44K                               pte
[    1.886811] 0x00000000b440b000-0x00000000b44b4000         676K     RW                     NX pte
[    1.886838] 0x00000000b44b4000-0x00000000b4600000        1328K                               pte
[    1.886852] 0x00000000b4600000-0x00000000b6c00000          38M                               pmd
[    1.886871] 0x00000000b6c00000-0x00000000b6ce4000         912K                               pte
[    1.886886] 0x00000000b6ce4000-0x00000000b6ce5000           4K                               pte
[    1.886901] 0x00000000b6ce5000-0x00000000b6ce6000           4K                               pte
[    1.886922] 0x00000000b6ce6000-0x00000000b6e00000        1128K     RW                     NX pte
[    1.886942] 0x00000000b6e00000-0x00000000b9000000          34M     RW         PSE         NX pmd
[    1.886967] 0x00000000b9000000-0x00000000b9123000        1164K     RW                     NX pte
[    1.886992] 0x00000000b9123000-0x00000000ba00b000       15264K                               pte
[    1.887016] 0x00000000ba00b000-0x00000000ba1d8000        1844K                               pte
[    1.887038] 0x00000000ba1d8000-0x00000000ba908000        7360K                               pte
[    1.887058] 0x00000000ba908000-0x00000000baa00000         992K                               pte
[    1.887073] 0x00000000baa00000-0x00000000bc000000          22M                               pmd
[    1.887095] 0x00000000bc000000-0x00000000bc179000        1508K                               pte
[    1.887113] 0x00000000bc179000-0x00000000bc200000         540K     RW                     NX pte
[    1.887132] 0x00000000bc200000-0x00000000bc800000           6M     RW         PSE         NX pmd
[    1.887160] 0x00000000bc800000-0x00000000bc993000        1612K     RW                     NX pte
[    1.887179] 0x00000000bc993000-0x00000000bc996000          12K     ro                     x  pte
[    1.887199] 0x00000000bc996000-0x00000000bc99b000          20K     RW                     NX pte
[    1.887218] 0x00000000bc99b000-0x00000000bc99c000           4K     ro                     x  pte
[    1.887237] 0x00000000bc99c000-0x00000000bc9a1000          20K     RW                     NX pte
[    1.887257] 0x00000000bc9a1000-0x00000000bc9a5000          16K     ro                     x  pte
[    1.887276] 0x00000000bc9a5000-0x00000000bc9aa000          20K     RW                     NX pte
[    1.887295] 0x00000000bc9aa000-0x00000000bc9ab000           4K     ro                     x  pte
[    1.887314] 0x00000000bc9ab000-0x00000000bc9af000          16K     RW                     NX pte
[    1.887334] 0x00000000bc9af000-0x00000000bc9bc000          52K     ro                     x  pte
[    1.887353] 0x00000000bc9bc000-0x00000000bc9c1000          20K     RW                     NX pte
[    1.887373] 0x00000000bc9c1000-0x00000000bc9c4000          12K     ro                     x  pte
[    1.887391] 0x00000000bc9c4000-0x00000000bc9c9000          20K     RW                     NX pte
[    1.887410] 0x00000000bc9c9000-0x00000000bc9ca000           4K     ro                     x  pte
[    1.887430] 0x00000000bc9ca000-0x00000000bc9cf000          20K     RW                     NX pte
[    1.887449] 0x00000000bc9cf000-0x00000000bc9d0000           4K     ro                     x  pte
[    1.887468] 0x00000000bc9d0000-0x00000000bc9d5000          20K     RW                     NX pte
[    1.887487] 0x00000000bc9d5000-0x00000000bc9d6000           4K     ro                     x  pte
[    1.887507] 0x00000000bc9d6000-0x00000000bc9da000          16K     RW                     NX pte
[    1.887526] 0x00000000bc9da000-0x00000000bc9e6000          48K     ro                     x  pte
[    1.887545] 0x00000000bc9e6000-0x00000000bc9ed000          28K     RW                     NX pte
[    1.887565] 0x00000000bc9ed000-0x00000000bc9f2000          20K     ro                     x  pte
[    1.887584] 0x00000000bc9f2000-0x00000000bc9f7000          20K     RW                     NX pte
[    1.887603] 0x00000000bc9f7000-0x00000000bc9fa000          12K     ro                     x  pte
[    1.887623] 0x00000000bc9fa000-0x00000000bc9ff000          20K     RW                     NX pte
[    1.887642] 0x00000000bc9ff000-0x00000000bd000000        6148K                               pte
[    1.887665] 0x00000000bd000000-0x00000000bd1a6000        1688K                               pte
[    1.887685] 0x00000000bd1a6000-0x00000000bd2a6000           1M                               pte
[    1.887701] 0x00000000bd2a6000-0x00000000bd2c0000         104K                               pte
[    1.887717] 0x00000000bd2c0000-0x00000000bd2fb000         236K                               pte
[    1.887732] 0x00000000bd2fb000-0x00000000bd317000         112K                               pte
[    1.887754] 0x00000000bd317000-0x00000000bdd16000       10236K                               pte
[    1.887769] 0x00000000bdd16000-0x00000000bdd19000          12K                               pte
[    1.887797] 0x00000000bdd19000-0x00000000bdf6a000        2372K                               pte
[    1.887812] 0x00000000bdf6a000-0x00000000bdf74000          40K                               pte
[    1.887827] 0x00000000bdf74000-0x00000000bdf8e000         104K                               pte
[    1.887842] 0x00000000bdf8e000-0x00000000bdf94000          24K                               pte
[    1.887858] 0x00000000bdf94000-0x00000000bdfaa000          88K                               pte
[    1.887872] 0x00000000bdfaa000-0x00000000bdfad000          12K                               pte
[    1.887887] 0x00000000bdfad000-0x00000000bdfc0000          76K                               pte
[    1.887902] 0x00000000bdfc0000-0x00000000bdfc5000          20K                               pte
[    1.887916] 0x00000000bdfc5000-0x00000000bdfda000          84K                               pte
[    1.887931] 0x00000000bdfda000-0x00000000bdff2000          96K                               pte
[    1.887946] 0x00000000bdff2000-0x00000000bdffa000          32K                               pte
[    1.887962] 0x00000000bdffa000-0x00000000be000000          24K                               pte
[    1.887981] 0x00000000be000000-0x00000000f0000000         800M                               pmd
[    1.887998] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    1.888016] 0x00000000f8000000-0x00000000fd000000          80M                               pmd
[    1.888032] 0x00000000fd000000-0x00000000fe000000          16M     RW     PCD PSE         NX pmd
[    1.888050] 0x00000000fe000000-0x00000000fe600000           6M                               pmd
[    1.888070] 0x00000000fe600000-0x00000000fe700000           1M                               pte
[    1.888085] 0x00000000fe700000-0x00000000fe710000          64K     RW     PCD             NX pte
[    1.888110] 0x00000000fe710000-0x00000000fe800000         960K                               pte
[    1.888124] 0x00000000fe800000-0x00000000fea00000           2M                               pmd
[    1.888147] 0x00000000fea00000-0x00000000feb80000        1536K                               pte
[    1.888164] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    1.888184] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    1.888199] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    1.888224] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    1.888238] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    1.888259] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    1.888274] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    1.888294] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    1.888309] 0x00000000fed80000-0x00000000fed81000           4K     RW     PCD             NX pte
[    1.888330] 0x00000000fed81000-0x00000000fedc4000         268K                               pte
[    1.888345] 0x00000000fedc4000-0x00000000fedca000          24K     RW     PCD             NX pte
[    1.888364] 0x00000000fedca000-0x00000000fedcc000           8K                               pte
[    1.888379] 0x00000000fedcc000-0x00000000fedcf000          12K     RW     PCD             NX pte
[    1.888399] 0x00000000fedcf000-0x00000000fedd5000          24K                               pte
[    1.888413] 0x00000000fedd5000-0x00000000fedd6000           4K     RW     PCD             NX pte
[    1.888433] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    1.888447] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    1.888462] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    1.888480] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    1.888496] 0x0000000100200000-0x0000000100228000         160K                               pte
[    1.888511] 0x0000000100228000-0x000000010022a000           8K     RW                     NX pte
[    1.888540] 0x000000010022a000-0x0000000100400000        1880K                               pte
[    1.888561] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    1.888582] 0x0000000140000000-0x0000008000000000         507G                               pud
[    1.888604] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    1.888618] ---[ Kernel Space ]---
[    1.888624] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    1.888637] ---[ LDT remap ]---
[    1.888642] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    1.888656] ---[ Low Kernel Mapping ]---
[    1.888662] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    1.888676] ---[ vmalloc() Area ]---
[    1.888681] 0xffff898000000000-0xffff8a0000000000         512G                               pgd
[    1.888695] ---[ Vmemmap ]---
[    1.888701] 0xffff8a0000000000-0xffff8f8000000000        5632G                               pgd
[    1.888716] 0xffff8f8000000000-0xffff8f9600000000          88G                               pud
[    1.888753] 0xffff8f9600000000-0xffff8f9600200000           2M     RW                 GLB NX pte
[    1.888774] 0xffff8f9600200000-0xffff8f9609c00000         154M     RW         PSE     GLB NX pmd
[    1.888800] 0xffff8f9609c00000-0xffff8f9609d1f000        1148K     RW                 GLB NX pte
[    1.888824] 0xffff8f9609d1f000-0xffff8f9609e00000         900K                               pte
[    1.888838] 0xffff8f9609e00000-0xffff8f960a000000           2M                               pmd
[    1.888853] 0xffff8f960a000000-0xffff8f960a001000           4K                               pte
[    1.888879] 0xffff8f960a001000-0xffff8f960a200000        2044K     RW                 GLB NX pte
[    1.888898] 0xffff8f960a200000-0xffff8f960a20f000          60K                               pte
[    1.888924] 0xffff8f960a20f000-0xffff8f960a400000        1988K     RW                 GLB NX pte
[    1.888953] 0xffff8f960a400000-0xffff8f9640000000         860M     RW         PSE     GLB NX pmd
[    1.888973] 0xffff8f9640000000-0xffff8f9680000000           1G     RW         PSE     GLB NX pud
[    1.889004] 0xffff8f9680000000-0xffff8f96ba800000         936M     RW         PSE     GLB NX pmd
[    1.889029] 0xffff8f96ba800000-0xffff8f96ba908000        1056K     RW                 GLB NX pte
[    1.889053] 0xffff8f96ba908000-0xffff8f96baa00000         992K                               pte
[    1.889067] 0xffff8f96baa00000-0xffff8f96bc800000          30M                               pmd
[    1.889093] 0xffff8f96bc800000-0xffff8f96bc9ff000        2044K                               pte
[    1.889108] 0xffff8f96bc9ff000-0xffff8f96bca00000           4K     RW                 GLB NX pte
[    1.889128] 0xffff8f96bca00000-0xffff8f96be000000          22M     RW         PSE     GLB NX pmd
[    1.889146] 0xffff8f96be000000-0xffff8f96c0000000          32M                               pmd
[    1.889160] 0xffff8f96c0000000-0xffff8f9700000000           1G                               pud
[    1.889176] 0xffff8f9700000000-0xffff8fa140000000          41G     RW         PSE     GLB NX pud
[    1.889207] 0xffff8fa140000000-0xffff8fa17f200000        1010M     RW         PSE     GLB NX pmd
[    1.889238] 0xffff8fa17f200000-0xffff8fa17f3ff000        2044K     RW                 GLB NX pte
[    1.889257] 0xffff8fa17f3ff000-0xffff8fa17f400000           4K     ro                 GLB NX pte
[    1.889277] 0xffff8fa17f400000-0xffff8fa180000000          12M     RW         PSE     GLB NX pmd
[    1.889297] 0xffff8fa180000000-0xffff8fa600000000          18G     RW         PSE     GLB NX pud
[    1.889322] 0xffff8fa600000000-0xffff8fa61e200000         482M     RW         PSE     GLB NX pmd
[    1.889346] 0xffff8fa61e200000-0xffff8fa61e300000           1M     RW                 GLB NX pte
[    1.889371] 0xffff8fa61e300000-0xffff8fa61e400000           1M                               pte
[    1.889389] 0xffff8fa61e400000-0xffff8fa640000000         540M                               pmd
[    1.889408] 0xffff8fa640000000-0xffff900000000000         359G                               pud
[    1.889423] 0xffff900000000000-0xffffa78000000000       24064G                               pgd
[    1.889438] 0xffffa78000000000-0xffffa79900000000         100G                               pud
[    1.889453] 0xffffa79900000000-0xffffa79900004000          16K     RW                 GLB NX pte
[    1.889473] 0xffffa79900004000-0xffffa79900005000           4K                               pte
[    1.889488] 0xffffa79900005000-0xffffa79900006000           4K     RW                 GLB NX pte
[    1.889507] 0xffffa79900006000-0xffffa79900007000           4K                               pte
[    1.889522] 0xffffa79900007000-0xffffa79900008000           4K     RW                 GLB NX pte
[    1.889541] 0xffffa79900008000-0xffffa79900009000           4K                               pte
[    1.889556] 0xffffa79900009000-0xffffa7990000a000           4K     RW                 GLB NX pte
[    1.889575] 0xffffa7990000a000-0xffffa7990000b000           4K                               pte
[    1.889590] 0xffffa7990000b000-0xffffa7990000c000           4K     RW                 GLB NX pte
[    1.889609] 0xffffa7990000c000-0xffffa7990000d000           4K                               pte
[    1.889624] 0xffffa7990000d000-0xffffa7990000e000           4K     RW                 GLB NX pte
[    1.889644] 0xffffa7990000e000-0xffffa79900010000           8K                               pte
[    1.889659] 0xffffa79900010000-0xffffa7990001d000          52K     RW                 GLB NX pte
[    1.889678] 0xffffa7990001d000-0xffffa7990001e000           4K                               pte
[    1.889693] 0xffffa7990001e000-0xffffa7990001f000           4K     RW                 GLB NX pte
[    1.889712] 0xffffa7990001f000-0xffffa79900020000           4K                               pte
[    1.889727] 0xffffa79900020000-0xffffa79900028000          32K     RW                 GLB NX pte
[    1.889743] 0xffffa79900028000-0xffffa79900029000           4K                               pte
[    1.889758] 0xffffa79900029000-0xffffa7990002a000           4K     RW                 GLB NX pte
[    1.889777] 0xffffa7990002a000-0xffffa7990002c000           8K                               pte
[    1.889792] 0xffffa7990002c000-0xffffa79900030000          16K     RW                 GLB NX pte
[    1.889811] 0xffffa79900030000-0xffffa79900031000           4K                               pte
[    1.889826] 0xffffa79900031000-0xffffa79900032000           4K     RW                 GLB NX pte
[    1.889845] 0xffffa79900032000-0xffffa79900033000           4K                               pte
[    1.889860] 0xffffa79900033000-0xffffa79900034000           4K     RW                 GLB NX pte
[    1.889880] 0xffffa79900034000-0xffffa79900035000           4K                               pte
[    1.889894] 0xffffa79900035000-0xffffa79900036000           4K     RW                 GLB NX pte
[    1.889913] 0xffffa79900036000-0xffffa79900038000           8K                               pte
[    1.889928] 0xffffa79900038000-0xffffa7990003e000          24K     RW                 GLB NX pte
[    1.889948] 0xffffa7990003e000-0xffffa79900040000           8K                               pte
[    1.889963] 0xffffa79900040000-0xffffa7990004e000          56K     RW                 GLB NX pte
[    1.889982] 0xffffa7990004e000-0xffffa7990004f000           4K                               pte
[    1.889997] 0xffffa7990004f000-0xffffa79900050000           4K     RW                 GLB NX pte
[    1.890016] 0xffffa79900050000-0xffffa79900052000           8K                               pte
[    1.890031] 0xffffa79900052000-0xffffa79900054000           8K     RW                 GLB NX pte
[    1.890051] 0xffffa79900054000-0xffffa79900056000           8K                               pte
[    1.890065] 0xffffa79900056000-0xffffa79900058000           8K     RW                 GLB NX pte
[    1.890085] 0xffffa79900058000-0xffffa79900059000           4K                               pte
[    1.890099] 0xffffa79900059000-0xffffa7990005a000           4K     RW                 GLB NX pte
[    1.890119] 0xffffa7990005a000-0xffffa7990005c000           8K                               pte
[    1.890134] 0xffffa7990005c000-0xffffa7990005e000           8K     RW                 GLB NX pte
[    1.890153] 0xffffa7990005e000-0xffffa7990005f000           4K                               pte
[    1.890168] 0xffffa7990005f000-0xffffa79900060000           4K     RW                 GLB NX pte
[    1.890187] 0xffffa79900060000-0xffffa79900061000           4K                               pte
[    1.890202] 0xffffa79900061000-0xffffa79900062000           4K     RW                 GLB NX pte
[    1.890221] 0xffffa79900062000-0xffffa79900064000           8K                               pte
[    1.890236] 0xffffa79900064000-0xffffa79900068000          16K     RW                 GLB NX pte
[    1.890255] 0xffffa79900068000-0xffffa79900069000           4K                               pte
[    1.890270] 0xffffa79900069000-0xffffa7990006a000           4K     RW                 GLB NX pte
[    1.890289] 0xffffa7990006a000-0xffffa7990006b000           4K                               pte
[    1.890304] 0xffffa7990006b000-0xffffa7990006c000           4K     RW                 GLB NX pte
[    1.890324] 0xffffa7990006c000-0xffffa7990006d000           4K                               pte
[    1.890338] 0xffffa7990006d000-0xffffa7990006e000           4K     RW                 GLB NX pte
[    1.890358] 0xffffa7990006e000-0xffffa7990006f000           4K                               pte
[    1.890372] 0xffffa7990006f000-0xffffa79900070000           4K     RW                 GLB NX pte
[    1.890392] 0xffffa79900070000-0xffffa79900072000           8K                               pte
[    1.890406] 0xffffa79900072000-0xffffa79900074000           8K     RW                 GLB NX pte
[    1.890426] 0xffffa79900074000-0xffffa79900075000           4K                               pte
[    1.890441] 0xffffa79900075000-0xffffa79900076000           4K     RW                 GLB NX pte
[    1.890460] 0xffffa79900076000-0xffffa79900077000           4K                               pte
[    1.890475] 0xffffa79900077000-0xffffa79900078000           4K     RW                 GLB NX pte
[    1.890494] 0xffffa79900078000-0xffffa79900079000           4K                               pte
[    1.890509] 0xffffa79900079000-0xffffa7990007a000           4K     RW                 GLB NX pte
[    1.890528] 0xffffa7990007a000-0xffffa7990007b000           4K                               pte
[    1.890543] 0xffffa7990007b000-0xffffa7990007c000           4K     RW                 GLB NX pte
[    1.890562] 0xffffa7990007c000-0xffffa7990007d000           4K                               pte
[    1.890577] 0xffffa7990007d000-0xffffa7990007e000           4K     RW     PCD         GLB NX pte
[    1.890596] 0xffffa7990007e000-0xffffa79900080000           8K                               pte
[    1.890614] 0xffffa79900080000-0xffffa79900100000         512K     RW     PCD         GLB NX pte
[    1.890639] 0xffffa79900100000-0xffffa79900200000           1M                               pte
[    1.890660] 0xffffa79900200000-0xffffa79940000000        1022M                               pmd
[    1.891167] 0xffffa79940000000-0xffffc80000000000       33179G                               pud
[    1.891185] 0xffffc80000000000-0xfffff68000000000       47616G                               pgd
[    1.891202] 0xfffff68000000000-0xfffff6bf80000000         254G                               pud
[    1.891218] 0xfffff6bf80000000-0xfffff6bf83000000          48M     RW         PSE     GLB NX pmd
[    1.891237] 0xfffff6bf83000000-0xfffff6bf84000000          16M                               pmd
[    1.891263] 0xfffff6bf84000000-0xfffff6bfc0800000         968M     RW         PSE     GLB NX pmd
[    1.891289] 0xfffff6bfc0800000-0xfffff6c000000000        1016M                               pmd
[    1.891307] 0xfffff6c000000000-0xfffff70000000000         256G                               pud
[    1.891321] 0xfffff70000000000-0xfffffe0000000000           7T                               pgd
[    1.891336] ---[ CPU entry Area ]---
[    1.891342] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    1.891372] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    1.891394] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    1.891409] 0xfffffe0040000000-0xfffffe0800000000          31G                               pud
[    1.891427] 0xfffffe0800000000-0xfffffe0829400000         660M                               pmd
[    1.891451] 0xfffffe0829400000-0xfffffe08295ba000        1768K                               pte
[    1.891466] 0xfffffe08295ba000-0xfffffe08295bb000           4K     ro                 GLB NX pte
[    1.891486] 0xfffffe08295bb000-0xfffffe08295bc000           4K     RW                 GLB NX pte
[    1.891505] 0xfffffe08295bc000-0xfffffe08295c1000          20K     ro                 GLB NX pte
[    1.891524] 0xfffffe08295c1000-0xfffffe08295c2000           4K                               pte
[    1.891539] 0xfffffe08295c2000-0xfffffe08295c4000           8K     RW                 GLB NX pte
[    1.891558] 0xfffffe08295c4000-0xfffffe08295c5000           4K                               pte
[    1.891573] 0xfffffe08295c5000-0xfffffe08295c7000           8K     RW                 GLB NX pte
[    1.891593] 0xfffffe08295c7000-0xfffffe08295c8000           4K                               pte
[    1.891607] 0xfffffe08295c8000-0xfffffe08295ca000           8K     RW                 GLB NX pte
[    1.891627] 0xfffffe08295ca000-0xfffffe08295cb000           4K                               pte
[    1.891642] 0xfffffe08295cb000-0xfffffe08295cd000           8K     RW                 GLB NX pte
[    1.891662] 0xfffffe08295cd000-0xfffffe0829600000         204K                               pte
[    1.891679] 0xfffffe0829600000-0xfffffe0840000000         362M                               pmd
[    1.891693] 0xfffffe0840000000-0xfffffe0a80000000           9G                               pud
[    1.891709] 0xfffffe0a80000000-0xfffffe0a92400000         292M                               pmd
[    1.891724] 0xfffffe0a92400000-0xfffffe0a92403000          12K                               pte
[    1.891738] 0xfffffe0a92403000-0xfffffe0a92404000           4K     ro                 GLB NX pte
[    1.891761] 0xfffffe0a92404000-0xfffffe0a92405000           4K     RW                 GLB NX pte
[    1.891781] 0xfffffe0a92405000-0xfffffe0a9240a000          20K     ro                 GLB NX pte
[    1.891800] 0xfffffe0a9240a000-0xfffffe0a9240b000           4K                               pte
[    1.891815] 0xfffffe0a9240b000-0xfffffe0a9240d000           8K     RW                 GLB NX pte
[    1.891835] 0xfffffe0a9240d000-0xfffffe0a9240e000           4K                               pte
[    1.891850] 0xfffffe0a9240e000-0xfffffe0a92410000           8K     RW                 GLB NX pte
[    1.891869] 0xfffffe0a92410000-0xfffffe0a92411000           4K                               pte
[    1.891884] 0xfffffe0a92411000-0xfffffe0a92413000           8K     RW                 GLB NX pte
[    1.891903] 0xfffffe0a92413000-0xfffffe0a92414000           4K                               pte
[    1.891918] 0xfffffe0a92414000-0xfffffe0a92416000           8K     RW                 GLB NX pte
[    1.891948] 0xfffffe0a92416000-0xfffffe0a92600000        1960K                               pte
[    1.891967] 0xfffffe0a92600000-0xfffffe0ac0000000         730M                               pmd
[    1.891983] 0xfffffe0ac0000000-0xfffffe1200000000          29G                               pud
[    1.891999] 0xfffffe1200000000-0xfffffe1213200000         306M                               pmd
[    1.892020] 0xfffffe1213200000-0xfffffe1213318000        1120K                               pte
[    1.892035] 0xfffffe1213318000-0xfffffe1213319000           4K     ro                 GLB NX pte
[    1.892054] 0xfffffe1213319000-0xfffffe121331a000           4K     RW                 GLB NX pte
[    1.892073] 0xfffffe121331a000-0xfffffe121331f000          20K     ro                 GLB NX pte
[    1.892092] 0xfffffe121331f000-0xfffffe1213320000           4K                               pte
[    1.892106] 0xfffffe1213320000-0xfffffe1213322000           8K     RW                 GLB NX pte
[    1.892126] 0xfffffe1213322000-0xfffffe1213323000           4K                               pte
[    1.892141] 0xfffffe1213323000-0xfffffe1213325000           8K     RW                 GLB NX pte
[    1.892160] 0xfffffe1213325000-0xfffffe1213326000           4K                               pte
[    1.892175] 0xfffffe1213326000-0xfffffe1213328000           8K     RW                 GLB NX pte
[    1.892194] 0xfffffe1213328000-0xfffffe1213329000           4K                               pte
[    1.892209] 0xfffffe1213329000-0xfffffe121332b000           8K     RW                 GLB NX pte
[    1.892233] 0xfffffe121332b000-0xfffffe1213400000         852K                               pte
[    1.892252] 0xfffffe1213400000-0xfffffe1240000000         716M                               pmd
[    1.892266] 0xfffffe1240000000-0xfffffe1280000000           1G                               pud
[    1.892282] 0xfffffe1280000000-0xfffffe1294c00000         332M                               pmd
[    1.892298] 0xfffffe1294c00000-0xfffffe1294c29000         164K                               pte
[    1.892313] 0xfffffe1294c29000-0xfffffe1294c2a000           4K     ro                 GLB NX pte
[    1.892332] 0xfffffe1294c2a000-0xfffffe1294c2b000           4K     RW                 GLB NX pte
[    1.892352] 0xfffffe1294c2b000-0xfffffe1294c30000          20K     ro                 GLB NX pte
[    1.892371] 0xfffffe1294c30000-0xfffffe1294c31000           4K                               pte
[    1.892386] 0xfffffe1294c31000-0xfffffe1294c33000           8K     RW                 GLB NX pte
[    1.892406] 0xfffffe1294c33000-0xfffffe1294c34000           4K                               pte
[    1.892420] 0xfffffe1294c34000-0xfffffe1294c36000           8K     RW                 GLB NX pte
[    1.892440] 0xfffffe1294c36000-0xfffffe1294c37000           4K                               pte
[    1.892455] 0xfffffe1294c37000-0xfffffe1294c39000           8K     RW                 GLB NX pte
[    1.892474] 0xfffffe1294c39000-0xfffffe1294c3a000           4K                               pte
[    1.892489] 0xfffffe1294c3a000-0xfffffe1294c3c000           8K     RW                 GLB NX pte
[    1.892518] 0xfffffe1294c3c000-0xfffffe1294e00000        1808K                               pte
[    1.892537] 0xfffffe1294e00000-0xfffffe12c0000000         690M                               pmd
[    1.892551] 0xfffffe12c0000000-0xfffffe1ac0000000          32G                               pud
[    1.892569] 0xfffffe1ac0000000-0xfffffe1ae2000000         544M                               pmd
[    1.892593] 0xfffffe1ae2000000-0xfffffe1ae2198000        1632K                               pte
[    1.892608] 0xfffffe1ae2198000-0xfffffe1ae2199000           4K     ro                 GLB NX pte
[    1.892627] 0xfffffe1ae2199000-0xfffffe1ae219a000           4K     RW                 GLB NX pte
[    1.892647] 0xfffffe1ae219a000-0xfffffe1ae219f000          20K     ro                 GLB NX pte
[    1.892666] 0xfffffe1ae219f000-0xfffffe1ae21a0000           4K                               pte
[    1.892681] 0xfffffe1ae21a0000-0xfffffe1ae21a2000           8K     RW                 GLB NX pte
[    1.892701] 0xfffffe1ae21a2000-0xfffffe1ae21a3000           4K                               pte
[    1.892716] 0xfffffe1ae21a3000-0xfffffe1ae21a5000           8K     RW                 GLB NX pte
[    1.892735] 0xfffffe1ae21a5000-0xfffffe1ae21a6000           4K                               pte
[    1.892743] 0xfffffe1ae21a6000-0xfffffe1ae21a8000           8K     RW                 GLB NX pte
[    1.892762] 0xfffffe1ae21a8000-0xfffffe1ae21a9000           4K                               pte
[    1.892777] 0xfffffe1ae21a9000-0xfffffe1ae21ab000           8K     RW                 GLB NX pte
[    1.892798] 0xfffffe1ae21ab000-0xfffffe1ae2200000         340K                               pte
[    1.892816] 0xfffffe1ae2200000-0xfffffe1b00000000         478M                               pmd
[    1.892830] 0xfffffe1b00000000-0xfffffe2480000000          38G                               pud
[    1.892849] 0xfffffe2480000000-0xfffffe24a8c00000         652M                               pmd
[    1.892864] 0xfffffe24a8c00000-0xfffffe24a8c28000         160K                               pte
[    1.892879] 0xfffffe24a8c28000-0xfffffe24a8c29000           4K     ro                 GLB NX pte
[    1.892899] 0xfffffe24a8c29000-0xfffffe24a8c2a000           4K     RW                 GLB NX pte
[    1.892918] 0xfffffe24a8c2a000-0xfffffe24a8c2f000          20K     ro                 GLB NX pte
[    1.892937] 0xfffffe24a8c2f000-0xfffffe24a8c30000           4K                               pte
[    1.892952] 0xfffffe24a8c30000-0xfffffe24a8c32000           8K     RW                 GLB NX pte
[    1.892971] 0xfffffe24a8c32000-0xfffffe24a8c33000           4K                               pte
[    1.892986] 0xfffffe24a8c33000-0xfffffe24a8c35000           8K     RW                 GLB NX pte
[    1.893005] 0xfffffe24a8c35000-0xfffffe24a8c36000           4K                               pte
[    1.893020] 0xfffffe24a8c36000-0xfffffe24a8c38000           8K     RW                 GLB NX pte
[    1.893039] 0xfffffe24a8c38000-0xfffffe24a8c39000           4K                               pte
[    1.893054] 0xfffffe24a8c39000-0xfffffe24a8c3b000           8K     RW                 GLB NX pte
[    1.893083] 0xfffffe24a8c3b000-0xfffffe24a8e00000        1812K                               pte
[    1.893101] 0xfffffe24a8e00000-0xfffffe24c0000000         370M                               pmd
[    1.893116] 0xfffffe24c0000000-0xfffffe3680000000          71G                               pud
[    1.893132] 0xfffffe3680000000-0xfffffe3687a00000         122M                               pmd
[    1.893150] 0xfffffe3687a00000-0xfffffe3687aa5000         660K                               pte
[    1.893164] 0xfffffe3687aa5000-0xfffffe3687aa6000           4K     ro                 GLB NX pte
[    1.893183] 0xfffffe3687aa6000-0xfffffe3687aa7000           4K     RW                 GLB NX pte
[    1.893202] 0xfffffe3687aa7000-0xfffffe3687aac000          20K     ro                 GLB NX pte
[    1.893221] 0xfffffe3687aac000-0xfffffe3687aad000           4K                               pte
[    1.893236] 0xfffffe3687aad000-0xfffffe3687aaf000           8K     RW                 GLB NX pte
[    1.893255] 0xfffffe3687aaf000-0xfffffe3687ab0000           4K                               pte
[    1.893270] 0xfffffe3687ab0000-0xfffffe3687ab2000           8K     RW                 GLB NX pte
[    1.893290] 0xfffffe3687ab2000-0xfffffe3687ab3000           4K                               pte
[    1.893305] 0xfffffe3687ab3000-0xfffffe3687ab5000           8K     RW                 GLB NX pte
[    1.893324] 0xfffffe3687ab5000-0xfffffe3687ab6000           4K                               pte
[    1.893339] 0xfffffe3687ab6000-0xfffffe3687ab8000           8K     RW                 GLB NX pte
[    1.893365] 0xfffffe3687ab8000-0xfffffe3687c00000        1312K                               pte
[    1.893386] 0xfffffe3687c00000-0xfffffe36c0000000         900M                               pmd
[    1.893400] 0xfffffe36c0000000-0xfffffe3c80000000          23G                               pud
[    1.893422] 0xfffffe3c80000000-0xfffffe3cb9400000         916M                               pmd
[    1.893439] 0xfffffe3cb9400000-0xfffffe3cb946a000         424K                               pte
[    1.893453] 0xfffffe3cb946a000-0xfffffe3cb946b000           4K     ro                 GLB NX pte
[    1.893472] 0xfffffe3cb946b000-0xfffffe3cb946c000           4K     RW                 GLB NX pte
[    1.893492] 0xfffffe3cb946c000-0xfffffe3cb9471000          20K     ro                 GLB NX pte
[    1.893511] 0xfffffe3cb9471000-0xfffffe3cb9472000           4K                               pte
[    1.893525] 0xfffffe3cb9472000-0xfffffe3cb9474000           8K     RW                 GLB NX pte
[    1.893545] 0xfffffe3cb9474000-0xfffffe3cb9475000           4K                               pte
[    1.893560] 0xfffffe3cb9475000-0xfffffe3cb9477000           8K     RW                 GLB NX pte
[    1.893579] 0xfffffe3cb9477000-0xfffffe3cb9478000           4K                               pte
[    1.893594] 0xfffffe3cb9478000-0xfffffe3cb947a000           8K     RW                 GLB NX pte
[    1.893613] 0xfffffe3cb947a000-0xfffffe3cb947b000           4K                               pte
[    1.893628] 0xfffffe3cb947b000-0xfffffe3cb947d000           8K     RW                 GLB NX pte
[    1.893656] 0xfffffe3cb947d000-0xfffffe3cb9600000        1548K                               pte
[    1.893670] 0xfffffe3cb9600000-0xfffffe3cc0000000         106M                               pmd
[    1.893684] 0xfffffe3cc0000000-0xfffffe3d80000000           3G                               pud
[    1.893704] 0xfffffe3d80000000-0xfffffe3dab200000         690M                               pmd
[    1.893721] 0xfffffe3dab200000-0xfffffe3dab272000         456K                               pte
[    1.893743] 0xfffffe3dab272000-0xfffffe3dab273000           4K     ro                 GLB NX pte
[    1.893762] 0xfffffe3dab273000-0xfffffe3dab274000           4K     RW                 GLB NX pte
[    1.893782] 0xfffffe3dab274000-0xfffffe3dab279000          20K     ro                 GLB NX pte
[    1.893801] 0xfffffe3dab279000-0xfffffe3dab27a000           4K                               pte
[    1.893816] 0xfffffe3dab27a000-0xfffffe3dab27c000           8K     RW                 GLB NX pte
[    1.893835] 0xfffffe3dab27c000-0xfffffe3dab27d000           4K                               pte
[    1.893850] 0xfffffe3dab27d000-0xfffffe3dab27f000           8K     RW                 GLB NX pte
[    1.893870] 0xfffffe3dab27f000-0xfffffe3dab280000           4K                               pte
[    1.893885] 0xfffffe3dab280000-0xfffffe3dab282000           8K     RW                 GLB NX pte
[    1.893904] 0xfffffe3dab282000-0xfffffe3dab283000           4K                               pte
[    1.893918] 0xfffffe3dab283000-0xfffffe3dab285000           8K     RW                 GLB NX pte
[    1.893945] 0xfffffe3dab285000-0xfffffe3dab400000        1516K                               pte
[    1.893963] 0xfffffe3dab400000-0xfffffe3dc0000000         332M                               pmd
[    1.893977] 0xfffffe3dc0000000-0xfffffe46c0000000          36G                               pud
[    1.893995] 0xfffffe46c0000000-0xfffffe46dec00000         492M                               pmd
[    1.894018] 0xfffffe46dec00000-0xfffffe46ded89000        1572K                               pte
[    1.894033] 0xfffffe46ded89000-0xfffffe46ded8a000           4K     ro                 GLB NX pte
[    1.894052] 0xfffffe46ded8a000-0xfffffe46ded8b000           4K     RW                 GLB NX pte
[    1.894072] 0xfffffe46ded8b000-0xfffffe46ded90000          20K     ro                 GLB NX pte
[    1.894091] 0xfffffe46ded90000-0xfffffe46ded91000           4K                               pte
[    1.894106] 0xfffffe46ded91000-0xfffffe46ded93000           8K     RW                 GLB NX pte
[    1.894125] 0xfffffe46ded93000-0xfffffe46ded94000           4K                               pte
[    1.894140] 0xfffffe46ded94000-0xfffffe46ded96000           8K     RW                 GLB NX pte
[    1.894159] 0xfffffe46ded96000-0xfffffe46ded97000           4K                               pte
[    1.894174] 0xfffffe46ded97000-0xfffffe46ded99000           8K     RW                 GLB NX pte
[    1.894194] 0xfffffe46ded99000-0xfffffe46ded9a000           4K                               pte
[    1.894208] 0xfffffe46ded9a000-0xfffffe46ded9c000           8K     RW                 GLB NX pte
[    1.894229] 0xfffffe46ded9c000-0xfffffe46dee00000         400K                               pte
[    1.894247] 0xfffffe46dee00000-0xfffffe4700000000         530M                               pmd
[    1.894261] 0xfffffe4700000000-0xfffffe4780000000           2G                               pud
[    1.894280] 0xfffffe4780000000-0xfffffe47a6200000         610M                               pmd
[    1.894302] 0xfffffe47a6200000-0xfffffe47a6374000        1488K                               pte
[    1.894317] 0xfffffe47a6374000-0xfffffe47a6375000           4K     ro                 GLB NX pte
[    1.894337] 0xfffffe47a6375000-0xfffffe47a6376000           4K     RW                 GLB NX pte
[    1.894356] 0xfffffe47a6376000-0xfffffe47a637b000          20K     ro                 GLB NX pte
[    1.894375] 0xfffffe47a637b000-0xfffffe47a637c000           4K                               pte
[    1.894390] 0xfffffe47a637c000-0xfffffe47a637e000           8K     RW                 GLB NX pte
[    1.894410] 0xfffffe47a637e000-0xfffffe47a637f000           4K                               pte
[    1.894425] 0xfffffe47a637f000-0xfffffe47a6381000           8K     RW                 GLB NX pte
[    1.894444] 0xfffffe47a6381000-0xfffffe47a6382000           4K                               pte
[    1.894459] 0xfffffe47a6382000-0xfffffe47a6384000           8K     RW                 GLB NX pte
[    1.894478] 0xfffffe47a6384000-0xfffffe47a6385000           4K                               pte
[    1.894493] 0xfffffe47a6385000-0xfffffe47a6387000           8K     RW                 GLB NX pte
[    1.894515] 0xfffffe47a6387000-0xfffffe47a6400000         484K                               pte
[    1.894532] 0xfffffe47a6400000-0xfffffe47c0000000         412M                               pmd
[    1.894547] 0xfffffe47c0000000-0xfffffe5e40000000          90G                               pud
[    1.894562] 0xfffffe5e40000000-0xfffffe5e45800000          88M                               pmd
[    1.894583] 0xfffffe5e45800000-0xfffffe5e45942000        1288K                               pte
[    1.894598] 0xfffffe5e45942000-0xfffffe5e45943000           4K     ro                 GLB NX pte
[    1.894618] 0xfffffe5e45943000-0xfffffe5e45944000           4K     RW                 GLB NX pte
[    1.894637] 0xfffffe5e45944000-0xfffffe5e45949000          20K     ro                 GLB NX pte
[    1.894656] 0xfffffe5e45949000-0xfffffe5e4594a000           4K                               pte
[    1.894671] 0xfffffe5e4594a000-0xfffffe5e4594c000           8K     RW                 GLB NX pte
[    1.894691] 0xfffffe5e4594c000-0xfffffe5e4594d000           4K                               pte
[    1.894706] 0xfffffe5e4594d000-0xfffffe5e4594f000           8K     RW                 GLB NX pte
[    1.894725] 0xfffffe5e4594f000-0xfffffe5e45950000           4K                               pte
[    1.894743] 0xfffffe5e45950000-0xfffffe5e45952000           8K     RW                 GLB NX pte
[    1.894762] 0xfffffe5e45952000-0xfffffe5e45953000           4K                               pte
[    1.894777] 0xfffffe5e45953000-0xfffffe5e45955000           8K     RW                 GLB NX pte
[    1.894800] 0xfffffe5e45955000-0xfffffe5e45a00000         684K                               pte
[    1.894821] 0xfffffe5e45a00000-0xfffffe5e80000000         934M                               pmd
[    1.894836] 0xfffffe5e80000000-0xfffffe7080000000          72G                               pud
[    1.894855] 0xfffffe7080000000-0xfffffe70afe00000         766M                               pmd
[    1.894874] 0xfffffe70afe00000-0xfffffe70afeaf000         700K                               pte
[    1.894889] 0xfffffe70afeaf000-0xfffffe70afeb0000           4K     ro                 GLB NX pte
[    1.894908] 0xfffffe70afeb0000-0xfffffe70afeb1000           4K     RW                 GLB NX pte
[    1.894927] 0xfffffe70afeb1000-0xfffffe70afeb6000          20K     ro                 GLB NX pte
[    1.894946] 0xfffffe70afeb6000-0xfffffe70afeb7000           4K                               pte
[    1.894961] 0xfffffe70afeb7000-0xfffffe70afeb9000           8K     RW                 GLB NX pte
[    1.894981] 0xfffffe70afeb9000-0xfffffe70afeba000           4K                               pte
[    1.894995] 0xfffffe70afeba000-0xfffffe70afebc000           8K     RW                 GLB NX pte
[    1.895015] 0xfffffe70afebc000-0xfffffe70afebd000           4K                               pte
[    1.895030] 0xfffffe70afebd000-0xfffffe70afebf000           8K     RW                 GLB NX pte
[    1.895049] 0xfffffe70afebf000-0xfffffe70afec0000           4K                               pte
[    1.895064] 0xfffffe70afec0000-0xfffffe70afec2000           8K     RW                 GLB NX pte
[    1.895090] 0xfffffe70afec2000-0xfffffe70b0000000        1272K                               pte
[    1.895106] 0xfffffe70b0000000-0xfffffe70c0000000         256M                               pmd
[    1.895120] 0xfffffe70c0000000-0xfffffe7240000000           6G                               pud
[    1.895137] 0xfffffe7240000000-0xfffffe725c800000         456M                               pmd
[    1.895160] 0xfffffe725c800000-0xfffffe725c96f000        1468K                               pte
[    1.895175] 0xfffffe725c96f000-0xfffffe725c970000           4K     ro                 GLB NX pte
[    1.895194] 0xfffffe725c970000-0xfffffe725c971000           4K     RW                 GLB NX pte
[    1.895214] 0xfffffe725c971000-0xfffffe725c976000          20K     ro                 GLB NX pte
[    1.895233] 0xfffffe725c976000-0xfffffe725c977000           4K                               pte
[    1.895248] 0xfffffe725c977000-0xfffffe725c979000           8K     RW                 GLB NX pte
[    1.895268] 0xfffffe725c979000-0xfffffe725c97a000           4K                               pte
[    1.895282] 0xfffffe725c97a000-0xfffffe725c97c000           8K     RW                 GLB NX pte
[    1.895302] 0xfffffe725c97c000-0xfffffe725c97d000           4K                               pte
[    1.895317] 0xfffffe725c97d000-0xfffffe725c97f000           8K     RW                 GLB NX pte
[    1.895336] 0xfffffe725c97f000-0xfffffe725c980000           4K                               pte
[    1.895351] 0xfffffe725c980000-0xfffffe725c982000           8K     RW                 GLB NX pte
[    1.895373] 0xfffffe725c982000-0xfffffe725ca00000         504K                               pte
[    1.895388] 0xfffffe725ca00000-0xfffffe7267200000         168M                               pmd
[    1.895406] 0xfffffe7267200000-0xfffffe7267299000         612K                               pte
[    1.895421] 0xfffffe7267299000-0xfffffe726729a000           4K     ro                 GLB NX pte
[    1.895440] 0xfffffe726729a000-0xfffffe726729b000           4K     RW                 GLB NX pte
[    1.895460] 0xfffffe726729b000-0xfffffe72672a0000          20K     ro                 GLB NX pte
[    1.895479] 0xfffffe72672a0000-0xfffffe72672a1000           4K                               pte
[    1.895494] 0xfffffe72672a1000-0xfffffe72672a3000           8K     RW                 GLB NX pte
[    1.895512] 0xfffffe72672a3000-0xfffffe72672a4000           4K                               pte
[    1.895527] 0xfffffe72672a4000-0xfffffe72672a6000           8K     RW                 GLB NX pte
[    1.895547] 0xfffffe72672a6000-0xfffffe72672a7000           4K                               pte
[    1.895562] 0xfffffe72672a7000-0xfffffe72672a9000           8K     RW                 GLB NX pte
[    1.895581] 0xfffffe72672a9000-0xfffffe72672aa000           4K                               pte
[    1.895596] 0xfffffe72672aa000-0xfffffe72672ac000           8K     RW                 GLB NX pte
[    1.895623] 0xfffffe72672ac000-0xfffffe7267400000        1360K                               pte
[    1.895639] 0xfffffe7267400000-0xfffffe7280000000         396M                               pmd
[    1.895653] 0xfffffe7280000000-0xfffffe7940000000          27G                               pud
[    1.895670] 0xfffffe7940000000-0xfffffe7956a00000         362M                               pmd
[    1.895688] 0xfffffe7956a00000-0xfffffe7956aa3000         652K                               pte
[    1.895703] 0xfffffe7956aa3000-0xfffffe7956aa4000           4K     ro                 GLB NX pte
[    1.895722] 0xfffffe7956aa4000-0xfffffe7956aa5000           4K     RW                 GLB NX pte
[    1.895743] 0xfffffe7956aa5000-0xfffffe7956aaa000          20K     ro                 GLB NX pte
[    1.895762] 0xfffffe7956aaa000-0xfffffe7956aab000           4K                               pte
[    1.895777] 0xfffffe7956aab000-0xfffffe7956aad000           8K     RW                 GLB NX pte
[    1.895796] 0xfffffe7956aad000-0xfffffe7956aae000           4K                               pte
[    1.895811] 0xfffffe7956aae000-0xfffffe7956ab0000           8K     RW                 GLB NX pte
[    1.895830] 0xfffffe7956ab0000-0xfffffe7956ab1000           4K                               pte
[    1.895845] 0xfffffe7956ab1000-0xfffffe7956ab3000           8K     RW                 GLB NX pte
[    1.895864] 0xfffffe7956ab3000-0xfffffe7956ab4000           4K                               pte
[    1.895879] 0xfffffe7956ab4000-0xfffffe7956ab6000           8K     RW                 GLB NX pte
[    1.895906] 0xfffffe7956ab6000-0xfffffe7956c00000        1320K                               pte
[    1.895926] 0xfffffe7956c00000-0xfffffe7980000000         660M                               pmd
[    1.895940] 0xfffffe7980000000-0xfffffe8000000000          26G                               pud
[    1.895954] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    1.895967] ---[ ESPfix Area ]---
[    1.895977] 0xffffff0000000000-0xffffff4300000000         268G                               pud
[    1.895991] 0xffffff4300000000-0xffffff430000d000          52K                               pte
[    1.896006] 0xffffff430000d000-0xffffff430000e000           4K     ro                 GLB NX pte
[    1.896025] 0xffffff430000e000-0xffffff430001d000          60K                               pte
[    1.896040] 0xffffff430001d000-0xffffff430001e000           4K     ro                 GLB NX pte
[    1.896059] 0xffffff430001e000-0xffffff430002d000          60K                               pte
[    1.896073] 0xffffff430002d000-0xffffff430002e000           4K     ro                 GLB NX pte
[    1.896093] 0xffffff430002e000-0xffffff430003d000          60K                               pte
[    1.896107] 0xffffff430003d000-0xffffff430003e000           4K     ro                 GLB NX pte
[    1.896127] 0xffffff430003e000-0xffffff430004d000          60K                               pte
[    1.896142] 0xffffff430004d000-0xffffff430004e000           4K     ro                 GLB NX pte
[    1.896162] 0xffffff430004e000-0xffffff430005d000          60K                               pte
[    1.896176] 0xffffff430005d000-0xffffff430005e000           4K     ro                 GLB NX pte
[    1.896196] 0xffffff430005e000-0xffffff430006d000          60K                               pte
[    1.896211] 0xffffff430006d000-0xffffff430006e000           4K     ro                 GLB NX pte
[    1.896230] 0xffffff430006e000-0xffffff430007d000          60K                               pte
[    1.918632] ... 131059 entries skipped ... 
[    1.918639] ---[ EFI Runtime Services ]---
[    1.918646] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    1.918665] 0xfffffffec0000000-0xfffffffeefc00000         764M                               pmd
[    1.918682] 0xfffffffeefc00000-0xfffffffeefc9f000         636K                               pte
[    1.918696] 0xfffffffeefc9f000-0xfffffffeefca0000           4K     RW                     NX pte
[    1.918722] 0xfffffffeefca0000-0xfffffffeefe00000        1408K                               pte
[    1.918737] 0xfffffffeefe00000-0xfffffffeefe20000         128K                               pte
[    1.918765] 0xfffffffeefe20000-0xfffffffef000b000        1964K                               pte
[    1.918782] 0xfffffffef000b000-0xfffffffef00b4000         676K     RW                     NX pte
[    1.918802] 0xfffffffef00b4000-0xfffffffef00e4000         192K                               pte
[    1.918816] 0xfffffffef00e4000-0xfffffffef00e5000           4K                               pte
[    1.918830] 0xfffffffef00e5000-0xfffffffef00e6000           4K                               pte
[    1.918851] 0xfffffffef00e6000-0xfffffffef0200000        1128K     RW                     NX pte
[    1.918870] 0xfffffffef0200000-0xfffffffef2400000          34M     RW         PSE         NX pmd
[    1.918895] 0xfffffffef2400000-0xfffffffef2523000        1164K     RW                     NX pte
[    1.918918] 0xfffffffef2523000-0xfffffffef340b000       15264K                               pte
[    1.918942] 0xfffffffef340b000-0xfffffffef35d8000        1844K                               pte
[    1.918963] 0xfffffffef35d8000-0xfffffffef3d08000        7360K                               pte
[    1.918980] 0xfffffffef3d08000-0xfffffffef3d79000         452K                               pte
[    1.918997] 0xfffffffef3d79000-0xfffffffef3e00000         540K     RW                     NX pte
[    1.919015] 0xfffffffef3e00000-0xfffffffef4400000           6M     RW         PSE         NX pmd
[    1.919043] 0xfffffffef4400000-0xfffffffef4593000        1612K     RW                     NX pte
[    1.919061] 0xfffffffef4593000-0xfffffffef4596000          12K     ro                     x  pte
[    1.919080] 0xfffffffef4596000-0xfffffffef459b000          20K     RW                     NX pte
[    1.919099] 0xfffffffef459b000-0xfffffffef459c000           4K     ro                     x  pte
[    1.919118] 0xfffffffef459c000-0xfffffffef45a1000          20K     RW                     NX pte
[    1.919136] 0xfffffffef45a1000-0xfffffffef45a5000          16K     ro                     x  pte
[    1.919155] 0xfffffffef45a5000-0xfffffffef45aa000          20K     RW                     NX pte
[    1.919174] 0xfffffffef45aa000-0xfffffffef45ab000           4K     ro                     x  pte
[    1.919193] 0xfffffffef45ab000-0xfffffffef45af000          16K     RW                     NX pte
[    1.919212] 0xfffffffef45af000-0xfffffffef45bc000          52K     ro                     x  pte
[    1.919230] 0xfffffffef45bc000-0xfffffffef45c1000          20K     RW                     NX pte
[    1.919248] 0xfffffffef45c1000-0xfffffffef45c4000          12K     ro                     x  pte
[    1.919267] 0xfffffffef45c4000-0xfffffffef45c9000          20K     RW                     NX pte
[    1.919286] 0xfffffffef45c9000-0xfffffffef45ca000           4K     ro                     x  pte
[    1.919305] 0xfffffffef45ca000-0xfffffffef45cf000          20K     RW                     NX pte
[    1.919323] 0xfffffffef45cf000-0xfffffffef45d0000           4K     ro                     x  pte
[    1.919342] 0xfffffffef45d0000-0xfffffffef45d5000          20K     RW                     NX pte
[    1.919361] 0xfffffffef45d5000-0xfffffffef45d6000           4K     ro                     x  pte
[    1.919379] 0xfffffffef45d6000-0xfffffffef45da000          16K     RW                     NX pte
[    1.919398] 0xfffffffef45da000-0xfffffffef45e6000          48K     ro                     x  pte
[    1.919417] 0xfffffffef45e6000-0xfffffffef45ed000          28K     RW                     NX pte
[    1.919436] 0xfffffffef45ed000-0xfffffffef45f2000          20K     ro                     x  pte
[    1.919455] 0xfffffffef45f2000-0xfffffffef45f7000          20K     RW                     NX pte
[    1.919473] 0xfffffffef45f7000-0xfffffffef45fa000          12K     ro                     x  pte
[    1.919492] 0xfffffffef45fa000-0xfffffffef45ff000          20K     RW                     NX pte
[    1.919511] 0xfffffffef45ff000-0xfffffffef4c00000        6148K                               pte
[    1.919534] 0xfffffffef4c00000-0xfffffffef4da6000        1688K                               pte
[    1.919553] 0xfffffffef4da6000-0xfffffffef4ea6000           1M                               pte
[    1.919568] 0xfffffffef4ea6000-0xfffffffef4ec0000         104K                               pte
[    1.919584] 0xfffffffef4ec0000-0xfffffffef4efb000         236K                               pte
[    1.919598] 0xfffffffef4efb000-0xfffffffef4f17000         112K                               pte
[    1.919624] 0xfffffffef4f17000-0xfffffffef5916000       10236K                               pte
[    1.919638] 0xfffffffef5916000-0xfffffffef5919000          12K                               pte
[    1.919665] 0xfffffffef5919000-0xfffffffef5b6a000        2372K                               pte
[    1.919679] 0xfffffffef5b6a000-0xfffffffef5b74000          40K                               pte
[    1.919694] 0xfffffffef5b74000-0xfffffffef5b8e000         104K                               pte
[    1.919708] 0xfffffffef5b8e000-0xfffffffef5b94000          24K                               pte
[    1.919723] 0xfffffffef5b94000-0xfffffffef5baa000          88K                               pte
[    1.919737] 0xfffffffef5baa000-0xfffffffef5bad000          12K                               pte
[    1.919755] 0xfffffffef5bad000-0xfffffffef5bc0000          76K                               pte
[    1.919770] 0xfffffffef5bc0000-0xfffffffef5bc5000          20K                               pte
[    1.919785] 0xfffffffef5bc5000-0xfffffffef5bda000          84K                               pte
[    1.919799] 0xfffffffef5bda000-0xfffffffef5bf2000          96K                               pte
[    1.919813] 0xfffffffef5bf2000-0xfffffffef5bfa000          32K                               pte
[    1.919828] 0xfffffffef5bfa000-0xfffffffef5c00000          24K                               pte
[    1.919843] 0xfffffffef5c00000-0xfffffffefdc00000         128M     RW         PSE         NX pmd
[    1.919862] 0xfffffffefdc00000-0xfffffffefec00000          16M     RW     PCD PSE         NX pmd
[    1.919886] 0xfffffffefec00000-0xfffffffefed00000           1M                               pte
[    1.919901] 0xfffffffefed00000-0xfffffffefed10000          64K     RW     PCD             NX pte
[    1.919921] 0xfffffffefed10000-0xfffffffefed80000         448K                               pte
[    1.919939] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    1.919958] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    1.919972] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    1.919995] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    1.920010] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    1.920030] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    1.920044] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    1.920063] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    1.920077] 0xfffffffefef80000-0xfffffffefef81000           4K     RW     PCD             NX pte
[    1.920097] 0xfffffffefef81000-0xfffffffefefc4000         268K                               pte
[    1.920111] 0xfffffffefefc4000-0xfffffffefefca000          24K     RW     PCD             NX pte
[    1.920130] 0xfffffffefefca000-0xfffffffefefcc000           8K                               pte
[    1.920144] 0xfffffffefefcc000-0xfffffffefefcf000          12K     RW     PCD             NX pte
[    1.920163] 0xfffffffefefcf000-0xfffffffefefd5000          24K                               pte
[    1.920178] 0xfffffffefefd5000-0xfffffffefefd6000           4K     RW     PCD             NX pte
[    1.920197] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    1.920211] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    1.920228] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    1.920241] ---[ High Kernel Mapping ]---
[    1.920248] 0xffffffff80000000-0xffffffff83000000          48M                               pmd
[    1.920263] 0xffffffff83000000-0xffffffff86200000          50M     RW         PSE     GLB x  pmd
[    1.920292] 0xffffffff86200000-0xffffffff863ff000        2044K     RW                 GLB x  pte
[    1.920311] 0xffffffff863ff000-0xffffffff86400000           4K     ro                 GLB x  pte
[    1.920330] 0xffffffff86400000-0xffffffff88400000          32M     RW         PSE     GLB x  pmd
[    1.920354] 0xffffffff88400000-0xffffffffc0000000         892M                               pmd
[    1.920367] ---[ Modules ]---
[    1.920380] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    1.920393] ---[ End Modules ]---
[    1.920398] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    1.920431] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    1.920445] ---[ Fixmap Area ]---
[    1.920454] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    1.920468] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    1.920498] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    1.920511] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    1.920554] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    1.920578] Yama: becoming mindful.
[    1.920591] SELinux:  Initializing.
[    1.920626] LSM support for eBPF active
[    1.920633] landlock: Up and running.
[    1.920745] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.920819] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.921354] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.921376] LVT offset 1 assigned for vector 0xf9
[    1.921391] LVT offset 2 assigned for vector 0xf4
[    1.921400] process: using mwait in idle threads
[    1.921407] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.921416] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.921429] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.921443] Spectre V2 : Mitigation: Retpolines
[    1.921450] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.921461] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    1.921471] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.921481] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.921493] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.921504] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    1.937075] Freeing SMP alternatives memory: 44K
[    2.040241] smpboot: CPU0: AMD Ryzen 9 5900HX with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    2.040625] cblist_init_generic: Setting adjustable number of callback queues.
[    2.040672] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.040734] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.040741] cblist_init_generic: Setting shift to 4 and lim to 1.
[    2.040741] Running RCU-tasks wait API self tests
[    2.145970] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    2.146029] ... version:                0
[    2.146052] ... bit width:              48
[    2.146075] ... generic registers:      6
[    2.146097] ... value mask:             0000ffffffffffff
[    2.146126] ... max period:             00007fffffffffff
[    2.146154] ... fixed-purpose events:   0
[    2.146176] ... event mask:             000000000000003f
[    2.146810] rcu: Hierarchical SRCU implementation.
[    2.146839] rcu: 	Max phase no-delay instances is 400.
[    2.147956] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.148377] smp: Bringing up secondary CPUs ...
[    2.148699] x86: Booting SMP configuration:
[    2.148715] .... node  #0, CPUs:        #1
[    2.151035] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.151160]   #2  #3  #4
[    2.166841] Callback from call_rcu_tasks_trace() invoked.
[    2.167035]   #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    2.182837] smp: Brought up 1 node, 16 CPUs
[    2.182837] smpboot: Max logical packages: 1
[    2.182837] smpboot: Total of 16 processors activated (105407.36 BogoMIPS)
[    2.202916] allocated 266338304 bytes of page_ext
[    2.203743] devtmpfs: initialized
[    2.203862] x86/mm: Memory block size: 2048MB
[    2.205564] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    2.205564] ACPI: PM: Registering ACPI NVS region [mem 0xbbe84000-0xbc178fff] (3100672 bytes)
[    2.208397] DMA-API: preallocated 65536 debug entries
[    2.208409] DMA-API: debugging enabled by kernel config
[    2.208419] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.208440] futex hash table entries: 4096 (order: 7, 524288 bytes, linear)
[    2.208721] pinctrl core: initialized pinctrl subsystem

[    2.209097] *************************************************************
[    2.209108] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.209119] **                                                         **
[    2.209130] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.209141] **                                                         **
[    2.209152] ** This means that this kernel is built to expose internal **
[    2.209163] ** IOMMU data structures, which may compromise security on **
[    2.209174] ** your system.                                            **
[    2.209185] **                                                         **
[    2.209196] ** If you see this message and you are not debugging the   **
[    2.209207] ** kernel, report this immediately to your vendor!         **
[    2.209218] **                                                         **
[    2.209229] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.209240] *************************************************************
[    2.209287] PM: RTC time: 11:39:58, date: 2022-12-27
[    2.210060] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.210468] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.210492] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.210514] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.210550] audit: initializing netlink subsys (disabled)
[    2.210652] audit: type=2000 audit(1672141197.336:1): state=initialized audit_enabled=0 res=1
[    2.210941] thermal_sys: Registered thermal governor 'fair_share'
[    2.210943] thermal_sys: Registered thermal governor 'bang_bang'
[    2.210955] thermal_sys: Registered thermal governor 'step_wise'
[    2.210965] thermal_sys: Registered thermal governor 'user_space'
[    2.211012] cpuidle: using governor menu
[    2.211111] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.211111] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.211111] PCI: not using MMCONFIG
[    2.211111] PCI: Using configuration type 1 for base access
[    2.211120] PCI: Using configuration type 1 for extended access
[    2.212495] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.213998] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.213998] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.213998] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.213998] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.214173] cryptd: max_cpu_qlen set to 1000
[    2.214847] raid6: skipped pq benchmark and selected avx2x4
[    2.214850] raid6: using avx2x2 recovery algorithm
[    2.215014] fbcon: Taking over console
[    2.215102] ACPI: Added _OSI(Module Device)
[    2.215111] ACPI: Added _OSI(Processor Device)
[    2.215120] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.215128] ACPI: Added _OSI(Processor Aggregator Device)
[    2.250171] Callback from call_rcu_tasks_rude() invoked.
[    2.252347] ACPI: 18 ACPI AML tables successfully acquired and loaded
[    2.259117] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.265718] ACPI: Interpreter enabled
[    2.265768] ACPI: PM: (supports S0 S4 S5)
[    2.265780] ACPI: Using IOAPIC for interrupt routing
[    2.266201] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    2.266297] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    2.266321] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.266336] PCI: Using E820 reservations for host bridge windows
[    2.267364] ACPI: Enabled 3 GPEs in block 00 to 1F
[    2.268983] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    2.269571] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    2.269885] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    2.272504] ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
[    2.272768] ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
[    2.274459] ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
[    2.274717] ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
[    2.279405] ACPI: \_SB_.PCI0.GPP5.P1NV: New power resource
[    2.280023] ACPI: \_SB_.PCI0.GPP6.P0NV: New power resource
[    2.292341] ACPI: \_SB_.PRWL: New power resource
[    2.296824] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.296842] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    2.297093] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    2.297516] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.297562] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.299036] PCI host bridge to bus 0000:00
[    2.299046] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.299059] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.299072] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.299084] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.299096] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    2.299110] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
[    2.299124] pci_bus 0000:00: root bus resource [mem 0x1040000000-0xffffffffff window]
[    2.299138] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.299203] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    2.299542] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    2.299791] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    2.300006] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    2.300089] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.300405] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    2.300615] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    2.300652] pci 0000:00:02.1: enabling Extended Tags
[    2.300703] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    2.300957] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    2.301037] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    2.301276] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    2.301353] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    2.301582] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    2.301659] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    2.301988] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    2.302201] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    2.302237] pci 0000:00:08.1: enabling Extended Tags
[    2.302289] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.302660] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.302928] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.303239] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    2.303432] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    2.303621] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    2.303818] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    2.304027] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    2.304220] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    2.304409] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    2.304597] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    2.304907] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    2.304932] pci 0000:01:00.0: reg 0x10: [mem 0xfcc00000-0xfcc03fff]
[    2.305066] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    2.305160] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.305474] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.305489] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.305504] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.305634] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    2.305785] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.307336] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.307354] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.307371] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.307518] pci 0000:03:00.0: [1002:73df] type 00 class 0x038000
[    2.307544] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    2.307567] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    2.307591] pci 0000:03:00.0: reg 0x24: [mem 0xfca00000-0xfcafffff]
[    2.307607] pci 0000:03:00.0: reg 0x30: [mem 0xfcb00000-0xfcb1ffff pref]
[    2.307733] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.307828] pci 0000:03:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.308097] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    2.308120] pci 0000:03:00.1: reg 0x10: [mem 0xfcb20000-0xfcb23fff]
[    2.308241] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.308543] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.308559] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.308575] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.308706] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    2.308745] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.308780] pci 0000:04:00.0: reg 0x18: [mem 0xfcf04000-0xfcf04fff 64bit]
[    2.308806] pci 0000:04:00.0: reg 0x20: [mem 0xfcf00000-0xfcf03fff 64bit]
[    2.308927] pci 0000:04:00.0: supports D1 D2
[    2.308936] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.309268] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.309281] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.309293] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.309575] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    2.309635] pci 0000:05:00.0: reg 0x10: [mem 0xfc30300000-0xfc303fffff 64bit pref]
[    2.309691] pci 0000:05:00.0: reg 0x18: [mem 0xfc30400000-0xfc30403fff 64bit pref]
[    2.309778] pci 0000:05:00.0: reg 0x20: [mem 0xfc30404000-0xfc30404fff 64bit pref]
[    2.310027] pci 0000:05:00.0: supports D1 D2
[    2.310036] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.310912] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.310929] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.311099] pci 0000:06:00.0: [1bb1:5018] type 00 class 0x010802
[    2.311158] pci 0000:06:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[    2.311784] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.3 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.312300] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.312314] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.312491] pci 0000:07:00.0: [1bb1:5018] type 00 class 0x010802
[    2.312550] pci 0000:07:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
[    2.313143] pci 0000:07:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.4 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    2.313651] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.313665] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.313895] pci 0000:08:00.0: [1002:1638] type 00 class 0x030000
[    2.313918] pci 0000:08:00.0: reg 0x10: [mem 0xfc20000000-0xfc2fffffff 64bit pref]
[    2.313939] pci 0000:08:00.0: reg 0x18: [mem 0xfc30000000-0xfc301fffff 64bit pref]
[    2.313958] pci 0000:08:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    2.313973] pci 0000:08:00.0: reg 0x24: [mem 0xfc900000-0xfc97ffff]
[    2.313993] pci 0000:08:00.0: enabling Extended Tags
[    2.314071] pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
[    2.314121] pci 0000:08:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    2.314363] pci 0000:08:00.1: [1002:1637] type 00 class 0x040300
[    2.314382] pci 0000:08:00.1: reg 0x10: [mem 0xfc9c8000-0xfc9cbfff]
[    2.314417] pci 0000:08:00.1: enabling Extended Tags
[    2.314466] pci 0000:08:00.1: PME# supported from D1 D2 D3hot D3cold
[    2.314681] pci 0000:08:00.2: [1022:15df] type 00 class 0x108000
[    2.314706] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[    2.314728] pci 0000:08:00.2: reg 0x24: [mem 0xfc9cc000-0xfc9cdfff]
[    2.314750] pci 0000:08:00.2: enabling Extended Tags
[    2.314997] pci 0000:08:00.3: [1022:1639] type 00 class 0x0c0330
[    2.315021] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[    2.315060] pci 0000:08:00.3: enabling Extended Tags
[    2.315113] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[    2.315345] pci 0000:08:00.4: [1022:1639] type 00 class 0x0c0330
[    2.315368] pci 0000:08:00.4: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
[    2.315408] pci 0000:08:00.4: enabling Extended Tags
[    2.315460] pci 0000:08:00.4: PME# supported from D0 D3hot D3cold
[    2.315687] pci 0000:08:00.5: [1022:15e2] type 00 class 0x048000
[    2.315706] pci 0000:08:00.5: reg 0x10: [mem 0xfc980000-0xfc9bffff]
[    2.315746] pci 0000:08:00.5: enabling Extended Tags
[    2.315795] pci 0000:08:00.5: PME# supported from D0 D3hot D3cold
[    2.316009] pci 0000:08:00.6: [1022:15e3] type 00 class 0x040300
[    2.316029] pci 0000:08:00.6: reg 0x10: [mem 0xfc9c0000-0xfc9c7fff]
[    2.316073] pci 0000:08:00.6: enabling Extended Tags
[    2.316124] pci 0000:08:00.6: PME# supported from D0 D3hot D3cold
[    2.316381] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.316393] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.316405] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.316419] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.319168] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    2.319306] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    2.319429] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    2.319565] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    2.319693] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    2.319807] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    2.319921] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    2.320030] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    2.323065] Low-power S0 idle used by default for system suspend
[    2.323560] iommu: Default domain type: Translated 
[    2.323560] iommu: DMA domain TLB invalidation policy: lazy mode 
[    2.323895] SCSI subsystem initialized
[    2.323966] libata version 3.00 loaded.
[    2.323966] ACPI: bus type USB registered
[    2.323966] usbcore: registered new interface driver usbfs
[    2.323966] usbcore: registered new interface driver hub
[    2.323966] usbcore: registered new device driver usb
[    2.335035] pps_core: LinuxPPS API ver. 1 registered
[    2.335046] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.335067] PTP clock support registered
[    2.335140] EDAC MC: Ver: 3.0.0
[    2.335140] Registered efivars operations
[    2.337148] NetLabel: Initializing
[    2.337157] NetLabel:  domain hash size = 128
[    2.337166] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.337208] NetLabel:  unlabeled traffic allowed by default
[    2.337223] mctp: management component transport protocol core
[    2.337235] NET: Registered PF_MCTP protocol family
[    2.337260] PCI: Using ACPI for IRQ routing
[    2.341965] PCI: pci_cache_line_size set to 64 bytes
[    2.342234] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    2.342239] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    2.342241] e820: reserve RAM buffer [mem 0xb440b000-0xb7ffffff]
[    2.342243] e820: reserve RAM buffer [mem 0xb6cb7018-0xb7ffffff]
[    2.342244] e820: reserve RAM buffer [mem 0xb6cc5018-0xb7ffffff]
[    2.342246] e820: reserve RAM buffer [mem 0xb6cd4018-0xb7ffffff]
[    2.342247] e820: reserve RAM buffer [mem 0xb9122000-0xbbffffff]
[    2.342249] e820: reserve RAM buffer [mem 0xba908000-0xbbffffff]
[    2.342251] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    2.342252] e820: reserve RAM buffer [mem 0x101e300000-0x101fffffff]
[    2.342584] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    2.342584] pci 0000:08:00.0: vgaarb: bridge control possible
[    2.342584] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.342584] vgaarb: loaded
[    2.342798] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.342812] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.344984] clocksource: Switched to clocksource tsc-early
[    2.353469] Callback from call_rcu_tasks() invoked.
[    2.404603] VFS: Disk quotas dquot_6.6.0
[    2.404642] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.404924] pnp: PnP ACPI init
[    2.405239] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.406192] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    2.406205] system 00:03: [io  0x040b] has been reserved
[    2.406216] system 00:03: [io  0x04d6] has been reserved
[    2.406227] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    2.406238] system 00:03: [io  0x0c14] has been reserved
[    2.406250] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    2.406261] system 00:03: [io  0x0c52] has been reserved
[    2.406272] system 00:03: [io  0x0c6c] has been reserved
[    2.406282] system 00:03: [io  0x0c6f] has been reserved
[    2.406292] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    2.406304] system 00:03: [io  0x0800-0x089f] has been reserved
[    2.406315] system 00:03: [io  0x0b00-0x0b0f] has been reserved
[    2.406327] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    2.406341] system 00:03: [io  0x0900-0x090f] has been reserved
[    2.406352] system 00:03: [io  0x0910-0x091f] has been reserved
[    2.406365] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.406378] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.406393] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.406406] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.406426] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.406441] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.406454] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[    2.406467] system 00:03: [mem 0xfe700000-0xfe70ffff] has been reserved
[    2.408324] pnp: PnP ACPI: found 4 devices
[    2.416676] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.416877] NET: Registered PF_INET protocol family
[    2.417172] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.419780] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    2.420086] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    2.420126] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.420516] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    2.421636] TCP: Hash tables configured (established 524288 bind 65536)
[    2.422200] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.422795] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.423435] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    2.424184] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.424211] NET: Registered PF_XDP protocol family
[    2.424228] pci 0000:00:01.1: bridge window [io  0x1000-0x0fff] to [bus 01-03] add_size 1000
[    2.424251] pci 0000:00:01.1: BAR 13: assigned [io  0x1000-0x1fff]
[    2.424265] pci 0000:02:00.0: PCI bridge to [bus 03]
[    2.424279] pci 0000:02:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.424293] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.424311] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    2.424323] pci 0000:01:00.0:   bridge window [mem 0xfca00000-0xfcbfffff]
[    2.424336] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.424354] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    2.424364] pci 0000:00:01.1:   bridge window [io  0x1000-0x1fff]
[    2.424376] pci 0000:00:01.1:   bridge window [mem 0xfca00000-0xfccfffff]
[    2.424388] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.424404] pci 0000:00:02.1: PCI bridge to [bus 04]
[    2.424416] pci 0000:00:02.1:   bridge window [io  0xf000-0xffff]
[    2.424429] pci 0000:00:02.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.424445] pci 0000:00:02.2: PCI bridge to [bus 05]
[    2.424457] pci 0000:00:02.2:   bridge window [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.424473] pci 0000:00:02.3: PCI bridge to [bus 06]
[    2.424483] pci 0000:00:02.3:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.424498] pci 0000:00:02.4: PCI bridge to [bus 07]
[    2.424509] pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.424525] pci 0000:00:08.1: PCI bridge to [bus 08]
[    2.424534] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    2.424549] pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc9fffff]
[    2.424562] pci 0000:00:08.1:   bridge window [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.424579] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    2.424590] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    2.424601] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    2.424611] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    2.424622] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    2.424634] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
[    2.424645] pci_bus 0000:00: resource 10 [mem 0x1040000000-0xffffffffff window]
[    2.424658] pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
[    2.424668] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[    2.424679] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.424692] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.424702] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.424715] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    2.424726] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    2.424739] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    2.424749] pci_bus 0000:04: resource 1 [mem 0xfcf00000-0xfcffffff]
[    2.424760] pci_bus 0000:05: resource 2 [mem 0xfc30300000-0xfc304fffff 64bit pref]
[    2.424772] pci_bus 0000:06: resource 1 [mem 0xfce00000-0xfcefffff]
[    2.424783] pci_bus 0000:07: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    2.424794] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    2.424804] pci_bus 0000:08: resource 1 [mem 0xfc600000-0xfc9fffff]
[    2.424814] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc301fffff 64bit pref]
[    2.425151] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    2.425400] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    2.425426] pci 0000:08:00.3: extending delay after power-on from D3hot to 20 msec
[    2.425918] pci 0000:08:00.4: extending delay after power-on from D3hot to 20 msec
[    2.426102] PCI: CLS 64 bytes, default 64
[    2.426144] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    2.426342] pci 0000:00:01.0: Adding to iommu group 0
[    2.426375] Trying to unpack rootfs image as initramfs...
[    2.426392] pci 0000:00:01.1: Adding to iommu group 1
[    2.426459] pci 0000:00:02.0: Adding to iommu group 2
[    2.426508] pci 0000:00:02.1: Adding to iommu group 3
[    2.426556] pci 0000:00:02.2: Adding to iommu group 4
[    2.426596] pci 0000:00:02.3: Adding to iommu group 5
[    2.426635] pci 0000:00:02.4: Adding to iommu group 6
[    2.426698] pci 0000:00:08.0: Adding to iommu group 7
[    2.426732] pci 0000:00:08.1: Adding to iommu group 7
[    2.426794] pci 0000:00:14.0: Adding to iommu group 8
[    2.426839] pci 0000:00:14.3: Adding to iommu group 8
[    2.426973] pci 0000:00:18.0: Adding to iommu group 9
[    2.427008] pci 0000:00:18.1: Adding to iommu group 9
[    2.427046] pci 0000:00:18.2: Adding to iommu group 9
[    2.427082] pci 0000:00:18.3: Adding to iommu group 9
[    2.427118] pci 0000:00:18.4: Adding to iommu group 9
[    2.427153] pci 0000:00:18.5: Adding to iommu group 9
[    2.427188] pci 0000:00:18.6: Adding to iommu group 9
[    2.427227] pci 0000:00:18.7: Adding to iommu group 9
[    2.427267] pci 0000:01:00.0: Adding to iommu group 10
[    2.427309] pci 0000:02:00.0: Adding to iommu group 11
[    2.427353] pci 0000:03:00.0: Adding to iommu group 12
[    2.427395] pci 0000:03:00.1: Adding to iommu group 13
[    2.427439] pci 0000:04:00.0: Adding to iommu group 14
[    2.427479] pci 0000:05:00.0: Adding to iommu group 15
[    2.427520] pci 0000:06:00.0: Adding to iommu group 16
[    2.427566] pci 0000:07:00.0: Adding to iommu group 17
[    2.427596] pci 0000:08:00.0: Adding to iommu group 7
[    2.427615] pci 0000:08:00.1: Adding to iommu group 7
[    2.427636] pci 0000:08:00.2: Adding to iommu group 7
[    2.427655] pci 0000:08:00.3: Adding to iommu group 7
[    2.427675] pci 0000:08:00.4: Adding to iommu group 7
[    2.427694] pci 0000:08:00.5: Adding to iommu group 7
[    2.427713] pci 0000:08:00.6: Adding to iommu group 7
[    2.432261] pci 0000:00:00.2: can't derive routing for PCI INT A
[    2.432274] pci 0000:00:00.2: PCI INT A: not connected
[    2.432432] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    2.432442] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    2.432466] AMD-Vi: Interrupt remapping enabled
[    2.432474] AMD-Vi: X2APIC enabled
[    2.477790] AMD-Vi: Virtual APIC enabled
[    2.477949] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.477964] software IO TLB: mapped [mem 0x00000000a3ccd000-0x00000000a7ccd000] (64MB)
[    2.478046] LVT offset 0 assigned for vector 0x400
[    2.478265] perf: AMD IBS detected (0x000003ff)
[    2.478287] amd_uncore: 4  amd_df counters detected
[    2.478319] amd_uncore: 6  amd_l3 counters detected
[    2.478737] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    2.483515] Initialise system trusted keyrings
[    2.483580] Key type blacklist registered
[    2.483674] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    2.483729] zbud: loaded
[    2.484711] integrity: Platform Keyring initialized
[    2.484729] integrity: Machine keyring initialized
[    2.487102] NET: Registered PF_ALG protocol family
[    2.487126] xor: automatically using best checksumming function   avx       
[    2.487139] Key type asymmetric registered
[    2.487153] Asymmetric key parser 'x509' registered
[    3.504804] tsc: Refined TSC clocksource calibration: 3293.798 MHz
[    3.504846] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a696fa44, max_idle_ns: 440795303741 ns
[    3.504954] clocksource: Switched to clocksource tsc
[    4.405553] Freeing initrd memory: 204024K
[    4.409758] modprobe (132) used greatest stack depth: 13032 bytes left
[    4.413435] modprobe (134) used greatest stack depth: 13008 bytes left
[    4.414364] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.414495] io scheduler mq-deadline registered
[    4.414505] io scheduler kyber registered
[    4.414530] io scheduler bfq registered
[    4.416096] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.418258] pcieport 0000:00:01.1: PME: Signaling with IRQ 36
[    4.418333] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    4.418713] pcieport 0000:00:02.1: PME: Signaling with IRQ 37
[    4.418947] pcieport 0000:00:02.2: PME: Signaling with IRQ 38
[    4.419171] pcieport 0000:00:02.3: PME: Signaling with IRQ 39
[    4.419451] pcieport 0000:00:02.4: PME: Signaling with IRQ 40
[    4.419694] pcieport 0000:00:08.1: PME: Signaling with IRQ 41
[    4.420426] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.491736] ACPI: AC: AC Adapter [ADP0] (on-line)
[    4.491912] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/PNP0C0D:00/input/input0
[    4.491983] ACPI: button: Lid Switch [LID0]
[    4.492071] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    4.492154] ACPI: button: Power Button [PWRB]
[    4.492248] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    4.492308] ACPI: button: Sleep Button [SLPB]
[    4.492537] Estimated ratio of average max frequency by base frequency (times 1024): 1270
[    4.492607] Monitor-Mwait will be used to enter C-1 state
[    4.492622] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    4.492987] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    4.493268] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    4.493544] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    4.493826] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    4.494091] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    4.494375] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    4.494639] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    4.494922] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    4.495193] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    4.495462] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    4.495730] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    4.496002] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    4.496263] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    4.496526] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    4.496798] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    4.497486] thermal LNXTHERM:00: registered as thermal_zone0
[    4.497500] ACPI: thermal: Thermal Zone [TZ01] (74 C)
[    4.498022] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.500059] ACPI: battery: Slot [BAT0] (battery present)
[    4.503833] Non-volatile memory driver v1.3
[    4.503852] Linux agpgart interface v0.103
[    4.526593] ACPI: bus type drm_connector registered
[    4.532329] usbcore: registered new interface driver usbserial_generic
[    4.532427] usbserial: USB Serial support registered for generic
[    4.532494] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    4.532507] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    4.532802] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.532802] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.533218] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 1
[    4.533227] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 2
[    4.533324] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.533450] xhci_hcd 0000:08:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.533450] xhci_hcd 0000:08:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    4.533778] mousedev: PS/2 mouse device common for all mice
[    4.534365] rtc_cmos 00:01: RTC can wake from S4
[    4.534579] xhci_hcd 0000:08:00.4: xHCI Host Controller
[    4.534598] xhci_hcd 0000:08:00.3: xHCI Host Controller
[    4.534779] xhci_hcd 0000:08:00.4: new USB bus registered, assigned bus number 3
[    4.534794] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[    4.534798] xhci_hcd 0000:08:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.534813] xhci_hcd 0000:08:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.534992] rtc_cmos 00:01: registered as rtc0
[    4.535027] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.535052] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.535053] rtc_cmos 00:01: setting system clock to 2022-12-27T11:40:00 UTC (1672141200)
[    4.535067] usb usb2: Product: xHCI Host Controller
[    4.535090] usb usb2: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ xhci-hcd
[    4.535110] usb usb2: SerialNumber: 0000:08:00.4
[    4.535160] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.535217] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.535241] device-mapper: uevent: version 1.0.3
[    4.535361] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.535626] hub 2-0:1.0: USB hub found
[    4.535681] hub 2-0:1.0: 4 ports detected
[    4.536800] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.536819] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.536834] usb usb1: Product: xHCI Host Controller
[    4.536844] usb usb1: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ xhci-hcd
[    4.536864] usb usb1: SerialNumber: 0000:08:00.3
[    4.536881] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    4.537177] hub 1-0:1.0: USB hub found
[    4.537206] hub 1-0:1.0: 4 ports detected
[    4.538169] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.538237] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.538254] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.538269] usb usb3: Product: xHCI Host Controller
[    4.538279] usb usb3: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ xhci-hcd
[    4.538301] usb usb3: SerialNumber: 0000:08:00.4
[    4.538651] hub 3-0:1.0: USB hub found
[    4.538683] hub 3-0:1.0: 2 ports detected
[    4.539335] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.539387] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.539389] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.539390] usb usb4: Product: xHCI Host Controller
[    4.539391] usb usb4: Manufacturer: Linux 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ xhci-hcd
[    4.539392] usb usb4: SerialNumber: 0000:08:00.3
[    4.539656] hub 4-0:1.0: USB hub found
[    4.539702] hub 4-0:1.0: 2 ports detected
[    4.559191] Console: switching to colour frame buffer device 320x90
[    4.573684] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.573960] hid: raw HID events driver (C) Jiri Kosina
[    4.574107] usbcore: registered new interface driver usbhid
[    4.574131] usbhid: USB HID core driver
[    4.574710] drop_monitor: Initializing network drop monitor service
[    4.586201] Initializing XFRM netlink socket
[    4.586348] NET: Registered PF_INET6 protocol family
[    4.597477] Segment Routing with IPv6
[    4.597521] RPL Segment Routing with IPv6
[    4.598805] In-situ OAM (IOAM) with IPv6
[    4.598856] mip6: Mobile IPv6
[    4.598877] NET: Registered PF_PACKET protocol family
[    4.611729] microcode: CPU1: patch_level=0x0a50000c
[    4.611731] microcode: CPU2: patch_level=0x0a50000c
[    4.611731] microcode: CPU3: patch_level=0x0a50000c
[    4.611752] microcode: CPU4: patch_level=0x0a50000c
[    4.611752] microcode: CPU5: patch_level=0x0a50000c
[    4.611757] microcode: CPU7: patch_level=0x0a50000c
[    4.611757] microcode: CPU6: patch_level=0x0a50000c
[    4.611758] microcode: CPU9: patch_level=0x0a50000c
[    4.611762] microcode: CPU8: patch_level=0x0a50000c
[    4.611763] microcode: CPU11: patch_level=0x0a50000c
[    4.611763] microcode: CPU10: patch_level=0x0a50000c
[    4.611767] microcode: CPU12: patch_level=0x0a50000c
[    4.611769] microcode: CPU14: patch_level=0x0a50000c
[    4.611770] microcode: CPU13: patch_level=0x0a50000c
[    4.611775] microcode: CPU15: patch_level=0x0a50000c
[    4.611804] microcode: CPU0: patch_level=0x0a50000c
[    4.612129] microcode: Microcode Update Driver: v2.2.
[    4.612558] resctrl: L3 allocation detected
[    4.612587] resctrl: MB allocation detected
[    4.612599] resctrl: L3 monitoring detected
[    4.612616] IPI shorthand broadcast: enabled
[    4.612649] AVX2 version of gcm_enc/dec engaged.
[    4.612791] AES CTR mode by8 optimization enabled
[    4.619030] sched_clock: Marking stable (4615733123, 3009706)->(4641549224, -22806395)
[    4.620692] registered taskstats version 1
[    4.621352] Loading compiled-in X.509 certificates
[    4.626602] Loaded X.509 cert 'Build time autogenerated kernel key: ce7da8c5b86d4d82cd45c290b29600fffeca5006'
[    4.628632] zswap: loaded using pool lzo/zbud
[    4.638432] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.778776] usb 2-4: new high-speed USB device number 2 using xhci_hcd
[    4.779358] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    4.789231] page_owner is disabled
[    4.789480] Key type .fscrypt registered
[    4.789497] Key type fscrypt-provisioning registered
[    4.790585] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.790737] Key type big_key registered
[    4.791150] Key type trusted registered
[    4.798572] Key type encrypted registered
[    4.799042] Loading compiled-in module X.509 certificates
[    4.799441] Loaded X.509 cert 'Build time autogenerated kernel key: ce7da8c5b86d4d82cd45c290b29600fffeca5006'
[    4.799471] ima: Allocated hash algorithm: sha256
[    4.832890] ima: No architecture policies found
[    4.834002] evm: Initialising EVM extended attributes:
[    4.834042] evm: security.selinux
[    4.834065] evm: security.SMACK64 (disabled)
[    4.834824] evm: security.SMACK64EXEC (disabled)
[    4.835346] evm: security.SMACK64TRANSMUTE (disabled)
[    4.835711] evm: security.SMACK64MMAP (disabled)
[    4.836079] evm: security.apparmor (disabled)
[    4.836423] evm: security.ima
[    4.836764] evm: security.capability
[    4.837102] evm: HMAC attrs: 0x1
[    4.853316] modprobe (181) used greatest stack depth: 12984 bytes left
[    4.886897] modprobe (200) used greatest stack depth: 12976 bytes left
[    4.908999] usb 2-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    4.909572] usb 2-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    4.910037] usb 2-4: Product: Wireless_Device
[    4.910401] usb 2-4: Manufacturer: MediaTek Inc.
[    4.910752] usb 2-4: SerialNumber: 000000000
[    4.916649] alg: No test for 842 (842-scomp)
[    4.917503] alg: No test for 842 (842-generic)
[    4.930522] cryptomgr_test (267) used greatest stack depth: 12888 bytes left
[    4.930890] usb 1-3: New USB device found, idVendor=0b05, idProduct=1866, bcdDevice=40.23
[    4.931414] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.931849] usb 1-3: Product: N-KEY Device
[    4.932223] usb 1-3: Manufacturer: ASUSTek Computer Inc.
[    4.948079] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input5
[    4.948794] input: ASUSTek Computer Inc. N-KEY Device Keyboard as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input6
[    4.983408] PM:   Magic number: 2:366:682
[    4.987331] RAS: Correctable Errors collector initialized.
[    5.002083] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input7
[    5.002849] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input8
[    5.003937] hid-generic 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    5.162224] Freeing unused decrypted memory: 2036K
[    5.164866] Freeing unused kernel image (initmem) memory: 6300K
[    5.170763] Write protecting the kernel read-only data: 36864k
[    5.172250] Freeing unused kernel image (rodata/data gap) memory: 1752K
[    5.196033] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.196488] rodata_test: all tests were successful
[    5.196887] Run /init as init process
[    5.197432]   with arguments:
[    5.197434]     /init
[    5.197436]   with environment:
[    5.197438]     HOME=/
[    5.197439]     TERM=linux
[    5.197441]     BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+
[    5.224773] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.225709] systemd[1]: Detected architecture x86-64.
[    5.226186] systemd[1]: Running in initrd.
[    5.232318] systemd[1]: Hostname set to <mikhail-laptop>.
[    5.386640] clocksource: timekeeping watchdog on CPU6: Marking clocksource 'tsc' as unstable because the skew is too large:
[    5.387622] clocksource:                       'hpet' wd_nsec: 504148921 wd_now: 3042048 wd_last: 295fb09 mask: ffffffff
[    5.388058] clocksource:                       'tsc' cs_nsec: 505876361 cs_now: 1095f54489 cs_last: 1032a43e1a mask: ffffffffffffffff
[    5.388472] clocksource:                       'tsc' is current clocksource.
[    5.388896] tsc: Marking TSC unstable due to clocksource watchdog
[    5.398456] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    5.399046] sched_clock: Marking unstable (5395446349, 3009690)<-(5421262402, -22806395)
[    5.409752] clocksource: Checking clocksource tsc synchronization from CPU 10 to CPUs 0-1,7,9,13,15.
[    5.413339] clocksource: Switched to clocksource hpet
[    5.703886] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.806775] systemd[1]: Queued start job for default target initrd.target.
[    5.808054] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.810580] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.812735] systemd[1]: Reached target slices.target - Slice Units.
[    5.815573] systemd[1]: Reached target swap.target - Swaps.
[    5.817660] systemd[1]: Reached target timers.target - Timer Units.
[    5.820178] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.822826] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.825962] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.828376] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.831064] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.833801] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.836842] systemd[1]: Reached target sockets.target - Socket Units.
[    5.853484] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.856168] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    5.860848] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.866800] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.872261] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    5.877452] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    5.890554] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.893652] fuse: init (API version 7.38)
[    5.894935] audit: type=1130 audit(1672141201.859:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.929366] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.931965] audit: type=1130 audit(1672141201.896:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.950442] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    5.953091] audit: type=1130 audit(1672141201.917:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.965040] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.970285] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    5.986211] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    5.989114] audit: type=1130 audit(1672141201.953:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.999277] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    6.002216] audit: type=1130 audit(1672141201.966:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.002556] systemd[1]: Started systemd-journald.service - Journal Service.
[    6.006403] audit: type=1130 audit(1672141201.970:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.026325] audit: type=1130 audit(1672141201.990:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.084594] audit: type=1130 audit(1672141202.048:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.104664] audit: type=1130 audit(1672141202.068:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.732392] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    6.736161] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0c/LNXVIDEO:00/input/input9
[    6.755534] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    6.757354] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    6.759007] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    6.766261] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[    6.773910] ccp 0000:08:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    6.779962] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 7c:10:c9:28:41:cc, XID 541, IRQ 63
[    6.781030] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.785690] ccp 0000:08:00.2: tee enabled
[    6.786795] ccp 0000:08:00.2: psp enabled
[    6.811570] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input10
[    6.813926] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input11
[    6.816071] hid-generic 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    6.823018] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    6.823403] nvme 0000:07:00.0: platform quirk: setting simple suspend
[    6.824492] nvme nvme0: pci function 0000:06:00.0
[    6.824646] nvme nvme1: pci function 0000:07:00.0
[    6.826761] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    6.832441] nvme nvme0: missing or invalid SUBNQN field.
[    6.832584] nvme nvme1: missing or invalid SUBNQN field.
[    6.832945] nvme nvme0: Shutdown timeout set to 10 seconds
[    6.833147] nvme nvme1: Shutdown timeout set to 10 seconds
[    6.838795] nvme nvme1: 16/0/0 default/read/poll queues
[    6.839482] nvme nvme0: 16/0/0 default/read/poll queues
[    6.846960]  nvme0n1: p1 p2 p3
[    6.846991]  nvme1n1: p1
[    6.867216] BTRFS: device label fedora_localhost-live devid 1 transid 651917 /dev/nvme0n1p3 scanned by systemd-udevd (508)
[    6.875642] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    6.883501] asus_wmi: ASUS WMI generic driver loaded
[    6.884370] BTRFS: device label fedora_localhost-live devid 2 transid 651917 /dev/nvme1n1p1 scanned by systemd-udevd (491)
[    6.952106] systemd-vconsol (521) used greatest stack depth: 12880 bytes left
[    6.966900] input: ASUE120A:00 04F3:319B Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input12
[    6.975502] input: ASUE120A:00 04F3:319B Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-ASUE120A:00/0018:04F3:319B.0002/input/input13
[    7.452391] hid-multitouch 0018:04F3:319B.0002: input,hidraw1: I2C HID v1.00 Mouse [ASUE120A:00 04F3:319B] on i2c-ASUE120A:00
[    8.627665] asus 0003:0B05:1866.0001: Fixing up Asus N-KEY keyb report descriptor
[    8.630151] asus 0003:0B05:1866.0001: Asus initialise N-KEY Device
[    8.644925] input: ASUSTek Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:08:00.3/usb1/1-3/1-3:1.0/0003:0B05:1866.0001/input/input14
[    8.698957] asus 0003:0B05:1866.0001: input,hiddev96,hidraw0: USB HID v1.10 Keyboard [ASUSTek Computer Inc. N-KEY Device] on usb-0000:08:00.3-3/input0
[    8.720084] [drm] amdgpu kernel modesetting enabled.
[    8.720796] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    8.722207] ATPX version 1, functions 0x00000001
[    8.722404] ATPX Hybrid Graphics
[    8.751066] amdgpu: Virtual CRAT table created for CPU
[    8.751948] amdgpu: Topology: Add CPU node
[    8.756200] Console: switching to colour dummy device 80x25
[    8.777070] amdgpu 0000:03:00.0: enabling device (0000 -> 0002)
[    8.777181] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x16C2 0xC3).
[    8.777394] [drm] register mmio base: 0xFCA00000
[    8.777403] [drm] register mmio size: 1048576
[    8.777578] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.777590] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.777600] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.777611] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[    8.780198] [drm] add ip block number 0 <nv_common>
[    8.780209] [drm] add ip block number 1 <gmc_v10_0>
[    8.780218] [drm] add ip block number 2 <navi10_ih>
[    8.780227] [drm] add ip block number 3 <psp>
[    8.780236] [drm] add ip block number 4 <smu>
[    8.780245] [drm] add ip block number 5 <dm>
[    8.780253] [drm] add ip block number 6 <gfx_v10_0>
[    8.780262] [drm] add ip block number 7 <sdma_v5_2>
[    8.780271] [drm] add ip block number 8 <vcn_v3_0>
[    8.780280] [drm] add ip block number 9 <jpeg_v3_0>
[    8.783400] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from ATRM
[    8.783414] amdgpu: ATOM BIOS: SWBRT77321.001
[    8.783431] [drm] VCN(0) decode is enabled in VM mode
[    8.783441] [drm] VCN(0) encode is enabled in VM mode
[    8.783451] [drm] JPEG decode is enabled in VM mode
[    8.783461] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    8.783495] [drm] GPU posting now...
[    8.783622] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    8.783643] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    8.783660] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    8.783675] amdgpu 0000:03:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    8.783698] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    8.783708] [drm] RAM width 192bits GDDR6
[    8.784193] [drm] amdgpu: 12272M of VRAM memory ready
[    8.784205] [drm] amdgpu: 31785M of GTT memory ready.
[    8.784291] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    8.784522] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[    8.795431] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[    8.795447] amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
[   10.797453] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[   10.803512] [drm] Loading DMUB firmware via PSP: version=0x02020017
[   10.831168] [drm] use_doorbell being set to: [true]
[   10.831208] [drm] use_doorbell being set to: [true]
[   10.850814] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[   10.850847] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[   10.914001] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   11.015565] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   11.029386] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.029452] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   11.029477] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   11.029537] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   11.084360] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[   11.084397] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[   11.084412] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 469, name: systemd-udevd
[   11.084426] preempt_count: 1, expected: 0
[   11.084434] RCU nest depth: 0, expected: 0
[   11.084442] 1 lock held by systemd-udevd/469:
[   11.084450]  #0: ffff8f97132e51c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0
[   11.084472] Preemption disabled at:
[   11.084473] [<ffffffffc0afcce9>] dc_fpu_begin+0x19/0x90 [amdgpu]
[   11.084811] CPU: 3 PID: 469 Comm: systemd-udevd Tainted: G             L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[   11.084832] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.084849] Call Trace:
[   11.084855]  <TASK>
[   11.084860]  dump_stack_lvl+0x5b/0x77
[   11.084871]  __might_resched.cold+0xff/0x13b
[   11.084882]  __kmem_cache_alloc_node+0x25b/0x3c0
[   11.084893]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.085122]  kmalloc_trace+0x26/0x60
[   11.085132]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.085350]  dcn30_create_resource_pool+0x321/0x12b0 [amdgpu]
[   11.085571]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[   11.085789]  dc_create+0x1fe/0x5d0 [amdgpu]
[   11.085789]  amdgpu_dm_init.isra.0+0x286/0x380 [amdgpu]
[   11.085789]  ? __wake_up_klogd.part.0+0x56/0x80
[   11.085789]  ? vprintk_emit+0x120/0x360
[   11.085789]  ? dev_vprintk_emit+0x173/0x19b
[   11.085789]  dm_hw_init+0xe/0x20 [amdgpu]
[   11.085789]  amdgpu_device_init.cold+0x1b03/0x201d [amdgpu]
[   11.085789]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.085789]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.085789]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.085789]  local_pci_probe+0x41/0x80
[   11.085789]  pci_device_probe+0xb3/0x220
[   11.085789]  really_probe+0xde/0x380
[   11.085789]  ? pm_runtime_barrier+0x50/0x90
[   11.085789]  __driver_probe_device+0x78/0x170
[   11.085789]  driver_probe_device+0x1f/0x90
[   11.085789]  __driver_attach+0xd2/0x1c0
[   11.085789]  ? __pfx___driver_attach+0x10/0x10
[   11.085789]  bus_for_each_dev+0x76/0xa0
[   11.085789]  bus_add_driver+0x1b1/0x200
[   11.085789]  driver_register+0x89/0xe0
[   11.085789]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.085789]  do_one_initcall+0x6e/0x330
[   11.085789]  do_init_module+0x4a/0x200
[   11.085789]  __do_sys_finit_module+0x93/0xf0
[   11.085789]  do_syscall_64+0x5b/0x80
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? do_syscall_64+0x67/0x80
[   11.085789]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.085789]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.085789] RIP: 0033:0x7f2c068001cd
[   11.085789] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.085789] RSP: 002b:00007fffc980d338 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.085789] RAX: ffffffffffffffda RBX: 000055e6f59e5020 RCX: 00007f2c068001cd
[   11.085789] RDX: 0000000000000000 RSI: 000055e6f59f2c30 RDI: 0000000000000012
[   11.085789] RBP: 000055e6f59f2c30 R08: 0000000000000000 R09: 00007fffc980d460
[   11.085789] R10: 0000000000000012 R11: 0000000000000246 R12: 0000000000020000
[   11.085789] R13: 000055e6f59b68a0 R14: 0000000000000000 R15: 000055e6f59da2a0
[   11.085789]  </TASK>
[   11.087998] [drm] Display Core initialized with v3.2.215!
[   11.089328] [drm] DMUB hardware initialized: version=0x02020017
[   11.111182] [drm] kiq ring mec 2 pipe 1 q 0
[   11.116329] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   11.116715] [drm] JPEG decode initialized successfully.
[   11.119243] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   11.119572] amdgpu: sdma_bitmap: ffff
[   11.156459] memmap_init_zone_device initialised 3145728 pages in 18ms
[   11.156484] amdgpu: HMM registered 12272MB device memory
[   11.157022] amdgpu: SRAT table not found
[   11.157047] amdgpu: Virtual CRAT table created for GPU
[   11.157930] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[   11.157953] kfd kfd: amdgpu: added device 1002:73df
[   11.157986] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[   11.158427] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.158442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.158455] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.158469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.158482] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.158496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.158509] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.158522] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.158535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.158548] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   11.158561] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.158574] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   11.158587] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   11.158600] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   11.158613] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   11.158627] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   11.159432] amdgpu 0000:03:00.0: amdgpu: Using BOCO for runtime pm
[   11.178020] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:03:00.0 on minor 0
[   11.183004] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   11.183249] [drm] DSC precompute is not needed.
[   11.184577] amdgpu 0000:08:00.0: vgaarb: deactivate vga console
[   11.184633] amdgpu 0000:08:00.0: enabling device (0006 -> 0007)
[   11.184719] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x16C2 0xC4).
[   11.184959] [drm] register mmio base: 0xFC900000
[   11.184968] [drm] register mmio size: 524288
[   11.185129] amdgpu 0000:08:00.0: amdgpu: lockup timeout disabled
[   11.187426] [drm] add ip block number 0 <soc15_common>
[   11.187436] [drm] add ip block number 1 <gmc_v9_0>
[   11.187445] [drm] add ip block number 2 <vega10_ih>
[   11.187454] [drm] add ip block number 3 <psp>
[   11.187463] [drm] add ip block number 4 <smu>
[   11.187471] [drm] add ip block number 5 <dm>
[   11.187479] [drm] add ip block number 6 <gfx_v9_0>
[   11.187488] [drm] add ip block number 7 <sdma_v4_0>
[   11.187497] [drm] add ip block number 8 <vcn_v2_0>
[   11.187507] [drm] add ip block number 9 <jpeg_v2_0>
[   11.187527] amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from VFCT
[   11.187539] amdgpu: ATOM BIOS: 113-CEZANNE-018
[   11.191057] [drm] VCN decode is enabled in VM mode
[   11.191068] [drm] VCN encode is enabled in VM mode
[   11.191077] [drm] JPEG decode is enabled in VM mode
[   11.191086] amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[   11.191101] amdgpu 0000:08:00.0: amdgpu: PCIE atomic ops is not supported
[   11.191120] amdgpu 0000:08:00.0: amdgpu: MODE2 reset
[   11.192028] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   11.192050] amdgpu 0000:08:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   11.192066] amdgpu 0000:08:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   11.192081] amdgpu 0000:08:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[   11.192101] [drm] Detected VRAM RAM=512M, BAR=512M
[   11.192111] [drm] RAM width 128bits DDR4
[   11.192222] [drm] amdgpu: 512M of VRAM memory ready
[   11.192232] [drm] amdgpu: 31785M of GTT memory ready.
[   11.192266] ------------[ cut here ]------------
[   11.192274] DMA-API: amdgpu 0000:08:00.0: cacheline tracking EEXIST, overlapping mappings aren't supported
[   11.192293] WARNING: CPU: 3 PID: 469 at kernel/dma/debug.c:568 add_dma_entry+0x1ed/0x270
[   11.192311] Modules linked in: amdgpu(+) drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[   11.192406] CPU: 3 PID: 469 Comm: systemd-udevd Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[   11.192428] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   11.192444] RIP: 0010:add_dma_entry+0x1ed/0x270
[   11.192454] Code: ff 0f 84 97 00 00 00 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 c5 b7 92 00 48 89 c6 48 89 da 48 c7 c7 60 f7 ab 84 e8 0c 0a e3 00 <0f> 0b 48 85 ed 0f 85 dd c6 e3 00 8b 05 92 92 60 02 85 c0 0f 85 ca
[   11.192483] RSP: 0018:ffffa79901bb79a0 EFLAGS: 00010292
[   11.192494] RAX: 000000000000005e RBX: ffff8f9712dcfc00 RCX: 0000000000000000
[   11.192507] RDX: 0000000000000001 RSI: ffffffff84b28f96 RDI: 00000000ffffffff
[   11.192519] RBP: ffff8f9701595300 R08: 0000000000000000 R09: ffffa79901bb7848
[   11.192531] R10: 0000000000000003 R11: ffff8fa61d2fffe8 R12: 0000000000000000
[   11.192543] R13: 0000000000000001 R14: 0000000000000202 R15: 0000000000280040
[   11.192555] FS:  00007f2c05db0b40(0000) GS:ffff8fa5d6e00000(0000) knlGS:0000000000000000
[   11.192570] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   11.192580] CR2: 00007f04c89ba810 CR3: 00000001be5ba000 CR4: 0000000000750ee0
[   11.192592] PKRU: 55555554
[   11.192598] Call Trace:
[   11.192604]  <TASK>
[   11.192612]  dma_map_page_attrs+0x82/0x2d0
[   11.192626]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.192922]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.193122]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.193342]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.193359]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.193540]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.193717]  local_pci_probe+0x41/0x80
[   11.193728]  pci_device_probe+0xb3/0x220
[   11.193740]  really_probe+0xde/0x380
[   11.193759]  ? pm_runtime_barrier+0x50/0x90
[   11.193770]  __driver_probe_device+0x78/0x170
[   11.193780]  driver_probe_device+0x1f/0x90
[   11.193790]  __driver_attach+0xd2/0x1c0
[   11.193799]  ? __pfx___driver_attach+0x10/0x10
[   11.193808]  bus_for_each_dev+0x76/0xa0
[   11.193818]  bus_add_driver+0x1b1/0x200
[   11.193828]  driver_register+0x89/0xe0
[   11.193837]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.194008]  do_one_initcall+0x6e/0x330
[   11.194024]  do_init_module+0x4a/0x200
[   11.194034]  __do_sys_finit_module+0x93/0xf0
[   11.194051]  do_syscall_64+0x5b/0x80
[   11.194062]  ? do_syscall_64+0x67/0x80
[   11.194071]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.194081]  ? do_syscall_64+0x67/0x80
[   11.194090]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.194100]  ? do_syscall_64+0x67/0x80
[   11.194109]  ? do_syscall_64+0x67/0x80
[   11.194118]  ? do_syscall_64+0x67/0x80
[   11.194126]  ? do_syscall_64+0x67/0x80
[   11.194135]  ? do_syscall_64+0x67/0x80
[   11.194143]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.194153]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.194164] RIP: 0033:0x7f2c068001cd
[   11.194177] Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 0b dc 0c 00 f7 d8 64 89 01 48
[   11.194207] RSP: 002b:00007fffc980d338 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   11.194222] RAX: ffffffffffffffda RBX: 000055e6f59e5020 RCX: 00007f2c068001cd
[   11.194235] RDX: 0000000000000000 RSI: 000055e6f59f2c30 RDI: 0000000000000012
[   11.194247] RBP: 000055e6f59f2c30 R08: 0000000000000000 R09: 00007fffc980d460
[   11.194260] R10: 0000000000000012 R11: 0000000000000246 R12: 0000000000020000
[   11.194272] R13: 000055e6f59b68a0 R14: 0000000000000000 R15: 000055e6f59da2a0
[   11.194291]  </TASK>
[   11.194297] irq event stamp: 867423
[   11.194304] hardirqs last  enabled at (867431): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[   11.194321] hardirqs last disabled at (867438): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[   11.194336] softirqs last  enabled at (867080): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[   11.194353] softirqs last disabled at (867073): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[   11.194368] ---[ end trace 0000000000000000 ]---
[   11.194377] DMA-API: Mapped at:
[   11.194383]  debug_dma_map_page+0x66/0x100
[   11.194392]  dma_map_page_attrs+0x82/0x2d0
[   11.194401]  amdgpu_gart_init+0x3c/0xa0 [amdgpu]
[   11.194582]  gmc_v9_0_sw_init+0x3bc/0x770 [amdgpu]
[   11.194782]  amdgpu_device_init.cold+0x1617/0x201d [amdgpu]
[   11.195017] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   11.195226] [drm] PCIE GART of 1024M enabled.
[   11.195235] [drm] PTB located at 0x000000F41FC00000
[   11.203358] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.203373] amdgpu 0000:08:00.0: amdgpu: PSP runtime database doesn't exist
[   11.209437] [drm] Loading DMUB firmware via PSP: version=0x01010024
[   11.243332] [drm] Found VCN firmware Version ENC: 1.19 DEC: 5 VEP: 0 Revision: 0
[   11.243366] amdgpu 0000:08:00.0: amdgpu: Will use PSP to load VCN firmware
[   11.974327] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[   12.056975] amdgpu 0000:08:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   12.065531] amdgpu 0000:08:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   12.065546] amdgpu 0000:08:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   12.065739] amdgpu 0000:08:00.0: amdgpu: SMU is initialized successfully!
[   12.066774] [drm] Display Core initialized with v3.2.215!
[   12.067344] [drm] DMUB hardware initialized: version=0x01010024
[   12.246138] [drm] kiq ring mec 2 pipe 1 q 0
[   12.251927] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   12.251961] [drm] JPEG decode initialized successfully.
[   12.254832] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   12.254962] amdgpu: sdma_bitmap: 3
[   12.262202] memmap_init_zone_device initialised 131072 pages in 1ms
[   12.262216] amdgpu: HMM registered 512MB device memory
[   12.262256] amdgpu: SRAT table not found
[   12.262265] amdgpu: Virtual CRAT table created for GPU
[   12.265115] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[   12.265128] kfd kfd: amdgpu: added device 1002:1638
[   12.265348] amdgpu 0000:08:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[   12.265586] amdgpu 0000:08:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[   12.265600] amdgpu 0000:08:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[   12.265613] amdgpu 0000:08:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[   12.265626] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[   12.265639] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[   12.265653] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[   12.265666] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[   12.265679] amdgpu 0000:08:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[   12.265693] amdgpu 0000:08:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[   12.265706] amdgpu 0000:08:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[   12.265719] amdgpu 0000:08:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[   12.265733] amdgpu 0000:08:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 13 on hub 0
[   12.265759] amdgpu 0000:08:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[   12.265771] amdgpu 0000:08:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[   12.265784] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[   12.265797] amdgpu 0000:08:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[   12.265811] amdgpu 0000:08:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[   12.268697] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 1
[   12.769582] [drm] Fence fallback timer expired on ring gfx
[   12.781237] fbcon: amdgpudrmfb (fb0) is primary device
[   13.435056] Console: switching to colour frame buffer device 320x90
[   13.443537] amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   13.462137] setfont (605) used greatest stack depth: 11272 bytes left
[   13.578541] kauditd_printk_skb: 7 callbacks suppressed
[   13.578543] audit: type=1130 audit(1672141209.542:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.635275] audit: type=1130 audit(1672141209.599:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.666924] BTRFS info (device nvme0n1p3): using crc32c (crc32c-intel) checksum algorithm
[   13.667067] BTRFS info (device nvme0n1p3): using free space tree
[   14.249327] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[   14.249359] BTRFS info (device nvme0n1p3): auto enabling async discard
[   14.297699] audit: type=1130 audit(1672141210.261:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.297715] audit: type=1131 audit(1672141210.261:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.407867] audit: type=1130 audit(1672141210.372:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.453364] audit: type=1131 audit(1672141210.417:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.463160] audit: type=1131 audit(1672141210.427:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.483165] audit: type=1131 audit(1672141210.447:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.499141] audit: type=1131 audit(1672141210.463:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.507028] audit: type=1131 audit(1672141210.471:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.530799] systemd-udevd (469) used greatest stack depth: 10456 bytes left
[   14.819832] systemd-journald[325]: Received SIGTERM from PID 1 (systemd).
[   15.225656] SELinux:  policy capability network_peer_controls=1
[   15.226638] SELinux:  policy capability open_perms=1
[   15.227316] SELinux:  policy capability extended_socket_class=1
[   15.227943] SELinux:  policy capability always_check_network=0
[   15.228554] SELinux:  policy capability cgroup_seclabel=1
[   15.229156] SELinux:  policy capability nnp_nosuid_transition=1
[   15.229738] SELinux:  policy capability genfs_seclabel_symlinks=1
[   15.230335] SELinux:  policy capability ioctl_skip_cloexec=0
[   15.331112] systemd[1]: Successfully loaded SELinux policy in 211.557ms.
[   15.391348] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 32.716ms.
[   15.397470] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   15.398941] systemd[1]: Detected architecture x86-64.
[   15.757225] systemd[1]: bpf-lsm: LSM BPF program attached
[   15.920425] systemd-sysv-generator[692]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.922128] systemd-sysv-generator[692]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   15.950179] zram: Added device: zram0
[   16.132270] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   16.141396] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   16.143190] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   16.144356] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   16.148094] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   16.157165] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   16.159461] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   16.162586] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   16.165449] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   16.168085] systemd[1]: Created slice user.slice - User and Session Slice.
[   16.172938] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   16.173290] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   16.175812] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   16.179433] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   16.182971] systemd[1]: Reached target getty.target - Login Prompts.
[   16.184379] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   16.186847] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   16.188139] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   16.190569] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   16.191885] systemd[1]: Reached target slices.target - Slice Units.
[   16.196929] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   16.200635] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   16.211229] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   16.213469] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   16.215088] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   16.227662] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   16.235443] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   16.244531] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   16.262164] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   16.267203] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   16.275817] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   16.280052] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   16.281413] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   16.284432] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   16.288708] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   16.293503] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   16.297479] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   16.302269] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   16.303264] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   16.316958] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   16.318609] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   16.333910] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   16.335381] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   16.354598] systemd[1]: Starting systemd-journald.service - Journal Service...
[   16.358854] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   16.363245] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   16.367822] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   16.371099] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   16.374030] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   16.379200] systemd[1]: Started systemd-journald.service - Journal Service.
[   16.385453] BTRFS info (device nvme0n1p3: state M): use zstd compression, level 1
[   16.582267] systemd-journald[707]: Received client request to flush runtime journal.
[   16.828554] zram0: detected capacity change from 0 to 16777216
[   16.905018] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   16.976395] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   16.981450] Adding 104857596k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:104857596k SSFS
[   17.070853] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   17.072006] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   17.076560] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   17.080673] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   17.097796] snd_rn_pci_acp3x 0000:08:00.5: enabling device (0000 -> 0002)
[   17.099200] asus_wmi: Initialization: 0x1
[   17.101094] asus_wmi: SFUN value: 0x1821
[   17.101808] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   17.102707] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   17.110621] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   17.111823] RAPL PMU: hw unit of domain package 2^-16 Joules
[   17.125453] asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
[   17.145837] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   17.189561] ACPI: battery: new extension: ASUS Battery Extension
[   17.257105] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.266288] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.382304] Bluetooth: Core ver 2.22
[   17.382362] NET: Registered PF_BLUETOOTH protocol family
[   17.382363] Bluetooth: HCI device and connection manager initialized
[   17.382401] Bluetooth: HCI socket layer initialized
[   17.382405] Bluetooth: L2CAP socket layer initialized
[   17.382432] Bluetooth: SCO socket layer initialized
[   17.402817] SVM: TSC scaling supported
[   17.403720] kvm: Nested Virtualization enabled
[   17.404541] SVM: kvm: Nested Paging enabled
[   17.407973] SVM: Virtual VMLOAD VMSAVE supported
[   17.408857] SVM: Virtual GIF supported
[   17.409713] SVM: LBR virtualization supported
[   17.511666] MCE: In-kernel MCE decoding enabled.
[   17.584419] usbcore: registered new interface driver btusb
[   17.736235] intel_rapl_common: Found RAPL domain package
[   17.737477] intel_rapl_common: Found RAPL domain core
[   17.746018] Bluetooth: hci0: Device setup in 157714 usecs
[   17.747782] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   17.851607] mt7921e 0000:05:00.0: enabling device (0000 -> 0002)
[   17.887417] RPC: Registered named UNIX socket transport module.
[   17.888376] RPC: Registered udp transport module.
[   17.889014] RPC: Registered tcp transport module.
[   17.889560] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.895786] mt7921e 0000:05:00.0: ASIC revision: 79610010
[   17.986716] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20221109110918a

[   18.017981] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20221109111005
[   18.290862] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   18.292660] [drm] PSP is resuming...
[   18.369345] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   18.459151] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.459794] Bluetooth: BNEP filters: protocol multicast
[   18.460445] Bluetooth: BNEP socket layer initialized
[   18.465578] Bluetooth: MGMT ver 1.22
[   18.471891] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   18.485981] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   18.486018] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   18.486024] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   18.486027] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   18.486086] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   18.540599] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   18.544038] [drm] DMUB hardware initialized: version=0x02020017
[   18.585099] [drm] kiq ring mec 2 pipe 1 q 0
[   18.592172] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   18.593361] [drm] JPEG decode initialized successfully.
[   18.594441] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   18.595354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   18.596183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   18.596932] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   18.597636] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   18.598341] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   18.599023] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   18.599705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   18.600400] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   18.601068] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   18.601710] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   18.602365] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   18.603069] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   18.603741] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   18.604432] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   18.605178] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   18.611294] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   18.629906] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   18.631197] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   18.632258] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   18.633477] snd_hda_intel 0000:08:00.1: enabling device (0000 -> 0002)
[   18.634636] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   18.653880] snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.658401] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   18.664759] NET: Registered PF_QIPCRTR protocol family
[   18.673164] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC294: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   18.673719] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.674264] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.674822] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   18.675314] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   18.676080] snd_hda_codec_realtek hdaudioC2D0:      Headset Mic=0x19
[   18.676840] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   18.713895] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input18
[   18.717302] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input19
[   18.719572] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input20
[   18.721641] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input21
[   18.724775] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input24
[   18.727732] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input25
[   18.729655] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input26
[   18.731368] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input27
[   18.733162] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input28
[   18.735325] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card0/input29
[   18.739115] input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input22
[   18.748852] input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:08:00.1/sound/card1/input23
[   18.888214] mt7921e 0000:05:00.0 wlp5s0: renamed from wlan0
[   19.015835] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[   19.139846] input: HD-Audio Generic Headset Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input30
[   19.141519] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/sound/card2/input31
[   19.184594] r8169 0000:04:00.0 enp4s0: Link is Down
[   21.418195] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.614661] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   21.671225] wlp5s0: authenticate with 24:cf:24:c2:72:d0
[   21.681278] wlp5s0: send auth to 24:cf:24:c2:72:d0 (try 1/3)
[   21.688261] wlp5s0: authenticated
[   21.692902] wlp5s0: associate with 24:cf:24:c2:72:d0 (try 1/3)
[   21.712165] wlp5s0: RX AssocResp from 24:cf:24:c2:72:d0 (capab=0x511 status=0 aid=1)
[   21.750028] wlp5s0: associated
[   21.754336] wlp5s0: Limiting TX power to 28 (31 - 3) dBm as advertised by 24:cf:24:c2:72:d0
[   22.847605] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
[   26.858770] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   26.858837] [drm] PSP is resuming...
[   26.934890] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   27.036888] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   27.050659] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   27.050669] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   27.050674] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   27.050678] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   27.050737] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   27.105315] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   27.106759] [drm] DMUB hardware initialized: version=0x02020017
[   27.145372] [drm] kiq ring mec 2 pipe 1 q 0
[   27.150756] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   27.150948] [drm] JPEG decode initialized successfully.
[   27.150971] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   27.150974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   27.150976] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   27.150978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   27.150980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   27.150982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   27.150984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   27.150986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   27.150988] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   27.150990] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   27.150992] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   27.150993] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   27.150995] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   27.150997] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   27.150999] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   27.151001] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   27.155857] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   28.940843] rfkill: input handler disabled
[   29.519922] Bluetooth: RFCOMM TTY layer initialized
[   29.519936] Bluetooth: RFCOMM socket layer initialized
[   29.519952] Bluetooth: RFCOMM ver 1.11
[   46.546845] rfkill: input handler enabled
[   47.674098] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   47.674178] [drm] PSP is resuming...
[   47.750451] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   47.851116] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   47.864886] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   47.864892] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   47.864897] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   47.864901] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   47.864980] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   47.918888] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   47.920140] [drm] DMUB hardware initialized: version=0x02020017
[   47.958135] [drm] kiq ring mec 2 pipe 1 q 0
[   47.963225] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   47.963431] [drm] JPEG decode initialized successfully.
[   47.963454] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   47.963457] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   47.963459] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   47.963461] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   47.963463] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   47.963465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   47.963467] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   47.963469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   47.963471] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   47.963473] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   47.963475] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   47.963477] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   47.963478] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   47.963480] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   47.963482] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   47.963484] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   47.967775] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   49.918930] rfkill: input handler disabled
[   78.346523] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[   78.346592] [drm] PSP is resuming...
[   78.422577] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[   78.524345] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   78.538146] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   78.538155] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[   78.538162] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[   78.538166] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   78.538221] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[   78.592033] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[   78.593406] [drm] DMUB hardware initialized: version=0x02020017
[   78.631591] [drm] kiq ring mec 2 pipe 1 q 0
[   78.636856] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   78.637012] [drm] JPEG decode initialized successfully.
[   78.637036] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   78.637039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   78.637042] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   78.637043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   78.637045] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   78.637047] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   78.637049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   78.637051] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   78.637053] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   78.637055] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   78.637057] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   78.637059] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   78.637061] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   78.637063] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   78.637065] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   78.637067] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[   78.641173] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[   80.459081] ------------[ cut here ]------------
[   80.459126] WARNING: CPU: 6 PID: 2056 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[   80.459136] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[   80.459280]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[   80.459377] CPU: 6 PID: 2056 Comm: gnome-shell Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[   80.459382] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[   80.459387] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[   80.459393] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 8f 08 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c c3 cc cc cc cc <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[   80.459398] RSP: 0018:ffffa799073e3c28 EFLAGS: 00010282
[   80.459404] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[   80.459409] RDX: 00000000000002f3 RSI: ffffffff84a92b41 RDI: ffffa799073e3ca8
[   80.459413] RBP: ffffa799073e3ca8 R08: 0000000000000001 R09: 0000000000000001
[   80.459417] R10: 0000000000000001 R11: 0000000000000000 R12: ffff8f97131ebc80
[   80.459421] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[   80.459425] FS:  00007fe04167a5c0(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[   80.459429] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   80.459433] CR2: 00007fe0140b9000 CR3: 0000000122448000 CR4: 0000000000750ee0
[   80.459438] PKRU: 55555554
[   80.459441] Call Trace:
[   80.459445]  <TASK>
[   80.459452]  drm_mode_atomic_ioctl+0x3ba/0xb20
[   80.459480]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[   80.459488]  drm_ioctl_kernel+0xac/0x160
[   80.459499]  drm_ioctl+0x1e7/0x450
[   80.459507]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[   80.459530]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[   80.459878]  __x64_sys_ioctl+0x90/0xd0
[   80.459889]  do_syscall_64+0x5b/0x80
[   80.459897]  ? do_syscall_64+0x67/0x80
[   80.459903]  ? do_syscall_64+0x67/0x80
[   80.459909]  ? lockdep_hardirqs_on+0x7d/0x100
[   80.459915]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   80.459921] RIP: 0033:0x7fe04512465f
[   80.459945] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[   80.459950] RSP: 002b:00007ffde90ab210 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[   80.459956] RAX: ffffffffffffffda RBX: 0000565400041790 RCX: 00007fe04512465f
[   80.459960] RDX: 00007ffde90ab2b0 RSI: 00000000c03864bc RDI: 000000000000000f
[   80.459964] RBP: 00007ffde90ab2b0 R08: 0000000000000000 R09: 0000000000000000
[   80.459968] R10: 00005653fd204010 R11: 0000000000000246 R12: 00000000c03864bc
[   80.459972] R13: 000000000000000f R14: 00005653fef79810 R15: 00005653fe8f3df0
[   80.459992]  </TASK>
[   80.459996] irq event stamp: 7644975
[   80.460000] hardirqs last  enabled at (7644983): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[   80.460006] hardirqs last disabled at (7644990): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[   80.460011] softirqs last  enabled at (7644842): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[   80.460018] softirqs last disabled at (7644791): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[   80.460022] ---[ end trace 0000000000000000 ]---
[   82.644233] show_signal_msg: 120 callbacks suppressed
[   82.644236] gldriverquery[3993]: segfault at 20 ip 00007fa7517c0800 sp 00007ffff5e34110 error 4 in libLLVM-15.so[7fa75143e000+33d4000] likely on CPU 15 (core 7, socket 0)
[   82.644333] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[  121.195105] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  121.195224] [drm] PSP is resuming...
[  121.271890] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  121.372613] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  121.387242] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  121.387276] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  121.387284] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  121.387288] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  121.387352] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  121.442256] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  121.444093] [drm] DMUB hardware initialized: version=0x02020017
[  121.483624] [drm] kiq ring mec 2 pipe 1 q 0
[  121.490132] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  121.490332] [drm] JPEG decode initialized successfully.
[  121.490359] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  121.490365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  121.490369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  121.490372] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  121.490375] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  121.490379] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  121.490382] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  121.490385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  121.490389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  121.490392] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  121.490396] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  121.490399] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  121.490403] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  121.490406] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  121.490410] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  121.490413] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  121.497998] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  151.153865] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  151.153942] [drm] PSP is resuming...
[  151.230890] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  151.332521] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  151.346416] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  151.346426] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  151.346433] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  151.346437] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  151.346514] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  151.402036] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  151.403799] [drm] DMUB hardware initialized: version=0x02020017
[  151.442629] [drm] kiq ring mec 2 pipe 1 q 0
[  151.448783] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  151.448996] [drm] JPEG decode initialized successfully.
[  151.449020] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  151.449024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  151.449027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  151.449029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  151.449031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  151.449033] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  151.449035] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  151.449037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  151.449039] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  151.449047] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  151.449049] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  151.449052] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  151.449054] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  151.449056] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  151.449058] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  151.449060] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  151.455110] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  181.249225] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  181.249268] [drm] PSP is resuming...
[  181.325336] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  181.434998] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  181.449012] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  181.449023] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  181.449030] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  181.449034] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  181.449088] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  181.503386] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  181.504878] [drm] DMUB hardware initialized: version=0x02020017
[  181.542032] [drm] kiq ring mec 2 pipe 1 q 0
[  181.547141] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  181.547354] [drm] JPEG decode initialized successfully.
[  181.547378] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  181.547381] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  181.547384] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  181.547386] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  181.547388] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  181.547390] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  181.547392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  181.547394] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  181.547396] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  181.547399] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  181.547401] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  181.547403] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  181.547405] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  181.547407] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  181.547409] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  181.547411] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  181.550990] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  211.249200] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  211.249237] [drm] PSP is resuming...
[  211.325227] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  211.425995] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  211.439776] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  211.439787] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  211.439795] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  211.439799] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  211.439857] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  211.494492] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  211.495877] [drm] DMUB hardware initialized: version=0x02020017
[  211.534381] [drm] kiq ring mec 2 pipe 1 q 0
[  211.538979] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  211.539327] [drm] JPEG decode initialized successfully.
[  211.539351] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  211.539354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  211.539357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  211.539359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  211.539361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  211.539363] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  211.539365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  211.539367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  211.539369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  211.539371] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  211.539374] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  211.539376] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  211.539378] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  211.539380] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  211.539382] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  211.539384] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  211.542932] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  241.265694] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  241.265798] [drm] PSP is resuming...
[  241.341778] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  241.442115] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  241.456201] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  241.456210] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  241.456220] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  241.456224] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  241.456301] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  241.510184] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  241.511476] [drm] DMUB hardware initialized: version=0x02020017
[  241.550131] [drm] kiq ring mec 2 pipe 1 q 0
[  241.555993] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  241.556176] [drm] JPEG decode initialized successfully.
[  241.556204] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  241.556209] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  241.556213] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  241.556217] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  241.556221] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  241.556225] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  241.556229] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  241.556232] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  241.556236] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  241.556240] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  241.556244] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  241.556247] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  241.556251] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  241.556255] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  241.556259] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  241.556263] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  241.561021] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  271.281150] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  271.281182] [drm] PSP is resuming...
[  271.357778] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  271.458230] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  271.472005] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  271.472014] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  271.472021] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  271.472025] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  271.472078] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  271.526929] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  271.528328] [drm] DMUB hardware initialized: version=0x02020017
[  271.567434] [drm] kiq ring mec 2 pipe 1 q 0
[  271.572697] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  271.572861] [drm] JPEG decode initialized successfully.
[  271.572888] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  271.572891] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  271.572894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  271.572896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  271.572898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  271.572900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  271.572902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  271.572904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  271.572906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  271.572908] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  271.572910] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  271.572912] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  271.572914] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  271.572916] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  271.572919] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  271.572921] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  271.576455] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  301.337942] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  301.337993] [drm] PSP is resuming...
[  301.413891] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  301.514676] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  301.528468] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  301.528475] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  301.528482] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  301.528486] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  301.528539] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  301.583304] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  301.584686] [drm] DMUB hardware initialized: version=0x02020017
[  301.622679] [drm] kiq ring mec 2 pipe 1 q 0
[  301.627790] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  301.627996] [drm] JPEG decode initialized successfully.
[  301.628021] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  301.628024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  301.628027] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  301.628029] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  301.628031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  301.628034] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  301.628036] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  301.628038] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  301.628040] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  301.628042] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  301.628044] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  301.628047] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  301.628049] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  301.628051] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  301.628053] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  301.628055] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  301.631601] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  331.321179] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  331.321215] [drm] PSP is resuming...
[  331.397220] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  331.497442] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  331.511246] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  331.511254] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  331.511261] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  331.511265] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  331.511318] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  331.565634] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  331.567038] [drm] DMUB hardware initialized: version=0x02020017
[  331.604720] [drm] kiq ring mec 2 pipe 1 q 0
[  331.610386] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  331.610550] [drm] JPEG decode initialized successfully.
[  331.610574] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  331.610577] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  331.610579] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  331.610581] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  331.610583] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  331.610586] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  331.610588] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  331.610590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  331.610592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  331.610594] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  331.610596] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  331.610598] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  331.610600] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  331.610602] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  331.610604] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  331.610606] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  331.614829] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  361.337849] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  361.337900] [drm] PSP is resuming...
[  361.413781] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  361.515228] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  361.528999] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  361.529008] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  361.529015] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  361.529019] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  361.529073] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  361.583310] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  361.584586] [drm] DMUB hardware initialized: version=0x02020017
[  361.622350] [drm] kiq ring mec 2 pipe 1 q 0
[  361.628328] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  361.628838] [drm] JPEG decode initialized successfully.
[  361.628863] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  361.628867] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  361.628869] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  361.628871] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  361.628873] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  361.628875] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  361.628877] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  361.628879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  361.628881] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  361.628884] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  361.628886] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  361.628888] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  361.628890] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  361.628892] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  361.628894] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  361.628896] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  361.632468] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  391.386144] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  391.386179] [drm] PSP is resuming...
[  391.462002] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  391.562454] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  391.576571] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  391.576580] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  391.576587] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  391.576591] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  391.576647] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  391.631378] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  391.632778] [drm] DMUB hardware initialized: version=0x02020017
[  391.671145] [drm] kiq ring mec 2 pipe 1 q 0
[  391.676326] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  391.676487] [drm] JPEG decode initialized successfully.
[  391.676511] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  391.676515] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  391.676517] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  391.676519] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  391.676521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  391.676523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  391.676525] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  391.676527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  391.676529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  391.676531] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  391.676533] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  391.676536] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  391.676538] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  391.676540] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  391.676542] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  391.676544] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  391.680709] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  421.377625] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  421.377677] [drm] PSP is resuming...
[  421.453673] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  421.554113] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  421.567886] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  421.567893] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  421.567900] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  421.567904] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  421.567963] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  421.621947] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  421.623325] [drm] DMUB hardware initialized: version=0x02020017
[  421.662640] [drm] kiq ring mec 2 pipe 1 q 0
[  421.667986] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  421.668144] [drm] JPEG decode initialized successfully.
[  421.668167] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  421.668171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  421.668173] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  421.668175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  421.668177] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  421.668179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  421.668181] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  421.668183] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  421.668186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  421.668188] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  421.668190] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  421.668192] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  421.668194] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  421.668196] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  421.668198] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  421.668201] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  421.671276] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  451.465202] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  451.465236] [drm] PSP is resuming...
[  451.541466] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  451.642893] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  451.656999] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  451.657007] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  451.657014] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  451.657018] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  451.657072] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  451.711755] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  451.713144] [drm] DMUB hardware initialized: version=0x02020017
[  451.751180] [drm] kiq ring mec 2 pipe 1 q 0
[  451.756045] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  451.756460] [drm] JPEG decode initialized successfully.
[  451.756485] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  451.756489] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  451.756491] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  451.756493] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  451.756496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  451.756498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  451.756500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  451.756502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  451.756504] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  451.756506] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  451.756509] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  451.756511] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  451.756513] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  451.756515] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  451.756518] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  451.756520] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  451.760236] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  481.546087] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  481.546181] [drm] PSP is resuming...
[  481.622244] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  481.723896] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  481.737706] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  481.737716] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  481.737725] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  481.737729] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  481.737819] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  481.792592] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  481.794011] [drm] DMUB hardware initialized: version=0x02020017
[  481.832121] [drm] kiq ring mec 2 pipe 1 q 0
[  481.837532] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  481.837697] [drm] JPEG decode initialized successfully.
[  481.837724] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  481.837727] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  481.837730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  481.837732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  481.837734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  481.837736] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  481.837738] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  481.837740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  481.837758] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  481.837762] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  481.837765] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  481.837769] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  481.837773] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  481.837777] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  481.837781] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  481.837783] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  481.842591] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  511.554241] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  511.554286] [drm] PSP is resuming...
[  511.631660] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  511.733347] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  511.747260] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  511.747269] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  511.747276] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  511.747280] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  511.747334] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  511.801114] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  511.802394] [drm] DMUB hardware initialized: version=0x02020017
[  511.841253] [drm] kiq ring mec 2 pipe 1 q 0
[  511.847000] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  511.847160] [drm] JPEG decode initialized successfully.
[  511.847184] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  511.847187] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  511.847190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  511.847192] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  511.847194] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  511.847196] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  511.847198] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  511.847200] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  511.847202] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  511.847204] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  511.847206] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  511.847208] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  511.847210] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  511.847212] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  511.847215] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  511.847217] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  511.851246] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  541.593129] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  541.593161] [drm] PSP is resuming...
[  541.669126] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  541.769467] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  541.783239] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  541.783248] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  541.783255] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  541.783260] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  541.783313] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  541.837614] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  541.838919] [drm] DMUB hardware initialized: version=0x02020017
[  541.877290] [drm] kiq ring mec 2 pipe 1 q 0
[  541.882550] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  541.882761] [drm] JPEG decode initialized successfully.
[  541.882785] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  541.882789] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  541.882791] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  541.882794] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  541.882796] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  541.882798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  541.882800] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  541.882802] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  541.882804] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  541.882807] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  541.882809] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  541.882811] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  541.882813] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  541.882815] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  541.882818] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  541.882820] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  541.886151] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  571.562199] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  571.562240] [drm] PSP is resuming...
[  571.638245] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  571.739443] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  571.753247] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  571.753258] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  571.753265] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  571.753269] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  571.753328] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  571.808722] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  571.810325] [drm] DMUB hardware initialized: version=0x02020017
[  571.849259] [drm] kiq ring mec 2 pipe 1 q 0
[  571.855650] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  571.855815] [drm] JPEG decode initialized successfully.
[  571.855845] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  571.855851] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  571.855856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  571.855860] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  571.855865] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  571.855869] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  571.855873] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  571.855878] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  571.855883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  571.855887] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  571.855891] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  571.855896] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  571.855900] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  571.855904] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  571.855909] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  571.855913] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  571.859933] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  601.593154] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  601.593188] [drm] PSP is resuming...
[  601.669360] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  601.772597] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  601.786358] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  601.786365] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  601.786372] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  601.786376] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  601.786440] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  601.840899] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  601.842274] [drm] DMUB hardware initialized: version=0x02020017
[  601.880033] [drm] kiq ring mec 2 pipe 1 q 0
[  601.885838] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  601.886037] [drm] JPEG decode initialized successfully.
[  601.886066] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  601.886071] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  601.886075] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  601.886080] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  601.886084] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  601.886088] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  601.886092] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  601.886095] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  601.886099] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  601.886103] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  601.886107] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  601.886111] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  601.886115] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  601.886120] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  601.886124] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  601.886128] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  601.890047] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  631.609235] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  631.609278] [drm] PSP is resuming...
[  631.685237] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  631.785469] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  631.799328] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  631.799339] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  631.799348] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  631.799354] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  631.799413] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  631.853654] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  631.854966] [drm] DMUB hardware initialized: version=0x02020017
[  631.894042] [drm] kiq ring mec 2 pipe 1 q 0
[  631.899072] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  631.899306] [drm] JPEG decode initialized successfully.
[  631.899336] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  631.899341] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  631.899346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  631.899350] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  631.899354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  631.899358] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  631.899362] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  631.899366] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  631.899370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  631.899374] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  631.899378] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  631.899383] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  631.899387] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  631.899391] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  631.899395] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  631.899399] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  631.903914] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  661.618204] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  661.618241] [drm] PSP is resuming...
[  661.694122] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  661.794688] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  661.808603] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  661.808612] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  661.808619] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  661.808623] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  661.808707] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  661.862656] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  661.864062] [drm] DMUB hardware initialized: version=0x02020017
[  661.902920] [drm] kiq ring mec 2 pipe 1 q 0
[  661.908531] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  661.908688] [drm] JPEG decode initialized successfully.
[  661.908713] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  661.908716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  661.908719] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  661.908721] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  661.908723] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  661.908725] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  661.908727] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  661.908729] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  661.908732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  661.908734] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  661.908736] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  661.908738] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  661.908741] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  661.908761] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  661.908763] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  661.908765] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  661.912602] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  691.706226] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  691.706270] [drm] PSP is resuming...
[  691.783243] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  691.884774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  691.898512] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  691.898522] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  691.898532] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  691.898538] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  691.898596] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  691.952623] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  691.954062] [drm] DMUB hardware initialized: version=0x02020017
[  691.992122] [drm] kiq ring mec 2 pipe 1 q 0
[  691.997548] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  691.997707] [drm] JPEG decode initialized successfully.
[  691.997737] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  691.997755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  691.997759] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  691.997763] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  691.997768] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  691.997772] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  691.997775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  691.997779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  691.997783] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  691.997787] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  691.997791] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  691.997795] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  691.997799] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  691.997803] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  691.997807] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  691.997811] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  692.001646] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  721.682171] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  721.682210] [drm] PSP is resuming...
[  721.764891] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  721.865509] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  721.879996] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  721.880006] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  721.880013] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  721.880017] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  721.880071] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  721.939083] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  721.940576] [drm] DMUB hardware initialized: version=0x02020017
[  721.982273] [drm] kiq ring mec 2 pipe 1 q 0
[  721.990088] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  721.990341] [drm] JPEG decode initialized successfully.
[  721.990365] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  721.990369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  721.990371] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  721.990374] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  721.990377] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  721.990379] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  721.990381] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  721.990384] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  721.990386] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  721.990388] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  721.990391] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  721.990393] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  721.990396] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  721.990398] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  721.990401] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  721.990403] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  721.996420] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  751.698231] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  751.698274] [drm] PSP is resuming...
[  751.774112] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  751.875474] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  751.889264] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  751.889276] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  751.889285] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  751.889291] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  751.889349] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  751.943809] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  751.945191] [drm] DMUB hardware initialized: version=0x02020017
[  751.984190] [drm] kiq ring mec 2 pipe 1 q 0
[  751.989496] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  751.989657] [drm] JPEG decode initialized successfully.
[  751.989687] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  751.989692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  751.989696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  751.989700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  751.989704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  751.989708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  751.989712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  751.989716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  751.989720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  751.989724] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  751.989728] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  751.989732] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  751.989736] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  751.989759] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  751.989763] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  751.989767] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  751.993804] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  781.690104] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  781.690149] [drm] PSP is resuming...
[  781.766451] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  781.867005] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  781.880777] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  781.880789] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  781.880797] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  781.880804] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  781.880864] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  781.934852] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  781.936233] [drm] DMUB hardware initialized: version=0x02020017
[  781.974129] [drm] kiq ring mec 2 pipe 1 q 0
[  781.979814] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  781.979973] [drm] JPEG decode initialized successfully.
[  781.979997] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  781.980000] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  781.980002] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  781.980005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  781.980007] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  781.980009] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  781.980012] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  781.980014] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  781.980016] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  781.980018] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  781.980020] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  781.980023] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  781.980025] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  781.980027] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  781.980029] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  781.980031] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  781.984120] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  811.721150] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  811.721182] [drm] PSP is resuming...
[  811.797015] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  811.898355] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  811.912175] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  811.912189] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  811.912198] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  811.912204] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  811.912263] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  811.966530] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  811.967811] [drm] DMUB hardware initialized: version=0x02020017
[  812.006491] [drm] kiq ring mec 2 pipe 1 q 0
[  812.011883] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  812.012074] [drm] JPEG decode initialized successfully.
[  812.012099] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  812.012103] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  812.012106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  812.012108] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  812.012110] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  812.012113] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  812.012115] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  812.012117] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  812.012119] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  812.012121] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  812.012123] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  812.012126] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  812.012128] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  812.012130] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  812.012132] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  812.012134] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  812.023705] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  819.073168] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  819.073204] [drm] PSP is resuming...
[  819.149125] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  819.249488] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  819.263253] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  819.263264] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  819.263271] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  819.263275] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  819.263328] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  819.317611] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  819.319024] [drm] DMUB hardware initialized: version=0x02020017
[  819.358167] [drm] kiq ring mec 2 pipe 1 q 0
[  819.362703] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  819.363115] [drm] JPEG decode initialized successfully.
[  819.363145] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  819.363151] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  819.363155] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  819.363159] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  819.363163] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  819.363167] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  819.363171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  819.363175] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  819.363179] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  819.363183] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  819.363187] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  819.363191] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  819.363195] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  819.363199] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  819.363203] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  819.363207] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  819.366786] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  841.753164] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  841.753197] [drm] PSP is resuming...
[  841.829233] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  841.930447] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  841.944242] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  841.944253] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  841.944260] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  841.944265] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  841.944315] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  841.999647] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  842.001086] [drm] DMUB hardware initialized: version=0x02020017
[  842.039249] [drm] kiq ring mec 2 pipe 1 q 0
[  842.044589] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  842.044758] [drm] JPEG decode initialized successfully.
[  842.044788] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  842.044794] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  842.044799] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  842.044802] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  842.044807] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  842.044811] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  842.044815] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  842.044819] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  842.044823] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  842.044828] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  842.044832] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  842.044836] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  842.044840] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  842.044844] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  842.044848] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  842.044852] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  842.048731] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  871.834203] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  871.834240] [drm] PSP is resuming...
[  871.910236] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  872.013776] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  872.027612] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  872.027624] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  872.027633] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  872.027639] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  872.027712] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  872.082417] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  872.083827] [drm] DMUB hardware initialized: version=0x02020017
[  872.122657] [drm] kiq ring mec 2 pipe 1 q 0
[  872.127983] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  872.128273] [drm] JPEG decode initialized successfully.
[  872.128303] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  872.128308] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  872.128313] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  872.128316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  872.128320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  872.128324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  872.128327] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  872.128330] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  872.128333] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  872.128336] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  872.128339] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  872.128343] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  872.128347] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  872.128350] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  872.128355] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  872.128359] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  872.143134] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  901.818228] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  901.818271] [drm] PSP is resuming...
[  901.894266] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  901.996358] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  902.010247] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  902.010257] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  902.010265] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  902.010269] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  902.010322] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  902.065380] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  902.066758] [drm] DMUB hardware initialized: version=0x02020017
[  902.105022] [drm] kiq ring mec 2 pipe 1 q 0
[  902.110006] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  902.110270] [drm] JPEG decode initialized successfully.
[  902.110294] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  902.110297] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  902.110299] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  902.110301] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  902.110303] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  902.110305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  902.110308] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  902.110310] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  902.110312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  902.110314] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  902.110316] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  902.110318] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  902.110320] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  902.110322] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  902.110324] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  902.110326] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  902.120903] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  931.905280] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  931.905313] [drm] PSP is resuming...
[  931.981447] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  932.083590] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  932.097359] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  932.097369] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  932.097377] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  932.097380] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  932.097439] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  932.152516] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  932.153893] [drm] DMUB hardware initialized: version=0x02020017
[  932.192099] [drm] kiq ring mec 2 pipe 1 q 0
[  932.197264] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  932.197422] [drm] JPEG decode initialized successfully.
[  932.197446] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  932.197449] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  932.197452] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  932.197454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  932.197456] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  932.197458] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  932.197460] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  932.197462] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  932.197464] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  932.197467] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  932.197469] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  932.197471] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  932.197473] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  932.197475] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  932.197477] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  932.197479] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  932.201068] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  961.954230] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  961.954264] [drm] PSP is resuming...
[  962.030474] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  962.131996] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  962.145889] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  962.145898] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  962.145905] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  962.145909] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  962.145963] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  962.199995] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  962.201373] [drm] DMUB hardware initialized: version=0x02020017
[  962.239136] [drm] kiq ring mec 2 pipe 1 q 0
[  962.244863] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  962.245021] [drm] JPEG decode initialized successfully.
[  962.245046] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  962.245049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  962.245052] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  962.245054] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  962.245056] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  962.245058] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  962.245060] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  962.245062] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  962.245065] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  962.245067] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  962.245069] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  962.245072] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  962.245074] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  962.245076] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  962.245078] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  962.245080] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  962.248913] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  973.401631] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  973.401702] [drm] PSP is resuming...
[  973.477668] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  973.579999] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  973.593774] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  973.593780] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  973.593787] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  973.593791] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  973.593848] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  973.648120] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  973.649499] [drm] DMUB hardware initialized: version=0x02020017
[  973.687372] [drm] kiq ring mec 2 pipe 1 q 0
[  973.692438] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  973.692733] [drm] JPEG decode initialized successfully.
[  973.692767] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  973.692770] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  973.692773] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  973.692775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  973.692777] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  973.692779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  973.692782] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  973.692784] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  973.692786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  973.692788] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  973.692791] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  973.692793] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  973.692795] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  973.692797] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  973.692799] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  973.692801] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  973.696351] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[  991.916153] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[  991.916186] [drm] PSP is resuming...
[  991.992238] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[  992.092678] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  992.106490] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  992.106500] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[  992.106507] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[  992.106511] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[  992.106564] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[  992.160727] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[  992.162029] [drm] DMUB hardware initialized: version=0x02020017
[  992.200115] [drm] kiq ring mec 2 pipe 1 q 0
[  992.205106] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  992.205313] [drm] JPEG decode initialized successfully.
[  992.205342] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[  992.205347] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  992.205352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  992.205356] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  992.205360] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  992.205364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  992.205368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  992.205371] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  992.205375] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  992.205379] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  992.205383] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[  992.205387] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[  992.205391] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[  992.205395] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[  992.205399] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[  992.205403] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[  992.208922] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1021.993200] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1021.993232] [drm] PSP is resuming...
[ 1022.069586] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1022.170354] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1022.184164] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1022.184175] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1022.184184] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1022.184190] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1022.184252] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1022.238965] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1022.240375] [drm] DMUB hardware initialized: version=0x02020017
[ 1022.278988] [drm] kiq ring mec 2 pipe 1 q 0
[ 1022.284431] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1022.284634] [drm] JPEG decode initialized successfully.
[ 1022.284659] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1022.284662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1022.284665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1022.284667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1022.284670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1022.284672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1022.284674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1022.284676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1022.284678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1022.284681] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1022.284683] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1022.284686] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1022.284688] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1022.284690] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1022.284692] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1022.284694] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1022.288304] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1051.961230] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1051.961273] [drm] PSP is resuming...
[ 1052.037234] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1052.148236] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1052.162014] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1052.162027] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1052.162036] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1052.162042] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1052.162103] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1052.216427] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1052.217916] [drm] DMUB hardware initialized: version=0x02020017
[ 1052.255653] [drm] kiq ring mec 2 pipe 1 q 0
[ 1052.261589] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1052.261759] [drm] JPEG decode initialized successfully.
[ 1052.261790] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1052.261795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1052.261799] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1052.261803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1052.261808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1052.261812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1052.261816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1052.261820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1052.261824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1052.261828] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1052.261832] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1052.261837] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1052.261841] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1052.261845] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1052.261849] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1052.261853] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1052.265757] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1054.353072] ------------[ cut here ]------------
[ 1054.353161] WARNING: CPU: 10 PID: 3631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1054.353168] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1054.353251]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1054.353308] CPU: 10 PID: 3631 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1054.353312] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1054.353315] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1054.353318] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1054.353321] RSP: 0018:ffffa79913cef9e8 EFLAGS: 00010246
[ 1054.353325] RAX: 0000000000000000 RBX: ffff8f9b0dd7e590 RCX: 0000000000000000
[ 1054.353327] RDX: 0000000000000000 RSI: ffff8f9b0dd7e510 RDI: ffffa79913cefa10
[ 1054.353329] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1054.353331] R10: ffff8f9b0dd7e590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1054.353334] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1054.353336] FS:  00007faa945fc6c0(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 1054.353338] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1054.353341] CR2: 000033d400697000 CR3: 000000011fa46000 CR4: 0000000000750ee0
[ 1054.353343] PKRU: 55555554
[ 1054.353345] Call Trace:
[ 1054.353347]  <TASK>
[ 1054.353353]  submit_one_bio+0xd4/0xe0
[ 1054.353359]  submit_extent_page+0x142/0x550
[ 1054.353372]  read_extent_buffer_pages+0x584/0x9c0
[ 1054.353380]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1054.353384]  ? folio_unlock+0x1d/0x50
[ 1054.353391]  btrfs_read_extent_buffer+0x98/0x150
[ 1054.353396]  read_tree_block+0x43/0xa0
[ 1054.353400]  read_block_for_search+0x266/0x370
[ 1054.353412]  btrfs_search_slot+0x351/0xd30
[ 1054.353419]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1054.353425]  btrfs_real_readdir+0x14a/0x470
[ 1054.353429]  ? lock_is_held_type+0xe8/0x140
[ 1054.353435]  ? find_held_lock+0x32/0x90
[ 1054.353446]  iterate_dir+0x183/0x1d0
[ 1054.353452]  __x64_sys_getdents64+0x76/0x120
[ 1054.353456]  ? __pfx_filldir64+0x10/0x10
[ 1054.353460]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.353466]  do_syscall_64+0x5b/0x80
[ 1054.353470]  ? do_syscall_64+0x67/0x80
[ 1054.353473]  ? do_syscall_64+0x67/0x80
[ 1054.353476]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.353480]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1054.353484] RIP: 0033:0x7faaa75d4367
[ 1054.353506] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1054.353508] RSP: 002b:00007faa945fa5a8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1054.353512] RAX: ffffffffffffffda RBX: 000029481c258000 RCX: 00007faaa75d4367
[ 1054.353514] RDX: 0000000000008000 RSI: 000029481c258030 RDI: 000000000000071d
[ 1054.353516] RBP: 000029481c258004 R08: 000029481c258000 R09: 00007faa945fa47f
[ 1054.353518] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 1054.353520] R13: 0000000000000000 R14: 00007faa945fa830 R15: 00007faa945fa878
[ 1054.353530]  </TASK>
[ 1054.353532] irq event stamp: 8496475
[ 1054.353535] hardirqs last  enabled at (8496483): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1054.353539] hardirqs last disabled at (8496490): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1054.353541] softirqs last  enabled at (8493534): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1054.353545] softirqs last disabled at (8493529): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1054.353548] ---[ end trace 0000000000000000 ]---
[ 1054.353707] BTRFS error (device nvme0n1p3): level verify failed on logical 5039974596608 mirror 1 wanted 0 found 1
[ 1054.353782] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5039974596608 mirror 1
[ 1054.353788] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 1054.353812] BTRFS error (device nvme0n1p3): read failed, bytenr=5039974596608 check owner_root=256 transid=651564 has_first_key=1 first_key=(42747720 108 0) level=1 size=40
[ 1054.353819] CPU: 0 PID: 3631 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1054.353823] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1054.353825] Call Trace:
[ 1054.353828]  <TASK>
[ 1054.353831]  dump_stack_lvl+0x5b/0x77
[ 1054.353837]  read_extent_buffer_pages.cold+0x63/0xa2
[ 1054.353843]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1054.353849]  ? folio_unlock+0x1d/0x50
[ 1054.353854]  btrfs_read_extent_buffer+0x98/0x150
[ 1054.353860]  read_tree_block+0x43/0xa0
[ 1054.353864]  read_block_for_search+0x266/0x370
[ 1054.353875]  btrfs_search_slot+0x351/0xd30
[ 1054.353883]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1054.353889]  btrfs_real_readdir+0x14a/0x470
[ 1054.353892]  ? lock_is_held_type+0xe8/0x140
[ 1054.353896]  ? find_held_lock+0x32/0x90
[ 1054.353907]  iterate_dir+0x183/0x1d0
[ 1054.353913]  __x64_sys_getdents64+0x76/0x120
[ 1054.353916]  ? __pfx_filldir64+0x10/0x10
[ 1054.353921]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.353926]  do_syscall_64+0x5b/0x80
[ 1054.353930]  ? do_syscall_64+0x67/0x80
[ 1054.353933]  ? do_syscall_64+0x67/0x80
[ 1054.353935]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.353939]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1054.353942] RIP: 0033:0x7faaa75d4367
[ 1054.353957] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1054.353959] RSP: 002b:00007faa945fa5a8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1054.353963] RAX: ffffffffffffffda RBX: 000029481c258000 RCX: 00007faaa75d4367
[ 1054.353965] RDX: 0000000000008000 RSI: 000029481c258030 RDI: 000000000000071d
[ 1054.353967] RBP: 000029481c258004 R08: 000029481c258000 R09: 00007faa945fa47f
[ 1054.353968] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 1054.353970] R13: 0000000000000000 R14: 00007faa945fa830 R15: 00007faa945fa878
[ 1054.353981]  </TASK>
[ 1054.353983] BTRFS error (device nvme0n1p3): read failed, bytenr=5039974596608 check owner_root=256 transid=651564 has_first_key=1 first_key=(42747720 108 0) level=1 size=40
[ 1054.353987] CPU: 0 PID: 3631 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1054.353990] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1054.353992] Call Trace:
[ 1054.353994]  <TASK>
[ 1054.353996]  dump_stack_lvl+0x5b/0x77
[ 1054.354000]  read_extent_buffer_pages.cold+0x63/0xa2
[ 1054.354005]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1054.354009]  ? folio_unlock+0x1d/0x50
[ 1054.354014]  btrfs_read_extent_buffer+0x98/0x150
[ 1054.354020]  read_tree_block+0x43/0xa0
[ 1054.354023]  read_block_for_search+0x266/0x370
[ 1054.354034]  btrfs_search_slot+0x351/0xd30
[ 1054.354041]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1054.354046]  btrfs_real_readdir+0x14a/0x470
[ 1054.354049]  ? lock_is_held_type+0xe8/0x140
[ 1054.354052]  ? find_held_lock+0x32/0x90
[ 1054.354062]  iterate_dir+0x183/0x1d0
[ 1054.354067]  __x64_sys_getdents64+0x76/0x120
[ 1054.354070]  ? __pfx_filldir64+0x10/0x10
[ 1054.354075]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.354080]  do_syscall_64+0x5b/0x80
[ 1054.354084]  ? do_syscall_64+0x67/0x80
[ 1054.354086]  ? do_syscall_64+0x67/0x80
[ 1054.354089]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.354093]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1054.354095] RIP: 0033:0x7faaa75d4367
[ 1054.354099] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1054.354101] RSP: 002b:00007faa945fa5a8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1054.354104] RAX: ffffffffffffffda RBX: 000029481c258000 RCX: 00007faaa75d4367
[ 1054.354106] RDX: 0000000000008000 RSI: 000029481c258030 RDI: 000000000000071d
[ 1054.354107] RBP: 000029481c258004 R08: 000029481c258000 R09: 00007faa945fa47f
[ 1054.354109] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 1054.354111] R13: 0000000000000000 R14: 00007faa945fa830 R15: 00007faa945fa878
[ 1054.354121]  </TASK>
[ 1054.354123] BTRFS error (device nvme0n1p3): read failed, bytenr=5039974596608 check owner_root=256 transid=651564 has_first_key=1 first_key=(42747720 108 0) level=1 size=40
[ 1054.354126] CPU: 0 PID: 3631 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1054.354128] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1054.354130] Call Trace:
[ 1054.354132]  <TASK>
[ 1054.354134]  dump_stack_lvl+0x5b/0x77
[ 1054.354138]  read_extent_buffer_pages.cold+0x63/0xa2
[ 1054.354143]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1054.354147]  ? folio_unlock+0x1d/0x50
[ 1054.354152]  btrfs_read_extent_buffer+0x98/0x150
[ 1054.354157]  read_tree_block+0x43/0xa0
[ 1054.354161]  read_block_for_search+0x266/0x370
[ 1054.354172]  btrfs_search_slot+0x351/0xd30
[ 1054.354179]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1054.354183]  btrfs_real_readdir+0x14a/0x470
[ 1054.354186]  ? lock_is_held_type+0xe8/0x140
[ 1054.354190]  ? find_held_lock+0x32/0x90
[ 1054.354200]  iterate_dir+0x183/0x1d0
[ 1054.354205]  __x64_sys_getdents64+0x76/0x120
[ 1054.354208]  ? __pfx_filldir64+0x10/0x10
[ 1054.354212]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.354217]  do_syscall_64+0x5b/0x80
[ 1054.354221]  ? do_syscall_64+0x67/0x80
[ 1054.354223]  ? do_syscall_64+0x67/0x80
[ 1054.354226]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.354230]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1054.354232] RIP: 0033:0x7faaa75d4367
[ 1054.354235] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1054.354237] RSP: 002b:00007faa945fa5a8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1054.354240] RAX: ffffffffffffffda RBX: 000029481c258000 RCX: 00007faaa75d4367
[ 1054.354242] RDX: 0000000000008000 RSI: 000029481c258030 RDI: 000000000000071d
[ 1054.354244] RBP: 000029481c258004 R08: 000029481c258000 R09: 00007faa945fa47f
[ 1054.354246] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 1054.354248] R13: 0000000000000000 R14: 00007faa945fa830 R15: 00007faa945fa878
[ 1054.354257]  </TASK>
[ 1054.354259] BTRFS error (device nvme0n1p3): read failed, bytenr=5039974596608 check owner_root=256 transid=651564 has_first_key=1 first_key=(42747720 108 0) level=1 size=40
[ 1054.354262] CPU: 0 PID: 3631 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1054.354264] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1054.354266] Call Trace:
[ 1054.354268]  <TASK>
[ 1054.354270]  dump_stack_lvl+0x5b/0x77
[ 1054.354273]  read_extent_buffer_pages.cold+0x63/0xa2
[ 1054.354279]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1054.354283]  ? folio_unlock+0x1d/0x50
[ 1054.354288]  btrfs_read_extent_buffer+0x98/0x150
[ 1054.354293]  read_tree_block+0x43/0xa0
[ 1054.354297]  read_block_for_search+0x266/0x370
[ 1054.354307]  btrfs_search_slot+0x351/0xd30
[ 1054.354314]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1054.354319]  btrfs_real_readdir+0x14a/0x470
[ 1054.354322]  ? lock_is_held_type+0xe8/0x140
[ 1054.354326]  ? find_held_lock+0x32/0x90
[ 1054.354335]  iterate_dir+0x183/0x1d0
[ 1054.354340]  __x64_sys_getdents64+0x76/0x120
[ 1054.354343]  ? __pfx_filldir64+0x10/0x10
[ 1054.354348]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.354353]  do_syscall_64+0x5b/0x80
[ 1054.354356]  ? do_syscall_64+0x67/0x80
[ 1054.354359]  ? do_syscall_64+0x67/0x80
[ 1054.354362]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1054.354366]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1054.354368] RIP: 0033:0x7faaa75d4367
[ 1054.354371] Code: 50 fb ff 48 83 c4 08 48 89 e8 5b 5d c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 ff ff ff 7f 48 39 c2 48 0f 47 d0 b8 d9 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 8b 15 71 fa 0f 00 f7 d8 64 89 02 48
[ 1054.354373] RSP: 002b:00007faa945fa5a8 EFLAGS: 00000293 ORIG_RAX: 00000000000000d9
[ 1054.354376] RAX: ffffffffffffffda RBX: 000029481c258000 RCX: 00007faaa75d4367
[ 1054.354378] RDX: 0000000000008000 RSI: 000029481c258030 RDI: 000000000000071d
[ 1054.354379] RBP: 000029481c258004 R08: 000029481c258000 R09: 00007faa945fa47f
[ 1054.354381] R10: 0000000000001000 R11: 0000000000000293 R12: fffffffffffffdc8
[ 1054.354383] R13: 0000000000000000 R14: 00007faa945fa830 R15: 00007faa945fa878
[ 1054.354393]  </TASK>
[ 1082.073200] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1082.073233] [drm] PSP is resuming...
[ 1082.149780] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1082.251350] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1082.265141] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1082.265151] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1082.265158] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1082.265162] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1082.265216] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1082.319139] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1082.320441] [drm] DMUB hardware initialized: version=0x02020017
[ 1082.358633] [drm] kiq ring mec 2 pipe 1 q 0
[ 1082.363574] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1082.363816] [drm] JPEG decode initialized successfully.
[ 1082.363844] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1082.363847] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1082.363850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1082.363852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1082.363854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1082.363856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1082.363859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1082.363861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1082.363863] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1082.363865] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1082.363867] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1082.363869] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1082.363871] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1082.363874] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1082.363876] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1082.363878] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1082.367447] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1104.708560] ------------[ cut here ]------------
[ 1104.708677] WARNING: CPU: 9 PID: 7380 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1104.708684] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1104.708798]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1104.708853] CPU: 9 PID: 7380 Comm: x86_64-linux-gn Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1104.708856] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1104.708859] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1104.708862] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1104.708864] RSP: 0018:ffffa799175677b8 EFLAGS: 00010246
[ 1104.708868] RAX: 0000000000000000 RBX: ffff8f9afb87ced0 RCX: 0000000000000000
[ 1104.708870] RDX: 0000000000000000 RSI: ffff8f9afb87ce50 RDI: ffffa799175677e0
[ 1104.708872] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1104.708874] R10: ffff8f9afb87ced0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1104.708876] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1104.708878] FS:  00007f092a621040(0000) GS:ffff8fa5d8600000(0000) knlGS:0000000000000000
[ 1104.708881] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1104.708883] CR2: 00007f0928e493dc CR3: 00000001356c8000 CR4: 0000000000750ee0
[ 1104.708885] PKRU: 55555554
[ 1104.708887] Call Trace:
[ 1104.708889]  <TASK>
[ 1104.708894]  submit_one_bio+0xd4/0xe0
[ 1104.708900]  submit_extent_page+0x142/0x550
[ 1104.708912]  read_extent_buffer_pages+0x584/0x9c0
[ 1104.708918]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1104.708922]  ? folio_unlock+0x1d/0x50
[ 1104.708929]  btrfs_read_extent_buffer+0x98/0x150
[ 1104.708934]  read_tree_block+0x43/0xa0
[ 1104.708937]  read_block_for_search+0x266/0x370
[ 1104.708948]  btrfs_search_slot+0x351/0xd30
[ 1104.708956]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 1104.708961]  btrfs_lookup_file_extent+0x37/0x40
[ 1104.708965]  btrfs_get_extent+0x12a/0x940
[ 1104.708971]  ? sched_clock_local+0xe/0x80
[ 1104.708975]  ? sched_clock_cpu+0x9f/0xc0
[ 1104.708982]  btrfs_do_readpage+0x3bd/0x770
[ 1104.708985]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 1104.708991]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1104.708995]  btrfs_read_folio+0x6f/0x90
[ 1104.708998]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1104.709001]  filemap_read_folio+0x4d/0x100
[ 1104.709006]  ? __pfx_btrfs_read_folio+0x10/0x10
[ 1104.709008]  do_read_cache_folio+0xe4/0x1e0
[ 1104.709010]  ? sched_clock_cpu+0x9f/0xc0
[ 1104.709015]  read_cache_page+0x16/0x70
[ 1104.709018]  page_get_link+0x2a/0x1c0
[ 1104.709023]  vfs_readlink+0x8a/0xf0
[ 1104.709029]  do_readlinkat+0xf3/0x110
[ 1104.709035]  __x64_sys_readlink+0x1a/0x30
[ 1104.709038]  do_syscall_64+0x5b/0x80
[ 1104.709044]  ? lock_is_held_type+0xe8/0x140
[ 1104.709050]  ? do_syscall_64+0x67/0x80
[ 1104.709053]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1104.709057]  ? do_syscall_64+0x67/0x80
[ 1104.709060]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1104.709063]  ? do_syscall_64+0x67/0x80
[ 1104.709066]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1104.709070]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1104.709074] RIP: 0033:0x7f092a32032b
[ 1104.709094] Code: 73 01 c3 48 8b 0d dd 5a 0d 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa b8 59 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 05 c3 0f 1f 40 00 48 8b 15 a9 5a 0d 00 f7 d8
[ 1104.709096] RSP: 002b:00007fffc3e97bd8 EFLAGS: 00000206 ORIG_RAX: 0000000000000059
[ 1104.709099] RAX: ffffffffffffffda RBX: 00000000000003ff RCX: 00007f092a32032b
[ 1104.709101] RDX: 00000000000003ff RSI: 00007fffc3e98460 RDI: 00007fffc3e97c40
[ 1104.709103] RBP: 00007fffc3e97c40 R08: 00007fffc3e98067 R09: 00007fffc3e97c40
[ 1104.709105] R10: 0000000000000000 R11: 0000000000000206 R12: 00007fffc3e98460
[ 1104.709107] R13: 00007fffc3e97c40 R14: 00007fffc3e98460 R15: 00007fffc3e98450
[ 1104.709116]  </TASK>
[ 1104.709118] irq event stamp: 33769
[ 1104.709120] hardirqs last  enabled at (33777): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1104.709124] hardirqs last disabled at (33784): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1104.709127] softirqs last  enabled at (32812): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1104.709130] softirqs last disabled at (32803): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1104.709133] ---[ end trace 0000000000000000 ]---
[ 1105.771336] ------------[ cut here ]------------
[ 1105.771469] WARNING: CPU: 12 PID: 7422 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1105.771477] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1105.771556]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1105.771611] CPU: 12 PID: 7422 Comm: ldconfig Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1105.771614] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1105.771617] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1105.771620] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1105.771623] RSP: 0000:ffffa7991878b428 EFLAGS: 00010246
[ 1105.771626] RAX: 0000000000000000 RBX: ffff8f97172d4610 RCX: 0000000000000000
[ 1105.771628] RDX: 0000000000000000 RSI: ffff8f97172d4590 RDI: ffffa7991878b450
[ 1105.771630] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1105.771632] R10: ffff8f97172d4610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1105.771634] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1105.771637] FS:  000055555598f3c0(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 1105.771639] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1105.771641] CR2: 00007f2a37f65000 CR3: 000000011faa8000 CR4: 0000000000750ee0
[ 1105.771644] PKRU: 55555554
[ 1105.771646] Call Trace:
[ 1105.771648]  <TASK>
[ 1105.771653]  submit_one_bio+0xd4/0xe0
[ 1105.771660]  submit_extent_page+0x142/0x550
[ 1105.771673]  read_extent_buffer_pages+0x584/0x9c0
[ 1105.771680]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1105.771684]  ? folio_unlock+0x1d/0x50
[ 1105.771690]  btrfs_read_extent_buffer+0x98/0x150
[ 1105.771695]  read_tree_block+0x43/0xa0
[ 1105.771699]  read_block_for_search+0x266/0x370
[ 1105.771711]  btrfs_search_slot+0x351/0xd30
[ 1105.771720]  btrfs_lookup_csum+0x63/0x150
[ 1105.771727]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1105.771737]  btrfs_submit_compressed_read+0x359/0x470
[ 1105.771767]  submit_one_bio+0xc4/0xe0
[ 1105.771772]  submit_extent_page+0x4e2/0x550
[ 1105.771784]  btrfs_do_readpage+0x305/0x770
[ 1105.771788]  ? btrfs_lookup_ordered_range+0xe1/0x270
[ 1105.771797]  ? extent_readahead+0xb7/0x6f0
[ 1105.771799]  extent_readahead+0x3f7/0x6f0
[ 1105.771803]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1105.771816]  read_pages+0x7a/0x300
[ 1105.771823]  page_cache_ra_unbounded+0x131/0x1b0
[ 1105.771829]  filemap_fault+0x62c/0xae0
[ 1105.771834]  ? __lock_acquire+0x388/0x1ed0
[ 1105.771842]  __do_fault+0x33/0x1d0
[ 1105.771847]  do_fault+0x1e2/0x450
[ 1105.771851]  __handle_mm_fault+0x669/0xfb0
[ 1105.771863]  handle_mm_fault+0x16b/0x410
[ 1105.771868]  do_user_addr_fault+0x1e0/0x6b0
[ 1105.771875]  exc_page_fault+0x7e/0x2b0
[ 1105.771880]  asm_exc_page_fault+0x22/0x30
[ 1105.771884] RIP: 0033:0x7f2a37fed4f5
[ 1105.771906] Code: 01 00 00 00 41 89 c0 b9 01 00 00 00 e8 84 b6 04 00 ba 05 00 00 00 48 8d 35 9f d8 0a 00 49 89 c1 48 83 f8 ff 0f 84 fb 00 00 00 <0f> b7 00 48 3d 0b 01 00 00 0f 84 14 02 00 00 48 3d cc 00 00 00 0f
[ 1105.771909] RSP: 002b:00007fff86a33cf0 EFLAGS: 00010213
[ 1105.771911] RAX: 00007f2a37f65000 RBX: 0000555555991e80 RCX: 00007f2a38038b77
[ 1105.771913] RDX: 0000000000000005 RSI: 00007f2a3809ad87 RDI: 0000000000000000
[ 1105.771915] RBP: 00007fff86a34e70 R08: 0000000000000004 R09: 00007f2a37f65000
[ 1105.771917] R10: 0000000000000001 R11: 0000000000000246 R12: 00007fff86a34e68
[ 1105.771919] R13: 00007fff86a34e60 R14: 00007fff86a33e00 R15: 00005555559b6463
[ 1105.771929]  </TASK>
[ 1105.771931] irq event stamp: 238485
[ 1105.771933] hardirqs last  enabled at (238493): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1105.771937] hardirqs last disabled at (238500): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1105.771939] softirqs last  enabled at (229832): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1105.771943] softirqs last disabled at (229825): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1105.771946] ---[ end trace 0000000000000000 ]---
[ 1109.213330] ------------[ cut here ]------------
[ 1109.213339] WARNING: CPU: 3 PID: 7472 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1109.213346] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1109.213424]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1109.213480] CPU: 3 PID: 7472 Comm: winedevice.exe Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1109.213484] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1109.213487] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1109.213490] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1109.213492] RSP: 0018:ffffa799187eb5a8 EFLAGS: 00010246
[ 1109.213496] RAX: 0000000000000000 RBX: ffff8f9731112750 RCX: 0000000000000000
[ 1109.213498] RDX: 0000000000000000 RSI: ffff8f97311126d0 RDI: ffffa799187eb5d0
[ 1109.213500] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1109.213502] R10: ffff8f9731112750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1109.213504] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1109.213506] FS:  00000000010cf6c0(0000) GS:ffff8fa5d6e00000(0000) knlGS:000000007fed0000
[ 1109.213508] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1109.213510] CR2: 00007f3e51ada000 CR3: 0000000464dbc000 CR4: 0000000000750ee0
[ 1109.213513] PKRU: 55555554
[ 1109.213515] Call Trace:
[ 1109.213517]  <TASK>
[ 1109.213524]  submit_one_bio+0xd4/0xe0
[ 1109.213531]  submit_extent_page+0x142/0x550
[ 1109.213543]  read_extent_buffer_pages+0x584/0x9c0
[ 1109.213550]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1109.213554]  ? folio_unlock+0x1d/0x50
[ 1109.213561]  btrfs_read_extent_buffer+0x98/0x150
[ 1109.213566]  read_tree_block+0x43/0xa0
[ 1109.213570]  read_block_for_search+0x266/0x370
[ 1109.213581]  btrfs_search_slot+0x351/0xd30
[ 1109.213591]  btrfs_lookup_csum+0x63/0x150
[ 1109.213598]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1109.213608]  btrfs_submit_compressed_read+0x359/0x470
[ 1109.213617]  submit_one_bio+0xc4/0xe0
[ 1109.213622]  ? extent_readahead+0xb7/0x6f0
[ 1109.213624]  extent_readahead+0x6d3/0x6f0
[ 1109.213628]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1109.213641]  read_pages+0x7a/0x300
[ 1109.213648]  page_cache_ra_unbounded+0x131/0x1b0
[ 1109.213655]  filemap_fault+0x62c/0xae0
[ 1109.213660]  ? __lock_acquire+0x388/0x1ed0
[ 1109.213668]  __do_fault+0x33/0x1d0
[ 1109.213673]  do_fault+0x1e2/0x450
[ 1109.213678]  __handle_mm_fault+0x669/0xfb0
[ 1109.213689]  handle_mm_fault+0x16b/0x410
[ 1109.213695]  do_user_addr_fault+0x1e0/0x6b0
[ 1109.213702]  exc_page_fault+0x7e/0x2b0
[ 1109.213708]  asm_exc_page_fault+0x22/0x30
[ 1109.213712] RIP: 0033:0x7f3e51b63514
[ 1109.213734] Code: 3b 47 08 73 41 48 8b 47 28 48 89 fb 48 85 c0 74 5d 4c 8d 64 24 04 b9 04 00 00 00 4c 89 e2 ff d0 48 83 f8 04 75 20 48 8b 73 10 <41> 8b 04 24 0f c8 89 c0 48 83 c6 04 48 89 73 10 eb 13 66 2e 0f 1f
[ 1109.213736] RSP: 002b:00000000010cdb80 EFLAGS: 00010206
[ 1109.213739] RAX: 0000000000000000 RBX: 00007f3e4c06a670 RCX: 0000000000000000
[ 1109.213741] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00007f3e4c06a670
[ 1109.213867] RBP: 00000000010cdc10 R08: 0000000000000000 R09: 0000000000000000
[ 1109.213869] R10: 00007f3e4c017980 R11: 0000000000000056 R12: 00007f3e51ada000
[ 1109.213872] R13: 0000000000000000 R14: 00007f3e4c009070 R15: 00007f3e4c06a670
[ 1109.213881]  </TASK>
[ 1109.213883] irq event stamp: 574145
[ 1109.213885] hardirqs last  enabled at (574153): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1109.213889] hardirqs last disabled at (574160): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1109.213892] softirqs last  enabled at (574108): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1109.213896] softirqs last disabled at (573359): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1109.213898] ---[ end trace 0000000000000000 ]---
[ 1111.201528] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1111.201581] [drm] PSP is resuming...
[ 1111.277581] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1111.378477] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1111.392625] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1111.392643] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1111.392659] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1111.392672] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1111.392796] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1111.447002] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1111.448277] [drm] DMUB hardware initialized: version=0x02020017
[ 1111.486189] [drm] kiq ring mec 2 pipe 1 q 0
[ 1111.491412] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1111.491621] [drm] JPEG decode initialized successfully.
[ 1111.491643] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1111.491646] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1111.491648] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1111.491651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1111.491652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1111.491654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1111.491656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1111.491658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1111.491660] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1111.491662] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1111.491664] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1111.491666] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1111.491668] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1111.491669] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1111.491672] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1111.491673] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1111.496059] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1131.185256] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1131.185306] [drm] PSP is resuming...
[ 1131.261269] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1131.361892] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1131.375773] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1131.375784] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1131.375790] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1131.375794] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1131.375874] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1131.429763] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1131.431025] [drm] DMUB hardware initialized: version=0x02020017
[ 1131.469213] [drm] kiq ring mec 2 pipe 1 q 0
[ 1131.473944] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1131.474356] [drm] JPEG decode initialized successfully.
[ 1131.474379] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1131.474382] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1131.474384] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1131.474386] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1131.474388] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1131.474390] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1131.474392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1131.474394] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1131.474396] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1131.474398] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1131.474400] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1131.474402] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1131.474404] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1131.474406] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1131.474408] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1131.474410] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1131.478014] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1156.505194] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1156.505227] [drm] PSP is resuming...
[ 1156.581115] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1156.681566] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1156.695357] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1156.695364] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1156.695371] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1156.695374] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1156.695427] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1156.749617] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1156.751005] [drm] DMUB hardware initialized: version=0x02020017
[ 1156.789780] [drm] kiq ring mec 2 pipe 1 q 0
[ 1156.795425] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1156.795590] [drm] JPEG decode initialized successfully.
[ 1156.795613] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1156.795616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1156.795618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1156.795620] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1156.795622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1156.795624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1156.795626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1156.795628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1156.795630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1156.795632] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1156.795634] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1156.795636] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1156.795638] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1156.795640] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1156.795642] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1156.795644] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1156.799791] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1170.527510] ------------[ cut here ]------------
[ 1170.527619] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1170.527627] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1170.527719]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1170.527799] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1170.527803] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1170.527806] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1170.527809] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1170.527812] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 1170.527816] RAX: 0000000000000000 RBX: ffff8f972a553e10 RCX: 0000000000000000
[ 1170.527819] RDX: 0000000000000000 RSI: ffff8f972a553d90 RDI: ffffa7990487f7e8
[ 1170.527821] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1170.527823] R10: ffff8f972a553e10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1170.527826] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1170.527828] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 1170.527831] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1170.527833] CR2: 00000000c05cf000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 1170.527836] PKRU: 55555554
[ 1170.527838] Call Trace:
[ 1170.527841]  <TASK>
[ 1170.527848]  submit_one_bio+0xd4/0xe0
[ 1170.527856]  submit_extent_page+0x142/0x550
[ 1170.527870]  read_extent_buffer_pages+0x584/0x9c0
[ 1170.527877]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1170.527882]  ? folio_unlock+0x1d/0x50
[ 1170.527890]  btrfs_read_extent_buffer+0x98/0x150
[ 1170.527896]  read_tree_block+0x43/0xa0
[ 1170.527900]  read_block_for_search+0x266/0x370
[ 1170.527913]  btrfs_search_slot+0x351/0xd30
[ 1170.527917]  ? lock_is_held_type+0xe8/0x140
[ 1170.527926]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1170.527929]  ? kmem_cache_alloc+0x194/0x380
[ 1170.527936]  btrfs_del_csums+0x116/0x3b0
[ 1170.527942]  ? lock_release+0x14b/0x440
[ 1170.527949]  ? _raw_read_unlock+0x29/0x50
[ 1170.527956]  __btrfs_free_extent+0x486/0x7c0
[ 1170.527967]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1170.527984]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1170.527991]  btrfs_commit_transaction+0x93/0xed0
[ 1170.528002]  transaction_kthread+0x142/0x1b0
[ 1170.528009]  ? __pfx_transaction_kthread+0x10/0x10
[ 1170.528012]  kthread+0xf5/0x120
[ 1170.528015]  ? __pfx_kthread+0x10/0x10
[ 1170.528020]  ret_from_fork+0x2c/0x50
[ 1170.528032]  </TASK>
[ 1170.528035] irq event stamp: 7082543
[ 1170.528037] hardirqs last  enabled at (7082551): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1170.528041] hardirqs last disabled at (7082558): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1170.528044] softirqs last  enabled at (7082002): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1170.528048] softirqs last disabled at (7081997): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1170.528051] ---[ end trace 0000000000000000 ]---
[ 1170.621701] ------------[ cut here ]------------
[ 1170.621811] WARNING: CPU: 0 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1170.621821] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1170.621927]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1170.621990] CPU: 0 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1170.621994] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1170.621997] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1170.622001] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1170.622004] RSP: 0018:ffffa7990487f7a0 EFLAGS: 00010246
[ 1170.622007] RAX: 0000000000000000 RBX: ffff8f9b0dd7fc50 RCX: 0000000000000000
[ 1170.622010] RDX: 0000000000000000 RSI: ffff8f9b0dd7fbd0 RDI: ffffa7990487f7c8
[ 1170.622013] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1170.622015] R10: ffff8f9b0dd7fc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1170.622017] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1170.622020] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 1170.622022] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1170.622025] CR2: 00003170da286000 CR3: 000000013a26c000 CR4: 0000000000750ef0
[ 1170.622028] PKRU: 55555554
[ 1170.622030] Call Trace:
[ 1170.622033]  <TASK>
[ 1170.622040]  submit_one_bio+0xd4/0xe0
[ 1170.622047]  submit_extent_page+0x142/0x550
[ 1170.622062]  read_extent_buffer_pages+0x584/0x9c0
[ 1170.622069]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1170.622074]  ? folio_unlock+0x1d/0x50
[ 1170.622082]  btrfs_read_extent_buffer+0x98/0x150
[ 1170.622089]  read_tree_block+0x43/0xa0
[ 1170.622093]  read_block_for_search+0x266/0x370
[ 1170.622106]  btrfs_search_slot+0x351/0xd30
[ 1170.622117]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 1170.622122]  __add_to_free_space_tree+0x143/0x3b0
[ 1170.622127]  ? add_to_free_space_tree+0x75/0xe0
[ 1170.622136]  add_to_free_space_tree+0x89/0xe0
[ 1170.622142]  __btrfs_free_extent+0x4a2/0x7c0
[ 1170.622152]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1170.622169]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1170.622176]  btrfs_commit_transaction+0x93/0xed0
[ 1170.622188]  transaction_kthread+0x142/0x1b0
[ 1170.622194]  ? __pfx_transaction_kthread+0x10/0x10
[ 1170.622198]  kthread+0xf5/0x120
[ 1170.622202]  ? __pfx_kthread+0x10/0x10
[ 1170.622207]  ret_from_fork+0x2c/0x50
[ 1170.622219]  </TASK>
[ 1170.622222] irq event stamp: 7136591
[ 1170.622224] hardirqs last  enabled at (7136599): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1170.622229] hardirqs last disabled at (7136606): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1170.622232] softirqs last  enabled at (7135454): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1170.622235] softirqs last disabled at (7135447): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1170.622238] ---[ end trace 0000000000000000 ]---
[ 1171.530271] ------------[ cut here ]------------
[ 1171.530280] WARNING: CPU: 14 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1171.530289] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1171.530404]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1171.530483] CPU: 14 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1171.530487] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1171.530491] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1171.530496] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1171.530499] RSP: 0018:ffffa7990487f7a0 EFLAGS: 00010246
[ 1171.530504] RAX: 0000000000000000 RBX: ffff8f9921cc6750 RCX: 0000000000000000
[ 1171.530508] RDX: 0000000000000000 RSI: ffff8f9921cc66d0 RDI: ffffa7990487f7c8
[ 1171.530511] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1171.530514] R10: ffff8f9921cc6750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1171.530517] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1171.530520] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 1171.530523] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1171.530526] CR2: 00007f14daec16fc CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1171.530530] PKRU: 55555554
[ 1171.530533] Call Trace:
[ 1171.530536]  <TASK>
[ 1171.530545]  submit_one_bio+0xd4/0xe0
[ 1171.530554]  submit_extent_page+0x142/0x550
[ 1171.530572]  read_extent_buffer_pages+0x584/0x9c0
[ 1171.530582]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1171.530588]  ? folio_unlock+0x1d/0x50
[ 1171.530597]  btrfs_read_extent_buffer+0x98/0x150
[ 1171.530604]  read_tree_block+0x43/0xa0
[ 1171.530610]  read_block_for_search+0x266/0x370
[ 1171.530626]  btrfs_search_slot+0x351/0xd30
[ 1171.530641]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 1171.530647]  __add_to_free_space_tree+0x143/0x3b0
[ 1171.530652]  ? add_to_free_space_tree+0x75/0xe0
[ 1171.530664]  add_to_free_space_tree+0x89/0xe0
[ 1171.530671]  __btrfs_free_extent+0x4a2/0x7c0
[ 1171.530684]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1171.530701]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1171.530708]  btrfs_commit_transaction+0x93/0xed0
[ 1171.530720]  transaction_kthread+0x142/0x1b0
[ 1171.530727]  ? __pfx_transaction_kthread+0x10/0x10
[ 1171.530730]  kthread+0xf5/0x120
[ 1171.530734]  ? __pfx_kthread+0x10/0x10
[ 1171.530738]  ret_from_fork+0x2c/0x50
[ 1171.530771]  </TASK>
[ 1171.530773] irq event stamp: 7651965
[ 1171.530776] hardirqs last  enabled at (7651973): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1171.530780] hardirqs last disabled at (7651980): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1171.530783] softirqs last  enabled at (7651956): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1171.530787] softirqs last disabled at (7651951): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1171.530790] ---[ end trace 0000000000000000 ]---
[ 1171.698603] ------------[ cut here ]------------
[ 1171.698612] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1171.698620] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1171.698713]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1171.698794] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1171.698798] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1171.698801] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1171.698806] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1171.698809] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 1171.698813] RAX: 0000000000000000 RBX: ffff8f972a3f5cd0 RCX: 0000000000000000
[ 1171.698815] RDX: 0000000000000000 RSI: ffff8f972a3f5c50 RDI: ffffa7990487f7e8
[ 1171.698818] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1171.698820] R10: ffff8f972a3f5cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1171.698822] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1171.698825] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 1171.698827] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1171.698830] CR2: 000020e7b51ad000 CR3: 000000035842c000 CR4: 0000000000750ee0
[ 1171.698832] PKRU: 55555554
[ 1171.698835] Call Trace:
[ 1171.698837]  <TASK>
[ 1171.698845]  submit_one_bio+0xd4/0xe0
[ 1171.698853]  submit_extent_page+0x142/0x550
[ 1171.698867]  read_extent_buffer_pages+0x584/0x9c0
[ 1171.698875]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1171.698880]  ? folio_unlock+0x1d/0x50
[ 1171.698887]  btrfs_read_extent_buffer+0x98/0x150
[ 1171.698893]  read_tree_block+0x43/0xa0
[ 1171.698897]  read_block_for_search+0x266/0x370
[ 1171.698911]  btrfs_search_slot+0x351/0xd30
[ 1171.698915]  ? lock_is_held_type+0xe8/0x140
[ 1171.698924]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1171.698927]  ? kmem_cache_alloc+0x194/0x380
[ 1171.698934]  btrfs_del_csums+0x116/0x3b0
[ 1171.698939]  ? lock_release+0x14b/0x440
[ 1171.698946]  ? _raw_read_unlock+0x29/0x50
[ 1171.698953]  __btrfs_free_extent+0x486/0x7c0
[ 1171.698963]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1171.698980]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1171.698987]  btrfs_commit_transaction+0x93/0xed0
[ 1171.698999]  transaction_kthread+0x142/0x1b0
[ 1171.699005]  ? __pfx_transaction_kthread+0x10/0x10
[ 1171.699008]  kthread+0xf5/0x120
[ 1171.699011]  ? __pfx_kthread+0x10/0x10
[ 1171.699016]  ret_from_fork+0x2c/0x50
[ 1171.699028]  </TASK>
[ 1171.699030] irq event stamp: 7733533
[ 1171.699033] hardirqs last  enabled at (7733541): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1171.699037] hardirqs last disabled at (7733548): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1171.699040] softirqs last  enabled at (7733022): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1171.699044] softirqs last disabled at (7733017): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1171.699046] ---[ end trace 0000000000000000 ]---
[ 1172.370941] ------------[ cut here ]------------
[ 1172.370950] WARNING: CPU: 5 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1172.370958] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1172.371055]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1172.371120] CPU: 5 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1172.371124] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1172.371127] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1172.371130] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1172.371133] RSP: 0018:ffffa7990487f7a0 EFLAGS: 00010246
[ 1172.371137] RAX: 0000000000000000 RBX: ffff8f9790275090 RCX: 0000000000000000
[ 1172.371140] RDX: 0000000000000000 RSI: ffff8f9790275010 RDI: ffffa7990487f7c8
[ 1172.371142] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1172.371145] R10: ffff8f9790275090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1172.371147] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1172.371150] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 1172.371153] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1172.371155] CR2: 00002d75c5c74000 CR3: 000000013a26c000 CR4: 0000000000750ee0
[ 1172.371158] PKRU: 55555554
[ 1172.371160] Call Trace:
[ 1172.371163]  <TASK>
[ 1172.371170]  submit_one_bio+0xd4/0xe0
[ 1172.371178]  submit_extent_page+0x142/0x550
[ 1172.371193]  read_extent_buffer_pages+0x584/0x9c0
[ 1172.371201]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1172.371206]  ? folio_unlock+0x1d/0x50
[ 1172.371213]  btrfs_read_extent_buffer+0x98/0x150
[ 1172.371219]  read_tree_block+0x43/0xa0
[ 1172.371223]  read_block_for_search+0x266/0x370
[ 1172.371239]  btrfs_search_slot+0x351/0xd30
[ 1172.371251]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 1172.371256]  __add_to_free_space_tree+0x143/0x3b0
[ 1172.371260]  ? add_to_free_space_tree+0x75/0xe0
[ 1172.371270]  add_to_free_space_tree+0x89/0xe0
[ 1172.371276]  __btrfs_free_extent+0x4a2/0x7c0
[ 1172.371287]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1172.371303]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1172.371311]  btrfs_commit_transaction+0x93/0xed0
[ 1172.371323]  transaction_kthread+0x142/0x1b0
[ 1172.371330]  ? __pfx_transaction_kthread+0x10/0x10
[ 1172.371333]  kthread+0xf5/0x120
[ 1172.371337]  ? __pfx_kthread+0x10/0x10
[ 1172.371342]  ret_from_fork+0x2c/0x50
[ 1172.371354]  </TASK>
[ 1172.371357] irq event stamp: 8138529
[ 1172.371359] hardirqs last  enabled at (8138537): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1172.371363] hardirqs last disabled at (8138544): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1172.371366] softirqs last  enabled at (8136114): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1172.371371] softirqs last disabled at (8136109): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1172.371373] ---[ end trace 0000000000000000 ]---
[ 1172.744055] ------------[ cut here ]------------
[ 1172.744184] WARNING: CPU: 12 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1172.744192] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1172.744285]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1172.744348] CPU: 12 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1172.744352] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1172.744355] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1172.744359] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1172.744362] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 1172.744365] RAX: 0000000000000000 RBX: ffff8f973b4ffe10 RCX: 0000000000000000
[ 1172.744368] RDX: 0000000000000000 RSI: ffff8f973b4ffd90 RDI: ffffa7990487f780
[ 1172.744371] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1172.744373] R10: ffff8f973b4ffe10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1172.744376] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1172.744378] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 1172.744381] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1172.744383] CR2: 00000000c0670000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1172.744386] PKRU: 55555554
[ 1172.744388] Call Trace:
[ 1172.744390]  <TASK>
[ 1172.744398]  submit_one_bio+0xd4/0xe0
[ 1172.744405]  submit_extent_page+0x142/0x550
[ 1172.744419]  read_extent_buffer_pages+0x584/0x9c0
[ 1172.744427]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1172.744432]  ? folio_unlock+0x1d/0x50
[ 1172.744439]  btrfs_read_extent_buffer+0x98/0x150
[ 1172.744445]  read_tree_block+0x43/0xa0
[ 1172.744449]  read_block_for_search+0x266/0x370
[ 1172.744462]  btrfs_search_slot+0x351/0xd30
[ 1172.744470]  ? _raw_read_unlock+0x29/0x50
[ 1172.744477]  lookup_inline_extent_backref+0x15c/0x6e0
[ 1172.744484]  ? lock_is_held_type+0xe8/0x140
[ 1172.744492]  lookup_extent_backref+0x41/0xd0
[ 1172.744500]  __btrfs_free_extent+0xfb/0x7c0
[ 1172.744506]  ? sched_clock_cpu+0x20/0xc0
[ 1172.744515]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1172.744532]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1172.744539]  btrfs_commit_transaction+0x93/0xed0
[ 1172.744551]  transaction_kthread+0x142/0x1b0
[ 1172.744557]  ? __pfx_transaction_kthread+0x10/0x10
[ 1172.744560]  kthread+0xf5/0x120
[ 1172.744563]  ? __pfx_kthread+0x10/0x10
[ 1172.744568]  ret_from_fork+0x2c/0x50
[ 1172.744580]  </TASK>
[ 1172.744583] irq event stamp: 8330695
[ 1172.744585] hardirqs last  enabled at (8330703): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1172.744589] hardirqs last disabled at (8330710): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1172.744592] softirqs last  enabled at (8327348): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1172.744596] softirqs last disabled at (8327247): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1172.744599] ---[ end trace 0000000000000000 ]---
[ 1172.767678] ------------[ cut here ]------------
[ 1172.767691] WARNING: CPU: 12 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1172.767702] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1172.767826]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1172.767896] CPU: 12 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1172.767900] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1172.767904] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1172.767908] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1172.767911] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 1172.767915] RAX: 0000000000000000 RBX: ffff8f973b4fe750 RCX: 0000000000000000
[ 1172.767918] RDX: 0000000000000000 RSI: ffff8f973b4fe6d0 RDI: ffffa7990487f780
[ 1172.767921] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1172.767923] R10: ffff8f973b4fe750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1172.767925] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1172.767928] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 1172.767931] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1172.767933] CR2: 00007f2b3e674a50 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1172.767936] PKRU: 55555554
[ 1172.767939] Call Trace:
[ 1172.767941]  <TASK>
[ 1172.767949]  submit_one_bio+0xd4/0xe0
[ 1172.767957]  submit_extent_page+0x142/0x550
[ 1172.767971]  read_extent_buffer_pages+0x584/0x9c0
[ 1172.767979]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1172.767984]  ? folio_unlock+0x1d/0x50
[ 1172.767992]  btrfs_read_extent_buffer+0x98/0x150
[ 1172.767999]  read_tree_block+0x43/0xa0
[ 1172.768003]  read_block_for_search+0x266/0x370
[ 1172.768018]  btrfs_search_slot+0x351/0xd30
[ 1172.768026]  ? _raw_read_unlock+0x29/0x50
[ 1172.768034]  lookup_inline_extent_backref+0x15c/0x6e0
[ 1172.768041]  ? lock_is_held_type+0xe8/0x140
[ 1172.768050]  lookup_extent_backref+0x41/0xd0
[ 1172.768058]  __btrfs_free_extent+0xfb/0x7c0
[ 1172.768066]  ? sched_clock_cpu+0x20/0xc0
[ 1172.768076]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1172.768093]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1172.768100]  btrfs_commit_transaction+0x93/0xed0
[ 1172.768112]  transaction_kthread+0x142/0x1b0
[ 1172.768118]  ? __pfx_transaction_kthread+0x10/0x10
[ 1172.768121]  kthread+0xf5/0x120
[ 1172.768125]  ? __pfx_kthread+0x10/0x10
[ 1172.768130]  ret_from_fork+0x2c/0x50
[ 1172.768143]  </TASK>
[ 1172.768145] irq event stamp: 8346911
[ 1172.768148] hardirqs last  enabled at (8346919): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1172.768153] hardirqs last disabled at (8346926): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1172.768156] softirqs last  enabled at (8344550): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1172.768161] softirqs last disabled at (8344543): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1172.768164] ---[ end trace 0000000000000000 ]---
[ 1173.385202] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1173.385237] [drm] PSP is resuming...
[ 1173.461120] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1173.561556] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1173.575474] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1173.575486] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1173.575494] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1173.575499] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1173.575552] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1173.629516] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1173.630891] [drm] DMUB hardware initialized: version=0x02020017
[ 1173.670223] [drm] kiq ring mec 2 pipe 1 q 0
[ 1173.675048] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1173.675258] [drm] JPEG decode initialized successfully.
[ 1173.675282] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1173.675285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1173.675288] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1173.675290] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1173.675292] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1173.675294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1173.675296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1173.675298] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1173.675300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1173.675302] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1173.675304] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1173.675306] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1173.675308] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1173.675310] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1173.675313] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1173.675315] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1173.678824] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1173.822430] ------------[ cut here ]------------
[ 1173.822438] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1173.822446] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1173.822535]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1173.822596] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1173.822600] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1173.822602] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1173.822606] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1173.822609] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 1173.822613] RAX: 0000000000000000 RBX: ffff8f9738096910 RCX: 0000000000000000
[ 1173.822615] RDX: 0000000000000000 RSI: ffff8f9738096890 RDI: ffffa7990487f7e8
[ 1173.822618] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1173.822620] R10: ffff8f9738096910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1173.822622] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1173.822625] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 1173.822627] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1173.822630] CR2: 00000000c2600000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1173.822632] PKRU: 55555554
[ 1173.822635] Call Trace:
[ 1173.822637]  <TASK>
[ 1173.822645]  submit_one_bio+0xd4/0xe0
[ 1173.822652]  submit_extent_page+0x142/0x550
[ 1173.822666]  read_extent_buffer_pages+0x584/0x9c0
[ 1173.822673]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1173.822678]  ? folio_unlock+0x1d/0x50
[ 1173.822685]  btrfs_read_extent_buffer+0x98/0x150
[ 1173.822691]  read_tree_block+0x43/0xa0
[ 1173.822695]  read_block_for_search+0x266/0x370
[ 1173.822708]  btrfs_search_slot+0x351/0xd30
[ 1173.822712]  ? lock_is_held_type+0xe8/0x140
[ 1173.822720]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1173.822724]  ? kmem_cache_alloc+0x194/0x380
[ 1173.822730]  btrfs_del_csums+0x116/0x3b0
[ 1173.822735]  ? lock_release+0x14b/0x440
[ 1173.822762]  ? _raw_read_unlock+0x29/0x50
[ 1173.822770]  __btrfs_free_extent+0x486/0x7c0
[ 1173.822780]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1173.822797]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1173.822804]  btrfs_commit_transaction+0x93/0xed0
[ 1173.822816]  transaction_kthread+0x142/0x1b0
[ 1173.822823]  ? __pfx_transaction_kthread+0x10/0x10
[ 1173.822826]  kthread+0xf5/0x120
[ 1173.822830]  ? __pfx_kthread+0x10/0x10
[ 1173.822834]  ret_from_fork+0x2c/0x50
[ 1173.822847]  </TASK>
[ 1173.822849] irq event stamp: 8948927
[ 1173.822851] hardirqs last  enabled at (8948935): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1173.822855] hardirqs last disabled at (8948942): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1173.822858] softirqs last  enabled at (8948838): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1173.822862] softirqs last disabled at (8948833): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1173.822865] ---[ end trace 0000000000000000 ]---
[ 1173.823199] ------------[ cut here ]------------
[ 1173.823202] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1173.823206] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1173.823285]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1173.823340] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1173.823343] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1173.823345] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1173.823348] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1173.823351] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 1173.823354] RAX: 0000000000000000 RBX: ffff8f9738094ed0 RCX: 0000000000000000
[ 1173.823357] RDX: 0000000000000000 RSI: ffff8f9738094e50 RDI: ffffa7990487f7e8
[ 1173.823359] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1173.823361] R10: ffff8f9738094ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1173.823364] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1173.823366] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 1173.823368] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1173.823371] CR2: 00000000c2600000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1173.823373] PKRU: 55555554
[ 1173.823375] Call Trace:
[ 1173.823378]  <TASK>
[ 1173.823383]  submit_one_bio+0xd4/0xe0
[ 1173.823389]  submit_extent_page+0x142/0x550
[ 1173.823403]  read_extent_buffer_pages+0x584/0x9c0
[ 1173.823410]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1173.823415]  ? folio_unlock+0x1d/0x50
[ 1173.823421]  btrfs_read_extent_buffer+0x98/0x150
[ 1173.823427]  read_tree_block+0x43/0xa0
[ 1173.823431]  read_block_for_search+0x266/0x370
[ 1173.823443]  btrfs_search_slot+0x351/0xd30
[ 1173.823446]  ? lock_is_held_type+0xe8/0x140
[ 1173.823453]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1173.823456]  ? kmem_cache_alloc+0x194/0x380
[ 1173.823462]  btrfs_del_csums+0x116/0x3b0
[ 1173.823467]  ? lock_release+0x14b/0x440
[ 1173.823473]  ? _raw_read_unlock+0x29/0x50
[ 1173.823479]  __btrfs_free_extent+0x486/0x7c0
[ 1173.823489]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1173.823505]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1173.823512]  btrfs_commit_transaction+0x93/0xed0
[ 1173.823523]  transaction_kthread+0x142/0x1b0
[ 1173.823529]  ? __pfx_transaction_kthread+0x10/0x10
[ 1173.823532]  kthread+0xf5/0x120
[ 1173.823535]  ? __pfx_kthread+0x10/0x10
[ 1173.823540]  ret_from_fork+0x2c/0x50
[ 1173.823551]  </TASK>
[ 1173.823553] irq event stamp: 8950283
[ 1173.823555] hardirqs last  enabled at (8950291): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1173.823558] hardirqs last disabled at (8950298): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1173.823561] softirqs last  enabled at (8948838): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1173.823564] softirqs last disabled at (8948833): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1173.823567] ---[ end trace 0000000000000000 ]---
[ 1173.862422] ------------[ cut here ]------------
[ 1173.862534] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1173.862541] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1173.862635]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1173.862700] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1173.862703] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1173.862706] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1173.862710] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1173.862713] RSP: 0018:ffffa7990487f7b0 EFLAGS: 00010246
[ 1173.862717] RAX: 0000000000000000 RBX: ffff8f972a3f6c90 RCX: 0000000000000000
[ 1173.862720] RDX: 0000000000000000 RSI: ffff8f972a3f6c10 RDI: ffffa7990487f7d8
[ 1173.862722] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1173.862725] R10: ffff8f972a3f6c90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1173.862727] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1173.862730] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 1173.862732] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1173.862735] CR2: 00007f47388e9000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1173.862738] PKRU: 55555554
[ 1173.862740] Call Trace:
[ 1173.862764]  <TASK>
[ 1173.862771]  submit_one_bio+0xd4/0xe0
[ 1173.862778]  submit_extent_page+0x142/0x550
[ 1173.862793]  read_extent_buffer_pages+0x584/0x9c0
[ 1173.862800]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1173.862805]  ? folio_unlock+0x1d/0x50
[ 1173.862813]  btrfs_read_extent_buffer+0x98/0x150
[ 1173.862819]  read_tree_block+0x43/0xa0
[ 1173.862823]  btrfs_read_node_slot+0x154/0x1a0
[ 1173.862833]  push_leaf_right+0xa8/0x1e0
[ 1173.862841]  btrfs_del_items+0x487/0x4c0
[ 1173.862851]  btrfs_del_csums+0x1e7/0x3b0
[ 1173.862857]  ? lock_release+0x14b/0x440
[ 1173.862864]  ? _raw_read_unlock+0x29/0x50
[ 1173.862872]  __btrfs_free_extent+0x486/0x7c0
[ 1173.862882]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1173.862899]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1173.862906]  btrfs_commit_transaction+0x93/0xed0
[ 1173.862918]  transaction_kthread+0x142/0x1b0
[ 1173.862924]  ? __pfx_transaction_kthread+0x10/0x10
[ 1173.862927]  kthread+0xf5/0x120
[ 1173.862931]  ? __pfx_kthread+0x10/0x10
[ 1173.862936]  ret_from_fork+0x2c/0x50
[ 1173.862948]  </TASK>
[ 1173.862951] irq event stamp: 8971887
[ 1173.862953] hardirqs last  enabled at (8971895): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1173.862959] hardirqs last disabled at (8971902): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1173.862962] softirqs last  enabled at (8971690): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1173.862968] softirqs last disabled at (8971679): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1173.862971] ---[ end trace 0000000000000000 ]---
[ 1174.761811] ------------[ cut here ]------------
[ 1174.761820] WARNING: CPU: 14 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1174.761827] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1174.761920]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1174.761984] CPU: 14 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1174.761987] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1174.761990] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1174.761994] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1174.761997] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 1174.762000] RAX: 0000000000000000 RBX: ffff8f9921cc40d0 RCX: 0000000000000000
[ 1174.762003] RDX: 0000000000000000 RSI: ffff8f9921cc4050 RDI: ffffa7990487f7e8
[ 1174.762005] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1174.762008] R10: ffff8f9921cc40d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1174.762010] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1174.762012] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 1174.762015] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1174.762018] CR2: 00001c50052fc000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 1174.762020] PKRU: 55555554
[ 1174.762023] Call Trace:
[ 1174.762025]  <TASK>
[ 1174.762033]  submit_one_bio+0xd4/0xe0
[ 1174.762040]  submit_extent_page+0x142/0x550
[ 1174.762054]  read_extent_buffer_pages+0x584/0x9c0
[ 1174.762063]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1174.762068]  ? folio_unlock+0x1d/0x50
[ 1174.762075]  btrfs_read_extent_buffer+0x98/0x150
[ 1174.762082]  read_tree_block+0x43/0xa0
[ 1174.762086]  read_block_for_search+0x266/0x370
[ 1174.762099]  btrfs_search_slot+0x351/0xd30
[ 1174.762103]  ? lock_is_held_type+0xe8/0x140
[ 1174.762111]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 1174.762115]  ? kmem_cache_alloc+0x194/0x380
[ 1174.762121]  btrfs_del_csums+0x116/0x3b0
[ 1174.762126]  ? lock_release+0x14b/0x440
[ 1174.762134]  ? _raw_read_unlock+0x29/0x50
[ 1174.762141]  __btrfs_free_extent+0x486/0x7c0
[ 1174.762151]  __btrfs_run_delayed_refs+0x303/0x1260
[ 1174.762168]  btrfs_run_delayed_refs+0x89/0x1d0
[ 1174.762175]  btrfs_commit_transaction+0x93/0xed0
[ 1174.762187]  transaction_kthread+0x142/0x1b0
[ 1174.762193]  ? __pfx_transaction_kthread+0x10/0x10
[ 1174.762197]  kthread+0xf5/0x120
[ 1174.762201]  ? __pfx_kthread+0x10/0x10
[ 1174.762205]  ret_from_fork+0x2c/0x50
[ 1174.762218]  </TASK>
[ 1174.762220] irq event stamp: 9426935
[ 1174.762222] hardirqs last  enabled at (9426943): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1174.762226] hardirqs last disabled at (9426950): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1174.762229] softirqs last  enabled at (9425754): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1174.762233] softirqs last disabled at (9425749): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1174.762236] ---[ end trace 0000000000000000 ]---
[ 1181.105141] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1181.105174] [drm] PSP is resuming...
[ 1181.181338] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1181.282884] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1181.296705] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1181.296715] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1181.296722] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1181.296726] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1181.296790] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1181.350841] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1181.352220] [drm] DMUB hardware initialized: version=0x02020017
[ 1181.390066] [drm] kiq ring mec 2 pipe 1 q 0
[ 1181.395659] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1181.395817] [drm] JPEG decode initialized successfully.
[ 1181.395842] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1181.395845] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1181.395848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1181.395850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1181.395852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1181.395854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1181.395856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1181.395858] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1181.395861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1181.395863] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1181.395865] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1181.395867] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1181.395869] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1181.395872] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1181.395874] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1181.395876] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1181.400008] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1202.090255] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1202.090304] [drm] PSP is resuming...
[ 1202.166705] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1202.266999] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1202.280889] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1202.280899] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1202.280907] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1202.280911] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1202.280964] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1202.335292] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1202.336677] [drm] DMUB hardware initialized: version=0x02020017
[ 1202.374774] [drm] kiq ring mec 2 pipe 1 q 0
[ 1202.379871] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1202.380232] [drm] JPEG decode initialized successfully.
[ 1202.380256] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1202.380260] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1202.380262] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1202.380264] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1202.380267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1202.380269] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1202.380271] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1202.380273] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1202.380275] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1202.380277] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1202.380280] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1202.380282] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1202.380284] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1202.380286] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1202.380288] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1202.380290] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1202.388842] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1214.173369] ------------[ cut here ]------------
[ 1214.173509] WARNING: CPU: 14 PID: 3676 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1214.173517] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1214.173596]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1214.173651] CPU: 14 PID: 3676 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1214.173654] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1214.173657] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1214.173660] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1214.173663] RSP: 0018:ffffa79913de7660 EFLAGS: 00010246
[ 1214.173667] RAX: 0000000000000000 RBX: ffff8f9921cc6590 RCX: 0000000000000000
[ 1214.173669] RDX: 0000000000000000 RSI: ffff8f9921cc6510 RDI: ffffa79913de7688
[ 1214.173671] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1214.173673] R10: ffff8f9921cc6590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1214.173675] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1214.173677] FS:  00007f55053fd6c0(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 1214.173680] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1214.173682] CR2: 000020e7b5857000 CR3: 0000000130ef4000 CR4: 0000000000750ee0
[ 1214.173684] PKRU: 55555554
[ 1214.173686] Call Trace:
[ 1214.173689]  <TASK>
[ 1214.173696]  submit_one_bio+0xd4/0xe0
[ 1214.173702]  submit_extent_page+0x142/0x550
[ 1214.173715]  read_extent_buffer_pages+0x584/0x9c0
[ 1214.173722]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1214.173726]  ? folio_unlock+0x1d/0x50
[ 1214.173733]  btrfs_read_extent_buffer+0x98/0x150
[ 1214.173738]  read_tree_block+0x43/0xa0
[ 1214.173742]  read_block_for_search+0x266/0x370
[ 1214.173872]  btrfs_search_slot+0x351/0xd30
[ 1214.173883]  btrfs_lookup_dir_item+0x7d/0xe0
[ 1214.173890]  btrfs_lookup_dentry+0xd2/0x5c0
[ 1214.173895]  ? d_alloc_parallel+0x34b/0x810
[ 1214.173904]  btrfs_lookup+0xe/0x30
[ 1214.173908]  __lookup_slow+0x10f/0x1c0
[ 1214.173915]  ? lock_is_held_type+0xe8/0x140
[ 1214.173924]  ? lock_is_held_type+0xe8/0x140
[ 1214.173929]  walk_component+0xdb/0x150
[ 1214.173934]  path_lookupat+0x67/0x1a0
[ 1214.173938]  filename_lookup+0xd3/0x1c0
[ 1214.173955]  vfs_statx+0x8e/0x150
[ 1214.173962]  vfs_fstatat+0x51/0x70
[ 1214.173966]  __do_sys_newlstat+0x34/0x60
[ 1214.173977]  do_syscall_64+0x5b/0x80
[ 1214.173981]  ? do_syscall_64+0x67/0x80
[ 1214.173984]  ? do_syscall_64+0x67/0x80
[ 1214.173988]  ? do_syscall_64+0x67/0x80
[ 1214.173991]  ? do_syscall_64+0x67/0x80
[ 1214.173994]  ? do_syscall_64+0x67/0x80
[ 1214.173997]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1214.174001]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1214.174005] RIP: 0033:0x7f55166a5498
[ 1214.174026] Code: 00 f7 d8 64 89 02 b8 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa 89 f8 48 89 f7 48 89 d6 83 f8 01 77 2f b8 06 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 08 c3 0f 1f 80 00 00 00 00 48 8b 15 39 59 0c
[ 1214.174029] RSP: 002b:00007f55053fbb08 EFLAGS: 00000246 ORIG_RAX: 0000000000000006
[ 1214.174032] RAX: ffffffffffffffda RBX: 00007f55053fbbe0 RCX: 00007f55166a5498
[ 1214.174034] RDX: 00007f55053fbbe0 RSI: 00007f55053fbbe0 RDI: 000018b8033e4fd0
[ 1214.174036] RBP: 00007f55053fbbc0 R08: 000000000000fffe R09: 0000000000000000
[ 1214.174038] R10: 00007ffe723cc080 R11: 0000000000000246 R12: 00007f55053fbb40
[ 1214.174040] R13: 000018b800450c88 R14: 000018b8033e4fd0 R15: 00007f55053fbb18
[ 1214.174050]  </TASK>
[ 1214.174052] irq event stamp: 2448539
[ 1214.174054] hardirqs last  enabled at (2448547): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1214.174058] hardirqs last disabled at (2448554): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1214.174061] softirqs last  enabled at (2448278): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1214.174064] softirqs last disabled at (2447661): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1214.174067] ---[ end trace 0000000000000000 ]---
[ 1232.121181] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1232.121219] [drm] PSP is resuming...
[ 1232.197228] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1232.298013] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1232.312001] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1232.312010] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1232.312018] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1232.312022] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1232.312076] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1232.366602] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1232.367900] [drm] DMUB hardware initialized: version=0x02020017
[ 1232.406797] [drm] kiq ring mec 2 pipe 1 q 0
[ 1232.412717] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1232.413229] [drm] JPEG decode initialized successfully.
[ 1232.413254] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1232.413258] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1232.413260] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1232.413263] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1232.413265] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1232.413267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1232.413269] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1232.413271] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1232.413274] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1232.413276] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1232.413278] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1232.413280] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1232.413282] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1232.413285] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1232.413287] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1232.413289] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1232.416883] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1262.161161] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1262.161195] [drm] PSP is resuming...
[ 1262.237232] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1262.337278] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1262.351008] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1262.351020] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1262.351029] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1262.351035] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1262.351094] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1262.405646] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1262.406972] [drm] DMUB hardware initialized: version=0x02020017
[ 1262.446119] [drm] kiq ring mec 2 pipe 1 q 0
[ 1262.451037] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1262.451323] [drm] JPEG decode initialized successfully.
[ 1262.451352] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1262.451357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1262.451362] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1262.451365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1262.451370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1262.451374] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1262.451377] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1262.451381] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1262.451385] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1262.451389] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1262.451393] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1262.451397] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1262.451399] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1262.451401] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1262.451403] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1262.451405] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1262.462304] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1292.194159] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1292.194196] [drm] PSP is resuming...
[ 1292.270224] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1292.370448] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1292.384244] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1292.384253] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1292.384261] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1292.384265] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1292.384323] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1292.439328] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1292.440706] [drm] DMUB hardware initialized: version=0x02020017
[ 1292.479304] [drm] kiq ring mec 2 pipe 1 q 0
[ 1292.484021] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1292.484317] [drm] JPEG decode initialized successfully.
[ 1292.484341] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1292.484345] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1292.484347] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1292.484349] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1292.484352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1292.484354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1292.484356] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1292.484358] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1292.484360] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1292.484362] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1292.484365] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1292.484367] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1292.484369] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1292.484371] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1292.484373] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1292.484376] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1292.487900] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1322.217199] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1322.217235] [drm] PSP is resuming...
[ 1322.293233] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1322.393699] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1322.407607] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1322.407619] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1322.407628] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1322.407634] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1322.407691] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1322.461698] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1322.463099] [drm] DMUB hardware initialized: version=0x02020017
[ 1322.501793] [drm] kiq ring mec 2 pipe 1 q 0
[ 1322.507039] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1322.507245] [drm] JPEG decode initialized successfully.
[ 1322.507269] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1322.507273] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1322.507275] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1322.507278] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1322.507280] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1322.507282] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1322.507284] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1322.507286] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1322.507288] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1322.507290] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1322.507292] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1322.507295] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1322.507297] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1322.507299] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1322.507301] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1322.507303] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1322.510944] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1352.209199] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1352.209236] [drm] PSP is resuming...
[ 1352.285113] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1352.385334] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1352.401451] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1352.401461] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1352.401469] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1352.401473] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1352.401526] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1352.456382] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1352.457784] [drm] DMUB hardware initialized: version=0x02020017
[ 1352.495917] [drm] kiq ring mec 2 pipe 1 q 0
[ 1352.501068] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1352.501284] [drm] JPEG decode initialized successfully.
[ 1352.501314] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1352.501319] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1352.501324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1352.501328] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1352.501332] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1352.501336] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1352.501340] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1352.501344] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1352.501348] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1352.501352] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1352.501356] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1352.501361] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1352.501364] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1352.501368] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1352.501372] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1352.501376] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1352.504849] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1382.273188] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1382.273223] [drm] PSP is resuming...
[ 1382.349233] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1382.449779] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1382.463616] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1382.463626] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1382.463635] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1382.463640] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1382.463696] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1382.518366] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1382.519778] [drm] DMUB hardware initialized: version=0x02020017
[ 1382.558078] [drm] kiq ring mec 2 pipe 1 q 0
[ 1382.563077] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1382.563289] [drm] JPEG decode initialized successfully.
[ 1382.563313] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1382.563317] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1382.563319] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1382.563321] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1382.563324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1382.563326] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1382.563328] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1382.563330] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1382.563332] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1382.563334] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1382.563336] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1382.563338] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1382.563341] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1382.563343] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1382.563345] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1382.563347] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1382.566880] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1412.249204] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1412.249241] [drm] PSP is resuming...
[ 1412.325232] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1412.426779] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1412.440609] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1412.440619] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1412.440628] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1412.440634] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1412.440692] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1412.494686] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1412.495972] [drm] DMUB hardware initialized: version=0x02020017
[ 1412.533719] [drm] kiq ring mec 2 pipe 1 q 0
[ 1412.539114] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1412.539315] [drm] JPEG decode initialized successfully.
[ 1412.539339] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1412.539343] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1412.539345] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1412.539347] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1412.539349] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1412.539352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1412.539354] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1412.539356] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1412.539358] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1412.539360] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1412.539362] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1412.539364] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1412.539366] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1412.539369] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1412.539371] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1412.539373] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1412.542909] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1442.289180] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1442.289212] [drm] PSP is resuming...
[ 1442.365232] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1442.465781] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1442.486012] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1442.486025] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1442.486034] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1442.486040] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1442.486099] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1442.540337] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1442.541818] [drm] DMUB hardware initialized: version=0x02020017
[ 1442.579070] [drm] kiq ring mec 2 pipe 1 q 0
[ 1442.584569] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1442.584734] [drm] JPEG decode initialized successfully.
[ 1442.584787] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1442.584793] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1442.584797] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1442.584801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1442.584805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1442.584809] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1442.584813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1442.584817] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1442.584821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1442.584825] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1442.584829] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1442.584833] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1442.584837] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1442.584841] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1442.584845] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1442.584849] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1442.588950] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1472.330213] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1472.330246] [drm] PSP is resuming...
[ 1472.406234] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1472.507680] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1472.521602] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1472.521612] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1472.521619] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1472.521624] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1472.521678] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1472.576598] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1472.578004] [drm] DMUB hardware initialized: version=0x02020017
[ 1472.616226] [drm] kiq ring mec 2 pipe 1 q 0
[ 1472.621007] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1472.621316] [drm] JPEG decode initialized successfully.
[ 1472.621340] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1472.621344] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1472.621346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1472.621348] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1472.621350] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1472.621353] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1472.621355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1472.621357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1472.621359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1472.621361] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1472.621363] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1472.621366] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1472.621368] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1472.621370] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1472.621372] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1472.621374] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1472.625442] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1502.377167] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1502.377212] [drm] PSP is resuming...
[ 1502.453230] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1502.556451] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1502.570363] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1502.570372] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1502.570380] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1502.570384] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1502.570437] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1502.625403] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1502.626919] [drm] DMUB hardware initialized: version=0x02020017
[ 1502.665296] [drm] kiq ring mec 2 pipe 1 q 0
[ 1502.670073] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1502.670330] [drm] JPEG decode initialized successfully.
[ 1502.670355] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1502.670359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1502.670361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1502.670364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1502.670366] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1502.670368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1502.670370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1502.670372] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1502.670374] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1502.670377] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1502.670379] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1502.670381] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1502.670383] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1502.670386] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1502.670388] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1502.670390] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1502.673922] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1532.417223] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1532.417268] [drm] PSP is resuming...
[ 1532.493226] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1532.593793] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1532.607737] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1532.607762] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1532.607772] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1532.607778] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1532.607843] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1532.662619] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1532.664059] [drm] DMUB hardware initialized: version=0x02020017
[ 1532.702140] [drm] kiq ring mec 2 pipe 1 q 0
[ 1532.707060] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1532.707297] [drm] JPEG decode initialized successfully.
[ 1532.707321] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1532.707325] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1532.707327] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1532.707329] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1532.707331] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1532.707333] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1532.707335] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1532.707337] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1532.707339] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1532.707342] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1532.707344] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1532.707346] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1532.707348] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1532.707350] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1532.707352] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1532.707354] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1532.710932] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1562.402219] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1562.402264] [drm] PSP is resuming...
[ 1562.478340] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1562.581337] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1562.595135] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1562.595143] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1562.595151] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1562.595155] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1562.595210] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1562.650012] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1562.651294] [drm] DMUB hardware initialized: version=0x02020017
[ 1562.689149] [drm] kiq ring mec 2 pipe 1 q 0
[ 1562.694589] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1562.694762] [drm] JPEG decode initialized successfully.
[ 1562.694790] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1562.694796] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1562.694800] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1562.694804] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1562.694808] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1562.694812] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1562.694816] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1562.694820] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1562.694824] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1562.694829] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1562.694833] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1562.694837] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1562.694841] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1562.694845] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1562.694849] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1562.694853] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1562.698863] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1592.473168] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1592.473201] [drm] PSP is resuming...
[ 1592.550782] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1592.651086] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1592.664886] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1592.664894] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1592.664901] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1592.664906] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1592.664960] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1592.719430] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1592.720835] [drm] DMUB hardware initialized: version=0x02020017
[ 1592.759141] [drm] kiq ring mec 2 pipe 1 q 0
[ 1592.764468] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1592.764633] [drm] JPEG decode initialized successfully.
[ 1592.764662] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1592.764668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1592.764672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1592.764676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1592.764680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1592.764684] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1592.764688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1592.764692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1592.764696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1592.764701] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1592.764705] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1592.764709] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1592.764713] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1592.764717] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1592.764721] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1592.764725] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1592.768601] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1622.490151] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1622.490185] [drm] PSP is resuming...
[ 1622.566113] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1622.667450] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1622.681244] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1622.681252] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1622.681259] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1622.681263] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1622.681316] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1622.735538] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1622.736913] [drm] DMUB hardware initialized: version=0x02020017
[ 1622.775089] [drm] kiq ring mec 2 pipe 1 q 0
[ 1622.780451] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1622.780610] [drm] JPEG decode initialized successfully.
[ 1622.780634] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1622.780638] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1622.780640] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1622.780642] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1622.780644] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1622.780647] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1622.780649] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1622.780651] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1622.780653] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1622.780655] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1622.780657] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1622.780659] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1622.780661] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1622.780664] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1622.780666] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1622.780668] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1622.784571] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1627.892308] ------------[ cut here ]------------
[ 1627.892457] WARNING: CPU: 11 PID: 8553 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1627.892467] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1627.892618]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1627.892720] CPU: 11 PID: 8553 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1627.892725] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1627.892729] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1627.892735] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1627.892739] RSP: 0018:ffffa799190334b0 EFLAGS: 00010246
[ 1627.892766] RAX: 0000000000000000 RBX: ffff8f9e44453390 RCX: 0000000000000000
[ 1627.892770] RDX: 0000000000000000 RSI: ffff8f9e44453310 RDI: ffffa799190334d8
[ 1627.892774] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1627.892778] R10: ffff8f9e44453390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1627.892782] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1627.892786] FS:  00007f2b61986740(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 1627.892791] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1627.892795] CR2: 00007f2b5294b7e4 CR3: 0000000aa9a0e000 CR4: 0000000000750ee0
[ 1627.892799] PKRU: 55555554
[ 1627.892803] Call Trace:
[ 1627.892807]  <TASK>
[ 1627.892819]  submit_one_bio+0xd4/0xe0
[ 1627.892829]  submit_extent_page+0x142/0x550
[ 1627.892853]  read_extent_buffer_pages+0x584/0x9c0
[ 1627.892866]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1627.892874]  ? folio_unlock+0x1d/0x50
[ 1627.892885]  btrfs_read_extent_buffer+0x98/0x150
[ 1627.892896]  read_tree_block+0x43/0xa0
[ 1627.892902]  read_block_for_search+0x266/0x370
[ 1627.892924]  btrfs_search_slot+0x351/0xd30
[ 1627.892944]  btrfs_lookup_csum+0x63/0x150
[ 1627.892957]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 1627.892977]  btrfs_submit_compressed_read+0x359/0x470
[ 1627.892994]  submit_one_bio+0xc4/0xe0
[ 1627.893003]  ? extent_readahead+0xb7/0x6f0
[ 1627.893007]  extent_readahead+0x6d3/0x6f0
[ 1627.893015]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1627.893041]  read_pages+0x7a/0x300
[ 1627.893054]  page_cache_ra_unbounded+0x131/0x1b0
[ 1627.893067]  filemap_get_pages+0x40e/0x6b0
[ 1627.893079]  ? lock_is_held_type+0xe8/0x140
[ 1627.893095]  filemap_read+0xd7/0x330
[ 1627.893123]  __kernel_read+0x120/0x270
[ 1627.893140]  bprm_execve+0x2be/0x850
[ 1627.893153]  do_execveat_common.isra.0+0x1ad/0x220
[ 1627.893164]  __x64_sys_execve+0x32/0x40
[ 1627.893171]  do_syscall_64+0x5b/0x80
[ 1627.893178]  ? do_syscall_64+0x67/0x80
[ 1627.893183]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1627.893190]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1627.893196] RIP: 0033:0x7f2b612fad1b
[ 1627.893221] Code: 5b 06 fb ff 8b 4c 24 0c 0f b6 74 24 0b e9 87 fe ff ff 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 f3 0f 1e fa b8 3b 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d bd b0 0f 00 f7 d8 64 89 01 48
[ 1627.893225] RSP: 002b:00007ffe8eef2e28 EFLAGS: 00000293 ORIG_RAX: 000000000000003b
[ 1627.893231] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f2b612fad1b
[ 1627.893235] RDX: 00007ffe8eef3c30 RSI: 00007ffe8eef2ed0 RDI: 000056181f9efa20
[ 1627.893239] RBP: 0000000000000001 R08: 0000000000000000 R09: 00007f2b61986740
[ 1627.893243] R10: 0000000000000000 R11: 0000000000000293 R12: 00007ffe8eef2ed0
[ 1627.893247] R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
[ 1627.893266]  </TASK>
[ 1627.893270] irq event stamp: 2185
[ 1627.893273] hardirqs last  enabled at (2193): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1627.893280] hardirqs last disabled at (2200): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1627.893285] softirqs last  enabled at (202): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1627.893291] softirqs last disabled at (195): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1627.893295] ---[ end trace 0000000000000000 ]---
[ 1652.537175] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1652.537208] [drm] PSP is resuming...
[ 1652.615159] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1652.716587] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1652.730355] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1652.730365] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1652.730373] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1652.730377] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1652.730431] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1652.785370] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1652.786753] [drm] DMUB hardware initialized: version=0x02020017
[ 1652.825232] [drm] kiq ring mec 2 pipe 1 q 0
[ 1652.830015] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1652.830280] [drm] JPEG decode initialized successfully.
[ 1652.830305] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1652.830309] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1652.830311] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1652.830313] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1652.830315] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1652.830318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1652.830320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1652.830322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1652.830324] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1652.830327] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1652.830329] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1652.830331] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1652.830334] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1652.830336] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1652.830338] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1652.830340] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1652.833885] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1682.497244] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1682.497289] [drm] PSP is resuming...
[ 1682.573341] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1682.674561] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1682.688477] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1682.688487] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1682.688496] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1682.688502] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1682.688559] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1682.743602] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1682.745036] [drm] DMUB hardware initialized: version=0x02020017
[ 1682.782998] [drm] kiq ring mec 2 pipe 1 q 0
[ 1682.788152] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1682.788397] [drm] JPEG decode initialized successfully.
[ 1682.788435] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1682.788441] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1682.788445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1682.788449] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1682.788453] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1682.788457] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1682.788461] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1682.788465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1682.788469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1682.788473] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1682.788477] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1682.788481] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1682.788485] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1682.788488] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1682.788493] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1682.788497] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1682.791936] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1712.609285] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1712.609328] [drm] PSP is resuming...
[ 1712.685336] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1712.787007] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1712.800779] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1712.800791] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1712.800800] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1712.800807] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1712.800899] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1712.855734] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1712.857169] [drm] DMUB hardware initialized: version=0x02020017
[ 1712.895541] [drm] kiq ring mec 2 pipe 1 q 0
[ 1712.900692] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1712.900850] [drm] JPEG decode initialized successfully.
[ 1712.900874] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1712.900877] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1712.900879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1712.900882] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1712.900884] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1712.900886] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1712.900888] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1712.900890] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1712.900892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1712.900894] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1712.900896] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1712.900898] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1712.900900] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1712.900902] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1712.900904] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1712.900906] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1712.911034] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1742.641241] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1742.641284] [drm] PSP is resuming...
[ 1742.717342] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1742.819781] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1742.833571] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1742.833581] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1742.833589] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1742.833593] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1742.833648] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1742.888561] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1742.889956] [drm] DMUB hardware initialized: version=0x02020017
[ 1742.929068] [drm] kiq ring mec 2 pipe 1 q 0
[ 1742.935649] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1742.935810] [drm] JPEG decode initialized successfully.
[ 1742.935834] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1742.935837] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1742.935839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1742.935842] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1742.935844] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1742.935846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1742.935848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1742.935850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1742.935852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1742.935854] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1742.935857] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1742.935859] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1742.935861] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1742.935863] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1742.935865] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1742.935868] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1742.940042] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1772.633218] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1772.633262] [drm] PSP is resuming...
[ 1772.709239] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1772.813247] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1772.827011] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1772.827021] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1772.827030] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1772.827036] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1772.827097] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1772.882429] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1772.883831] [drm] DMUB hardware initialized: version=0x02020017
[ 1772.922294] [drm] kiq ring mec 2 pipe 1 q 0
[ 1772.927122] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1772.927323] [drm] JPEG decode initialized successfully.
[ 1772.927347] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1772.927350] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1772.927353] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1772.927355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1772.927357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1772.927359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1772.927361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1772.927363] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1772.927365] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1772.927368] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1772.927370] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1772.927372] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1772.927374] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1772.927376] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1772.927378] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1772.927380] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1772.930896] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1802.682245] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1802.682286] [drm] PSP is resuming...
[ 1802.758219] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1802.858454] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1802.872357] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1802.872366] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1802.872373] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1802.872377] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1802.872431] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1802.927357] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1802.928736] [drm] DMUB hardware initialized: version=0x02020017
[ 1802.967294] [drm] kiq ring mec 2 pipe 1 q 0
[ 1802.972484] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1802.972648] [drm] JPEG decode initialized successfully.
[ 1802.972673] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1802.972676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1802.972679] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1802.972681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1802.972683] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1802.972686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1802.972688] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1802.972690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1802.972692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1802.972694] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1802.972696] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1802.972699] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1802.972701] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1802.972703] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1802.972705] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1802.972707] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1802.976977] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1807.042792] ------------[ cut here ]------------
[ 1807.042952] WARNING: CPU: 5 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1807.042963] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1807.043114]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1807.043214] CPU: 5 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1807.043220] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1807.043224] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1807.043230] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1807.043235] RSP: 0018:ffffa79913937990 EFLAGS: 00010246
[ 1807.043241] RAX: 0000000000000000 RBX: ffff8f9b085ef390 RCX: 0000000000000000
[ 1807.043246] RDX: 0000000000000000 RSI: ffff8f9b085ef310 RDI: ffffa799139379b8
[ 1807.043250] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1807.043254] R10: ffff8f9b085ef390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1807.043258] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1807.043262] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000c3ffbb40
[ 1807.043266] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1807.043271] CR2: 00000000b834d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 1807.043275] PKRU: 55555554
[ 1807.043279] Call Trace:
[ 1807.043283]  <TASK>
[ 1807.043295]  submit_one_bio+0xd4/0xe0
[ 1807.043306]  submit_extent_page+0x142/0x550
[ 1807.043330]  read_extent_buffer_pages+0x584/0x9c0
[ 1807.043343]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1807.043351]  ? folio_unlock+0x1d/0x50
[ 1807.043362]  btrfs_read_extent_buffer+0x98/0x150
[ 1807.043373]  read_tree_block+0x43/0xa0
[ 1807.043380]  read_block_for_search+0x266/0x370
[ 1807.043401]  btrfs_next_old_leaf+0x2e5/0x420
[ 1807.043417]  btrfs_get_next_valid_item+0x56/0x90
[ 1807.043424]  btrfs_real_readdir+0x2a4/0x470
[ 1807.043447]  iterate_dir+0x183/0x1d0
[ 1807.043458]  __ia32_sys_getdents64+0x77/0x120
[ 1807.043464]  ? __pfx_filldir64+0x10/0x10
[ 1807.043472]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 1807.043484]  __do_fast_syscall_32+0x88/0xf0
[ 1807.043493]  ? __do_fast_syscall_32+0x94/0xf0
[ 1807.043499]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1807.043506]  ? __do_fast_syscall_32+0x94/0xf0
[ 1807.043511]  ? __do_fast_syscall_32+0x94/0xf0
[ 1807.043519]  do_fast_syscall_32+0x2f/0x70
[ 1807.043526]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1807.043533] RIP: 0023:0xf7fc0579
[ 1807.043557] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1807.043562] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 1807.043568] RAX: ffffffffffffffda RBX: 00000000000000ca RCX: 00000000b170003c
[ 1807.043572] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 1807.043576] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 1807.043580] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 1807.043584] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1807.043603]  </TASK>
[ 1807.043607] irq event stamp: 29869599
[ 1807.043611] hardirqs last  enabled at (29869607): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1807.043618] hardirqs last disabled at (29869614): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1807.043622] softirqs last  enabled at (29868354): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1807.043628] softirqs last disabled at (29868349): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1807.043633] ---[ end trace 0000000000000000 ]---
[ 1807.054569] ------------[ cut here ]------------
[ 1807.054579] WARNING: CPU: 5 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 1807.054589] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 1807.054738]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 1807.054857] CPU: 5 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 1807.054863] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 1807.054867] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 1807.054873] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 1807.054878] RSP: 0018:ffffa799139379b8 EFLAGS: 00010246
[ 1807.054884] RAX: 0000000000000000 RBX: ffff8f9b085edb10 RCX: 0000000000000000
[ 1807.054888] RDX: 0000000000000000 RSI: ffff8f9b085eda90 RDI: ffffa799139379e0
[ 1807.054892] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 1807.054896] R10: ffff8f9b085edb10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 1807.054900] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 1807.054904] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000c3ffbb40
[ 1807.054908] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 1807.054912] CR2: 00000000b834d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 1807.054917] PKRU: 55555554
[ 1807.054921] Call Trace:
[ 1807.054925]  <TASK>
[ 1807.054936]  submit_one_bio+0xd4/0xe0
[ 1807.054947]  submit_extent_page+0x142/0x550
[ 1807.054970]  read_extent_buffer_pages+0x584/0x9c0
[ 1807.054984]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 1807.054992]  ? folio_unlock+0x1d/0x50
[ 1807.055003]  btrfs_read_extent_buffer+0x98/0x150
[ 1807.055013]  read_tree_block+0x43/0xa0
[ 1807.055020]  read_block_for_search+0x266/0x370
[ 1807.055042]  btrfs_search_slot+0x351/0xd30
[ 1807.055056]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 1807.055066]  btrfs_real_readdir+0x14a/0x470
[ 1807.055072]  ? lock_is_held_type+0xe8/0x140
[ 1807.055081]  ? find_held_lock+0x32/0x90
[ 1807.055101]  iterate_dir+0x183/0x1d0
[ 1807.055112]  __ia32_sys_getdents64+0x77/0x120
[ 1807.055118]  ? __pfx_filldir64+0x10/0x10
[ 1807.055127]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 1807.055136]  __do_fast_syscall_32+0x88/0xf0
[ 1807.055143]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1807.055149]  ? __do_fast_syscall_32+0x94/0xf0
[ 1807.055154]  ? __do_fast_syscall_32+0x94/0xf0
[ 1807.055162]  do_fast_syscall_32+0x2f/0x70
[ 1807.055169]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 1807.055176] RIP: 0023:0xf7fc0579
[ 1807.055200] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 1807.055204] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 1807.055211] RAX: ffffffffffffffda RBX: 00000000000000d1 RCX: 00000000b170003c
[ 1807.055215] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 1807.055219] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 1807.055222] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 1807.055226] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1807.055246]  </TASK>
[ 1807.055250] irq event stamp: 29887377
[ 1807.055253] hardirqs last  enabled at (29887385): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 1807.055259] hardirqs last disabled at (29887392): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 1807.055264] softirqs last  enabled at (29885960): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1807.055270] softirqs last disabled at (29884771): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 1807.055275] ---[ end trace 0000000000000000 ]---
[ 1832.769239] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1832.769281] [drm] PSP is resuming...
[ 1832.845331] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1832.945780] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1832.959579] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1832.959587] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1832.959594] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1832.959599] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1832.959652] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1833.014695] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1833.016089] [drm] DMUB hardware initialized: version=0x02020017
[ 1833.054056] [drm] kiq ring mec 2 pipe 1 q 0
[ 1833.059708] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1833.059867] [drm] JPEG decode initialized successfully.
[ 1833.059892] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1833.059895] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1833.059898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1833.059900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1833.059902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1833.059904] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1833.059906] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1833.059909] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1833.059911] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1833.059913] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1833.059915] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1833.059918] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1833.059920] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1833.059922] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1833.059924] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1833.059926] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1833.063966] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1851.841202] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1851.841239] [drm] PSP is resuming...
[ 1851.917127] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1852.018572] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1852.032587] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1852.032599] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1852.032606] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1852.032610] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1852.032693] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1852.086628] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1852.088036] [drm] DMUB hardware initialized: version=0x02020017
[ 1852.126251] [drm] kiq ring mec 2 pipe 1 q 0
[ 1852.131483] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1852.131671] [drm] JPEG decode initialized successfully.
[ 1852.131703] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1852.131709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1852.131713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1852.131718] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1852.131722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1852.131726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1852.131731] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1852.131735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1852.131740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1852.131763] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1852.131768] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1852.131773] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1852.131777] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1852.131781] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1852.131786] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1852.131790] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1852.135854] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1862.794209] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1862.794246] [drm] PSP is resuming...
[ 1862.870347] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1862.970887] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1862.984708] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1862.984719] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1862.984728] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1862.984734] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1862.984800] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1863.039478] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1863.040910] [drm] DMUB hardware initialized: version=0x02020017
[ 1863.080302] [drm] kiq ring mec 2 pipe 1 q 0
[ 1863.085078] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1863.085427] [drm] JPEG decode initialized successfully.
[ 1863.085452] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1863.085457] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1863.085461] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1863.085465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1863.085469] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1863.085473] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1863.085477] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1863.085481] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1863.085485] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1863.085489] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1863.085493] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1863.085497] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1863.085501] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1863.085505] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1863.085508] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1863.085512] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1863.089416] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1892.746218] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1892.746263] [drm] PSP is resuming...
[ 1892.822402] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1892.922887] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1892.936711] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1892.936723] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1892.936733] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1892.936739] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1892.936817] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1892.991503] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1892.992906] [drm] DMUB hardware initialized: version=0x02020017
[ 1893.031193] [drm] kiq ring mec 2 pipe 1 q 0
[ 1893.036204] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1893.036460] [drm] JPEG decode initialized successfully.
[ 1893.036485] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1893.036489] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1893.036492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1893.036494] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1893.036496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1893.036498] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1893.036500] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1893.036502] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1893.036505] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1893.036507] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1893.036510] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1893.036512] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1893.036514] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1893.036516] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1893.036518] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1893.036521] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1893.040035] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1922.761160] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1922.761192] [drm] PSP is resuming...
[ 1922.837236] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1922.937615] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1922.951520] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1922.951533] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1922.951543] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1922.951549] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1922.951607] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1923.005778] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1923.007178] [drm] DMUB hardware initialized: version=0x02020017
[ 1923.046018] [drm] kiq ring mec 2 pipe 1 q 0
[ 1923.051223] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1923.051430] [drm] JPEG decode initialized successfully.
[ 1923.051461] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1923.051467] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1923.051471] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1923.051475] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1923.051479] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1923.051483] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1923.051487] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1923.051491] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1923.051496] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1923.051500] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1923.051504] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1923.051508] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1923.051512] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1923.051516] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1923.051521] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1923.051525] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1923.054981] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1952.826165] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1952.826199] [drm] PSP is resuming...
[ 1952.902227] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1953.002448] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1953.016252] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1953.016261] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1953.016268] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1953.016272] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1953.016326] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1953.070673] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1953.072072] [drm] DMUB hardware initialized: version=0x02020017
[ 1953.110913] [drm] kiq ring mec 2 pipe 1 q 0
[ 1953.116046] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1953.116252] [drm] JPEG decode initialized successfully.
[ 1953.116276] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1953.116280] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1953.116282] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1953.116285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1953.116287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1953.116289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1953.116291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1953.116293] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1953.116295] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1953.116298] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1953.116300] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1953.116302] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1953.116304] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1953.116306] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1953.116308] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1953.116310] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1953.119864] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 1982.817811] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 1982.817853] [drm] PSP is resuming...
[ 1982.893896] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 1982.995115] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 1983.009006] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 1983.009020] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 1983.009029] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 1983.009035] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 1983.009089] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 1983.063425] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 1983.064715] [drm] DMUB hardware initialized: version=0x02020017
[ 1983.102782] [drm] kiq ring mec 2 pipe 1 q 0
[ 1983.107846] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 1983.108054] [drm] JPEG decode initialized successfully.
[ 1983.108084] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 1983.108090] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 1983.108094] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 1983.108098] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 1983.108102] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 1983.108106] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 1983.108110] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 1983.108114] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 1983.108117] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 1983.108121] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 1983.108125] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 1983.108129] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 1983.108132] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 1983.108137] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 1983.108141] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 1983.108144] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 1983.111642] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2005.306755] ------------[ cut here ]------------
[ 2005.306765] WARNING: CPU: 15 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2005.306776] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2005.306878]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2005.306945] CPU: 15 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2005.306949] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2005.306952] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2005.306956] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2005.306959] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 2005.306962] RAX: 0000000000000000 RBX: ffff8f9d5a429b10 RCX: 0000000000000000
[ 2005.306965] RDX: 0000000000000000 RSI: ffff8f9d5a429a90 RDI: ffffa7990487f888
[ 2005.306967] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2005.306970] R10: ffff8f9d5a429b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2005.306972] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2005.306975] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0000) knlGS:0000000000000000
[ 2005.306977] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2005.306980] CR2: 00007fa97fbd0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2005.306982] PKRU: 55555554
[ 2005.306985] Call Trace:
[ 2005.306988]  <TASK>
[ 2005.306996]  submit_one_bio+0xd4/0xe0
[ 2005.307003]  submit_extent_page+0x142/0x550
[ 2005.307017]  read_extent_buffer_pages+0x584/0x9c0
[ 2005.307025]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2005.307030]  ? folio_unlock+0x1d/0x50
[ 2005.307037]  btrfs_read_extent_buffer+0x98/0x150
[ 2005.307043]  read_tree_block+0x43/0xa0
[ 2005.307047]  read_block_for_search+0x266/0x370
[ 2005.307061]  btrfs_search_slot+0x351/0xd30
[ 2005.307072]  btrfs_insert_empty_items+0x31/0x70
[ 2005.307077]  alloc_reserved_file_extent+0xbc/0x240
[ 2005.307088]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 2005.307104]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2005.307111]  btrfs_commit_transaction+0x93/0xed0
[ 2005.307123]  transaction_kthread+0x142/0x1b0
[ 2005.307130]  ? __pfx_transaction_kthread+0x10/0x10
[ 2005.307133]  kthread+0xf5/0x120
[ 2005.307137]  ? __pfx_kthread+0x10/0x10
[ 2005.307141]  ret_from_fork+0x2c/0x50
[ 2005.307154]  </TASK>
[ 2005.307157] irq event stamp: 17393861
[ 2005.307159] hardirqs last  enabled at (17393869): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2005.307164] hardirqs last disabled at (17393876): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2005.307167] softirqs last  enabled at (17392742): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2005.307171] softirqs last disabled at (17392733): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2005.307174] ---[ end trace 0000000000000000 ]---
[ 2012.881149] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2012.881182] [drm] PSP is resuming...
[ 2012.957240] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2013.057238] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2013.071495] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2013.071506] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2013.071516] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2013.071522] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2013.071581] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2013.126373] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2013.127780] [drm] DMUB hardware initialized: version=0x02020017
[ 2013.166054] [drm] kiq ring mec 2 pipe 1 q 0
[ 2013.171531] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2013.171692] [drm] JPEG decode initialized successfully.
[ 2013.171716] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2013.171719] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2013.171722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2013.171724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2013.171726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2013.171728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2013.171730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2013.171732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2013.171734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2013.171737] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2013.171739] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2013.171754] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2013.171756] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2013.171758] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2013.171760] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2013.171763] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2013.175720] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2042.225498] ------------[ cut here ]------------
[ 2042.225633] WARNING: CPU: 4 PID: 3937 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2042.225640] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2042.225720]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2042.225790] CPU: 4 PID: 3937 Comm: CFileWriterThre Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2042.225794] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2042.225796] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2042.225800] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2042.225802] RSP: 0018:ffffa79904bcb6b0 EFLAGS: 00010246
[ 2042.225806] RAX: 0000000000000000 RBX: ffff8f9b0b9c2910 RCX: 0000000000000000
[ 2042.225808] RDX: 0000000000000000 RSI: ffff8f9b0b9c2890 RDI: ffffa79904bcb6d8
[ 2042.225810] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2042.225812] R10: ffff8f9b0b9c2910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2042.225815] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2042.225817] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000dcfffb40
[ 2042.225819] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2042.225821] CR2: 000020e7b4b18000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2042.225824] PKRU: 55555554
[ 2042.225826] Call Trace:
[ 2042.225828]  <TASK>
[ 2042.225836]  submit_one_bio+0xd4/0xe0
[ 2042.225843]  submit_extent_page+0x142/0x550
[ 2042.225855]  read_extent_buffer_pages+0x584/0x9c0
[ 2042.225862]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2042.225867]  ? folio_unlock+0x1d/0x50
[ 2042.225873]  btrfs_read_extent_buffer+0x98/0x150
[ 2042.225879]  read_tree_block+0x43/0xa0
[ 2042.225882]  read_block_for_search+0x266/0x370
[ 2042.225894]  btrfs_search_slot+0x351/0xd30
[ 2042.225904]  btrfs_lookup_dir_item+0x7d/0xe0
[ 2042.225911]  btrfs_lookup_dentry+0xd2/0x5c0
[ 2042.225916]  ? d_alloc_parallel+0x34b/0x810
[ 2042.225926]  btrfs_lookup+0xe/0x30
[ 2042.225929]  __lookup_slow+0x10f/0x1c0
[ 2042.225936]  ? lock_is_held_type+0xe8/0x140
[ 2042.225944]  ? lock_is_held_type+0xe8/0x140
[ 2042.225950]  walk_component+0xdb/0x150
[ 2042.225955]  path_lookupat+0x67/0x1a0
[ 2042.225959]  filename_lookup+0xd3/0x1c0
[ 2042.225973]  ? getname_flags.part.0+0x4b/0x1c0
[ 2042.225977]  user_path_at_empty+0x36/0x50
[ 2042.225982]  do_faccessat+0x7e/0x270
[ 2042.225989]  __do_fast_syscall_32+0x88/0xf0
[ 2042.225993]  ? __do_fast_syscall_32+0x94/0xf0
[ 2042.225996]  ? __do_fast_syscall_32+0x94/0xf0
[ 2042.226001]  ? __do_fast_syscall_32+0x94/0xf0
[ 2042.226004]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2042.226008]  ? __do_fast_syscall_32+0x94/0xf0
[ 2042.226012]  ? __do_fast_syscall_32+0x94/0xf0
[ 2042.226015]  ? __do_fast_syscall_32+0x94/0xf0
[ 2042.226019]  do_fast_syscall_32+0x2f/0x70
[ 2042.226023]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2042.226027] RIP: 0023:0xf7fc0579
[ 2042.226050] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2042.226052] RSP: 002b:00000000dcffd9f8 EFLAGS: 00200292 ORIG_RAX: 0000000000000021
[ 2042.226055] RAX: ffffffffffffffda RBX: 00000000db834730 RCX: 0000000000000000
[ 2042.226058] RDX: 00000000f7d7fff4 RSI: 0000000000000000 RDI: 00000000dcffda78
[ 2042.226060] RBP: 00000000db834730 R08: 00000000dcffd9f8 R09: 0000000000000000
[ 2042.226062] R10: 0000000000000000 R11: 0000000000200292 R12: 0000000000000000
[ 2042.226064] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2042.226073]  </TASK>
[ 2042.226075] irq event stamp: 917341
[ 2042.226077] hardirqs last  enabled at (917349): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2042.226081] hardirqs last disabled at (917356): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2042.226084] softirqs last  enabled at (912372): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2042.226088] softirqs last disabled at (912361): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2042.226090] ---[ end trace 0000000000000000 ]---
[ 2042.938221] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2042.938259] [drm] PSP is resuming...
[ 2043.014233] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2043.114953] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2043.128898] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2043.128909] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2043.128916] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2043.128920] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2043.128976] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2043.183427] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2043.184826] [drm] DMUB hardware initialized: version=0x02020017
[ 2043.224239] [drm] kiq ring mec 2 pipe 1 q 0
[ 2043.229188] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2043.229382] [drm] JPEG decode initialized successfully.
[ 2043.229407] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2043.229410] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2043.229413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2043.229415] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2043.229417] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2043.229419] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2043.229421] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2043.229423] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2043.229426] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2043.229428] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2043.229430] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2043.229432] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2043.229434] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2043.229437] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2043.229439] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2043.229441] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2043.232984] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2072.873200] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2072.873236] [drm] PSP is resuming...
[ 2072.949127] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2073.049122] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2073.062895] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2073.062907] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2073.062914] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2073.062918] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2073.062974] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2073.117506] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2073.118785] [drm] DMUB hardware initialized: version=0x02020017
[ 2073.154715] [drm] kiq ring mec 2 pipe 1 q 0
[ 2073.160612] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2073.161157] [drm] JPEG decode initialized successfully.
[ 2073.161182] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2073.161185] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2073.161188] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2073.161190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2073.161193] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2073.161195] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2073.161197] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2073.161199] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2073.161202] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2073.161204] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2073.161207] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2073.161209] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2073.161211] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2073.161214] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2073.161216] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2073.161218] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2073.164864] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2102.945227] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2102.945271] [drm] PSP is resuming...
[ 2103.021898] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2103.122125] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2103.135893] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2103.135905] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2103.135913] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2103.135919] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2103.135980] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2103.190442] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2103.191819] [drm] DMUB hardware initialized: version=0x02020017
[ 2103.231137] [drm] kiq ring mec 2 pipe 1 q 0
[ 2103.236304] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2103.236460] [drm] JPEG decode initialized successfully.
[ 2103.236484] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2103.236488] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2103.236490] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2103.236492] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2103.236495] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2103.236497] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2103.236499] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2103.236501] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2103.236503] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2103.236506] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2103.236508] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2103.236510] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2103.236513] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2103.236515] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2103.236517] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2103.236519] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2103.246820] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2132.977211] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2132.977248] [drm] PSP is resuming...
[ 2133.053338] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2133.154777] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2133.168584] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2133.168595] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2133.168602] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2133.168606] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2133.168660] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2133.222825] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2133.224098] [drm] DMUB hardware initialized: version=0x02020017
[ 2133.262101] [drm] kiq ring mec 2 pipe 1 q 0
[ 2133.267707] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2133.267864] [drm] JPEG decode initialized successfully.
[ 2133.267888] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2133.267892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2133.267894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2133.267896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2133.267898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2133.267900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2133.267902] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2133.267905] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2133.267907] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2133.267909] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2133.267911] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2133.267913] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2133.267915] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2133.267917] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2133.267919] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2133.267922] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2133.271767] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2162.954219] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2162.954263] [drm] PSP is resuming...
[ 2163.030239] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2163.130465] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2163.144250] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2163.144260] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2163.144267] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2163.144271] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2163.144325] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2163.198726] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2163.200145] [drm] DMUB hardware initialized: version=0x02020017
[ 2163.238830] [drm] kiq ring mec 2 pipe 1 q 0
[ 2163.244598] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2163.244760] [drm] JPEG decode initialized successfully.
[ 2163.244794] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2163.244801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2163.244805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2163.244809] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2163.244813] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2163.244817] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2163.244821] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2163.244825] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2163.244828] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2163.244832] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2163.244836] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2163.244840] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2163.244844] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2163.244847] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2163.244851] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2163.244855] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2163.247900] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2193.033220] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2193.033259] [drm] PSP is resuming...
[ 2193.109244] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2193.210887] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2193.224709] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2193.224716] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2193.224722] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2193.224726] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2193.224806] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2193.278682] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2193.280074] [drm] DMUB hardware initialized: version=0x02020017
[ 2193.318129] [drm] kiq ring mec 2 pipe 1 q 0
[ 2193.323021] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2193.323279] [drm] JPEG decode initialized successfully.
[ 2193.323303] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2193.323307] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2193.323309] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2193.323311] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2193.323313] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2193.323316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2193.323318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2193.323320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2193.323322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2193.323324] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2193.323326] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2193.323328] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2193.323331] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2193.323333] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2193.323335] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2193.323337] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2193.326959] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2223.089168] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2223.089201] [drm] PSP is resuming...
[ 2223.165244] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2223.265469] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2223.279495] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2223.279507] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2223.279516] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2223.279523] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2223.279581] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2223.334613] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2223.336043] [drm] DMUB hardware initialized: version=0x02020017
[ 2223.374038] [drm] kiq ring mec 2 pipe 1 q 0
[ 2223.379210] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2223.379417] [drm] JPEG decode initialized successfully.
[ 2223.379441] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2223.379445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2223.379448] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2223.379450] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2223.379452] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2223.379454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2223.379456] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2223.379459] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2223.379461] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2223.379463] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2223.379465] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2223.379468] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2223.379470] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2223.379472] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2223.379474] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2223.379476] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2223.387839] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2253.065233] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2253.065277] [drm] PSP is resuming...
[ 2253.141225] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2253.243002] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2253.256775] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2253.256783] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2253.256790] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2253.256794] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2253.256850] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2253.311550] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2253.312931] [drm] DMUB hardware initialized: version=0x02020017
[ 2253.351323] [drm] kiq ring mec 2 pipe 1 q 0
[ 2253.356868] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2253.357252] [drm] JPEG decode initialized successfully.
[ 2253.357277] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2253.357280] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2253.357283] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2253.357285] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2253.357287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2253.357289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2253.357291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2253.357294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2253.357296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2253.357298] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2253.357300] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2253.357303] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2253.357305] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2253.357307] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2253.357310] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2253.357312] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2253.368914] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2254.502648] ------------[ cut here ]------------
[ 2254.502818] WARNING: CPU: 8 PID: 3630 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2254.502829] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2254.502978]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2254.503080] CPU: 8 PID: 3630 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2254.503085] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2254.503090] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2254.503095] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2254.503100] RSP: 0018:ffffa79913ce7370 EFLAGS: 00010246
[ 2254.503106] RAX: 0000000000000000 RBX: ffff8f9790276910 RCX: 0000000000000000
[ 2254.503110] RDX: 0000000000000000 RSI: ffff8f9790276890 RDI: ffffa79913ce7398
[ 2254.503115] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2254.503118] R10: ffff8f9790276910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2254.503122] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2254.503127] FS:  00007faa94dfd6c0(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 2254.503131] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2254.503135] CR2: 0000294817e40c40 CR3: 000000011fa46000 CR4: 0000000000750ee0
[ 2254.503140] PKRU: 55555554
[ 2254.503144] Call Trace:
[ 2254.503148]  <TASK>
[ 2254.503159]  submit_one_bio+0xd4/0xe0
[ 2254.503170]  submit_extent_page+0x142/0x550
[ 2254.503192]  read_extent_buffer_pages+0x584/0x9c0
[ 2254.503206]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2254.503214]  ? folio_unlock+0x1d/0x50
[ 2254.503225]  btrfs_read_extent_buffer+0x98/0x150
[ 2254.503236]  read_tree_block+0x43/0xa0
[ 2254.503243]  read_block_for_search+0x266/0x370
[ 2254.503266]  btrfs_search_slot+0x351/0xd30
[ 2254.503285]  btrfs_lookup_csum+0x63/0x150
[ 2254.503299]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2254.503319]  btrfs_submit_compressed_read+0x359/0x470
[ 2254.503336]  submit_one_bio+0xc4/0xe0
[ 2254.503346]  submit_extent_page+0x4e2/0x550
[ 2254.503369]  btrfs_do_readpage+0x305/0x770
[ 2254.503379]  ? btrfs_lookup_ordered_range+0xe1/0x270
[ 2254.503394]  ? extent_readahead+0xb7/0x6f0
[ 2254.503399]  extent_readahead+0x3f7/0x6f0
[ 2254.503407]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2254.503434]  read_pages+0x7a/0x300
[ 2254.503446]  page_cache_ra_unbounded+0x131/0x1b0
[ 2254.503460]  filemap_get_pages+0x11e/0x6b0
[ 2254.503472]  ? lock_is_held_type+0xe8/0x140
[ 2254.503489]  filemap_read+0xd7/0x330
[ 2254.503497]  ? lock_is_held_type+0xe8/0x140
[ 2254.503521]  vfs_read+0x243/0x310
[ 2254.503540]  ksys_read+0x64/0xe0
[ 2254.503549]  do_syscall_64+0x5b/0x80
[ 2254.503557]  ? do_syscall_64+0x67/0x80
[ 2254.503563]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2254.503570]  ? do_syscall_64+0x67/0x80
[ 2254.503576]  ? do_syscall_64+0x67/0x80
[ 2254.503582]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2254.503589]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2254.503595] RIP: 0033:0x7faaa75fcafc
[ 2254.503619] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 2254.503624] RSP: 002b:00007faa94dfa350 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 2254.503630] RAX: ffffffffffffffda RBX: 0000294813afc000 RCX: 00007faaa75fcafc
[ 2254.503634] RDX: 0000000000008000 RSI: 0000294813afc000 RDI: 00000000000006ff
[ 2254.503638] RBP: 00007faa94dfa430 R08: 0000000000000000 R09: 0000000000000000
[ 2254.503642] R10: 00007ffc851fa080 R11: 0000000000000246 R12: 0000000000008000
[ 2254.503646] R13: 0000561ab45dfa10 R14: 000029484c6b20c0 R15: 0000000000008000
[ 2254.503665]  </TASK>
[ 2254.503669] irq event stamp: 22268449
[ 2254.503673] hardirqs last  enabled at (22268457): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2254.503680] hardirqs last disabled at (22268464): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2254.503684] softirqs last  enabled at (22266860): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2254.503691] softirqs last disabled at (22266855): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2254.503695] ---[ end trace 0000000000000000 ]---
[ 2262.399848] ------------[ cut here ]------------
[ 2262.399856] WARNING: CPU: 7 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2262.399864] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2262.399949]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2262.400008] CPU: 7 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2262.400011] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2262.400014] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2262.400017] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2262.400020] RSP: 0018:ffffa79913937948 EFLAGS: 00010246
[ 2262.400024] RAX: 0000000000000000 RBX: ffff8f972087a050 RCX: 0000000000000000
[ 2262.400026] RDX: 0000000000000000 RSI: ffff8f9720879fd0 RDI: ffffa79913937970
[ 2262.400028] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2262.400031] R10: ffff8f972087a050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2262.400033] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2262.400035] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000c3ffbb40
[ 2262.400038] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2262.400040] CR2: 00007f08277793c0 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2262.400042] PKRU: 55555554
[ 2262.400045] Call Trace:
[ 2262.400047]  <TASK>
[ 2262.400054]  submit_one_bio+0xd4/0xe0
[ 2262.400061]  submit_extent_page+0x142/0x550
[ 2262.400075]  read_extent_buffer_pages+0x584/0x9c0
[ 2262.400082]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2262.400087]  ? folio_unlock+0x1d/0x50
[ 2262.400094]  btrfs_read_extent_buffer+0x98/0x150
[ 2262.400100]  read_tree_block+0x43/0xa0
[ 2262.400104]  read_block_for_search+0x266/0x370
[ 2262.400116]  btrfs_search_slot+0x351/0xd30
[ 2262.400124]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2262.400130]  btrfs_real_readdir+0x14a/0x470
[ 2262.400134]  ? lock_is_held_type+0xe8/0x140
[ 2262.400140]  ? find_held_lock+0x32/0x90
[ 2262.400151]  iterate_dir+0x183/0x1d0
[ 2262.400158]  __ia32_sys_getdents64+0x77/0x120
[ 2262.400162]  ? __pfx_filldir64+0x10/0x10
[ 2262.400167]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2262.400173]  __do_fast_syscall_32+0x88/0xf0
[ 2262.400177]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2262.400181]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400184]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400188]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2262.400192]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400196]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400199]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2262.400202]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400206]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400209]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.400213]  do_fast_syscall_32+0x2f/0x70
[ 2262.400217]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2262.400222] RIP: 0023:0xf7fc0579
[ 2262.400245] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2262.400248] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2262.400252] RAX: ffffffffffffffda RBX: 00000000000000d3 RCX: 00000000b1708f4c
[ 2262.400254] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2262.400256] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2262.400258] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2262.400260] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2262.400270]  </TASK>
[ 2262.400272] irq event stamp: 37773909
[ 2262.400274] hardirqs last  enabled at (37773917): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2262.400279] hardirqs last disabled at (37773924): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2262.400281] softirqs last  enabled at (37772458): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2262.400285] softirqs last disabled at (37772453): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2262.400288] ---[ end trace 0000000000000000 ]---
[ 2262.409875] ------------[ cut here ]------------
[ 2262.409883] WARNING: CPU: 12 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2262.409892] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2262.410057]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2262.410157] CPU: 12 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2262.410163] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2262.410167] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2262.410172] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2262.410177] RSP: 0018:ffffa799139379d8 EFLAGS: 00010246
[ 2262.410183] RAX: 0000000000000000 RBX: ffff8fa4376f4d10 RCX: 0000000000000000
[ 2262.410187] RDX: 0000000000000000 RSI: ffff8fa4376f4c90 RDI: ffffa79913937a00
[ 2262.410191] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2262.410195] R10: ffff8fa4376f4d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2262.410199] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2262.410203] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000c3ffbb40
[ 2262.410208] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2262.410212] CR2: 00000000bf0fa000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2262.410216] PKRU: 55555554
[ 2262.410220] Call Trace:
[ 2262.410224]  <TASK>
[ 2262.410235]  submit_one_bio+0xd4/0xe0
[ 2262.410246]  submit_extent_page+0x142/0x550
[ 2262.410268]  read_extent_buffer_pages+0x584/0x9c0
[ 2262.410281]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2262.410289]  ? folio_unlock+0x1d/0x50
[ 2262.410300]  btrfs_read_extent_buffer+0x98/0x150
[ 2262.410311]  read_tree_block+0x43/0xa0
[ 2262.410318]  read_block_for_search+0x266/0x370
[ 2262.410339]  btrfs_search_slot+0x351/0xd30
[ 2262.410352]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2262.410363]  btrfs_real_readdir+0x14a/0x470
[ 2262.410369]  ? lock_is_held_type+0xe8/0x140
[ 2262.410377]  ? find_held_lock+0x32/0x90
[ 2262.410396]  iterate_dir+0x183/0x1d0
[ 2262.410407]  __ia32_sys_getdents64+0x77/0x120
[ 2262.410413]  ? __pfx_filldir64+0x10/0x10
[ 2262.410420]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2262.410430]  __do_fast_syscall_32+0x88/0xf0
[ 2262.410436]  ? __do_fast_syscall_32+0x94/0xf0
[ 2262.410445]  do_fast_syscall_32+0x2f/0x70
[ 2262.410451]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2262.410458] RIP: 0023:0xf7fc0579
[ 2262.410481] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2262.410486] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2262.410492] RAX: ffffffffffffffda RBX: 00000000000000d3 RCX: 00000000b1708f4c
[ 2262.410496] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2262.410500] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2262.410503] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2262.410507] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2262.410526]  </TASK>
[ 2262.410530] irq event stamp: 37790633
[ 2262.410533] hardirqs last  enabled at (37790641): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2262.410539] hardirqs last disabled at (37790648): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2262.410544] softirqs last  enabled at (37787810): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2262.410550] softirqs last disabled at (37787805): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2262.410554] ---[ end trace 0000000000000000 ]---
[ 2273.076278] ------------[ cut here ]------------
[ 2273.076439] WARNING: CPU: 12 PID: 666 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2273.076449] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2273.076628]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2273.076768] CPU: 12 PID: 666 Comm: kworker/u32:7 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2273.076774] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2273.076778] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2273.076786] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2273.076792] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2273.076797] RSP: 0018:ffffa799036ef860 EFLAGS: 00010246
[ 2273.076803] RAX: 0000000000000000 RBX: ffff8fa4376f78d0 RCX: 0000000000000000
[ 2273.076807] RDX: 0000000000000000 RSI: ffff8fa4376f7850 RDI: ffffa799036ef888
[ 2273.076812] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2273.076816] R10: ffff8fa4376f78d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2273.076820] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2273.076824] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 2273.076829] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2273.076833] CR2: 000020e7b27f0000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2273.076837] PKRU: 55555554
[ 2273.076841] Call Trace:
[ 2273.076846]  <TASK>
[ 2273.076859]  submit_one_bio+0xd4/0xe0
[ 2273.076870]  submit_extent_page+0x142/0x550
[ 2273.076894]  read_extent_buffer_pages+0x584/0x9c0
[ 2273.076908]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2273.076917]  ? folio_unlock+0x1d/0x50
[ 2273.076928]  btrfs_read_extent_buffer+0x98/0x150
[ 2273.076939]  read_tree_block+0x43/0xa0
[ 2273.076946]  read_block_for_search+0x266/0x370
[ 2273.076969]  btrfs_search_slot+0x351/0xd30
[ 2273.076983]  ? lock_is_held_type+0xe8/0x140
[ 2273.076995]  btrfs_lookup_csum+0x63/0x150
[ 2273.077008]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2273.077015]  ? sched_clock_cpu+0x9f/0xc0
[ 2273.077023]  ? lock_release+0x14b/0x440
[ 2273.077034]  ? _raw_read_unlock+0x29/0x50
[ 2273.077046]  btrfs_finish_ordered_io+0x441/0x860
[ 2273.077071]  btrfs_work_helper+0xfe/0x400
[ 2273.077076]  ? lock_is_held_type+0xe8/0x140
[ 2273.077088]  process_one_work+0x294/0x5b0
[ 2273.077105]  worker_thread+0x4f/0x3a0
[ 2273.077115]  ? __pfx_worker_thread+0x10/0x10
[ 2273.077120]  kthread+0xf5/0x120
[ 2273.077125]  ? __pfx_kthread+0x10/0x10
[ 2273.077134]  ret_from_fork+0x2c/0x50
[ 2273.077156]  </TASK>
[ 2273.077160] irq event stamp: 17960209
[ 2273.077164] hardirqs last  enabled at (17960217): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2273.077170] hardirqs last disabled at (17960224): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2273.077175] softirqs last  enabled at (17958986): [<ffffffff837f3ab4>] __blkcg_punt_bio_submit+0x54/0x90
[ 2273.077183] softirqs last disabled at (17958984): [<ffffffff837f3a8f>] __blkcg_punt_bio_submit+0x2f/0x90
[ 2273.077188] ---[ end trace 0000000000000000 ]---
[ 2283.110232] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2283.110277] [drm] PSP is resuming...
[ 2283.187455] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2283.289353] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2283.303124] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2283.303133] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2283.303142] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2283.303148] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2283.303209] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2283.357828] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2283.359207] [drm] DMUB hardware initialized: version=0x02020017
[ 2283.397805] [drm] kiq ring mec 2 pipe 1 q 0
[ 2283.402779] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2283.402943] [drm] JPEG decode initialized successfully.
[ 2283.402966] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2283.402970] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2283.402972] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2283.402974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2283.402977] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2283.402979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2283.402981] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2283.402983] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2283.402985] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2283.402988] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2283.402990] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2283.402993] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2283.402995] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2283.402997] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2283.402999] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2283.403002] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2283.406907] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2290.903222] ------------[ cut here ]------------
[ 2290.903363] WARNING: CPU: 12 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2290.903371] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2290.903457]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2290.903550] CPU: 12 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2290.903556] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2290.903560] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2290.903566] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2290.903571] RSP: 0018:ffffa799187db678 EFLAGS: 00010246
[ 2290.903578] RAX: 0000000000000000 RBX: ffff8f97172d6210 RCX: 0000000000000000
[ 2290.903582] RDX: 0000000000000000 RSI: ffff8f97172d6190 RDI: ffffa799187db6a0
[ 2290.903586] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2290.903590] R10: ffff8f97172d6210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2290.903594] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2290.903598] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b844eb40
[ 2290.903603] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2290.903607] CR2: 0000013403aaa010 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2290.903612] PKRU: 55555554
[ 2290.903616] Call Trace:
[ 2290.903620]  <TASK>
[ 2290.903631]  submit_one_bio+0xd4/0xe0
[ 2290.903642]  submit_extent_page+0x142/0x550
[ 2290.903666]  read_extent_buffer_pages+0x584/0x9c0
[ 2290.903680]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2290.903688]  ? folio_unlock+0x1d/0x50
[ 2290.903699]  btrfs_read_extent_buffer+0x98/0x150
[ 2290.903710]  read_tree_block+0x43/0xa0
[ 2290.903717]  read_block_for_search+0x266/0x370
[ 2290.903739]  btrfs_search_slot+0x351/0xd30
[ 2290.903778]  btrfs_lookup_csum+0x63/0x150
[ 2290.903792]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2290.903804]  ? btrfs_do_readpage+0x305/0x770
[ 2290.903816]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2290.903825]  submit_one_bio+0xc4/0xe0
[ 2290.903835]  btrfs_read_folio+0x79/0x90
[ 2290.903842]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2290.903848]  prepare_uptodate_page+0x8c/0x210
[ 2290.903856]  prepare_pages.constprop.0+0xa2/0x300
[ 2290.903870]  btrfs_buffered_write+0x2ca/0x940
[ 2290.903896]  btrfs_do_write_iter+0x384/0x5d0
[ 2290.903903]  ? lock_is_held_type+0xe8/0x140
[ 2290.903917]  vfs_write+0x269/0x4f0
[ 2290.903935]  ksys_write+0x64/0xe0
[ 2290.903943]  __do_fast_syscall_32+0x88/0xf0
[ 2290.903951]  ? lock_is_held_type+0xe8/0x140
[ 2290.903962]  ? __do_fast_syscall_32+0x94/0xf0
[ 2290.903968]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2290.903974]  ? __do_fast_syscall_32+0x94/0xf0
[ 2290.903979]  ? __do_fast_syscall_32+0x94/0xf0
[ 2290.903983]  ? __do_fast_syscall_32+0x94/0xf0
[ 2290.903986]  ? __do_fast_syscall_32+0x94/0xf0
[ 2290.903991]  do_fast_syscall_32+0x2f/0x70
[ 2290.903996]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2290.904003] RIP: 0023:0xf7fc0579
[ 2290.904028] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2290.904033] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2290.904039] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b5b3e010
[ 2290.904043] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2290.904047] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2290.904051] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2290.904055] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2290.904075]  </TASK>
[ 2290.904079] irq event stamp: 103497239
[ 2290.904083] hardirqs last  enabled at (103497247): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2290.904090] hardirqs last disabled at (103497254): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2290.904095] softirqs last  enabled at (103493402): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2290.904101] softirqs last disabled at (103493385): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2290.904106] ---[ end trace 0000000000000000 ]---
[ 2293.266929] ------------[ cut here ]------------
[ 2293.266940] WARNING: CPU: 14 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2293.266950] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2293.267092]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2293.267183] CPU: 14 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2293.267189] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2293.267194] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2293.267200] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2293.267205] RSP: 0018:ffffa799187db6c0 EFLAGS: 00010246
[ 2293.267211] RAX: 0000000000000000 RBX: ffff8f9b0d6af550 RCX: 0000000000000000
[ 2293.267215] RDX: 0000000000000000 RSI: ffff8f9b0d6af4d0 RDI: ffffa799187db6e8
[ 2293.267219] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2293.267223] R10: ffff8f9b0d6af550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2293.267228] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2293.267232] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b844eb40
[ 2293.267236] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2293.267240] CR2: 00000000b75fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2293.267245] PKRU: 55555554
[ 2293.267249] Call Trace:
[ 2293.267253]  <TASK>
[ 2293.267265]  submit_one_bio+0xd4/0xe0
[ 2293.267275]  submit_extent_page+0x142/0x550
[ 2293.267291]  read_extent_buffer_pages+0x584/0x9c0
[ 2293.267300]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2293.267308]  ? folio_unlock+0x1d/0x50
[ 2293.267319]  btrfs_read_extent_buffer+0x98/0x150
[ 2293.267330]  read_tree_block+0x43/0xa0
[ 2293.267337]  read_block_for_search+0x266/0x370
[ 2293.267358]  btrfs_search_slot+0x351/0xd30
[ 2293.267378]  btrfs_lookup_csum+0x63/0x150
[ 2293.267391]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2293.267403]  ? btrfs_do_readpage+0x305/0x770
[ 2293.267416]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2293.267424]  submit_one_bio+0xc4/0xe0
[ 2293.267430]  btrfs_read_folio+0x79/0x90
[ 2293.267435]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2293.267441]  prepare_uptodate_page+0x8c/0x210
[ 2293.267449]  prepare_pages.constprop.0+0xa2/0x300
[ 2293.267463]  btrfs_buffered_write+0x2ca/0x940
[ 2293.267489]  btrfs_do_write_iter+0x384/0x5d0
[ 2293.267495]  ? lock_is_held_type+0xe8/0x140
[ 2293.267509]  vfs_write+0x269/0x4f0
[ 2293.267524]  ksys_write+0x64/0xe0
[ 2293.267529]  __do_fast_syscall_32+0x88/0xf0
[ 2293.267534]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.267538]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2293.267545]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.267551]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.267557]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.267565]  do_fast_syscall_32+0x2f/0x70
[ 2293.267571]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2293.267579] RIP: 0023:0xf7fc0579
[ 2293.267612] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2293.267614] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2293.267618] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b573a010
[ 2293.267621] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2293.267623] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2293.267625] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2293.267628] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2293.267639]  </TASK>
[ 2293.267641] irq event stamp: 103796061
[ 2293.267643] hardirqs last  enabled at (103796069): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2293.267648] hardirqs last disabled at (103796076): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2293.267651] softirqs last  enabled at (103794410): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2293.267655] softirqs last disabled at (103794405): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2293.267658] ---[ end trace 0000000000000000 ]---
[ 2293.772327] ------------[ cut here ]------------
[ 2293.772338] WARNING: CPU: 1 PID: 8014 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2293.772349] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2293.772503]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2293.772608] CPU: 1 PID: 8014 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2293.772614] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2293.772618] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2293.772624] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2293.772629] RSP: 0018:ffffa79918753618 EFLAGS: 00010246
[ 2293.772635] RAX: 0000000000000000 RBX: ffff8f97361a6590 RCX: 0000000000000000
[ 2293.772639] RDX: 0000000000000000 RSI: ffff8f97361a6510 RDI: ffffa79918753640
[ 2293.772643] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2293.772647] R10: ffff8f97361a6590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2293.772651] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2293.772656] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b5b3db40
[ 2293.772660] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2293.772664] CR2: 000038a3088d5000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2293.772669] PKRU: 55555554
[ 2293.772673] Call Trace:
[ 2293.772677]  <TASK>
[ 2293.772688]  submit_one_bio+0xd4/0xe0
[ 2293.772699]  submit_extent_page+0x142/0x550
[ 2293.772723]  read_extent_buffer_pages+0x584/0x9c0
[ 2293.772736]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2293.772765]  ? folio_unlock+0x1d/0x50
[ 2293.772777]  btrfs_read_extent_buffer+0x98/0x150
[ 2293.772787]  read_tree_block+0x43/0xa0
[ 2293.772794]  read_block_for_search+0x266/0x370
[ 2293.772816]  btrfs_search_slot+0x351/0xd30
[ 2293.772836]  btrfs_lookup_csum+0x63/0x150
[ 2293.772849]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2293.772860]  ? btrfs_do_readpage+0x305/0x770
[ 2293.772873]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2293.772881]  submit_one_bio+0xc4/0xe0
[ 2293.772891]  btrfs_read_folio+0x79/0x90
[ 2293.772898]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2293.772904]  prepare_uptodate_page+0x8c/0x210
[ 2293.772911]  prepare_pages.constprop.0+0x134/0x300
[ 2293.772925]  btrfs_buffered_write+0x2ca/0x940
[ 2293.772952]  btrfs_do_write_iter+0x384/0x5d0
[ 2293.772959]  ? lock_is_held_type+0xe8/0x140
[ 2293.772972]  vfs_write+0x269/0x4f0
[ 2293.772991]  ksys_write+0x64/0xe0
[ 2293.773000]  __do_fast_syscall_32+0x88/0xf0
[ 2293.773006]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773012]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2293.773019]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773027]  ? lock_is_held_type+0xe8/0x140
[ 2293.773037]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773043]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2293.773050]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773055]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773061]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2293.773067]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773072]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773078]  ? __do_fast_syscall_32+0x94/0xf0
[ 2293.773086]  do_fast_syscall_32+0x2f/0x70
[ 2293.773092]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2293.773099] RIP: 0023:0xf7fc0579
[ 2293.773125] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2293.773129] RSP: 002b:00000000b5b3bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2293.773136] RAX: ffffffffffffffda RBX: 00000000000000c9 RCX: 00000000b73fd010
[ 2293.773140] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2293.773144] RBP: 00000000000000c9 R08: 00000000b5b3bae0 R09: 0000000000000000
[ 2293.773148] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2293.773152] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2293.773172]  </TASK>
[ 2293.773176] irq event stamp: 3211869
[ 2293.773179] hardirqs last  enabled at (3211877): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2293.773186] hardirqs last disabled at (3211884): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2293.773191] softirqs last  enabled at (3208272): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2293.773197] softirqs last disabled at (3208265): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2293.773202] ---[ end trace 0000000000000000 ]---
[ 2295.606504] ------------[ cut here ]------------
[ 2295.606659] WARNING: CPU: 2 PID: 4166 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2295.606669] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2295.606808]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2295.606919] CPU: 2 PID: 4166 Comm: kworker/u32:17 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2295.606924] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2295.606929] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2295.606938] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2295.606945] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2295.606950] RSP: 0018:ffffa79906f6b860 EFLAGS: 00010246
[ 2295.606957] RAX: 0000000000000000 RBX: ffff8f9d6eb05790 RCX: 0000000000000000
[ 2295.606962] RDX: 0000000000000000 RSI: ffff8f9d6eb05710 RDI: ffffa79906f6b888
[ 2295.606967] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2295.606971] R10: ffff8f9d6eb05790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2295.606976] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2295.606981] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 2295.606986] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2295.606990] CR2: 00000000d3a63000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2295.606995] PKRU: 55555554
[ 2295.606999] Call Trace:
[ 2295.607004]  <TASK>
[ 2295.607016]  submit_one_bio+0xd4/0xe0
[ 2295.607028]  submit_extent_page+0x142/0x550
[ 2295.607055]  read_extent_buffer_pages+0x584/0x9c0
[ 2295.607069]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2295.607079]  ? folio_unlock+0x1d/0x50
[ 2295.607090]  btrfs_read_extent_buffer+0x98/0x150
[ 2295.607102]  read_tree_block+0x43/0xa0
[ 2295.607110]  read_block_for_search+0x266/0x370
[ 2295.607134]  btrfs_search_slot+0x351/0xd30
[ 2295.607149]  ? lock_is_held_type+0xe8/0x140
[ 2295.607162]  btrfs_lookup_csum+0x63/0x150
[ 2295.607173]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2295.607178]  ? sched_clock_cpu+0x9f/0xc0
[ 2295.607183]  ? lock_release+0x14b/0x440
[ 2295.607191]  ? _raw_read_unlock+0x29/0x50
[ 2295.607198]  btrfs_finish_ordered_io+0x441/0x860
[ 2295.607214]  btrfs_work_helper+0xfe/0x400
[ 2295.607218]  ? lock_is_held_type+0xe8/0x140
[ 2295.607225]  process_one_work+0x294/0x5b0
[ 2295.607242]  worker_thread+0x4f/0x3a0
[ 2295.607253]  ? __pfx_worker_thread+0x10/0x10
[ 2295.607259]  kthread+0xf5/0x120
[ 2295.607265]  ? __pfx_kthread+0x10/0x10
[ 2295.607273]  ret_from_fork+0x2c/0x50
[ 2295.607297]  </TASK>
[ 2295.607302] irq event stamp: 55958151
[ 2295.607306] hardirqs last  enabled at (55958159): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2295.607312] hardirqs last disabled at (55958166): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2295.607317] softirqs last  enabled at (55957256): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2295.607323] softirqs last disabled at (55957249): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2295.607329] ---[ end trace 0000000000000000 ]---
[ 2295.646174] ------------[ cut here ]------------
[ 2295.646183] WARNING: CPU: 15 PID: 666 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2295.646192] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2295.646295]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2295.646365] CPU: 15 PID: 666 Comm: kworker/u32:7 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2295.646369] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2295.646372] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2295.646378] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2295.646382] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2295.646385] RSP: 0018:ffffa799036ef860 EFLAGS: 00010246
[ 2295.646389] RAX: 0000000000000000 RBX: ffff8f9d5a42ae50 RCX: 0000000000000000
[ 2295.646392] RDX: 0000000000000000 RSI: ffff8f9d5a42add0 RDI: ffffa799036ef888
[ 2295.646395] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2295.646398] R10: ffff8f9d5a42ae50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2295.646400] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2295.646403] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0000) knlGS:0000000000000000
[ 2295.646406] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2295.646409] CR2: 00000000b583a000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2295.646411] PKRU: 55555554
[ 2295.646414] Call Trace:
[ 2295.646417]  <TASK>
[ 2295.646425]  submit_one_bio+0xd4/0xe0
[ 2295.646433]  submit_extent_page+0x142/0x550
[ 2295.646448]  read_extent_buffer_pages+0x584/0x9c0
[ 2295.646457]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2295.646462]  ? folio_unlock+0x1d/0x50
[ 2295.646470]  btrfs_read_extent_buffer+0x98/0x150
[ 2295.646477]  read_tree_block+0x43/0xa0
[ 2295.646481]  read_block_for_search+0x266/0x370
[ 2295.646496]  btrfs_search_slot+0x351/0xd30
[ 2295.646505]  ? lock_is_held_type+0xe8/0x140
[ 2295.646513]  btrfs_lookup_csum+0x63/0x150
[ 2295.646521]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2295.646525]  ? sched_clock_cpu+0x9f/0xc0
[ 2295.646531]  ? lock_release+0x14b/0x440
[ 2295.646539]  ? _raw_read_unlock+0x29/0x50
[ 2295.646546]  btrfs_finish_ordered_io+0x441/0x860
[ 2295.646562]  btrfs_work_helper+0xfe/0x400
[ 2295.646566]  ? lock_is_held_type+0xe8/0x140
[ 2295.646573]  process_one_work+0x294/0x5b0
[ 2295.646584]  worker_thread+0x4f/0x3a0
[ 2295.646590]  ? __pfx_worker_thread+0x10/0x10
[ 2295.646594]  kthread+0xf5/0x120
[ 2295.646598]  ? __pfx_kthread+0x10/0x10
[ 2295.646603]  ret_from_fork+0x2c/0x50
[ 2295.646616]  </TASK>
[ 2295.646619] irq event stamp: 18406767
[ 2295.646621] hardirqs last  enabled at (18406775): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2295.646626] hardirqs last disabled at (18406782): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2295.646630] softirqs last  enabled at (18405320): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 2295.646634] softirqs last disabled at (18405318): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 2295.646637] ---[ end trace 0000000000000000 ]---
[ 2295.655207] ------------[ cut here ]------------
[ 2295.655215] WARNING: CPU: 5 PID: 4165 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2295.655223] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2295.655397]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2295.655511] CPU: 5 PID: 4165 Comm: kworker/u32:16 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2295.655516] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2295.655520] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2295.655527] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2295.655532] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2295.655536] RSP: 0018:ffffa79907593860 EFLAGS: 00010246
[ 2295.655542] RAX: 0000000000000000 RBX: ffff8fa39919db10 RCX: 0000000000000000
[ 2295.655545] RDX: 0000000000000000 RSI: ffff8fa39919da90 RDI: ffffa79907593888
[ 2295.655549] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2295.655552] R10: ffff8fa39919db10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2295.655555] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2295.655558] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 2295.655562] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2295.655566] CR2: 00001c50052fc000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2295.655569] PKRU: 55555554
[ 2295.655573] Call Trace:
[ 2295.655576]  <TASK>
[ 2295.655586]  submit_one_bio+0xd4/0xe0
[ 2295.655596]  submit_extent_page+0x142/0x550
[ 2295.655612]  read_extent_buffer_pages+0x584/0x9c0
[ 2295.655621]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2295.655627]  ? folio_unlock+0x1d/0x50
[ 2295.655634]  btrfs_read_extent_buffer+0x98/0x150
[ 2295.655641]  read_tree_block+0x43/0xa0
[ 2295.655646]  read_block_for_search+0x266/0x370
[ 2295.655660]  btrfs_search_slot+0x351/0xd30
[ 2295.655669]  ? lock_is_held_type+0xe8/0x140
[ 2295.655677]  btrfs_lookup_csum+0x63/0x150
[ 2295.655686]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2295.655690]  ? sched_clock_cpu+0x9f/0xc0
[ 2295.655696]  ? lock_release+0x14b/0x440
[ 2295.655704]  ? _raw_read_unlock+0x29/0x50
[ 2295.655712]  btrfs_finish_ordered_io+0x441/0x860
[ 2295.655728]  btrfs_work_helper+0xfe/0x400
[ 2295.655732]  ? lock_is_held_type+0xe8/0x140
[ 2295.655739]  process_one_work+0x294/0x5b0
[ 2295.655773]  worker_thread+0x4f/0x3a0
[ 2295.655779]  ? __pfx_worker_thread+0x10/0x10
[ 2295.655783]  kthread+0xf5/0x120
[ 2295.655787]  ? __pfx_kthread+0x10/0x10
[ 2295.655795]  ret_from_fork+0x2c/0x50
[ 2295.655820]  </TASK>
[ 2295.655825] irq event stamp: 10204417
[ 2295.655829] hardirqs last  enabled at (10204425): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2295.655836] hardirqs last disabled at (10204432): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2295.655841] softirqs last  enabled at (10204362): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2295.655848] softirqs last disabled at (10204355): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2295.655853] ---[ end trace 0000000000000000 ]---
[ 2296.910846] ------------[ cut here ]------------
[ 2296.910855] WARNING: CPU: 2 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2296.910862] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2296.910954]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2296.911017] CPU: 2 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2296.911022] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2296.911027] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2296.911032] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2296.911037] RSP: 0018:ffffa799187db6e8 EFLAGS: 00010246
[ 2296.911043] RAX: 0000000000000000 RBX: ffff8f9d6eb07c50 RCX: 0000000000000000
[ 2296.911046] RDX: 0000000000000000 RSI: ffff8f9d6eb07bd0 RDI: ffffa799187db710
[ 2296.911049] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2296.911053] R10: ffff8f9d6eb07c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2296.911056] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2296.911061] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b844eb40
[ 2296.911066] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2296.911070] CR2: 00003de7004a7000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2296.911072] PKRU: 55555554
[ 2296.911074] Call Trace:
[ 2296.911077]  <TASK>
[ 2296.911087]  submit_one_bio+0xd4/0xe0
[ 2296.911098]  submit_extent_page+0x142/0x550
[ 2296.911121]  read_extent_buffer_pages+0x584/0x9c0
[ 2296.911134]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2296.911143]  ? folio_unlock+0x1d/0x50
[ 2296.911156]  btrfs_read_extent_buffer+0x98/0x150
[ 2296.911166]  read_tree_block+0x43/0xa0
[ 2296.911172]  read_block_for_search+0x266/0x370
[ 2296.911194]  btrfs_search_slot+0x351/0xd30
[ 2296.911212]  btrfs_lookup_csum+0x63/0x150
[ 2296.911224]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2296.911235]  ? btrfs_do_readpage+0x305/0x770
[ 2296.911247]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2296.911255]  submit_one_bio+0xc4/0xe0
[ 2296.911264]  btrfs_read_folio+0x79/0x90
[ 2296.911271]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2296.911277]  prepare_uptodate_page+0x8c/0x210
[ 2296.911284]  prepare_pages.constprop.0+0xa2/0x300
[ 2296.911297]  btrfs_buffered_write+0x2ca/0x940
[ 2296.911321]  btrfs_do_write_iter+0x384/0x5d0
[ 2296.911328]  ? lock_is_held_type+0xe8/0x140
[ 2296.911341]  vfs_write+0x269/0x4f0
[ 2296.911358]  ksys_write+0x64/0xe0
[ 2296.911366]  __do_fast_syscall_32+0x88/0xf0
[ 2296.911374]  ? __do_fast_syscall_32+0x94/0xf0
[ 2296.911379]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2296.911385]  ? __do_fast_syscall_32+0x94/0xf0
[ 2296.911393]  do_fast_syscall_32+0x2f/0x70
[ 2296.911400]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2296.911406] RIP: 0023:0xf7fc0579
[ 2296.911430] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2296.911435] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2296.911441] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000bf5ff010
[ 2296.911445] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2296.911449] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2296.911452] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2296.911456] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2296.911475]  </TASK>
[ 2296.911479] irq event stamp: 104605219
[ 2296.911483] hardirqs last  enabled at (104605227): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2296.911489] hardirqs last disabled at (104605234): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2296.911492] softirqs last  enabled at (104603876): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2296.911496] softirqs last disabled at (104603869): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2296.911499] ---[ end trace 0000000000000000 ]---
[ 2298.603655] ------------[ cut here ]------------
[ 2298.603666] WARNING: CPU: 9 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2298.603677] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2298.603854]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2298.603961] CPU: 9 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2298.603967] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2298.603971] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2298.603977] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2298.603982] RSP: 0018:ffffa799187db6c0 EFLAGS: 00010246
[ 2298.603988] RAX: 0000000000000000 RBX: ffff8f9e44451b10 RCX: 0000000000000000
[ 2298.603993] RDX: 0000000000000000 RSI: ffff8f9e44451a90 RDI: ffffa799187db6e8
[ 2298.603997] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2298.604001] R10: ffff8f9e44451b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2298.604005] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2298.604010] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b844eb40
[ 2298.604014] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2298.604019] CR2: 00000000b4326000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2298.604023] PKRU: 55555554
[ 2298.604027] Call Trace:
[ 2298.604031]  <TASK>
[ 2298.604043]  submit_one_bio+0xd4/0xe0
[ 2298.604054]  submit_extent_page+0x142/0x550
[ 2298.604078]  read_extent_buffer_pages+0x584/0x9c0
[ 2298.604092]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2298.604101]  ? folio_unlock+0x1d/0x50
[ 2298.604112]  btrfs_read_extent_buffer+0x98/0x150
[ 2298.604122]  read_tree_block+0x43/0xa0
[ 2298.604129]  read_block_for_search+0x266/0x370
[ 2298.604151]  btrfs_search_slot+0x351/0xd30
[ 2298.604171]  btrfs_lookup_csum+0x63/0x150
[ 2298.604185]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2298.604196]  ? btrfs_do_readpage+0x305/0x770
[ 2298.604209]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2298.604217]  submit_one_bio+0xc4/0xe0
[ 2298.604227]  btrfs_read_folio+0x79/0x90
[ 2298.604234]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2298.604240]  prepare_uptodate_page+0x8c/0x210
[ 2298.604248]  prepare_pages.constprop.0+0xa2/0x300
[ 2298.604262]  btrfs_buffered_write+0x2ca/0x940
[ 2298.604288]  btrfs_do_write_iter+0x384/0x5d0
[ 2298.604295]  ? lock_is_held_type+0xe8/0x140
[ 2298.604309]  vfs_write+0x269/0x4f0
[ 2298.604328]  ksys_write+0x64/0xe0
[ 2298.604337]  __do_fast_syscall_32+0x88/0xf0
[ 2298.604346]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.604352]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2298.604359]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.604364]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.604372]  do_fast_syscall_32+0x2f/0x70
[ 2298.604379]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2298.604386] RIP: 0023:0xf7fc0579
[ 2298.604411] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2298.604415] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2298.604422] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b462a010
[ 2298.604426] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2298.604430] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2298.604434] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2298.604438] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2298.604458]  </TASK>
[ 2298.604462] irq event stamp: 105038835
[ 2298.604466] hardirqs last  enabled at (105038843): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2298.604473] hardirqs last disabled at (105038850): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2298.604478] softirqs last  enabled at (105034798): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2298.604484] softirqs last disabled at (105034793): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2298.604488] ---[ end trace 0000000000000000 ]---
[ 2298.790373] ------------[ cut here ]------------
[ 2298.790382] WARNING: CPU: 13 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2298.790390] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2298.790475]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2298.790534] CPU: 13 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2298.790537] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2298.790540] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2298.790544] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2298.790546] RSP: 0018:ffffa799187db710 EFLAGS: 00010246
[ 2298.790550] RAX: 0000000000000000 RBX: ffff8f972eec07d0 RCX: 0000000000000000
[ 2298.790552] RDX: 0000000000000000 RSI: ffff8f972eec0750 RDI: ffffa799187db738
[ 2298.790555] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2298.790557] R10: ffff8f972eec07d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2298.790559] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2298.790561] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b844eb40
[ 2298.790564] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2298.790566] CR2: 00000000b4326000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2298.790569] PKRU: 55555554
[ 2298.790571] Call Trace:
[ 2298.790574]  <TASK>
[ 2298.790581]  submit_one_bio+0xd4/0xe0
[ 2298.790588]  submit_extent_page+0x142/0x550
[ 2298.790601]  read_extent_buffer_pages+0x584/0x9c0
[ 2298.790608]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2298.790613]  ? folio_unlock+0x1d/0x50
[ 2298.790620]  btrfs_read_extent_buffer+0x98/0x150
[ 2298.790625]  read_tree_block+0x43/0xa0
[ 2298.790629]  read_block_for_search+0x266/0x370
[ 2298.790641]  btrfs_search_slot+0x351/0xd30
[ 2298.790652]  btrfs_lookup_csum+0x63/0x150
[ 2298.790659]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2298.790666]  ? btrfs_do_readpage+0x305/0x770
[ 2298.790672]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2298.790677]  submit_one_bio+0xc4/0xe0
[ 2298.790683]  btrfs_read_folio+0x79/0x90
[ 2298.790686]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2298.790690]  prepare_uptodate_page+0x8c/0x210
[ 2298.790694]  prepare_pages.constprop.0+0x134/0x300
[ 2298.790701]  btrfs_buffered_write+0x2ca/0x940
[ 2298.790715]  btrfs_do_write_iter+0x384/0x5d0
[ 2298.790719]  ? lock_is_held_type+0xe8/0x140
[ 2298.790727]  vfs_write+0x269/0x4f0
[ 2298.790738]  ksys_write+0x64/0xe0
[ 2298.790766]  __do_fast_syscall_32+0x88/0xf0
[ 2298.790771]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.790776]  do_fast_syscall_32+0x2f/0x70
[ 2298.790780]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2298.790785] RIP: 0023:0xf7fc0579
[ 2298.790807] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2298.790810] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2298.790813] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b5235010
[ 2298.790816] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2298.790818] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2298.790820] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2298.790822] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2298.790832]  </TASK>
[ 2298.790835] irq event stamp: 105081013
[ 2298.790837] hardirqs last  enabled at (105081021): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2298.790842] hardirqs last disabled at (105081028): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2298.790845] softirqs last  enabled at (105080902): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2298.790849] softirqs last disabled at (105080897): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2298.790852] ---[ end trace 0000000000000000 ]---
[ 2298.941836] ------------[ cut here ]------------
[ 2298.942007] WARNING: CPU: 13 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2298.942017] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2298.942168]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2298.942271] CPU: 13 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2298.942278] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2298.942282] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2298.942288] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2298.942293] RSP: 0018:ffffa799187db658 EFLAGS: 00010246
[ 2298.942300] RAX: 0000000000000000 RBX: ffff8f972eec2ad0 RCX: 0000000000000000
[ 2298.942304] RDX: 0000000000000000 RSI: ffff8f972eec2a50 RDI: ffffa799187db680
[ 2298.942308] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2298.942312] R10: ffff8f972eec2ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2298.942316] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2298.942320] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b844eb40
[ 2298.942325] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2298.942328] CR2: 00000000b4326000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2298.942333] PKRU: 55555554
[ 2298.942336] Call Trace:
[ 2298.942340]  <TASK>
[ 2298.942350]  submit_one_bio+0xd4/0xe0
[ 2298.942361]  submit_extent_page+0x142/0x550
[ 2298.942384]  read_extent_buffer_pages+0x584/0x9c0
[ 2298.942397]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2298.942406]  ? folio_unlock+0x1d/0x50
[ 2298.942417]  btrfs_read_extent_buffer+0x98/0x150
[ 2298.942425]  read_tree_block+0x43/0xa0
[ 2298.942429]  read_block_for_search+0x266/0x370
[ 2298.942442]  btrfs_search_slot+0x351/0xd30
[ 2298.942453]  btrfs_lookup_csum+0x63/0x150
[ 2298.942460]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2298.942466]  ? btrfs_do_readpage+0x305/0x770
[ 2298.942474]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2298.942481]  submit_one_bio+0xc4/0xe0
[ 2298.942491]  btrfs_read_folio+0x79/0x90
[ 2298.942497]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2298.942503]  prepare_uptodate_page+0x8c/0x210
[ 2298.942510]  prepare_pages.constprop.0+0x134/0x300
[ 2298.942524]  btrfs_buffered_write+0x2ca/0x940
[ 2298.942550]  btrfs_do_write_iter+0x384/0x5d0
[ 2298.942556]  ? lock_is_held_type+0xe8/0x140
[ 2298.942569]  vfs_write+0x269/0x4f0
[ 2298.942587]  ksys_write+0x64/0xe0
[ 2298.942596]  __do_fast_syscall_32+0x88/0xf0
[ 2298.942604]  ? lock_is_held_type+0xe8/0x140
[ 2298.942615]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.942620]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2298.942627]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.942633]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.942640]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.942645]  ? __do_fast_syscall_32+0x94/0xf0
[ 2298.942653]  do_fast_syscall_32+0x2f/0x70
[ 2298.942660]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2298.942667] RIP: 0023:0xf7fc0579
[ 2298.942691] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2298.942696] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2298.942702] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000c63ff010
[ 2298.942706] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2298.942710] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2298.942714] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2298.942718] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2298.942737]  </TASK>
[ 2298.942763] irq event stamp: 105119891
[ 2298.942767] hardirqs last  enabled at (105119899): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2298.942774] hardirqs last disabled at (105119906): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2298.942779] softirqs last  enabled at (105119890): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2298.942785] softirqs last disabled at (105119885): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2298.942790] ---[ end trace 0000000000000000 ]---
[ 2305.275848] ------------[ cut here ]------------
[ 2305.275857] WARNING: CPU: 0 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2305.275866] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2305.275971]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2305.276044] CPU: 0 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2305.276049] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2305.276052] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2305.276056] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2305.276060] RSP: 0018:ffffa799187db620 EFLAGS: 00010246
[ 2305.276065] RAX: 0000000000000000 RBX: ffff8f9da1b6db10 RCX: 0000000000000000
[ 2305.276068] RDX: 0000000000000000 RSI: ffff8f9da1b6da90 RDI: ffffa799187db648
[ 2305.276070] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2305.276073] R10: ffff8f9da1b6db10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2305.276076] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2305.276079] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b844eb40
[ 2305.276082] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2305.276085] CR2: 00000000b472a000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 2305.276088] PKRU: 55555554
[ 2305.276091] Call Trace:
[ 2305.276094]  <TASK>
[ 2305.276103]  submit_one_bio+0xd4/0xe0
[ 2305.276111]  submit_extent_page+0x142/0x550
[ 2305.276127]  read_extent_buffer_pages+0x584/0x9c0
[ 2305.276134]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2305.276139]  ? folio_unlock+0x1d/0x50
[ 2305.276145]  btrfs_read_extent_buffer+0x98/0x150
[ 2305.276151]  read_tree_block+0x43/0xa0
[ 2305.276155]  read_block_for_search+0x266/0x370
[ 2305.276168]  btrfs_search_slot+0x351/0xd30
[ 2305.276179]  btrfs_lookup_csum+0x63/0x150
[ 2305.276186]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2305.276192]  ? btrfs_do_readpage+0x305/0x770
[ 2305.276199]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2305.276204]  submit_one_bio+0xc4/0xe0
[ 2305.276210]  btrfs_read_folio+0x79/0x90
[ 2305.276213]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2305.276217]  prepare_uptodate_page+0x8c/0x210
[ 2305.276221]  prepare_pages.constprop.0+0x134/0x300
[ 2305.276229]  btrfs_buffered_write+0x2ca/0x940
[ 2305.276243]  btrfs_do_write_iter+0x384/0x5d0
[ 2305.276247]  ? lock_is_held_type+0xe8/0x140
[ 2305.276255]  vfs_write+0x269/0x4f0
[ 2305.276266]  ksys_write+0x64/0xe0
[ 2305.276271]  __do_fast_syscall_32+0x88/0xf0
[ 2305.276276]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 2305.276282]  ? lock_is_held_type+0xe8/0x140
[ 2305.276287]  ? __do_fast_syscall_32+0x94/0xf0
[ 2305.276291]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2305.276295]  ? __do_fast_syscall_32+0x94/0xf0
[ 2305.276299]  ? __do_fast_syscall_32+0x94/0xf0
[ 2305.276302]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2305.276306]  ? __do_fast_syscall_32+0x94/0xf0
[ 2305.276309]  ? __do_fast_syscall_32+0x94/0xf0
[ 2305.276314]  do_fast_syscall_32+0x2f/0x70
[ 2305.276318]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2305.276322] RIP: 0023:0xf7fc0579
[ 2305.276343] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2305.276346] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2305.276349] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000bf0fb010
[ 2305.276352] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2305.276354] RBP: 00000000000000cb R08: 00000000b844cae0 R09: 0000000000000000
[ 2305.276356] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2305.276358] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2305.276368]  </TASK>
[ 2305.276371] irq event stamp: 106759503
[ 2305.276373] hardirqs last  enabled at (106759511): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2305.276377] hardirqs last disabled at (106759518): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2305.276380] softirqs last  enabled at (106754440): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2305.276385] softirqs last disabled at (106754433): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2305.276387] ---[ end trace 0000000000000000 ]---
[ 2313.137192] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2313.137228] [drm] PSP is resuming...
[ 2313.213226] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2313.314784] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2313.331168] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2313.331183] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2313.331192] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2313.331198] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2313.331259] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2313.386463] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2313.387877] [drm] DMUB hardware initialized: version=0x02020017
[ 2313.426103] [drm] kiq ring mec 2 pipe 1 q 0
[ 2313.431002] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2313.431303] [drm] JPEG decode initialized successfully.
[ 2313.431327] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2313.431331] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2313.431333] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2313.431336] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2313.431338] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2313.431340] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2313.431342] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2313.431344] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2313.431346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2313.431348] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2313.431351] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2313.431353] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2313.431355] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2313.431357] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2313.431359] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2313.431361] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2313.434891] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2313.529824] ------------[ cut here ]------------
[ 2313.529836] WARNING: CPU: 10 PID: 4168 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2313.529846] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2313.530020]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2313.530138] CPU: 10 PID: 4168 Comm: kworker/u32:19 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2313.530144] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2313.530149] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2313.530157] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2313.530163] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2313.530168] RSP: 0018:ffffa799075ab860 EFLAGS: 00010246
[ 2313.530175] RAX: 0000000000000000 RBX: ffff8f9ab5bf3c50 RCX: 0000000000000000
[ 2313.530180] RDX: 0000000000000000 RSI: ffff8f9ab5bf3bd0 RDI: ffffa799075ab888
[ 2313.530184] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2313.530188] R10: ffff8f9ab5bf3c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2313.530193] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2313.530197] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 2313.530202] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2313.530207] CR2: 00003e96663ee000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2313.530211] PKRU: 55555554
[ 2313.530216] Call Trace:
[ 2313.530220]  <TASK>
[ 2313.530233]  submit_one_bio+0xd4/0xe0
[ 2313.530245]  submit_extent_page+0x142/0x550
[ 2313.530271]  read_extent_buffer_pages+0x584/0x9c0
[ 2313.530286]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2313.530295]  ? folio_unlock+0x1d/0x50
[ 2313.530307]  btrfs_read_extent_buffer+0x98/0x150
[ 2313.530319]  read_tree_block+0x43/0xa0
[ 2313.530327]  read_block_for_search+0x266/0x370
[ 2313.530351]  btrfs_search_slot+0x351/0xd30
[ 2313.530365]  ? lock_is_held_type+0xe8/0x140
[ 2313.530378]  btrfs_lookup_csum+0x63/0x150
[ 2313.530392]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2313.530399]  ? sched_clock_cpu+0x9f/0xc0
[ 2313.530408]  ? lock_release+0x14b/0x440
[ 2313.530420]  ? _raw_read_unlock+0x29/0x50
[ 2313.530432]  btrfs_finish_ordered_io+0x441/0x860
[ 2313.530458]  btrfs_work_helper+0xfe/0x400
[ 2313.530464]  ? lock_is_held_type+0xe8/0x140
[ 2313.530477]  process_one_work+0x294/0x5b0
[ 2313.530495]  worker_thread+0x4f/0x3a0
[ 2313.530505]  ? __pfx_worker_thread+0x10/0x10
[ 2313.530511]  kthread+0xf5/0x120
[ 2313.530517]  ? __pfx_kthread+0x10/0x10
[ 2313.530525]  ret_from_fork+0x2c/0x50
[ 2313.530548]  </TASK>
[ 2313.530552] irq event stamp: 35515857
[ 2313.530557] hardirqs last  enabled at (35515865): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2313.530563] hardirqs last disabled at (35515872): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2313.530569] softirqs last  enabled at (35514652): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2313.530575] softirqs last disabled at (35514641): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2313.530580] ---[ end trace 0000000000000000 ]---
[ 2314.565948] ------------[ cut here ]------------
[ 2314.566087] WARNING: CPU: 12 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2314.566095] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2314.566190]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2314.566255] CPU: 12 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2314.566259] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2314.566262] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2314.566266] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2314.566269] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 2314.566273] RAX: 0000000000000000 RBX: ffff8f97172d78d0 RCX: 0000000000000000
[ 2314.566276] RDX: 0000000000000000 RSI: ffff8f97172d7850 RDI: ffffa7990487f888
[ 2314.566278] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2314.566280] R10: ffff8f97172d78d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2314.566283] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2314.566286] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 2314.566288] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2314.566291] CR2: 000013f000077004 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2314.566293] PKRU: 55555554
[ 2314.566296] Call Trace:
[ 2314.566298]  <TASK>
[ 2314.566306]  submit_one_bio+0xd4/0xe0
[ 2314.566313]  submit_extent_page+0x142/0x550
[ 2314.566328]  read_extent_buffer_pages+0x584/0x9c0
[ 2314.566336]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2314.566341]  ? folio_unlock+0x1d/0x50
[ 2314.566348]  btrfs_read_extent_buffer+0x98/0x150
[ 2314.566354]  read_tree_block+0x43/0xa0
[ 2314.566358]  read_block_for_search+0x266/0x370
[ 2314.566371]  btrfs_search_slot+0x351/0xd30
[ 2314.566383]  btrfs_insert_empty_items+0x31/0x70
[ 2314.566388]  alloc_reserved_file_extent+0xbc/0x240
[ 2314.566398]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 2314.566415]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2314.566422]  btrfs_commit_transaction+0x93/0xed0
[ 2314.566434]  transaction_kthread+0x142/0x1b0
[ 2314.566441]  ? __pfx_transaction_kthread+0x10/0x10
[ 2314.566444]  kthread+0xf5/0x120
[ 2314.566448]  ? __pfx_kthread+0x10/0x10
[ 2314.566452]  ret_from_fork+0x2c/0x50
[ 2314.566465]  </TASK>
[ 2314.566467] irq event stamp: 19243635
[ 2314.566469] hardirqs last  enabled at (19243643): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2314.566474] hardirqs last disabled at (19243650): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2314.566477] softirqs last  enabled at (19242350): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2314.566482] softirqs last disabled at (19241895): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2314.566484] ---[ end trace 0000000000000000 ]---
[ 2314.895794] ------------[ cut here ]------------
[ 2314.895971] WARNING: CPU: 0 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2314.895981] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2314.896145]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2314.896259] CPU: 0 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2314.896265] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2314.896270] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2314.896276] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2314.896281] RSP: 0018:ffffa7990487f888 EFLAGS: 00010246
[ 2314.896288] RAX: 0000000000000000 RBX: ffff8f9da1b6c450 RCX: 0000000000000000
[ 2314.896292] RDX: 0000000000000000 RSI: ffff8f9da1b6c3d0 RDI: ffffa7990487f8b0
[ 2314.896297] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2314.896301] R10: ffff8f9da1b6c450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2314.896305] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2314.896310] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 2314.896314] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2314.896319] CR2: 00000000d3a36000 CR3: 0000000b7e428000 CR4: 0000000000750ef0
[ 2314.896323] PKRU: 55555554
[ 2314.896328] Call Trace:
[ 2314.896332]  <TASK>
[ 2314.896344]  submit_one_bio+0xd4/0xe0
[ 2314.896356]  submit_extent_page+0x142/0x550
[ 2314.896381]  read_extent_buffer_pages+0x584/0x9c0
[ 2314.896395]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2314.896404]  ? folio_unlock+0x1d/0x50
[ 2314.896416]  btrfs_read_extent_buffer+0x98/0x150
[ 2314.896428]  read_tree_block+0x43/0xa0
[ 2314.896435]  btrfs_read_node_slot+0x154/0x1a0
[ 2314.896452]  push_leaf_right+0xa8/0x1e0
[ 2314.896466]  split_leaf+0x3bd/0x670
[ 2314.896478]  ? leaf_space_used+0xae/0xd0
[ 2314.896492]  btrfs_search_slot+0xc4e/0xd30
[ 2314.896513]  btrfs_insert_empty_items+0x31/0x70
[ 2314.896521]  btrfs_insert_delayed_item+0x236/0x430
[ 2314.896544]  __btrfs_run_delayed_items+0xea/0x230
[ 2314.896555]  btrfs_commit_transaction+0x1a3/0xed0
[ 2314.896576]  transaction_kthread+0x142/0x1b0
[ 2314.896587]  ? __pfx_transaction_kthread+0x10/0x10
[ 2314.896592]  kthread+0xf5/0x120
[ 2314.896598]  ? __pfx_kthread+0x10/0x10
[ 2314.896607]  ret_from_fork+0x2c/0x50
[ 2314.896629]  </TASK>
[ 2314.896633] irq event stamp: 19433427
[ 2314.896637] hardirqs last  enabled at (19433435): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2314.896644] hardirqs last disabled at (19433442): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2314.896649] softirqs last  enabled at (19431478): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2314.896655] softirqs last disabled at (19431469): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2314.896660] ---[ end trace 0000000000000000 ]---
[ 2316.842409] ------------[ cut here ]------------
[ 2316.842417] WARNING: CPU: 0 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2316.842425] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2316.842507]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2316.842564] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.842568] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.842570] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2316.842574] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2316.842576] RSP: 0018:ffffa79913937930 EFLAGS: 00010246
[ 2316.842580] RAX: 0000000000000000 RBX: ffff8f9da1b6f550 RCX: 0000000000000000
[ 2316.842583] RDX: 0000000000000000 RSI: ffff8f9da1b6f4d0 RDI: ffffa79913937958
[ 2316.842585] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2316.842587] R10: ffff8f9da1b6f550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2316.842589] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2316.842592] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000c3ffbb40
[ 2316.842594] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2316.842597] CR2: 00007e8901c65000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 2316.842599] PKRU: 55555554
[ 2316.842601] Call Trace:
[ 2316.842603]  <TASK>
[ 2316.842611]  submit_one_bio+0xd4/0xe0
[ 2316.842617]  submit_extent_page+0x142/0x550
[ 2316.842630]  read_extent_buffer_pages+0x584/0x9c0
[ 2316.842637]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.842642]  ? folio_unlock+0x1d/0x50
[ 2316.842648]  btrfs_read_extent_buffer+0x98/0x150
[ 2316.842654]  read_tree_block+0x43/0xa0
[ 2316.842658]  read_block_for_search+0x266/0x370
[ 2316.842670]  btrfs_next_old_leaf+0x2e5/0x420
[ 2316.842679]  btrfs_get_next_valid_item+0x56/0x90
[ 2316.842682]  btrfs_real_readdir+0x2a4/0x470
[ 2316.842695]  iterate_dir+0x183/0x1d0
[ 2316.842702]  __ia32_sys_getdents64+0x77/0x120
[ 2316.842705]  ? __pfx_filldir64+0x10/0x10
[ 2316.842710]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.842717]  __do_fast_syscall_32+0x88/0xf0
[ 2316.842722]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842725]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842729]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.842733]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842737]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842740]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.842767]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842773]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842778]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842783]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842787]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842790]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.842795]  do_fast_syscall_32+0x2f/0x70
[ 2316.842799]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.842803] RIP: 0023:0xf7fc0579
[ 2316.842825] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.842827] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.842831] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.842833] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.842835] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.842837] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.842840] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.842850]  </TASK>
[ 2316.842852] irq event stamp: 38716397
[ 2316.842854] hardirqs last  enabled at (38716405): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2316.842859] hardirqs last disabled at (38716412): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2316.842861] softirqs last  enabled at (38716250): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2316.842865] softirqs last disabled at (38716245): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2316.842868] ---[ end trace 0000000000000000 ]---
[ 2316.848147] ------------[ cut here ]------------
[ 2316.848153] WARNING: CPU: 0 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2316.848158] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2316.848237]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2316.848291] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.848294] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.848297] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2316.848300] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2316.848302] RSP: 0018:ffffa79913937938 EFLAGS: 00010246
[ 2316.848306] RAX: 0000000000000000 RBX: ffff8f9da1b6cb50 RCX: 0000000000000000
[ 2316.848308] RDX: 0000000000000000 RSI: ffff8f9da1b6cad0 RDI: ffffa79913937960
[ 2316.848310] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2316.848312] R10: ffff8f9da1b6cb50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2316.848314] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2316.848317] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000c3ffbb40
[ 2316.848319] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2316.848321] CR2: 00007e8901c65000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 2316.848324] PKRU: 55555554
[ 2316.848326] Call Trace:
[ 2316.848328]  <TASK>
[ 2316.848334]  submit_one_bio+0xd4/0xe0
[ 2316.848341]  submit_extent_page+0x142/0x550
[ 2316.848353]  read_extent_buffer_pages+0x584/0x9c0
[ 2316.848361]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.848366]  ? folio_unlock+0x1d/0x50
[ 2316.848372]  btrfs_read_extent_buffer+0x98/0x150
[ 2316.848378]  read_tree_block+0x43/0xa0
[ 2316.848382]  read_block_for_search+0x266/0x370
[ 2316.848394]  btrfs_search_slot+0x351/0xd30
[ 2316.848402]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2316.848408]  btrfs_real_readdir+0x14a/0x470
[ 2316.848411]  ? lock_is_held_type+0xe8/0x140
[ 2316.848416]  ? find_held_lock+0x32/0x90
[ 2316.848427]  iterate_dir+0x183/0x1d0
[ 2316.848434]  __ia32_sys_getdents64+0x77/0x120
[ 2316.848438]  ? __pfx_filldir64+0x10/0x10
[ 2316.848443]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.848449]  __do_fast_syscall_32+0x88/0xf0
[ 2316.848452]  ? lock_is_held_type+0xe8/0x140
[ 2316.848458]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848462]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.848465]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848468]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848472]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848475]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.848479]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848483]  do_fast_syscall_32+0x2f/0x70
[ 2316.848487]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.848491] RIP: 0023:0xf7fc0579
[ 2316.848505] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.848507] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.848511] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.848513] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.848515] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.848517] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.848519] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.848530]  </TASK>
[ 2316.848532] irq event stamp: 38732747
[ 2316.848533] hardirqs last  enabled at (38732755): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2316.848537] hardirqs last disabled at (38732762): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2316.848540] softirqs last  enabled at (38730376): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2316.848544] softirqs last disabled at (38730371): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2316.848546] ---[ end trace 0000000000000000 ]---
[ 2316.848652] BTRFS error (device nvme0n1p3): level verify failed on logical 5041233870848 mirror 1 wanted 0 found 1
[ 2316.848659] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5041233870848 mirror 1
[ 2316.848663] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2316.848679] BTRFS error (device nvme0n1p3): read failed, bytenr=5041233870848 check owner_root=256 transid=651463 has_first_key=1 first_key=(25921 84 2633065914) level=1 size=40
[ 2316.848684] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.848687] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.848689] Call Trace:
[ 2316.848691]  <TASK>
[ 2316.848694]  dump_stack_lvl+0x5b/0x77
[ 2316.848698]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2316.848705]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.848710]  ? folio_unlock+0x1d/0x50
[ 2316.848715]  btrfs_read_extent_buffer+0x98/0x150
[ 2316.848721]  read_tree_block+0x43/0xa0
[ 2316.848724]  read_block_for_search+0x266/0x370
[ 2316.848735]  btrfs_search_slot+0x351/0xd30
[ 2316.848742]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2316.848748]  btrfs_real_readdir+0x14a/0x470
[ 2316.848752]  ? lock_is_held_type+0xe8/0x140
[ 2316.848758]  ? find_held_lock+0x32/0x90
[ 2316.848769]  iterate_dir+0x183/0x1d0
[ 2316.848775]  __ia32_sys_getdents64+0x77/0x120
[ 2316.848778]  ? __pfx_filldir64+0x10/0x10
[ 2316.848783]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.848788]  __do_fast_syscall_32+0x88/0xf0
[ 2316.848792]  ? lock_is_held_type+0xe8/0x140
[ 2316.848797]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848800]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.848804]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848807]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848810]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848813]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.848817]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848821]  do_fast_syscall_32+0x2f/0x70
[ 2316.848825]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.848828] RIP: 0023:0xf7fc0579
[ 2316.848834] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.848836] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.848839] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.848841] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.848843] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.848845] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.848847] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.848857]  </TASK>
[ 2316.848882] BTRFS error (device nvme0n1p3): read failed, bytenr=5041233870848 check owner_root=256 transid=651463 has_first_key=1 first_key=(25921 84 2633065914) level=1 size=40
[ 2316.848886] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.848889] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.848891] Call Trace:
[ 2316.848893]  <TASK>
[ 2316.848895]  dump_stack_lvl+0x5b/0x77
[ 2316.848899]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2316.848904]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.848908]  ? folio_unlock+0x1d/0x50
[ 2316.848914]  btrfs_read_extent_buffer+0x98/0x150
[ 2316.848919]  read_tree_block+0x43/0xa0
[ 2316.848923]  read_block_for_search+0x266/0x370
[ 2316.848934]  btrfs_search_slot+0x351/0xd30
[ 2316.848941]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2316.848946]  btrfs_real_readdir+0x14a/0x470
[ 2316.848948]  ? lock_is_held_type+0xe8/0x140
[ 2316.848952]  ? find_held_lock+0x32/0x90
[ 2316.848962]  iterate_dir+0x183/0x1d0
[ 2316.848968]  __ia32_sys_getdents64+0x77/0x120
[ 2316.848971]  ? __pfx_filldir64+0x10/0x10
[ 2316.848975]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.848981]  __do_fast_syscall_32+0x88/0xf0
[ 2316.848984]  ? lock_is_held_type+0xe8/0x140
[ 2316.848989]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848992]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.848996]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.848999]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849002]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849005]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.849008]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849013]  do_fast_syscall_32+0x2f/0x70
[ 2316.849017]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.849020] RIP: 0023:0xf7fc0579
[ 2316.849023] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.849026] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.849028] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.849030] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.849032] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.849034] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.849036] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.849046]  </TASK>
[ 2316.849048] BTRFS error (device nvme0n1p3): read failed, bytenr=5041233870848 check owner_root=256 transid=651463 has_first_key=1 first_key=(25921 84 2633065914) level=1 size=40
[ 2316.849051] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.849054] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.849056] Call Trace:
[ 2316.849057]  <TASK>
[ 2316.849059]  dump_stack_lvl+0x5b/0x77
[ 2316.849063]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2316.849068]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.849072]  ? folio_unlock+0x1d/0x50
[ 2316.849077]  btrfs_read_extent_buffer+0x98/0x150
[ 2316.849083]  read_tree_block+0x43/0xa0
[ 2316.849086]  read_block_for_search+0x266/0x370
[ 2316.849097]  btrfs_search_slot+0x351/0xd30
[ 2316.849104]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2316.849109]  btrfs_real_readdir+0x14a/0x470
[ 2316.849112]  ? lock_is_held_type+0xe8/0x140
[ 2316.849116]  ? find_held_lock+0x32/0x90
[ 2316.849125]  iterate_dir+0x183/0x1d0
[ 2316.849131]  __ia32_sys_getdents64+0x77/0x120
[ 2316.849134]  ? __pfx_filldir64+0x10/0x10
[ 2316.849138]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.849144]  __do_fast_syscall_32+0x88/0xf0
[ 2316.849147]  ? lock_is_held_type+0xe8/0x140
[ 2316.849152]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849155]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.849159]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849162]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849165]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849168]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.849171]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849176]  do_fast_syscall_32+0x2f/0x70
[ 2316.849179]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.849182] RIP: 0023:0xf7fc0579
[ 2316.849185] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.849188] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.849190] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.849192] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.849194] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.849196] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.849198] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.849208]  </TASK>
[ 2316.849210] BTRFS error (device nvme0n1p3): read failed, bytenr=5041233870848 check owner_root=256 transid=651463 has_first_key=1 first_key=(25921 84 2633065914) level=1 size=40
[ 2316.849212] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.849214] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.849216] Call Trace:
[ 2316.849218]  <TASK>
[ 2316.849220]  dump_stack_lvl+0x5b/0x77
[ 2316.849224]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2316.849229]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.849233]  ? folio_unlock+0x1d/0x50
[ 2316.849238]  btrfs_read_extent_buffer+0x98/0x150
[ 2316.849244]  read_tree_block+0x43/0xa0
[ 2316.849247]  read_block_for_search+0x266/0x370
[ 2316.849258]  btrfs_search_slot+0x351/0xd30
[ 2316.849265]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2316.849270]  btrfs_real_readdir+0x14a/0x470
[ 2316.849273]  ? lock_is_held_type+0xe8/0x140
[ 2316.849277]  ? find_held_lock+0x32/0x90
[ 2316.849287]  iterate_dir+0x183/0x1d0
[ 2316.849292]  __ia32_sys_getdents64+0x77/0x120
[ 2316.849295]  ? __pfx_filldir64+0x10/0x10
[ 2316.849299]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.849305]  __do_fast_syscall_32+0x88/0xf0
[ 2316.849308]  ? lock_is_held_type+0xe8/0x140
[ 2316.849313]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849317]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.849320]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849323]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849326]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849329]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.849333]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.849337]  do_fast_syscall_32+0x2f/0x70
[ 2316.849341]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.849344] RIP: 0023:0xf7fc0579
[ 2316.849347] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.849349] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.849351] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.849353] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.849355] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.849357] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.849359] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.849369]  </TASK>
[ 2316.849851] ------------[ cut here ]------------
[ 2316.849855] WARNING: CPU: 0 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2316.849859] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2316.849936]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2316.849990] CPU: 0 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2316.849993] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2316.849995] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2316.849998] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2316.850001] RSP: 0018:ffffa79913937938 EFLAGS: 00010246
[ 2316.850004] RAX: 0000000000000000 RBX: ffff8f9da1b6ead0 RCX: 0000000000000000
[ 2316.850006] RDX: 0000000000000000 RSI: ffff8f9da1b6ea50 RDI: ffffa79913937960
[ 2316.850008] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2316.850010] R10: ffff8f9da1b6ead0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2316.850012] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2316.850015] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000c3ffbb40
[ 2316.850017] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2316.850019] CR2: 00007e8901c65000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 2316.850022] PKRU: 55555554
[ 2316.850024] Call Trace:
[ 2316.850026]  <TASK>
[ 2316.850031]  submit_one_bio+0xd4/0xe0
[ 2316.850038]  submit_extent_page+0x142/0x550
[ 2316.850051]  read_extent_buffer_pages+0x584/0x9c0
[ 2316.850058]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2316.850065]  btrfs_readahead_tree_block+0x71/0xa0
[ 2316.850071]  reada_for_search+0x10a/0x200
[ 2316.850079]  read_block_for_search+0x2c9/0x370
[ 2316.850090]  btrfs_search_slot+0x351/0xd30
[ 2316.850098]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2316.850103]  btrfs_real_readdir+0x14a/0x470
[ 2316.850106]  ? lock_is_held_type+0xe8/0x140
[ 2316.850111]  ? find_held_lock+0x32/0x90
[ 2316.850121]  iterate_dir+0x183/0x1d0
[ 2316.850127]  __ia32_sys_getdents64+0x77/0x120
[ 2316.850130]  ? __pfx_filldir64+0x10/0x10
[ 2316.850135]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2316.850141]  __do_fast_syscall_32+0x88/0xf0
[ 2316.850145]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.850148]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.850152]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.850155]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.850158]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.850162]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2316.850165]  ? __do_fast_syscall_32+0x94/0xf0
[ 2316.850170]  do_fast_syscall_32+0x2f/0x70
[ 2316.850174]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2316.850177] RIP: 0023:0xf7fc0579
[ 2316.850184] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2316.850186] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2316.850189] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b1708f4c
[ 2316.850192] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2316.850194] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2316.850196] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2316.850198] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2316.850208]  </TASK>
[ 2316.850210] irq event stamp: 38734265
[ 2316.850212] hardirqs last  enabled at (38734273): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2316.850216] hardirqs last disabled at (38734280): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2316.850218] softirqs last  enabled at (38732874): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2316.850222] softirqs last disabled at (38732865): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2316.850224] ---[ end trace 0000000000000000 ]---
[ 2319.313856] ------------[ cut here ]------------
[ 2319.313865] WARNING: CPU: 11 PID: 101 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2319.313873] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2319.313971]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2319.314038] CPU: 11 PID: 101 Comm: kworker/u32:2 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2319.314042] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2319.314045] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2319.314050] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2319.314054] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2319.314057] RSP: 0018:ffffa799004db860 EFLAGS: 00010246
[ 2319.314061] RAX: 0000000000000000 RBX: ffff8f9b085ee910 RCX: 0000000000000000
[ 2319.314064] RDX: 0000000000000000 RSI: ffff8f9b085ee890 RDI: ffffa799004db888
[ 2319.314066] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2319.314069] R10: ffff8f9b085ee910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2319.314071] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2319.314074] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 2319.314077] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2319.314080] CR2: 00000000b5335000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2319.314082] PKRU: 55555554
[ 2319.314085] Call Trace:
[ 2319.314088]  <TASK>
[ 2319.314096]  submit_one_bio+0xd4/0xe0
[ 2319.314103]  submit_extent_page+0x142/0x550
[ 2319.314118]  read_extent_buffer_pages+0x584/0x9c0
[ 2319.314127]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2319.314132]  ? folio_unlock+0x1d/0x50
[ 2319.314139]  btrfs_read_extent_buffer+0x98/0x150
[ 2319.314145]  read_tree_block+0x43/0xa0
[ 2319.314150]  read_block_for_search+0x266/0x370
[ 2319.314164]  btrfs_search_slot+0x351/0xd30
[ 2319.314172]  ? lock_is_held_type+0xe8/0x140
[ 2319.314180]  btrfs_lookup_csum+0x63/0x150
[ 2319.314188]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2319.314193]  ? sched_clock_cpu+0x9f/0xc0
[ 2319.314198]  ? lock_release+0x14b/0x440
[ 2319.314206]  ? _raw_read_unlock+0x29/0x50
[ 2319.314213]  btrfs_finish_ordered_io+0x441/0x860
[ 2319.314228]  btrfs_work_helper+0xfe/0x400
[ 2319.314232]  ? lock_is_held_type+0xe8/0x140
[ 2319.314239]  process_one_work+0x294/0x5b0
[ 2319.314249]  worker_thread+0x4f/0x3a0
[ 2319.314255]  ? __pfx_worker_thread+0x10/0x10
[ 2319.314258]  kthread+0xf5/0x120
[ 2319.314262]  ? __pfx_kthread+0x10/0x10
[ 2319.314267]  ret_from_fork+0x2c/0x50
[ 2319.314280]  </TASK>
[ 2319.314283] irq event stamp: 35892509
[ 2319.314285] hardirqs last  enabled at (35892517): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2319.314289] hardirqs last disabled at (35892524): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2319.314293] softirqs last  enabled at (35891216): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2319.314296] softirqs last disabled at (35891209): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2319.314299] ---[ end trace 0000000000000000 ]---
[ 2320.184313] ------------[ cut here ]------------
[ 2320.184323] WARNING: CPU: 9 PID: 8022 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2320.184333] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2320.184485]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2320.184589] CPU: 9 PID: 8022 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2320.184595] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2320.184600] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2320.184605] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2320.184610] RSP: 0018:ffffa79918963640 EFLAGS: 00010246
[ 2320.184616] RAX: 0000000000000000 RBX: ffff8f9e444538d0 RCX: 0000000000000000
[ 2320.184621] RDX: 0000000000000000 RSI: ffff8f9e44453850 RDI: ffffa79918963668
[ 2320.184625] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2320.184629] R10: ffff8f9e444538d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2320.184633] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2320.184637] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b5638b40
[ 2320.184642] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2320.184646] CR2: 000020e7b52db000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2320.184650] PKRU: 55555554
[ 2320.184654] Call Trace:
[ 2320.184659]  <TASK>
[ 2320.184671]  submit_one_bio+0xd4/0xe0
[ 2320.184682]  submit_extent_page+0x142/0x550
[ 2320.184706]  read_extent_buffer_pages+0x584/0x9c0
[ 2320.184719]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2320.184728]  ? folio_unlock+0x1d/0x50
[ 2320.184739]  btrfs_read_extent_buffer+0x98/0x150
[ 2320.184769]  read_tree_block+0x43/0xa0
[ 2320.184776]  read_block_for_search+0x266/0x370
[ 2320.184799]  btrfs_search_slot+0x351/0xd30
[ 2320.184818]  btrfs_lookup_csum+0x63/0x150
[ 2320.184831]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2320.184843]  ? btrfs_do_readpage+0x305/0x770
[ 2320.184855]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2320.184863]  submit_one_bio+0xc4/0xe0
[ 2320.184873]  btrfs_read_folio+0x79/0x90
[ 2320.184880]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2320.184886]  prepare_uptodate_page+0x8c/0x210
[ 2320.184894]  prepare_pages.constprop.0+0x134/0x300
[ 2320.184908]  btrfs_buffered_write+0x2ca/0x940
[ 2320.184934]  btrfs_do_write_iter+0x384/0x5d0
[ 2320.184941]  ? lock_is_held_type+0xe8/0x140
[ 2320.184955]  vfs_write+0x269/0x4f0
[ 2320.184973]  ksys_write+0x64/0xe0
[ 2320.184982]  __do_fast_syscall_32+0x88/0xf0
[ 2320.184989]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 2320.184998]  ? lock_is_held_type+0xe8/0x140
[ 2320.185009]  ? __do_fast_syscall_32+0x94/0xf0
[ 2320.185015]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2320.185021]  ? __do_fast_syscall_32+0x94/0xf0
[ 2320.185026]  ? __do_fast_syscall_32+0x94/0xf0
[ 2320.185032]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2320.185039]  ? __do_fast_syscall_32+0x94/0xf0
[ 2320.185048]  do_fast_syscall_32+0x2f/0x70
[ 2320.185054]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2320.185061] RIP: 0023:0xf7fc0579
[ 2320.185085] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2320.185089] RSP: 002b:00000000b5636ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2320.185096] RAX: ffffffffffffffda RBX: 00000000000000d0 RCX: 00000000c63ff010
[ 2320.185100] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2320.185104] RBP: 00000000000000d0 R08: 00000000b5636ae0 R09: 0000000000000000
[ 2320.185108] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2320.185112] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2320.185131]  </TASK>
[ 2320.185135] irq event stamp: 2865983
[ 2320.185139] hardirqs last  enabled at (2865991): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2320.185146] hardirqs last disabled at (2865998): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2320.185151] softirqs last  enabled at (2862258): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2320.185156] softirqs last disabled at (2862251): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2320.185161] ---[ end trace 0000000000000000 ]---
[ 2324.763032] ------------[ cut here ]------------
[ 2324.763042] WARNING: CPU: 5 PID: 7902 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2324.763053] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2324.763208]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2324.763315] CPU: 5 PID: 7902 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2324.763320] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2324.763325] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2324.763331] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2324.763336] RSP: 0018:ffffa799187936a0 EFLAGS: 00010246
[ 2324.763343] RAX: 0000000000000000 RBX: ffff8fa39919fa90 RCX: 0000000000000000
[ 2324.763347] RDX: 0000000000000000 RSI: ffff8fa39919fa10 RDI: ffffa799187936c8
[ 2324.763351] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2324.763355] R10: ffff8fa39919fa90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2324.763359] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2324.763364] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b5a3cb40
[ 2324.763368] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2324.763373] CR2: 00000000b294d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2324.763377] PKRU: 55555554
[ 2324.763381] Call Trace:
[ 2324.763385]  <TASK>
[ 2324.763397]  submit_one_bio+0xd4/0xe0
[ 2324.763409]  submit_extent_page+0x142/0x550
[ 2324.763433]  read_extent_buffer_pages+0x584/0x9c0
[ 2324.763447]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2324.763456]  ? folio_unlock+0x1d/0x50
[ 2324.763467]  btrfs_read_extent_buffer+0x98/0x150
[ 2324.763478]  read_tree_block+0x43/0xa0
[ 2324.763485]  read_block_for_search+0x266/0x370
[ 2324.763507]  btrfs_search_slot+0x351/0xd30
[ 2324.763527]  btrfs_lookup_csum+0x63/0x150
[ 2324.763540]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2324.763551]  ? btrfs_do_readpage+0x305/0x770
[ 2324.763564]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2324.763572]  submit_one_bio+0xc4/0xe0
[ 2324.763582]  btrfs_read_folio+0x79/0x90
[ 2324.763589]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2324.763595]  prepare_uptodate_page+0x8c/0x210
[ 2324.763603]  prepare_pages.constprop.0+0x134/0x300
[ 2324.763617]  btrfs_buffered_write+0x2ca/0x940
[ 2324.763644]  btrfs_do_write_iter+0x384/0x5d0
[ 2324.763651]  ? lock_is_held_type+0xe8/0x140
[ 2324.763664]  vfs_write+0x269/0x4f0
[ 2324.763683]  ksys_write+0x64/0xe0
[ 2324.763692]  __do_fast_syscall_32+0x88/0xf0
[ 2324.763700]  ? __do_fast_syscall_32+0x94/0xf0
[ 2324.763706]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2324.763713]  ? __do_fast_syscall_32+0x94/0xf0
[ 2324.763719]  ? __do_fast_syscall_32+0x94/0xf0
[ 2324.763726]  ? __do_fast_syscall_32+0x94/0xf0
[ 2324.763735]  do_fast_syscall_32+0x2f/0x70
[ 2324.763799]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2324.763806] RIP: 0023:0xf7fc0579
[ 2324.763831] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2324.763836] RSP: 002b:00000000b5a3aae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2324.763842] RAX: ffffffffffffffda RBX: 00000000000000bf RCX: 00000000b5336010
[ 2324.763847] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2324.763851] RBP: 00000000000000bf R08: 00000000b5a3aae0 R09: 0000000000000000
[ 2324.763855] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2324.763859] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2324.763879]  </TASK>
[ 2324.763883] irq event stamp: 17095047
[ 2324.763887] hardirqs last  enabled at (17095055): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2324.763894] hardirqs last disabled at (17095062): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2324.763899] softirqs last  enabled at (17094960): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2324.763904] softirqs last disabled at (17094891): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2324.763909] ---[ end trace 0000000000000000 ]---
[ 2343.114152] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2343.114187] [drm] PSP is resuming...
[ 2343.190240] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2343.291896] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2343.305902] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2343.305915] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2343.305925] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2343.305932] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2343.305996] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2343.360558] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2343.361980] [drm] DMUB hardware initialized: version=0x02020017
[ 2343.400021] [drm] kiq ring mec 2 pipe 1 q 0
[ 2343.405549] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2343.405711] [drm] JPEG decode initialized successfully.
[ 2343.405735] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2343.405738] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2343.405741] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2343.405755] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2343.405758] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2343.405760] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2343.405762] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2343.405764] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2343.405766] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2343.405768] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2343.405770] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2343.405773] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2343.405775] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2343.405777] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2343.405779] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2343.405781] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2343.414839] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2347.009281] ------------[ cut here ]------------
[ 2347.009292] WARNING: CPU: 2 PID: 7903 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2347.009303] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2347.009449]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2347.009510] CPU: 2 PID: 7903 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2347.009513] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2347.009516] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2347.009520] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2347.009523] RSP: 0018:ffffa7991883b638 EFLAGS: 00010246
[ 2347.009526] RAX: 0000000000000000 RBX: ffff8f9d6eb07c50 RCX: 0000000000000000
[ 2347.009529] RDX: 0000000000000000 RSI: ffff8f9d6eb07bd0 RDI: ffffa7991883b660
[ 2347.009531] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2347.009533] R10: ffff8f9d6eb07c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2347.009536] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2347.009538] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b6345b40
[ 2347.009541] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2347.009543] CR2: 00000000b2448000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2347.009545] PKRU: 55555554
[ 2347.009547] Call Trace:
[ 2347.009550]  <TASK>
[ 2347.009557]  submit_one_bio+0xd4/0xe0
[ 2347.009564]  submit_extent_page+0x142/0x550
[ 2347.009578]  read_extent_buffer_pages+0x584/0x9c0
[ 2347.009585]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2347.009590]  ? folio_unlock+0x1d/0x50
[ 2347.009597]  btrfs_read_extent_buffer+0x98/0x150
[ 2347.009603]  read_tree_block+0x43/0xa0
[ 2347.009607]  read_block_for_search+0x266/0x370
[ 2347.009619]  btrfs_search_slot+0x351/0xd30
[ 2347.009630]  btrfs_lookup_csum+0x63/0x150
[ 2347.009638]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2347.009644]  ? btrfs_do_readpage+0x305/0x770
[ 2347.009651]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2347.009655]  submit_one_bio+0xc4/0xe0
[ 2347.009661]  btrfs_read_folio+0x79/0x90
[ 2347.009665]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2347.009668]  prepare_uptodate_page+0x8c/0x210
[ 2347.009673]  prepare_pages.constprop.0+0x134/0x300
[ 2347.009680]  btrfs_buffered_write+0x2ca/0x940
[ 2347.009700]  btrfs_do_write_iter+0x384/0x5d0
[ 2347.009704]  ? lock_is_held_type+0xe8/0x140
[ 2347.009712]  vfs_write+0x269/0x4f0
[ 2347.009723]  ksys_write+0x64/0xe0
[ 2347.009728]  __do_fast_syscall_32+0x88/0xf0
[ 2347.009735]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 2347.009740]  ? lock_is_held_type+0xe8/0x140
[ 2347.009768]  ? __do_fast_syscall_32+0x94/0xf0
[ 2347.009772]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2347.009776]  ? __do_fast_syscall_32+0x94/0xf0
[ 2347.009779]  ? __do_fast_syscall_32+0x94/0xf0
[ 2347.009785]  do_fast_syscall_32+0x2f/0x70
[ 2347.009789]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2347.009793] RIP: 0023:0xf7fc0579
[ 2347.009817] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2347.009820] RSP: 002b:00000000b6343ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2347.009824] RAX: ffffffffffffffda RBX: 00000000000000d7 RCX: 00000000c68be7e0
[ 2347.009826] RDX: 000000000001a700 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2347.009829] RBP: 00000000000000d7 R08: 00000000b6343ae0 R09: 0000000000000000
[ 2347.009831] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2347.009833] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2347.009844]  </TASK>
[ 2347.009846] irq event stamp: 26005243
[ 2347.009848] hardirqs last  enabled at (26005251): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2347.009853] hardirqs last disabled at (26005258): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2347.009855] softirqs last  enabled at (26005112): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2347.009859] softirqs last disabled at (26005105): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2347.009862] ---[ end trace 0000000000000000 ]---
[ 2355.534851] ------------[ cut here ]------------
[ 2355.534861] WARNING: CPU: 2 PID: 8010 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2355.534869] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2355.534978]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2355.535065] CPU: 2 PID: 8010 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2355.535069] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2355.535073] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2355.535077] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2355.535082] RSP: 0018:ffffa799189a36b0 EFLAGS: 00010246
[ 2355.535090] RAX: 0000000000000000 RBX: ffff8f9d6eb04290 RCX: 0000000000000000
[ 2355.535096] RDX: 0000000000000000 RSI: ffff8f9d6eb04210 RDI: ffffa799189a36d8
[ 2355.535101] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2355.535106] R10: ffff8f9d6eb04290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2355.535111] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2355.535117] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b7cfeb40
[ 2355.535122] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2355.535127] CR2: 00000000bf6ff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2355.535132] PKRU: 55555554
[ 2355.535137] Call Trace:
[ 2355.535142]  <TASK>
[ 2355.535156]  submit_one_bio+0xd4/0xe0
[ 2355.535168]  submit_extent_page+0x142/0x550
[ 2355.535183]  read_extent_buffer_pages+0x584/0x9c0
[ 2355.535191]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2355.535196]  ? folio_unlock+0x1d/0x50
[ 2355.535203]  btrfs_read_extent_buffer+0x98/0x150
[ 2355.535215]  read_tree_block+0x43/0xa0
[ 2355.535219]  read_block_for_search+0x266/0x370
[ 2355.535239]  btrfs_search_slot+0x351/0xd30
[ 2355.535257]  btrfs_lookup_csum+0x63/0x150
[ 2355.535265]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2355.535277]  ? btrfs_do_readpage+0x305/0x770
[ 2355.535290]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2355.535298]  submit_one_bio+0xc4/0xe0
[ 2355.535307]  btrfs_read_folio+0x79/0x90
[ 2355.535314]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2355.535321]  prepare_uptodate_page+0x8c/0x210
[ 2355.535329]  prepare_pages.constprop.0+0x134/0x300
[ 2355.535342]  btrfs_buffered_write+0x2ca/0x940
[ 2355.535356]  btrfs_do_write_iter+0x384/0x5d0
[ 2355.535360]  ? lock_is_held_type+0xe8/0x140
[ 2355.535369]  vfs_write+0x269/0x4f0
[ 2355.535379]  ksys_write+0x64/0xe0
[ 2355.535384]  __do_fast_syscall_32+0x88/0xf0
[ 2355.535390]  ? __do_fast_syscall_32+0x94/0xf0
[ 2355.535394]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2355.535398]  ? __do_fast_syscall_32+0x94/0xf0
[ 2355.535401]  ? __do_fast_syscall_32+0x94/0xf0
[ 2355.535404]  ? __do_fast_syscall_32+0x94/0xf0
[ 2355.535408]  do_fast_syscall_32+0x2f/0x70
[ 2355.535412]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2355.535417] RIP: 0023:0xf7fc0579
[ 2355.535442] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2355.535446] RSP: 002b:00000000b7cfcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2355.535453] RAX: ffffffffffffffda RBX: 00000000000000c6 RCX: 00000000b73fd010
[ 2355.535456] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2355.535460] RBP: 00000000000000c6 R08: 00000000b7cfcae0 R09: 0000000000000000
[ 2355.535463] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2355.535467] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2355.535485]  </TASK>
[ 2355.535489] irq event stamp: 26935715
[ 2355.535493] hardirqs last  enabled at (26935723): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2355.535499] hardirqs last disabled at (26935730): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2355.535504] softirqs last  enabled at (26934384): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2355.535510] softirqs last disabled at (26934379): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2355.535514] ---[ end trace 0000000000000000 ]---
[ 2373.145227] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2373.145272] [drm] PSP is resuming...
[ 2373.223781] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2373.324340] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2373.338133] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2373.338140] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2373.338147] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2373.338151] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2373.338207] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2373.392688] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2373.394086] [drm] DMUB hardware initialized: version=0x02020017
[ 2373.432059] [drm] kiq ring mec 2 pipe 1 q 0
[ 2373.437040] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2373.437260] [drm] JPEG decode initialized successfully.
[ 2373.437284] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2373.437287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2373.437289] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2373.437292] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2373.437294] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2373.437296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2373.437298] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2373.437300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2373.437302] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2373.437304] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2373.437306] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2373.437308] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2373.437311] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2373.437313] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2373.437315] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2373.437317] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2373.440862] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2376.273657] ------------[ cut here ]------------
[ 2376.273665] WARNING: CPU: 7 PID: 7903 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2376.273673] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2376.273780]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2376.273839] CPU: 7 PID: 7903 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2376.273842] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2376.273845] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2376.273849] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2376.273852] RSP: 0018:ffffa7991883b678 EFLAGS: 00010246
[ 2376.273856] RAX: 0000000000000000 RBX: ffff8f9e5330a750 RCX: 0000000000000000
[ 2376.273858] RDX: 0000000000000000 RSI: ffff8f9e5330a6d0 RDI: ffffa7991883b6a0
[ 2376.273860] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2376.273863] R10: ffff8f9e5330a750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2376.273865] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2376.273867] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b6345b40
[ 2376.273870] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2376.273872] CR2: 00007faa8cf7d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2376.273875] PKRU: 55555554
[ 2376.273877] Call Trace:
[ 2376.273880]  <TASK>
[ 2376.273887]  submit_one_bio+0xd4/0xe0
[ 2376.273895]  submit_extent_page+0x142/0x550
[ 2376.273908]  read_extent_buffer_pages+0x584/0x9c0
[ 2376.273915]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2376.273920]  ? folio_unlock+0x1d/0x50
[ 2376.273927]  btrfs_read_extent_buffer+0x98/0x150
[ 2376.273933]  read_tree_block+0x43/0xa0
[ 2376.273937]  read_block_for_search+0x266/0x370
[ 2376.273949]  btrfs_search_slot+0x351/0xd30
[ 2376.273960]  btrfs_lookup_csum+0x63/0x150
[ 2376.273968]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2376.273974]  ? btrfs_do_readpage+0x305/0x770
[ 2376.273981]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2376.273986]  submit_one_bio+0xc4/0xe0
[ 2376.273991]  btrfs_read_folio+0x79/0x90
[ 2376.273995]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2376.273998]  prepare_uptodate_page+0x8c/0x210
[ 2376.274003]  prepare_pages.constprop.0+0x134/0x300
[ 2376.274010]  btrfs_buffered_write+0x2ca/0x940
[ 2376.274024]  btrfs_do_write_iter+0x384/0x5d0
[ 2376.274028]  ? lock_is_held_type+0xe8/0x140
[ 2376.274037]  vfs_write+0x269/0x4f0
[ 2376.274048]  ksys_write+0x64/0xe0
[ 2376.274053]  __do_fast_syscall_32+0x88/0xf0
[ 2376.274057]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2376.274061]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.274064]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.274068]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.274072]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2376.274076]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.274079]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.274082]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2376.274086]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.274091]  do_fast_syscall_32+0x2f/0x70
[ 2376.274095]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2376.274099] RIP: 0023:0xf7fc0579
[ 2376.274121] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2376.274123] RSP: 002b:00000000b6343ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2376.274127] RAX: ffffffffffffffda RBX: 00000000000000d7 RCX: 00000000b5b3e010
[ 2376.274129] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2376.274131] RBP: 00000000000000d7 R08: 00000000b6343ae0 R09: 0000000000000000
[ 2376.274133] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2376.274136] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2376.274146]  </TASK>
[ 2376.274148] irq event stamp: 27446471
[ 2376.274150] hardirqs last  enabled at (27446479): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2376.274155] hardirqs last disabled at (27446486): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2376.274158] softirqs last  enabled at (27442974): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2376.274162] softirqs last disabled at (27442949): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2376.274165] ---[ end trace 0000000000000000 ]---
[ 2376.423517] ------------[ cut here ]------------
[ 2376.423526] WARNING: CPU: 7 PID: 7903 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2376.423534] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2376.423624]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2376.423683] CPU: 7 PID: 7903 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2376.423687] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2376.423691] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2376.423697] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2376.423702] RSP: 0018:ffffa7991883b668 EFLAGS: 00010246
[ 2376.423708] RAX: 0000000000000000 RBX: ffff8f9e53308b50 RCX: 0000000000000000
[ 2376.423713] RDX: 0000000000000000 RSI: ffff8f9e53308ad0 RDI: ffffa7991883b690
[ 2376.423717] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2376.423721] R10: ffff8f9e53308b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2376.423725] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2376.423729] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b6345b40
[ 2376.423734] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2376.423738] CR2: 00001f61006b6008 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2376.423765] PKRU: 55555554
[ 2376.423769] Call Trace:
[ 2376.423774]  <TASK>
[ 2376.423785]  submit_one_bio+0xd4/0xe0
[ 2376.423797]  submit_extent_page+0x142/0x550
[ 2376.423820]  read_extent_buffer_pages+0x584/0x9c0
[ 2376.423833]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2376.423841]  ? folio_unlock+0x1d/0x50
[ 2376.423851]  btrfs_read_extent_buffer+0x98/0x150
[ 2376.423863]  read_tree_block+0x43/0xa0
[ 2376.423870]  read_block_for_search+0x266/0x370
[ 2376.423891]  btrfs_search_slot+0x351/0xd30
[ 2376.423911]  btrfs_lookup_csum+0x63/0x150
[ 2376.423924]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2376.423935]  ? btrfs_do_readpage+0x305/0x770
[ 2376.423948]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2376.423956]  submit_one_bio+0xc4/0xe0
[ 2376.423966]  btrfs_read_folio+0x79/0x90
[ 2376.423972]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2376.423978]  prepare_uptodate_page+0x8c/0x210
[ 2376.423986]  prepare_pages.constprop.0+0x134/0x300
[ 2376.424000]  btrfs_buffered_write+0x2ca/0x940
[ 2376.424026]  btrfs_do_write_iter+0x384/0x5d0
[ 2376.424033]  ? lock_is_held_type+0xe8/0x140
[ 2376.424046]  vfs_write+0x269/0x4f0
[ 2376.424064]  ksys_write+0x64/0xe0
[ 2376.424073]  __do_fast_syscall_32+0x88/0xf0
[ 2376.424083]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.424090]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2376.424096]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.424102]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.424108]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2376.424115]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.424120]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.424126]  ? __do_fast_syscall_32+0x94/0xf0
[ 2376.424131]  do_fast_syscall_32+0x2f/0x70
[ 2376.424135]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2376.424139] RIP: 0023:0xf7fc0579
[ 2376.424160] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2376.424163] RSP: 002b:00000000b6343ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2376.424166] RAX: ffffffffffffffda RBX: 00000000000000d7 RCX: 00000000bf5ff010
[ 2376.424169] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2376.424171] RBP: 00000000000000d7 R08: 00000000b6343ae0 R09: 0000000000000000
[ 2376.424173] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2376.424175] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2376.424186]  </TASK>
[ 2376.424188] irq event stamp: 27457639
[ 2376.424190] hardirqs last  enabled at (27457647): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2376.424194] hardirqs last disabled at (27457654): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2376.424197] softirqs last  enabled at (27457264): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2376.424201] softirqs last disabled at (27457257): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2376.424204] ---[ end trace 0000000000000000 ]---
[ 2388.488938] ------------[ cut here ]------------
[ 2388.488949] WARNING: CPU: 2 PID: 7984 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2388.488961] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2388.489084]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2388.489193] CPU: 2 PID: 7984 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2388.489199] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2388.489203] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2388.489211] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2388.489216] RSP: 0018:ffffa799186cb658 EFLAGS: 00010246
[ 2388.489222] RAX: 0000000000000000 RBX: ffff8f9d6eb06ad0 RCX: 0000000000000000
[ 2388.489226] RDX: 0000000000000000 RSI: ffff8f9d6eb06a50 RDI: ffffa799186cb680
[ 2388.489230] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2388.489234] R10: ffff8f9d6eb06ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2388.489239] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2388.489242] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b3517b40
[ 2388.489247] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2388.489250] CR2: 00000000b6042000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2388.489255] PKRU: 55555554
[ 2388.489258] Call Trace:
[ 2388.489262]  <TASK>
[ 2388.489274]  submit_one_bio+0xd4/0xe0
[ 2388.489285]  submit_extent_page+0x142/0x550
[ 2388.489307]  read_extent_buffer_pages+0x584/0x9c0
[ 2388.489321]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.489328]  ? folio_unlock+0x1d/0x50
[ 2388.489339]  btrfs_read_extent_buffer+0x98/0x150
[ 2388.489350]  read_tree_block+0x43/0xa0
[ 2388.489357]  read_block_for_search+0x266/0x370
[ 2388.489379]  btrfs_search_slot+0x351/0xd30
[ 2388.489397]  btrfs_lookup_csum+0x63/0x150
[ 2388.489409]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2388.489421]  ? btrfs_do_readpage+0x305/0x770
[ 2388.489432]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2388.489440]  submit_one_bio+0xc4/0xe0
[ 2388.489447]  btrfs_read_folio+0x79/0x90
[ 2388.489451]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.489454]  prepare_uptodate_page+0x8c/0x210
[ 2388.489462]  prepare_pages.constprop.0+0xa2/0x300
[ 2388.489476]  btrfs_buffered_write+0x2ca/0x940
[ 2388.489501]  btrfs_do_write_iter+0x384/0x5d0
[ 2388.489508]  ? lock_is_held_type+0xe8/0x140
[ 2388.489522]  vfs_write+0x269/0x4f0
[ 2388.489540]  ksys_write+0x64/0xe0
[ 2388.489546]  __do_fast_syscall_32+0x88/0xf0
[ 2388.489550]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489556]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489561]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.489568]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489575]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489579]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.489583]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489586]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489589]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.489594]  do_fast_syscall_32+0x2f/0x70
[ 2388.489598]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2388.489603] RIP: 0023:0xf7fc0579
[ 2388.489628] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2388.489632] RSP: 002b:00000000b3515ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2388.489637] RAX: ffffffffffffffda RBX: 00000000000000c4 RCX: 00000000b5336010
[ 2388.489641] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2388.489645] RBP: 00000000000000c4 R08: 00000000b3515ae0 R09: 0000000000000000
[ 2388.489648] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2388.489652] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2388.489670]  </TASK>
[ 2388.489675] irq event stamp: 4111507
[ 2388.489679] hardirqs last  enabled at (4111515): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2388.489685] hardirqs last disabled at (4111522): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2388.489690] softirqs last  enabled at (4108376): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2388.489694] softirqs last disabled at (4108371): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2388.489697] ---[ end trace 0000000000000000 ]---
[ 2388.489838] BTRFS error (device nvme0n1p3): level verify failed on logical 4844186025984 mirror 1 wanted 0 found 1
[ 2388.489847] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 4844186025984 mirror 1
[ 2388.489852] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 2388.489869] BTRFS error (device nvme0n1p3): read failed, bytenr=4844186025984 check owner_root=7 transid=651972 has_first_key=1 first_key=(18446744073709551606 128 4885429235712) level=1 size=40
[ 2388.489878] CPU: 12 PID: 7984 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2388.489884] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2388.489887] Call Trace:
[ 2388.489891]  <TASK>
[ 2388.489897]  dump_stack_lvl+0x5b/0x77
[ 2388.489905]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2388.489917]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.489925]  ? folio_unlock+0x1d/0x50
[ 2388.489935]  btrfs_read_extent_buffer+0x98/0x150
[ 2388.489946]  read_tree_block+0x43/0xa0
[ 2388.489953]  read_block_for_search+0x266/0x370
[ 2388.489973]  btrfs_search_slot+0x351/0xd30
[ 2388.489991]  btrfs_lookup_csum+0x63/0x150
[ 2388.490003]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2388.490013]  ? btrfs_do_readpage+0x305/0x770
[ 2388.490026]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2388.490034]  submit_one_bio+0xc4/0xe0
[ 2388.490043]  btrfs_read_folio+0x79/0x90
[ 2388.490050]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.490056]  prepare_uptodate_page+0x8c/0x210
[ 2388.490063]  prepare_pages.constprop.0+0xa2/0x300
[ 2388.490076]  btrfs_buffered_write+0x2ca/0x940
[ 2388.490102]  btrfs_do_write_iter+0x384/0x5d0
[ 2388.490108]  ? lock_is_held_type+0xe8/0x140
[ 2388.490120]  vfs_write+0x269/0x4f0
[ 2388.490138]  ksys_write+0x64/0xe0
[ 2388.490147]  __do_fast_syscall_32+0x88/0xf0
[ 2388.490153]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490162]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490167]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.490174]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490181]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490186]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.490192]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490197]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490202]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490210]  do_fast_syscall_32+0x2f/0x70
[ 2388.490216]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2388.490222] RIP: 0023:0xf7fc0579
[ 2388.490241] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2388.490245] RSP: 002b:00000000b3515ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2388.490251] RAX: ffffffffffffffda RBX: 00000000000000c4 RCX: 00000000b5336010
[ 2388.490254] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2388.490258] RBP: 00000000000000c4 R08: 00000000b3515ae0 R09: 0000000000000000
[ 2388.490262] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2388.490265] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2388.490282]  </TASK>
[ 2388.490284] BTRFS error (device nvme0n1p3): read failed, bytenr=4844186025984 check owner_root=7 transid=651972 has_first_key=1 first_key=(18446744073709551606 128 4885429235712) level=1 size=40
[ 2388.490289] CPU: 12 PID: 7984 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2388.490292] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2388.490294] Call Trace:
[ 2388.490296]  <TASK>
[ 2388.490298]  dump_stack_lvl+0x5b/0x77
[ 2388.490302]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2388.490309]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.490313]  ? folio_unlock+0x1d/0x50
[ 2388.490319]  btrfs_read_extent_buffer+0x98/0x150
[ 2388.490325]  read_tree_block+0x43/0xa0
[ 2388.490330]  read_block_for_search+0x266/0x370
[ 2388.490350]  btrfs_search_slot+0x351/0xd30
[ 2388.490369]  btrfs_lookup_csum+0x63/0x150
[ 2388.490381]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2388.490391]  ? btrfs_do_readpage+0x305/0x770
[ 2388.490404]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2388.490411]  submit_one_bio+0xc4/0xe0
[ 2388.490421]  btrfs_read_folio+0x79/0x90
[ 2388.490428]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.490434]  prepare_uptodate_page+0x8c/0x210
[ 2388.490441]  prepare_pages.constprop.0+0xa2/0x300
[ 2388.490455]  btrfs_buffered_write+0x2ca/0x940
[ 2388.490479]  btrfs_do_write_iter+0x384/0x5d0
[ 2388.490486]  ? lock_is_held_type+0xe8/0x140
[ 2388.490498]  vfs_write+0x269/0x4f0
[ 2388.490515]  ksys_write+0x64/0xe0
[ 2388.490523]  __do_fast_syscall_32+0x88/0xf0
[ 2388.490530]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490538]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490543]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.490550]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490557]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490562]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.490568]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490573]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490578]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490585]  do_fast_syscall_32+0x2f/0x70
[ 2388.490592]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2388.490598] RIP: 0023:0xf7fc0579
[ 2388.490610] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2388.490614] RSP: 002b:00000000b3515ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2388.490620] RAX: ffffffffffffffda RBX: 00000000000000c4 RCX: 00000000b5336010
[ 2388.490623] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2388.490627] RBP: 00000000000000c4 R08: 00000000b3515ae0 R09: 0000000000000000
[ 2388.490631] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2388.490634] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2388.490653]  </TASK>
[ 2388.490658] BTRFS error (device nvme0n1p3): read failed, bytenr=4844186025984 check owner_root=7 transid=651972 has_first_key=1 first_key=(18446744073709551606 128 4885429235712) level=1 size=40
[ 2388.490664] CPU: 12 PID: 7984 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2388.490668] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2388.490671] Call Trace:
[ 2388.490675]  <TASK>
[ 2388.490679]  dump_stack_lvl+0x5b/0x77
[ 2388.490685]  read_extent_buffer_pages.cold+0x63/0xa2
[ 2388.490696]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.490704]  ? folio_unlock+0x1d/0x50
[ 2388.490713]  btrfs_read_extent_buffer+0x98/0x150
[ 2388.490724]  read_tree_block+0x43/0xa0
[ 2388.490730]  read_block_for_search+0x266/0x370
[ 2388.490750]  btrfs_search_slot+0x351/0xd30
[ 2388.490769]  btrfs_lookup_csum+0x63/0x150
[ 2388.490781]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2388.490792]  ? btrfs_do_readpage+0x305/0x770
[ 2388.490804]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2388.490811]  submit_one_bio+0xc4/0xe0
[ 2388.490820]  btrfs_read_folio+0x79/0x90
[ 2388.490827]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2388.490832]  prepare_uptodate_page+0x8c/0x210
[ 2388.490836]  prepare_pages.constprop.0+0xa2/0x300
[ 2388.490836]  btrfs_buffered_write+0x2ca/0x940
[ 2388.490836]  btrfs_do_write_iter+0x384/0x5d0
[ 2388.490836]  ? lock_is_held_type+0xe8/0x140
[ 2388.490836]  vfs_write+0x269/0x4f0
[ 2388.490836]  ksys_write+0x64/0xe0
[ 2388.490836]  __do_fast_syscall_32+0x88/0xf0
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  ? __do_fast_syscall_32+0x94/0xf0
[ 2388.490836]  do_fast_syscall_32+0x2f/0x70
[ 2388.490836]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2388.490836] RIP: 0023:0xf7fc0579
[ 2388.490836] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2388.490836] RSP: 002b:00000000b3515ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2388.490836] RAX: ffffffffffffffda RBX: 00000000000000c4 RCX: 00000000b5336010
[ 2388.490836] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2388.490836] RBP: 00000000000000c4 R08: 00000000b3515ae0 R09: 0000000000000000
[ 2388.490836] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2388.490836] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2388.490836]  </TASK>
[ 2389.866582] ------------[ cut here ]------------
[ 2389.866591] WARNING: CPU: 10 PID: 8010 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2389.866599] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2389.866685]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2389.866773] CPU: 10 PID: 8010 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2389.866777] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2389.866780] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2389.866784] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2389.866787] RSP: 0018:ffffa799189a3640 EFLAGS: 00010246
[ 2389.866791] RAX: 0000000000000000 RBX: ffff8f970108e050 RCX: 0000000000000000
[ 2389.866793] RDX: 0000000000000000 RSI: ffff8f970108dfd0 RDI: ffffa799189a3668
[ 2389.866796] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2389.866798] R10: ffff8f970108e050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2389.866800] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2389.866802] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b7cfeb40
[ 2389.866805] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2389.866807] CR2: 00000000b5436000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2389.866810] PKRU: 55555554
[ 2389.866812] Call Trace:
[ 2389.866815]  <TASK>
[ 2389.866822]  submit_one_bio+0xd4/0xe0
[ 2389.866829]  submit_extent_page+0x142/0x550
[ 2389.866843]  read_extent_buffer_pages+0x584/0x9c0
[ 2389.866850]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2389.866855]  ? folio_unlock+0x1d/0x50
[ 2389.866861]  btrfs_read_extent_buffer+0x98/0x150
[ 2389.866867]  read_tree_block+0x43/0xa0
[ 2389.866871]  read_block_for_search+0x266/0x370
[ 2389.866884]  btrfs_search_slot+0x351/0xd30
[ 2389.866895]  btrfs_lookup_csum+0x63/0x150
[ 2389.866902]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2389.866908]  ? btrfs_do_readpage+0x305/0x770
[ 2389.866915]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2389.866920]  submit_one_bio+0xc4/0xe0
[ 2389.866926]  btrfs_read_folio+0x79/0x90
[ 2389.866929]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2389.866933]  prepare_uptodate_page+0x8c/0x210
[ 2389.866937]  prepare_pages.constprop.0+0xa2/0x300
[ 2389.866945]  btrfs_buffered_write+0x2ca/0x940
[ 2389.866958]  btrfs_do_write_iter+0x384/0x5d0
[ 2389.866962]  ? lock_is_held_type+0xe8/0x140
[ 2389.866971]  vfs_write+0x269/0x4f0
[ 2389.866981]  ksys_write+0x64/0xe0
[ 2389.866986]  __do_fast_syscall_32+0x88/0xf0
[ 2389.866991]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.866994]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2389.866998]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867001]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867004]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2389.867008]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867013]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867017]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2389.867021]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867024]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867027]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867030]  ? __do_fast_syscall_32+0x94/0xf0
[ 2389.867035]  do_fast_syscall_32+0x2f/0x70
[ 2389.867039]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2389.867044] RIP: 0023:0xf7fc0579
[ 2389.867066] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2389.867068] RSP: 002b:00000000b7cfcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2389.867072] RAX: ffffffffffffffda RBX: 00000000000000c6 RCX: 00000000bf5ff010
[ 2389.867074] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2389.867076] RBP: 00000000000000c6 R08: 00000000b7cfcae0 R09: 0000000000000000
[ 2389.867078] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2389.867080] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2389.867091]  </TASK>
[ 2389.867093] irq event stamp: 28531235
[ 2389.867095] hardirqs last  enabled at (28531243): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2389.867099] hardirqs last disabled at (28531250): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2389.867102] softirqs last  enabled at (28530708): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2389.867106] softirqs last disabled at (28530703): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2389.867109] ---[ end trace 0000000000000000 ]---
[ 2396.629270] ------------[ cut here ]------------
[ 2396.629283] WARNING: CPU: 6 PID: 7954 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2396.629295] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2396.629485]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2396.629617] CPU: 6 PID: 7954 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2396.629623] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2396.629630] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2396.629637] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2396.629643] RSP: 0018:ffffa79918a33710 EFLAGS: 00010246
[ 2396.629651] RAX: 0000000000000000 RBX: ffff8f9a98a38290 RCX: 0000000000000000
[ 2396.629657] RDX: 0000000000000000 RSI: ffff8f9a98a38210 RDI: ffffa79918a33738
[ 2396.629662] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2396.629667] R10: ffff8f9a98a38290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2396.629673] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2396.629678] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b3f22b40
[ 2396.629684] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2396.629689] CR2: 00007e89000a8000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2396.629695] PKRU: 55555554
[ 2396.629700] Call Trace:
[ 2396.629705]  <TASK>
[ 2396.629720]  submit_one_bio+0xd4/0xe0
[ 2396.629735]  submit_extent_page+0x142/0x550
[ 2396.629826]  read_extent_buffer_pages+0x584/0x9c0
[ 2396.629846]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2396.629858]  ? folio_unlock+0x1d/0x50
[ 2396.629872]  btrfs_read_extent_buffer+0x98/0x150
[ 2396.629886]  read_tree_block+0x43/0xa0
[ 2396.629895]  read_block_for_search+0x266/0x370
[ 2396.629925]  btrfs_search_slot+0x351/0xd30
[ 2396.629950]  btrfs_lookup_csum+0x63/0x150
[ 2396.629968]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2396.629983]  ? btrfs_do_readpage+0x305/0x770
[ 2396.630001]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2396.630011]  submit_one_bio+0xc4/0xe0
[ 2396.630024]  btrfs_read_folio+0x79/0x90
[ 2396.630033]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2396.630041]  prepare_uptodate_page+0x8c/0x210
[ 2396.630051]  prepare_pages.constprop.0+0x134/0x300
[ 2396.630070]  btrfs_buffered_write+0x2ca/0x940
[ 2396.630104]  btrfs_do_write_iter+0x384/0x5d0
[ 2396.630114]  ? lock_is_held_type+0xe8/0x140
[ 2396.630131]  vfs_write+0x269/0x4f0
[ 2396.630155]  ksys_write+0x64/0xe0
[ 2396.630166]  __do_fast_syscall_32+0x88/0xf0
[ 2396.630174]  ? __do_fast_syscall_32+0x94/0xf0
[ 2396.630185]  do_fast_syscall_32+0x2f/0x70
[ 2396.630194]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2396.630202] RIP: 0023:0xf7fc0579
[ 2396.630229] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2396.630235] RSP: 002b:00000000b3f20ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2396.630243] RAX: ffffffffffffffda RBX: 000000000000009a RCX: 00000000bf5ff010
[ 2396.630248] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2396.630254] RBP: 000000000000009a R08: 00000000b3f20ae0 R09: 0000000000000000
[ 2396.630259] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2396.630264] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2396.630290]  </TASK>
[ 2396.630295] irq event stamp: 5471073
[ 2396.630300] hardirqs last  enabled at (5471081): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2396.630308] hardirqs last disabled at (5471088): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2396.630315] softirqs last  enabled at (5470794): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2396.630322] softirqs last disabled at (5470745): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2396.630329] ---[ end trace 0000000000000000 ]---
[ 2399.025909] ------------[ cut here ]------------
[ 2399.025921] WARNING: CPU: 11 PID: 748 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2399.025932] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2399.026083]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2399.026189] CPU: 11 PID: 748 Comm: kworker/u32:10 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2399.026195] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2399.026200] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2399.026209] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2399.026214] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2399.026220] RSP: 0018:ffffa7990223f860 EFLAGS: 00010246
[ 2399.026227] RAX: 0000000000000000 RBX: ffff8f9b085ec450 RCX: 0000000000000000
[ 2399.026231] RDX: 0000000000000000 RSI: ffff8f9b085ec3d0 RDI: ffffa7990223f888
[ 2399.026236] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2399.026241] R10: ffff8f9b085ec450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2399.026245] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2399.026249] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 2399.026254] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2399.026258] CR2: 00001c50052fc000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2399.026261] PKRU: 55555554
[ 2399.026265] Call Trace:
[ 2399.026270]  <TASK>
[ 2399.026282]  submit_one_bio+0xd4/0xe0
[ 2399.026294]  submit_extent_page+0x142/0x550
[ 2399.026320]  read_extent_buffer_pages+0x584/0x9c0
[ 2399.026334]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2399.026340]  ? folio_unlock+0x1d/0x50
[ 2399.026347]  btrfs_read_extent_buffer+0x98/0x150
[ 2399.026354]  read_tree_block+0x43/0xa0
[ 2399.026359]  read_block_for_search+0x266/0x370
[ 2399.026382]  btrfs_search_slot+0x351/0xd30
[ 2399.026397]  ? lock_is_held_type+0xe8/0x140
[ 2399.026410]  btrfs_lookup_csum+0x63/0x150
[ 2399.026424]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2399.026431]  ? sched_clock_cpu+0x9f/0xc0
[ 2399.026439]  ? lock_release+0x14b/0x440
[ 2399.026453]  ? _raw_read_unlock+0x29/0x50
[ 2399.026465]  btrfs_finish_ordered_io+0x441/0x860
[ 2399.026491]  btrfs_work_helper+0xfe/0x400
[ 2399.026497]  ? lock_is_held_type+0xe8/0x140
[ 2399.026509]  process_one_work+0x294/0x5b0
[ 2399.026525]  worker_thread+0x4f/0x3a0
[ 2399.026535]  ? __pfx_worker_thread+0x10/0x10
[ 2399.026540]  kthread+0xf5/0x120
[ 2399.026545]  ? __pfx_kthread+0x10/0x10
[ 2399.026554]  ret_from_fork+0x2c/0x50
[ 2399.026575]  </TASK>
[ 2399.026579] irq event stamp: 37908397
[ 2399.026583] hardirqs last  enabled at (37908405): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2399.026589] hardirqs last disabled at (37908412): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2399.026594] softirqs last  enabled at (37907166): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2399.026600] softirqs last disabled at (37907157): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2399.026605] ---[ end trace 0000000000000000 ]---
[ 2403.177177] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2403.177213] [drm] PSP is resuming...
[ 2403.253227] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2403.353563] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2403.367460] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2403.367470] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2403.367478] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2403.367482] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2403.367531] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2403.421778] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2403.423065] [drm] DMUB hardware initialized: version=0x02020017
[ 2403.462143] [drm] kiq ring mec 2 pipe 1 q 0
[ 2403.467225] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2403.467432] [drm] JPEG decode initialized successfully.
[ 2403.467456] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2403.467460] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2403.467463] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2403.467465] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2403.467468] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2403.467470] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2403.467472] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2403.467474] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2403.467476] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2403.467479] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2403.467481] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2403.467483] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2403.467485] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2403.467488] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2403.467490] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2403.467492] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2403.470962] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2414.005753] ------------[ cut here ]------------
[ 2414.005763] WARNING: CPU: 4 PID: 7884 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2414.005773] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2414.005927]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2414.006035] CPU: 4 PID: 7884 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2414.006040] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2414.006045] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2414.006051] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2414.006056] RSP: 0018:ffffa799187db688 EFLAGS: 00010246
[ 2414.006063] RAX: 0000000000000000 RBX: ffff8f9d4d5f2210 RCX: 0000000000000000
[ 2414.006067] RDX: 0000000000000000 RSI: ffff8f9d4d5f2190 RDI: ffffa799187db6b0
[ 2414.006071] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2414.006075] R10: ffff8f9d4d5f2210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2414.006080] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2414.006084] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b844eb40
[ 2414.006089] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2414.006093] CR2: 00001f6100b48000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2414.006097] PKRU: 55555554
[ 2414.006102] Call Trace:
[ 2414.006106]  <TASK>
[ 2414.006118]  submit_one_bio+0xd4/0xe0
[ 2414.006129]  submit_extent_page+0x142/0x550
[ 2414.006153]  read_extent_buffer_pages+0x584/0x9c0
[ 2414.006167]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2414.006175]  ? folio_unlock+0x1d/0x50
[ 2414.006186]  btrfs_read_extent_buffer+0x98/0x150
[ 2414.006197]  read_tree_block+0x43/0xa0
[ 2414.006204]  read_block_for_search+0x266/0x370
[ 2414.006227]  btrfs_search_slot+0x351/0xd30
[ 2414.006247]  btrfs_lookup_csum+0x63/0x150
[ 2414.006260]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2414.006272]  ? btrfs_do_readpage+0x305/0x770
[ 2414.006285]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2414.006293]  submit_one_bio+0xc4/0xe0
[ 2414.006303]  btrfs_read_folio+0x79/0x90
[ 2414.006310]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2414.006316]  prepare_uptodate_page+0x8c/0x210
[ 2414.006324]  prepare_pages.constprop.0+0xa2/0x300
[ 2414.006338]  btrfs_buffered_write+0x2ca/0x940
[ 2414.006365]  btrfs_do_write_iter+0x384/0x5d0
[ 2414.006372]  ? lock_is_held_type+0xe8/0x140
[ 2414.006386]  vfs_write+0x269/0x4f0
[ 2414.006405]  ksys_write+0x64/0xe0
[ 2414.006414]  __do_fast_syscall_32+0x88/0xf0
[ 2414.006426]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.006432]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2414.006438]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.006445]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2414.006451]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.006457]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.006465]  do_fast_syscall_32+0x2f/0x70
[ 2414.006472]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2414.006479] RIP: 0023:0xf7fc0579
[ 2414.006503] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2414.006508] RSP: 002b:00000000b844cae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2414.006514] RAX: ffffffffffffffda RBX: 0000000000000096 RCX: 00000000b5336010
[ 2414.006519] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2414.006523] RBP: 0000000000000096 R08: 00000000b844cae0 R09: 0000000000000000
[ 2414.006527] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2414.006531] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2414.006551]  </TASK>
[ 2414.006555] irq event stamp: 116283005
[ 2414.006559] hardirqs last  enabled at (116283013): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2414.006565] hardirqs last disabled at (116283020): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2414.006571] softirqs last  enabled at (116277510): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2414.006577] softirqs last disabled at (116277503): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2414.006581] ---[ end trace 0000000000000000 ]---
[ 2414.309772] ------------[ cut here ]------------
[ 2414.309783] WARNING: CPU: 8 PID: 7903 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2414.309793] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2414.309946]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2414.310052] CPU: 8 PID: 7903 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2414.310058] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2414.310062] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2414.310068] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2414.310073] RSP: 0018:ffffa7991883b640 EFLAGS: 00010246
[ 2414.310079] RAX: 0000000000000000 RBX: ffff8fa2c2ccb010 RCX: 0000000000000000
[ 2414.310084] RDX: 0000000000000000 RSI: ffff8fa2c2ccaf90 RDI: ffffa7991883b668
[ 2414.310088] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2414.310092] R10: ffff8fa2c2ccb010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2414.310096] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2414.310100] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b6345b40
[ 2414.310105] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2414.310109] CR2: 00000000b834d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2414.310113] PKRU: 55555554
[ 2414.310117] Call Trace:
[ 2414.310122]  <TASK>
[ 2414.310134]  submit_one_bio+0xd4/0xe0
[ 2414.310145]  submit_extent_page+0x142/0x550
[ 2414.310169]  read_extent_buffer_pages+0x584/0x9c0
[ 2414.310182]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2414.310191]  ? folio_unlock+0x1d/0x50
[ 2414.310202]  btrfs_read_extent_buffer+0x98/0x150
[ 2414.310213]  read_tree_block+0x43/0xa0
[ 2414.310220]  read_block_for_search+0x266/0x370
[ 2414.310243]  btrfs_search_slot+0x351/0xd30
[ 2414.310262]  btrfs_lookup_csum+0x63/0x150
[ 2414.310275]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2414.310287]  ? btrfs_do_readpage+0x305/0x770
[ 2414.310300]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2414.310308]  submit_one_bio+0xc4/0xe0
[ 2414.310317]  btrfs_read_folio+0x79/0x90
[ 2414.310324]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2414.310330]  prepare_uptodate_page+0x8c/0x210
[ 2414.310338]  prepare_pages.constprop.0+0x134/0x300
[ 2414.310352]  btrfs_buffered_write+0x2ca/0x940
[ 2414.310378]  btrfs_do_write_iter+0x384/0x5d0
[ 2414.310385]  ? lock_is_held_type+0xe8/0x140
[ 2414.310398]  vfs_write+0x269/0x4f0
[ 2414.310416]  ksys_write+0x64/0xe0
[ 2414.310425]  __do_fast_syscall_32+0x88/0xf0
[ 2414.310434]  ? lock_is_held_type+0xe8/0x140
[ 2414.310444]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.310450]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2414.310457]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.310464]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.310470]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2414.310477]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.310482]  ? __do_fast_syscall_32+0x94/0xf0
[ 2414.310490]  do_fast_syscall_32+0x2f/0x70
[ 2414.310497]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2414.310503] RIP: 0023:0xf7fc0579
[ 2414.310528] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2414.310533] RSP: 002b:00000000b6343ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2414.310539] RAX: ffffffffffffffda RBX: 0000000000000083 RCX: 00000000b824d010
[ 2414.310543] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2414.310547] RBP: 0000000000000083 R08: 00000000b6343ae0 R09: 0000000000000000
[ 2414.310551] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2414.310555] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2414.310575]  </TASK>
[ 2414.310579] irq event stamp: 28606851
[ 2414.310582] hardirqs last  enabled at (28606859): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2414.310589] hardirqs last disabled at (28606866): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2414.310594] softirqs last  enabled at (28598944): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2414.310600] softirqs last disabled at (28598939): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2414.310605] ---[ end trace 0000000000000000 ]---
[ 2420.236102] ------------[ cut here ]------------
[ 2420.236114] WARNING: CPU: 15 PID: 7937 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2420.236124] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2420.236278]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2420.236385] CPU: 15 PID: 7937 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2420.236391] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2420.236395] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2420.236401] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2420.236406] RSP: 0018:ffffa799188d3690 EFLAGS: 00010246
[ 2420.236412] RAX: 0000000000000000 RBX: ffff8f9b13c02050 RCX: 0000000000000000
[ 2420.236417] RDX: 0000000000000000 RSI: ffff8f9b13c01fd0 RDI: ffffa799188d36b8
[ 2420.236420] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2420.236424] R10: ffff8f9b13c02050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2420.236428] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2420.236433] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b4629b40
[ 2420.236437] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2420.236441] CR2: 00007f0ddc004be0 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2420.236446] PKRU: 55555554
[ 2420.236450] Call Trace:
[ 2420.236455]  <TASK>
[ 2420.236467]  submit_one_bio+0xd4/0xe0
[ 2420.236478]  submit_extent_page+0x142/0x550
[ 2420.236502]  read_extent_buffer_pages+0x584/0x9c0
[ 2420.236515]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2420.236524]  ? folio_unlock+0x1d/0x50
[ 2420.236535]  btrfs_read_extent_buffer+0x98/0x150
[ 2420.236545]  read_tree_block+0x43/0xa0
[ 2420.236552]  read_block_for_search+0x266/0x370
[ 2420.236574]  btrfs_search_slot+0x351/0xd30
[ 2420.236594]  btrfs_lookup_csum+0x63/0x150
[ 2420.236607]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2420.236618]  ? btrfs_do_readpage+0x305/0x770
[ 2420.236631]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2420.236638]  submit_one_bio+0xc4/0xe0
[ 2420.236648]  btrfs_read_folio+0x79/0x90
[ 2420.236655]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2420.236661]  prepare_uptodate_page+0x8c/0x210
[ 2420.236668]  prepare_pages.constprop.0+0xa2/0x300
[ 2420.236683]  btrfs_buffered_write+0x2ca/0x940
[ 2420.236708]  btrfs_do_write_iter+0x384/0x5d0
[ 2420.236716]  ? lock_is_held_type+0xe8/0x140
[ 2420.236729]  vfs_write+0x269/0x4f0
[ 2420.236826]  ksys_write+0x64/0xe0
[ 2420.236835]  __do_fast_syscall_32+0x88/0xf0
[ 2420.236843]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.236849]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2420.236856]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.236861]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2420.236868]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.236873]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.236879]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.236884]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.236892]  do_fast_syscall_32+0x2f/0x70
[ 2420.236900]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2420.236908] RIP: 0023:0xf7fc0579
[ 2420.236945] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2420.236950] RSP: 002b:00000000b4627ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2420.236956] RAX: ffffffffffffffda RBX: 00000000000000a8 RCX: 00000000b5336010
[ 2420.236960] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2420.236964] RBP: 00000000000000a8 R08: 00000000b4627ae0 R09: 0000000000000000
[ 2420.236968] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2420.236972] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2420.236992]  </TASK>
[ 2420.236996] irq event stamp: 2958351
[ 2420.236999] hardirqs last  enabled at (2958359): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2420.237006] hardirqs last disabled at (2958366): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2420.237011] softirqs last  enabled at (2958176): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2420.237016] softirqs last disabled at (2958025): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2420.237021] ---[ end trace 0000000000000000 ]---
[ 2420.830053] ------------[ cut here ]------------
[ 2420.830063] WARNING: CPU: 13 PID: 7959 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2420.830071] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2420.830217]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2420.830345] CPU: 13 PID: 7959 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2420.830352] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2420.830358] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2420.830365] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2420.830370] RSP: 0018:ffffa799188ab650 EFLAGS: 00010246
[ 2420.830377] RAX: 0000000000000000 RBX: ffff8f9719021b10 RCX: 0000000000000000
[ 2420.830382] RDX: 0000000000000000 RSI: ffff8f9719021a90 RDI: ffffa799188ab678
[ 2420.830387] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2420.830392] R10: ffff8f9719021b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2420.830397] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2420.830402] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b5f41b40
[ 2420.830408] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2420.830413] CR2: 00000000b294d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2420.830418] PKRU: 55555554
[ 2420.830423] Call Trace:
[ 2420.830429]  <TASK>
[ 2420.830443]  submit_one_bio+0xd4/0xe0
[ 2420.830457]  submit_extent_page+0x142/0x550
[ 2420.830487]  read_extent_buffer_pages+0x584/0x9c0
[ 2420.830503]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2420.830515]  ? folio_unlock+0x1d/0x50
[ 2420.830528]  btrfs_read_extent_buffer+0x98/0x150
[ 2420.830542]  read_tree_block+0x43/0xa0
[ 2420.830552]  read_block_for_search+0x266/0x370
[ 2420.830580]  btrfs_search_slot+0x351/0xd30
[ 2420.830605]  btrfs_lookup_csum+0x63/0x150
[ 2420.830621]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2420.830635]  ? btrfs_do_readpage+0x305/0x770
[ 2420.830650]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2420.830660]  submit_one_bio+0xc4/0xe0
[ 2420.830672]  btrfs_read_folio+0x79/0x90
[ 2420.830681]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2420.830688]  prepare_uptodate_page+0x8c/0x210
[ 2420.830696]  prepare_pages.constprop.0+0x134/0x300
[ 2420.830712]  btrfs_buffered_write+0x2ca/0x940
[ 2420.830773]  btrfs_do_write_iter+0x384/0x5d0
[ 2420.830783]  ? lock_is_held_type+0xe8/0x140
[ 2420.830799]  vfs_write+0x269/0x4f0
[ 2420.830820]  ksys_write+0x64/0xe0
[ 2420.830830]  __do_fast_syscall_32+0x88/0xf0
[ 2420.830842]  ? lock_is_held_type+0xe8/0x140
[ 2420.830855]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.830862]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2420.830870]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.830875]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.830883]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2420.830890]  ? __do_fast_syscall_32+0x94/0xf0
[ 2420.830900]  do_fast_syscall_32+0x2f/0x70
[ 2420.830907]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2420.830914] RIP: 0023:0xf7fc0579
[ 2420.830940] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2420.830944] RSP: 002b:00000000b5f3fae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2420.830951] RAX: ffffffffffffffda RBX: 00000000000000cc RCX: 00000000b5f42010
[ 2420.830955] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2420.830959] RBP: 00000000000000cc R08: 00000000b5f3fae0 R09: 0000000000000000
[ 2420.830962] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2420.830966] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2420.830985]  </TASK>
[ 2420.830989] irq event stamp: 2334349
[ 2420.830992] hardirqs last  enabled at (2334357): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2420.830999] hardirqs last disabled at (2334364): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2420.831004] softirqs last  enabled at (2334158): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2420.831011] softirqs last disabled at (2334153): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2420.831015] ---[ end trace 0000000000000000 ]---
[ 2424.265532] ------------[ cut here ]------------
[ 2424.265543] WARNING: CPU: 4 PID: 7954 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2424.265553] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2424.265702]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2424.265825] CPU: 4 PID: 7954 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2424.265830] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2424.265834] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2424.265840] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2424.265845] RSP: 0018:ffffa79918a33668 EFLAGS: 00010246
[ 2424.265851] RAX: 0000000000000000 RBX: ffff8f9d4d5f1410 RCX: 0000000000000000
[ 2424.265855] RDX: 0000000000000000 RSI: ffff8f9d4d5f1390 RDI: ffffa79918a33690
[ 2424.265859] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2424.265863] R10: ffff8f9d4d5f1410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2424.265867] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2424.265872] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b3f22b40
[ 2424.265878] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2424.265883] CR2: 00007faa96665f80 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2424.265888] PKRU: 55555554
[ 2424.265892] Call Trace:
[ 2424.265895]  <TASK>
[ 2424.265906]  submit_one_bio+0xd4/0xe0
[ 2424.265918]  submit_extent_page+0x142/0x550
[ 2424.265942]  read_extent_buffer_pages+0x584/0x9c0
[ 2424.265955]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2424.265964]  ? folio_unlock+0x1d/0x50
[ 2424.265974]  btrfs_read_extent_buffer+0x98/0x150
[ 2424.265985]  read_tree_block+0x43/0xa0
[ 2424.265992]  read_block_for_search+0x266/0x370
[ 2424.266014]  btrfs_search_slot+0x351/0xd30
[ 2424.266033]  btrfs_lookup_csum+0x63/0x150
[ 2424.266045]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2424.266056]  ? btrfs_do_readpage+0x305/0x770
[ 2424.266067]  btrfs_submit_data_read_bio+0x4e/0x90
[ 2424.266075]  submit_one_bio+0xc4/0xe0
[ 2424.266084]  btrfs_read_folio+0x79/0x90
[ 2424.266091]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2424.266096]  prepare_uptodate_page+0x8c/0x210
[ 2424.266103]  prepare_pages.constprop.0+0x134/0x300
[ 2424.266117]  btrfs_buffered_write+0x2ca/0x940
[ 2424.266141]  btrfs_do_write_iter+0x384/0x5d0
[ 2424.266147]  ? lock_is_held_type+0xe8/0x140
[ 2424.266160]  vfs_write+0x269/0x4f0
[ 2424.266178]  ksys_write+0x64/0xe0
[ 2424.266186]  __do_fast_syscall_32+0x88/0xf0
[ 2424.266198]  ? __do_fast_syscall_32+0x94/0xf0
[ 2424.266204]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2424.266211]  ? __do_fast_syscall_32+0x94/0xf0
[ 2424.266217]  ? __do_fast_syscall_32+0x94/0xf0
[ 2424.266221]  ? __do_fast_syscall_32+0x94/0xf0
[ 2424.266228]  ? __do_fast_syscall_32+0x94/0xf0
[ 2424.266233]  ? __do_fast_syscall_32+0x94/0xf0
[ 2424.266241]  do_fast_syscall_32+0x2f/0x70
[ 2424.266248]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2424.266255] RIP: 0023:0xf7fc0579
[ 2424.266279] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2424.266284] RSP: 002b:00000000b3f20ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 2424.266290] RAX: ffffffffffffffda RBX: 000000000000007f RCX: 00000000b5336010
[ 2424.266294] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2424.266298] RBP: 000000000000007f R08: 00000000b3f20ae0 R09: 0000000000000000
[ 2424.266302] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 2424.266305] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2424.266324]  </TASK>
[ 2424.266328] irq event stamp: 5930697
[ 2424.266332] hardirqs last  enabled at (5930705): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2424.266338] hardirqs last disabled at (5930712): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2424.266344] softirqs last  enabled at (5929020): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2424.266350] softirqs last disabled at (5929015): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2424.266355] ---[ end trace 0000000000000000 ]---
[ 2431.106164] ------------[ cut here ]------------
[ 2431.106176] WARNING: CPU: 11 PID: 4168 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2431.106186] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2431.106359]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2431.106477] CPU: 11 PID: 4168 Comm: kworker/u32:19 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2431.106483] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2431.106488] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2431.106497] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2431.106503] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2431.106508] RSP: 0018:ffffa799075ab860 EFLAGS: 00010246
[ 2431.106515] RAX: 0000000000000000 RBX: ffff8f9b085ee750 RCX: 0000000000000000
[ 2431.106519] RDX: 0000000000000000 RSI: ffff8f9b085ee6d0 RDI: ffffa799075ab888
[ 2431.106523] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2431.106528] R10: ffff8f9b085ee750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2431.106532] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2431.106537] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 2431.106542] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2431.106546] CR2: 00007f14da2f0008 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2431.106551] PKRU: 55555554
[ 2431.106555] Call Trace:
[ 2431.106559]  <TASK>
[ 2431.106573]  submit_one_bio+0xd4/0xe0
[ 2431.106585]  submit_extent_page+0x142/0x550
[ 2431.106610]  read_extent_buffer_pages+0x584/0x9c0
[ 2431.106625]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2431.106634]  ? folio_unlock+0x1d/0x50
[ 2431.106647]  btrfs_read_extent_buffer+0x98/0x150
[ 2431.106658]  read_tree_block+0x43/0xa0
[ 2431.106666]  read_block_for_search+0x266/0x370
[ 2431.106690]  btrfs_search_slot+0x351/0xd30
[ 2431.106706]  ? lock_is_held_type+0xe8/0x140
[ 2431.106719]  btrfs_lookup_csum+0x63/0x150
[ 2431.106733]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2431.106740]  ? sched_clock_cpu+0x9f/0xc0
[ 2431.106766]  ? lock_release+0x14b/0x440
[ 2431.106779]  ? _raw_read_unlock+0x29/0x50
[ 2431.106791]  btrfs_finish_ordered_io+0x441/0x860
[ 2431.106819]  btrfs_work_helper+0xfe/0x400
[ 2431.106826]  ? lock_is_held_type+0xe8/0x140
[ 2431.106839]  process_one_work+0x294/0x5b0
[ 2431.106858]  worker_thread+0x4f/0x3a0
[ 2431.106869]  ? __pfx_worker_thread+0x10/0x10
[ 2431.106874]  kthread+0xf5/0x120
[ 2431.106880]  ? __pfx_kthread+0x10/0x10
[ 2431.106889]  ret_from_fork+0x2c/0x50
[ 2431.106913]  </TASK>
[ 2431.106917] irq event stamp: 40922265
[ 2431.106922] hardirqs last  enabled at (40922273): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2431.106929] hardirqs last disabled at (40922280): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2431.106934] softirqs last  enabled at (40921036): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 2431.106941] softirqs last disabled at (40921034): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 2431.106947] ---[ end trace 0000000000000000 ]---
[ 2433.274231] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2433.274275] [drm] PSP is resuming...
[ 2433.354788] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2433.455356] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2433.469151] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2433.469162] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2433.469171] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2433.469178] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2433.469236] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2433.523300] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2433.524679] [drm] DMUB hardware initialized: version=0x02020017
[ 2433.562574] [drm] kiq ring mec 2 pipe 1 q 0
[ 2433.568089] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2433.568254] [drm] JPEG decode initialized successfully.
[ 2433.568280] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2433.568286] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2433.568291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2433.568297] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2433.568303] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2433.568307] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2433.568313] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2433.568318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2433.568322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2433.568327] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2433.568333] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2433.568338] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2433.568344] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2433.568350] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2433.568355] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2433.568360] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2433.572208] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2437.432628] ------------[ cut here ]------------
[ 2437.432637] WARNING: CPU: 2 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2437.432646] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2437.432740]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2437.432820] CPU: 2 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2437.432824] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2437.432827] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2437.432831] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2437.432834] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 2437.432838] RAX: 0000000000000000 RBX: ffff8f97252295d0 RCX: 0000000000000000
[ 2437.432840] RDX: 0000000000000000 RSI: ffff8f9725229550 RDI: ffffa7990487f780
[ 2437.432843] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2437.432845] R10: ffff8f97252295d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2437.432847] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2437.432850] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 2437.432853] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2437.432855] CR2: 00000000c1c12000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2437.432858] PKRU: 55555554
[ 2437.432860] Call Trace:
[ 2437.432863]  <TASK>
[ 2437.432870]  submit_one_bio+0xd4/0xe0
[ 2437.432878]  submit_extent_page+0x142/0x550
[ 2437.432892]  read_extent_buffer_pages+0x584/0x9c0
[ 2437.432901]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2437.432910]  ? folio_unlock+0x1d/0x50
[ 2437.432922]  btrfs_read_extent_buffer+0x98/0x150
[ 2437.432933]  read_tree_block+0x43/0xa0
[ 2437.432940]  read_block_for_search+0x266/0x370
[ 2437.432962]  btrfs_search_slot+0x351/0xd30
[ 2437.432977]  ? _raw_read_unlock+0x29/0x50
[ 2437.432989]  lookup_inline_extent_backref+0x15c/0x6e0
[ 2437.433000]  ? lock_is_held_type+0xe8/0x140
[ 2437.433013]  lookup_extent_backref+0x41/0xd0
[ 2437.433027]  __btrfs_free_extent+0xfb/0x7c0
[ 2437.433038]  ? sched_clock_cpu+0x20/0xc0
[ 2437.433054]  __btrfs_run_delayed_refs+0x303/0x1260
[ 2437.433084]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2437.433096]  btrfs_commit_transaction+0x93/0xed0
[ 2437.433117]  transaction_kthread+0x142/0x1b0
[ 2437.433128]  ? __pfx_transaction_kthread+0x10/0x10
[ 2437.433133]  kthread+0xf5/0x120
[ 2437.433138]  ? __pfx_kthread+0x10/0x10
[ 2437.433146]  ret_from_fork+0x2c/0x50
[ 2437.433168]  </TASK>
[ 2437.433172] irq event stamp: 20249307
[ 2437.433176] hardirqs last  enabled at (20249315): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2437.433182] hardirqs last disabled at (20249322): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2437.433187] softirqs last  enabled at (20248664): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2437.433193] softirqs last disabled at (20248659): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2437.433198] ---[ end trace 0000000000000000 ]---
[ 2437.435319] ------------[ cut here ]------------
[ 2437.435327] WARNING: CPU: 12 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2437.435335] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2437.435448]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2437.435527] CPU: 12 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2437.435531] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2437.435534] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2437.435539] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2437.435542] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 2437.435547] RAX: 0000000000000000 RBX: ffff8f9724ab4450 RCX: 0000000000000000
[ 2437.435550] RDX: 0000000000000000 RSI: ffff8f9724ab43d0 RDI: ffffa7990487f7e8
[ 2437.435553] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2437.435556] R10: ffff8f9724ab4450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2437.435559] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2437.435562] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 2437.435566] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2437.435569] CR2: 00000000bf1fe000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2437.435572] PKRU: 55555554
[ 2437.435575] Call Trace:
[ 2437.435578]  <TASK>
[ 2437.435587]  submit_one_bio+0xd4/0xe0
[ 2437.435596]  submit_extent_page+0x142/0x550
[ 2437.435613]  read_extent_buffer_pages+0x584/0x9c0
[ 2437.435623]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2437.435629]  ? folio_unlock+0x1d/0x50
[ 2437.435638]  btrfs_read_extent_buffer+0x98/0x150
[ 2437.435645]  read_tree_block+0x43/0xa0
[ 2437.435651]  read_block_for_search+0x266/0x370
[ 2437.435667]  btrfs_search_slot+0x351/0xd30
[ 2437.435672]  ? lock_is_held_type+0xe8/0x140
[ 2437.435683]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 2437.435687]  ? kmem_cache_alloc+0x194/0x380
[ 2437.435695]  btrfs_del_csums+0x116/0x3b0
[ 2437.435702]  ? lock_release+0x14b/0x440
[ 2437.435711]  ? _raw_read_unlock+0x29/0x50
[ 2437.435719]  __btrfs_free_extent+0x486/0x7c0
[ 2437.435733]  __btrfs_run_delayed_refs+0x303/0x1260
[ 2437.435764]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2437.435773]  btrfs_commit_transaction+0x93/0xed0
[ 2437.435788]  transaction_kthread+0x142/0x1b0
[ 2437.435796]  ? __pfx_transaction_kthread+0x10/0x10
[ 2437.435800]  kthread+0xf5/0x120
[ 2437.435804]  ? __pfx_kthread+0x10/0x10
[ 2437.435810]  ret_from_fork+0x2c/0x50
[ 2437.435826]  </TASK>
[ 2437.435828] irq event stamp: 20251835
[ 2437.435831] hardirqs last  enabled at (20251843): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2437.435836] hardirqs last disabled at (20251850): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2437.435840] softirqs last  enabled at (20250344): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2437.435845] softirqs last disabled at (20250337): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2437.435848] ---[ end trace 0000000000000000 ]---
[ 2443.908092] ------------[ cut here ]------------
[ 2443.908235] WARNING: CPU: 2 PID: 101 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2443.908243] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2443.908356]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2443.908426] CPU: 2 PID: 101 Comm: kworker/u32:2 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2443.908429] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2443.908432] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2443.908438] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2443.908442] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2443.908445] RSP: 0018:ffffa799004db7e8 EFLAGS: 00010246
[ 2443.908449] RAX: 0000000000000000 RBX: ffff8f9d6eb06210 RCX: 0000000000000000
[ 2443.908452] RDX: 0000000000000000 RSI: ffff8f9d6eb06190 RDI: ffffa799004db810
[ 2443.908455] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2443.908457] R10: ffff8f9d6eb06210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2443.908460] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2443.908462] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 2443.908465] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2443.908468] CR2: 00000000ca06b000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2443.908471] PKRU: 55555554
[ 2443.908474] Call Trace:
[ 2443.908477]  <TASK>
[ 2443.908485]  submit_one_bio+0xd4/0xe0
[ 2443.908493]  submit_extent_page+0x142/0x550
[ 2443.908508]  read_extent_buffer_pages+0x584/0x9c0
[ 2443.908516]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2443.908522]  ? folio_unlock+0x1d/0x50
[ 2443.908529]  btrfs_read_extent_buffer+0x98/0x150
[ 2443.908536]  read_tree_block+0x43/0xa0
[ 2443.908541]  btrfs_read_node_slot+0x154/0x1a0
[ 2443.908552]  push_leaf_right+0xa8/0x1e0
[ 2443.908562]  split_leaf+0x3bd/0x670
[ 2443.908574]  ? leaf_space_used+0xae/0xd0
[ 2443.908583]  btrfs_search_slot+0xc4e/0xd30
[ 2443.908592]  ? _raw_spin_unlock+0x29/0x50
[ 2443.908597]  ? release_extent_buffer+0xa7/0xe0
[ 2443.908603]  btrfs_csum_file_blocks+0x3c4/0x6c0
[ 2443.908611]  ? lock_release+0x14b/0x440
[ 2443.908624]  ? _raw_read_unlock+0x29/0x50
[ 2443.908635]  btrfs_finish_ordered_io+0x441/0x860
[ 2443.908651]  btrfs_work_helper+0xfe/0x400
[ 2443.908655]  ? lock_is_held_type+0xe8/0x140
[ 2443.908663]  process_one_work+0x294/0x5b0
[ 2443.908674]  worker_thread+0x4f/0x3a0
[ 2443.908680]  ? __pfx_worker_thread+0x10/0x10
[ 2443.908684]  kthread+0xf5/0x120
[ 2443.908687]  ? __pfx_kthread+0x10/0x10
[ 2443.908693]  ret_from_fork+0x2c/0x50
[ 2443.908706]  </TASK>
[ 2443.908708] irq event stamp: 40042363
[ 2443.908711] hardirqs last  enabled at (40042371): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2443.908715] hardirqs last disabled at (40042378): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2443.908719] softirqs last  enabled at (40041094): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 2443.908723] softirqs last disabled at (40041092): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 2443.908726] ---[ end trace 0000000000000000 ]---
[ 2461.219702] ------------[ cut here ]------------
[ 2461.219713] WARNING: CPU: 2 PID: 4168 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2461.219724] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2461.219911]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2461.220017] CPU: 2 PID: 4168 Comm: kworker/u32:19 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2461.220024] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2461.220029] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2461.220038] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2461.220045] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2461.220050] RSP: 0018:ffffa799075ab7f0 EFLAGS: 00010246
[ 2461.220056] RAX: 0000000000000000 RBX: ffff8f9d6eb05410 RCX: 0000000000000000
[ 2461.220061] RDX: 0000000000000000 RSI: ffff8f9d6eb05390 RDI: ffffa799075ab818
[ 2461.220066] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2461.220070] R10: ffff8f9d6eb05410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2461.220074] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2461.220078] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 2461.220082] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2461.220086] CR2: 000038a308171000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2461.220090] PKRU: 55555554
[ 2461.220094] Call Trace:
[ 2461.220098]  <TASK>
[ 2461.220111]  submit_one_bio+0xd4/0xe0
[ 2461.220123]  submit_extent_page+0x142/0x550
[ 2461.220150]  read_extent_buffer_pages+0x584/0x9c0
[ 2461.220165]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2461.220175]  ? folio_unlock+0x1d/0x50
[ 2461.220187]  btrfs_read_extent_buffer+0x98/0x150
[ 2461.220199]  read_tree_block+0x43/0xa0
[ 2461.220207]  btrfs_read_node_slot+0x154/0x1a0
[ 2461.220225]  push_leaf_left+0xa5/0x1a0
[ 2461.220240]  split_leaf+0x3fb/0x670
[ 2461.220252]  ? leaf_space_used+0xae/0xd0
[ 2461.220268]  btrfs_search_slot+0xc4e/0xd30
[ 2461.220282]  ? _raw_spin_unlock+0x29/0x50
[ 2461.220290]  ? release_extent_buffer+0xa7/0xe0
[ 2461.220300]  btrfs_csum_file_blocks+0x3c4/0x6c0
[ 2461.220310]  ? lock_release+0x14b/0x440
[ 2461.220323]  ? _raw_read_unlock+0x29/0x50
[ 2461.220335]  btrfs_finish_ordered_io+0x441/0x860
[ 2461.220359]  btrfs_work_helper+0xfe/0x400
[ 2461.220363]  ? lock_is_held_type+0xe8/0x140
[ 2461.220376]  process_one_work+0x294/0x5b0
[ 2461.220394]  worker_thread+0x4f/0x3a0
[ 2461.220405]  ? __pfx_worker_thread+0x10/0x10
[ 2461.220411]  kthread+0xf5/0x120
[ 2461.220417]  ? __pfx_kthread+0x10/0x10
[ 2461.220426]  ret_from_fork+0x2c/0x50
[ 2461.220449]  </TASK>
[ 2461.220453] irq event stamp: 41208403
[ 2461.220458] hardirqs last  enabled at (41208411): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2461.220464] hardirqs last disabled at (41208418): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2461.220469] softirqs last  enabled at (41206764): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 2461.220475] softirqs last disabled at (41206762): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 2461.220481] ---[ end trace 0000000000000000 ]---
[ 2463.321189] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2463.321232] [drm] PSP is resuming...
[ 2463.397109] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2463.497701] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2463.511766] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2463.511777] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2463.511785] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2463.511790] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2463.511843] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2463.565604] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2463.566999] [drm] DMUB hardware initialized: version=0x02020017
[ 2463.604813] [drm] kiq ring mec 2 pipe 1 q 0
[ 2463.610494] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2463.610651] [drm] JPEG decode initialized successfully.
[ 2463.610677] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2463.610681] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2463.610686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2463.610689] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2463.610692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2463.610696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2463.610699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2463.610701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2463.610703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2463.610705] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2463.610707] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2463.610709] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2463.610711] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2463.610713] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2463.610715] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2463.610718] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2463.620248] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2483.429260] ------------[ cut here ]------------
[ 2483.429405] WARNING: CPU: 5 PID: 3560 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2483.429413] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2483.429520]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2483.429635] CPU: 5 PID: 3560 Comm: steam Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2483.429641] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2483.429645] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2483.429652] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2483.429657] RSP: 0018:ffffa79913b7f978 EFLAGS: 00010246
[ 2483.429663] RAX: 0000000000000000 RBX: ffff8fa2c2cc00d0 RCX: 0000000000000000
[ 2483.429668] RDX: 0000000000000000 RSI: ffff8fa2c2cc0050 RDI: ffffa79913b7f9a0
[ 2483.429672] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2483.429677] R10: ffff8fa2c2cc00d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2483.429681] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2483.429686] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000f7b5fb80
[ 2483.429691] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2483.429696] CR2: 00000000c78fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2483.429701] PKRU: 55555554
[ 2483.429706] Call Trace:
[ 2483.429711]  <TASK>
[ 2483.429724]  submit_one_bio+0xd4/0xe0
[ 2483.429737]  submit_extent_page+0x142/0x550
[ 2483.429878]  read_extent_buffer_pages+0x584/0x9c0
[ 2483.429894]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2483.429904]  ? folio_unlock+0x1d/0x50
[ 2483.429916]  btrfs_read_extent_buffer+0x98/0x150
[ 2483.429929]  read_tree_block+0x43/0xa0
[ 2483.429936]  read_block_for_search+0x266/0x370
[ 2483.429961]  btrfs_search_slot+0x351/0xd30
[ 2483.429977]  ? btrfs_readdir_get_delayed_items+0x132/0x1b0
[ 2483.429989]  btrfs_real_readdir+0x14a/0x470
[ 2483.429995]  ? lock_is_held_type+0xe8/0x140
[ 2483.430006]  ? find_held_lock+0x32/0x90
[ 2483.430027]  iterate_dir+0x183/0x1d0
[ 2483.430040]  __ia32_sys_getdents64+0x77/0x120
[ 2483.430046]  ? __pfx_filldir64+0x10/0x10
[ 2483.430056]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2483.430068]  __do_fast_syscall_32+0x88/0xf0
[ 2483.430078]  ? __do_fast_syscall_32+0x94/0xf0
[ 2483.430085]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2483.430092]  ? __do_fast_syscall_32+0x94/0xf0
[ 2483.430099]  ? __do_fast_syscall_32+0x94/0xf0
[ 2483.430105]  ? __do_fast_syscall_32+0x94/0xf0
[ 2483.430113]  do_fast_syscall_32+0x2f/0x70
[ 2483.430120]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2483.430125] RIP: 0023:0xf7fc0579
[ 2483.430150] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2483.430155] RSP: 002b:00000000ffe28bf4 EFLAGS: 00200293 ORIG_RAX: 00000000000000dc
[ 2483.430162] RAX: ffffffffffffffda RBX: 0000000000000062 RCX: 000000005921524c
[ 2483.430167] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2483.430171] RBP: 00000000ffffeb38 R08: 00000000ffe28bf4 R09: 0000000000000000
[ 2483.430175] R10: 0000000000000000 R11: 0000000000200293 R12: 0000000000000000
[ 2483.430180] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2483.430203]  </TASK>
[ 2483.430207] irq event stamp: 78544985
[ 2483.430211] hardirqs last  enabled at (78544993): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2483.430218] hardirqs last disabled at (78545000): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2483.430223] softirqs last  enabled at (78544720): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2483.430230] softirqs last disabled at (78544679): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2483.430235] ---[ end trace 0000000000000000 ]---
[ 2493.289251] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2493.289294] [drm] PSP is resuming...
[ 2493.365261] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2493.465460] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2493.479257] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2493.479265] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2493.479273] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2493.479277] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2493.479335] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2493.534358] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2493.535734] [drm] DMUB hardware initialized: version=0x02020017
[ 2493.574056] [drm] kiq ring mec 2 pipe 1 q 0
[ 2493.579120] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2493.579309] [drm] JPEG decode initialized successfully.
[ 2493.579338] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2493.579344] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2493.579348] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2493.579352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2493.579356] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2493.579360] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2493.579364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2493.579368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2493.579372] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2493.579376] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2493.579380] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2493.579384] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2493.579388] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2493.579392] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2493.579396] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2493.579401] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2493.582954] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2498.986826] ------------[ cut here ]------------
[ 2498.986835] WARNING: CPU: 11 PID: 101 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2498.986843] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2498.986940]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2498.987006] CPU: 11 PID: 101 Comm: kworker/u32:2 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2498.987010] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2498.987013] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2498.987019] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2498.987022] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2498.987025] RSP: 0018:ffffa799004db860 EFLAGS: 00010246
[ 2498.987029] RAX: 0000000000000000 RBX: ffff8f9b085edb10 RCX: 0000000000000000
[ 2498.987032] RDX: 0000000000000000 RSI: ffff8f9b085eda90 RDI: ffffa799004db888
[ 2498.987034] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2498.987037] R10: ffff8f9b085edb10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2498.987039] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2498.987042] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 2498.987044] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2498.987047] CR2: 00000000c1ffd000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2498.987050] PKRU: 55555554
[ 2498.987052] Call Trace:
[ 2498.987055]  <TASK>
[ 2498.987063]  submit_one_bio+0xd4/0xe0
[ 2498.987070]  submit_extent_page+0x142/0x550
[ 2498.987084]  read_extent_buffer_pages+0x584/0x9c0
[ 2498.987092]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2498.987097]  ? folio_unlock+0x1d/0x50
[ 2498.987105]  btrfs_read_extent_buffer+0x98/0x150
[ 2498.987111]  read_tree_block+0x43/0xa0
[ 2498.987115]  read_block_for_search+0x266/0x370
[ 2498.987129]  btrfs_search_slot+0x351/0xd30
[ 2498.987138]  ? lock_is_held_type+0xe8/0x140
[ 2498.987146]  btrfs_lookup_csum+0x63/0x150
[ 2498.987154]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2498.987158]  ? sched_clock_cpu+0x9f/0xc0
[ 2498.987163]  ? lock_release+0x14b/0x440
[ 2498.987170]  ? _raw_read_unlock+0x29/0x50
[ 2498.987177]  btrfs_finish_ordered_io+0x441/0x860
[ 2498.987192]  btrfs_work_helper+0xfe/0x400
[ 2498.987196]  ? lock_is_held_type+0xe8/0x140
[ 2498.987203]  process_one_work+0x294/0x5b0
[ 2498.987213]  worker_thread+0x4f/0x3a0
[ 2498.987219]  ? __pfx_worker_thread+0x10/0x10
[ 2498.987222]  kthread+0xf5/0x120
[ 2498.987226]  ? __pfx_kthread+0x10/0x10
[ 2498.987230]  ret_from_fork+0x2c/0x50
[ 2498.987244]  </TASK>
[ 2498.987246] irq event stamp: 40251455
[ 2498.987248] hardirqs last  enabled at (40251463): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2498.987253] hardirqs last disabled at (40251470): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2498.987256] softirqs last  enabled at (40250198): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2498.987259] softirqs last disabled at (40250191): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2498.987262] ---[ end trace 0000000000000000 ]---
[ 2523.257198] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2523.257235] [drm] PSP is resuming...
[ 2523.333536] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2523.435775] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2523.449610] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2523.449620] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2523.449629] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2523.449635] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2523.449694] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2523.504797] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2523.506202] [drm] DMUB hardware initialized: version=0x02020017
[ 2523.544245] [drm] kiq ring mec 2 pipe 1 q 0
[ 2523.549428] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2523.549635] [drm] JPEG decode initialized successfully.
[ 2523.549659] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2523.549663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2523.549665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2523.549668] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2523.549670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2523.549672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2523.549674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2523.549676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2523.549678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2523.549680] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2523.549683] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2523.549685] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2523.549687] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2523.549689] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2523.549691] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2523.549693] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2523.553155] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2529.097810] ------------[ cut here ]------------
[ 2529.097820] WARNING: CPU: 0 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2529.097833] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2529.097930]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2529.097993] CPU: 0 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2529.097997] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2529.098000] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2529.098004] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2529.098006] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 2529.098011] RAX: 0000000000000000 RBX: ffff8f9921cc4990 RCX: 0000000000000000
[ 2529.098013] RDX: 0000000000000000 RSI: ffff8f9921cc4910 RDI: ffffa7990487f888
[ 2529.098016] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2529.098018] R10: ffff8f9921cc4990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2529.098020] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2529.098023] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 2529.098025] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2529.098028] CR2: 00001f6100d8c000 CR3: 0000000b7e428000 CR4: 0000000000750ef0
[ 2529.098031] PKRU: 55555554
[ 2529.098033] Call Trace:
[ 2529.098036]  <TASK>
[ 2529.098043]  submit_one_bio+0xd4/0xe0
[ 2529.098050]  submit_extent_page+0x142/0x550
[ 2529.098064]  read_extent_buffer_pages+0x584/0x9c0
[ 2529.098071]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2529.098076]  ? folio_unlock+0x1d/0x50
[ 2529.098084]  btrfs_read_extent_buffer+0x98/0x150
[ 2529.098090]  read_tree_block+0x43/0xa0
[ 2529.098094]  read_block_for_search+0x266/0x370
[ 2529.098107]  btrfs_search_slot+0x351/0xd30
[ 2529.098119]  btrfs_insert_empty_items+0x31/0x70
[ 2529.098124]  alloc_reserved_file_extent+0xbc/0x240
[ 2529.098134]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 2529.098150]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2529.098157]  btrfs_commit_transaction+0x93/0xed0
[ 2529.098169]  transaction_kthread+0x142/0x1b0
[ 2529.098175]  ? __pfx_transaction_kthread+0x10/0x10
[ 2529.098178]  kthread+0xf5/0x120
[ 2529.098182]  ? __pfx_kthread+0x10/0x10
[ 2529.098187]  ret_from_fork+0x2c/0x50
[ 2529.098199]  </TASK>
[ 2529.098202] irq event stamp: 20903321
[ 2529.098204] hardirqs last  enabled at (20903329): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2529.098208] hardirqs last disabled at (20903336): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2529.098211] softirqs last  enabled at (20902114): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2529.098215] softirqs last disabled at (20902105): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2529.098217] ---[ end trace 0000000000000000 ]---
[ 2529.098455] ------------[ cut here ]------------
[ 2529.098582] WARNING: CPU: 0 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2529.098588] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2529.098676]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2529.098736] CPU: 0 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2529.098739] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2529.098741] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2529.098764] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2529.098769] RSP: 0018:ffffa7990487f810 EFLAGS: 00010246
[ 2529.098776] RAX: 0000000000000000 RBX: ffff8f9921cc7a90 RCX: 0000000000000000
[ 2529.098781] RDX: 0000000000000000 RSI: ffff8f9921cc7a10 RDI: ffffa7990487f838
[ 2529.098785] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2529.098788] R10: ffff8f9921cc7a90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2529.098790] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2529.098793] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 2529.098796] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2529.098798] CR2: 00001f6100d8c000 CR3: 0000000b7e428000 CR4: 0000000000750ef0
[ 2529.098801] PKRU: 55555554
[ 2529.098803] Call Trace:
[ 2529.098805]  <TASK>
[ 2529.098812]  submit_one_bio+0xd4/0xe0
[ 2529.098818]  submit_extent_page+0x142/0x550
[ 2529.098832]  read_extent_buffer_pages+0x584/0x9c0
[ 2529.098840]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2529.098845]  ? folio_unlock+0x1d/0x50
[ 2529.098852]  btrfs_read_extent_buffer+0x98/0x150
[ 2529.098858]  read_tree_block+0x43/0xa0
[ 2529.098863]  read_block_for_search+0x266/0x370
[ 2529.098876]  btrfs_search_slot+0x351/0xd30
[ 2529.098887]  search_free_space_info+0x90/0xe0
[ 2529.098895]  remove_from_free_space_tree+0xea/0x420
[ 2529.098900]  ? alloc_reserved_file_extent+0x1c4/0x240
[ 2529.098908]  alloc_reserved_extent+0x1f/0x110
[ 2529.098913]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 2529.098930]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2529.098937]  btrfs_commit_transaction+0x93/0xed0
[ 2529.098949]  transaction_kthread+0x142/0x1b0
[ 2529.098956]  ? __pfx_transaction_kthread+0x10/0x10
[ 2529.098959]  kthread+0xf5/0x120
[ 2529.098962]  ? __pfx_kthread+0x10/0x10
[ 2529.098967]  ret_from_fork+0x2c/0x50
[ 2529.098979]  </TASK>
[ 2529.098981] irq event stamp: 20904665
[ 2529.098983] hardirqs last  enabled at (20904673): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2529.098987] hardirqs last disabled at (20904680): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2529.098990] softirqs last  enabled at (20904372): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2529.098994] softirqs last disabled at (20904367): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2529.098997] ---[ end trace 0000000000000000 ]---
[ 2529.116035] ------------[ cut here ]------------
[ 2529.116041] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2529.116047] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2529.116136]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2529.116197] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2529.116200] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2529.116203] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2529.116206] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2529.116209] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 2529.116213] RAX: 0000000000000000 RBX: ffff8f972522a910 RCX: 0000000000000000
[ 2529.116216] RDX: 0000000000000000 RSI: ffff8f972522a890 RDI: ffffa7990487f780
[ 2529.116218] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2529.116220] R10: ffff8f972522a910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2529.116223] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2529.116225] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 2529.116228] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2529.116230] CR2: 000020e7b2f6b000 CR3: 000000039de76000 CR4: 0000000000750ee0
[ 2529.116233] PKRU: 55555554
[ 2529.116235] Call Trace:
[ 2529.116237]  <TASK>
[ 2529.116244]  submit_one_bio+0xd4/0xe0
[ 2529.116251]  submit_extent_page+0x142/0x550
[ 2529.116264]  read_extent_buffer_pages+0x584/0x9c0
[ 2529.116272]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2529.116277]  ? folio_unlock+0x1d/0x50
[ 2529.116283]  btrfs_read_extent_buffer+0x98/0x150
[ 2529.116290]  read_tree_block+0x43/0xa0
[ 2529.116294]  read_block_for_search+0x266/0x370
[ 2529.116307]  btrfs_search_slot+0x351/0xd30
[ 2529.116315]  ? _raw_read_unlock+0x29/0x50
[ 2529.116323]  lookup_inline_extent_backref+0x15c/0x6e0
[ 2529.116329]  ? lock_is_held_type+0xe8/0x140
[ 2529.116337]  lookup_extent_backref+0x41/0xd0
[ 2529.116345]  __btrfs_free_extent+0xfb/0x7c0
[ 2529.116352]  ? sched_clock_cpu+0x20/0xc0
[ 2529.116361]  __btrfs_run_delayed_refs+0x303/0x1260
[ 2529.116377]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2529.116384]  btrfs_commit_transaction+0x93/0xed0
[ 2529.116396]  transaction_kthread+0x142/0x1b0
[ 2529.116402]  ? __pfx_transaction_kthread+0x10/0x10
[ 2529.116405]  kthread+0xf5/0x120
[ 2529.116408]  ? __pfx_kthread+0x10/0x10
[ 2529.116413]  ret_from_fork+0x2c/0x50
[ 2529.116424]  </TASK>
[ 2529.116427] irq event stamp: 20924433
[ 2529.116429] hardirqs last  enabled at (20924441): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2529.116433] hardirqs last disabled at (20924448): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2529.116436] softirqs last  enabled at (20921830): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2529.116439] softirqs last disabled at (20921823): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2529.116442] ---[ end trace 0000000000000000 ]---
[ 2553.346260] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2553.346303] [drm] PSP is resuming...
[ 2553.422778] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2553.523444] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2553.537395] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2553.537413] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2553.537424] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2553.537433] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2553.537496] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2553.591882] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2553.593285] [drm] DMUB hardware initialized: version=0x02020017
[ 2553.631312] [drm] kiq ring mec 2 pipe 1 q 0
[ 2553.636675] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2553.636839] [drm] JPEG decode initialized successfully.
[ 2553.636868] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2553.636874] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2553.636879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2553.636883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2553.636887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2553.636890] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2553.636894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2553.636898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2553.636901] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2553.636906] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2553.636910] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2553.636914] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2553.636918] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2553.636921] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2553.636925] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2553.636929] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2553.640866] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2555.034158] ------------[ cut here ]------------
[ 2555.034167] WARNING: CPU: 2 PID: 3630 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2555.034174] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2555.034261]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2555.034333] CPU: 2 PID: 3630 Comm: ThreadPoolForeg Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2555.034337] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2555.034339] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2555.034343] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2555.034347] RSP: 0018:ffffa79913ce7538 EFLAGS: 00010246
[ 2555.034353] RAX: 0000000000000000 RBX: ffff8f9d6eb06050 RCX: 0000000000000000
[ 2555.034357] RDX: 0000000000000000 RSI: ffff8f9d6eb05fd0 RDI: ffffa79913ce7560
[ 2555.034361] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2555.034365] R10: ffff8f9d6eb06050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2555.034369] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2555.034373] FS:  00007faa94dfd6c0(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 2555.034377] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2555.034381] CR2: 0000294832bf1000 CR3: 000000011fa46000 CR4: 0000000000750ee0
[ 2555.034386] PKRU: 55555554
[ 2555.034389] Call Trace:
[ 2555.034393]  <TASK>
[ 2555.034404]  submit_one_bio+0xd4/0xe0
[ 2555.034415]  submit_extent_page+0x142/0x550
[ 2555.034437]  read_extent_buffer_pages+0x584/0x9c0
[ 2555.034450]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2555.034458]  ? folio_unlock+0x1d/0x50
[ 2555.034469]  btrfs_read_extent_buffer+0x98/0x150
[ 2555.034478]  read_tree_block+0x43/0xa0
[ 2555.034485]  read_block_for_search+0x266/0x370
[ 2555.034506]  btrfs_search_slot+0x351/0xd30
[ 2555.034524]  btrfs_lookup_csum+0x63/0x150
[ 2555.034532]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 2555.034548]  btrfs_submit_compressed_read+0x359/0x470
[ 2555.034558]  submit_one_bio+0xc4/0xe0
[ 2555.034563]  ? extent_readahead+0xb7/0x6f0
[ 2555.034566]  extent_readahead+0x6d3/0x6f0
[ 2555.034570]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2555.034584]  read_pages+0x7a/0x300
[ 2555.034592]  page_cache_ra_unbounded+0x131/0x1b0
[ 2555.034599]  filemap_get_pages+0x11e/0x6b0
[ 2555.034606]  ? lock_is_held_type+0xe8/0x140
[ 2555.034616]  filemap_read+0xd7/0x330
[ 2555.034657]  vfs_read+0x243/0x310
[ 2555.034675]  ksys_read+0x64/0xe0
[ 2555.034684]  do_syscall_64+0x5b/0x80
[ 2555.034691]  ? do_syscall_64+0x67/0x80
[ 2555.034696]  ? do_syscall_64+0x67/0x80
[ 2555.034701]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2555.034707]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 2555.034713] RIP: 0033:0x7faaa75fcafc
[ 2555.034737] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 2555.034741] RSP: 002b:00007faa94dfbfd0 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 2555.034766] RAX: ffffffffffffffda RBX: 00007faa8cb29000 RCX: 00007faaa75fcafc
[ 2555.034768] RDX: 0000000000010000 RSI: 00007faa8cb29000 RDI: 00000000000006ff
[ 2555.034770] RBP: 00007faa94dfc0b0 R08: 0000000000000000 R09: 0000561ab3e9f0e8
[ 2555.034772] R10: 00007ffc851fa080 R11: 0000000000000246 R12: 0000000000010000
[ 2555.034775] R13: 0000561ab45dfa10 R14: 000029484b76a490 R15: 0000000000010000
[ 2555.034785]  </TASK>
[ 2555.034788] irq event stamp: 23848825
[ 2555.034790] hardirqs last  enabled at (23848833): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2555.034794] hardirqs last disabled at (23848840): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2555.034797] softirqs last  enabled at (23848764): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2555.034801] softirqs last disabled at (23848759): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2555.034804] ---[ end trace 0000000000000000 ]---
[ 2556.354075] ------------[ cut here ]------------
[ 2556.354087] WARNING: CPU: 10 PID: 537 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2556.354097] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2556.354267]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2556.354384] CPU: 10 PID: 537 Comm: kworker/u32:5 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2556.354390] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2556.354395] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2556.354403] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2556.354409] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2556.354414] RSP: 0018:ffffa79905f53860 EFLAGS: 00010246
[ 2556.354421] RAX: 0000000000000000 RBX: ffff8f970108e590 RCX: 0000000000000000
[ 2556.354426] RDX: 0000000000000000 RSI: ffff8f970108e510 RDI: ffffa79905f53888
[ 2556.354430] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2556.354434] R10: ffff8f970108e590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2556.354439] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2556.354443] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 2556.354448] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2556.354453] CR2: 000029481cdd3000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2556.354457] PKRU: 55555554
[ 2556.354462] Call Trace:
[ 2556.354467]  <TASK>
[ 2556.354479]  submit_one_bio+0xd4/0xe0
[ 2556.354491]  submit_extent_page+0x142/0x550
[ 2556.354516]  read_extent_buffer_pages+0x584/0x9c0
[ 2556.354531]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2556.354540]  ? folio_unlock+0x1d/0x50
[ 2556.354551]  btrfs_read_extent_buffer+0x98/0x150
[ 2556.354563]  read_tree_block+0x43/0xa0
[ 2556.354571]  read_block_for_search+0x266/0x370
[ 2556.354594]  btrfs_search_slot+0x351/0xd30
[ 2556.354609]  ? lock_is_held_type+0xe8/0x140
[ 2556.354622]  btrfs_lookup_csum+0x63/0x150
[ 2556.354636]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2556.354643]  ? sched_clock_cpu+0x9f/0xc0
[ 2556.354652]  ? lock_release+0x14b/0x440
[ 2556.354664]  ? _raw_read_unlock+0x29/0x50
[ 2556.354676]  btrfs_finish_ordered_io+0x441/0x860
[ 2556.354702]  btrfs_work_helper+0xfe/0x400
[ 2556.354709]  ? lock_is_held_type+0xe8/0x140
[ 2556.354722]  process_one_work+0x294/0x5b0
[ 2556.354740]  worker_thread+0x4f/0x3a0
[ 2556.354772]  ? __pfx_worker_thread+0x10/0x10
[ 2556.354778]  kthread+0xf5/0x120
[ 2556.354784]  ? __pfx_kthread+0x10/0x10
[ 2556.354793]  ret_from_fork+0x2c/0x50
[ 2556.354816]  </TASK>
[ 2556.354820] irq event stamp: 33106205
[ 2556.354824] hardirqs last  enabled at (33106213): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2556.354831] hardirqs last disabled at (33106220): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2556.354836] softirqs last  enabled at (33106160): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2556.354842] softirqs last disabled at (33106153): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2556.354847] ---[ end trace 0000000000000000 ]---
[ 2559.306498] ------------[ cut here ]------------
[ 2559.306510] WARNING: CPU: 2 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2559.306520] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2559.306687]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2559.306832] CPU: 2 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2559.306839] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2559.306843] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2559.306850] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2559.306855] RSP: 0018:ffffa7990487f790 EFLAGS: 00010246
[ 2559.306862] RAX: 0000000000000000 RBX: ffff8f9d6eb04610 RCX: 0000000000000000
[ 2559.306866] RDX: 0000000000000000 RSI: ffff8f9d6eb04590 RDI: ffffa7990487f7b8
[ 2559.306870] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2559.306874] R10: ffff8f9d6eb04610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2559.306878] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2559.306883] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 2559.306888] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2559.306892] CR2: 00000000bf0fd000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2559.306897] PKRU: 55555554
[ 2559.306901] Call Trace:
[ 2559.306905]  <TASK>
[ 2559.306918]  submit_one_bio+0xd4/0xe0
[ 2559.306929]  submit_extent_page+0x142/0x550
[ 2559.306956]  read_extent_buffer_pages+0x584/0x9c0
[ 2559.306965]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2559.306970]  ? folio_unlock+0x1d/0x50
[ 2559.306977]  btrfs_read_extent_buffer+0x98/0x150
[ 2559.306984]  read_tree_block+0x43/0xa0
[ 2559.306988]  read_block_for_search+0x266/0x370
[ 2559.307002]  btrfs_search_slot+0x351/0xd30
[ 2559.307014]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 2559.307019]  modify_free_space_bitmap+0xcc/0x3c0
[ 2559.307031]  add_to_free_space_tree+0x89/0xe0
[ 2559.307037]  __btrfs_free_extent+0x4a2/0x7c0
[ 2559.307048]  __btrfs_run_delayed_refs+0x303/0x1260
[ 2559.307066]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2559.307073]  btrfs_commit_transaction+0x93/0xed0
[ 2559.307086]  transaction_kthread+0x142/0x1b0
[ 2559.307093]  ? __pfx_transaction_kthread+0x10/0x10
[ 2559.307096]  kthread+0xf5/0x120
[ 2559.307100]  ? __pfx_kthread+0x10/0x10
[ 2559.307105]  ret_from_fork+0x2c/0x50
[ 2559.307118]  </TASK>
[ 2559.307121] irq event stamp: 21015423
[ 2559.307123] hardirqs last  enabled at (21015431): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2559.307128] hardirqs last disabled at (21015438): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2559.307131] softirqs last  enabled at (21014944): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2559.307135] softirqs last disabled at (21014933): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2559.307138] ---[ end trace 0000000000000000 ]---
[ 2583.417158] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2583.417191] [drm] PSP is resuming...
[ 2583.493225] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2583.594781] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2583.611469] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2583.611482] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2583.611492] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2583.611498] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2583.611556] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2583.665576] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2583.666957] [drm] DMUB hardware initialized: version=0x02020017
[ 2583.705223] [drm] kiq ring mec 2 pipe 1 q 0
[ 2583.709964] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2583.710225] [drm] JPEG decode initialized successfully.
[ 2583.710250] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2583.710253] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2583.710256] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2583.710258] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2583.710260] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2583.710262] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2583.710264] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2583.710267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2583.710269] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2583.710271] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2583.710273] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2583.710275] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2583.710277] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2583.710279] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2583.710282] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2583.710284] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2583.713845] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2613.369436] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2613.369480] [drm] PSP is resuming...
[ 2613.445673] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2613.548781] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2613.562610] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2613.562622] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2613.562632] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2613.562638] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2613.562699] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2613.617177] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2613.618572] [drm] DMUB hardware initialized: version=0x02020017
[ 2613.656384] [drm] kiq ring mec 2 pipe 1 q 0
[ 2613.661928] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2613.662092] [drm] JPEG decode initialized successfully.
[ 2613.662116] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2613.662120] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2613.662122] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2613.662125] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2613.662127] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2613.662129] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2613.662131] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2613.662134] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2613.662136] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2613.662138] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2613.662140] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2613.662142] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2613.662144] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2613.662146] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2613.662149] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2613.662151] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2613.666157] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2617.206057] ------------[ cut here ]------------
[ 2617.206070] WARNING: CPU: 8 PID: 9778 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2617.206083] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2617.206259]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2617.206351] CPU: 8 PID: 9778 Comm: kworker/u32:0 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2617.206358] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2617.206364] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2617.206371] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2617.206376] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2617.206379] RSP: 0018:ffffa7991a137860 EFLAGS: 00010246
[ 2617.206385] RAX: 0000000000000000 RBX: ffff8fa2c2ccb710 RCX: 0000000000000000
[ 2617.206388] RDX: 0000000000000000 RSI: ffff8fa2c2ccb690 RDI: ffffa7991a137888
[ 2617.206391] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2617.206394] R10: ffff8fa2c2ccb710 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2617.206397] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2617.206401] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 2617.206404] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2617.206407] CR2: 0000331a007d0000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2617.206411] PKRU: 55555554
[ 2617.206414] Call Trace:
[ 2617.206417]  <TASK>
[ 2617.206427]  submit_one_bio+0xd4/0xe0
[ 2617.206436]  submit_extent_page+0x142/0x550
[ 2617.206454]  read_extent_buffer_pages+0x584/0x9c0
[ 2617.206464]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2617.206471]  ? folio_unlock+0x1d/0x50
[ 2617.206480]  btrfs_read_extent_buffer+0x98/0x150
[ 2617.206488]  read_tree_block+0x43/0xa0
[ 2617.206493]  read_block_for_search+0x266/0x370
[ 2617.206511]  btrfs_search_slot+0x351/0xd30
[ 2617.206521]  ? lock_is_held_type+0xe8/0x140
[ 2617.206531]  btrfs_lookup_csum+0x63/0x150
[ 2617.206541]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2617.206546]  ? sched_clock_cpu+0x9f/0xc0
[ 2617.206553]  ? lock_release+0x14b/0x440
[ 2617.206561]  ? _raw_read_unlock+0x29/0x50
[ 2617.206570]  btrfs_finish_ordered_io+0x441/0x860
[ 2617.206588]  btrfs_work_helper+0xfe/0x400
[ 2617.206592]  ? lock_is_held_type+0xe8/0x140
[ 2617.206602]  process_one_work+0x294/0x5b0
[ 2617.206614]  worker_thread+0x4f/0x3a0
[ 2617.206621]  ? __pfx_worker_thread+0x10/0x10
[ 2617.206625]  kthread+0xf5/0x120
[ 2617.206629]  ? __pfx_kthread+0x10/0x10
[ 2617.206635]  ret_from_fork+0x2c/0x50
[ 2617.206651]  </TASK>
[ 2617.206654] irq event stamp: 4661343
[ 2617.206657] hardirqs last  enabled at (4661351): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2617.206662] hardirqs last disabled at (4661358): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2617.206666] softirqs last  enabled at (4660114): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 2617.206672] softirqs last disabled at (4660112): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 2617.206675] ---[ end trace 0000000000000000 ]---
[ 2643.417235] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2643.417278] [drm] PSP is resuming...
[ 2643.493335] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2643.595352] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2643.609149] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2643.609160] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2643.609170] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2643.609175] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2643.609235] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2643.663781] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2643.665083] [drm] DMUB hardware initialized: version=0x02020017
[ 2643.703130] [drm] kiq ring mec 2 pipe 1 q 0
[ 2643.708286] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2643.708493] [drm] JPEG decode initialized successfully.
[ 2643.708517] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2643.708521] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2643.708523] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2643.708525] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2643.708527] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2643.708529] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2643.708531] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2643.708533] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2643.708535] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2643.708537] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2643.708540] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2643.708542] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2643.708544] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2643.708546] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2643.708548] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2643.708550] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2643.712007] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2650.696423] ------------[ cut here ]------------
[ 2650.696433] WARNING: CPU: 9 PID: 10128 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2650.696441] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2650.696538]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2650.696605] CPU: 9 PID: 10128 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2650.696609] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2650.696612] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2650.696616] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2650.696619] RSP: 0018:ffffa79919f639a8 EFLAGS: 00010246
[ 2650.696623] RAX: 0000000000000000 RBX: ffff8f973b4fd790 RCX: 0000000000000000
[ 2650.696626] RDX: 0000000000000000 RSI: ffff8f973b4fd710 RDI: ffffa79919f639d0
[ 2650.696629] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2650.696631] R10: ffff8f973b4fd790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2650.696634] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2650.696637] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000bf2ffb40
[ 2650.696640] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2650.696643] CR2: 00002948269ef1c0 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2650.696645] PKRU: 55555554
[ 2650.696648] Call Trace:
[ 2650.696651]  <TASK>
[ 2650.696659]  submit_one_bio+0xd4/0xe0
[ 2650.696667]  submit_extent_page+0x142/0x550
[ 2650.696683]  read_extent_buffer_pages+0x584/0x9c0
[ 2650.696692]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2650.696697]  ? folio_unlock+0x1d/0x50
[ 2650.696706]  btrfs_read_extent_buffer+0x98/0x150
[ 2650.696712]  read_tree_block+0x43/0xa0
[ 2650.696717]  read_block_for_search+0x266/0x370
[ 2650.696731]  btrfs_search_slot+0x351/0xd30
[ 2650.696740]  ? btrfs_readdir_get_delayed_items+0x132/0x1b0
[ 2650.696783]  btrfs_real_readdir+0x14a/0x470
[ 2650.696790]  ? lock_is_held_type+0xe8/0x140
[ 2650.696800]  ? find_held_lock+0x32/0x90
[ 2650.696821]  iterate_dir+0x183/0x1d0
[ 2650.696833]  __ia32_sys_getdents64+0x77/0x120
[ 2650.696839]  ? __pfx_filldir64+0x10/0x10
[ 2650.696847]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2650.696858]  __do_fast_syscall_32+0x88/0xf0
[ 2650.696866]  ? __do_fast_syscall_32+0x94/0xf0
[ 2650.696872]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2650.696880]  ? __do_fast_syscall_32+0x94/0xf0
[ 2650.696886]  ? __do_fast_syscall_32+0x94/0xf0
[ 2650.696896]  do_fast_syscall_32+0x2f/0x70
[ 2650.696904]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2650.696912] RIP: 0023:0xf7fc0579
[ 2650.696937] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2650.696942] RSP: 002b:00000000bf2fd194 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2650.696949] RAX: ffffffffffffffda RBX: 0000000000000058 RCX: 00000000cd3e0d6c
[ 2650.696954] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2650.696958] RBP: 00000000ffffeb38 R08: 00000000bf2fd194 R09: 0000000000000000
[ 2650.696963] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2650.696967] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2650.696988]  </TASK>
[ 2650.696992] irq event stamp: 2085
[ 2650.696997] hardirqs last  enabled at (2093): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2650.697003] hardirqs last disabled at (2100): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2650.697009] softirqs last  enabled at (1888): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2650.697015] softirqs last disabled at (1881): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2650.697021] ---[ end trace 0000000000000000 ]---
[ 2673.450150] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2673.450183] [drm] PSP is resuming...
[ 2673.527248] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2673.627596] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2673.641474] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2673.641484] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2673.641492] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2673.641496] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2673.641550] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2673.696402] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2673.697780] [drm] DMUB hardware initialized: version=0x02020017
[ 2673.736319] [drm] kiq ring mec 2 pipe 1 q 0
[ 2673.741668] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2673.741832] [drm] JPEG decode initialized successfully.
[ 2673.741862] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2673.741867] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2673.741871] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2673.741876] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2673.741880] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2673.741884] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2673.741889] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2673.741893] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2673.741897] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2673.741902] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2673.741907] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2673.741912] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2673.741917] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2673.741922] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2673.741927] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2673.741931] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2673.745643] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2682.226756] ------------[ cut here ]------------
[ 2682.226894] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2682.226902] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2682.227000]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2682.227067] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2682.227071] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2682.227073] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2682.227077] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2682.227080] RSP: 0018:ffffa7990487f830 EFLAGS: 00010246
[ 2682.227084] RAX: 0000000000000000 RBX: ffff8f9d5e3d95d0 RCX: 0000000000000000
[ 2682.227087] RDX: 0000000000000000 RSI: ffff8f9d5e3d9550 RDI: ffffa7990487f858
[ 2682.227090] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2682.227092] R10: ffff8f9d5e3d95d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2682.227095] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2682.227097] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 2682.227100] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2682.227103] CR2: 00002f02002b0000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2682.227105] PKRU: 55555554
[ 2682.227108] Call Trace:
[ 2682.227110]  <TASK>
[ 2682.227119]  submit_one_bio+0xd4/0xe0
[ 2682.227126]  submit_extent_page+0x142/0x550
[ 2682.227141]  read_extent_buffer_pages+0x584/0x9c0
[ 2682.227149]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2682.227154]  ? folio_unlock+0x1d/0x50
[ 2682.227161]  btrfs_read_extent_buffer+0x98/0x150
[ 2682.227168]  read_tree_block+0x43/0xa0
[ 2682.227172]  btrfs_read_node_slot+0x154/0x1a0
[ 2682.227182]  push_leaf_right+0xa8/0x1e0
[ 2682.227191]  split_leaf+0x3bd/0x670
[ 2682.227194]  ? lock_is_held_type+0xe8/0x140
[ 2682.227202]  ? leaf_space_used+0xae/0xd0
[ 2682.227211]  btrfs_search_slot+0xc4e/0xd30
[ 2682.227223]  btrfs_insert_empty_items+0x31/0x70
[ 2682.227227]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 2682.227244]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2682.227251]  btrfs_commit_transaction+0x93/0xed0
[ 2682.227263]  transaction_kthread+0x142/0x1b0
[ 2682.227270]  ? __pfx_transaction_kthread+0x10/0x10
[ 2682.227273]  kthread+0xf5/0x120
[ 2682.227277]  ? __pfx_kthread+0x10/0x10
[ 2682.227282]  ret_from_fork+0x2c/0x50
[ 2682.227294]  </TASK>
[ 2682.227297] irq event stamp: 21562061
[ 2682.227299] hardirqs last  enabled at (21562069): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2682.227304] hardirqs last disabled at (21562076): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2682.227307] softirqs last  enabled at (21558052): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2682.227311] softirqs last disabled at (21558045): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2682.227314] ---[ end trace 0000000000000000 ]---
[ 2682.227996] ------------[ cut here ]------------
[ 2682.228063] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2682.228068] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2682.228155]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2682.228214] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2682.228218] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2682.228221] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2682.228224] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2682.228227] RSP: 0018:ffffa7990487f830 EFLAGS: 00010246
[ 2682.228231] RAX: 0000000000000000 RBX: ffff8f9d5e3da750 RCX: 0000000000000000
[ 2682.228233] RDX: 0000000000000000 RSI: ffff8f9d5e3da6d0 RDI: ffffa7990487f858
[ 2682.228236] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2682.228238] R10: ffff8f9d5e3da750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2682.228241] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2682.228243] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 2682.228246] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2682.228248] CR2: 00002f02002b0000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2682.228251] PKRU: 55555554
[ 2682.228253] Call Trace:
[ 2682.228256]  <TASK>
[ 2682.228262]  submit_one_bio+0xd4/0xe0
[ 2682.228269]  submit_extent_page+0x142/0x550
[ 2682.228283]  read_extent_buffer_pages+0x584/0x9c0
[ 2682.228291]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2682.228296]  ? folio_unlock+0x1d/0x50
[ 2682.228302]  btrfs_read_extent_buffer+0x98/0x150
[ 2682.228309]  read_tree_block+0x43/0xa0
[ 2682.228313]  btrfs_read_node_slot+0x154/0x1a0
[ 2682.228323]  push_leaf_right+0xa8/0x1e0
[ 2682.228331]  split_leaf+0x3bd/0x670
[ 2682.228338]  ? leaf_space_used+0xae/0xd0
[ 2682.228346]  btrfs_search_slot+0xc4e/0xd30
[ 2682.228358]  btrfs_insert_empty_items+0x31/0x70
[ 2682.228363]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 2682.228379]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2682.228386]  btrfs_commit_transaction+0x93/0xed0
[ 2682.228398]  transaction_kthread+0x142/0x1b0
[ 2682.228404]  ? __pfx_transaction_kthread+0x10/0x10
[ 2682.228408]  kthread+0xf5/0x120
[ 2682.228410]  ? __pfx_kthread+0x10/0x10
[ 2682.228415]  ret_from_fork+0x2c/0x50
[ 2682.228427]  </TASK>
[ 2682.228430] irq event stamp: 21563637
[ 2682.228432] hardirqs last  enabled at (21563645): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2682.228435] hardirqs last disabled at (21563652): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2682.228438] softirqs last  enabled at (21562338): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2682.228442] softirqs last disabled at (21562331): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2682.228444] ---[ end trace 0000000000000000 ]---
[ 2703.425165] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2703.425201] [drm] PSP is resuming...
[ 2703.501230] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2703.603782] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2703.617610] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2703.617622] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2703.617631] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2703.617637] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2703.617695] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2703.672477] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2703.673854] [drm] DMUB hardware initialized: version=0x02020017
[ 2703.711916] [drm] kiq ring mec 2 pipe 1 q 0
[ 2703.717137] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2703.717385] [drm] JPEG decode initialized successfully.
[ 2703.717411] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2703.717417] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2703.717422] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2703.717426] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2703.717430] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2703.717434] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2703.717438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2703.717442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2703.717445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2703.717450] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2703.717454] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2703.717458] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2703.717462] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2703.717466] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2703.717470] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2703.717474] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2703.721063] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2733.505168] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2733.505200] [drm] PSP is resuming...
[ 2733.582782] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2733.685895] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2733.699722] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2733.699734] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2733.699758] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2733.699764] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2733.699847] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2733.754455] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2733.755855] [drm] DMUB hardware initialized: version=0x02020017
[ 2733.794845] [drm] kiq ring mec 2 pipe 1 q 0
[ 2733.800575] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2733.800762] [drm] JPEG decode initialized successfully.
[ 2733.800787] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2733.800790] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2733.800792] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2733.800795] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2733.800797] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2733.800799] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2733.800801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2733.800803] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2733.800805] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2733.800807] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2733.800810] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2733.800812] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2733.800814] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2733.800816] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2733.800819] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2733.800821] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2733.804740] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2763.521153] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2763.521186] [drm] PSP is resuming...
[ 2763.597145] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2763.697615] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2763.711799] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2763.711809] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2763.711816] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2763.711820] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2763.711874] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2763.765656] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2763.767068] [drm] DMUB hardware initialized: version=0x02020017
[ 2763.806585] [drm] kiq ring mec 2 pipe 1 q 0
[ 2763.811950] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2763.812189] [drm] JPEG decode initialized successfully.
[ 2763.812218] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2763.812224] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2763.812228] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2763.812232] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2763.812236] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2763.812240] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2763.812244] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2763.812248] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2763.812252] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2763.812257] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2763.812261] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2763.812265] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2763.812269] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2763.812273] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2763.812277] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2763.812281] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2763.815867] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2793.537161] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2793.537194] [drm] PSP is resuming...
[ 2793.613117] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2793.714416] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2793.728259] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2793.728273] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2793.728283] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2793.728290] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2793.728348] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2793.783399] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2793.784795] [drm] DMUB hardware initialized: version=0x02020017
[ 2793.823089] [drm] kiq ring mec 2 pipe 1 q 0
[ 2793.828387] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2793.828544] [drm] JPEG decode initialized successfully.
[ 2793.828576] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2793.828582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2793.828586] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2793.828591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2793.828595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2793.828600] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2793.828605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2793.828609] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2793.828613] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2793.828618] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2793.828623] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2793.828628] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2793.828632] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2793.828636] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2793.828641] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2793.828646] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2793.832546] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2807.865171] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2807.865203] [drm] PSP is resuming...
[ 2807.941113] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2808.042888] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2808.056891] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2808.056899] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2808.056907] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2808.056911] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2808.056966] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2808.111484] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2808.112860] [drm] DMUB hardware initialized: version=0x02020017
[ 2808.151137] [drm] kiq ring mec 2 pipe 1 q 0
[ 2808.155926] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2808.156220] [drm] JPEG decode initialized successfully.
[ 2808.156244] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2808.156247] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2808.156250] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2808.156252] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2808.156254] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2808.156256] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2808.156258] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2808.156260] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2808.156262] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2808.156264] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2808.156266] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2808.156268] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2808.156270] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2808.156272] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2808.156274] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2808.156276] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2808.159832] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2823.570332] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2823.570376] [drm] PSP is resuming...
[ 2823.646338] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2823.749008] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2823.762776] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2823.762785] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2823.762793] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2823.762797] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2823.762876] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2823.817521] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2823.818894] [drm] DMUB hardware initialized: version=0x02020017
[ 2823.857219] [drm] kiq ring mec 2 pipe 1 q 0
[ 2823.862095] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2823.862334] [drm] JPEG decode initialized successfully.
[ 2823.862358] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2823.862362] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2823.862364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2823.862367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2823.862369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2823.862371] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2823.862373] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2823.862375] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2823.862378] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2823.862380] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2823.862382] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2823.862385] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2823.862387] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2823.862389] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2823.862391] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2823.862393] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2823.866681] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2837.321024] ------------[ cut here ]------------
[ 2837.321032] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2837.321040] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2837.321131]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2837.321193] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2837.321197] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2837.321200] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2837.321204] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2837.321207] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 2837.321211] RAX: 0000000000000000 RBX: ffff8f97252280d0 RCX: 0000000000000000
[ 2837.321213] RDX: 0000000000000000 RSI: ffff8f9725228050 RDI: ffffa7990487f780
[ 2837.321216] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2837.321218] R10: ffff8f97252280d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2837.321220] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2837.321223] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 2837.321226] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2837.321228] CR2: 00000000c78fe000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 2837.321231] PKRU: 55555554
[ 2837.321233] Call Trace:
[ 2837.321236]  <TASK>
[ 2837.321243]  submit_one_bio+0xd4/0xe0
[ 2837.321251]  submit_extent_page+0x142/0x550
[ 2837.321265]  read_extent_buffer_pages+0x584/0x9c0
[ 2837.321273]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2837.321278]  ? folio_unlock+0x1d/0x50
[ 2837.321285]  btrfs_read_extent_buffer+0x98/0x150
[ 2837.321292]  read_tree_block+0x43/0xa0
[ 2837.321296]  read_block_for_search+0x266/0x370
[ 2837.321311]  btrfs_search_slot+0x351/0xd30
[ 2837.321320]  ? _raw_read_unlock+0x29/0x50
[ 2837.321327]  lookup_inline_extent_backref+0x15c/0x6e0
[ 2837.321334]  ? lock_is_held_type+0xe8/0x140
[ 2837.321342]  lookup_extent_backref+0x41/0xd0
[ 2837.321350]  __btrfs_free_extent+0xfb/0x7c0
[ 2837.321357]  ? sched_clock_cpu+0x20/0xc0
[ 2837.321366]  __btrfs_run_delayed_refs+0x303/0x1260
[ 2837.321382]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2837.321389]  btrfs_commit_transaction+0x93/0xed0
[ 2837.321401]  transaction_kthread+0x142/0x1b0
[ 2837.321408]  ? __pfx_transaction_kthread+0x10/0x10
[ 2837.321411]  kthread+0xf5/0x120
[ 2837.321415]  ? __pfx_kthread+0x10/0x10
[ 2837.321419]  ret_from_fork+0x2c/0x50
[ 2837.321432]  </TASK>
[ 2837.321434] irq event stamp: 22141721
[ 2837.321436] hardirqs last  enabled at (22141729): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2837.321441] hardirqs last disabled at (22141736): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2837.321444] softirqs last  enabled at (22140030): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2837.321448] softirqs last disabled at (22140023): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2837.321450] ---[ end trace 0000000000000000 ]---
[ 2853.609224] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2853.609270] [drm] PSP is resuming...
[ 2853.685354] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2853.786778] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2853.800585] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2853.800595] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2853.800602] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2853.800606] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2853.800659] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2853.855707] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2853.857140] [drm] DMUB hardware initialized: version=0x02020017
[ 2853.895283] [drm] kiq ring mec 2 pipe 1 q 0
[ 2853.900722] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2853.900912] [drm] JPEG decode initialized successfully.
[ 2853.900943] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2853.900949] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2853.900953] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2853.900958] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2853.900962] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2853.900966] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2853.900970] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2853.900974] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2853.900979] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2853.900983] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2853.900987] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2853.900992] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2853.900996] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2853.901000] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2853.901004] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2853.901009] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2853.904839] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2873.674506] ------------[ cut here ]------------
[ 2873.674518] WARNING: CPU: 1 PID: 4166 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2873.674529] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2873.674705]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2873.674847] CPU: 1 PID: 4166 Comm: kworker/u32:17 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2873.674853] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2873.674859] Workqueue: btrfs-endio-write btrfs_work_helper
[ 2873.674868] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2873.674874] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2873.674880] RSP: 0018:ffffa79906f6b860 EFLAGS: 00010246
[ 2873.674887] RAX: 0000000000000000 RBX: ffff8f9d683a9250 RCX: 0000000000000000
[ 2873.674892] RDX: 0000000000000000 RSI: ffff8f9d683a91d0 RDI: ffffa79906f6b888
[ 2873.674896] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2873.674900] R10: ffff8f9d683a9250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2873.674905] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2873.674910] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0000) knlGS:0000000000000000
[ 2873.674915] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2873.674919] CR2: 00000000bf1fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2873.674924] PKRU: 55555554
[ 2873.674929] Call Trace:
[ 2873.674934]  <TASK>
[ 2873.674947]  submit_one_bio+0xd4/0xe0
[ 2873.674959]  submit_extent_page+0x142/0x550
[ 2873.674985]  read_extent_buffer_pages+0x584/0x9c0
[ 2873.675000]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2873.675009]  ? folio_unlock+0x1d/0x50
[ 2873.675021]  btrfs_read_extent_buffer+0x98/0x150
[ 2873.675033]  read_tree_block+0x43/0xa0
[ 2873.675041]  read_block_for_search+0x266/0x370
[ 2873.675065]  btrfs_search_slot+0x351/0xd30
[ 2873.675080]  ? lock_is_held_type+0xe8/0x140
[ 2873.675093]  btrfs_lookup_csum+0x63/0x150
[ 2873.675107]  btrfs_csum_file_blocks+0x197/0x6c0
[ 2873.675114]  ? sched_clock_cpu+0x9f/0xc0
[ 2873.675123]  ? lock_release+0x14b/0x440
[ 2873.675135]  ? _raw_read_unlock+0x29/0x50
[ 2873.675147]  btrfs_finish_ordered_io+0x441/0x860
[ 2873.675174]  btrfs_work_helper+0xfe/0x400
[ 2873.675181]  ? lock_is_held_type+0xe8/0x140
[ 2873.675194]  process_one_work+0x294/0x5b0
[ 2873.675212]  worker_thread+0x4f/0x3a0
[ 2873.675223]  ? __pfx_worker_thread+0x10/0x10
[ 2873.675228]  kthread+0xf5/0x120
[ 2873.675234]  ? __pfx_kthread+0x10/0x10
[ 2873.675243]  ret_from_fork+0x2c/0x50
[ 2873.675267]  </TASK>
[ 2873.675271] irq event stamp: 61107481
[ 2873.675276] hardirqs last  enabled at (61107489): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2873.675282] hardirqs last disabled at (61107496): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2873.675288] softirqs last  enabled at (61106906): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2873.675294] softirqs last disabled at (61106899): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2873.675299] ---[ end trace 0000000000000000 ]---
[ 2883.593223] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2883.593266] [drm] PSP is resuming...
[ 2883.669129] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2883.769555] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2883.783362] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2883.783372] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2883.783380] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2883.783384] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2883.783437] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2883.837624] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2883.839021] [drm] DMUB hardware initialized: version=0x02020017
[ 2883.877794] [drm] kiq ring mec 2 pipe 1 q 0
[ 2883.883429] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2883.883592] [drm] JPEG decode initialized successfully.
[ 2883.883616] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2883.883619] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2883.883621] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2883.883624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2883.883626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2883.883628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2883.883630] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2883.883632] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2883.883634] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2883.883636] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2883.883638] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2883.883641] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2883.883643] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2883.883645] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2883.883647] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2883.883649] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2883.887571] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2889.226515] ------------[ cut here ]------------
[ 2889.226525] WARNING: CPU: 12 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2889.226533] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2889.226632]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2889.226701] CPU: 12 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2889.226705] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2889.226708] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2889.226712] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2889.226715] RSP: 0018:ffffa79913937978 EFLAGS: 00010246
[ 2889.226720] RAX: 0000000000000000 RBX: ffff8f9b0b9c15d0 RCX: 0000000000000000
[ 2889.226723] RDX: 0000000000000000 RSI: ffff8f9b0b9c1550 RDI: ffffa799139379a0
[ 2889.226726] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2889.226728] R10: ffff8f9b0b9c15d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2889.226731] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2889.226734] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000c3ffbb40
[ 2889.226737] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2889.226740] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2889.226761] PKRU: 55555554
[ 2889.226764] Call Trace:
[ 2889.226767]  <TASK>
[ 2889.226775]  submit_one_bio+0xd4/0xe0
[ 2889.226784]  submit_extent_page+0x142/0x550
[ 2889.226800]  read_extent_buffer_pages+0x584/0x9c0
[ 2889.226809]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2889.226814]  ? folio_unlock+0x1d/0x50
[ 2889.226822]  btrfs_read_extent_buffer+0x98/0x150
[ 2889.226829]  read_tree_block+0x43/0xa0
[ 2889.226834]  read_block_for_search+0x266/0x370
[ 2889.226849]  btrfs_search_slot+0x351/0xd30
[ 2889.226859]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2889.226866]  btrfs_real_readdir+0x14a/0x470
[ 2889.226871]  ? lock_is_held_type+0xe8/0x140
[ 2889.226878]  ? find_held_lock+0x32/0x90
[ 2889.226891]  iterate_dir+0x183/0x1d0
[ 2889.226899]  __ia32_sys_getdents64+0x77/0x120
[ 2889.226903]  ? __pfx_filldir64+0x10/0x10
[ 2889.226909]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2889.226916]  __do_fast_syscall_32+0x88/0xf0
[ 2889.226924]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.226929]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2889.226933]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.226937]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.226943]  do_fast_syscall_32+0x2f/0x70
[ 2889.226948]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2889.226953] RIP: 0023:0xf7fc0579
[ 2889.226975] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2889.226978] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2889.226983] RAX: ffffffffffffffda RBX: 000000000000007d RCX: 00000000d8fddedc
[ 2889.226985] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2889.226988] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2889.226991] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2889.226993] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2889.227006]  </TASK>
[ 2889.227008] irq event stamp: 48643913
[ 2889.227011] hardirqs last  enabled at (48643921): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2889.227016] hardirqs last disabled at (48643928): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2889.227019] softirqs last  enabled at (48636850): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2889.227024] softirqs last disabled at (48636841): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2889.227027] ---[ end trace 0000000000000000 ]---
[ 2889.232935] ------------[ cut here ]------------
[ 2889.232941] WARNING: CPU: 12 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2889.232946] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2889.233035]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2889.233089] CPU: 12 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2889.233092] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2889.233094] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2889.233097] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2889.233100] RSP: 0018:ffffa799139379c8 EFLAGS: 00010246
[ 2889.233103] RAX: 0000000000000000 RBX: ffff8f9b0b9c3e10 RCX: 0000000000000000
[ 2889.233105] RDX: 0000000000000000 RSI: ffff8f9b0b9c3d90 RDI: ffffa799139379f0
[ 2889.233107] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2889.233109] R10: ffff8f9b0b9c3e10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2889.233112] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2889.233114] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000c3ffbb40
[ 2889.233116] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2889.233119] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2889.233121] PKRU: 55555554
[ 2889.233123] Call Trace:
[ 2889.233125]  <TASK>
[ 2889.233131]  submit_one_bio+0xd4/0xe0
[ 2889.233138]  submit_extent_page+0x142/0x550
[ 2889.233150]  read_extent_buffer_pages+0x584/0x9c0
[ 2889.233157]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2889.233162]  ? folio_unlock+0x1d/0x50
[ 2889.233168]  btrfs_read_extent_buffer+0x98/0x150
[ 2889.233174]  read_tree_block+0x43/0xa0
[ 2889.233178]  read_block_for_search+0x266/0x370
[ 2889.233189]  btrfs_search_slot+0x351/0xd30
[ 2889.233196]  ? btrfs_readdir_get_delayed_items+0x28/0x1b0
[ 2889.233202]  btrfs_real_readdir+0x14a/0x470
[ 2889.233205]  ? lock_is_held_type+0xe8/0x140
[ 2889.233211]  ? find_held_lock+0x32/0x90
[ 2889.233221]  iterate_dir+0x183/0x1d0
[ 2889.233228]  __ia32_sys_getdents64+0x77/0x120
[ 2889.233232]  ? __pfx_filldir64+0x10/0x10
[ 2889.233236]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2889.233242]  __do_fast_syscall_32+0x88/0xf0
[ 2889.233246]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.233249]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.233252]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.233255]  ? __do_fast_syscall_32+0x94/0xf0
[ 2889.233259]  do_fast_syscall_32+0x2f/0x70
[ 2889.233263]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2889.233267] RIP: 0023:0xf7fc0579
[ 2889.233281] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2889.233283] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2889.233287] RAX: ffffffffffffffda RBX: 000000000000007d RCX: 00000000d8fddedc
[ 2889.233289] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2889.233291] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2889.233293] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2889.233295] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2889.233305]  </TASK>
[ 2889.233307] irq event stamp: 48661177
[ 2889.233309] hardirqs last  enabled at (48661185): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2889.233313] hardirqs last disabled at (48661192): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2889.233316] softirqs last  enabled at (48653680): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2889.233319] softirqs last disabled at (48653673): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2889.233322] ---[ end trace 0000000000000000 ]---
[ 2898.376154] ------------[ cut here ]------------
[ 2898.376291] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2898.376298] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2898.376402]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2898.376473] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2898.376477] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2898.376480] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2898.376484] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2898.376487] RSP: 0018:ffffa7990487f830 EFLAGS: 00010246
[ 2898.376492] RAX: 0000000000000000 RBX: ffff8f9e67f980d0 RCX: 0000000000000000
[ 2898.376494] RDX: 0000000000000000 RSI: ffff8f9e67f98050 RDI: ffffa7990487f858
[ 2898.376497] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2898.376500] R10: ffff8f9e67f980d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2898.376502] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2898.376505] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 2898.376508] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2898.376511] CR2: 000001490042d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2898.376513] PKRU: 55555554
[ 2898.376516] Call Trace:
[ 2898.376519]  <TASK>
[ 2898.376527]  submit_one_bio+0xd4/0xe0
[ 2898.376535]  submit_extent_page+0x142/0x550
[ 2898.376551]  read_extent_buffer_pages+0x584/0x9c0
[ 2898.376560]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2898.376565]  ? folio_unlock+0x1d/0x50
[ 2898.376573]  btrfs_read_extent_buffer+0x98/0x150
[ 2898.376579]  read_tree_block+0x43/0xa0
[ 2898.376584]  btrfs_read_node_slot+0x154/0x1a0
[ 2898.376595]  push_leaf_right+0xa8/0x1e0
[ 2898.376604]  split_leaf+0x3bd/0x670
[ 2898.376611]  ? leaf_space_used+0xae/0xd0
[ 2898.376620]  btrfs_search_slot+0xc4e/0xd30
[ 2898.376633]  btrfs_insert_empty_items+0x31/0x70
[ 2898.376638]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 2898.376656]  btrfs_run_delayed_refs+0x89/0x1d0
[ 2898.376664]  btrfs_commit_transaction+0x46e/0xed0
[ 2898.376677]  transaction_kthread+0x142/0x1b0
[ 2898.376684]  ? __pfx_transaction_kthread+0x10/0x10
[ 2898.376687]  kthread+0xf5/0x120
[ 2898.376692]  ? __pfx_kthread+0x10/0x10
[ 2898.376697]  ret_from_fork+0x2c/0x50
[ 2898.376711]  </TASK>
[ 2898.376713] irq event stamp: 22551097
[ 2898.376716] hardirqs last  enabled at (22551105): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2898.376720] hardirqs last disabled at (22551112): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2898.376724] softirqs last  enabled at (22548772): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2898.376728] softirqs last disabled at (22548731): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2898.376731] ---[ end trace 0000000000000000 ]---
[ 2913.601156] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2913.601193] [drm] PSP is resuming...
[ 2913.677226] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2913.777558] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2913.792626] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2913.792641] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2913.792650] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2913.792657] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2913.792759] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2913.847360] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2913.848741] [drm] DMUB hardware initialized: version=0x02020017
[ 2913.887128] [drm] kiq ring mec 2 pipe 1 q 0
[ 2913.891910] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2913.892214] [drm] JPEG decode initialized successfully.
[ 2913.892238] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2913.892242] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2913.892244] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2913.892247] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2913.892249] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2913.892251] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2913.892253] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2913.892255] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2913.892257] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2913.892260] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2913.892262] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2913.892264] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2913.892266] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2913.892268] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2913.892270] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2913.892273] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2913.900812] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2943.642180] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2943.642232] [drm] PSP is resuming...
[ 2943.718235] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2943.818779] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2943.832633] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2943.832645] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2943.832654] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2943.832660] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2943.832719] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2943.887572] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2943.888997] [drm] DMUB hardware initialized: version=0x02020017
[ 2943.927398] [drm] kiq ring mec 2 pipe 1 q 0
[ 2943.932521] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2943.932685] [drm] JPEG decode initialized successfully.
[ 2943.932710] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2943.932713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2943.932716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2943.932718] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2943.932720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2943.932722] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2943.932724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2943.932726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2943.932728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2943.932730] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2943.932732] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2943.932734] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2943.932736] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2943.932739] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2943.932759] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2943.932761] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2943.936676] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2951.057206] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2951.057248] [drm] PSP is resuming...
[ 2951.133334] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2951.234446] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2951.248264] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2951.248276] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2951.248285] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2951.248291] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2951.248353] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2951.303639] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2951.305056] [drm] DMUB hardware initialized: version=0x02020017
[ 2951.343787] [drm] kiq ring mec 2 pipe 1 q 0
[ 2951.350658] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2951.350817] [drm] JPEG decode initialized successfully.
[ 2951.350842] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2951.350846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2951.350848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2951.350851] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2951.350853] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2951.350855] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2951.350857] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2951.350859] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2951.350861] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2951.350864] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2951.350866] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2951.350868] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2951.350870] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2951.350872] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2951.350874] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2951.350877] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2951.354939] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 2963.805899] ------------[ cut here ]------------
[ 2963.805911] WARNING: CPU: 10 PID: 4386 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 2963.805921] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 2963.806067]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 2963.806169] CPU: 10 PID: 4386 Comm: Steam - DirWatc Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 2963.806175] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 2963.806179] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 2963.806182] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 2963.806185] RSP: 0018:ffffa79913937940 EFLAGS: 00010246
[ 2963.806189] RAX: 0000000000000000 RBX: ffff8fa2c2cca590 RCX: 0000000000000000
[ 2963.806191] RDX: 0000000000000000 RSI: ffff8fa2c2cca510 RDI: ffffa79913937968
[ 2963.806194] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 2963.806196] R10: ffff8fa2c2cca590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 2963.806198] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 2963.806200] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000c3ffbb40
[ 2963.806203] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 2963.806205] CR2: 00000000bf0fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 2963.806208] PKRU: 55555554
[ 2963.806210] Call Trace:
[ 2963.806213]  <TASK>
[ 2963.806220]  submit_one_bio+0xd4/0xe0
[ 2963.806227]  submit_extent_page+0x142/0x550
[ 2963.806240]  read_extent_buffer_pages+0x584/0x9c0
[ 2963.806247]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 2963.806252]  ? folio_unlock+0x1d/0x50
[ 2963.806258]  btrfs_read_extent_buffer+0x98/0x150
[ 2963.806264]  read_tree_block+0x43/0xa0
[ 2963.806268]  read_block_for_search+0x266/0x370
[ 2963.806280]  btrfs_next_old_leaf+0x2e5/0x420
[ 2963.806288]  btrfs_get_next_valid_item+0x56/0x90
[ 2963.806292]  btrfs_real_readdir+0x2a4/0x470
[ 2963.806304]  iterate_dir+0x183/0x1d0
[ 2963.806311]  __ia32_sys_getdents64+0x77/0x120
[ 2963.806314]  ? __pfx_filldir64+0x10/0x10
[ 2963.806319]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 2963.806326]  __do_fast_syscall_32+0x88/0xf0
[ 2963.806331]  ? __do_fast_syscall_32+0x94/0xf0
[ 2963.806336]  ? __do_fast_syscall_32+0x94/0xf0
[ 2963.806340]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2963.806343]  ? __do_fast_syscall_32+0x94/0xf0
[ 2963.806347]  ? __do_fast_syscall_32+0x94/0xf0
[ 2963.806350]  ? lockdep_hardirqs_on+0x7d/0x100
[ 2963.806354]  ? __do_fast_syscall_32+0x94/0xf0
[ 2963.806357]  ? __do_fast_syscall_32+0x94/0xf0
[ 2963.806362]  do_fast_syscall_32+0x2f/0x70
[ 2963.806366]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 2963.806370] RIP: 0023:0xf7fc0579
[ 2963.806394] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 2963.806397] RSP: 002b:00000000c3ff7854 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 2963.806400] RAX: ffffffffffffffda RBX: 0000000000000084 RCX: 00000000d8fddedc
[ 2963.806402] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 2963.806404] RBP: 00000000ffffeb38 R08: 00000000c3ff7854 R09: 0000000000000000
[ 2963.806406] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 2963.806408] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 2963.806419]  </TASK>
[ 2963.806421] irq event stamp: 49937603
[ 2963.806423] hardirqs last  enabled at (49937611): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 2963.806427] hardirqs last disabled at (49937618): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 2963.806430] softirqs last  enabled at (49934566): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2963.806434] softirqs last disabled at (49934561): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 2963.806436] ---[ end trace 0000000000000000 ]---
[ 2973.673242] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 2973.673286] [drm] PSP is resuming...
[ 2973.749963] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 2973.850116] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 2973.864290] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 2973.864306] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 2973.864316] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 2973.864325] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 2973.864385] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 2973.919420] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 2973.920827] [drm] DMUB hardware initialized: version=0x02020017
[ 2973.959134] [drm] kiq ring mec 2 pipe 1 q 0
[ 2973.963794] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 2973.964280] [drm] JPEG decode initialized successfully.
[ 2973.964304] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 2973.964307] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 2973.964310] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 2973.964312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 2973.964314] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 2973.964316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 2973.964318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 2973.964320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 2973.964322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 2973.964325] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 2973.964327] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 2973.964329] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 2973.964331] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 2973.964333] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 2973.964335] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 2973.964337] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 2973.975720] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3003.721184] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3003.721220] [drm] PSP is resuming...
[ 3003.797245] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3003.900236] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3003.914000] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3003.914008] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3003.914015] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3003.914020] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3003.914075] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3003.968611] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3003.970045] [drm] DMUB hardware initialized: version=0x02020017
[ 3004.008304] [drm] kiq ring mec 2 pipe 1 q 0
[ 3004.013116] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3004.013330] [drm] JPEG decode initialized successfully.
[ 3004.013360] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3004.013366] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3004.013370] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3004.013374] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3004.013378] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3004.013382] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3004.013386] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3004.013389] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3004.013393] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3004.013398] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3004.013402] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3004.013406] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3004.013410] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3004.013414] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3004.013418] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3004.013422] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3004.016912] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3033.729197] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3033.729234] [drm] PSP is resuming...
[ 3033.805250] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3033.905453] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3033.919493] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3033.919507] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3033.919516] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3033.919523] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3033.919581] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3033.973599] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3033.974996] [drm] DMUB hardware initialized: version=0x02020017
[ 3034.013392] [drm] kiq ring mec 2 pipe 1 q 0
[ 3034.018506] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3034.018670] [drm] JPEG decode initialized successfully.
[ 3034.018696] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3034.018699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3034.018702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3034.018704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3034.018706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3034.018709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3034.018711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3034.018713] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3034.018715] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3034.018717] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3034.018720] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3034.018722] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3034.018724] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3034.018726] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3034.018729] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3034.018731] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3034.022660] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3063.705150] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3063.705185] [drm] PSP is resuming...
[ 3063.781116] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3063.882675] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3063.896482] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3063.896493] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3063.896501] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3063.896505] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3063.896559] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3063.951454] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3063.952860] [drm] DMUB hardware initialized: version=0x02020017
[ 3063.990804] [drm] kiq ring mec 2 pipe 1 q 0
[ 3063.995943] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3063.996183] [drm] JPEG decode initialized successfully.
[ 3063.996207] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3063.996211] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3063.996214] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3063.996216] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3063.996218] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3063.996220] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3063.996223] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3063.996225] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3063.996227] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3063.996229] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3063.996231] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3063.996233] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3063.996235] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3063.996237] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3063.996240] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3063.996242] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3064.003834] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3068.722332] ------------[ cut here ]------------
[ 3068.722424] WARNING: CPU: 14 PID: 697 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3068.722434] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3068.722588]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3068.722693] CPU: 14 PID: 697 Comm: kworker/u32:8 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3068.722699] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3068.722703] Workqueue: writeback wb_workfn (flush-btrfs-1)
[ 3068.722713] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3068.722719] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3068.722724] RSP: 0018:ffffa79901b8f318 EFLAGS: 00010246
[ 3068.722730] RAX: 0000000000000000 RBX: ffff8f9d683aba90 RCX: 0000000000000000
[ 3068.722735] RDX: 0000000000000000 RSI: ffff8f9d683aba10 RDI: ffffa79901b8f340
[ 3068.722739] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3068.722759] R10: ffff8f9d683aba90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3068.722763] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3068.722768] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 3068.722772] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3068.722776] CR2: 00000000b75fe000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 3068.722781] PKRU: 55555554
[ 3068.722785] Call Trace:
[ 3068.722789]  <TASK>
[ 3068.722800]  submit_one_bio+0xd4/0xe0
[ 3068.722812]  submit_extent_page+0x142/0x550
[ 3068.722835]  read_extent_buffer_pages+0x584/0x9c0
[ 3068.722849]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3068.722857]  ? folio_unlock+0x1d/0x50
[ 3068.722868]  btrfs_read_extent_buffer+0x98/0x150
[ 3068.722879]  read_tree_block+0x43/0xa0
[ 3068.722886]  read_block_for_search+0x266/0x370
[ 3068.722908]  btrfs_search_slot+0x351/0xd30
[ 3068.722921]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3068.722927]  ? kmem_cache_alloc+0x194/0x380
[ 3068.722937]  btrfs_lookup_csums_list+0xd0/0x4e0
[ 3068.722957]  csum_exist_in_range+0x47/0xe0
[ 3068.722968]  can_nocow_file_extent+0x239/0x2d0
[ 3068.722980]  run_delalloc_nocow+0x21e/0x650
[ 3068.722991]  ? sched_clock_local+0xe/0x80
[ 3068.723010]  btrfs_run_delalloc_range+0x93/0x620
[ 3068.723020]  ? find_lock_delalloc_range+0x251/0x270
[ 3068.723033]  writepage_delalloc+0xb9/0x180
[ 3068.723048]  __extent_writepage+0x456/0x670
[ 3068.723060]  extent_write_cache_pages+0x1ed/0x690
[ 3068.723087]  extent_writepages+0x6b/0xf0
[ 3068.723098]  do_writepages+0xb3/0x1c0
[ 3068.723104]  ? lock_is_held_type+0xe8/0x140
[ 3068.723117]  __writeback_single_inode+0x54/0x600
[ 3068.723129]  writeback_sb_inodes+0x1d4/0x530
[ 3068.723152]  __writeback_inodes_wb+0x4c/0xf0
[ 3068.723163]  wb_writeback+0x2b7/0x460
[ 3068.723177]  wb_workfn+0x347/0x610
[ 3068.723185]  ? lock_acquire+0xd2/0x2b0
[ 3068.723202]  process_one_work+0x294/0x5b0
[ 3068.723219]  worker_thread+0x4f/0x3a0
[ 3068.723228]  ? __pfx_worker_thread+0x10/0x10
[ 3068.723233]  kthread+0xf5/0x120
[ 3068.723238]  ? __pfx_kthread+0x10/0x10
[ 3068.723246]  ret_from_fork+0x2c/0x50
[ 3068.723268]  </TASK>
[ 3068.723272] irq event stamp: 43139401
[ 3068.723275] hardirqs last  enabled at (43139409): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3068.723282] hardirqs last disabled at (43139416): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3068.723287] softirqs last  enabled at (43138046): [<ffffffffc1cc4c30>] mt76_rx_aggr_reorder_work+0xf0/0x2d0 [mt76]
[ 3068.723299] softirqs last disabled at (43138044): [<ffffffffc1cc4b45>] mt76_rx_aggr_reorder_work+0x5/0x2d0 [mt76]
[ 3068.723310] ---[ end trace 0000000000000000 ]---
[ 3093.769158] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3093.769192] [drm] PSP is resuming...
[ 3093.845113] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3093.948057] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3093.961894] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3093.961906] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3093.961913] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3093.961917] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3093.961970] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3094.016517] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3094.017903] [drm] DMUB hardware initialized: version=0x02020017
[ 3094.055774] [drm] kiq ring mec 2 pipe 1 q 0
[ 3094.061062] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3094.061268] [drm] JPEG decode initialized successfully.
[ 3094.061293] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3094.061296] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3094.061298] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3094.061300] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3094.061303] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3094.061305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3094.061307] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3094.061309] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3094.061311] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3094.061313] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3094.061315] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3094.061318] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3094.061320] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3094.061322] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3094.061324] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3094.061327] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3094.064893] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3123.778218] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3123.778263] [drm] PSP is resuming...
[ 3123.854236] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3123.955701] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3123.969492] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3123.969503] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3123.969512] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3123.969519] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3123.969577] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3124.024514] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3124.025916] [drm] DMUB hardware initialized: version=0x02020017
[ 3124.064947] [drm] kiq ring mec 2 pipe 1 q 0
[ 3124.071049] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3124.071310] [drm] JPEG decode initialized successfully.
[ 3124.071340] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3124.071346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3124.071351] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3124.071355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3124.071359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3124.071363] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3124.071367] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3124.071371] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3124.071375] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3124.071379] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3124.071384] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3124.071388] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3124.071392] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3124.071396] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3124.071400] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3124.071404] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3124.075034] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3153.825163] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3153.825200] [drm] PSP is resuming...
[ 3153.901330] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3154.001760] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3154.015471] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3154.015482] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3154.015490] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3154.015494] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3154.015547] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3154.070633] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3154.072071] [drm] DMUB hardware initialized: version=0x02020017
[ 3154.110227] [drm] kiq ring mec 2 pipe 1 q 0
[ 3154.115182] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3154.115416] [drm] JPEG decode initialized successfully.
[ 3154.115443] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3154.115447] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3154.115449] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3154.115451] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3154.115454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3154.115456] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3154.115458] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3154.115460] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3154.115462] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3154.115465] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3154.115467] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3154.115469] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3154.115471] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3154.115474] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3154.115476] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3154.115478] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3154.119670] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3183.906154] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3183.906187] [drm] PSP is resuming...
[ 3183.982230] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3184.082453] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3184.096360] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3184.096370] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3184.096377] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3184.096382] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3184.096435] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3184.150646] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3184.151956] [drm] DMUB hardware initialized: version=0x02020017
[ 3184.191068] [drm] kiq ring mec 2 pipe 1 q 0
[ 3184.195807] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3184.196308] [drm] JPEG decode initialized successfully.
[ 3184.196332] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3184.196336] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3184.196339] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3184.196341] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3184.196343] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3184.196345] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3184.196347] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3184.196350] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3184.196352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3184.196354] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3184.196356] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3184.196359] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3184.196361] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3184.196363] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3184.196365] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3184.196367] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3184.199892] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3213.881150] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3213.881183] [drm] PSP is resuming...
[ 3213.957296] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3214.057775] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3214.071620] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3214.071631] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3214.071638] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3214.071642] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3214.071696] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3214.126553] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3214.127935] [drm] DMUB hardware initialized: version=0x02020017
[ 3214.166136] [drm] kiq ring mec 2 pipe 1 q 0
[ 3214.170911] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3214.171228] [drm] JPEG decode initialized successfully.
[ 3214.171256] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3214.171260] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3214.171263] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3214.171265] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3214.171267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3214.171270] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3214.171272] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3214.171274] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3214.171276] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3214.171278] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3214.171281] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3214.171283] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3214.171285] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3214.171287] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3214.171289] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3214.171291] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3214.174885] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3236.361507] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3236.361569] [drm] PSP is resuming...
[ 3236.437575] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3236.538231] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3236.552005] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3236.552011] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3236.552018] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3236.552021] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3236.552090] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3236.606790] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3236.608167] [drm] DMUB hardware initialized: version=0x02020017
[ 3236.647075] [drm] kiq ring mec 2 pipe 1 q 0
[ 3236.652270] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3236.652565] [drm] JPEG decode initialized successfully.
[ 3236.652588] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3236.652591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3236.652593] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3236.652595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3236.652597] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3236.652599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3236.652601] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3236.652602] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3236.652604] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3236.652606] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3236.652608] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3236.652610] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3236.652612] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3236.652614] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3236.652616] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3236.652618] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3236.656145] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3272.793568] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3272.793670] [drm] PSP is resuming...
[ 3272.869454] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3272.970026] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3272.984065] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3272.984093] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3272.984109] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3272.984122] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3272.984205] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3273.038824] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3273.040190] [drm] DMUB hardware initialized: version=0x02020017
[ 3273.078101] [drm] kiq ring mec 2 pipe 1 q 0
[ 3273.083231] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3273.083526] [drm] JPEG decode initialized successfully.
[ 3273.083549] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3273.083552] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3273.083554] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3273.083556] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3273.083558] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3273.083560] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3273.083562] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3273.083564] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3273.083566] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3273.083568] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3273.083570] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3273.083572] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3273.083574] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3273.083576] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3273.083578] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3273.083580] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3273.087713] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3280.070254] ------------[ cut here ]------------
[ 3280.070442] WARNING: CPU: 8 PID: 11434 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3280.070451] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3280.070586]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3280.070660] CPU: 8 PID: 11434 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3280.070665] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3280.070668] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3280.070673] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3280.070676] RSP: 0018:ffffa7991c7af4f8 EFLAGS: 00010246
[ 3280.070681] RAX: 0000000000000000 RBX: ffff8f97172d5090 RCX: 0000000000000000
[ 3280.070684] RDX: 0000000000000000 RSI: ffff8f97172d5010 RDI: ffffa7991c7af520
[ 3280.070687] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3280.070690] R10: ffff8f97172d5090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3280.070693] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3280.070696] FS:  00007fdffe3e96c0(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 3280.070700] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3280.070703] CR2: 00007fdfe80a20a8 CR3: 0000000122448000 CR4: 0000000000750ee0
[ 3280.070706] PKRU: 55555554
[ 3280.070709] Call Trace:
[ 3280.070713]  <TASK>
[ 3280.070721]  submit_one_bio+0xd4/0xe0
[ 3280.070730]  submit_extent_page+0x142/0x550
[ 3280.070769]  read_extent_buffer_pages+0x584/0x9c0
[ 3280.070780]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.070786]  ? folio_unlock+0x1d/0x50
[ 3280.070794]  btrfs_read_extent_buffer+0x98/0x150
[ 3280.070802]  read_tree_block+0x43/0xa0
[ 3280.070807]  read_block_for_search+0x266/0x370
[ 3280.070824]  btrfs_search_slot+0x351/0xd30
[ 3280.070838]  btrfs_lookup_csum+0x63/0x150
[ 3280.070848]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3280.070863]  btrfs_submit_compressed_read+0x359/0x470
[ 3280.070876]  submit_one_bio+0xc4/0xe0
[ 3280.070883]  ? extent_readahead+0xb7/0x6f0
[ 3280.070886]  extent_readahead+0x6d3/0x6f0
[ 3280.070892]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.070912]  read_pages+0x7a/0x300
[ 3280.070921]  page_cache_ra_unbounded+0x131/0x1b0
[ 3280.070931]  filemap_get_pages+0x40e/0x6b0
[ 3280.070940]  ? lock_is_held_type+0xe8/0x140
[ 3280.070953]  filemap_read+0xd7/0x330
[ 3280.070973]  vfs_read+0x243/0x310
[ 3280.070987]  ksys_read+0x64/0xe0
[ 3280.070994]  do_syscall_64+0x5b/0x80
[ 3280.070999]  ? do_syscall_64+0x67/0x80
[ 3280.071004]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071009]  ? do_syscall_64+0x67/0x80
[ 3280.071013]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071017]  ? do_syscall_64+0x67/0x80
[ 3280.071021]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071026]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3280.071031] RIP: 0033:0x7fe04511eafc
[ 3280.071053] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 3280.071056] RSP: 002b:00007fdffe3e6d90 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 3280.071061] RAX: ffffffffffffffda RBX: 00005653ffb6ade0 RCX: 00007fe04511eafc
[ 3280.071064] RDX: 0000000000001000 RSI: 00007fdffe3e6e70 RDI: 000000000000006b
[ 3280.071067] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000020
[ 3280.071070] R10: 0000000000000001 R11: 0000000000000246 R12: 000000000000006b
[ 3280.071073] R13: 00007fdffe3e7ec0 R14: 00007fdffe3e6e70 R15: 00007fdffe3e6dd8
[ 3280.071087]  </TASK>
[ 3280.071090] irq event stamp: 90531
[ 3280.071093] hardirqs last  enabled at (90539): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3280.071098] hardirqs last disabled at (90546): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3280.071102] softirqs last  enabled at (90220): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3280.071106] softirqs last disabled at (90213): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3280.071110] ---[ end trace 0000000000000000 ]---
[ 3280.071252] BTRFS error (device nvme0n1p3): level verify failed on logical 5040225304576 mirror 1 wanted 0 found 1
[ 3280.071260] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5040225304576 mirror 1
[ 3280.071265] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 3280.071279] BTRFS error (device nvme0n1p3): read failed, bytenr=5040225304576 check owner_root=7 transid=652007 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1 size=40
[ 3280.071285] CPU: 8 PID: 11434 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3280.071290] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3280.071292] Call Trace:
[ 3280.071295]  <TASK>
[ 3280.071298]  dump_stack_lvl+0x5b/0x77
[ 3280.071304]  read_extent_buffer_pages.cold+0x63/0xa2
[ 3280.071312]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.071318]  ? folio_unlock+0x1d/0x50
[ 3280.071325]  btrfs_read_extent_buffer+0x98/0x150
[ 3280.071333]  read_tree_block+0x43/0xa0
[ 3280.071337]  read_block_for_search+0x266/0x370
[ 3280.071353]  btrfs_search_slot+0x351/0xd30
[ 3280.071366]  btrfs_lookup_csum+0x63/0x150
[ 3280.071375]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3280.071390]  btrfs_submit_compressed_read+0x359/0x470
[ 3280.071402]  submit_one_bio+0xc4/0xe0
[ 3280.071408]  ? extent_readahead+0xb7/0x6f0
[ 3280.071411]  extent_readahead+0x6d3/0x6f0
[ 3280.071417]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.071436]  read_pages+0x7a/0x300
[ 3280.071444]  page_cache_ra_unbounded+0x131/0x1b0
[ 3280.071453]  filemap_get_pages+0x40e/0x6b0
[ 3280.071461]  ? lock_is_held_type+0xe8/0x140
[ 3280.071472]  filemap_read+0xd7/0x330
[ 3280.071492]  vfs_read+0x243/0x310
[ 3280.071505]  ksys_read+0x64/0xe0
[ 3280.071511]  do_syscall_64+0x5b/0x80
[ 3280.071515]  ? do_syscall_64+0x67/0x80
[ 3280.071519]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071524]  ? do_syscall_64+0x67/0x80
[ 3280.071527]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071532]  ? do_syscall_64+0x67/0x80
[ 3280.071535]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071539]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3280.071542] RIP: 0033:0x7fe04511eafc
[ 3280.071547] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 3280.071549] RSP: 002b:00007fdffe3e6d90 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 3280.071552] RAX: ffffffffffffffda RBX: 00005653ffb6ade0 RCX: 00007fe04511eafc
[ 3280.071554] RDX: 0000000000001000 RSI: 00007fdffe3e6e70 RDI: 000000000000006b
[ 3280.071556] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000020
[ 3280.071558] R10: 0000000000000001 R11: 0000000000000246 R12: 000000000000006b
[ 3280.071560] R13: 00007fdffe3e7ec0 R14: 00007fdffe3e6e70 R15: 00007fdffe3e6dd8
[ 3280.071569]  </TASK>
[ 3280.071571] BTRFS error (device nvme0n1p3): read failed, bytenr=5040225304576 check owner_root=7 transid=652007 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1 size=40
[ 3280.071575] CPU: 8 PID: 11434 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3280.071577] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3280.071579] Call Trace:
[ 3280.071581]  <TASK>
[ 3280.071583]  dump_stack_lvl+0x5b/0x77
[ 3280.071587]  read_extent_buffer_pages.cold+0x63/0xa2
[ 3280.071592]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.071596]  ? folio_unlock+0x1d/0x50
[ 3280.071601]  btrfs_read_extent_buffer+0x98/0x150
[ 3280.071606]  read_tree_block+0x43/0xa0
[ 3280.071609]  read_block_for_search+0x266/0x370
[ 3280.071620]  btrfs_search_slot+0x351/0xd30
[ 3280.071629]  btrfs_lookup_csum+0x63/0x150
[ 3280.071636]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3280.071646]  btrfs_submit_compressed_read+0x359/0x470
[ 3280.071654]  submit_one_bio+0xc4/0xe0
[ 3280.071659]  ? extent_readahead+0xb7/0x6f0
[ 3280.071661]  extent_readahead+0x6d3/0x6f0
[ 3280.071665]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.071678]  read_pages+0x7a/0x300
[ 3280.071684]  page_cache_ra_unbounded+0x131/0x1b0
[ 3280.071690]  filemap_get_pages+0x40e/0x6b0
[ 3280.071696]  ? lock_is_held_type+0xe8/0x140
[ 3280.071704]  filemap_read+0xd7/0x330
[ 3280.071718]  vfs_read+0x243/0x310
[ 3280.071727]  ksys_read+0x64/0xe0
[ 3280.071731]  do_syscall_64+0x5b/0x80
[ 3280.071734]  ? do_syscall_64+0x67/0x80
[ 3280.071737]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071741]  ? do_syscall_64+0x67/0x80
[ 3280.071744]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071747]  ? do_syscall_64+0x67/0x80
[ 3280.071750]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071753]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3280.071756] RIP: 0033:0x7fe04511eafc
[ 3280.071759] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 3280.071761] RSP: 002b:00007fdffe3e6d90 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 3280.071764] RAX: ffffffffffffffda RBX: 00005653ffb6ade0 RCX: 00007fe04511eafc
[ 3280.071766] RDX: 0000000000001000 RSI: 00007fdffe3e6e70 RDI: 000000000000006b
[ 3280.071767] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000020
[ 3280.071769] R10: 0000000000000001 R11: 0000000000000246 R12: 000000000000006b
[ 3280.071771] R13: 00007fdffe3e7ec0 R14: 00007fdffe3e6e70 R15: 00007fdffe3e6dd8
[ 3280.071781]  </TASK>
[ 3280.071797] BTRFS error (device nvme0n1p3): read failed, bytenr=5040225304576 check owner_root=7 transid=652007 has_first_key=1 first_key=(18446744073709551606 128 79063781376) level=1 size=40
[ 3280.071801] CPU: 8 PID: 11434 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3280.071803] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3280.071805] Call Trace:
[ 3280.071807]  <TASK>
[ 3280.071809]  dump_stack_lvl+0x5b/0x77
[ 3280.071812]  read_extent_buffer_pages.cold+0x63/0xa2
[ 3280.071817]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.071821]  ? folio_unlock+0x1d/0x50
[ 3280.071826]  btrfs_read_extent_buffer+0x98/0x150
[ 3280.071832]  read_tree_block+0x43/0xa0
[ 3280.071835]  read_block_for_search+0x266/0x370
[ 3280.071845]  btrfs_search_slot+0x351/0xd30
[ 3280.071855]  btrfs_lookup_csum+0x63/0x150
[ 3280.071862]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 3280.071872]  btrfs_submit_compressed_read+0x359/0x470
[ 3280.071880]  submit_one_bio+0xc4/0xe0
[ 3280.071884]  ? extent_readahead+0xb7/0x6f0
[ 3280.071887]  extent_readahead+0x6d3/0x6f0
[ 3280.071891]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3280.071904]  read_pages+0x7a/0x300
[ 3280.071909]  page_cache_ra_unbounded+0x131/0x1b0
[ 3280.071916]  filemap_get_pages+0x40e/0x6b0
[ 3280.071922]  ? lock_is_held_type+0xe8/0x140
[ 3280.071930]  filemap_read+0xd7/0x330
[ 3280.071944]  vfs_read+0x243/0x310
[ 3280.071952]  ksys_read+0x64/0xe0
[ 3280.071957]  do_syscall_64+0x5b/0x80
[ 3280.071960]  ? do_syscall_64+0x67/0x80
[ 3280.071963]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071967]  ? do_syscall_64+0x67/0x80
[ 3280.071969]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071973]  ? do_syscall_64+0x67/0x80
[ 3280.071976]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3280.071979]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 3280.071982] RIP: 0033:0x7fe04511eafc
[ 3280.071985] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 3280.071987] RSP: 002b:00007fdffe3e6d90 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 3280.071989] RAX: ffffffffffffffda RBX: 00005653ffb6ade0 RCX: 00007fe04511eafc
[ 3280.071991] RDX: 0000000000001000 RSI: 00007fdffe3e6e70 RDI: 000000000000006b
[ 3280.071993] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000020
[ 3280.071995] R10: 0000000000000001 R11: 0000000000000246 R12: 000000000000006b
[ 3280.071997] R13: 00007fdffe3e7ec0 R14: 00007fdffe3e6e70 R15: 00007fdffe3e6dd8
[ 3280.072006]  </TASK>
[ 3297.081299] ------------[ cut here ]------------
[ 3297.081471] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3297.081480] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3297.081596]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3297.081675] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3297.081680] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3297.081684] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3297.081689] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3297.081692] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 3297.081697] RAX: 0000000000000000 RBX: ffff8f973806b010 RCX: 0000000000000000
[ 3297.081700] RDX: 0000000000000000 RSI: ffff8f973806af90 RDI: ffffa7990487f7e8
[ 3297.081703] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3297.081706] R10: ffff8f973806b010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3297.081709] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3297.081712] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 3297.081715] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3297.081718] CR2: 00007f9f22aa8000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 3297.081722] PKRU: 55555554
[ 3297.081725] Call Trace:
[ 3297.081728]  <TASK>
[ 3297.081738]  submit_one_bio+0xd4/0xe0
[ 3297.081772]  submit_extent_page+0x142/0x550
[ 3297.081790]  read_extent_buffer_pages+0x584/0x9c0
[ 3297.081799]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3297.081806]  ? folio_unlock+0x1d/0x50
[ 3297.081815]  btrfs_read_extent_buffer+0x98/0x150
[ 3297.081822]  read_tree_block+0x43/0xa0
[ 3297.081827]  read_block_for_search+0x266/0x370
[ 3297.081845]  btrfs_search_slot+0x351/0xd30
[ 3297.081849]  ? lock_is_held_type+0xe8/0x140
[ 3297.081861]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 3297.081867]  ? kmem_cache_alloc+0x194/0x380
[ 3297.081875]  btrfs_del_csums+0x116/0x3b0
[ 3297.081882]  ? lock_release+0x14b/0x440
[ 3297.081891]  ? _raw_read_unlock+0x29/0x50
[ 3297.081900]  __btrfs_free_extent+0x486/0x7c0
[ 3297.081914]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3297.081934]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3297.081943]  btrfs_commit_transaction+0x93/0xed0
[ 3297.081957]  transaction_kthread+0x142/0x1b0
[ 3297.081965]  ? __pfx_transaction_kthread+0x10/0x10
[ 3297.081969]  kthread+0xf5/0x120
[ 3297.081975]  ? __pfx_kthread+0x10/0x10
[ 3297.081982]  ret_from_fork+0x2c/0x50
[ 3297.082000]  </TASK>
[ 3297.082003] irq event stamp: 24081005
[ 3297.082007] hardirqs last  enabled at (24081013): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3297.082013] hardirqs last disabled at (24081020): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3297.082017] softirqs last  enabled at (24080808): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3297.082023] softirqs last disabled at (24080803): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3297.082027] ---[ end trace 0000000000000000 ]---
[ 3300.009578] ------------[ cut here ]------------
[ 3300.009587] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3300.009595] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3300.009693]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3300.009785] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3300.009789] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3300.009792] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3300.009795] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3300.009798] RSP: 0018:ffffa7990487f730 EFLAGS: 00010246
[ 3300.009803] RAX: 0000000000000000 RBX: ffff8f973b4ff390 RCX: 0000000000000000
[ 3300.009805] RDX: 0000000000000000 RSI: ffff8f973b4ff310 RDI: ffffa7990487f758
[ 3300.009808] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3300.009810] R10: ffff8f973b4ff390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3300.009813] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3300.009815] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 3300.009818] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3300.009820] CR2: 00001f61002ec000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 3300.009823] PKRU: 55555554
[ 3300.009826] Call Trace:
[ 3300.009828]  <TASK>
[ 3300.009836]  submit_one_bio+0xd4/0xe0
[ 3300.009844]  submit_extent_page+0x142/0x550
[ 3300.009859]  read_extent_buffer_pages+0x584/0x9c0
[ 3300.009868]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3300.009874]  ? folio_unlock+0x1d/0x50
[ 3300.009881]  btrfs_read_extent_buffer+0x98/0x150
[ 3300.009887]  read_tree_block+0x43/0xa0
[ 3300.009892]  btrfs_read_node_slot+0x154/0x1a0
[ 3300.009902]  push_leaf_right+0xa8/0x1e0
[ 3300.009911]  btrfs_del_items+0x487/0x4c0
[ 3300.009922]  btrfs_del_csums+0x1e7/0x3b0
[ 3300.009927]  ? lock_release+0x14b/0x440
[ 3300.009935]  ? _raw_read_unlock+0x29/0x50
[ 3300.009943]  __btrfs_free_extent+0x486/0x7c0
[ 3300.009953]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3300.009965]  ? sched_clock_local+0xe/0x80
[ 3300.009970]  ? sched_clock_cpu+0x9f/0xc0
[ 3300.009977]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3300.009985]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3300.009996]  btrfs_commit_transaction+0xe0/0xed0
[ 3300.010009]  transaction_kthread+0x142/0x1b0
[ 3300.010015]  ? __pfx_transaction_kthread+0x10/0x10
[ 3300.010018]  kthread+0xf5/0x120
[ 3300.010022]  ? __pfx_kthread+0x10/0x10
[ 3300.010027]  ret_from_fork+0x2c/0x50
[ 3300.010040]  </TASK>
[ 3300.010043] irq event stamp: 25693293
[ 3300.010045] hardirqs last  enabled at (25693301): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3300.010049] hardirqs last disabled at (25693308): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3300.010053] softirqs last  enabled at (25692866): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.010056] softirqs last disabled at (25692861): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.010059] ---[ end trace 0000000000000000 ]---
[ 3300.157514] ------------[ cut here ]------------
[ 3300.157522] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3300.157530] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3300.157645]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3300.157723] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3300.157727] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3300.157731] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3300.157735] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3300.157738] RSP: 0018:ffffa7990487f740 EFLAGS: 00010246
[ 3300.157761] RAX: 0000000000000000 RBX: ffff8f97172d6590 RCX: 0000000000000000
[ 3300.157764] RDX: 0000000000000000 RSI: ffff8f97172d6510 RDI: ffffa7990487f768
[ 3300.157767] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3300.157770] R10: ffff8f97172d6590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3300.157773] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3300.157776] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 3300.157779] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3300.157782] CR2: 00000682b8979000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 3300.157786] PKRU: 55555554
[ 3300.157789] Call Trace:
[ 3300.157792]  <TASK>
[ 3300.157801]  submit_one_bio+0xd4/0xe0
[ 3300.157809]  submit_extent_page+0x142/0x550
[ 3300.157827]  read_extent_buffer_pages+0x584/0x9c0
[ 3300.157837]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3300.157843]  ? folio_unlock+0x1d/0x50
[ 3300.157852]  btrfs_read_extent_buffer+0x98/0x150
[ 3300.157860]  read_tree_block+0x43/0xa0
[ 3300.157865]  read_block_for_search+0x266/0x370
[ 3300.157882]  btrfs_search_slot+0x351/0xd30
[ 3300.157890]  ? _raw_spin_unlock+0x29/0x50
[ 3300.157895]  ? release_extent_buffer+0xa7/0xe0
[ 3300.157900]  btrfs_del_csums+0x116/0x3b0
[ 3300.157913]  __btrfs_free_extent+0x486/0x7c0
[ 3300.157924]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3300.157935]  ? sched_clock_local+0xe/0x80
[ 3300.157940]  ? sched_clock_cpu+0x9f/0xc0
[ 3300.157947]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3300.157954]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3300.157965]  btrfs_commit_transaction+0xe0/0xed0
[ 3300.157977]  transaction_kthread+0x142/0x1b0
[ 3300.157983]  ? __pfx_transaction_kthread+0x10/0x10
[ 3300.157986]  kthread+0xf5/0x120
[ 3300.157990]  ? __pfx_kthread+0x10/0x10
[ 3300.157994]  ret_from_fork+0x2c/0x50
[ 3300.158007]  </TASK>
[ 3300.158009] irq event stamp: 25790669
[ 3300.158011] hardirqs last  enabled at (25790677): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3300.158016] hardirqs last disabled at (25790684): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3300.158019] softirqs last  enabled at (25790378): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.158023] softirqs last disabled at (25790371): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.158026] ---[ end trace 0000000000000000 ]---
[ 3300.158348] ------------[ cut here ]------------
[ 3300.158355] WARNING: CPU: 9 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3300.158361] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3300.158500]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3300.158598] CPU: 9 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3300.158603] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3300.158607] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3300.158612] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3300.158616] RSP: 0018:ffffa7990487f740 EFLAGS: 00010246
[ 3300.158622] RAX: 0000000000000000 RBX: ffff8fa4376f4b50 RCX: 0000000000000000
[ 3300.158626] RDX: 0000000000000000 RSI: ffff8fa4376f4ad0 RDI: ffffa7990487f768
[ 3300.158630] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3300.158634] R10: ffff8fa4376f4b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3300.158638] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3300.158641] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0000) knlGS:0000000000000000
[ 3300.158646] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3300.158650] CR2: 00000682b8979000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 3300.158654] PKRU: 55555554
[ 3300.158658] Call Trace:
[ 3300.158661]  <TASK>
[ 3300.158672]  submit_one_bio+0xd4/0xe0
[ 3300.158683]  submit_extent_page+0x142/0x550
[ 3300.158698]  read_extent_buffer_pages+0x584/0x9c0
[ 3300.158706]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3300.158711]  ? folio_unlock+0x1d/0x50
[ 3300.158719]  btrfs_read_extent_buffer+0x98/0x150
[ 3300.158725]  read_tree_block+0x43/0xa0
[ 3300.158729]  read_block_for_search+0x266/0x370
[ 3300.158741]  btrfs_search_slot+0x351/0xd30
[ 3300.158766]  ? _raw_spin_unlock+0x29/0x50
[ 3300.158771]  ? release_extent_buffer+0xa7/0xe0
[ 3300.158777]  btrfs_del_csums+0x116/0x3b0
[ 3300.158790]  __btrfs_free_extent+0x486/0x7c0
[ 3300.158801]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3300.158812]  ? sched_clock_local+0xe/0x80
[ 3300.158816]  ? sched_clock_cpu+0x9f/0xc0
[ 3300.158823]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3300.158831]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3300.158842]  btrfs_commit_transaction+0xe0/0xed0
[ 3300.158854]  transaction_kthread+0x142/0x1b0
[ 3300.158860]  ? __pfx_transaction_kthread+0x10/0x10
[ 3300.158863]  kthread+0xf5/0x120
[ 3300.158867]  ? __pfx_kthread+0x10/0x10
[ 3300.158872]  ret_from_fork+0x2c/0x50
[ 3300.158884]  </TASK>
[ 3300.158886] irq event stamp: 25792057
[ 3300.158888] hardirqs last  enabled at (25792065): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3300.158893] hardirqs last disabled at (25792072): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3300.158896] softirqs last  enabled at (25791922): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.158900] softirqs last disabled at (25791917): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.158903] ---[ end trace 0000000000000000 ]---
[ 3300.159162] ------------[ cut here ]------------
[ 3300.159165] WARNING: CPU: 9 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3300.159169] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3300.159250]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3300.159306] CPU: 9 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3300.159310] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3300.159312] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3300.159316] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3300.159320] RSP: 0018:ffffa7990487f740 EFLAGS: 00010246
[ 3300.159326] RAX: 0000000000000000 RBX: ffff8fa4376f6910 RCX: 0000000000000000
[ 3300.159330] RDX: 0000000000000000 RSI: ffff8fa4376f6890 RDI: ffffa7990487f768
[ 3300.159335] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3300.159339] R10: ffff8fa4376f6910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3300.159342] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3300.159346] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0000) knlGS:0000000000000000
[ 3300.159351] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3300.159354] CR2: 00000682b8979000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 3300.159358] PKRU: 55555554
[ 3300.159361] Call Trace:
[ 3300.159365]  <TASK>
[ 3300.159374]  submit_one_bio+0xd4/0xe0
[ 3300.159383]  submit_extent_page+0x142/0x550
[ 3300.159405]  read_extent_buffer_pages+0x584/0x9c0
[ 3300.159417]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3300.159425]  ? folio_unlock+0x1d/0x50
[ 3300.159436]  btrfs_read_extent_buffer+0x98/0x150
[ 3300.159443]  read_tree_block+0x43/0xa0
[ 3300.159447]  read_block_for_search+0x266/0x370
[ 3300.159460]  btrfs_search_slot+0x351/0xd30
[ 3300.159467]  ? _raw_spin_unlock+0x29/0x50
[ 3300.159471]  ? release_extent_buffer+0xa7/0xe0
[ 3300.159476]  btrfs_del_csums+0x116/0x3b0
[ 3300.159489]  __btrfs_free_extent+0x486/0x7c0
[ 3300.159499]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3300.159510]  ? sched_clock_local+0xe/0x80
[ 3300.159514]  ? sched_clock_cpu+0x9f/0xc0
[ 3300.159521]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3300.159528]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3300.159537]  btrfs_commit_transaction+0xe0/0xed0
[ 3300.159549]  transaction_kthread+0x142/0x1b0
[ 3300.159555]  ? __pfx_transaction_kthread+0x10/0x10
[ 3300.159558]  kthread+0xf5/0x120
[ 3300.159560]  ? __pfx_kthread+0x10/0x10
[ 3300.159565]  ret_from_fork+0x2c/0x50
[ 3300.159576]  </TASK>
[ 3300.159579] irq event stamp: 25793443
[ 3300.159581] hardirqs last  enabled at (25793451): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3300.159584] hardirqs last disabled at (25793458): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3300.159587] softirqs last  enabled at (25791922): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.159590] softirqs last disabled at (25791917): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.159593] ---[ end trace 0000000000000000 ]---
[ 3300.195081] ------------[ cut here ]------------
[ 3300.195101] WARNING: CPU: 12 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3300.195114] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3300.195228]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3300.195302] CPU: 12 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3300.195307] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3300.195310] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3300.195314] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3300.195317] RSP: 0018:ffffa7990487f740 EFLAGS: 00010246
[ 3300.195322] RAX: 0000000000000000 RBX: ffff8f971fb1a3d0 RCX: 0000000000000000
[ 3300.195325] RDX: 0000000000000000 RSI: ffff8f971fb1a350 RDI: ffffa7990487f768
[ 3300.195327] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3300.195330] R10: ffff8f971fb1a3d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3300.195332] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3300.195335] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 3300.195338] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3300.195340] CR2: 00007e8901c68000 CR3: 0000000122448000 CR4: 0000000000750ee0
[ 3300.195343] PKRU: 55555554
[ 3300.195346] Call Trace:
[ 3300.195349]  <TASK>
[ 3300.195359]  submit_one_bio+0xd4/0xe0
[ 3300.195369]  submit_extent_page+0x142/0x550
[ 3300.195385]  read_extent_buffer_pages+0x584/0x9c0
[ 3300.195394]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3300.195399]  ? folio_unlock+0x1d/0x50
[ 3300.195408]  btrfs_read_extent_buffer+0x98/0x150
[ 3300.195416]  read_tree_block+0x43/0xa0
[ 3300.195420]  read_block_for_search+0x266/0x370
[ 3300.195438]  btrfs_search_slot+0x351/0xd30
[ 3300.195446]  ? _raw_spin_unlock+0x29/0x50
[ 3300.195452]  ? release_extent_buffer+0xa7/0xe0
[ 3300.195458]  btrfs_del_csums+0x116/0x3b0
[ 3300.195473]  __btrfs_free_extent+0x486/0x7c0
[ 3300.195485]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3300.195498]  ? sched_clock_local+0xe/0x80
[ 3300.195504]  ? sched_clock_cpu+0x9f/0xc0
[ 3300.195513]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3300.195521]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3300.195534]  btrfs_commit_transaction+0xe0/0xed0
[ 3300.195548]  transaction_kthread+0x142/0x1b0
[ 3300.195554]  ? __pfx_transaction_kthread+0x10/0x10
[ 3300.195558]  kthread+0xf5/0x120
[ 3300.195563]  ? __pfx_kthread+0x10/0x10
[ 3300.195568]  ret_from_fork+0x2c/0x50
[ 3300.195583]  </TASK>
[ 3300.195585] irq event stamp: 25819475
[ 3300.195588] hardirqs last  enabled at (25819483): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3300.195593] hardirqs last disabled at (25819490): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3300.195596] softirqs last  enabled at (25814030): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.195601] softirqs last disabled at (25814025): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.195604] ---[ end trace 0000000000000000 ]---
[ 3300.226716] ------------[ cut here ]------------
[ 3300.226725] WARNING: CPU: 2 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3300.226732] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3300.226846]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3300.226909] CPU: 2 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3300.226913] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3300.226916] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3300.226920] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3300.226923] RSP: 0018:ffffa7990487f740 EFLAGS: 00010246
[ 3300.226927] RAX: 0000000000000000 RBX: ffff8f97208780d0 RCX: 0000000000000000
[ 3300.226929] RDX: 0000000000000000 RSI: ffff8f9720878050 RDI: ffffa7990487f768
[ 3300.226932] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3300.226934] R10: ffff8f97208780d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3300.226936] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3300.226939] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 3300.226942] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 3300.226944] CR2: 00001f6101f76000 CR3: 000000035842c000 CR4: 0000000000750ee0
[ 3300.226947] PKRU: 55555554
[ 3300.226949] Call Trace:
[ 3300.226952]  <TASK>
[ 3300.226960]  submit_one_bio+0xd4/0xe0
[ 3300.226968]  submit_extent_page+0x142/0x550
[ 3300.226982]  read_extent_buffer_pages+0x584/0x9c0
[ 3300.226989]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3300.226995]  ? folio_unlock+0x1d/0x50
[ 3300.227002]  btrfs_read_extent_buffer+0x98/0x150
[ 3300.227008]  read_tree_block+0x43/0xa0
[ 3300.227012]  read_block_for_search+0x266/0x370
[ 3300.227025]  btrfs_search_slot+0x351/0xd30
[ 3300.227033]  ? _raw_spin_unlock+0x29/0x50
[ 3300.227038]  ? release_extent_buffer+0xa7/0xe0
[ 3300.227043]  btrfs_del_csums+0x116/0x3b0
[ 3300.227056]  __btrfs_free_extent+0x486/0x7c0
[ 3300.227067]  __btrfs_run_delayed_refs+0x303/0x1260
[ 3300.227078]  ? sched_clock_local+0xe/0x80
[ 3300.227083]  ? sched_clock_cpu+0x9f/0xc0
[ 3300.227091]  btrfs_run_delayed_refs+0x89/0x1d0
[ 3300.227098]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 3300.227109]  btrfs_commit_transaction+0xe0/0xed0
[ 3300.227121]  transaction_kthread+0x142/0x1b0
[ 3300.227128]  ? __pfx_transaction_kthread+0x10/0x10
[ 3300.227131]  kthread+0xf5/0x120
[ 3300.227135]  ? __pfx_kthread+0x10/0x10
[ 3300.227139]  ret_from_fork+0x2c/0x50
[ 3300.227152]  </TASK>
[ 3300.227155] irq event stamp: 25842055
[ 3300.227157] hardirqs last  enabled at (25842063): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3300.227161] hardirqs last disabled at (25842070): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3300.227164] softirqs last  enabled at (25837108): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.227168] softirqs last disabled at (25837101): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3300.227171] ---[ end trace 0000000000000000 ]---
[ 3308.025574] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3308.025668] [drm] PSP is resuming...
[ 3308.101776] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3308.202548] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3308.216359] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3308.216366] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3308.216373] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3308.216377] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3308.216431] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3308.270291] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3308.271552] [drm] DMUB hardware initialized: version=0x02020017
[ 3308.309435] [drm] kiq ring mec 2 pipe 1 q 0
[ 3308.314725] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3308.314962] [drm] JPEG decode initialized successfully.
[ 3308.314989] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3308.314992] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3308.314995] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3308.314997] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3308.314999] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3308.315001] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3308.315003] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3308.315005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3308.315007] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3308.315009] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3308.315011] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3308.315013] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3308.315016] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3308.315018] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3308.315020] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3308.315022] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3308.318448] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3326.661711] ------------[ cut here ]------------
[ 3326.661720] WARNING: CPU: 14 PID: 4241 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3326.661728] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3326.661876]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3326.661951] CPU: 14 PID: 4241 Comm: CJobMgr::m_Work Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3326.661956] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3326.661959] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3326.661964] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3326.661967] RSP: 0018:ffffa79907df78f0 EFLAGS: 00010246
[ 3326.661972] RAX: 0000000000000000 RBX: ffff8f972a8278d0 RCX: 0000000000000000
[ 3326.661975] RDX: 0000000000000000 RSI: ffff8f972a827850 RDI: ffffa79907df7918
[ 3326.661978] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3326.661981] R10: ffff8f972a8278d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3326.661984] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3326.661987] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000c96ffb40
[ 3326.661990] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3326.661993] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 3326.661996] PKRU: 55555554
[ 3326.661999] Call Trace:
[ 3326.662003]  <TASK>
[ 3326.662013]  submit_one_bio+0xd4/0xe0
[ 3326.662022]  submit_extent_page+0x142/0x550
[ 3326.662039]  read_extent_buffer_pages+0x584/0x9c0
[ 3326.662049]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3326.662055]  ? folio_unlock+0x1d/0x50
[ 3326.662064]  btrfs_read_extent_buffer+0x98/0x150
[ 3326.662071]  read_tree_block+0x43/0xa0
[ 3326.662076]  read_block_for_search+0x266/0x370
[ 3326.662095]  btrfs_next_old_leaf+0x2e5/0x420
[ 3326.662106]  btrfs_get_next_valid_item+0x56/0x90
[ 3326.662112]  btrfs_real_readdir+0x2a4/0x470
[ 3326.662129]  iterate_dir+0x183/0x1d0
[ 3326.662141]  __ia32_sys_getdents64+0x77/0x120
[ 3326.662146]  ? __pfx_filldir64+0x10/0x10
[ 3326.662153]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 3326.662164]  __do_fast_syscall_32+0x88/0xf0
[ 3326.662171]  ? lock_is_held_type+0xe8/0x140
[ 3326.662179]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662183]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3326.662188]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662192]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662199]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662204]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3326.662209]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662212]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662216]  ? __do_fast_syscall_32+0x94/0xf0
[ 3326.662222]  do_fast_syscall_32+0x2f/0x70
[ 3326.662227]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3326.662236] RIP: 0023:0xf7fc0579
[ 3326.662278] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3326.662281] RSP: 002b:00000000c96fd6c4 EFLAGS: 00000293 ORIG_RAX: 00000000000000dc
[ 3326.662286] RAX: ffffffffffffffda RBX: 0000000000000056 RCX: 00000000c850003c
[ 3326.662289] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 3326.662292] RBP: 00000000ffffeb38 R08: 00000000c96fd6c4 R09: 0000000000000000
[ 3326.662294] R10: 0000000000000000 R11: 0000000000000293 R12: 0000000000000000
[ 3326.662297] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3326.662311]  </TASK>
[ 3326.662313] irq event stamp: 2879969
[ 3326.662316] hardirqs last  enabled at (2879977): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3326.662324] hardirqs last disabled at (2879984): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3326.662328] softirqs last  enabled at (2878784): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3326.662334] softirqs last disabled at (2878773): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3326.662337] ---[ end trace 0000000000000000 ]---
[ 3331.361367] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3331.361435] [drm] PSP is resuming...
[ 3331.437338] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3331.541998] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3331.555775] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3331.555782] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3331.555789] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3331.555793] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3331.555846] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3331.610686] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3331.612075] [drm] DMUB hardware initialized: version=0x02020017
[ 3331.650911] [drm] kiq ring mec 2 pipe 1 q 0
[ 3331.656234] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3331.656422] [drm] JPEG decode initialized successfully.
[ 3331.656446] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3331.656449] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3331.656451] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3331.656453] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3331.656455] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3331.656457] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3331.656459] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3331.656461] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3331.656463] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3331.656465] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3331.656467] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3331.656469] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3331.656471] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3331.656473] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3331.656475] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3331.656477] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3331.660038] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3363.977235] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3363.977283] [drm] PSP is resuming...
[ 3364.053135] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3364.153338] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3364.167133] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3364.167143] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3364.167151] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3364.167155] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3364.167212] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3364.221622] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3364.223030] [drm] DMUB hardware initialized: version=0x02020017
[ 3364.262352] [drm] kiq ring mec 2 pipe 1 q 0
[ 3364.267536] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3364.267696] [drm] JPEG decode initialized successfully.
[ 3364.267725] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3364.267730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3364.267735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3364.267739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3364.267764] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3364.267768] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3364.267772] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3364.267776] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3364.267780] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3364.267784] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3364.267788] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3364.267792] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3364.267796] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3364.267800] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3364.267804] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3364.267808] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3364.271856] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3371.842132] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3371.842163] [drm] PSP is resuming...
[ 3371.918346] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3372.018873] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3372.032785] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3372.032802] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3372.032814] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3372.032823] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3372.032890] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3372.087528] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3372.088914] [drm] DMUB hardware initialized: version=0x02020017
[ 3372.128043] [drm] kiq ring mec 2 pipe 1 q 0
[ 3372.132843] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3372.133258] [drm] JPEG decode initialized successfully.
[ 3372.133283] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3372.133288] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3372.133292] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3372.133295] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3372.133299] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3372.133302] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3372.133305] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3372.133309] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3372.133312] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3372.133316] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3372.133319] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3372.133323] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3372.133326] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3372.133329] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3372.133333] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3372.133336] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3372.136900] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3383.547356] ------------[ cut here ]------------
[ 3383.547366] WARNING: CPU: 8 PID: 3560 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 3383.547375] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 3383.547476]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 3383.547544] CPU: 8 PID: 3560 Comm: steam Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 3383.547549] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 3383.547551] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 3383.547556] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 3383.547559] RSP: 0018:ffffa79913b7f938 EFLAGS: 00010246
[ 3383.547563] RAX: 0000000000000000 RBX: ffff8f97172d55d0 RCX: 0000000000000000
[ 3383.547566] RDX: 0000000000000000 RSI: ffff8f97172d5550 RDI: ffffa79913b7f960
[ 3383.547569] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 3383.547571] R10: ffff8f97172d55d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 3383.547574] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 3383.547577] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000f7b5fb80
[ 3383.547580] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 3383.547583] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 3383.547586] PKRU: 55555554
[ 3383.547588] Call Trace:
[ 3383.547592]  <TASK>
[ 3383.547600]  submit_one_bio+0xd4/0xe0
[ 3383.547608]  submit_extent_page+0x142/0x550
[ 3383.547624]  read_extent_buffer_pages+0x584/0x9c0
[ 3383.547633]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 3383.547638]  ? folio_unlock+0x1d/0x50
[ 3383.547646]  btrfs_read_extent_buffer+0x98/0x150
[ 3383.547653]  read_tree_block+0x43/0xa0
[ 3383.547658]  read_block_for_search+0x266/0x370
[ 3383.547673]  btrfs_search_slot+0x351/0xd30
[ 3383.547682]  ? btrfs_readdir_get_delayed_items+0x132/0x1b0
[ 3383.547689]  btrfs_real_readdir+0x14a/0x470
[ 3383.547694]  ? lock_is_held_type+0xe8/0x140
[ 3383.547700]  ? find_held_lock+0x32/0x90
[ 3383.547714]  iterate_dir+0x183/0x1d0
[ 3383.547722]  __ia32_sys_getdents64+0x77/0x120
[ 3383.547726]  ? __pfx_filldir64+0x10/0x10
[ 3383.547732]  ? syscall_enter_from_user_mode_prepare+0x19/0x80
[ 3383.547739]  __do_fast_syscall_32+0x88/0xf0
[ 3383.547765]  ? __do_fast_syscall_32+0x94/0xf0
[ 3383.547770]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3383.547775]  ? __do_fast_syscall_32+0x94/0xf0
[ 3383.547779]  ? lock_is_held_type+0xe8/0x140
[ 3383.547786]  ? __do_fast_syscall_32+0x94/0xf0
[ 3383.547790]  ? lockdep_hardirqs_on+0x7d/0x100
[ 3383.547795]  ? __do_fast_syscall_32+0x94/0xf0
[ 3383.547800]  do_fast_syscall_32+0x2f/0x70
[ 3383.547805]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 3383.547811] RIP: 0023:0xf7fc0579
[ 3383.547834] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 3383.547838] RSP: 002b:00000000ffe28bf4 EFLAGS: 00200293 ORIG_RAX: 00000000000000dc
[ 3383.547842] RAX: ffffffffffffffda RBX: 00000000000000c0 RCX: 0000000059245d8c
[ 3383.547845] RDX: 0000000000008000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 3383.547847] RBP: 00000000ffffeb38 R08: 00000000ffe28bf4 R09: 0000000000000000
[ 3383.547850] R10: 0000000000000000 R11: 0000000000200293 R12: 0000000000000000
[ 3383.547852] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 3383.547865]  </TASK>
[ 3383.547868] irq event stamp: 116864219
[ 3383.547870] hardirqs last  enabled at (116864227): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 3383.547875] hardirqs last disabled at (116864234): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 3383.547878] softirqs last  enabled at (116864066): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3383.547883] softirqs last disabled at (116864061): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 3383.547886] ---[ end trace 0000000000000000 ]---
[ 3394.034141] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3394.034174] [drm] PSP is resuming...
[ 3394.110113] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3394.210573] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3394.224373] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3394.224387] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3394.224396] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3394.224403] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3394.224458] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3394.278477] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3394.279783] [drm] DMUB hardware initialized: version=0x02020017
[ 3394.318209] [drm] kiq ring mec 2 pipe 1 q 0
[ 3394.323063] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3394.323278] [drm] JPEG decode initialized successfully.
[ 3394.323311] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3394.323317] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3394.323322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3394.323326] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3394.323330] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3394.323334] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3394.323338] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3394.323342] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3394.323346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3394.323350] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3394.323355] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3394.323359] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3394.323363] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3394.323367] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3394.323371] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3394.323375] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3394.327556] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3424.130140] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3424.130174] [drm] PSP is resuming...
[ 3424.206116] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3424.306232] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3424.320002] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3424.320010] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3424.320018] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3424.320022] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3424.320075] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3424.375231] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3424.376641] [drm] DMUB hardware initialized: version=0x02020017
[ 3424.415300] [drm] kiq ring mec 2 pipe 1 q 0
[ 3424.419876] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3424.420195] [drm] JPEG decode initialized successfully.
[ 3424.420225] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3424.420229] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3424.420231] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3424.420234] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3424.420236] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3424.420238] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3424.420240] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3424.420242] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3424.420245] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3424.420247] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3424.420250] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3424.420252] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3424.420254] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3424.420256] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3424.420258] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3424.420261] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3424.432650] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3454.073178] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3454.073213] [drm] PSP is resuming...
[ 3454.149461] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3454.254782] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3454.269147] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3454.269159] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3454.269169] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3454.269175] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3454.269236] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3454.323876] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3454.325270] [drm] DMUB hardware initialized: version=0x02020017
[ 3454.363203] [drm] kiq ring mec 2 pipe 1 q 0
[ 3454.368778] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3454.368943] [drm] JPEG decode initialized successfully.
[ 3454.368967] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3454.368971] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3454.368973] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3454.368975] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3454.368978] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3454.368980] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3454.368982] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3454.368984] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3454.368986] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3454.368988] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3454.368990] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3454.368992] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3454.368994] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3454.368996] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3454.368999] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3454.369001] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3454.372933] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3484.137164] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3484.137197] [drm] PSP is resuming...
[ 3484.213114] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3484.314669] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3484.328494] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3484.328506] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3484.328515] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3484.328521] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3484.328580] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3484.382628] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3484.384028] [drm] DMUB hardware initialized: version=0x02020017
[ 3484.422056] [drm] kiq ring mec 2 pipe 1 q 0
[ 3484.427462] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3484.427623] [drm] JPEG decode initialized successfully.
[ 3484.427652] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3484.427658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3484.427662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3484.427666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3484.427670] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3484.427674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3484.427678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3484.427682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3484.427686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3484.427690] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3484.427694] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3484.427698] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3484.427702] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3484.427706] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3484.427710] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3484.427714] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3484.431821] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3514.233178] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3514.233215] [drm] PSP is resuming...
[ 3514.309250] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3514.411356] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3514.425133] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3514.425141] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3514.425149] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3514.425153] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3514.425208] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3514.480416] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3514.481824] [drm] DMUB hardware initialized: version=0x02020017
[ 3514.520038] [drm] kiq ring mec 2 pipe 1 q 0
[ 3514.525529] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3514.525692] [drm] JPEG decode initialized successfully.
[ 3514.525717] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3514.525721] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3514.525724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3514.525726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3514.525728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3514.525731] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3514.525733] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3514.525736] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3514.525738] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3514.525740] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3514.525761] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3514.525763] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3514.525765] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3514.525768] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3514.525770] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3514.525772] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3514.529741] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3544.250154] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3544.250187] [drm] PSP is resuming...
[ 3544.326014] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3544.427001] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3544.440780] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3544.440791] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3544.440799] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3544.440803] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3544.440859] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3544.495396] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3544.496700] [drm] DMUB hardware initialized: version=0x02020017
[ 3544.534808] [drm] kiq ring mec 2 pipe 1 q 0
[ 3544.540392] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3544.540549] [drm] JPEG decode initialized successfully.
[ 3544.540574] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3544.540578] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3544.540580] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3544.540582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3544.540585] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3544.540587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3544.540589] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3544.540591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3544.540594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3544.540596] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3544.540598] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3544.540601] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3544.540603] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3544.540605] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3544.540607] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3544.540610] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3544.544636] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3574.249165] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3574.249202] [drm] PSP is resuming...
[ 3574.325251] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3574.427114] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3574.440898] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3574.440910] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3574.440917] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3574.440921] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3574.440975] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3574.495679] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3574.497129] [drm] DMUB hardware initialized: version=0x02020017
[ 3574.535382] [drm] kiq ring mec 2 pipe 1 q 0
[ 3574.540122] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3574.540328] [drm] JPEG decode initialized successfully.
[ 3574.540358] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3574.540364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3574.540369] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3574.540374] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3574.540378] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3574.540383] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3574.540387] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3574.540392] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3574.540396] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3574.540401] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3574.540406] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3574.540410] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3574.540415] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3574.540419] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3574.540424] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3574.540428] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3574.543989] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3604.273228] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3604.273271] [drm] PSP is resuming...
[ 3604.349340] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3604.450774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3604.464610] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3604.464623] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3604.464632] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3604.464638] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3604.464696] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3604.519719] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3604.521142] [drm] DMUB hardware initialized: version=0x02020017
[ 3604.559044] [drm] kiq ring mec 2 pipe 1 q 0
[ 3604.564685] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3604.564848] [drm] JPEG decode initialized successfully.
[ 3604.564873] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3604.564876] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3604.564879] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3604.564881] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3604.564883] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3604.564885] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3604.564887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3604.564889] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3604.564892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3604.564894] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3604.564896] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3604.564898] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3604.564900] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3604.564902] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3604.564905] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3604.564907] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3604.568844] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3634.297194] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3634.297230] [drm] PSP is resuming...
[ 3634.373128] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3634.474780] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3634.488552] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3634.488564] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3634.488573] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3634.488580] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3634.488638] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3634.543567] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3634.544989] [drm] DMUB hardware initialized: version=0x02020017
[ 3634.582790] [drm] kiq ring mec 2 pipe 1 q 0
[ 3634.588458] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3634.588622] [drm] JPEG decode initialized successfully.
[ 3634.588647] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3634.588650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3634.588652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3634.588655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3634.588657] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3634.588659] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3634.588661] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3634.588663] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3634.588665] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3634.588668] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3634.588670] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3634.588672] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3634.588674] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3634.588676] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3634.588678] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3634.588680] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3634.592579] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3664.362118] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3664.362153] [drm] PSP is resuming...
[ 3664.438125] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3664.538335] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3664.552136] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3664.552144] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3664.552151] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3664.552155] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3664.552212] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3664.607234] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3664.608615] [drm] DMUB hardware initialized: version=0x02020017
[ 3664.646789] [drm] kiq ring mec 2 pipe 1 q 0
[ 3664.652391] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3664.652555] [drm] JPEG decode initialized successfully.
[ 3664.652580] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3664.652583] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3664.652586] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3664.652588] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3664.652590] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3664.652592] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3664.652594] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3664.652596] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3664.652599] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3664.652601] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3664.652603] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3664.652605] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3664.652607] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3664.652609] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3664.652611] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3664.652614] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3664.656872] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3694.393172] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3694.393208] [drm] PSP is resuming...
[ 3694.469127] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3694.569362] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3694.583261] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3694.583273] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3694.583281] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3694.583285] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3694.583335] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3694.637631] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3694.639085] [drm] DMUB hardware initialized: version=0x02020017
[ 3694.678140] [drm] kiq ring mec 2 pipe 1 q 0
[ 3694.683100] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3694.683308] [drm] JPEG decode initialized successfully.
[ 3694.683338] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3694.683344] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3694.683348] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3694.683352] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3694.683356] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3694.683360] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3694.683364] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3694.683368] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3694.683372] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3694.683376] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3694.683380] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3694.683384] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3694.683387] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3694.683392] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3694.683395] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3694.683399] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3694.686843] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3712.610206] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3712.610250] [drm] PSP is resuming...
[ 3712.686242] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3712.786777] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3712.800611] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3712.800623] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3712.800633] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3712.800639] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3712.800698] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3712.854728] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3712.856122] [drm] DMUB hardware initialized: version=0x02020017
[ 3712.893796] [drm] kiq ring mec 2 pipe 1 q 0
[ 3712.899598] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3712.899757] [drm] JPEG decode initialized successfully.
[ 3712.899782] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3712.899786] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3712.899788] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3712.899790] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3712.899792] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3712.899794] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3712.899797] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3712.899798] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3712.899801] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3712.899803] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3712.899805] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3712.899807] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3712.899809] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3712.899811] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3712.899813] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3712.899815] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3712.903879] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3720.097135] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3720.097167] [drm] PSP is resuming...
[ 3720.173241] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3720.274894] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3720.288700] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3720.288710] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3720.288718] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3720.288722] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3720.288821] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3720.343591] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3720.344992] [drm] DMUB hardware initialized: version=0x02020017
[ 3720.383234] [drm] kiq ring mec 2 pipe 1 q 0
[ 3720.388015] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3720.388282] [drm] JPEG decode initialized successfully.
[ 3720.388307] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3720.388310] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3720.388313] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3720.388315] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3720.388317] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3720.388319] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3720.388321] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3720.388323] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3720.388326] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3720.388328] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3720.388330] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3720.388333] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3720.388335] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3720.388337] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3720.388339] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3720.388341] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3720.391950] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3754.530232] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3754.530277] [drm] PSP is resuming...
[ 3754.606381] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3754.706892] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3754.720719] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3754.720730] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3754.720738] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3754.720756] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3754.720812] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3754.774859] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3754.776238] [drm] DMUB hardware initialized: version=0x02020017
[ 3754.815134] [drm] kiq ring mec 2 pipe 1 q 0
[ 3754.820314] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3754.820546] [drm] JPEG decode initialized successfully.
[ 3754.820576] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3754.820582] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3754.820587] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3754.820591] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3754.820595] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3754.820598] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3754.820600] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3754.820603] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3754.820605] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3754.820607] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3754.820609] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3754.820612] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3754.820614] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3754.820616] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3754.820618] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3754.820620] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3754.824078] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3784.633263] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3784.633300] [drm] PSP is resuming...
[ 3784.709227] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3784.809362] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3784.823146] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3784.823156] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3784.823165] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3784.823171] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3784.823229] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3784.878365] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3784.879740] [drm] DMUB hardware initialized: version=0x02020017
[ 3784.918050] [drm] kiq ring mec 2 pipe 1 q 0
[ 3784.923199] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3784.923405] [drm] JPEG decode initialized successfully.
[ 3784.923429] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3784.923433] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3784.923435] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3784.923438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3784.923440] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3784.923442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3784.923444] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3784.923446] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3784.923448] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3784.923450] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3784.923453] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3784.923455] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3784.923457] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3784.923459] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3784.923461] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3784.923464] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3784.926927] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3814.634184] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3814.634225] [drm] PSP is resuming...
[ 3814.710226] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3814.810468] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3814.824469] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3814.824481] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3814.824489] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3814.824493] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3814.824548] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3814.878706] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3814.880109] [drm] DMUB hardware initialized: version=0x02020017
[ 3814.919100] [drm] kiq ring mec 2 pipe 1 q 0
[ 3814.923874] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3814.924232] [drm] JPEG decode initialized successfully.
[ 3814.924262] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3814.924267] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3814.924271] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3814.924275] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3814.924279] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3814.924283] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3814.924287] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3814.924291] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3814.924295] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3814.924299] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3814.924303] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3814.924307] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3814.924311] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3814.924315] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3814.924319] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3814.924323] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3814.939915] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3844.634167] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3844.634202] [drm] PSP is resuming...
[ 3844.710123] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3844.811677] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3844.825642] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3844.825656] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3844.825665] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3844.825672] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3844.825735] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3844.879631] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3844.881039] [drm] DMUB hardware initialized: version=0x02020017
[ 3844.918803] [drm] kiq ring mec 2 pipe 1 q 0
[ 3844.924483] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3844.924639] [drm] JPEG decode initialized successfully.
[ 3844.924663] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3844.924667] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3844.924669] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3844.924672] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3844.924674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3844.924676] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3844.924678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3844.924680] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3844.924682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3844.924684] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3844.924686] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3844.924689] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3844.924691] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3844.924693] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3844.924695] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3844.924697] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3844.928600] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3874.674153] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3874.674187] [drm] PSP is resuming...
[ 3874.750126] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3874.853244] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3874.867015] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3874.867027] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3874.867036] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3874.867042] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3874.867103] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3874.922244] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3874.923626] [drm] DMUB hardware initialized: version=0x02020017
[ 3874.962265] [drm] kiq ring mec 2 pipe 1 q 0
[ 3874.967495] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3874.967657] [drm] JPEG decode initialized successfully.
[ 3874.967686] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3874.967692] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3874.967696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3874.967700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3874.967704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3874.967708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3874.967712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3874.967716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3874.967720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3874.967724] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3874.967728] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3874.967732] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3874.967736] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3874.967740] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3874.967767] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3874.967771] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3874.971532] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3904.737163] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3904.737200] [drm] PSP is resuming...
[ 3904.813338] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3904.914998] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3904.928774] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3904.928782] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3904.928790] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3904.928794] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3904.928847] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3904.983583] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3904.984979] [drm] DMUB hardware initialized: version=0x02020017
[ 3905.023107] [drm] kiq ring mec 2 pipe 1 q 0
[ 3905.027977] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3905.028384] [drm] JPEG decode initialized successfully.
[ 3905.028409] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3905.028413] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3905.028415] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3905.028417] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3905.028419] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3905.028421] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3905.028423] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3905.028425] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3905.028428] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3905.028430] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3905.028432] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3905.028434] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3905.028436] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3905.028438] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3905.028440] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3905.028442] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3905.031964] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3934.753178] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3934.753214] [drm] PSP is resuming...
[ 3934.829223] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3934.933051] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3934.946899] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3934.946914] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3934.946925] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3934.946933] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3934.946996] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3935.001711] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3935.003170] [drm] DMUB hardware initialized: version=0x02020017
[ 3935.042416] [drm] kiq ring mec 2 pipe 1 q 0
[ 3935.047527] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3935.047689] [drm] JPEG decode initialized successfully.
[ 3935.047716] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3935.047720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3935.047723] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3935.047726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3935.047729] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3935.047731] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3935.047734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3935.047737] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3935.047740] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3935.047763] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3935.047766] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3935.047769] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3935.047771] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3935.047774] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3935.047777] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3935.047780] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3935.052562] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3964.809227] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3964.809270] [drm] PSP is resuming...
[ 3964.885223] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3964.986583] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3965.000370] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3965.000382] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3965.000393] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3965.000399] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3965.000456] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3965.054578] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3965.055959] [drm] DMUB hardware initialized: version=0x02020017
[ 3965.094022] [drm] kiq ring mec 2 pipe 1 q 0
[ 3965.099528] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3965.099687] [drm] JPEG decode initialized successfully.
[ 3965.099712] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3965.099716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3965.099719] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3965.099721] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3965.099724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3965.099726] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3965.099728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3965.099730] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3965.099732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3965.099735] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3965.099737] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3965.099739] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3965.099760] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3965.099763] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3965.099765] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3965.099768] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3965.103726] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 3994.857198] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 3994.857235] [drm] PSP is resuming...
[ 3994.933233] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 3995.035889] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 3995.049698] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 3995.049708] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 3995.049716] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 3995.049720] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 3995.049830] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 3995.104423] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 3995.105826] [drm] DMUB hardware initialized: version=0x02020017
[ 3995.143778] [drm] kiq ring mec 2 pipe 1 q 0
[ 3995.149610] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 3995.149811] [drm] JPEG decode initialized successfully.
[ 3995.149835] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 3995.149839] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 3995.149841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 3995.149844] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 3995.149846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 3995.149848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 3995.149850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 3995.149852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 3995.149854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 3995.149857] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 3995.149859] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 3995.149861] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 3995.149863] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 3995.149866] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 3995.149868] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 3995.149870] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 3995.153630] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4009.658131] ------------[ cut here ]------------
[ 4009.658144] WARNING: CPU: 11 PID: 4166 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4009.658155] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4009.658328]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4009.658447] CPU: 11 PID: 4166 Comm: kworker/u32:17 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4009.658454] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4009.658458] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4009.658467] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4009.658473] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4009.658478] RSP: 0018:ffffa79906f6b860 EFLAGS: 00010246
[ 4009.658485] RAX: 0000000000000000 RBX: ffff8fa42c56a050 RCX: 0000000000000000
[ 4009.658490] RDX: 0000000000000000 RSI: ffff8fa42c569fd0 RDI: ffffa79906f6b888
[ 4009.658495] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4009.658499] R10: ffff8fa42c56a050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4009.658504] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4009.658508] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 4009.658513] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4009.658518] CR2: 00000000b76fd000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4009.658523] PKRU: 55555554
[ 4009.658527] Call Trace:
[ 4009.658532]  <TASK>
[ 4009.658545]  submit_one_bio+0xd4/0xe0
[ 4009.658557]  submit_extent_page+0x142/0x550
[ 4009.658583]  read_extent_buffer_pages+0x584/0x9c0
[ 4009.658598]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4009.658607]  ? folio_unlock+0x1d/0x50
[ 4009.658619]  btrfs_read_extent_buffer+0x98/0x150
[ 4009.658631]  read_tree_block+0x43/0xa0
[ 4009.658639]  read_block_for_search+0x266/0x370
[ 4009.658663]  btrfs_search_slot+0x351/0xd30
[ 4009.658678]  ? lock_is_held_type+0xe8/0x140
[ 4009.658691]  btrfs_lookup_csum+0x63/0x150
[ 4009.658705]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4009.658712]  ? sched_clock_cpu+0x9f/0xc0
[ 4009.658721]  ? lock_release+0x14b/0x440
[ 4009.658733]  ? _raw_read_unlock+0x29/0x50
[ 4009.658773]  btrfs_finish_ordered_io+0x441/0x860
[ 4009.658801]  btrfs_work_helper+0xfe/0x400
[ 4009.658807]  ? lock_is_held_type+0xe8/0x140
[ 4009.658820]  process_one_work+0x294/0x5b0
[ 4009.658839]  worker_thread+0x4f/0x3a0
[ 4009.658849]  ? __pfx_worker_thread+0x10/0x10
[ 4009.658854]  kthread+0xf5/0x120
[ 4009.658860]  ? __pfx_kthread+0x10/0x10
[ 4009.658869]  ret_from_fork+0x2c/0x50
[ 4009.658893]  </TASK>
[ 4009.658897] irq event stamp: 76284039
[ 4009.658901] hardirqs last  enabled at (76284047): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4009.658908] hardirqs last disabled at (76284054): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4009.658913] softirqs last  enabled at (76283958): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4009.658919] softirqs last disabled at (76283947): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4009.658924] ---[ end trace 0000000000000000 ]---
[ 4019.033087] ------------[ cut here ]------------
[ 4019.033095] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4019.033103] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4019.033198]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4019.033262] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4019.033266] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4019.033269] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4019.033273] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4019.033276] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4019.033280] RAX: 0000000000000000 RBX: ffff8f972a551790 RCX: 0000000000000000
[ 4019.033282] RDX: 0000000000000000 RSI: ffff8f972a551710 RDI: ffffa7990487f780
[ 4019.033285] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4019.033287] R10: ffff8f972a551790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4019.033289] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4019.033292] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4019.033295] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4019.033297] CR2: 00000000badff000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4019.033300] PKRU: 55555554
[ 4019.033302] Call Trace:
[ 4019.033305]  <TASK>
[ 4019.033313]  submit_one_bio+0xd4/0xe0
[ 4019.033320]  submit_extent_page+0x142/0x550
[ 4019.033334]  read_extent_buffer_pages+0x584/0x9c0
[ 4019.033342]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4019.033347]  ? folio_unlock+0x1d/0x50
[ 4019.033355]  btrfs_read_extent_buffer+0x98/0x150
[ 4019.033361]  read_tree_block+0x43/0xa0
[ 4019.033365]  read_block_for_search+0x266/0x370
[ 4019.033379]  btrfs_search_slot+0x351/0xd30
[ 4019.033387]  ? _raw_read_unlock+0x29/0x50
[ 4019.033394]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4019.033401]  ? lock_is_held_type+0xe8/0x140
[ 4019.033410]  lookup_extent_backref+0x41/0xd0
[ 4019.033418]  __btrfs_free_extent+0xfb/0x7c0
[ 4019.033424]  ? sched_clock_cpu+0x20/0xc0
[ 4019.033434]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4019.033450]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4019.033458]  btrfs_commit_transaction+0x93/0xed0
[ 4019.033470]  transaction_kthread+0x142/0x1b0
[ 4019.033477]  ? __pfx_transaction_kthread+0x10/0x10
[ 4019.033480]  kthread+0xf5/0x120
[ 4019.033484]  ? __pfx_kthread+0x10/0x10
[ 4019.033488]  ret_from_fork+0x2c/0x50
[ 4019.033501]  </TASK>
[ 4019.033503] irq event stamp: 35185793
[ 4019.033505] hardirqs last  enabled at (35185801): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4019.033510] hardirqs last disabled at (35185808): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4019.033513] softirqs last  enabled at (35181952): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4019.033516] softirqs last disabled at (35181945): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4019.033519] ---[ end trace 0000000000000000 ]---
[ 4024.889207] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4024.889244] [drm] PSP is resuming...
[ 4024.965227] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4025.066892] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4025.080715] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4025.080725] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4025.080732] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4025.080736] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4025.080824] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4025.135529] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4025.136921] [drm] DMUB hardware initialized: version=0x02020017
[ 4025.178800] [drm] kiq ring mec 2 pipe 1 q 0
[ 4025.184529] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4025.184692] [drm] JPEG decode initialized successfully.
[ 4025.184722] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4025.184727] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4025.184732] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4025.184735] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4025.184739] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4025.184757] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4025.184761] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4025.184765] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4025.184769] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4025.184773] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4025.184778] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4025.184781] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4025.184786] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4025.184790] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4025.184794] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4025.184798] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4025.188937] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4030.769126] ------------[ cut here ]------------
[ 4030.769286] WARNING: CPU: 14 PID: 10047 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4030.769295] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4030.769417]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4030.769500] CPU: 14 PID: 10047 Comm: kworker/u32:1 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4030.769505] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4030.769509] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4030.769515] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4030.769520] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4030.769524] RSP: 0018:ffffa7991ac2b810 EFLAGS: 00010246
[ 4030.769529] RAX: 0000000000000000 RBX: ffff8fa27b9cd790 RCX: 0000000000000000
[ 4030.769532] RDX: 0000000000000000 RSI: ffff8fa27b9cd710 RDI: ffffa7991ac2b838
[ 4030.769536] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4030.769539] R10: ffff8fa27b9cd790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4030.769542] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4030.769545] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4030.769549] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4030.769552] CR2: 00007e890047e000 CR3: 000000039de76000 CR4: 0000000000750ee0
[ 4030.769555] PKRU: 55555554
[ 4030.769559] Call Trace:
[ 4030.769562]  <TASK>
[ 4030.769571]  submit_one_bio+0xd4/0xe0
[ 4030.769580]  submit_extent_page+0x142/0x550
[ 4030.769599]  read_extent_buffer_pages+0x584/0x9c0
[ 4030.769609]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4030.769614]  ? _raw_spin_unlock+0x29/0x50
[ 4030.769624]  btrfs_readahead_tree_block+0x71/0xa0
[ 4030.769633]  btrfs_search_slot+0x666/0xd30
[ 4030.769648]  btrfs_lookup_file_extent+0x37/0x40
[ 4030.769654]  btrfs_drop_extents+0x155/0xd60
[ 4030.769678]  insert_reserved_file_extent+0xf0/0x380
[ 4030.769688]  ? join_transaction+0x1b9/0x590
[ 4030.769703]  btrfs_finish_ordered_io+0x65c/0x860
[ 4030.769721]  btrfs_work_helper+0xfe/0x400
[ 4030.769725]  ? lock_is_held_type+0xe8/0x140
[ 4030.769735]  process_one_work+0x294/0x5b0
[ 4030.769772]  worker_thread+0x4f/0x3a0
[ 4030.769780]  ? __pfx_worker_thread+0x10/0x10
[ 4030.769784]  kthread+0xf5/0x120
[ 4030.769788]  ? __pfx_kthread+0x10/0x10
[ 4030.769794]  ret_from_fork+0x2c/0x50
[ 4030.769810]  </TASK>
[ 4030.769813] irq event stamp: 24052815
[ 4030.769816] hardirqs last  enabled at (24052823): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4030.769822] hardirqs last disabled at (24052830): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4030.769826] softirqs last  enabled at (24052766): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4030.769830] softirqs last disabled at (24052759): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4030.769834] ---[ end trace 0000000000000000 ]---
[ 4054.866217] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4054.866260] [drm] PSP is resuming...
[ 4054.942226] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4055.045457] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4055.059357] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4055.059369] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4055.059377] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4055.059381] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4055.059434] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4055.113666] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4055.115141] [drm] DMUB hardware initialized: version=0x02020017
[ 4055.153224] [drm] kiq ring mec 2 pipe 1 q 0
[ 4055.158596] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4055.158799] [drm] JPEG decode initialized successfully.
[ 4055.158830] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4055.158836] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4055.158841] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4055.158845] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4055.158850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4055.158854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4055.158858] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4055.158862] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4055.158866] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4055.158871] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4055.158875] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4055.158880] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4055.158884] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4055.158888] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4055.158892] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4055.158896] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4055.162681] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4084.889153] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4084.889186] [drm] PSP is resuming...
[ 4084.965185] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4085.065659] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4085.079503] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4085.079514] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4085.079524] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4085.079530] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4085.079588] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4085.133576] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4085.134884] [drm] DMUB hardware initialized: version=0x02020017
[ 4085.172912] [drm] kiq ring mec 2 pipe 1 q 0
[ 4085.178478] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4085.178638] [drm] JPEG decode initialized successfully.
[ 4085.178668] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4085.178674] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4085.178678] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4085.178682] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4085.178686] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4085.178690] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4085.178694] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4085.178698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4085.178702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4085.178707] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4085.178711] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4085.178715] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4085.178719] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4085.178723] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4085.178727] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4085.178731] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4085.182602] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4114.882173] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4114.882206] [drm] PSP is resuming...
[ 4114.960307] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4115.061671] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4115.075476] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4115.075487] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4115.075495] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4115.075499] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4115.075553] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4115.130093] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4115.131473] [drm] DMUB hardware initialized: version=0x02020017
[ 4115.169426] [drm] kiq ring mec 2 pipe 1 q 0
[ 4115.174502] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4115.174710] [drm] JPEG decode initialized successfully.
[ 4115.174739] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4115.174762] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4115.174767] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4115.174771] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4115.174775] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4115.174779] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4115.174783] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4115.174787] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4115.174791] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4115.174795] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4115.174799] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4115.174803] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4115.174807] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4115.174811] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4115.174815] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4115.174819] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4115.179237] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4144.930150] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4144.930183] [drm] PSP is resuming...
[ 4145.006228] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4145.107785] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4145.121584] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4145.121591] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4145.121598] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4145.121602] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4145.121658] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4145.176418] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4145.177799] [drm] DMUB hardware initialized: version=0x02020017
[ 4145.216115] [drm] kiq ring mec 2 pipe 1 q 0
[ 4145.221088] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4145.221290] [drm] JPEG decode initialized successfully.
[ 4145.221314] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4145.221318] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4145.221320] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4145.221322] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4145.221325] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4145.221327] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4145.221329] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4145.221331] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4145.221333] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4145.221335] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4145.221338] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4145.221340] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4145.221342] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4145.221344] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4145.221347] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4145.221349] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4145.224902] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4175.018229] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4175.018273] [drm] PSP is resuming...
[ 4175.094390] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4175.194357] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4175.208263] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4175.208274] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4175.208282] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4175.208286] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4175.208347] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4175.263410] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4175.264823] [drm] DMUB hardware initialized: version=0x02020017
[ 4175.303789] [drm] kiq ring mec 2 pipe 1 q 0
[ 4175.310703] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4175.310858] [drm] JPEG decode initialized successfully.
[ 4175.310883] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4175.310887] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4175.310890] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4175.310892] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4175.310894] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4175.310896] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4175.310898] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4175.310900] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4175.310903] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4175.310905] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4175.310907] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4175.310910] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4175.310912] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4175.310914] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4175.310916] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4175.310918] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4175.320240] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4205.074163] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4205.074195] [drm] PSP is resuming...
[ 4205.150162] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4205.250336] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4205.264139] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4205.264148] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4205.264156] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4205.264160] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4205.264214] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4205.318646] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4205.320059] [drm] DMUB hardware initialized: version=0x02020017
[ 4205.358773] [drm] kiq ring mec 2 pipe 1 q 0
[ 4205.363991] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4205.364191] [drm] JPEG decode initialized successfully.
[ 4205.364216] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4205.364219] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4205.364222] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4205.364224] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4205.364226] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4205.364229] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4205.364231] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4205.364233] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4205.364235] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4205.364237] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4205.364240] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4205.364242] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4205.364244] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4205.364246] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4205.364248] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4205.364250] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4205.367784] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4231.772320] ------------[ cut here ]------------
[ 4231.772331] WARNING: CPU: 15 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4231.772341] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4231.772497]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4231.772605] CPU: 15 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4231.772611] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4231.772616] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4231.772621] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4231.772626] RSP: 0018:ffffa7991cccf678 EFLAGS: 00010246
[ 4231.772633] RAX: 0000000000000000 RBX: ffff8fa27baa2ad0 RCX: 0000000000000000
[ 4231.772637] RDX: 0000000000000000 RSI: ffff8fa27baa2a50 RDI: ffffa7991cccf6a0
[ 4231.772641] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4231.772647] R10: ffff8fa27baa2ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4231.772651] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4231.772655] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b62f8b40
[ 4231.772660] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4231.772664] CR2: 00000000b3a2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4231.772669] PKRU: 55555554
[ 4231.772672] Call Trace:
[ 4231.772676]  <TASK>
[ 4231.772688]  submit_one_bio+0xd4/0xe0
[ 4231.772700]  submit_extent_page+0x142/0x550
[ 4231.772724]  read_extent_buffer_pages+0x584/0x9c0
[ 4231.772738]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4231.772777]  ? folio_unlock+0x1d/0x50
[ 4231.772789]  btrfs_read_extent_buffer+0x98/0x150
[ 4231.772800]  read_tree_block+0x43/0xa0
[ 4231.772807]  read_block_for_search+0x266/0x370
[ 4231.772831]  btrfs_search_slot+0x351/0xd30
[ 4231.772851]  btrfs_lookup_csum+0x63/0x150
[ 4231.772864]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4231.772876]  ? btrfs_do_readpage+0x305/0x770
[ 4231.772889]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4231.772898]  submit_one_bio+0xc4/0xe0
[ 4231.772908]  btrfs_read_folio+0x79/0x90
[ 4231.772915]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4231.772921]  prepare_uptodate_page+0x8c/0x210
[ 4231.772929]  prepare_pages.constprop.0+0x134/0x300
[ 4231.772944]  btrfs_buffered_write+0x2ca/0x940
[ 4231.772970]  btrfs_do_write_iter+0x384/0x5d0
[ 4231.772978]  ? lock_is_held_type+0xe8/0x140
[ 4231.772991]  vfs_write+0x269/0x4f0
[ 4231.773011]  ksys_write+0x64/0xe0
[ 4231.773019]  __do_fast_syscall_32+0x88/0xf0
[ 4231.773028]  ? lock_is_held_type+0xe8/0x140
[ 4231.773038]  ? __do_fast_syscall_32+0x94/0xf0
[ 4231.773043]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4231.773050]  ? __do_fast_syscall_32+0x94/0xf0
[ 4231.773056]  ? __do_fast_syscall_32+0x94/0xf0
[ 4231.773062]  ? __do_fast_syscall_32+0x94/0xf0
[ 4231.773069]  do_fast_syscall_32+0x2f/0x70
[ 4231.773076]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4231.773082] RIP: 0023:0xf7fc0579
[ 4231.773107] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4231.773112] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4231.773118] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3223010
[ 4231.773122] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4231.773126] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4231.773130] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4231.773134] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4231.773155]  </TASK>
[ 4231.773159] irq event stamp: 90902123
[ 4231.773163] hardirqs last  enabled at (90902131): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4231.773169] hardirqs last disabled at (90902138): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4231.773174] softirqs last  enabled at (90901818): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4231.773180] softirqs last disabled at (90901813): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4231.773185] ---[ end trace 0000000000000000 ]---
[ 4233.800235] ------------[ cut here ]------------
[ 4233.800245] WARNING: CPU: 4 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4233.800254] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4233.800361]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4233.800434] CPU: 4 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4233.800439] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4233.800442] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4233.800446] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4233.800450] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4233.800454] RAX: 0000000000000000 RBX: ffff8f9724ab5250 RCX: 0000000000000000
[ 4233.800457] RDX: 0000000000000000 RSI: ffff8f9724ab51d0 RDI: ffffa7991cccf690
[ 4233.800460] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4233.800463] R10: ffff8f9724ab5250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4233.800466] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4233.800469] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b62f8b40
[ 4233.800472] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4233.800475] CR2: 00001f6100d09144 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4233.800478] PKRU: 55555554
[ 4233.800481] Call Trace:
[ 4233.800484]  <TASK>
[ 4233.800493]  submit_one_bio+0xd4/0xe0
[ 4233.800502]  submit_extent_page+0x142/0x550
[ 4233.800518]  read_extent_buffer_pages+0x584/0x9c0
[ 4233.800528]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4233.800534]  ? folio_unlock+0x1d/0x50
[ 4233.800542]  btrfs_read_extent_buffer+0x98/0x150
[ 4233.800549]  read_tree_block+0x43/0xa0
[ 4233.800554]  read_block_for_search+0x266/0x370
[ 4233.800570]  btrfs_search_slot+0x351/0xd30
[ 4233.800583]  btrfs_lookup_csum+0x63/0x150
[ 4233.800593]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4233.800601]  ? btrfs_do_readpage+0x305/0x770
[ 4233.800609]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4233.800615]  submit_one_bio+0xc4/0xe0
[ 4233.800622]  btrfs_read_folio+0x79/0x90
[ 4233.800627]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4233.800631]  prepare_uptodate_page+0x8c/0x210
[ 4233.800637]  prepare_pages.constprop.0+0x134/0x300
[ 4233.800647]  btrfs_buffered_write+0x2ca/0x940
[ 4233.800664]  btrfs_do_write_iter+0x384/0x5d0
[ 4233.800669]  ? lock_is_held_type+0xe8/0x140
[ 4233.800679]  vfs_write+0x269/0x4f0
[ 4233.800692]  ksys_write+0x64/0xe0
[ 4233.800698]  __do_fast_syscall_32+0x88/0xf0
[ 4233.800704]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800709]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800713]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4233.800718]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800723]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800728]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800732]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4233.800737]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800740]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800764]  ? __do_fast_syscall_32+0x94/0xf0
[ 4233.800771]  do_fast_syscall_32+0x2f/0x70
[ 4233.800776]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4233.800781] RIP: 0023:0xf7fc0579
[ 4233.800804] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4233.800808] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4233.800812] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b5af1010
[ 4233.800815] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4233.800818] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4233.800820] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4233.800823] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4233.800836]  </TASK>
[ 4233.800839] irq event stamp: 91475885
[ 4233.800841] hardirqs last  enabled at (91475893): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4233.800847] hardirqs last disabled at (91475900): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4233.800850] softirqs last  enabled at (91475776): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4233.800855] softirqs last disabled at (91475769): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4233.800858] ---[ end trace 0000000000000000 ]---
[ 4234.745079] ------------[ cut here ]------------
[ 4234.745090] WARNING: CPU: 11 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4234.745100] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4234.745261]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4234.745353] CPU: 11 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4234.745359] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4234.745363] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4234.745368] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4234.745371] RSP: 0018:ffffa7991cccf688 EFLAGS: 00010246
[ 4234.745375] RAX: 0000000000000000 RBX: ffff8f9f86de9cd0 RCX: 0000000000000000
[ 4234.745378] RDX: 0000000000000000 RSI: ffff8f9f86de9c50 RDI: ffffa7991cccf6b0
[ 4234.745380] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4234.745382] R10: ffff8f9f86de9cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4234.745384] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4234.745387] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b62f8b40
[ 4234.745390] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4234.745392] CR2: 00000000db306000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4234.745394] PKRU: 55555554
[ 4234.745397] Call Trace:
[ 4234.745399]  <TASK>
[ 4234.745407]  submit_one_bio+0xd4/0xe0
[ 4234.745414]  submit_extent_page+0x142/0x550
[ 4234.745428]  read_extent_buffer_pages+0x584/0x9c0
[ 4234.745435]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4234.745440]  ? folio_unlock+0x1d/0x50
[ 4234.745447]  btrfs_read_extent_buffer+0x98/0x150
[ 4234.745453]  read_tree_block+0x43/0xa0
[ 4234.745457]  read_block_for_search+0x266/0x370
[ 4234.745470]  btrfs_search_slot+0x351/0xd30
[ 4234.745481]  btrfs_lookup_csum+0x63/0x150
[ 4234.745488]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4234.745496]  ? btrfs_do_readpage+0x305/0x770
[ 4234.745502]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4234.745508]  submit_one_bio+0xc4/0xe0
[ 4234.745513]  btrfs_read_folio+0x79/0x90
[ 4234.745517]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4234.745523]  prepare_uptodate_page+0x8c/0x210
[ 4234.745530]  prepare_pages.constprop.0+0x134/0x300
[ 4234.745544]  btrfs_buffered_write+0x2ca/0x940
[ 4234.745569]  btrfs_do_write_iter+0x384/0x5d0
[ 4234.745576]  ? lock_is_held_type+0xe8/0x140
[ 4234.745589]  vfs_write+0x269/0x4f0
[ 4234.745608]  ksys_write+0x64/0xe0
[ 4234.745616]  __do_fast_syscall_32+0x88/0xf0
[ 4234.745624]  ? lock_is_held_type+0xe8/0x140
[ 4234.745634]  ? __do_fast_syscall_32+0x94/0xf0
[ 4234.745639]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4234.745645]  ? __do_fast_syscall_32+0x94/0xf0
[ 4234.745650]  ? __do_fast_syscall_32+0x94/0xf0
[ 4234.745654]  ? __do_fast_syscall_32+0x94/0xf0
[ 4234.745661]  do_fast_syscall_32+0x2f/0x70
[ 4234.745668]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4234.745674] RIP: 0023:0xf7fc0579
[ 4234.745699] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4234.745704] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4234.745710] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000cc634010
[ 4234.745714] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4234.745718] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4234.745722] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4234.745726] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4234.745767]  </TASK>
[ 4234.745771] irq event stamp: 91722831
[ 4234.745775] hardirqs last  enabled at (91722839): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4234.745783] hardirqs last disabled at (91722846): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4234.745787] softirqs last  enabled at (91711756): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4234.745794] softirqs last disabled at (91711433): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4234.745798] ---[ end trace 0000000000000000 ]---
[ 4235.057060] ------------[ cut here ]------------
[ 4235.057076] WARNING: CPU: 5 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4235.057089] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4235.057239]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4235.057341] CPU: 5 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4235.057347] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4235.057352] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4235.057358] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4235.057363] RSP: 0018:ffffa7991cccf6e0 EFLAGS: 00010246
[ 4235.057369] RAX: 0000000000000000 RBX: ffff8f97a7781790 RCX: 0000000000000000
[ 4235.057374] RDX: 0000000000000000 RSI: ffff8f97a7781710 RDI: ffffa7991cccf708
[ 4235.057377] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4235.057381] R10: ffff8f97a7781790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4235.057386] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4235.057390] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b62f8b40
[ 4235.057394] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4235.057398] CR2: 00000000b2415000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4235.057402] PKRU: 55555554
[ 4235.057406] Call Trace:
[ 4235.057411]  <TASK>
[ 4235.057422]  submit_one_bio+0xd4/0xe0
[ 4235.057433]  submit_extent_page+0x142/0x550
[ 4235.057456]  read_extent_buffer_pages+0x584/0x9c0
[ 4235.057469]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4235.057478]  ? folio_unlock+0x1d/0x50
[ 4235.057489]  btrfs_read_extent_buffer+0x98/0x150
[ 4235.057500]  read_tree_block+0x43/0xa0
[ 4235.057507]  read_block_for_search+0x266/0x370
[ 4235.057528]  btrfs_search_slot+0x351/0xd30
[ 4235.057548]  btrfs_lookup_csum+0x63/0x150
[ 4235.057561]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4235.057572]  ? btrfs_do_readpage+0x305/0x770
[ 4235.057585]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4235.057593]  submit_one_bio+0xc4/0xe0
[ 4235.057603]  btrfs_read_folio+0x79/0x90
[ 4235.057610]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4235.057616]  prepare_uptodate_page+0x8c/0x210
[ 4235.057623]  prepare_pages.constprop.0+0xa2/0x300
[ 4235.057637]  btrfs_buffered_write+0x2ca/0x940
[ 4235.057662]  btrfs_do_write_iter+0x384/0x5d0
[ 4235.057670]  ? lock_is_held_type+0xe8/0x140
[ 4235.057683]  vfs_write+0x269/0x4f0
[ 4235.057701]  ksys_write+0x64/0xe0
[ 4235.057710]  __do_fast_syscall_32+0x88/0xf0
[ 4235.057717]  ? __do_fast_syscall_32+0x94/0xf0
[ 4235.057722]  ? __do_fast_syscall_32+0x94/0xf0
[ 4235.057728]  ? __do_fast_syscall_32+0x94/0xf0
[ 4235.057734]  ? __do_fast_syscall_32+0x94/0xf0
[ 4235.057771]  do_fast_syscall_32+0x2f/0x70
[ 4235.057779]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4235.057786] RIP: 0023:0xf7fc0579
[ 4235.057810] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4235.057815] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4235.057820] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000bacff010
[ 4235.057824] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4235.057828] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4235.057832] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4235.057836] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4235.057855]  </TASK>
[ 4235.057859] irq event stamp: 91817795
[ 4235.057863] hardirqs last  enabled at (91817803): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4235.057870] hardirqs last disabled at (91817810): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4235.057874] softirqs last  enabled at (91817700): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4235.057880] softirqs last disabled at (91817693): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4235.057885] ---[ end trace 0000000000000000 ]---
[ 4235.154240] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4235.154282] [drm] PSP is resuming...
[ 4235.230342] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4235.333789] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4235.347714] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4235.347727] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4235.347736] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4235.347766] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4235.347825] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4235.402603] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4235.404059] [drm] DMUB hardware initialized: version=0x02020017
[ 4235.443086] [drm] kiq ring mec 2 pipe 1 q 0
[ 4235.448175] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4235.448409] [drm] JPEG decode initialized successfully.
[ 4235.448434] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4235.448438] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4235.448440] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4235.448443] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4235.448445] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4235.448448] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4235.448450] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4235.448453] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4235.448455] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4235.448457] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4235.448460] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4235.448462] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4235.448464] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4235.448467] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4235.448469] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4235.448471] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4235.452046] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4237.845339] ------------[ cut here ]------------
[ 4237.845348] WARNING: CPU: 8 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4237.845356] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4237.845442]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4237.845502] CPU: 8 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4237.845506] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4237.845509] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4237.845512] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4237.845515] RSP: 0018:ffffa7991cccf6f0 EFLAGS: 00010246
[ 4237.845519] RAX: 0000000000000000 RBX: ffff8fa4187c7a90 RCX: 0000000000000000
[ 4237.845521] RDX: 0000000000000000 RSI: ffff8fa4187c7a10 RDI: ffffa7991cccf718
[ 4237.845524] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4237.845526] R10: ffff8fa4187c7a90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4237.845528] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4237.845531] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b62f8b40
[ 4237.845533] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4237.845536] CR2: 000035b6002a4008 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4237.845538] PKRU: 55555554
[ 4237.845540] Call Trace:
[ 4237.845543]  <TASK>
[ 4237.845551]  submit_one_bio+0xd4/0xe0
[ 4237.845558]  submit_extent_page+0x142/0x550
[ 4237.845571]  read_extent_buffer_pages+0x584/0x9c0
[ 4237.845579]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4237.845584]  ? folio_unlock+0x1d/0x50
[ 4237.845590]  btrfs_read_extent_buffer+0x98/0x150
[ 4237.845596]  read_tree_block+0x43/0xa0
[ 4237.845600]  read_block_for_search+0x266/0x370
[ 4237.845613]  btrfs_search_slot+0x351/0xd30
[ 4237.845624]  btrfs_lookup_csum+0x63/0x150
[ 4237.845632]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4237.845638]  ? btrfs_do_readpage+0x305/0x770
[ 4237.845645]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4237.845650]  submit_one_bio+0xc4/0xe0
[ 4237.845655]  btrfs_read_folio+0x79/0x90
[ 4237.845659]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4237.845663]  prepare_uptodate_page+0x8c/0x210
[ 4237.845667]  prepare_pages.constprop.0+0xa2/0x300
[ 4237.845675]  btrfs_buffered_write+0x2ca/0x940
[ 4237.845689]  btrfs_do_write_iter+0x384/0x5d0
[ 4237.845693]  ? lock_is_held_type+0xe8/0x140
[ 4237.845701]  vfs_write+0x269/0x4f0
[ 4237.845712]  ksys_write+0x64/0xe0
[ 4237.845716]  __do_fast_syscall_32+0x88/0xf0
[ 4237.845721]  ? __do_fast_syscall_32+0x94/0xf0
[ 4237.845724]  ? __do_fast_syscall_32+0x94/0xf0
[ 4237.845728]  ? __do_fast_syscall_32+0x94/0xf0
[ 4237.845731]  ? __do_fast_syscall_32+0x94/0xf0
[ 4237.845735]  do_fast_syscall_32+0x2f/0x70
[ 4237.845739]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4237.845759] RIP: 0023:0xf7fc0579
[ 4237.845781] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4237.845784] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4237.845787] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3d2f010
[ 4237.845790] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4237.845792] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4237.845794] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4237.845796] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4237.845807]  </TASK>
[ 4237.845809] irq event stamp: 92453985
[ 4237.845811] hardirqs last  enabled at (92453993): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4237.845816] hardirqs last disabled at (92454000): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4237.845818] softirqs last  enabled at (92451188): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4237.845822] softirqs last disabled at (92451179): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4237.845825] ---[ end trace 0000000000000000 ]---
[ 4238.286504] ------------[ cut here ]------------
[ 4238.286515] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4238.286525] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4238.286691]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4238.286830] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4238.286836] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4238.286841] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4238.286847] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4238.286852] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4238.286859] RAX: 0000000000000000 RBX: ffff8f9722bca910 RCX: 0000000000000000
[ 4238.286863] RDX: 0000000000000000 RSI: ffff8f9722bca890 RDI: ffffa7991cccf690
[ 4238.286867] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4238.286872] R10: ffff8f9722bca910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4238.286876] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4238.286880] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4238.286885] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4238.286889] CR2: 000002ae0009f000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4238.286893] PKRU: 55555554
[ 4238.286898] Call Trace:
[ 4238.286902]  <TASK>
[ 4238.286914]  submit_one_bio+0xd4/0xe0
[ 4238.286925]  submit_extent_page+0x142/0x550
[ 4238.286950]  read_extent_buffer_pages+0x584/0x9c0
[ 4238.286964]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4238.286973]  ? folio_unlock+0x1d/0x50
[ 4238.286985]  btrfs_read_extent_buffer+0x98/0x150
[ 4238.286997]  read_tree_block+0x43/0xa0
[ 4238.287005]  read_block_for_search+0x266/0x370
[ 4238.287029]  btrfs_search_slot+0x351/0xd30
[ 4238.287049]  btrfs_lookup_csum+0x63/0x150
[ 4238.287063]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4238.287075]  ? btrfs_do_readpage+0x305/0x770
[ 4238.287089]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4238.287097]  submit_one_bio+0xc4/0xe0
[ 4238.287107]  btrfs_read_folio+0x79/0x90
[ 4238.287114]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4238.287121]  prepare_uptodate_page+0x8c/0x210
[ 4238.287129]  prepare_pages.constprop.0+0x134/0x300
[ 4238.287144]  btrfs_buffered_write+0x2ca/0x940
[ 4238.287171]  btrfs_do_write_iter+0x384/0x5d0
[ 4238.287178]  ? lock_is_held_type+0xe8/0x140
[ 4238.287192]  vfs_write+0x269/0x4f0
[ 4238.287212]  ksys_write+0x64/0xe0
[ 4238.287221]  __do_fast_syscall_32+0x88/0xf0
[ 4238.287229]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287236]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287242]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4238.287249]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287256]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287262]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4238.287269]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287275]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287280]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.287289]  do_fast_syscall_32+0x2f/0x70
[ 4238.287296]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4238.287303] RIP: 0023:0xf7fc0579
[ 4238.287327] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4238.287332] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4238.287338] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000becff010
[ 4238.287343] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4238.287347] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4238.287351] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4238.287355] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4238.287377]  </TASK>
[ 4238.287381] irq event stamp: 92514871
[ 4238.287385] hardirqs last  enabled at (92514879): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4238.287392] hardirqs last disabled at (92514886): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4238.287397] softirqs last  enabled at (92514202): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4238.287404] softirqs last disabled at (92514195): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4238.287409] ---[ end trace 0000000000000000 ]---
[ 4238.294175] ------------[ cut here ]------------
[ 4238.294183] WARNING: CPU: 6 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4238.294189] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4238.294278]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4238.294338] CPU: 6 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4238.294342] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4238.294345] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4238.294348] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4238.294351] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4238.294355] RAX: 0000000000000000 RBX: ffff8f9dbcbae3d0 RCX: 0000000000000000
[ 4238.294357] RDX: 0000000000000000 RSI: ffff8f9dbcbae350 RDI: ffffa7991cccf690
[ 4238.294359] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4238.294362] R10: ffff8f9dbcbae3d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4238.294364] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4238.294366] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b62f8b40
[ 4238.294369] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4238.294371] CR2: 00000000b3a2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4238.294374] PKRU: 55555554
[ 4238.294376] Call Trace:
[ 4238.294379]  <TASK>
[ 4238.294386]  submit_one_bio+0xd4/0xe0
[ 4238.294393]  submit_extent_page+0x142/0x550
[ 4238.294406]  read_extent_buffer_pages+0x584/0x9c0
[ 4238.294414]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4238.294419]  ? folio_unlock+0x1d/0x50
[ 4238.294425]  btrfs_read_extent_buffer+0x98/0x150
[ 4238.294431]  read_tree_block+0x43/0xa0
[ 4238.294435]  read_block_for_search+0x266/0x370
[ 4238.294448]  btrfs_search_slot+0x351/0xd30
[ 4238.294459]  btrfs_lookup_csum+0x63/0x150
[ 4238.294467]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4238.294473]  ? btrfs_do_readpage+0x305/0x770
[ 4238.294480]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4238.294485]  submit_one_bio+0xc4/0xe0
[ 4238.294490]  btrfs_read_folio+0x79/0x90
[ 4238.294494]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4238.294498]  prepare_uptodate_page+0x8c/0x210
[ 4238.294502]  prepare_pages.constprop.0+0xa2/0x300
[ 4238.294510]  btrfs_buffered_write+0x2ca/0x940
[ 4238.294524]  btrfs_do_write_iter+0x384/0x5d0
[ 4238.294528]  ? lock_is_held_type+0xe8/0x140
[ 4238.294536]  vfs_write+0x269/0x4f0
[ 4238.294547]  ksys_write+0x64/0xe0
[ 4238.294552]  __do_fast_syscall_32+0x88/0xf0
[ 4238.294557]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4238.294562]  ? lock_is_held_type+0xe8/0x140
[ 4238.294568]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.294572]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4238.294576]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.294579]  ? __do_fast_syscall_32+0x94/0xf0
[ 4238.294584]  do_fast_syscall_32+0x2f/0x70
[ 4238.294588]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4238.294593] RIP: 0023:0xf7fc0579
[ 4238.294614] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4238.294617] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4238.294621] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b50db010
[ 4238.294623] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4238.294625] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4238.294627] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4238.294630] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4238.294640]  </TASK>
[ 4238.294642] irq event stamp: 92526049
[ 4238.294644] hardirqs last  enabled at (92526057): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4238.294649] hardirqs last disabled at (92526064): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4238.294652] softirqs last  enabled at (92523602): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4238.294655] softirqs last disabled at (92523595): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4238.294658] ---[ end trace 0000000000000000 ]---
[ 4239.494988] ------------[ cut here ]------------
[ 4239.495001] WARNING: CPU: 6 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4239.495011] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4239.495171]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4239.495281] CPU: 6 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4239.495287] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4239.495292] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4239.495298] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4239.495303] RSP: 0018:ffffa7991cccf638 EFLAGS: 00010246
[ 4239.495309] RAX: 0000000000000000 RBX: ffff8f9dbcbae050 RCX: 0000000000000000
[ 4239.495314] RDX: 0000000000000000 RSI: ffff8f9dbcbadfd0 RDI: ffffa7991cccf660
[ 4239.495318] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4239.495323] R10: ffff8f9dbcbae050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4239.495327] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4239.495331] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b62f8b40
[ 4239.495336] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4239.495340] CR2: 00003de7007b3000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4239.495345] PKRU: 55555554
[ 4239.495349] Call Trace:
[ 4239.495354]  <TASK>
[ 4239.495366]  submit_one_bio+0xd4/0xe0
[ 4239.495377]  submit_extent_page+0x142/0x550
[ 4239.495403]  read_extent_buffer_pages+0x584/0x9c0
[ 4239.495417]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4239.495426]  ? folio_unlock+0x1d/0x50
[ 4239.495437]  btrfs_read_extent_buffer+0x98/0x150
[ 4239.495449]  read_tree_block+0x43/0xa0
[ 4239.495457]  read_block_for_search+0x266/0x370
[ 4239.495479]  btrfs_search_slot+0x351/0xd30
[ 4239.495500]  btrfs_lookup_csum+0x63/0x150
[ 4239.495513]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4239.495524]  ? btrfs_do_readpage+0x305/0x770
[ 4239.495537]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4239.495546]  submit_one_bio+0xc4/0xe0
[ 4239.495556]  btrfs_read_folio+0x79/0x90
[ 4239.495563]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4239.495570]  prepare_uptodate_page+0x8c/0x210
[ 4239.495578]  prepare_pages.constprop.0+0x134/0x300
[ 4239.495593]  btrfs_buffered_write+0x2ca/0x940
[ 4239.495619]  btrfs_do_write_iter+0x384/0x5d0
[ 4239.495627]  ? lock_is_held_type+0xe8/0x140
[ 4239.495641]  vfs_write+0x269/0x4f0
[ 4239.495660]  ksys_write+0x64/0xe0
[ 4239.495669]  __do_fast_syscall_32+0x88/0xf0
[ 4239.495677]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4239.495686]  ? lock_is_held_type+0xe8/0x140
[ 4239.495697]  ? __do_fast_syscall_32+0x94/0xf0
[ 4239.495702]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4239.495709]  ? __do_fast_syscall_32+0x94/0xf0
[ 4239.495715]  ? __do_fast_syscall_32+0x94/0xf0
[ 4239.495720]  ? __do_fast_syscall_32+0x94/0xf0
[ 4239.495727]  ? __do_fast_syscall_32+0x94/0xf0
[ 4239.495733]  ? __do_fast_syscall_32+0x94/0xf0
[ 4239.495771]  do_fast_syscall_32+0x2f/0x70
[ 4239.495779]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4239.495786] RIP: 0023:0xf7fc0579
[ 4239.495821] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4239.495826] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4239.495832] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000ddd02010
[ 4239.495837] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4239.495841] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4239.495845] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4239.495849] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4239.495869]  </TASK>
[ 4239.495873] irq event stamp: 92757543
[ 4239.495877] hardirqs last  enabled at (92757551): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4239.495884] hardirqs last disabled at (92757558): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4239.495889] softirqs last  enabled at (92756030): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4239.495896] softirqs last disabled at (92756021): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4239.495901] ---[ end trace 0000000000000000 ]---
[ 4240.048986] ------------[ cut here ]------------
[ 4240.048998] WARNING: CPU: 12 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4240.049007] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4240.049134]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4240.049196] CPU: 12 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4240.049199] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4240.049202] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4240.049206] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4240.049209] RSP: 0018:ffffa7991cccf6a0 EFLAGS: 00010246
[ 4240.049213] RAX: 0000000000000000 RBX: ffff8f9790274d10 RCX: 0000000000000000
[ 4240.049215] RDX: 0000000000000000 RSI: ffff8f9790274c90 RDI: ffffa7991cccf6c8
[ 4240.049218] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4240.049220] R10: ffff8f9790274d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4240.049222] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4240.049225] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b62f8b40
[ 4240.049227] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4240.049230] CR2: 00000000b2314000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4240.049232] PKRU: 55555554
[ 4240.049234] Call Trace:
[ 4240.049237]  <TASK>
[ 4240.049244]  submit_one_bio+0xd4/0xe0
[ 4240.049251]  submit_extent_page+0x142/0x550
[ 4240.049265]  read_extent_buffer_pages+0x584/0x9c0
[ 4240.049272]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4240.049277]  ? folio_unlock+0x1d/0x50
[ 4240.049284]  btrfs_read_extent_buffer+0x98/0x150
[ 4240.049290]  read_tree_block+0x43/0xa0
[ 4240.049294]  read_block_for_search+0x266/0x370
[ 4240.049307]  btrfs_search_slot+0x351/0xd30
[ 4240.049318]  btrfs_lookup_csum+0x63/0x150
[ 4240.049326]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4240.049332]  ? btrfs_do_readpage+0x305/0x770
[ 4240.049339]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4240.049344]  submit_one_bio+0xc4/0xe0
[ 4240.049350]  btrfs_read_folio+0x79/0x90
[ 4240.049353]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4240.049357]  prepare_uptodate_page+0x8c/0x210
[ 4240.049361]  prepare_pages.constprop.0+0xa2/0x300
[ 4240.049369]  btrfs_buffered_write+0x2ca/0x940
[ 4240.049383]  btrfs_do_write_iter+0x384/0x5d0
[ 4240.049387]  ? lock_is_held_type+0xe8/0x140
[ 4240.049396]  vfs_write+0x269/0x4f0
[ 4240.049407]  ksys_write+0x64/0xe0
[ 4240.049411]  __do_fast_syscall_32+0x88/0xf0
[ 4240.049416]  ? __do_fast_syscall_32+0x94/0xf0
[ 4240.049419]  ? __do_fast_syscall_32+0x94/0xf0
[ 4240.049422]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4240.049426]  ? __do_fast_syscall_32+0x94/0xf0
[ 4240.049430]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4240.049433]  ? __do_fast_syscall_32+0x94/0xf0
[ 4240.049437]  ? __do_fast_syscall_32+0x94/0xf0
[ 4240.049440]  ? __do_fast_syscall_32+0x94/0xf0
[ 4240.049445]  do_fast_syscall_32+0x2f/0x70
[ 4240.049449]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4240.049454] RIP: 0023:0xf7fc0579
[ 4240.049476] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4240.049479] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4240.049482] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4240.049485] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4240.049487] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4240.049489] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4240.049491] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4240.049502]  </TASK>
[ 4240.049504] irq event stamp: 92850873
[ 4240.049506] hardirqs last  enabled at (92850881): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4240.049511] hardirqs last disabled at (92850888): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4240.049514] softirqs last  enabled at (92849262): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4240.049517] softirqs last disabled at (92849257): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4240.049520] ---[ end trace 0000000000000000 ]---
[ 4244.642431] ------------[ cut here ]------------
[ 4244.642443] WARNING: CPU: 11 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4244.642454] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4244.642612]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4244.642720] CPU: 11 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4244.642726] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4244.642731] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4244.642737] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4244.642762] RSP: 0018:ffffa7991cccf6a8 EFLAGS: 00010246
[ 4244.642769] RAX: 0000000000000000 RBX: ffff8fa42c568610 RCX: 0000000000000000
[ 4244.642773] RDX: 0000000000000000 RSI: ffff8fa42c568590 RDI: ffffa7991cccf6d0
[ 4244.642777] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4244.642781] R10: ffff8fa42c568610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4244.642785] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4244.642789] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b62f8b40
[ 4244.642794] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4244.642798] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4244.642802] PKRU: 55555554
[ 4244.642806] Call Trace:
[ 4244.642811]  <TASK>
[ 4244.642823]  submit_one_bio+0xd4/0xe0
[ 4244.642834]  submit_extent_page+0x142/0x550
[ 4244.642858]  read_extent_buffer_pages+0x584/0x9c0
[ 4244.642872]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4244.642881]  ? folio_unlock+0x1d/0x50
[ 4244.642892]  btrfs_read_extent_buffer+0x98/0x150
[ 4244.642903]  read_tree_block+0x43/0xa0
[ 4244.642911]  read_block_for_search+0x266/0x370
[ 4244.642933]  btrfs_search_slot+0x351/0xd30
[ 4244.642953]  btrfs_lookup_csum+0x63/0x150
[ 4244.642967]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4244.642978]  ? btrfs_do_readpage+0x305/0x770
[ 4244.642991]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4244.643000]  submit_one_bio+0xc4/0xe0
[ 4244.643010]  btrfs_read_folio+0x79/0x90
[ 4244.643017]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4244.643023]  prepare_uptodate_page+0x8c/0x210
[ 4244.643031]  prepare_pages.constprop.0+0xa2/0x300
[ 4244.643045]  btrfs_buffered_write+0x2ca/0x940
[ 4244.643072]  btrfs_do_write_iter+0x384/0x5d0
[ 4244.643079]  ? lock_is_held_type+0xe8/0x140
[ 4244.643093]  vfs_write+0x269/0x4f0
[ 4244.643112]  ksys_write+0x64/0xe0
[ 4244.643121]  __do_fast_syscall_32+0x88/0xf0
[ 4244.643127]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643133]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643140]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643146]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4244.643153]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643159]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643164]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643169]  ? __do_fast_syscall_32+0x94/0xf0
[ 4244.643178]  do_fast_syscall_32+0x2f/0x70
[ 4244.643185]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4244.643191] RIP: 0023:0xf7fc0579
[ 4244.643216] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4244.643220] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4244.643227] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000cc6fe010
[ 4244.643231] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4244.643235] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4244.643239] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4244.643243] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4244.643264]  </TASK>
[ 4244.643268] irq event stamp: 93492773
[ 4244.643272] hardirqs last  enabled at (93492781): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4244.643279] hardirqs last disabled at (93492788): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4244.643284] softirqs last  enabled at (93489018): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4244.643290] softirqs last disabled at (93489011): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4244.643295] ---[ end trace 0000000000000000 ]---
[ 4246.760884] ------------[ cut here ]------------
[ 4246.760895] WARNING: CPU: 7 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4246.760905] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4246.760993]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4246.761054] CPU: 7 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4246.761058] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4246.761060] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4246.761064] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4246.761066] RSP: 0018:ffffa7991cccf670 EFLAGS: 00010246
[ 4246.761070] RAX: 0000000000000000 RBX: ffff8f971fb1ae50 RCX: 0000000000000000
[ 4246.761073] RDX: 0000000000000000 RSI: ffff8f971fb1add0 RDI: ffffa7991cccf698
[ 4246.761075] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4246.761077] R10: ffff8f971fb1ae50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4246.761080] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4246.761082] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b62f8b40
[ 4246.761085] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4246.761087] CR2: 000035b6002ab000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4246.761090] PKRU: 55555554
[ 4246.761092] Call Trace:
[ 4246.761095]  <TASK>
[ 4246.761102]  submit_one_bio+0xd4/0xe0
[ 4246.761109]  submit_extent_page+0x142/0x550
[ 4246.761122]  read_extent_buffer_pages+0x584/0x9c0
[ 4246.761130]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4246.761134]  ? folio_unlock+0x1d/0x50
[ 4246.761141]  btrfs_read_extent_buffer+0x98/0x150
[ 4246.761147]  read_tree_block+0x43/0xa0
[ 4246.761151]  read_block_for_search+0x266/0x370
[ 4246.761164]  btrfs_search_slot+0x351/0xd30
[ 4246.761175]  btrfs_lookup_csum+0x63/0x150
[ 4246.761182]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4246.761188]  ? btrfs_do_readpage+0x305/0x770
[ 4246.761195]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4246.761200]  submit_one_bio+0xc4/0xe0
[ 4246.761206]  btrfs_read_folio+0x79/0x90
[ 4246.761210]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4246.761213]  prepare_uptodate_page+0x8c/0x210
[ 4246.761217]  prepare_pages.constprop.0+0xa2/0x300
[ 4246.761225]  btrfs_buffered_write+0x2ca/0x940
[ 4246.761239]  btrfs_do_write_iter+0x384/0x5d0
[ 4246.761243]  ? lock_is_held_type+0xe8/0x140
[ 4246.761251]  vfs_write+0x269/0x4f0
[ 4246.761262]  ksys_write+0x64/0xe0
[ 4246.761267]  __do_fast_syscall_32+0x88/0xf0
[ 4246.761272]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4246.761278]  ? lock_is_held_type+0xe8/0x140
[ 4246.761284]  ? __do_fast_syscall_32+0x94/0xf0
[ 4246.761287]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4246.761291]  ? __do_fast_syscall_32+0x94/0xf0
[ 4246.761296]  do_fast_syscall_32+0x2f/0x70
[ 4246.761300]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4246.761305] RIP: 0023:0xf7fc0579
[ 4246.761326] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4246.761328] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4246.761332] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3d2f010
[ 4246.761334] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4246.761336] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4246.761338] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4246.761341] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4246.761351]  </TASK>
[ 4246.761353] irq event stamp: 93749989
[ 4246.761355] hardirqs last  enabled at (93749997): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4246.761360] hardirqs last disabled at (93750004): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4246.761363] softirqs last  enabled at (93748530): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4246.761367] softirqs last disabled at (93748523): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4246.761370] ---[ end trace 0000000000000000 ]---
[ 4257.493937] ------------[ cut here ]------------
[ 4257.493949] WARNING: CPU: 12 PID: 6737 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4257.493960] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4257.494066]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4257.494134] CPU: 12 PID: 6737 Comm: kworker/u32:3 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4257.494137] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4257.494140] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4257.494146] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4257.494150] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4257.494153] RSP: 0018:ffffa79916237860 EFLAGS: 00010246
[ 4257.494157] RAX: 0000000000000000 RBX: ffff8f9790277e10 RCX: 0000000000000000
[ 4257.494160] RDX: 0000000000000000 RSI: ffff8f9790277d90 RDI: ffffa79916237888
[ 4257.494162] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4257.494165] R10: ffff8f9790277e10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4257.494167] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4257.494170] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 4257.494173] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4257.494175] CR2: 00007faa966086a0 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4257.494178] PKRU: 55555554
[ 4257.494181] Call Trace:
[ 4257.494183]  <TASK>
[ 4257.494192]  submit_one_bio+0xd4/0xe0
[ 4257.494199]  submit_extent_page+0x142/0x550
[ 4257.494214]  read_extent_buffer_pages+0x584/0x9c0
[ 4257.494223]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4257.494228]  ? folio_unlock+0x1d/0x50
[ 4257.494235]  btrfs_read_extent_buffer+0x98/0x150
[ 4257.494242]  read_tree_block+0x43/0xa0
[ 4257.494246]  read_block_for_search+0x266/0x370
[ 4257.494260]  btrfs_search_slot+0x351/0xd30
[ 4257.494269]  ? lock_is_held_type+0xe8/0x140
[ 4257.494277]  btrfs_lookup_csum+0x63/0x150
[ 4257.494285]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4257.494289]  ? sched_clock_cpu+0x9f/0xc0
[ 4257.494295]  ? lock_release+0x14b/0x440
[ 4257.494302]  ? _raw_read_unlock+0x29/0x50
[ 4257.494309]  btrfs_finish_ordered_io+0x441/0x860
[ 4257.494324]  btrfs_work_helper+0xfe/0x400
[ 4257.494328]  ? lock_is_held_type+0xe8/0x140
[ 4257.494335]  process_one_work+0x294/0x5b0
[ 4257.494345]  worker_thread+0x4f/0x3a0
[ 4257.494351]  ? __pfx_worker_thread+0x10/0x10
[ 4257.494354]  kthread+0xf5/0x120
[ 4257.494358]  ? __pfx_kthread+0x10/0x10
[ 4257.494363]  ret_from_fork+0x2c/0x50
[ 4257.494376]  </TASK>
[ 4257.494379] irq event stamp: 66362077
[ 4257.494381] hardirqs last  enabled at (66362085): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4257.494385] hardirqs last disabled at (66362092): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4257.494388] softirqs last  enabled at (66360794): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4257.494393] softirqs last disabled at (66360792): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4257.494396] ---[ end trace 0000000000000000 ]---
[ 4257.913226] ------------[ cut here ]------------
[ 4257.913237] WARNING: CPU: 13 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4257.913247] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4257.913401]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4257.913507] CPU: 13 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4257.913513] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4257.913518] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4257.913523] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4257.913528] RSP: 0018:ffffa7991cccf678 EFLAGS: 00010246
[ 4257.913534] RAX: 0000000000000000 RBX: ffff8f9aa0d56ad0 RCX: 0000000000000000
[ 4257.913539] RDX: 0000000000000000 RSI: ffff8f9aa0d56a50 RDI: ffffa7991cccf6a0
[ 4257.913543] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4257.913547] R10: ffff8f9aa0d56ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4257.913551] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4257.913555] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b62f8b40
[ 4257.913560] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4257.913564] CR2: 00000000dde02000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4257.913568] PKRU: 55555554
[ 4257.913572] Call Trace:
[ 4257.913576]  <TASK>
[ 4257.913588]  submit_one_bio+0xd4/0xe0
[ 4257.913599]  submit_extent_page+0x142/0x550
[ 4257.913623]  read_extent_buffer_pages+0x584/0x9c0
[ 4257.913636]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4257.913645]  ? folio_unlock+0x1d/0x50
[ 4257.913656]  btrfs_read_extent_buffer+0x98/0x150
[ 4257.913667]  read_tree_block+0x43/0xa0
[ 4257.913674]  read_block_for_search+0x266/0x370
[ 4257.913696]  btrfs_search_slot+0x351/0xd30
[ 4257.913715]  btrfs_lookup_csum+0x63/0x150
[ 4257.913728]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4257.913739]  ? btrfs_do_readpage+0x305/0x770
[ 4257.913774]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4257.913783]  submit_one_bio+0xc4/0xe0
[ 4257.913792]  btrfs_read_folio+0x79/0x90
[ 4257.913799]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4257.913805]  prepare_uptodate_page+0x8c/0x210
[ 4257.913813]  prepare_pages.constprop.0+0xa2/0x300
[ 4257.913827]  btrfs_buffered_write+0x2ca/0x940
[ 4257.913853]  btrfs_do_write_iter+0x384/0x5d0
[ 4257.913860]  ? lock_is_held_type+0xe8/0x140
[ 4257.913873]  vfs_write+0x269/0x4f0
[ 4257.913893]  ksys_write+0x64/0xe0
[ 4257.913901]  __do_fast_syscall_32+0x88/0xf0
[ 4257.913909]  ? __do_fast_syscall_32+0x94/0xf0
[ 4257.913919]  ? __do_fast_syscall_32+0x94/0xf0
[ 4257.913925]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4257.913932]  ? __do_fast_syscall_32+0x94/0xf0
[ 4257.913938]  ? __do_fast_syscall_32+0x94/0xf0
[ 4257.913947]  do_fast_syscall_32+0x2f/0x70
[ 4257.913954]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4257.913960] RIP: 0023:0xf7fc0579
[ 4257.913987] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4257.913991] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4257.913997] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000cc6fe010
[ 4257.914002] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4257.914006] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4257.914010] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4257.914014] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4257.914033]  </TASK>
[ 4257.914037] irq event stamp: 94707571
[ 4257.914041] hardirqs last  enabled at (94707579): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4257.914048] hardirqs last disabled at (94707586): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4257.914052] softirqs last  enabled at (94704230): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4257.914059] softirqs last disabled at (94704223): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4257.914063] ---[ end trace 0000000000000000 ]---
[ 4260.526493] ------------[ cut here ]------------
[ 4260.526505] WARNING: CPU: 12 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4260.526515] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4260.526670]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4260.526800] CPU: 12 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4260.526806] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4260.526811] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4260.526817] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4260.526822] RSP: 0018:ffffa7991cccf660 EFLAGS: 00010246
[ 4260.526828] RAX: 0000000000000000 RBX: ffff8f9790276ad0 RCX: 0000000000000000
[ 4260.526832] RDX: 0000000000000000 RSI: ffff8f9790276a50 RDI: ffffa7991cccf688
[ 4260.526837] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4260.526841] R10: ffff8f9790276ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4260.526845] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4260.526850] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b62f8b40
[ 4260.526855] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4260.526859] CR2: 00003de700710000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4260.526863] PKRU: 55555554
[ 4260.526867] Call Trace:
[ 4260.526872]  <TASK>
[ 4260.526884]  submit_one_bio+0xd4/0xe0
[ 4260.526895]  submit_extent_page+0x142/0x550
[ 4260.526919]  read_extent_buffer_pages+0x584/0x9c0
[ 4260.526932]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4260.526941]  ? folio_unlock+0x1d/0x50
[ 4260.526953]  btrfs_read_extent_buffer+0x98/0x150
[ 4260.526964]  read_tree_block+0x43/0xa0
[ 4260.526971]  read_block_for_search+0x266/0x370
[ 4260.526994]  btrfs_search_slot+0x351/0xd30
[ 4260.527015]  btrfs_lookup_csum+0x63/0x150
[ 4260.527028]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4260.527040]  ? btrfs_do_readpage+0x305/0x770
[ 4260.527053]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4260.527061]  submit_one_bio+0xc4/0xe0
[ 4260.527071]  btrfs_read_folio+0x79/0x90
[ 4260.527079]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4260.527085]  prepare_uptodate_page+0x8c/0x210
[ 4260.527093]  prepare_pages.constprop.0+0xa2/0x300
[ 4260.527108]  btrfs_buffered_write+0x2ca/0x940
[ 4260.527135]  btrfs_do_write_iter+0x384/0x5d0
[ 4260.527142]  ? lock_is_held_type+0xe8/0x140
[ 4260.527156]  vfs_write+0x269/0x4f0
[ 4260.527175]  ksys_write+0x64/0xe0
[ 4260.527184]  __do_fast_syscall_32+0x88/0xf0
[ 4260.527195]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527201]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4260.527208]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527213]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527219]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527225]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4260.527231]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527236]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527241]  ? __do_fast_syscall_32+0x94/0xf0
[ 4260.527250]  do_fast_syscall_32+0x2f/0x70
[ 4260.527257]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4260.527263] RIP: 0023:0xf7fc0579
[ 4260.527289] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4260.527294] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4260.527300] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3d2f010
[ 4260.527304] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4260.527309] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4260.527313] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4260.527317] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4260.527337]  </TASK>
[ 4260.527341] irq event stamp: 95026255
[ 4260.527345] hardirqs last  enabled at (95026263): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4260.527352] hardirqs last disabled at (95026270): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4260.527357] softirqs last  enabled at (95022378): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4260.527363] softirqs last disabled at (95022373): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4260.527368] ---[ end trace 0000000000000000 ]---
[ 4262.117165] ------------[ cut here ]------------
[ 4262.117177] WARNING: CPU: 14 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4262.117188] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4262.117345]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4262.117451] CPU: 14 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4262.117457] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4262.117461] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4262.117466] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4262.117471] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4262.117477] RAX: 0000000000000000 RBX: ffff8f97172d71d0 RCX: 0000000000000000
[ 4262.117482] RDX: 0000000000000000 RSI: ffff8f97172d7150 RDI: ffffa7991cccf690
[ 4262.117485] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4262.117489] R10: ffff8f97172d71d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4262.117493] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4262.117497] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b62f8b40
[ 4262.117502] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4262.117505] CR2: 00000000b2d1f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4262.117510] PKRU: 55555554
[ 4262.117514] Call Trace:
[ 4262.117518]  <TASK>
[ 4262.117529]  submit_one_bio+0xd4/0xe0
[ 4262.117539]  submit_extent_page+0x142/0x550
[ 4262.117563]  read_extent_buffer_pages+0x584/0x9c0
[ 4262.117576]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4262.117585]  ? folio_unlock+0x1d/0x50
[ 4262.117596]  btrfs_read_extent_buffer+0x98/0x150
[ 4262.117607]  read_tree_block+0x43/0xa0
[ 4262.117614]  read_block_for_search+0x266/0x370
[ 4262.117635]  btrfs_search_slot+0x351/0xd30
[ 4262.117655]  btrfs_lookup_csum+0x63/0x150
[ 4262.117668]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4262.117679]  ? btrfs_do_readpage+0x305/0x770
[ 4262.117692]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4262.117700]  submit_one_bio+0xc4/0xe0
[ 4262.117710]  btrfs_read_folio+0x79/0x90
[ 4262.117717]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4262.117724]  prepare_uptodate_page+0x8c/0x210
[ 4262.117731]  prepare_pages.constprop.0+0xa2/0x300
[ 4262.117769]  btrfs_buffered_write+0x2ca/0x940
[ 4262.117795]  btrfs_do_write_iter+0x384/0x5d0
[ 4262.117803]  ? lock_is_held_type+0xe8/0x140
[ 4262.117817]  vfs_write+0x269/0x4f0
[ 4262.117835]  ksys_write+0x64/0xe0
[ 4262.117844]  __do_fast_syscall_32+0x88/0xf0
[ 4262.117851]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117856]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4262.117863]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117873]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117879]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4262.117886]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117891]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117896]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117901]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117906]  ? __do_fast_syscall_32+0x94/0xf0
[ 4262.117914]  do_fast_syscall_32+0x2f/0x70
[ 4262.117921]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4262.117928] RIP: 0023:0xf7fc0579
[ 4262.117953] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4262.117958] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4262.117964] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b5af1010
[ 4262.117968] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4262.117972] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4262.117976] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4262.117980] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4262.118000]  </TASK>
[ 4262.118004] irq event stamp: 95182603
[ 4262.118008] hardirqs last  enabled at (95182611): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4262.118014] hardirqs last disabled at (95182618): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4262.118019] softirqs last  enabled at (95179482): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4262.118026] softirqs last disabled at (95179477): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4262.118030] ---[ end trace 0000000000000000 ]---
[ 4265.114102] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4265.114132] [drm] PSP is resuming...
[ 4265.190699] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4265.294231] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4265.308007] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4265.308019] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4265.308028] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4265.308034] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4265.308091] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4265.362078] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4265.363471] [drm] DMUB hardware initialized: version=0x02020017
[ 4265.401636] [drm] kiq ring mec 2 pipe 1 q 0
[ 4265.406612] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4265.406814] [drm] JPEG decode initialized successfully.
[ 4265.406844] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4265.406849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4265.406854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4265.406858] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4265.406862] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4265.406866] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4265.406870] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4265.406874] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4265.406878] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4265.406883] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4265.406886] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4265.406891] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4265.406895] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4265.406899] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4265.406903] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4265.406907] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4265.410373] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4282.112165] ------------[ cut here ]------------
[ 4282.112177] WARNING: CPU: 7 PID: 11568 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4282.112187] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4282.112340]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4282.112445] CPU: 7 PID: 11568 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4282.112450] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4282.112455] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4282.112460] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4282.112465] RSP: 0018:ffffa7991ca57618 EFLAGS: 00010246
[ 4282.112472] RAX: 0000000000000000 RBX: ffff8f971fb1a210 RCX: 0000000000000000
[ 4282.112476] RDX: 0000000000000000 RSI: ffff8f971fb1a190 RDI: ffffa7991ca57640
[ 4282.112481] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4282.112484] R10: ffff8f971fb1a210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4282.112489] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4282.112493] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b61f7b40
[ 4282.112497] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4282.112501] CR2: 000020e7b5ef9000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4282.112506] PKRU: 55555554
[ 4282.112510] Call Trace:
[ 4282.112514]  <TASK>
[ 4282.112526]  submit_one_bio+0xd4/0xe0
[ 4282.112537]  submit_extent_page+0x142/0x550
[ 4282.112561]  read_extent_buffer_pages+0x584/0x9c0
[ 4282.112574]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4282.112583]  ? folio_unlock+0x1d/0x50
[ 4282.112594]  btrfs_read_extent_buffer+0x98/0x150
[ 4282.112605]  read_tree_block+0x43/0xa0
[ 4282.112612]  read_block_for_search+0x266/0x370
[ 4282.112634]  btrfs_search_slot+0x351/0xd30
[ 4282.112654]  btrfs_lookup_csum+0x63/0x150
[ 4282.112667]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4282.112678]  ? btrfs_do_readpage+0x305/0x770
[ 4282.112690]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4282.112698]  submit_one_bio+0xc4/0xe0
[ 4282.112708]  btrfs_read_folio+0x79/0x90
[ 4282.112715]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4282.112721]  prepare_uptodate_page+0x8c/0x210
[ 4282.112729]  prepare_pages.constprop.0+0xa2/0x300
[ 4282.112769]  btrfs_buffered_write+0x2ca/0x940
[ 4282.112796]  btrfs_do_write_iter+0x384/0x5d0
[ 4282.112803]  ? lock_is_held_type+0xe8/0x140
[ 4282.112816]  vfs_write+0x269/0x4f0
[ 4282.112835]  ksys_write+0x64/0xe0
[ 4282.112843]  __do_fast_syscall_32+0x88/0xf0
[ 4282.112850]  ? lock_is_held_type+0xe8/0x140
[ 4282.112860]  ? __do_fast_syscall_32+0x94/0xf0
[ 4282.112866]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4282.112873]  ? __do_fast_syscall_32+0x94/0xf0
[ 4282.112879]  ? lock_is_held_type+0xe8/0x140
[ 4282.112889]  ? __do_fast_syscall_32+0x94/0xf0
[ 4282.112895]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4282.112902]  ? __do_fast_syscall_32+0x94/0xf0
[ 4282.112907]  ? __do_fast_syscall_32+0x94/0xf0
[ 4282.112912]  ? __do_fast_syscall_32+0x94/0xf0
[ 4282.112920]  do_fast_syscall_32+0x2f/0x70
[ 4282.112927]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4282.112933] RIP: 0023:0xf7fc0579
[ 4282.112958] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4282.112962] RSP: 002b:00000000b61f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4282.112969] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000b392b010
[ 4282.112973] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4282.112977] RBP: 000000000000009e R08: 00000000b61f5ae0 R09: 0000000000000000
[ 4282.112981] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4282.112985] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4282.113004]  </TASK>
[ 4282.113008] irq event stamp: 4075803
[ 4282.113012] hardirqs last  enabled at (4075811): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4282.113019] hardirqs last disabled at (4075818): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4282.113024] softirqs last  enabled at (4075580): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4282.113030] softirqs last disabled at (4075575): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4282.113035] ---[ end trace 0000000000000000 ]---
[ 4289.894056] ------------[ cut here ]------------
[ 4289.894065] WARNING: CPU: 14 PID: 11691 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4289.894073] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4289.894160]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4289.894219] CPU: 14 PID: 11691 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4289.894223] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4289.894225] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4289.894229] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4289.894232] RSP: 0018:ffffa7991cb17710 EFLAGS: 00010246
[ 4289.894236] RAX: 0000000000000000 RBX: ffff8f97172d6910 RCX: 0000000000000000
[ 4289.894238] RDX: 0000000000000000 RSI: ffff8f97172d6890 RDI: ffffa7991cb17738
[ 4289.894240] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4289.894243] R10: ffff8f97172d6910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4289.894245] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4289.894247] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b291bb40
[ 4289.894250] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4289.894252] CR2: 00000000afaf2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4289.894255] PKRU: 55555554
[ 4289.894257] Call Trace:
[ 4289.894260]  <TASK>
[ 4289.894267]  submit_one_bio+0xd4/0xe0
[ 4289.894274]  submit_extent_page+0x142/0x550
[ 4289.894288]  read_extent_buffer_pages+0x584/0x9c0
[ 4289.894295]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4289.894300]  ? folio_unlock+0x1d/0x50
[ 4289.894307]  btrfs_read_extent_buffer+0x98/0x150
[ 4289.894313]  read_tree_block+0x43/0xa0
[ 4289.894317]  read_block_for_search+0x266/0x370
[ 4289.894329]  btrfs_search_slot+0x351/0xd30
[ 4289.894341]  btrfs_lookup_csum+0x63/0x150
[ 4289.894348]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4289.894355]  ? btrfs_do_readpage+0x305/0x770
[ 4289.894361]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4289.894366]  submit_one_bio+0xc4/0xe0
[ 4289.894372]  btrfs_read_folio+0x79/0x90
[ 4289.894376]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4289.894379]  prepare_uptodate_page+0x8c/0x210
[ 4289.894383]  prepare_pages.constprop.0+0xa2/0x300
[ 4289.894391]  btrfs_buffered_write+0x2ca/0x940
[ 4289.894405]  btrfs_do_write_iter+0x384/0x5d0
[ 4289.894409]  ? lock_is_held_type+0xe8/0x140
[ 4289.894417]  vfs_write+0x269/0x4f0
[ 4289.894428]  ksys_write+0x64/0xe0
[ 4289.894433]  __do_fast_syscall_32+0x88/0xf0
[ 4289.894438]  ? __do_fast_syscall_32+0x94/0xf0
[ 4289.894443]  do_fast_syscall_32+0x2f/0x70
[ 4289.894447]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4289.894451] RIP: 0023:0xf7fc0579
[ 4289.894474] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4289.894476] RSP: 002b:00000000b2919ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4289.894480] RAX: ffffffffffffffda RBX: 00000000000000be RCX: 00000000b3426010
[ 4289.894482] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4289.894484] RBP: 00000000000000be R08: 00000000b2919ae0 R09: 0000000000000000
[ 4289.894486] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4289.894489] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4289.894499]  </TASK>
[ 4289.894501] irq event stamp: 4379567
[ 4289.894503] hardirqs last  enabled at (4379575): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4289.894508] hardirqs last disabled at (4379582): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4289.894511] softirqs last  enabled at (4375844): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4289.894516] softirqs last disabled at (4375837): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4289.894518] ---[ end trace 0000000000000000 ]---
[ 4290.660952] ------------[ cut here ]------------
[ 4290.660961] WARNING: CPU: 13 PID: 11564 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4290.660968] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4290.661056]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4290.661116] CPU: 13 PID: 11564 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4290.661120] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4290.661123] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4290.661126] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4290.661129] RSP: 0018:ffffa7991ccff680 EFLAGS: 00010246
[ 4290.661133] RAX: 0000000000000000 RBX: ffff8f9aa0d56910 RCX: 0000000000000000
[ 4290.661135] RDX: 0000000000000000 RSI: ffff8f9aa0d56890 RDI: ffffa7991ccff6a8
[ 4290.661138] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4290.661140] R10: ffff8f9aa0d56910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4290.661142] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4290.661144] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b5ef4b40
[ 4290.661147] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4290.661149] CR2: 00007e89006d07b8 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4290.661152] PKRU: 55555554
[ 4290.661154] Call Trace:
[ 4290.661157]  <TASK>
[ 4290.661164]  submit_one_bio+0xd4/0xe0
[ 4290.661172]  submit_extent_page+0x142/0x550
[ 4290.661186]  read_extent_buffer_pages+0x584/0x9c0
[ 4290.661199]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4290.661208]  ? folio_unlock+0x1d/0x50
[ 4290.661220]  btrfs_read_extent_buffer+0x98/0x150
[ 4290.661229]  read_tree_block+0x43/0xa0
[ 4290.661233]  read_block_for_search+0x266/0x370
[ 4290.661247]  btrfs_search_slot+0x351/0xd30
[ 4290.661258]  btrfs_lookup_csum+0x63/0x150
[ 4290.661265]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4290.661272]  ? btrfs_do_readpage+0x305/0x770
[ 4290.661279]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4290.661284]  submit_one_bio+0xc4/0xe0
[ 4290.661290]  btrfs_read_folio+0x79/0x90
[ 4290.661294]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4290.661297]  prepare_uptodate_page+0x8c/0x210
[ 4290.661301]  prepare_pages.constprop.0+0xa2/0x300
[ 4290.661309]  btrfs_buffered_write+0x2ca/0x940
[ 4290.661323]  btrfs_do_write_iter+0x384/0x5d0
[ 4290.661327]  ? lock_is_held_type+0xe8/0x140
[ 4290.661335]  vfs_write+0x269/0x4f0
[ 4290.661346]  ksys_write+0x64/0xe0
[ 4290.661351]  __do_fast_syscall_32+0x88/0xf0
[ 4290.661356]  ? __do_fast_syscall_32+0x94/0xf0
[ 4290.661359]  ? lock_is_held_type+0xe8/0x140
[ 4290.661365]  ? __do_fast_syscall_32+0x94/0xf0
[ 4290.661368]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4290.661372]  ? __do_fast_syscall_32+0x94/0xf0
[ 4290.661376]  ? __do_fast_syscall_32+0x94/0xf0
[ 4290.661381]  do_fast_syscall_32+0x2f/0x70
[ 4290.661385]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4290.661390] RIP: 0023:0xf7fc0579
[ 4290.661413] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4290.661415] RSP: 002b:00000000b5ef2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4290.661419] RAX: ffffffffffffffda RBX: 00000000000000bf RCX: 00000000b3d2f010
[ 4290.661421] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4290.661423] RBP: 00000000000000bf R08: 00000000b5ef2ae0 R09: 0000000000000000
[ 4290.661426] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4290.661428] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4290.661438]  </TASK>
[ 4290.661440] irq event stamp: 16695589
[ 4290.661443] hardirqs last  enabled at (16695597): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4290.661447] hardirqs last disabled at (16695604): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4290.661450] softirqs last  enabled at (16691336): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4290.661454] softirqs last disabled at (16691323): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4290.661457] ---[ end trace 0000000000000000 ]---
[ 4291.350062] ------------[ cut here ]------------
[ 4291.350075] WARNING: CPU: 11 PID: 11627 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4291.350087] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4291.350277]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4291.350410] CPU: 11 PID: 11627 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4291.350417] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4291.350422] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4291.350429] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4291.350435] RSP: 0018:ffffa7991cc37690 EFLAGS: 00010246
[ 4291.350443] RAX: 0000000000000000 RBX: ffff8fa42c56a750 RCX: 0000000000000000
[ 4291.350449] RDX: 0000000000000000 RSI: ffff8fa42c56a6d0 RDI: ffffa7991cc376b8
[ 4291.350454] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4291.350459] R10: ffff8fa42c56a750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4291.350465] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4291.350470] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000c64ffb40
[ 4291.350476] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4291.350481] CR2: 00001f6100931000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4291.350487] PKRU: 55555554
[ 4291.350492] Call Trace:
[ 4291.350497]  <TASK>
[ 4291.350511]  submit_one_bio+0xd4/0xe0
[ 4291.350525]  submit_extent_page+0x142/0x550
[ 4291.350555]  read_extent_buffer_pages+0x584/0x9c0
[ 4291.350572]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4291.350583]  ? folio_unlock+0x1d/0x50
[ 4291.350596]  btrfs_read_extent_buffer+0x98/0x150
[ 4291.350609]  read_tree_block+0x43/0xa0
[ 4291.350617]  read_block_for_search+0x266/0x370
[ 4291.350644]  btrfs_search_slot+0x351/0xd30
[ 4291.350669]  btrfs_lookup_csum+0x63/0x150
[ 4291.350686]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4291.350701]  ? btrfs_do_readpage+0x305/0x770
[ 4291.350717]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4291.350727]  submit_one_bio+0xc4/0xe0
[ 4291.350739]  btrfs_read_folio+0x79/0x90
[ 4291.350776]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4291.350784]  prepare_uptodate_page+0x8c/0x210
[ 4291.350794]  prepare_pages.constprop.0+0x134/0x300
[ 4291.350812]  btrfs_buffered_write+0x2ca/0x940
[ 4291.350845]  btrfs_do_write_iter+0x384/0x5d0
[ 4291.350854]  ? lock_is_held_type+0xe8/0x140
[ 4291.350871]  vfs_write+0x269/0x4f0
[ 4291.350895]  ksys_write+0x64/0xe0
[ 4291.350906]  __do_fast_syscall_32+0x88/0xf0
[ 4291.350914]  ? lock_is_held_type+0xe8/0x140
[ 4291.350927]  ? __do_fast_syscall_32+0x94/0xf0
[ 4291.350934]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4291.350942]  ? __do_fast_syscall_32+0x94/0xf0
[ 4291.350949]  ? __do_fast_syscall_32+0x94/0xf0
[ 4291.350960]  do_fast_syscall_32+0x2f/0x70
[ 4291.350969]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4291.350977] RIP: 0023:0xf7fc0579
[ 4291.351004] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4291.351009] RSP: 002b:00000000c64fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4291.351017] RAX: ffffffffffffffda RBX: 000000000000007f RCX: 00000000b0afd010
[ 4291.351022] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4291.351027] RBP: 000000000000007f R08: 00000000c64fdae0 R09: 0000000000000000
[ 4291.351032] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4291.351037] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4291.351062]  </TASK>
[ 4291.351067] irq event stamp: 4017649
[ 4291.351072] hardirqs last  enabled at (4017657): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4291.351081] hardirqs last disabled at (4017666): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4291.351087] softirqs last  enabled at (4017438): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4291.351095] softirqs last disabled at (4017431): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4291.351101] ---[ end trace 0000000000000000 ]---
[ 4292.000726] ------------[ cut here ]------------
[ 4292.000735] WARNING: CPU: 9 PID: 11564 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4292.000763] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4292.000900]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4292.000996] CPU: 9 PID: 11564 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4292.001002] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4292.001007] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4292.001012] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4292.001017] RSP: 0018:ffffa7991ccff688 EFLAGS: 00010246
[ 4292.001024] RAX: 0000000000000000 RBX: ffff8f9c4d8ade90 RCX: 0000000000000000
[ 4292.001028] RDX: 0000000000000000 RSI: ffff8f9c4d8ade10 RDI: ffffa7991ccff6b0
[ 4292.001032] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4292.001036] R10: ffff8f9c4d8ade90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4292.001040] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4292.001044] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b5ef4b40
[ 4292.001049] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4292.001053] CR2: 00000000b16ff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4292.001057] PKRU: 55555554
[ 4292.001061] Call Trace:
[ 4292.001065]  <TASK>
[ 4292.001076]  submit_one_bio+0xd4/0xe0
[ 4292.001087]  submit_extent_page+0x142/0x550
[ 4292.001111]  read_extent_buffer_pages+0x584/0x9c0
[ 4292.001124]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4292.001132]  ? folio_unlock+0x1d/0x50
[ 4292.001143]  btrfs_read_extent_buffer+0x98/0x150
[ 4292.001154]  read_tree_block+0x43/0xa0
[ 4292.001161]  read_block_for_search+0x266/0x370
[ 4292.001183]  btrfs_search_slot+0x351/0xd30
[ 4292.001203]  btrfs_lookup_csum+0x63/0x150
[ 4292.001215]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4292.001225]  ? btrfs_do_readpage+0x305/0x770
[ 4292.001238]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4292.001245]  submit_one_bio+0xc4/0xe0
[ 4292.001255]  btrfs_read_folio+0x79/0x90
[ 4292.001261]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4292.001267]  prepare_uptodate_page+0x8c/0x210
[ 4292.001276]  prepare_pages.constprop.0+0xa2/0x300
[ 4292.001290]  btrfs_buffered_write+0x2ca/0x940
[ 4292.001315]  btrfs_do_write_iter+0x384/0x5d0
[ 4292.001322]  ? lock_is_held_type+0xe8/0x140
[ 4292.001335]  vfs_write+0x269/0x4f0
[ 4292.001354]  ksys_write+0x64/0xe0
[ 4292.001363]  __do_fast_syscall_32+0x88/0xf0
[ 4292.001374]  ? __do_fast_syscall_32+0x94/0xf0
[ 4292.001380]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4292.001386]  ? __do_fast_syscall_32+0x94/0xf0
[ 4292.001392]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4292.001398]  ? __do_fast_syscall_32+0x94/0xf0
[ 4292.001403]  ? __do_fast_syscall_32+0x94/0xf0
[ 4292.001408]  ? __do_fast_syscall_32+0x94/0xf0
[ 4292.001416]  do_fast_syscall_32+0x2f/0x70
[ 4292.001423]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4292.001430] RIP: 0023:0xf7fc0579
[ 4292.001454] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4292.001458] RSP: 002b:00000000b5ef2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4292.001465] RAX: ffffffffffffffda RBX: 00000000000000bf RCX: 00000000bacff010
[ 4292.001469] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4292.001473] RBP: 00000000000000bf R08: 00000000b5ef2ae0 R09: 0000000000000000
[ 4292.001477] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4292.001480] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4292.001500]  </TASK>
[ 4292.001503] irq event stamp: 16783881
[ 4292.001507] hardirqs last  enabled at (16783889): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4292.001514] hardirqs last disabled at (16783896): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4292.001518] softirqs last  enabled at (16780062): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4292.001524] softirqs last disabled at (16780057): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4292.001529] ---[ end trace 0000000000000000 ]---
[ 4295.130705] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4295.130739] [drm] PSP is resuming...
[ 4295.207762] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4295.308115] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4295.321892] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4295.321911] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4295.321923] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4295.321927] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4295.321986] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4295.377141] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4295.378545] [drm] DMUB hardware initialized: version=0x02020017
[ 4295.416790] [drm] kiq ring mec 2 pipe 1 q 0
[ 4295.422178] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4295.422360] [drm] JPEG decode initialized successfully.
[ 4295.422391] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4295.422396] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4295.422401] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4295.422405] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4295.422409] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4295.422414] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4295.422418] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4295.422422] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4295.422426] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4295.422430] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4295.422435] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4295.422439] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4295.422443] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4295.422447] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4295.422451] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4295.422455] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4295.428272] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4295.924270] ------------[ cut here ]------------
[ 4295.924279] WARNING: CPU: 4 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4295.924287] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4295.924377]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4295.924438] CPU: 4 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4295.924441] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4295.924444] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4295.924448] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4295.924451] RSP: 0018:ffffa7991cccf700 EFLAGS: 00010246
[ 4295.924454] RAX: 0000000000000000 RBX: ffff8f9724ab40d0 RCX: 0000000000000000
[ 4295.924457] RDX: 0000000000000000 RSI: ffff8f9724ab4050 RDI: ffffa7991cccf728
[ 4295.924459] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4295.924461] R10: ffff8f9724ab40d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4295.924464] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4295.924466] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b62f8b40
[ 4295.924469] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4295.924471] CR2: 0000331a002a2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4295.924474] PKRU: 55555554
[ 4295.924476] Call Trace:
[ 4295.924479]  <TASK>
[ 4295.924486]  submit_one_bio+0xd4/0xe0
[ 4295.924493]  submit_extent_page+0x142/0x550
[ 4295.924507]  read_extent_buffer_pages+0x584/0x9c0
[ 4295.924515]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4295.924519]  ? folio_unlock+0x1d/0x50
[ 4295.924526]  btrfs_read_extent_buffer+0x98/0x150
[ 4295.924532]  read_tree_block+0x43/0xa0
[ 4295.924536]  read_block_for_search+0x266/0x370
[ 4295.924549]  btrfs_search_slot+0x351/0xd30
[ 4295.924560]  btrfs_lookup_csum+0x63/0x150
[ 4295.924568]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4295.924574]  ? btrfs_do_readpage+0x305/0x770
[ 4295.924581]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4295.924586]  submit_one_bio+0xc4/0xe0
[ 4295.924592]  btrfs_read_folio+0x79/0x90
[ 4295.924596]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4295.924599]  prepare_uptodate_page+0x8c/0x210
[ 4295.924603]  prepare_pages.constprop.0+0xa2/0x300
[ 4295.924611]  btrfs_buffered_write+0x2ca/0x940
[ 4295.924625]  btrfs_do_write_iter+0x384/0x5d0
[ 4295.924629]  ? lock_is_held_type+0xe8/0x140
[ 4295.924638]  vfs_write+0x269/0x4f0
[ 4295.924648]  ksys_write+0x64/0xe0
[ 4295.924653]  __do_fast_syscall_32+0x88/0xf0
[ 4295.924658]  ? __do_fast_syscall_32+0x94/0xf0
[ 4295.924663]  do_fast_syscall_32+0x2f/0x70
[ 4295.924667]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4295.924672] RIP: 0023:0xf7fc0579
[ 4295.924694] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4295.924697] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4295.924700] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b2c1f010
[ 4295.924702] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4295.924705] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4295.924707] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4295.924709] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4295.924720]  </TASK>
[ 4295.924722] irq event stamp: 97079177
[ 4295.924724] hardirqs last  enabled at (97079185): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4295.924729] hardirqs last disabled at (97079192): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4295.924731] softirqs last  enabled at (97076554): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4295.924735] softirqs last disabled at (97076549): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4295.924738] ---[ end trace 0000000000000000 ]---
[ 4296.728779] ------------[ cut here ]------------
[ 4296.728788] WARNING: CPU: 2 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4296.728796] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4296.728909]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4296.729011] CPU: 2 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4296.729016] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4296.729020] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4296.729026] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4296.729030] RSP: 0018:ffffa7991cccf6e0 EFLAGS: 00010246
[ 4296.729036] RAX: 0000000000000000 RBX: ffff8f972eec0ed0 RCX: 0000000000000000
[ 4296.729040] RDX: 0000000000000000 RSI: ffff8f972eec0e50 RDI: ffffa7991cccf708
[ 4296.729044] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4296.729048] R10: ffff8f972eec0ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4296.729052] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4296.729056] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b62f8b40
[ 4296.729061] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4296.729065] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4296.729070] PKRU: 55555554
[ 4296.729073] Call Trace:
[ 4296.729076]  <TASK>
[ 4296.729084]  submit_one_bio+0xd4/0xe0
[ 4296.729091]  submit_extent_page+0x142/0x550
[ 4296.729105]  read_extent_buffer_pages+0x584/0x9c0
[ 4296.729112]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4296.729117]  ? folio_unlock+0x1d/0x50
[ 4296.729123]  btrfs_read_extent_buffer+0x98/0x150
[ 4296.729129]  read_tree_block+0x43/0xa0
[ 4296.729133]  read_block_for_search+0x266/0x370
[ 4296.729146]  btrfs_search_slot+0x351/0xd30
[ 4296.729157]  btrfs_lookup_csum+0x63/0x150
[ 4296.729165]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4296.729171]  ? btrfs_do_readpage+0x305/0x770
[ 4296.729178]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4296.729183]  submit_one_bio+0xc4/0xe0
[ 4296.729188]  btrfs_read_folio+0x79/0x90
[ 4296.729192]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4296.729196]  prepare_uptodate_page+0x8c/0x210
[ 4296.729200]  prepare_pages.constprop.0+0xa2/0x300
[ 4296.729208]  btrfs_buffered_write+0x2ca/0x940
[ 4296.729221]  btrfs_do_write_iter+0x384/0x5d0
[ 4296.729226]  ? lock_is_held_type+0xe8/0x140
[ 4296.729234]  vfs_write+0x269/0x4f0
[ 4296.729250]  ksys_write+0x64/0xe0
[ 4296.729255]  __do_fast_syscall_32+0x88/0xf0
[ 4296.729260]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4296.729264]  ? __do_fast_syscall_32+0x94/0xf0
[ 4296.729267]  ? __do_fast_syscall_32+0x94/0xf0
[ 4296.729273]  do_fast_syscall_32+0x2f/0x70
[ 4296.729277]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4296.729282] RIP: 0023:0xf7fc0579
[ 4296.729304] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4296.729306] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4296.729310] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b75fd010
[ 4296.729312] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4296.729315] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4296.729317] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4296.729319] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4296.729329]  </TASK>
[ 4296.729332] irq event stamp: 97130089
[ 4296.729334] hardirqs last  enabled at (97130097): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4296.729338] hardirqs last disabled at (97130104): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4296.729341] softirqs last  enabled at (97122656): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4296.729345] softirqs last disabled at (97122649): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4296.729348] ---[ end trace 0000000000000000 ]---
[ 4296.983844] ------------[ cut here ]------------
[ 4296.983855] WARNING: CPU: 15 PID: 12061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4296.983866] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4296.984024]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4296.984134] CPU: 15 PID: 12061 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4296.984139] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4296.984144] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4296.984150] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4296.984155] RSP: 0018:ffffa7991d36b678 EFLAGS: 00010246
[ 4296.984162] RAX: 0000000000000000 RBX: ffff8fa27baa2c90 RCX: 0000000000000000
[ 4296.984167] RDX: 0000000000000000 RSI: ffff8fa27baa2c10 RDI: ffffa7991d36b6a0
[ 4296.984171] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4296.984175] R10: ffff8fa27baa2c90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4296.984179] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4296.984184] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b2b1db40
[ 4296.984189] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4296.984193] CR2: 00000000b51db000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4296.984198] PKRU: 55555554
[ 4296.984202] Call Trace:
[ 4296.984207]  <TASK>
[ 4296.984221]  submit_one_bio+0xd4/0xe0
[ 4296.984234]  submit_extent_page+0x142/0x550
[ 4296.984259]  read_extent_buffer_pages+0x584/0x9c0
[ 4296.984274]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4296.984282]  ? folio_unlock+0x1d/0x50
[ 4296.984293]  btrfs_read_extent_buffer+0x98/0x150
[ 4296.984304]  read_tree_block+0x43/0xa0
[ 4296.984311]  read_block_for_search+0x266/0x370
[ 4296.984334]  btrfs_search_slot+0x351/0xd30
[ 4296.984355]  btrfs_lookup_csum+0x63/0x150
[ 4296.984368]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4296.984380]  ? btrfs_do_readpage+0x305/0x770
[ 4296.984393]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4296.984401]  submit_one_bio+0xc4/0xe0
[ 4296.984411]  btrfs_read_folio+0x79/0x90
[ 4296.984418]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4296.984424]  prepare_uptodate_page+0x8c/0x210
[ 4296.984433]  prepare_pages.constprop.0+0x134/0x300
[ 4296.984448]  btrfs_buffered_write+0x2ca/0x940
[ 4296.984477]  btrfs_do_write_iter+0x384/0x5d0
[ 4296.984487]  ? lock_is_held_type+0xe8/0x140
[ 4296.984504]  vfs_write+0x269/0x4f0
[ 4296.984525]  ksys_write+0x64/0xe0
[ 4296.984535]  __do_fast_syscall_32+0x88/0xf0
[ 4296.984544]  ? __do_fast_syscall_32+0x94/0xf0
[ 4296.984550]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4296.984557]  ? __do_fast_syscall_32+0x94/0xf0
[ 4296.984565]  ? __do_fast_syscall_32+0x94/0xf0
[ 4296.984570]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4296.984577]  ? __do_fast_syscall_32+0x94/0xf0
[ 4296.984586]  do_fast_syscall_32+0x2f/0x70
[ 4296.984593]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4296.984600] RIP: 0023:0xf7fc0579
[ 4296.984625] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4296.984629] RSP: 002b:00000000b2b1bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4296.984636] RAX: ffffffffffffffda RBX: 00000000000000ca RCX: 00000000b50db010
[ 4296.984640] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4296.984644] RBP: 00000000000000ca R08: 00000000b2b1bae0 R09: 0000000000000000
[ 4296.984648] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4296.984652] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4296.984672]  </TASK>
[ 4296.984676] irq event stamp: 8564241
[ 4296.984680] hardirqs last  enabled at (8564249): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4296.984688] hardirqs last disabled at (8564256): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4296.984693] softirqs last  enabled at (8562928): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4296.984700] softirqs last disabled at (8562923): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4296.984705] ---[ end trace 0000000000000000 ]---
[ 4297.228421] ------------[ cut here ]------------
[ 4297.228434] WARNING: CPU: 1 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4297.228445] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4297.228591]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4297.228689] CPU: 1 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4297.228694] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4297.228699] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4297.228704] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4297.228709] RSP: 0018:ffffa7991cccf670 EFLAGS: 00010246
[ 4297.228715] RAX: 0000000000000000 RBX: ffff8f9d5a42b010 RCX: 0000000000000000
[ 4297.228719] RDX: 0000000000000000 RSI: ffff8f9d5a42af90 RDI: ffffa7991cccf698
[ 4297.228723] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4297.228727] R10: ffff8f9d5a42b010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4297.228731] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4297.228735] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b62f8b40
[ 4297.228739] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4297.228769] CR2: 00000000b21c1000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4297.228774] PKRU: 55555554
[ 4297.228778] Call Trace:
[ 4297.228782]  <TASK>
[ 4297.228794]  submit_one_bio+0xd4/0xe0
[ 4297.228805]  submit_extent_page+0x142/0x550
[ 4297.228829]  read_extent_buffer_pages+0x584/0x9c0
[ 4297.228842]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4297.228851]  ? folio_unlock+0x1d/0x50
[ 4297.228862]  btrfs_read_extent_buffer+0x98/0x150
[ 4297.228872]  read_tree_block+0x43/0xa0
[ 4297.228879]  read_block_for_search+0x266/0x370
[ 4297.228901]  btrfs_search_slot+0x351/0xd30
[ 4297.228921]  btrfs_lookup_csum+0x63/0x150
[ 4297.228933]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4297.228945]  ? btrfs_do_readpage+0x305/0x770
[ 4297.228957]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4297.228965]  submit_one_bio+0xc4/0xe0
[ 4297.228974]  btrfs_read_folio+0x79/0x90
[ 4297.228981]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4297.228987]  prepare_uptodate_page+0x8c/0x210
[ 4297.228995]  prepare_pages.constprop.0+0xa2/0x300
[ 4297.229009]  btrfs_buffered_write+0x2ca/0x940
[ 4297.229034]  btrfs_do_write_iter+0x384/0x5d0
[ 4297.229042]  ? lock_is_held_type+0xe8/0x140
[ 4297.229055]  vfs_write+0x269/0x4f0
[ 4297.229075]  ksys_write+0x64/0xe0
[ 4297.229083]  __do_fast_syscall_32+0x88/0xf0
[ 4297.229091]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229097]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4297.229103]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229109]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229115]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229120]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229127]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229132]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4297.229139]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.229148]  do_fast_syscall_32+0x2f/0x70
[ 4297.229154]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4297.229161] RIP: 0023:0xf7fc0579
[ 4297.229185] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4297.229189] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4297.229194] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3426010
[ 4297.229198] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4297.229202] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4297.229205] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4297.229209] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4297.229228]  </TASK>
[ 4297.229231] irq event stamp: 97171363
[ 4297.229235] hardirqs last  enabled at (97171371): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4297.229241] hardirqs last disabled at (97171378): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4297.229246] softirqs last  enabled at (97170968): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4297.229252] softirqs last disabled at (97170963): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4297.229256] ---[ end trace 0000000000000000 ]---
[ 4297.325786] ------------[ cut here ]------------
[ 4297.325795] WARNING: CPU: 13 PID: 12061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4297.325805] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4297.325906]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4297.325965] CPU: 13 PID: 12061 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4297.325969] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4297.325972] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4297.325975] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4297.325978] RSP: 0018:ffffa7991d36b6a8 EFLAGS: 00010246
[ 4297.325982] RAX: 0000000000000000 RBX: ffff8f9aa0d555d0 RCX: 0000000000000000
[ 4297.325984] RDX: 0000000000000000 RSI: ffff8f9aa0d55550 RDI: ffffa7991d36b6d0
[ 4297.325987] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4297.325989] R10: ffff8f9aa0d555d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4297.325991] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4297.325993] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b2b1db40
[ 4297.325996] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4297.325998] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4297.326001] PKRU: 55555554
[ 4297.326003] Call Trace:
[ 4297.326006]  <TASK>
[ 4297.326013]  submit_one_bio+0xd4/0xe0
[ 4297.326020]  submit_extent_page+0x142/0x550
[ 4297.326034]  read_extent_buffer_pages+0x584/0x9c0
[ 4297.326041]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4297.326046]  ? folio_unlock+0x1d/0x50
[ 4297.326053]  btrfs_read_extent_buffer+0x98/0x150
[ 4297.326058]  read_tree_block+0x43/0xa0
[ 4297.326062]  read_block_for_search+0x266/0x370
[ 4297.326075]  btrfs_search_slot+0x351/0xd30
[ 4297.326086]  btrfs_lookup_csum+0x63/0x150
[ 4297.326094]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4297.326100]  ? btrfs_do_readpage+0x305/0x770
[ 4297.326107]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4297.326112]  submit_one_bio+0xc4/0xe0
[ 4297.326117]  btrfs_read_folio+0x79/0x90
[ 4297.326121]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4297.326125]  prepare_uptodate_page+0x8c/0x210
[ 4297.326130]  prepare_pages.constprop.0+0x134/0x300
[ 4297.326137]  btrfs_buffered_write+0x2ca/0x940
[ 4297.326151]  btrfs_do_write_iter+0x384/0x5d0
[ 4297.326155]  ? lock_is_held_type+0xe8/0x140
[ 4297.326163]  vfs_write+0x269/0x4f0
[ 4297.326174]  ksys_write+0x64/0xe0
[ 4297.326179]  __do_fast_syscall_32+0x88/0xf0
[ 4297.326184]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4297.326188]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.326191]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.326195]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4297.326198]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.326202]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.326205]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.326209]  do_fast_syscall_32+0x2f/0x70
[ 4297.326213]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4297.326218] RIP: 0023:0xf7fc0579
[ 4297.326240] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4297.326242] RSP: 002b:00000000b2b1bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4297.326246] RAX: ffffffffffffffda RBX: 00000000000000ca RCX: 00000000b200f010
[ 4297.326248] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4297.326250] RBP: 00000000000000ca R08: 00000000b2b1bae0 R09: 0000000000000000
[ 4297.326252] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4297.326255] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4297.326265]  </TASK>
[ 4297.326267] irq event stamp: 8585559
[ 4297.326269] hardirqs last  enabled at (8585567): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4297.326274] hardirqs last disabled at (8585574): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4297.326277] softirqs last  enabled at (8584232): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4297.326280] softirqs last disabled at (8584221): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4297.326283] ---[ end trace 0000000000000000 ]---
[ 4297.984578] ------------[ cut here ]------------
[ 4297.984588] WARNING: CPU: 7 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4297.984598] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4297.984783]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4297.984890] CPU: 7 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4297.984896] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4297.984901] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4297.984908] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4297.984913] RSP: 0018:ffffa7991cccf6d8 EFLAGS: 00010246
[ 4297.984919] RAX: 0000000000000000 RBX: ffff8f971fb1ac90 RCX: 0000000000000000
[ 4297.984923] RDX: 0000000000000000 RSI: ffff8f971fb1ac10 RDI: ffffa7991cccf700
[ 4297.984927] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4297.984931] R10: ffff8f971fb1ac90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4297.984936] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4297.984940] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b62f8b40
[ 4297.984945] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4297.984949] CR2: 00000000b3c2d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4297.984953] PKRU: 55555554
[ 4297.984957] Call Trace:
[ 4297.984961]  <TASK>
[ 4297.984973]  submit_one_bio+0xd4/0xe0
[ 4297.984984]  submit_extent_page+0x142/0x550
[ 4297.985008]  read_extent_buffer_pages+0x584/0x9c0
[ 4297.985022]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4297.985030]  ? folio_unlock+0x1d/0x50
[ 4297.985041]  btrfs_read_extent_buffer+0x98/0x150
[ 4297.985052]  read_tree_block+0x43/0xa0
[ 4297.985059]  read_block_for_search+0x266/0x370
[ 4297.985081]  btrfs_search_slot+0x351/0xd30
[ 4297.985101]  btrfs_lookup_csum+0x63/0x150
[ 4297.985114]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4297.985126]  ? btrfs_do_readpage+0x305/0x770
[ 4297.985138]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4297.985146]  submit_one_bio+0xc4/0xe0
[ 4297.985156]  btrfs_read_folio+0x79/0x90
[ 4297.985163]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4297.985169]  prepare_uptodate_page+0x8c/0x210
[ 4297.985177]  prepare_pages.constprop.0+0x134/0x300
[ 4297.985191]  btrfs_buffered_write+0x2ca/0x940
[ 4297.985217]  btrfs_do_write_iter+0x384/0x5d0
[ 4297.985224]  ? lock_is_held_type+0xe8/0x140
[ 4297.985238]  vfs_write+0x269/0x4f0
[ 4297.985257]  ksys_write+0x64/0xe0
[ 4297.985265]  __do_fast_syscall_32+0x88/0xf0
[ 4297.985273]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.985278]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.985284]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.985290]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.985295]  ? __do_fast_syscall_32+0x94/0xf0
[ 4297.985303]  do_fast_syscall_32+0x2f/0x70
[ 4297.985310]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4297.985316] RIP: 0023:0xf7fc0579
[ 4297.985340] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4297.985345] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4297.985351] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000cc6fe010
[ 4297.985356] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4297.985360] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4297.985364] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4297.985368] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4297.985387]  </TASK>
[ 4297.985391] irq event stamp: 97219313
[ 4297.985395] hardirqs last  enabled at (97219321): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4297.985402] hardirqs last disabled at (97219328): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4297.985407] softirqs last  enabled at (97218490): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4297.985413] softirqs last disabled at (97218481): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4297.985417] ---[ end trace 0000000000000000 ]---
[ 4299.348793] ------------[ cut here ]------------
[ 4299.348802] WARNING: CPU: 12 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4299.348810] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4299.348897]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4299.348956] CPU: 12 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4299.348959] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4299.348962] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4299.348966] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4299.348969] RSP: 0018:ffffa7991cccf6c0 EFLAGS: 00010246
[ 4299.348973] RAX: 0000000000000000 RBX: ffff8fa27badd950 RCX: 0000000000000000
[ 4299.348975] RDX: 0000000000000000 RSI: ffff8fa27badd8d0 RDI: ffffa7991cccf6e8
[ 4299.348977] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4299.348979] R10: ffff8fa27badd950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4299.348982] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4299.348984] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b62f8b40
[ 4299.348987] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4299.348989] CR2: 00001f6100df8008 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4299.348991] PKRU: 55555554
[ 4299.348994] Call Trace:
[ 4299.348996]  <TASK>
[ 4299.349003]  submit_one_bio+0xd4/0xe0
[ 4299.349010]  submit_extent_page+0x142/0x550
[ 4299.349023]  read_extent_buffer_pages+0x584/0x9c0
[ 4299.349031]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4299.349035]  ? folio_unlock+0x1d/0x50
[ 4299.349042]  btrfs_read_extent_buffer+0x98/0x150
[ 4299.349048]  read_tree_block+0x43/0xa0
[ 4299.349051]  read_block_for_search+0x266/0x370
[ 4299.349064]  btrfs_search_slot+0x351/0xd30
[ 4299.349075]  btrfs_lookup_csum+0x63/0x150
[ 4299.349082]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4299.349088]  ? btrfs_do_readpage+0x305/0x770
[ 4299.349095]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4299.349100]  submit_one_bio+0xc4/0xe0
[ 4299.349105]  btrfs_read_folio+0x79/0x90
[ 4299.349109]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4299.349112]  prepare_uptodate_page+0x8c/0x210
[ 4299.349117]  prepare_pages.constprop.0+0xa2/0x300
[ 4299.349124]  btrfs_buffered_write+0x2ca/0x940
[ 4299.349138]  btrfs_do_write_iter+0x384/0x5d0
[ 4299.349142]  ? lock_is_held_type+0xe8/0x140
[ 4299.349150]  vfs_write+0x269/0x4f0
[ 4299.349161]  ksys_write+0x64/0xe0
[ 4299.349166]  __do_fast_syscall_32+0x88/0xf0
[ 4299.349172]  ? __do_fast_syscall_32+0x94/0xf0
[ 4299.349175]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4299.349179]  ? __do_fast_syscall_32+0x94/0xf0
[ 4299.349184]  do_fast_syscall_32+0x2f/0x70
[ 4299.349188]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4299.349192] RIP: 0023:0xf7fc0579
[ 4299.349214] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4299.349217] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4299.349220] RAX: ffffffffffffffda RBX: 00000000000000d2 RCX: 00000000b50db010
[ 4299.349222] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4299.349225] RBP: 00000000000000d2 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4299.349227] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4299.349229] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4299.349239]  </TASK>
[ 4299.349241] irq event stamp: 97371761
[ 4299.349243] hardirqs last  enabled at (97371769): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4299.349248] hardirqs last disabled at (97371776): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4299.349251] softirqs last  enabled at (97370464): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4299.349255] softirqs last disabled at (97370457): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4299.349257] ---[ end trace 0000000000000000 ]---
[ 4300.259642] ------------[ cut here ]------------
[ 4300.259651] WARNING: CPU: 14 PID: 11691 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4300.259659] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4300.259768]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4300.259827] CPU: 14 PID: 11691 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4300.259831] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4300.259834] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4300.259837] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4300.259840] RSP: 0018:ffffa7991cb176c0 EFLAGS: 00010246
[ 4300.259844] RAX: 0000000000000000 RBX: ffff8f97172d4290 RCX: 0000000000000000
[ 4300.259847] RDX: 0000000000000000 RSI: ffff8f97172d4210 RDI: ffffa7991cb176e8
[ 4300.259849] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4300.259851] R10: ffff8f97172d4290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4300.259853] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4300.259856] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b291bb40
[ 4300.259858] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4300.259861] CR2: 00000000b0bd5000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4300.259863] PKRU: 55555554
[ 4300.259865] Call Trace:
[ 4300.259869]  <TASK>
[ 4300.259876]  submit_one_bio+0xd4/0xe0
[ 4300.259884]  submit_extent_page+0x142/0x550
[ 4300.259897]  read_extent_buffer_pages+0x584/0x9c0
[ 4300.259905]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4300.259909]  ? folio_unlock+0x1d/0x50
[ 4300.259916]  btrfs_read_extent_buffer+0x98/0x150
[ 4300.259922]  read_tree_block+0x43/0xa0
[ 4300.259926]  read_block_for_search+0x266/0x370
[ 4300.259938]  btrfs_search_slot+0x351/0xd30
[ 4300.259949]  btrfs_lookup_csum+0x63/0x150
[ 4300.259956]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4300.259963]  ? btrfs_do_readpage+0x305/0x770
[ 4300.259970]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4300.259975]  submit_one_bio+0xc4/0xe0
[ 4300.259980]  btrfs_read_folio+0x79/0x90
[ 4300.259984]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4300.259987]  prepare_uptodate_page+0x8c/0x210
[ 4300.259992]  prepare_pages.constprop.0+0xa2/0x300
[ 4300.259999]  btrfs_buffered_write+0x2ca/0x940
[ 4300.260013]  btrfs_do_write_iter+0x384/0x5d0
[ 4300.260017]  ? lock_is_held_type+0xe8/0x140
[ 4300.260025]  vfs_write+0x269/0x4f0
[ 4300.260036]  ksys_write+0x64/0xe0
[ 4300.260041]  __do_fast_syscall_32+0x88/0xf0
[ 4300.260045]  ? __do_fast_syscall_32+0x94/0xf0
[ 4300.260049]  ? __do_fast_syscall_32+0x94/0xf0
[ 4300.260053]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4300.260057]  ? __do_fast_syscall_32+0x94/0xf0
[ 4300.260060]  ? __do_fast_syscall_32+0x94/0xf0
[ 4300.260065]  do_fast_syscall_32+0x2f/0x70
[ 4300.260069]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4300.260073] RIP: 0023:0xf7fc0579
[ 4300.260096] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4300.260098] RSP: 002b:00000000b2919ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4300.260102] RAX: ffffffffffffffda RBX: 00000000000000be RCX: 00000000b3d2f010
[ 4300.260104] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4300.260106] RBP: 00000000000000be R08: 00000000b2919ae0 R09: 0000000000000000
[ 4300.260108] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4300.260111] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4300.260121]  </TASK>
[ 4300.260123] irq event stamp: 4492221
[ 4300.260125] hardirqs last  enabled at (4492229): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4300.260130] hardirqs last disabled at (4492236): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4300.260133] softirqs last  enabled at (4488774): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4300.260137] softirqs last disabled at (4488769): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4300.260140] ---[ end trace 0000000000000000 ]---
[ 4301.717926] ------------[ cut here ]------------
[ 4301.717935] WARNING: CPU: 6 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4301.717942] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4301.718031]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4301.718102] CPU: 6 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4301.718106] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4301.718109] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4301.718112] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4301.718115] RSP: 0018:ffffa7991cccf708 EFLAGS: 00010246
[ 4301.718119] RAX: 0000000000000000 RBX: ffff8f9d4d5f23d0 RCX: 0000000000000000
[ 4301.718121] RDX: 0000000000000000 RSI: ffff8f9d4d5f2350 RDI: ffffa7991cccf730
[ 4301.718123] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4301.718126] R10: ffff8f9d4d5f23d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4301.718128] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4301.718130] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b62f8b40
[ 4301.718133] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4301.718135] CR2: 00000000b3e2f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4301.718138] PKRU: 55555554
[ 4301.718140] Call Trace:
[ 4301.718143]  <TASK>
[ 4301.718150]  submit_one_bio+0xd4/0xe0
[ 4301.718158]  submit_extent_page+0x142/0x550
[ 4301.718171]  read_extent_buffer_pages+0x584/0x9c0
[ 4301.718179]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4301.718183]  ? folio_unlock+0x1d/0x50
[ 4301.718190]  btrfs_read_extent_buffer+0x98/0x150
[ 4301.718196]  read_tree_block+0x43/0xa0
[ 4301.718200]  read_block_for_search+0x266/0x370
[ 4301.718213]  btrfs_search_slot+0x351/0xd30
[ 4301.718224]  btrfs_lookup_csum+0x63/0x150
[ 4301.718233]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4301.718239]  ? btrfs_do_readpage+0x305/0x770
[ 4301.718246]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4301.718251]  submit_one_bio+0xc4/0xe0
[ 4301.718257]  btrfs_read_folio+0x79/0x90
[ 4301.718261]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4301.718264]  prepare_uptodate_page+0x8c/0x210
[ 4301.718268]  prepare_pages.constprop.0+0x134/0x300
[ 4301.718276]  btrfs_buffered_write+0x2ca/0x940
[ 4301.718290]  btrfs_do_write_iter+0x384/0x5d0
[ 4301.718294]  ? lock_is_held_type+0xe8/0x140
[ 4301.718302]  vfs_write+0x269/0x4f0
[ 4301.718313]  ksys_write+0x64/0xe0
[ 4301.718318]  __do_fast_syscall_32+0x88/0xf0
[ 4301.718322]  ? __do_fast_syscall_32+0x94/0xf0
[ 4301.718325]  ? __do_fast_syscall_32+0x94/0xf0
[ 4301.718330]  do_fast_syscall_32+0x2f/0x70
[ 4301.718334]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4301.718339] RIP: 0023:0xf7fc0579
[ 4301.718361] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4301.718364] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4301.718367] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3d2f010
[ 4301.718370] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4301.718372] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4301.718374] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4301.718376] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4301.718386]  </TASK>
[ 4301.718389] irq event stamp: 97657373
[ 4301.718391] hardirqs last  enabled at (97657381): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4301.718395] hardirqs last disabled at (97657388): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4301.718398] softirqs last  enabled at (97655340): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4301.718402] softirqs last disabled at (97655263): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4301.718405] ---[ end trace 0000000000000000 ]---
[ 4303.528149] ------------[ cut here ]------------
[ 4303.528158] WARNING: CPU: 5 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4303.528166] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4303.528254]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4303.528314] CPU: 5 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4303.528318] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4303.528321] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4303.528324] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4303.528327] RSP: 0018:ffffa7991cccf6c8 EFLAGS: 00010246
[ 4303.528331] RAX: 0000000000000000 RBX: ffff8f97a77807d0 RCX: 0000000000000000
[ 4303.528333] RDX: 0000000000000000 RSI: ffff8f97a7780750 RDI: ffffa7991cccf6f0
[ 4303.528335] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4303.528338] R10: ffff8f97a77807d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4303.528340] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4303.528342] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b62f8b40
[ 4303.528345] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4303.528347] CR2: 00000000b281a000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4303.528350] PKRU: 55555554
[ 4303.528352] Call Trace:
[ 4303.528355]  <TASK>
[ 4303.528362]  submit_one_bio+0xd4/0xe0
[ 4303.528369]  submit_extent_page+0x142/0x550
[ 4303.528383]  read_extent_buffer_pages+0x584/0x9c0
[ 4303.528391]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4303.528395]  ? folio_unlock+0x1d/0x50
[ 4303.528402]  btrfs_read_extent_buffer+0x98/0x150
[ 4303.528408]  read_tree_block+0x43/0xa0
[ 4303.528412]  read_block_for_search+0x266/0x370
[ 4303.528424]  btrfs_search_slot+0x351/0xd30
[ 4303.528436]  btrfs_lookup_csum+0x63/0x150
[ 4303.528443]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4303.528449]  ? btrfs_do_readpage+0x305/0x770
[ 4303.528456]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4303.528461]  submit_one_bio+0xc4/0xe0
[ 4303.528467]  btrfs_read_folio+0x79/0x90
[ 4303.528470]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4303.528474]  prepare_uptodate_page+0x8c/0x210
[ 4303.528478]  prepare_pages.constprop.0+0xa2/0x300
[ 4303.528486]  btrfs_buffered_write+0x2ca/0x940
[ 4303.528500]  btrfs_do_write_iter+0x384/0x5d0
[ 4303.528504]  ? lock_is_held_type+0xe8/0x140
[ 4303.528512]  vfs_write+0x269/0x4f0
[ 4303.528523]  ksys_write+0x64/0xe0
[ 4303.528528]  __do_fast_syscall_32+0x88/0xf0
[ 4303.528533]  ? __do_fast_syscall_32+0x94/0xf0
[ 4303.528537]  ? __do_fast_syscall_32+0x94/0xf0
[ 4303.528540]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4303.528544]  ? __do_fast_syscall_32+0x94/0xf0
[ 4303.528547]  ? __do_fast_syscall_32+0x94/0xf0
[ 4303.528550]  ? __do_fast_syscall_32+0x94/0xf0
[ 4303.528555]  do_fast_syscall_32+0x2f/0x70
[ 4303.528559]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4303.528564] RIP: 0023:0xf7fc0579
[ 4303.528586] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4303.528589] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4303.528593] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b75fd010
[ 4303.528595] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4303.528597] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4303.528599] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4303.528602] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4303.528613]  </TASK>
[ 4303.528615] irq event stamp: 97962809
[ 4303.528617] hardirqs last  enabled at (97962817): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4303.528622] hardirqs last disabled at (97962824): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4303.528625] softirqs last  enabled at (97956096): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4303.528629] softirqs last disabled at (97956083): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4303.528631] ---[ end trace 0000000000000000 ]---
[ 4304.893110] ------------[ cut here ]------------
[ 4304.893121] WARNING: CPU: 7 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4304.893130] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4304.893283]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4304.893388] CPU: 7 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4304.893394] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4304.893398] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4304.893404] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4304.893408] RSP: 0018:ffffa7991cccf670 EFLAGS: 00010246
[ 4304.893415] RAX: 0000000000000000 RBX: ffff8f971fb1b1d0 RCX: 0000000000000000
[ 4304.893419] RDX: 0000000000000000 RSI: ffff8f971fb1b150 RDI: ffffa7991cccf698
[ 4304.893423] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4304.893427] R10: ffff8f971fb1b1d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4304.893431] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4304.893435] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b62f8b40
[ 4304.893440] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4304.893444] CR2: 00000000cc70c000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4304.893448] PKRU: 55555554
[ 4304.893452] Call Trace:
[ 4304.893457]  <TASK>
[ 4304.893468]  submit_one_bio+0xd4/0xe0
[ 4304.893479]  submit_extent_page+0x142/0x550
[ 4304.893503]  read_extent_buffer_pages+0x584/0x9c0
[ 4304.893516]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4304.893525]  ? folio_unlock+0x1d/0x50
[ 4304.893535]  btrfs_read_extent_buffer+0x98/0x150
[ 4304.893546]  read_tree_block+0x43/0xa0
[ 4304.893553]  read_block_for_search+0x266/0x370
[ 4304.893575]  btrfs_search_slot+0x351/0xd30
[ 4304.893595]  btrfs_lookup_csum+0x63/0x150
[ 4304.893608]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4304.893619]  ? btrfs_do_readpage+0x305/0x770
[ 4304.893632]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4304.893639]  submit_one_bio+0xc4/0xe0
[ 4304.893649]  btrfs_read_folio+0x79/0x90
[ 4304.893656]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4304.893662]  prepare_uptodate_page+0x8c/0x210
[ 4304.893669]  prepare_pages.constprop.0+0xa2/0x300
[ 4304.893684]  btrfs_buffered_write+0x2ca/0x940
[ 4304.893709]  btrfs_do_write_iter+0x384/0x5d0
[ 4304.893717]  ? lock_is_held_type+0xe8/0x140
[ 4304.893730]  vfs_write+0x269/0x4f0
[ 4304.893787]  ksys_write+0x64/0xe0
[ 4304.893796]  __do_fast_syscall_32+0x88/0xf0
[ 4304.893807]  ? lock_is_held_type+0xe8/0x140
[ 4304.893817]  ? __do_fast_syscall_32+0x94/0xf0
[ 4304.893823]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4304.893830]  ? __do_fast_syscall_32+0x94/0xf0
[ 4304.893835]  ? __do_fast_syscall_32+0x94/0xf0
[ 4304.893840]  ? __do_fast_syscall_32+0x94/0xf0
[ 4304.893848]  do_fast_syscall_32+0x2f/0x70
[ 4304.893855]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4304.893862] RIP: 0023:0xf7fc0579
[ 4304.893886] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4304.893891] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4304.893897] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4304.893901] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4304.893905] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4304.893909] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4304.893913] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4304.893933]  </TASK>
[ 4304.893937] irq event stamp: 98212627
[ 4304.893940] hardirqs last  enabled at (98212635): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4304.893947] hardirqs last disabled at (98212642): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4304.893952] softirqs last  enabled at (98212468): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4304.893958] softirqs last disabled at (98212421): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4304.893963] ---[ end trace 0000000000000000 ]---
[ 4305.587789] ------------[ cut here ]------------
[ 4305.587797] WARNING: CPU: 12 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4305.587805] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4305.587891]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4305.587951] CPU: 12 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4305.587954] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4305.587957] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4305.587961] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4305.587963] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4305.587967] RAX: 0000000000000000 RBX: ffff8fa27badde90 RCX: 0000000000000000
[ 4305.587970] RDX: 0000000000000000 RSI: ffff8fa27badde10 RDI: ffffa7991cccf690
[ 4305.587972] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4305.587974] R10: ffff8fa27badde90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4305.587976] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4305.587979] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b62f8b40
[ 4305.587981] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4305.587984] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4305.587986] PKRU: 55555554
[ 4305.587988] Call Trace:
[ 4305.587991]  <TASK>
[ 4305.587998]  submit_one_bio+0xd4/0xe0
[ 4305.588005]  submit_extent_page+0x142/0x550
[ 4305.588019]  read_extent_buffer_pages+0x584/0x9c0
[ 4305.588026]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.588031]  ? folio_unlock+0x1d/0x50
[ 4305.588038]  btrfs_read_extent_buffer+0x98/0x150
[ 4305.588044]  read_tree_block+0x43/0xa0
[ 4305.588047]  read_block_for_search+0x266/0x370
[ 4305.588060]  btrfs_search_slot+0x351/0xd30
[ 4305.588071]  btrfs_lookup_csum+0x63/0x150
[ 4305.588079]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4305.588085]  ? btrfs_do_readpage+0x305/0x770
[ 4305.588092]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4305.588097]  submit_one_bio+0xc4/0xe0
[ 4305.588102]  btrfs_read_folio+0x79/0x90
[ 4305.588106]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.588109]  prepare_uptodate_page+0x8c/0x210
[ 4305.588114]  prepare_pages.constprop.0+0x134/0x300
[ 4305.588122]  btrfs_buffered_write+0x2ca/0x940
[ 4305.588135]  btrfs_do_write_iter+0x384/0x5d0
[ 4305.588139]  ? lock_is_held_type+0xe8/0x140
[ 4305.588148]  vfs_write+0x269/0x4f0
[ 4305.588158]  ksys_write+0x64/0xe0
[ 4305.588164]  __do_fast_syscall_32+0x88/0xf0
[ 4305.588168]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588172]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.588175]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588179]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.588183]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588186]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588190]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588193]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588196]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.588200]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588203]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.588208]  do_fast_syscall_32+0x2f/0x70
[ 4305.588212]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4305.588217] RIP: 0023:0xf7fc0579
[ 4305.588239] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4305.588242] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4305.588245] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000becff010
[ 4305.588248] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4305.588250] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4305.588252] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4305.588254] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4305.588264]  </TASK>
[ 4305.588266] irq event stamp: 98328025
[ 4305.588269] hardirqs last  enabled at (98328033): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4305.588273] hardirqs last disabled at (98328040): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4305.588276] softirqs last  enabled at (98326672): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4305.588280] softirqs last disabled at (98326665): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4305.588283] ---[ end trace 0000000000000000 ]---
[ 4305.637558] ------------[ cut here ]------------
[ 4305.637567] WARNING: CPU: 10 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4305.637575] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4305.637664]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4305.637724] CPU: 10 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4305.637727] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4305.637730] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4305.637733] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4305.637736] RSP: 0018:ffffa7991cccf670 EFLAGS: 00010246
[ 4305.637740] RAX: 0000000000000000 RBX: ffff8f9cfaae2590 RCX: 0000000000000000
[ 4305.637760] RDX: 0000000000000000 RSI: ffff8f9cfaae2510 RDI: ffffa7991cccf698
[ 4305.637763] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4305.637765] R10: ffff8f9cfaae2590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4305.637767] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4305.637769] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b62f8b40
[ 4305.637772] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4305.637774] CR2: 00007f2b3ff80db0 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4305.637777] PKRU: 55555554
[ 4305.637779] Call Trace:
[ 4305.637782]  <TASK>
[ 4305.637789]  submit_one_bio+0xd4/0xe0
[ 4305.637797]  submit_extent_page+0x142/0x550
[ 4305.637810]  read_extent_buffer_pages+0x584/0x9c0
[ 4305.637817]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.637822]  ? folio_unlock+0x1d/0x50
[ 4305.637829]  btrfs_read_extent_buffer+0x98/0x150
[ 4305.637835]  read_tree_block+0x43/0xa0
[ 4305.637839]  read_block_for_search+0x266/0x370
[ 4305.637851]  btrfs_search_slot+0x351/0xd30
[ 4305.637862]  btrfs_lookup_csum+0x63/0x150
[ 4305.637870]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4305.637876]  ? btrfs_do_readpage+0x305/0x770
[ 4305.637883]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4305.637888]  submit_one_bio+0xc4/0xe0
[ 4305.637893]  btrfs_read_folio+0x79/0x90
[ 4305.637897]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.637900]  prepare_uptodate_page+0x8c/0x210
[ 4305.637905]  prepare_pages.constprop.0+0xa2/0x300
[ 4305.637912]  btrfs_buffered_write+0x2ca/0x940
[ 4305.637926]  btrfs_do_write_iter+0x384/0x5d0
[ 4305.637930]  ? lock_is_held_type+0xe8/0x140
[ 4305.637938]  vfs_write+0x269/0x4f0
[ 4305.637949]  ksys_write+0x64/0xe0
[ 4305.637954]  __do_fast_syscall_32+0x88/0xf0
[ 4305.637960]  ? lock_is_held_type+0xe8/0x140
[ 4305.637966]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.637969]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.637973]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.637976]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.637979]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.637982]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.637987]  do_fast_syscall_32+0x2f/0x70
[ 4305.637991]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4305.637996] RIP: 0023:0xf7fc0579
[ 4305.638019] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4305.638022] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4305.638025] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4305.638028] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4305.638030] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4305.638032] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4305.638034] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4305.638045]  </TASK>
[ 4305.638047] irq event stamp: 98346743
[ 4305.638049] hardirqs last  enabled at (98346751): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4305.638053] hardirqs last disabled at (98346758): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4305.638056] softirqs last  enabled at (98343840): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4305.638060] softirqs last disabled at (98343835): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4305.638063] ---[ end trace 0000000000000000 ]---
[ 4305.638190] BTRFS error (device nvme0n1p3): level verify failed on logical 5398998040576 mirror 1 wanted 0 found 1
[ 4305.638195] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5398998040576 mirror 1
[ 4305.638198] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4305.638213] BTRFS error (device nvme0n1p3): read failed, bytenr=5398998040576 check owner_root=7 transid=652043 has_first_key=1 first_key=(18446744073709551606 128 2558977359872) level=1 size=40
[ 4305.638221] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4305.638225] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4305.638227] Call Trace:
[ 4305.638230]  <TASK>
[ 4305.638233]  dump_stack_lvl+0x5b/0x77
[ 4305.638238]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4305.638245]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.638250]  ? folio_unlock+0x1d/0x50
[ 4305.638255]  btrfs_read_extent_buffer+0x98/0x150
[ 4305.638261]  read_tree_block+0x43/0xa0
[ 4305.638265]  read_block_for_search+0x266/0x370
[ 4305.638276]  btrfs_search_slot+0x351/0xd30
[ 4305.638287]  btrfs_lookup_csum+0x63/0x150
[ 4305.638294]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4305.638300]  ? btrfs_do_readpage+0x305/0x770
[ 4305.638307]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4305.638311]  submit_one_bio+0xc4/0xe0
[ 4305.638316]  btrfs_read_folio+0x79/0x90
[ 4305.638320]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.638323]  prepare_uptodate_page+0x8c/0x210
[ 4305.638327]  prepare_pages.constprop.0+0xa2/0x300
[ 4305.638334]  btrfs_buffered_write+0x2ca/0x940
[ 4305.638348]  btrfs_do_write_iter+0x384/0x5d0
[ 4305.638351]  ? lock_is_held_type+0xe8/0x140
[ 4305.638358]  vfs_write+0x269/0x4f0
[ 4305.638367]  ksys_write+0x64/0xe0
[ 4305.638372]  __do_fast_syscall_32+0x88/0xf0
[ 4305.638377]  ? lock_is_held_type+0xe8/0x140
[ 4305.638383]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638386]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.638390]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638393]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638396]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638399]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638403]  do_fast_syscall_32+0x2f/0x70
[ 4305.638407]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4305.638410] RIP: 0023:0xf7fc0579
[ 4305.638417] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4305.638420] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4305.638424] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4305.638426] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4305.638428] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4305.638430] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4305.638432] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4305.638442]  </TASK>
[ 4305.638444] BTRFS error (device nvme0n1p3): read failed, bytenr=5398998040576 check owner_root=7 transid=652043 has_first_key=1 first_key=(18446744073709551606 128 2558977359872) level=1 size=40
[ 4305.638449] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4305.638451] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4305.638453] Call Trace:
[ 4305.638455]  <TASK>
[ 4305.638458]  dump_stack_lvl+0x5b/0x77
[ 4305.638461]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4305.638467]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.638471]  ? folio_unlock+0x1d/0x50
[ 4305.638477]  btrfs_read_extent_buffer+0x98/0x150
[ 4305.638482]  read_tree_block+0x43/0xa0
[ 4305.638486]  read_block_for_search+0x266/0x370
[ 4305.638497]  btrfs_search_slot+0x351/0xd30
[ 4305.638508]  btrfs_lookup_csum+0x63/0x150
[ 4305.638515]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4305.638521]  ? btrfs_do_readpage+0x305/0x770
[ 4305.638527]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4305.638531]  submit_one_bio+0xc4/0xe0
[ 4305.638536]  btrfs_read_folio+0x79/0x90
[ 4305.638540]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.638543]  prepare_uptodate_page+0x8c/0x210
[ 4305.638547]  prepare_pages.constprop.0+0xa2/0x300
[ 4305.638554]  btrfs_buffered_write+0x2ca/0x940
[ 4305.638568]  btrfs_do_write_iter+0x384/0x5d0
[ 4305.638571]  ? lock_is_held_type+0xe8/0x140
[ 4305.638578]  vfs_write+0x269/0x4f0
[ 4305.638587]  ksys_write+0x64/0xe0
[ 4305.638592]  __do_fast_syscall_32+0x88/0xf0
[ 4305.638596]  ? lock_is_held_type+0xe8/0x140
[ 4305.638602]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638605]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.638609]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638612]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638615]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638618]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638622]  do_fast_syscall_32+0x2f/0x70
[ 4305.638626]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4305.638629] RIP: 0023:0xf7fc0579
[ 4305.638633] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4305.638635] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4305.638638] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4305.638640] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4305.638642] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4305.638644] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4305.638646] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4305.638656]  </TASK>
[ 4305.638658] BTRFS error (device nvme0n1p3): read failed, bytenr=5398998040576 check owner_root=7 transid=652043 has_first_key=1 first_key=(18446744073709551606 128 2558977359872) level=1 size=40
[ 4305.638661] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4305.638664] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4305.638666] Call Trace:
[ 4305.638668]  <TASK>
[ 4305.638670]  dump_stack_lvl+0x5b/0x77
[ 4305.638673]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4305.638679]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.638683]  ? folio_unlock+0x1d/0x50
[ 4305.638689]  btrfs_read_extent_buffer+0x98/0x150
[ 4305.638694]  read_tree_block+0x43/0xa0
[ 4305.638698]  read_block_for_search+0x266/0x370
[ 4305.638709]  btrfs_search_slot+0x351/0xd30
[ 4305.638719]  btrfs_lookup_csum+0x63/0x150
[ 4305.638726]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4305.638732]  ? btrfs_do_readpage+0x305/0x770
[ 4305.638739]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4305.638743]  submit_one_bio+0xc4/0xe0
[ 4305.638748]  btrfs_read_folio+0x79/0x90
[ 4305.638754]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4305.638760]  prepare_uptodate_page+0x8c/0x210
[ 4305.638766]  prepare_pages.constprop.0+0xa2/0x300
[ 4305.638775]  btrfs_buffered_write+0x2ca/0x940
[ 4305.638789]  btrfs_do_write_iter+0x384/0x5d0
[ 4305.638793]  ? lock_is_held_type+0xe8/0x140
[ 4305.638799]  vfs_write+0x269/0x4f0
[ 4305.638808]  ksys_write+0x64/0xe0
[ 4305.638813]  __do_fast_syscall_32+0x88/0xf0
[ 4305.638818]  ? lock_is_held_type+0xe8/0x140
[ 4305.638823]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638827]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4305.638830]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638833]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638836]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638839]  ? __do_fast_syscall_32+0x94/0xf0
[ 4305.638844]  do_fast_syscall_32+0x2f/0x70
[ 4305.638848]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4305.638850] RIP: 0023:0xf7fc0579
[ 4305.638854] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4305.638856] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4305.638859] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4305.638861] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4305.638863] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4305.638865] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4305.638867] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4305.638877]  </TASK>
[ 4306.704712] ------------[ cut here ]------------
[ 4306.704720] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4306.704728] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4306.704852]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4306.704912] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4306.704916] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4306.704918] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4306.704923] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4306.704926] RSP: 0018:ffffa7991cccf628 EFLAGS: 00010246
[ 4306.704929] RAX: 0000000000000000 RBX: ffff8f9722bc8990 RCX: 0000000000000000
[ 4306.704932] RDX: 0000000000000000 RSI: ffff8f9722bc8910 RDI: ffffa7991cccf650
[ 4306.704934] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4306.704936] R10: ffff8f9722bc8990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4306.704939] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4306.704941] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4306.704944] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4306.704946] CR2: 00001c5004c3a000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4306.704949] PKRU: 55555554
[ 4306.704951] Call Trace:
[ 4306.704954]  <TASK>
[ 4306.704961]  submit_one_bio+0xd4/0xe0
[ 4306.704968]  submit_extent_page+0x142/0x550
[ 4306.704982]  read_extent_buffer_pages+0x584/0x9c0
[ 4306.704989]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4306.704994]  ? folio_unlock+0x1d/0x50
[ 4306.705001]  btrfs_read_extent_buffer+0x98/0x150
[ 4306.705007]  read_tree_block+0x43/0xa0
[ 4306.705011]  read_block_for_search+0x266/0x370
[ 4306.705023]  btrfs_search_slot+0x351/0xd30
[ 4306.705034]  btrfs_lookup_csum+0x63/0x150
[ 4306.705042]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4306.705048]  ? btrfs_do_readpage+0x305/0x770
[ 4306.705055]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4306.705060]  submit_one_bio+0xc4/0xe0
[ 4306.705066]  btrfs_read_folio+0x79/0x90
[ 4306.705069]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4306.705073]  prepare_uptodate_page+0x8c/0x210
[ 4306.705077]  prepare_pages.constprop.0+0x134/0x300
[ 4306.705085]  btrfs_buffered_write+0x2ca/0x940
[ 4306.705099]  btrfs_do_write_iter+0x384/0x5d0
[ 4306.705103]  ? lock_is_held_type+0xe8/0x140
[ 4306.705111]  vfs_write+0x269/0x4f0
[ 4306.705122]  ksys_write+0x64/0xe0
[ 4306.705127]  __do_fast_syscall_32+0x88/0xf0
[ 4306.705135]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705138]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4306.705142]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705147]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705150]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4306.705154]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705157]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705161]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4306.705165]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705168]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705172]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705175]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.705180]  do_fast_syscall_32+0x2f/0x70
[ 4306.705184]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4306.705188] RIP: 0023:0xf7fc0579
[ 4306.705211] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4306.705214] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4306.705217] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b15ff010
[ 4306.705219] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4306.705222] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4306.705224] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4306.705226] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4306.705237]  </TASK>
[ 4306.705239] irq event stamp: 98527129
[ 4306.705241] hardirqs last  enabled at (98527137): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4306.705246] hardirqs last disabled at (98527144): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4306.705249] softirqs last  enabled at (98521136): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4306.705252] softirqs last disabled at (98521107): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4306.705255] ---[ end trace 0000000000000000 ]---
[ 4306.946678] ------------[ cut here ]------------
[ 4306.946687] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4306.946695] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4306.946809]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4306.946868] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4306.946872] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4306.946875] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4306.946879] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4306.946882] RSP: 0018:ffffa7991cccf680 EFLAGS: 00010246
[ 4306.946885] RAX: 0000000000000000 RBX: ffff8f9722bcb550 RCX: 0000000000000000
[ 4306.946888] RDX: 0000000000000000 RSI: ffff8f9722bcb4d0 RDI: ffffa7991cccf6a8
[ 4306.946890] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4306.946893] R10: ffff8f9722bcb550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4306.946895] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4306.946897] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4306.946900] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4306.946902] CR2: 00007faa96603590 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4306.946905] PKRU: 55555554
[ 4306.946907] Call Trace:
[ 4306.946910]  <TASK>
[ 4306.946917]  submit_one_bio+0xd4/0xe0
[ 4306.946924]  submit_extent_page+0x142/0x550
[ 4306.946937]  read_extent_buffer_pages+0x584/0x9c0
[ 4306.946945]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4306.946950]  ? folio_unlock+0x1d/0x50
[ 4306.946957]  btrfs_read_extent_buffer+0x98/0x150
[ 4306.946963]  read_tree_block+0x43/0xa0
[ 4306.946967]  read_block_for_search+0x266/0x370
[ 4306.946980]  btrfs_search_slot+0x351/0xd30
[ 4306.946990]  btrfs_lookup_csum+0x63/0x150
[ 4306.946998]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4306.947004]  ? btrfs_do_readpage+0x305/0x770
[ 4306.947011]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4306.947016]  submit_one_bio+0xc4/0xe0
[ 4306.947021]  btrfs_read_folio+0x79/0x90
[ 4306.947025]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4306.947028]  prepare_uptodate_page+0x8c/0x210
[ 4306.947033]  prepare_pages.constprop.0+0x134/0x300
[ 4306.947040]  btrfs_buffered_write+0x2ca/0x940
[ 4306.947054]  btrfs_do_write_iter+0x384/0x5d0
[ 4306.947058]  ? lock_is_held_type+0xe8/0x140
[ 4306.947066]  vfs_write+0x269/0x4f0
[ 4306.947077]  ksys_write+0x64/0xe0
[ 4306.947082]  __do_fast_syscall_32+0x88/0xf0
[ 4306.947086]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4306.947090]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.947096]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.947099]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4306.947103]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.947106]  ? __do_fast_syscall_32+0x94/0xf0
[ 4306.947112]  do_fast_syscall_32+0x2f/0x70
[ 4306.947116]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4306.947120] RIP: 0023:0xf7fc0579
[ 4306.947142] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4306.947144] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4306.947148] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b75fd010
[ 4306.947150] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4306.947153] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4306.947155] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4306.947157] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4306.947167]  </TASK>
[ 4306.947169] irq event stamp: 98565639
[ 4306.947172] hardirqs last  enabled at (98565647): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4306.947176] hardirqs last disabled at (98565654): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4306.947179] softirqs last  enabled at (98562732): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4306.947183] softirqs last disabled at (98562727): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4306.947185] ---[ end trace 0000000000000000 ]---
[ 4309.369821] ------------[ cut here ]------------
[ 4309.369832] WARNING: CPU: 15 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4309.369843] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4309.369996]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4309.370101] CPU: 15 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4309.370107] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4309.370111] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4309.370117] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4309.370122] RSP: 0018:ffffa7991cccf620 EFLAGS: 00010246
[ 4309.370128] RAX: 0000000000000000 RBX: ffff8fa27baa2750 RCX: 0000000000000000
[ 4309.370132] RDX: 0000000000000000 RSI: ffff8fa27baa26d0 RDI: ffffa7991cccf648
[ 4309.370136] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4309.370140] R10: ffff8fa27baa2750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4309.370144] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4309.370149] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b62f8b40
[ 4309.370153] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4309.370157] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4309.370162] PKRU: 55555554
[ 4309.370165] Call Trace:
[ 4309.370170]  <TASK>
[ 4309.370181]  submit_one_bio+0xd4/0xe0
[ 4309.370192]  submit_extent_page+0x142/0x550
[ 4309.370216]  read_extent_buffer_pages+0x584/0x9c0
[ 4309.370229]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4309.370237]  ? folio_unlock+0x1d/0x50
[ 4309.370248]  btrfs_read_extent_buffer+0x98/0x150
[ 4309.370259]  read_tree_block+0x43/0xa0
[ 4309.370266]  read_block_for_search+0x266/0x370
[ 4309.370288]  btrfs_search_slot+0x351/0xd30
[ 4309.370307]  btrfs_lookup_csum+0x63/0x150
[ 4309.370320]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4309.370331]  ? btrfs_do_readpage+0x305/0x770
[ 4309.370344]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4309.370352]  submit_one_bio+0xc4/0xe0
[ 4309.370361]  btrfs_read_folio+0x79/0x90
[ 4309.370368]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4309.370374]  prepare_uptodate_page+0x8c/0x210
[ 4309.370382]  prepare_pages.constprop.0+0xa2/0x300
[ 4309.370396]  btrfs_buffered_write+0x2ca/0x940
[ 4309.370422]  btrfs_do_write_iter+0x384/0x5d0
[ 4309.370429]  ? lock_is_held_type+0xe8/0x140
[ 4309.370443]  vfs_write+0x269/0x4f0
[ 4309.370461]  ksys_write+0x64/0xe0
[ 4309.370470]  __do_fast_syscall_32+0x88/0xf0
[ 4309.370478]  ? lock_is_held_type+0xe8/0x140
[ 4309.370489]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370494]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4309.370501]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370507]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370513]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4309.370519]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370524]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4309.370531]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370536]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370541]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370546]  ? __do_fast_syscall_32+0x94/0xf0
[ 4309.370554]  do_fast_syscall_32+0x2f/0x70
[ 4309.370561]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4309.370568] RIP: 0023:0xf7fc0579
[ 4309.370592] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4309.370597] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4309.370603] RAX: ffffffffffffffda RBX: 00000000000000d2 RCX: 00000000b3426010
[ 4309.370607] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4309.370611] RBP: 00000000000000d2 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4309.370615] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4309.370619] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4309.370638]  </TASK>
[ 4309.370642] irq event stamp: 98917747
[ 4309.370646] hardirqs last  enabled at (98917755): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4309.370652] hardirqs last disabled at (98917762): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4309.370657] softirqs last  enabled at (98914884): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4309.370663] softirqs last disabled at (98914877): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4309.370668] ---[ end trace 0000000000000000 ]---
[ 4310.243720] ------------[ cut here ]------------
[ 4310.243729] WARNING: CPU: 4 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4310.243737] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4310.243848]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4310.243908] CPU: 4 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4310.243911] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4310.243914] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4310.243918] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4310.243920] RSP: 0018:ffffa7991cccf648 EFLAGS: 00010246
[ 4310.243924] RAX: 0000000000000000 RBX: ffff8f9724ab4610 RCX: 0000000000000000
[ 4310.243927] RDX: 0000000000000000 RSI: ffff8f9724ab4590 RDI: ffffa7991cccf670
[ 4310.243929] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4310.243931] R10: ffff8f9724ab4610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4310.243934] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4310.243936] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b62f8b40
[ 4310.243939] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4310.243941] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4310.243944] PKRU: 55555554
[ 4310.243946] Call Trace:
[ 4310.243948]  <TASK>
[ 4310.243956]  submit_one_bio+0xd4/0xe0
[ 4310.243964]  submit_extent_page+0x142/0x550
[ 4310.243977]  read_extent_buffer_pages+0x584/0x9c0
[ 4310.243985]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4310.243989]  ? folio_unlock+0x1d/0x50
[ 4310.243996]  btrfs_read_extent_buffer+0x98/0x150
[ 4310.244002]  read_tree_block+0x43/0xa0
[ 4310.244006]  read_block_for_search+0x266/0x370
[ 4310.244020]  btrfs_search_slot+0x351/0xd30
[ 4310.244031]  btrfs_lookup_csum+0x63/0x150
[ 4310.244039]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4310.244045]  ? btrfs_do_readpage+0x305/0x770
[ 4310.244052]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4310.244057]  submit_one_bio+0xc4/0xe0
[ 4310.244062]  btrfs_read_folio+0x79/0x90
[ 4310.244066]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4310.244069]  prepare_uptodate_page+0x8c/0x210
[ 4310.244074]  prepare_pages.constprop.0+0xa2/0x300
[ 4310.244082]  btrfs_buffered_write+0x2ca/0x940
[ 4310.244096]  btrfs_do_write_iter+0x384/0x5d0
[ 4310.244100]  ? lock_is_held_type+0xe8/0x140
[ 4310.244108]  vfs_write+0x269/0x4f0
[ 4310.244119]  ksys_write+0x64/0xe0
[ 4310.244124]  __do_fast_syscall_32+0x88/0xf0
[ 4310.244128]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244132]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244135]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4310.244139]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244145]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244148]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4310.244152]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244155]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4310.244159]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244162]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244165]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.244170]  do_fast_syscall_32+0x2f/0x70
[ 4310.244174]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4310.244179] RIP: 0023:0xf7fc0579
[ 4310.244201] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4310.244204] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4310.244207] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b83ff010
[ 4310.244210] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4310.244212] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4310.244214] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4310.244216] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4310.244226]  </TASK>
[ 4310.244229] irq event stamp: 99101479
[ 4310.244231] hardirqs last  enabled at (99101487): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4310.244235] hardirqs last disabled at (99101494): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4310.244238] softirqs last  enabled at (99100178): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4310.244242] softirqs last disabled at (99100173): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4310.244245] ---[ end trace 0000000000000000 ]---
[ 4310.597356] ------------[ cut here ]------------
[ 4310.597365] WARNING: CPU: 12 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4310.597372] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4310.597460]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4310.597521] CPU: 12 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4310.597524] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4310.597527] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4310.597531] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4310.597534] RSP: 0018:ffffa7991cccf700 EFLAGS: 00010246
[ 4310.597537] RAX: 0000000000000000 RBX: ffff8fa27badead0 RCX: 0000000000000000
[ 4310.597540] RDX: 0000000000000000 RSI: ffff8fa27badea50 RDI: ffffa7991cccf728
[ 4310.597542] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4310.597544] R10: ffff8fa27badead0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4310.597547] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4310.597549] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b62f8b40
[ 4310.597552] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4310.597554] CR2: 00007faa8cf5d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4310.597556] PKRU: 55555554
[ 4310.597559] Call Trace:
[ 4310.597561]  <TASK>
[ 4310.597568]  submit_one_bio+0xd4/0xe0
[ 4310.597576]  submit_extent_page+0x142/0x550
[ 4310.597589]  read_extent_buffer_pages+0x584/0x9c0
[ 4310.597597]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4310.597601]  ? folio_unlock+0x1d/0x50
[ 4310.597608]  btrfs_read_extent_buffer+0x98/0x150
[ 4310.597614]  read_tree_block+0x43/0xa0
[ 4310.597618]  read_block_for_search+0x266/0x370
[ 4310.597631]  btrfs_search_slot+0x351/0xd30
[ 4310.597642]  btrfs_lookup_csum+0x63/0x150
[ 4310.597649]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4310.597655]  ? btrfs_do_readpage+0x305/0x770
[ 4310.597662]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4310.597667]  submit_one_bio+0xc4/0xe0
[ 4310.597673]  btrfs_read_folio+0x79/0x90
[ 4310.597677]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4310.597680]  prepare_uptodate_page+0x8c/0x210
[ 4310.597685]  prepare_pages.constprop.0+0xa2/0x300
[ 4310.597693]  btrfs_buffered_write+0x2ca/0x940
[ 4310.597706]  btrfs_do_write_iter+0x384/0x5d0
[ 4310.597711]  ? lock_is_held_type+0xe8/0x140
[ 4310.597719]  vfs_write+0x269/0x4f0
[ 4310.597730]  ksys_write+0x64/0xe0
[ 4310.597735]  __do_fast_syscall_32+0x88/0xf0
[ 4310.597740]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.597763]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.597768]  do_fast_syscall_32+0x2f/0x70
[ 4310.597772]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4310.597777] RIP: 0023:0xf7fc0579
[ 4310.597801] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4310.597803] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4310.597807] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000bacff010
[ 4310.597809] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4310.597811] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4310.597813] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4310.597816] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4310.597826]  </TASK>
[ 4310.597828] irq event stamp: 99159685
[ 4310.597830] hardirqs last  enabled at (99159693): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4310.597835] hardirqs last disabled at (99159700): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4310.597838] softirqs last  enabled at (99159576): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4310.597842] softirqs last disabled at (99159571): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4310.597844] ---[ end trace 0000000000000000 ]---
[ 4310.793667] ------------[ cut here ]------------
[ 4310.793676] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4310.793684] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4310.793794]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4310.793854] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4310.793858] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4310.793861] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4310.793864] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4310.793867] RSP: 0018:ffffa7991cccf630 EFLAGS: 00010246
[ 4310.793871] RAX: 0000000000000000 RBX: ffff8f9722bcba90 RCX: 0000000000000000
[ 4310.793874] RDX: 0000000000000000 RSI: ffff8f9722bcba10 RDI: ffffa7991cccf658
[ 4310.793876] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4310.793878] R10: ffff8f9722bcba90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4310.793880] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4310.793883] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4310.793885] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4310.793888] CR2: 00001f6100da5000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4310.793890] PKRU: 55555554
[ 4310.793893] Call Trace:
[ 4310.793895]  <TASK>
[ 4310.793903]  submit_one_bio+0xd4/0xe0
[ 4310.793910]  submit_extent_page+0x142/0x550
[ 4310.793923]  read_extent_buffer_pages+0x584/0x9c0
[ 4310.793931]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4310.793935]  ? folio_unlock+0x1d/0x50
[ 4310.793942]  btrfs_read_extent_buffer+0x98/0x150
[ 4310.793948]  read_tree_block+0x43/0xa0
[ 4310.793952]  read_block_for_search+0x266/0x370
[ 4310.793965]  btrfs_search_slot+0x351/0xd30
[ 4310.793976]  btrfs_lookup_csum+0x63/0x150
[ 4310.793983]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4310.793990]  ? btrfs_do_readpage+0x305/0x770
[ 4310.793996]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4310.794001]  submit_one_bio+0xc4/0xe0
[ 4310.794007]  btrfs_read_folio+0x79/0x90
[ 4310.794010]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4310.794014]  prepare_uptodate_page+0x8c/0x210
[ 4310.794018]  prepare_pages.constprop.0+0x134/0x300
[ 4310.794026]  btrfs_buffered_write+0x2ca/0x940
[ 4310.794040]  btrfs_do_write_iter+0x384/0x5d0
[ 4310.794044]  ? lock_is_held_type+0xe8/0x140
[ 4310.794052]  vfs_write+0x269/0x4f0
[ 4310.794062]  ksys_write+0x64/0xe0
[ 4310.794067]  __do_fast_syscall_32+0x88/0xf0
[ 4310.794071]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4310.794075]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.794078]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.794082]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.794088]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.794091]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4310.794095]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.794098]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4310.794102]  ? __do_fast_syscall_32+0x94/0xf0
[ 4310.794109]  do_fast_syscall_32+0x2f/0x70
[ 4310.794113]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4310.794118] RIP: 0023:0xf7fc0579
[ 4310.794140] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4310.794142] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4310.794146] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3d2f010
[ 4310.794148] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4310.794150] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4310.794152] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4310.794155] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4310.794165]  </TASK>
[ 4310.794167] irq event stamp: 99190835
[ 4310.794169] hardirqs last  enabled at (99190843): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4310.794174] hardirqs last disabled at (99190850): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4310.794177] softirqs last  enabled at (99189850): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4310.794181] softirqs last disabled at (99189845): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4310.794183] ---[ end trace 0000000000000000 ]---
[ 4311.708230] ------------[ cut here ]------------
[ 4311.708239] WARNING: CPU: 14 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4311.708247] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4311.708334]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4311.708393] CPU: 14 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4311.708397] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4311.708400] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4311.708403] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4311.708406] RSP: 0018:ffffa7991cccf620 EFLAGS: 00010246
[ 4311.708410] RAX: 0000000000000000 RBX: ffff8f97172d40d0 RCX: 0000000000000000
[ 4311.708413] RDX: 0000000000000000 RSI: ffff8f97172d4050 RDI: ffffa7991cccf648
[ 4311.708415] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4311.708417] R10: ffff8f97172d40d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4311.708419] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4311.708422] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b62f8b40
[ 4311.708424] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4311.708427] CR2: 00000000afff5000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4311.708429] PKRU: 55555554
[ 4311.708432] Call Trace:
[ 4311.708434]  <TASK>
[ 4311.708442]  submit_one_bio+0xd4/0xe0
[ 4311.708449]  submit_extent_page+0x142/0x550
[ 4311.708462]  read_extent_buffer_pages+0x584/0x9c0
[ 4311.708470]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4311.708475]  ? folio_unlock+0x1d/0x50
[ 4311.708481]  btrfs_read_extent_buffer+0x98/0x150
[ 4311.708487]  read_tree_block+0x43/0xa0
[ 4311.708491]  read_block_for_search+0x266/0x370
[ 4311.708504]  btrfs_search_slot+0x351/0xd30
[ 4311.708515]  btrfs_lookup_csum+0x63/0x150
[ 4311.708522]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4311.708529]  ? btrfs_do_readpage+0x305/0x770
[ 4311.708536]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4311.708541]  submit_one_bio+0xc4/0xe0
[ 4311.708546]  btrfs_read_folio+0x79/0x90
[ 4311.708550]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4311.708553]  prepare_uptodate_page+0x8c/0x210
[ 4311.708557]  prepare_pages.constprop.0+0xa2/0x300
[ 4311.708565]  btrfs_buffered_write+0x2ca/0x940
[ 4311.708579]  btrfs_do_write_iter+0x384/0x5d0
[ 4311.708583]  ? lock_is_held_type+0xe8/0x140
[ 4311.708591]  vfs_write+0x269/0x4f0
[ 4311.708602]  ksys_write+0x64/0xe0
[ 4311.708607]  __do_fast_syscall_32+0x88/0xf0
[ 4311.708613]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4311.708618]  ? lock_is_held_type+0xe8/0x140
[ 4311.708624]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708628]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4311.708632]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708635]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708638]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708641]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4311.708645]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708648]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708651]  ? __do_fast_syscall_32+0x94/0xf0
[ 4311.708656]  do_fast_syscall_32+0x2f/0x70
[ 4311.708660]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4311.708664] RIP: 0023:0xf7fc0579
[ 4311.708686] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4311.708689] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4311.708693] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b75fd010
[ 4311.708695] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4311.708697] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4311.708699] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4311.708701] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4311.708712]  </TASK>
[ 4311.708714] irq event stamp: 99370427
[ 4311.708716] hardirqs last  enabled at (99370435): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4311.708721] hardirqs last disabled at (99370442): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4311.708724] softirqs last  enabled at (99367880): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4311.708728] softirqs last disabled at (99367871): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4311.708730] ---[ end trace 0000000000000000 ]---
[ 4313.785732] ------------[ cut here ]------------
[ 4313.785767] WARNING: CPU: 2 PID: 11624 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4313.785779] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4313.785878]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4313.785946] CPU: 2 PID: 11624 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4313.785949] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4313.785952] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4313.785956] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4313.785959] RSP: 0018:ffffa7991cc6f670 EFLAGS: 00010246
[ 4313.785963] RAX: 0000000000000000 RBX: ffff8f972eec1950 RCX: 0000000000000000
[ 4313.785966] RDX: 0000000000000000 RSI: ffff8f972eec18d0 RDI: ffffa7991cc6f698
[ 4313.785968] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4313.785970] R10: ffff8f972eec1950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4313.785973] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4313.785975] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b60f6b40
[ 4313.785978] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4313.785981] CR2: 000002ae0061b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4313.785983] PKRU: 55555554
[ 4313.785986] Call Trace:
[ 4313.785989]  <TASK>
[ 4313.785997]  submit_one_bio+0xd4/0xe0
[ 4313.786005]  submit_extent_page+0x142/0x550
[ 4313.786021]  read_extent_buffer_pages+0x584/0x9c0
[ 4313.786035]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4313.786041]  ? folio_unlock+0x1d/0x50
[ 4313.786049]  btrfs_read_extent_buffer+0x98/0x150
[ 4313.786055]  read_tree_block+0x43/0xa0
[ 4313.786059]  read_block_for_search+0x266/0x370
[ 4313.786073]  btrfs_search_slot+0x351/0xd30
[ 4313.786084]  btrfs_lookup_csum+0x63/0x150
[ 4313.786092]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4313.786099]  ? btrfs_do_readpage+0x305/0x770
[ 4313.786106]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4313.786111]  submit_one_bio+0xc4/0xe0
[ 4313.786117]  btrfs_read_folio+0x79/0x90
[ 4313.786121]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4313.786124]  prepare_uptodate_page+0x8c/0x210
[ 4313.786129]  prepare_pages.constprop.0+0xa2/0x300
[ 4313.786137]  btrfs_buffered_write+0x2ca/0x940
[ 4313.786153]  btrfs_do_write_iter+0x384/0x5d0
[ 4313.786160]  ? lock_is_held_type+0xe8/0x140
[ 4313.786174]  vfs_write+0x269/0x4f0
[ 4313.786193]  ksys_write+0x64/0xe0
[ 4313.786202]  __do_fast_syscall_32+0x88/0xf0
[ 4313.786209]  ? __do_fast_syscall_32+0x94/0xf0
[ 4313.786216]  ? __do_fast_syscall_32+0x94/0xf0
[ 4313.786222]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4313.786229]  ? __do_fast_syscall_32+0x94/0xf0
[ 4313.786236]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4313.786242]  ? __do_fast_syscall_32+0x94/0xf0
[ 4313.786248]  ? __do_fast_syscall_32+0x94/0xf0
[ 4313.786254]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4313.786261]  ? __do_fast_syscall_32+0x94/0xf0
[ 4313.786270]  do_fast_syscall_32+0x2f/0x70
[ 4313.786277]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4313.786285] RIP: 0023:0xf7fc0579
[ 4313.786310] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4313.786315] RSP: 002b:00000000b60f4ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4313.786322] RAX: ffffffffffffffda RBX: 00000000000000b0 RCX: 00000000b83ff010
[ 4313.786326] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4313.786331] RBP: 00000000000000b0 R08: 00000000b60f4ae0 R09: 0000000000000000
[ 4313.786335] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4313.786339] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4313.786360]  </TASK>
[ 4313.786364] irq event stamp: 1222593
[ 4313.786368] hardirqs last  enabled at (1222601): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4313.786375] hardirqs last disabled at (1222608): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4313.786380] softirqs last  enabled at (1221282): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4313.786386] softirqs last disabled at (1221273): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4313.786391] ---[ end trace 0000000000000000 ]---
[ 4314.445901] ------------[ cut here ]------------
[ 4314.445912] WARNING: CPU: 15 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4314.445922] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4314.446075]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4314.446181] CPU: 15 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4314.446187] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4314.446191] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4314.446196] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4314.446201] RSP: 0018:ffffa7991cccf6f0 EFLAGS: 00010246
[ 4314.446207] RAX: 0000000000000000 RBX: ffff8fa27baa1790 RCX: 0000000000000000
[ 4314.446212] RDX: 0000000000000000 RSI: ffff8fa27baa1710 RDI: ffffa7991cccf718
[ 4314.446216] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4314.446220] R10: ffff8fa27baa1790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4314.446224] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4314.446228] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b62f8b40
[ 4314.446232] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4314.446237] CR2: 00000000b3a2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4314.446241] PKRU: 55555554
[ 4314.446245] Call Trace:
[ 4314.446250]  <TASK>
[ 4314.446261]  submit_one_bio+0xd4/0xe0
[ 4314.446272]  submit_extent_page+0x142/0x550
[ 4314.446296]  read_extent_buffer_pages+0x584/0x9c0
[ 4314.446309]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4314.446318]  ? folio_unlock+0x1d/0x50
[ 4314.446329]  btrfs_read_extent_buffer+0x98/0x150
[ 4314.446339]  read_tree_block+0x43/0xa0
[ 4314.446346]  read_block_for_search+0x266/0x370
[ 4314.446368]  btrfs_search_slot+0x351/0xd30
[ 4314.446388]  btrfs_lookup_csum+0x63/0x150
[ 4314.446400]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4314.446412]  ? btrfs_do_readpage+0x305/0x770
[ 4314.446424]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4314.446432]  submit_one_bio+0xc4/0xe0
[ 4314.446442]  btrfs_read_folio+0x79/0x90
[ 4314.446450]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4314.446456]  prepare_uptodate_page+0x8c/0x210
[ 4314.446463]  prepare_pages.constprop.0+0xa2/0x300
[ 4314.446477]  btrfs_buffered_write+0x2ca/0x940
[ 4314.446503]  btrfs_do_write_iter+0x384/0x5d0
[ 4314.446510]  ? lock_is_held_type+0xe8/0x140
[ 4314.446524]  vfs_write+0x269/0x4f0
[ 4314.446542]  ksys_write+0x64/0xe0
[ 4314.446551]  __do_fast_syscall_32+0x88/0xf0
[ 4314.446559]  ? __do_fast_syscall_32+0x94/0xf0
[ 4314.446564]  ? __do_fast_syscall_32+0x94/0xf0
[ 4314.446569]  ? __do_fast_syscall_32+0x94/0xf0
[ 4314.446577]  do_fast_syscall_32+0x2f/0x70
[ 4314.446584]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4314.446591] RIP: 0023:0xf7fc0579
[ 4314.446616] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4314.446621] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4314.446627] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b2c1f010
[ 4314.446631] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4314.446635] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4314.446639] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4314.446643] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4314.446663]  </TASK>
[ 4314.446666] irq event stamp: 99777627
[ 4314.446671] hardirqs last  enabled at (99777635): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4314.446678] hardirqs last disabled at (99777642): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4314.446683] softirqs last  enabled at (99774578): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4314.446689] softirqs last disabled at (99774573): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4314.446694] ---[ end trace 0000000000000000 ]---
[ 4316.593911] ------------[ cut here ]------------
[ 4316.593923] WARNING: CPU: 14 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4316.593933] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4316.594090]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4316.594200] CPU: 14 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4316.594206] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4316.594210] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4316.594216] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4316.594221] RSP: 0018:ffffa7991cccf670 EFLAGS: 00010246
[ 4316.594228] RAX: 0000000000000000 RBX: ffff8f97172d4ed0 RCX: 0000000000000000
[ 4316.594232] RDX: 0000000000000000 RSI: ffff8f97172d4e50 RDI: ffffa7991cccf698
[ 4316.594236] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4316.594240] R10: ffff8f97172d4ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4316.594245] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4316.594249] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b62f8b40
[ 4316.594254] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4316.594258] CR2: 000018b804031000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4316.594262] PKRU: 55555554
[ 4316.594267] Call Trace:
[ 4316.594271]  <TASK>
[ 4316.594283]  submit_one_bio+0xd4/0xe0
[ 4316.594294]  submit_extent_page+0x142/0x550
[ 4316.594319]  read_extent_buffer_pages+0x584/0x9c0
[ 4316.594333]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4316.594342]  ? folio_unlock+0x1d/0x50
[ 4316.594353]  btrfs_read_extent_buffer+0x98/0x150
[ 4316.594364]  read_tree_block+0x43/0xa0
[ 4316.594371]  read_block_for_search+0x266/0x370
[ 4316.594394]  btrfs_search_slot+0x351/0xd30
[ 4316.594414]  btrfs_lookup_csum+0x63/0x150
[ 4316.594427]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4316.594439]  ? btrfs_do_readpage+0x305/0x770
[ 4316.594452]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4316.594460]  submit_one_bio+0xc4/0xe0
[ 4316.594470]  btrfs_read_folio+0x79/0x90
[ 4316.594477]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4316.594483]  prepare_uptodate_page+0x8c/0x210
[ 4316.594491]  prepare_pages.constprop.0+0xa2/0x300
[ 4316.594506]  btrfs_buffered_write+0x2ca/0x940
[ 4316.594532]  btrfs_do_write_iter+0x384/0x5d0
[ 4316.594540]  ? lock_is_held_type+0xe8/0x140
[ 4316.594554]  vfs_write+0x269/0x4f0
[ 4316.594573]  ksys_write+0x64/0xe0
[ 4316.594582]  __do_fast_syscall_32+0x88/0xf0
[ 4316.594593]  ? __do_fast_syscall_32+0x94/0xf0
[ 4316.594599]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4316.594606]  ? __do_fast_syscall_32+0x94/0xf0
[ 4316.594612]  ? __do_fast_syscall_32+0x94/0xf0
[ 4316.594619]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4316.594626]  ? __do_fast_syscall_32+0x94/0xf0
[ 4316.594631]  ? __do_fast_syscall_32+0x94/0xf0
[ 4316.594636]  ? __do_fast_syscall_32+0x94/0xf0
[ 4316.594644]  do_fast_syscall_32+0x2f/0x70
[ 4316.594652]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4316.594659] RIP: 0023:0xf7fc0579
[ 4316.594684] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4316.594689] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4316.594695] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b83ff010
[ 4316.594700] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4316.594704] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4316.594708] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4316.594712] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4316.594732]  </TASK>
[ 4316.594736] irq event stamp: 100047143
[ 4316.594740] hardirqs last  enabled at (100047151): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4316.594768] hardirqs last disabled at (100047160): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4316.594774] softirqs last  enabled at (100044052): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4316.594780] softirqs last disabled at (100044047): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4316.594785] ---[ end trace 0000000000000000 ]---
[ 4318.866474] ------------[ cut here ]------------
[ 4318.866486] WARNING: CPU: 14 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4318.866497] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4318.866643]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4318.866775] CPU: 14 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4318.866780] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4318.866785] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4318.866791] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4318.866796] RSP: 0018:ffffa7991cccf678 EFLAGS: 00010246
[ 4318.866802] RAX: 0000000000000000 RBX: ffff8f97172d7390 RCX: 0000000000000000
[ 4318.866807] RDX: 0000000000000000 RSI: ffff8f97172d7310 RDI: ffffa7991cccf6a0
[ 4318.866811] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4318.866815] R10: ffff8f97172d7390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4318.866819] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4318.866823] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b62f8b40
[ 4318.866828] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4318.866832] CR2: 00003de7007eb000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4318.866837] PKRU: 55555554
[ 4318.866841] Call Trace:
[ 4318.866845]  <TASK>
[ 4318.866857]  submit_one_bio+0xd4/0xe0
[ 4318.866868]  submit_extent_page+0x142/0x550
[ 4318.866892]  read_extent_buffer_pages+0x584/0x9c0
[ 4318.866905]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4318.866914]  ? folio_unlock+0x1d/0x50
[ 4318.866925]  btrfs_read_extent_buffer+0x98/0x150
[ 4318.866936]  read_tree_block+0x43/0xa0
[ 4318.866943]  read_block_for_search+0x266/0x370
[ 4318.866965]  btrfs_search_slot+0x351/0xd30
[ 4318.866985]  btrfs_lookup_csum+0x63/0x150
[ 4318.866998]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4318.867010]  ? btrfs_do_readpage+0x305/0x770
[ 4318.867023]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4318.867031]  submit_one_bio+0xc4/0xe0
[ 4318.867041]  btrfs_read_folio+0x79/0x90
[ 4318.867048]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4318.867054]  prepare_uptodate_page+0x8c/0x210
[ 4318.867062]  prepare_pages.constprop.0+0xa2/0x300
[ 4318.867076]  btrfs_buffered_write+0x2ca/0x940
[ 4318.867103]  btrfs_do_write_iter+0x384/0x5d0
[ 4318.867110]  ? lock_is_held_type+0xe8/0x140
[ 4318.867123]  vfs_write+0x269/0x4f0
[ 4318.867142]  ksys_write+0x64/0xe0
[ 4318.867151]  __do_fast_syscall_32+0x88/0xf0
[ 4318.867158]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4318.867165]  ? __do_fast_syscall_32+0x94/0xf0
[ 4318.867173]  ? __do_fast_syscall_32+0x94/0xf0
[ 4318.867179]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4318.867185]  ? __do_fast_syscall_32+0x94/0xf0
[ 4318.867191]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4318.867198]  ? __do_fast_syscall_32+0x94/0xf0
[ 4318.867204]  ? __do_fast_syscall_32+0x94/0xf0
[ 4318.867212]  do_fast_syscall_32+0x2f/0x70
[ 4318.867219]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4318.867226] RIP: 0023:0xf7fc0579
[ 4318.867253] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4318.867258] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4318.867264] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b83ff010
[ 4318.867268] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4318.867272] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4318.867276] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4318.867280] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4318.867300]  </TASK>
[ 4318.867304] irq event stamp: 100297363
[ 4318.867308] hardirqs last  enabled at (100297371): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4318.867315] hardirqs last disabled at (100297378): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4318.867320] softirqs last  enabled at (100293422): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4318.867326] softirqs last disabled at (100293397): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4318.867331] ---[ end trace 0000000000000000 ]---
[ 4319.371427] ------------[ cut here ]------------
[ 4319.371438] WARNING: CPU: 5 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4319.371448] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4319.371601]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4319.371706] CPU: 5 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4319.371711] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4319.371716] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4319.371721] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4319.371726] RSP: 0018:ffffa7991cbe76d0 EFLAGS: 00010246
[ 4319.371733] RAX: 0000000000000000 RBX: ffff8f97a7782210 RCX: 0000000000000000
[ 4319.371737] RDX: 0000000000000000 RSI: ffff8f97a7782190 RDI: ffffa7991cbe76f8
[ 4319.371773] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4319.371777] R10: ffff8f97a7782210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4319.371781] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4319.371786] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b78ffb40
[ 4319.371790] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4319.371794] CR2: 000035b6009cc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4319.371798] PKRU: 55555554
[ 4319.371802] Call Trace:
[ 4319.371807]  <TASK>
[ 4319.371818]  submit_one_bio+0xd4/0xe0
[ 4319.371829]  submit_extent_page+0x142/0x550
[ 4319.371853]  read_extent_buffer_pages+0x584/0x9c0
[ 4319.371867]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4319.371876]  ? folio_unlock+0x1d/0x50
[ 4319.371886]  btrfs_read_extent_buffer+0x98/0x150
[ 4319.371897]  read_tree_block+0x43/0xa0
[ 4319.371904]  read_block_for_search+0x266/0x370
[ 4319.371926]  btrfs_search_slot+0x351/0xd30
[ 4319.371946]  btrfs_lookup_csum+0x63/0x150
[ 4319.371959]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4319.371970]  ? btrfs_do_readpage+0x305/0x770
[ 4319.371983]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4319.371991]  submit_one_bio+0xc4/0xe0
[ 4319.372000]  btrfs_read_folio+0x79/0x90
[ 4319.372007]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4319.372013]  prepare_uptodate_page+0x8c/0x210
[ 4319.372021]  prepare_pages.constprop.0+0xa2/0x300
[ 4319.372036]  btrfs_buffered_write+0x2ca/0x940
[ 4319.372062]  btrfs_do_write_iter+0x384/0x5d0
[ 4319.372069]  ? lock_is_held_type+0xe8/0x140
[ 4319.372082]  vfs_write+0x269/0x4f0
[ 4319.372101]  ksys_write+0x64/0xe0
[ 4319.372110]  __do_fast_syscall_32+0x88/0xf0
[ 4319.372116]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4319.372122]  ? __do_fast_syscall_32+0x94/0xf0
[ 4319.372128]  ? __do_fast_syscall_32+0x94/0xf0
[ 4319.372139]  do_fast_syscall_32+0x2f/0x70
[ 4319.372146]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4319.372152] RIP: 0023:0xf7fc0579
[ 4319.372177] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4319.372181] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4319.372187] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b2c1f010
[ 4319.372191] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4319.372195] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4319.372199] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4319.372203] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4319.372223]  </TASK>
[ 4319.372227] irq event stamp: 21243985
[ 4319.372231] hardirqs last  enabled at (21243993): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4319.372237] hardirqs last disabled at (21244000): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4319.372242] softirqs last  enabled at (21243602): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4319.372248] softirqs last disabled at (21243593): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4319.372253] ---[ end trace 0000000000000000 ]---
[ 4319.577883] ------------[ cut here ]------------
[ 4319.577894] WARNING: CPU: 6 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4319.577903] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4319.578008]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4319.578080] CPU: 6 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4319.578085] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4319.578088] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4319.578092] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4319.578096] RSP: 0018:ffffa7991cbe7688 EFLAGS: 00010246
[ 4319.578100] RAX: 0000000000000000 RBX: ffff8f9d4d5f3010 RCX: 0000000000000000
[ 4319.578104] RDX: 0000000000000000 RSI: ffff8f9d4d5f2f90 RDI: ffffa7991cbe76b0
[ 4319.578107] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4319.578109] R10: ffff8f9d4d5f3010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4319.578112] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4319.578115] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b78ffb40
[ 4319.578118] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4319.578121] CR2: 00000000dde02000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4319.578124] PKRU: 55555554
[ 4319.578127] Call Trace:
[ 4319.578130]  <TASK>
[ 4319.578139]  submit_one_bio+0xd4/0xe0
[ 4319.578147]  submit_extent_page+0x142/0x550
[ 4319.578164]  read_extent_buffer_pages+0x584/0x9c0
[ 4319.578173]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4319.578179]  ? folio_unlock+0x1d/0x50
[ 4319.578187]  btrfs_read_extent_buffer+0x98/0x150
[ 4319.578194]  read_tree_block+0x43/0xa0
[ 4319.578199]  read_block_for_search+0x266/0x370
[ 4319.578215]  btrfs_search_slot+0x351/0xd30
[ 4319.578229]  btrfs_lookup_csum+0x63/0x150
[ 4319.578238]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4319.578246]  ? btrfs_do_readpage+0x305/0x770
[ 4319.578254]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4319.578260]  submit_one_bio+0xc4/0xe0
[ 4319.578267]  btrfs_read_folio+0x79/0x90
[ 4319.578272]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4319.578276]  prepare_uptodate_page+0x8c/0x210
[ 4319.578282]  prepare_pages.constprop.0+0x134/0x300
[ 4319.578292]  btrfs_buffered_write+0x2ca/0x940
[ 4319.578309]  btrfs_do_write_iter+0x384/0x5d0
[ 4319.578314]  ? lock_is_held_type+0xe8/0x140
[ 4319.578324]  vfs_write+0x269/0x4f0
[ 4319.578337]  ksys_write+0x64/0xe0
[ 4319.578343]  __do_fast_syscall_32+0x88/0xf0
[ 4319.578352]  ? __do_fast_syscall_32+0x94/0xf0
[ 4319.578357]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4319.578362]  ? __do_fast_syscall_32+0x94/0xf0
[ 4319.578366]  ? __do_fast_syscall_32+0x94/0xf0
[ 4319.578370]  ? __do_fast_syscall_32+0x94/0xf0
[ 4319.578377]  do_fast_syscall_32+0x2f/0x70
[ 4319.578382]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4319.578387] RIP: 0023:0xf7fc0579
[ 4319.578410] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4319.578413] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4319.578418] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b271a010
[ 4319.578420] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4319.578423] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4319.578426] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4319.578429] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4319.578442]  </TASK>
[ 4319.578444] irq event stamp: 21258867
[ 4319.578447] hardirqs last  enabled at (21258875): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4319.578453] hardirqs last disabled at (21258882): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4319.578456] softirqs last  enabled at (21257248): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4319.578461] softirqs last disabled at (21257243): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4319.578464] ---[ end trace 0000000000000000 ]---
[ 4320.757109] ------------[ cut here ]------------
[ 4320.757123] WARNING: CPU: 8 PID: 10047 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4320.757134] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4320.757266]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4320.757355] CPU: 8 PID: 10047 Comm: kworker/u32:1 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4320.757360] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4320.757363] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4320.757370] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4320.757375] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4320.757379] RSP: 0018:ffffa7991ac2b7f0 EFLAGS: 00010246
[ 4320.757385] RAX: 0000000000000000 RBX: ffff8fa4187c4ed0 RCX: 0000000000000000
[ 4320.757388] RDX: 0000000000000000 RSI: ffff8fa4187c4e50 RDI: ffffa7991ac2b818
[ 4320.757392] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4320.757395] R10: ffff8fa4187c4ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4320.757398] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4320.757402] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4320.757406] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4320.757409] CR2: 000018b80333cf80 CR3: 000000011fa46000 CR4: 0000000000750ee0
[ 4320.757413] PKRU: 55555554
[ 4320.757416] Call Trace:
[ 4320.757420]  <TASK>
[ 4320.757430]  submit_one_bio+0xd4/0xe0
[ 4320.757440]  submit_extent_page+0x142/0x550
[ 4320.757460]  read_extent_buffer_pages+0x584/0x9c0
[ 4320.757471]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4320.757478]  ? folio_unlock+0x1d/0x50
[ 4320.757488]  btrfs_read_extent_buffer+0x98/0x150
[ 4320.757497]  read_tree_block+0x43/0xa0
[ 4320.757503]  btrfs_read_node_slot+0x154/0x1a0
[ 4320.757517]  push_leaf_left+0xa5/0x1a0
[ 4320.757528]  split_leaf+0x3fb/0x670
[ 4320.757538]  ? leaf_space_used+0xae/0xd0
[ 4320.757549]  btrfs_search_slot+0xc4e/0xd30
[ 4320.757560]  ? _raw_spin_unlock+0x29/0x50
[ 4320.757566]  ? release_extent_buffer+0xa7/0xe0
[ 4320.757573]  btrfs_csum_file_blocks+0x3c4/0x6c0
[ 4320.757581]  ? lock_release+0x14b/0x440
[ 4320.757591]  ? _raw_read_unlock+0x29/0x50
[ 4320.757600]  btrfs_finish_ordered_io+0x441/0x860
[ 4320.757620]  btrfs_work_helper+0xfe/0x400
[ 4320.757625]  ? lock_is_held_type+0xe8/0x140
[ 4320.757636]  process_one_work+0x294/0x5b0
[ 4320.757649]  worker_thread+0x4f/0x3a0
[ 4320.757657]  ? __pfx_worker_thread+0x10/0x10
[ 4320.757661]  kthread+0xf5/0x120
[ 4320.757666]  ? __pfx_kthread+0x10/0x10
[ 4320.757673]  ret_from_fork+0x2c/0x50
[ 4320.757690]  </TASK>
[ 4320.757693] irq event stamp: 28966323
[ 4320.757697] hardirqs last  enabled at (28966331): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4320.757702] hardirqs last disabled at (28966338): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4320.757706] softirqs last  enabled at (28964834): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4320.757712] softirqs last disabled at (28964832): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4320.757716] ---[ end trace 0000000000000000 ]---
[ 4325.178140] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4325.178174] [drm] PSP is resuming...
[ 4325.254114] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4325.356112] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4325.369888] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4325.369896] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4325.369903] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4325.369907] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4325.369963] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4325.424480] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4325.425783] [drm] DMUB hardware initialized: version=0x02020017
[ 4325.463803] [drm] kiq ring mec 2 pipe 1 q 0
[ 4325.469436] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4325.469598] [drm] JPEG decode initialized successfully.
[ 4325.469623] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4325.469626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4325.469628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4325.469631] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4325.469633] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4325.469635] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4325.469637] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4325.469639] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4325.469641] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4325.469644] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4325.469646] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4325.469648] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4325.469650] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4325.469652] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4325.469654] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4325.469657] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4325.473655] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4326.635494] ------------[ cut here ]------------
[ 4326.635508] WARNING: CPU: 5 PID: 11690 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4326.635520] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4326.635636]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4326.635697] CPU: 5 PID: 11690 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4326.635700] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4326.635703] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4326.635707] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4326.635710] RSP: 0018:ffffa7991cb776d0 EFLAGS: 00010246
[ 4326.635714] RAX: 0000000000000000 RBX: ffff8f97a7780b50 RCX: 0000000000000000
[ 4326.635716] RDX: 0000000000000000 RSI: ffff8f97a7780ad0 RDI: ffffa7991cb776f8
[ 4326.635719] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4326.635721] R10: ffff8f97a7780b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4326.635723] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4326.635726] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b55e9b40
[ 4326.635728] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4326.635731] CR2: 00000000d3dfc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4326.635733] PKRU: 55555554
[ 4326.635735] Call Trace:
[ 4326.635738]  <TASK>
[ 4326.635777]  submit_one_bio+0xd4/0xe0
[ 4326.635785]  submit_extent_page+0x142/0x550
[ 4326.635799]  read_extent_buffer_pages+0x584/0x9c0
[ 4326.635807]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4326.635811]  ? folio_unlock+0x1d/0x50
[ 4326.635818]  btrfs_read_extent_buffer+0x98/0x150
[ 4326.635824]  read_tree_block+0x43/0xa0
[ 4326.635828]  read_block_for_search+0x266/0x370
[ 4326.635841]  btrfs_search_slot+0x351/0xd30
[ 4326.635852]  btrfs_lookup_csum+0x63/0x150
[ 4326.635860]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4326.635866]  ? btrfs_do_readpage+0x305/0x770
[ 4326.635873]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4326.635878]  submit_one_bio+0xc4/0xe0
[ 4326.635883]  btrfs_read_folio+0x79/0x90
[ 4326.635887]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4326.635891]  prepare_uptodate_page+0x8c/0x210
[ 4326.635895]  prepare_pages.constprop.0+0x134/0x300
[ 4326.635903]  btrfs_buffered_write+0x2ca/0x940
[ 4326.635917]  btrfs_do_write_iter+0x384/0x5d0
[ 4326.635921]  ? lock_is_held_type+0xe8/0x140
[ 4326.635929]  vfs_write+0x269/0x4f0
[ 4326.635940]  ksys_write+0x64/0xe0
[ 4326.635945]  __do_fast_syscall_32+0x88/0xf0
[ 4326.635950]  ? __do_fast_syscall_32+0x94/0xf0
[ 4326.635953]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4326.635957]  ? __do_fast_syscall_32+0x94/0xf0
[ 4326.635963]  do_fast_syscall_32+0x2f/0x70
[ 4326.635967]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4326.635971] RIP: 0023:0xf7fc0579
[ 4326.635993] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4326.635996] RSP: 002b:00000000b55e7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4326.635999] RAX: ffffffffffffffda RBX: 00000000000000cf RCX: 00000000b75fd010
[ 4326.636002] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4326.636004] RBP: 00000000000000cf R08: 00000000b55e7ae0 R09: 0000000000000000
[ 4326.636006] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4326.636008] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4326.636019]  </TASK>
[ 4326.636021] irq event stamp: 2881793
[ 4326.636023] hardirqs last  enabled at (2881801): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4326.636027] hardirqs last disabled at (2881808): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4326.636030] softirqs last  enabled at (2881482): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4326.636034] softirqs last disabled at (2881475): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4326.636037] ---[ end trace 0000000000000000 ]---
[ 4328.668215] ------------[ cut here ]------------
[ 4328.668224] WARNING: CPU: 15 PID: 11568 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4328.668232] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4328.668321]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4328.668382] CPU: 15 PID: 11568 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4328.668385] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4328.668388] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4328.668392] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4328.668395] RSP: 0018:ffffa7991ca576a8 EFLAGS: 00010246
[ 4328.668399] RAX: 0000000000000000 RBX: ffff8fa27baa0ed0 RCX: 0000000000000000
[ 4328.668401] RDX: 0000000000000000 RSI: ffff8fa27baa0e50 RDI: ffffa7991ca576d0
[ 4328.668403] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4328.668405] R10: ffff8fa27baa0ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4328.668408] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4328.668410] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b61f7b40
[ 4328.668413] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4328.668415] CR2: 000001340316a010 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4328.668418] PKRU: 55555554
[ 4328.668420] Call Trace:
[ 4328.668423]  <TASK>
[ 4328.668430]  submit_one_bio+0xd4/0xe0
[ 4328.668437]  submit_extent_page+0x142/0x550
[ 4328.668451]  read_extent_buffer_pages+0x584/0x9c0
[ 4328.668459]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4328.668464]  ? folio_unlock+0x1d/0x50
[ 4328.668471]  btrfs_read_extent_buffer+0x98/0x150
[ 4328.668477]  read_tree_block+0x43/0xa0
[ 4328.668481]  read_block_for_search+0x266/0x370
[ 4328.668493]  btrfs_search_slot+0x351/0xd30
[ 4328.668505]  btrfs_lookup_csum+0x63/0x150
[ 4328.668512]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4328.668519]  ? btrfs_do_readpage+0x305/0x770
[ 4328.668526]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4328.668531]  submit_one_bio+0xc4/0xe0
[ 4328.668537]  btrfs_read_folio+0x79/0x90
[ 4328.668541]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4328.668544]  prepare_uptodate_page+0x8c/0x210
[ 4328.668549]  prepare_pages.constprop.0+0xa2/0x300
[ 4328.668556]  btrfs_buffered_write+0x2ca/0x940
[ 4328.668571]  btrfs_do_write_iter+0x384/0x5d0
[ 4328.668575]  ? lock_is_held_type+0xe8/0x140
[ 4328.668583]  vfs_write+0x269/0x4f0
[ 4328.668594]  ksys_write+0x64/0xe0
[ 4328.668599]  __do_fast_syscall_32+0x88/0xf0
[ 4328.668606]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.668610]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4328.668614]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.668617]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.668620]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.668625]  do_fast_syscall_32+0x2f/0x70
[ 4328.668629]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4328.668634] RIP: 0023:0xf7fc0579
[ 4328.668668] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4328.668670] RSP: 002b:00000000b61f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4328.668674] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000bacff010
[ 4328.668676] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4328.668678] RBP: 000000000000009e R08: 00000000b61f5ae0 R09: 0000000000000000
[ 4328.668681] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4328.668683] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4328.668693]  </TASK>
[ 4328.668696] irq event stamp: 4823655
[ 4328.668698] hardirqs last  enabled at (4823663): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4328.668702] hardirqs last disabled at (4823670): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4328.668705] softirqs last  enabled at (4819786): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4328.668709] softirqs last disabled at (4819779): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4328.668712] ---[ end trace 0000000000000000 ]---
[ 4328.917052] ------------[ cut here ]------------
[ 4328.917061] WARNING: CPU: 14 PID: 11564 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4328.917069] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4328.917158]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4328.917218] CPU: 14 PID: 11564 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4328.917222] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4328.917224] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4328.917228] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4328.917231] RSP: 0018:ffffa7991ccff6d8 EFLAGS: 00010246
[ 4328.917235] RAX: 0000000000000000 RBX: ffff8f97172d4450 RCX: 0000000000000000
[ 4328.917237] RDX: 0000000000000000 RSI: ffff8f97172d43d0 RDI: ffffa7991ccff700
[ 4328.917239] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4328.917242] R10: ffff8f97172d4450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4328.917244] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4328.917246] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b5ef4b40
[ 4328.917249] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4328.917251] CR2: 0000014900836000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4328.917254] PKRU: 55555554
[ 4328.917256] Call Trace:
[ 4328.917259]  <TASK>
[ 4328.917266]  submit_one_bio+0xd4/0xe0
[ 4328.917274]  submit_extent_page+0x142/0x550
[ 4328.917288]  read_extent_buffer_pages+0x584/0x9c0
[ 4328.917295]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4328.917300]  ? folio_unlock+0x1d/0x50
[ 4328.917307]  btrfs_read_extent_buffer+0x98/0x150
[ 4328.917313]  read_tree_block+0x43/0xa0
[ 4328.917317]  read_block_for_search+0x266/0x370
[ 4328.917329]  btrfs_search_slot+0x351/0xd30
[ 4328.917340]  btrfs_lookup_csum+0x63/0x150
[ 4328.917348]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4328.917355]  ? btrfs_do_readpage+0x305/0x770
[ 4328.917362]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4328.917366]  submit_one_bio+0xc4/0xe0
[ 4328.917372]  btrfs_read_folio+0x79/0x90
[ 4328.917376]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4328.917379]  prepare_uptodate_page+0x8c/0x210
[ 4328.917384]  prepare_pages.constprop.0+0xa2/0x300
[ 4328.917392]  btrfs_buffered_write+0x2ca/0x940
[ 4328.917406]  btrfs_do_write_iter+0x384/0x5d0
[ 4328.917410]  ? lock_is_held_type+0xe8/0x140
[ 4328.917418]  vfs_write+0x269/0x4f0
[ 4328.917429]  ksys_write+0x64/0xe0
[ 4328.917434]  __do_fast_syscall_32+0x88/0xf0
[ 4328.917439]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.917442]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4328.917446]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.917449]  ? __do_fast_syscall_32+0x94/0xf0
[ 4328.917454]  do_fast_syscall_32+0x2f/0x70
[ 4328.917458]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4328.917463] RIP: 0023:0xf7fc0579
[ 4328.917486] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4328.917489] RSP: 002b:00000000b5ef2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4328.917492] RAX: ffffffffffffffda RBX: 00000000000000bf RCX: 00000000b50db010
[ 4328.917495] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4328.917497] RBP: 00000000000000bf R08: 00000000b5ef2ae0 R09: 0000000000000000
[ 4328.917499] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4328.917501] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4328.917512]  </TASK>
[ 4328.917514] irq event stamp: 17083793
[ 4328.917516] hardirqs last  enabled at (17083801): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4328.917521] hardirqs last disabled at (17083808): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4328.917524] softirqs last  enabled at (17081446): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4328.917528] softirqs last disabled at (17081441): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4328.917530] ---[ end trace 0000000000000000 ]---
[ 4329.668832] ------------[ cut here ]------------
[ 4329.668845] WARNING: CPU: 0 PID: 11656 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4329.668854] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4329.668942]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4329.669001] CPU: 0 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4329.669005] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4329.669008] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4329.669011] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4329.669014] RSP: 0018:ffffa7991ce97690 EFLAGS: 00010246
[ 4329.669018] RAX: 0000000000000000 RBX: ffff8f9722bc9790 RCX: 0000000000000000
[ 4329.669021] RDX: 0000000000000000 RSI: ffff8f9722bc9710 RDI: ffffa7991ce976b8
[ 4329.669023] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4329.669025] R10: ffff8f9722bc9790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4329.669027] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4329.669030] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b3627b40
[ 4329.669032] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4329.669035] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4329.669037] PKRU: 55555554
[ 4329.669040] Call Trace:
[ 4329.669042]  <TASK>
[ 4329.669049]  submit_one_bio+0xd4/0xe0
[ 4329.669056]  submit_extent_page+0x142/0x550
[ 4329.669070]  read_extent_buffer_pages+0x584/0x9c0
[ 4329.669078]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4329.669083]  ? folio_unlock+0x1d/0x50
[ 4329.669089]  btrfs_read_extent_buffer+0x98/0x150
[ 4329.669095]  read_tree_block+0x43/0xa0
[ 4329.669099]  read_block_for_search+0x266/0x370
[ 4329.669112]  btrfs_search_slot+0x351/0xd30
[ 4329.669123]  btrfs_lookup_csum+0x63/0x150
[ 4329.669130]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4329.669137]  ? btrfs_do_readpage+0x305/0x770
[ 4329.669144]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4329.669148]  submit_one_bio+0xc4/0xe0
[ 4329.669154]  btrfs_read_folio+0x79/0x90
[ 4329.669158]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4329.669161]  prepare_uptodate_page+0x8c/0x210
[ 4329.669166]  prepare_pages.constprop.0+0xa2/0x300
[ 4329.669173]  btrfs_buffered_write+0x2ca/0x940
[ 4329.669187]  btrfs_do_write_iter+0x384/0x5d0
[ 4329.669191]  ? lock_is_held_type+0xe8/0x140
[ 4329.669199]  vfs_write+0x269/0x4f0
[ 4329.669210]  ksys_write+0x64/0xe0
[ 4329.669215]  __do_fast_syscall_32+0x88/0xf0
[ 4329.669220]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669223]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4329.669227]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669230]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669234]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4329.669238]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669241]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669244]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669247]  ? __do_fast_syscall_32+0x94/0xf0
[ 4329.669252]  do_fast_syscall_32+0x2f/0x70
[ 4329.669256]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4329.669261] RIP: 0023:0xf7fc0579
[ 4329.669283] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4329.669285] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4329.669289] RAX: ffffffffffffffda RBX: 00000000000000c5 RCX: 00000000b83ff010
[ 4329.669291] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4329.669293] RBP: 00000000000000c5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4329.669296] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4329.669298] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4329.669308]  </TASK>
[ 4329.669311] irq event stamp: 19071153
[ 4329.669313] hardirqs last  enabled at (19071161): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4329.669317] hardirqs last disabled at (19071168): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4329.669320] softirqs last  enabled at (19065416): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4329.669325] softirqs last disabled at (19065409): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4329.669327] ---[ end trace 0000000000000000 ]---
[ 4333.295109] ------------[ cut here ]------------
[ 4333.295118] WARNING: CPU: 7 PID: 11564 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4333.295125] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4333.295213]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4333.295274] CPU: 7 PID: 11564 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4333.295277] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4333.295280] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4333.295283] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4333.295286] RSP: 0018:ffffa7991ccff6e8 EFLAGS: 00010246
[ 4333.295290] RAX: 0000000000000000 RBX: ffff8f971fb1b710 RCX: 0000000000000000
[ 4333.295293] RDX: 0000000000000000 RSI: ffff8f971fb1b690 RDI: ffffa7991ccff710
[ 4333.295295] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4333.295297] R10: ffff8f971fb1b710 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4333.295299] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4333.295302] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b5ef4b40
[ 4333.295304] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4333.295307] CR2: 00007fa97fbb0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4333.295309] PKRU: 55555554
[ 4333.295312] Call Trace:
[ 4333.295314]  <TASK>
[ 4333.295322]  submit_one_bio+0xd4/0xe0
[ 4333.295329]  submit_extent_page+0x142/0x550
[ 4333.295343]  read_extent_buffer_pages+0x584/0x9c0
[ 4333.295350]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4333.295355]  ? folio_unlock+0x1d/0x50
[ 4333.295362]  btrfs_read_extent_buffer+0x98/0x150
[ 4333.295368]  read_tree_block+0x43/0xa0
[ 4333.295372]  read_block_for_search+0x266/0x370
[ 4333.295385]  btrfs_search_slot+0x351/0xd30
[ 4333.295396]  btrfs_lookup_csum+0x63/0x150
[ 4333.295403]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4333.295409]  ? btrfs_do_readpage+0x305/0x770
[ 4333.295416]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4333.295422]  submit_one_bio+0xc4/0xe0
[ 4333.295427]  btrfs_read_folio+0x79/0x90
[ 4333.295431]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4333.295434]  prepare_uptodate_page+0x8c/0x210
[ 4333.295439]  prepare_pages.constprop.0+0xa2/0x300
[ 4333.295447]  btrfs_buffered_write+0x2ca/0x940
[ 4333.295460]  btrfs_do_write_iter+0x384/0x5d0
[ 4333.295465]  ? lock_is_held_type+0xe8/0x140
[ 4333.295473]  vfs_write+0x269/0x4f0
[ 4333.295484]  ksys_write+0x64/0xe0
[ 4333.295488]  __do_fast_syscall_32+0x88/0xf0
[ 4333.295493]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.295496]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.295500]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.295503]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.295507]  do_fast_syscall_32+0x2f/0x70
[ 4333.295512]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4333.295516] RIP: 0023:0xf7fc0579
[ 4333.295548] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4333.295550] RSP: 002b:00000000b5ef2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4333.295554] RAX: ffffffffffffffda RBX: 00000000000000bf RCX: 00000000b271a010
[ 4333.295556] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4333.295558] RBP: 00000000000000bf R08: 00000000b5ef2ae0 R09: 0000000000000000
[ 4333.295560] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4333.295562] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4333.295573]  </TASK>
[ 4333.295575] irq event stamp: 17352561
[ 4333.295577] hardirqs last  enabled at (17352569): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4333.295583] hardirqs last disabled at (17352576): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4333.295585] softirqs last  enabled at (17350522): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4333.295590] softirqs last disabled at (17350517): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4333.295592] ---[ end trace 0000000000000000 ]---
[ 4333.748249] ------------[ cut here ]------------
[ 4333.748260] WARNING: CPU: 4 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4333.748270] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4333.748423]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4333.748531] CPU: 4 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4333.748537] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4333.748542] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4333.748548] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4333.748553] RSP: 0018:ffffa7991cccf638 EFLAGS: 00010246
[ 4333.748559] RAX: 0000000000000000 RBX: ffff8f9724ab5090 RCX: 0000000000000000
[ 4333.748564] RDX: 0000000000000000 RSI: ffff8f9724ab5010 RDI: ffffa7991cccf660
[ 4333.748568] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4333.748572] R10: ffff8f9724ab5090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4333.748576] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4333.748580] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b62f8b40
[ 4333.748585] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4333.748589] CR2: 00000000cc72e000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4333.748593] PKRU: 55555554
[ 4333.748597] Call Trace:
[ 4333.748602]  <TASK>
[ 4333.748614]  submit_one_bio+0xd4/0xe0
[ 4333.748625]  submit_extent_page+0x142/0x550
[ 4333.748649]  read_extent_buffer_pages+0x584/0x9c0
[ 4333.748661]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4333.748669]  ? folio_unlock+0x1d/0x50
[ 4333.748680]  btrfs_read_extent_buffer+0x98/0x150
[ 4333.748691]  read_tree_block+0x43/0xa0
[ 4333.748698]  read_block_for_search+0x266/0x370
[ 4333.748721]  btrfs_search_slot+0x351/0xd30
[ 4333.748741]  btrfs_lookup_csum+0x63/0x150
[ 4333.748773]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4333.748784]  ? btrfs_do_readpage+0x305/0x770
[ 4333.748797]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4333.748805]  submit_one_bio+0xc4/0xe0
[ 4333.748815]  btrfs_read_folio+0x79/0x90
[ 4333.748822]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4333.748828]  prepare_uptodate_page+0x8c/0x210
[ 4333.748836]  prepare_pages.constprop.0+0x134/0x300
[ 4333.748851]  btrfs_buffered_write+0x2ca/0x940
[ 4333.748877]  btrfs_do_write_iter+0x384/0x5d0
[ 4333.748884]  ? lock_is_held_type+0xe8/0x140
[ 4333.748896]  vfs_write+0x269/0x4f0
[ 4333.748916]  ksys_write+0x64/0xe0
[ 4333.748924]  __do_fast_syscall_32+0x88/0xf0
[ 4333.748937]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4333.748946]  ? lock_is_held_type+0xe8/0x140
[ 4333.748956]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.748962]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4333.748969]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.748974]  ? __do_fast_syscall_32+0x94/0xf0
[ 4333.748983]  do_fast_syscall_32+0x2f/0x70
[ 4333.748990]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4333.748996] RIP: 0023:0xf7fc0579
[ 4333.749020] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4333.749025] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4333.749031] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b75fd010
[ 4333.749035] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4333.749039] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4333.749043] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4333.749048] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4333.749066]  </TASK>
[ 4333.749070] irq event stamp: 100824101
[ 4333.749074] hardirqs last  enabled at (100824109): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4333.749080] hardirqs last disabled at (100824116): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4333.749086] softirqs last  enabled at (100819596): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4333.749091] softirqs last disabled at (100819587): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4333.749096] ---[ end trace 0000000000000000 ]---
[ 4334.197496] ------------[ cut here ]------------
[ 4334.197505] WARNING: CPU: 6 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4334.197513] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4334.197598]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4334.197657] CPU: 6 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4334.197661] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4334.197663] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4334.197667] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4334.197669] RSP: 0018:ffffa7991cccf6e0 EFLAGS: 00010246
[ 4334.197673] RAX: 0000000000000000 RBX: ffff8f9d4d5f2750 RCX: 0000000000000000
[ 4334.197676] RDX: 0000000000000000 RSI: ffff8f9d4d5f26d0 RDI: ffffa7991cccf708
[ 4334.197678] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4334.197680] R10: ffff8f9d4d5f2750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4334.197682] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4334.197684] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b62f8b40
[ 4334.197687] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4334.197689] CR2: 00000682baaba000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4334.197692] PKRU: 55555554
[ 4334.197694] Call Trace:
[ 4334.197696]  <TASK>
[ 4334.197703]  submit_one_bio+0xd4/0xe0
[ 4334.197710]  submit_extent_page+0x142/0x550
[ 4334.197723]  read_extent_buffer_pages+0x584/0x9c0
[ 4334.197731]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4334.197736]  ? folio_unlock+0x1d/0x50
[ 4334.197758]  btrfs_read_extent_buffer+0x98/0x150
[ 4334.197764]  read_tree_block+0x43/0xa0
[ 4334.197768]  read_block_for_search+0x266/0x370
[ 4334.197783]  btrfs_search_slot+0x351/0xd30
[ 4334.197794]  btrfs_lookup_csum+0x63/0x150
[ 4334.197801]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4334.197808]  ? btrfs_do_readpage+0x305/0x770
[ 4334.197814]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4334.197819]  submit_one_bio+0xc4/0xe0
[ 4334.197825]  btrfs_read_folio+0x79/0x90
[ 4334.197828]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4334.197832]  prepare_uptodate_page+0x8c/0x210
[ 4334.197836]  prepare_pages.constprop.0+0xa2/0x300
[ 4334.197844]  btrfs_buffered_write+0x2ca/0x940
[ 4334.197857]  btrfs_do_write_iter+0x384/0x5d0
[ 4334.197862]  ? lock_is_held_type+0xe8/0x140
[ 4334.197873]  vfs_write+0x269/0x4f0
[ 4334.197886]  ksys_write+0x64/0xe0
[ 4334.197891]  __do_fast_syscall_32+0x88/0xf0
[ 4334.197895]  ? __do_fast_syscall_32+0x94/0xf0
[ 4334.197899]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4334.197903]  ? __do_fast_syscall_32+0x94/0xf0
[ 4334.197906]  ? __do_fast_syscall_32+0x94/0xf0
[ 4334.197910]  do_fast_syscall_32+0x2f/0x70
[ 4334.197914]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4334.197919] RIP: 0023:0xf7fc0579
[ 4334.197940] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4334.197943] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4334.197946] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3426010
[ 4334.197948] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4334.197951] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4334.197953] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4334.197955] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4334.197965]  </TASK>
[ 4334.197967] irq event stamp: 100861487
[ 4334.197969] hardirqs last  enabled at (100861495): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4334.197974] hardirqs last disabled at (100861502): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4334.197977] softirqs last  enabled at (100858446): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4334.197980] softirqs last disabled at (100858437): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4334.197983] ---[ end trace 0000000000000000 ]---
[ 4338.397888] ------------[ cut here ]------------
[ 4338.397897] WARNING: CPU: 12 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4338.397905] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4338.397991]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4338.398049] CPU: 12 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4338.398053] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4338.398056] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4338.398059] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4338.398062] RSP: 0018:ffffa7991cccf6c8 EFLAGS: 00010246
[ 4338.398066] RAX: 0000000000000000 RBX: ffff8fa27badead0 RCX: 0000000000000000
[ 4338.398068] RDX: 0000000000000000 RSI: ffff8fa27badea50 RDI: ffffa7991cccf6f0
[ 4338.398071] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4338.398073] R10: ffff8fa27badead0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4338.398075] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4338.398077] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b62f8b40
[ 4338.398080] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4338.398082] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4338.398085] PKRU: 55555554
[ 4338.398087] Call Trace:
[ 4338.398089]  <TASK>
[ 4338.398096]  submit_one_bio+0xd4/0xe0
[ 4338.398104]  submit_extent_page+0x142/0x550
[ 4338.398116]  read_extent_buffer_pages+0x584/0x9c0
[ 4338.398124]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4338.398128]  ? folio_unlock+0x1d/0x50
[ 4338.398135]  btrfs_read_extent_buffer+0x98/0x150
[ 4338.398141]  read_tree_block+0x43/0xa0
[ 4338.398144]  read_block_for_search+0x266/0x370
[ 4338.398157]  btrfs_search_slot+0x351/0xd30
[ 4338.398168]  btrfs_lookup_csum+0x63/0x150
[ 4338.398175]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4338.398182]  ? btrfs_do_readpage+0x305/0x770
[ 4338.398188]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4338.398194]  submit_one_bio+0xc4/0xe0
[ 4338.398199]  btrfs_read_folio+0x79/0x90
[ 4338.398203]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4338.398206]  prepare_uptodate_page+0x8c/0x210
[ 4338.398212]  prepare_pages.constprop.0+0x134/0x300
[ 4338.398219]  btrfs_buffered_write+0x2ca/0x940
[ 4338.398233]  btrfs_do_write_iter+0x384/0x5d0
[ 4338.398237]  ? lock_is_held_type+0xe8/0x140
[ 4338.398245]  vfs_write+0x269/0x4f0
[ 4338.398256]  ksys_write+0x64/0xe0
[ 4338.398261]  __do_fast_syscall_32+0x88/0xf0
[ 4338.398266]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.398270]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4338.398273]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.398277]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.398281]  do_fast_syscall_32+0x2f/0x70
[ 4338.398285]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4338.398290] RIP: 0023:0xf7fc0579
[ 4338.398311] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4338.398314] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4338.398317] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000becff010
[ 4338.398319] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4338.398321] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4338.398324] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4338.398326] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4338.398336]  </TASK>
[ 4338.398338] irq event stamp: 101052289
[ 4338.398340] hardirqs last  enabled at (101052297): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4338.398345] hardirqs last disabled at (101052304): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4338.398348] softirqs last  enabled at (101048040): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4338.398352] softirqs last disabled at (101048033): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4338.398355] ---[ end trace 0000000000000000 ]---
[ 4338.491443] ------------[ cut here ]------------
[ 4338.491456] WARNING: CPU: 10 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4338.491467] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4338.491644]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4338.491778] CPU: 10 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4338.491785] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4338.491790] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4338.491797] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4338.491803] RSP: 0018:ffffa7991cbe7630 EFLAGS: 00010246
[ 4338.491810] RAX: 0000000000000000 RBX: ffff8f9e72378d10 RCX: 0000000000000000
[ 4338.491815] RDX: 0000000000000000 RSI: ffff8f9e72378c90 RDI: ffffa7991cbe7658
[ 4338.491820] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4338.491825] R10: ffff8f9e72378d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4338.491830] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4338.491835] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b78ffb40
[ 4338.491838] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4338.491841] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4338.491845] PKRU: 55555554
[ 4338.491847] Call Trace:
[ 4338.491850]  <TASK>
[ 4338.491859]  submit_one_bio+0xd4/0xe0
[ 4338.491867]  submit_extent_page+0x142/0x550
[ 4338.491883]  read_extent_buffer_pages+0x584/0x9c0
[ 4338.491892]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4338.491898]  ? folio_unlock+0x1d/0x50
[ 4338.491906]  btrfs_read_extent_buffer+0x98/0x150
[ 4338.491913]  read_tree_block+0x43/0xa0
[ 4338.491917]  read_block_for_search+0x266/0x370
[ 4338.491932]  btrfs_search_slot+0x351/0xd30
[ 4338.491946]  btrfs_lookup_csum+0x63/0x150
[ 4338.491955]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4338.491962]  ? btrfs_do_readpage+0x305/0x770
[ 4338.491971]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4338.491976]  submit_one_bio+0xc4/0xe0
[ 4338.491983]  btrfs_read_folio+0x79/0x90
[ 4338.491988]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4338.491992]  prepare_uptodate_page+0x8c/0x210
[ 4338.491997]  prepare_pages.constprop.0+0x134/0x300
[ 4338.492013]  btrfs_buffered_write+0x2ca/0x940
[ 4338.492043]  btrfs_do_write_iter+0x384/0x5d0
[ 4338.492052]  ? lock_is_held_type+0xe8/0x140
[ 4338.492068]  vfs_write+0x269/0x4f0
[ 4338.492091]  ksys_write+0x64/0xe0
[ 4338.492102]  __do_fast_syscall_32+0x88/0xf0
[ 4338.492111]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4338.492120]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.492129]  ? lock_is_held_type+0xe8/0x140
[ 4338.492141]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.492148]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4338.492156]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.492163]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4338.492170]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.492174]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.492178]  ? __do_fast_syscall_32+0x94/0xf0
[ 4338.492187]  do_fast_syscall_32+0x2f/0x70
[ 4338.492195]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4338.492203] RIP: 0023:0xf7fc0579
[ 4338.492229] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4338.492234] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4338.492241] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b5af1010
[ 4338.492246] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4338.492251] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4338.492255] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4338.492260] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4338.492280]  </TASK>
[ 4338.492283] irq event stamp: 21856583
[ 4338.492286] hardirqs last  enabled at (21856591): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4338.492291] hardirqs last disabled at (21856598): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4338.492295] softirqs last  enabled at (21856068): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4338.492299] softirqs last disabled at (21856063): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4338.492302] ---[ end trace 0000000000000000 ]---
[ 4340.900532] ------------[ cut here ]------------
[ 4340.900541] WARNING: CPU: 8 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4340.900549] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4340.900635]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4340.900694] CPU: 8 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4340.900697] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4340.900699] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4340.900703] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4340.900706] RSP: 0018:ffffa7991cccf6d8 EFLAGS: 00010246
[ 4340.900709] RAX: 0000000000000000 RBX: ffff8fa4187c4290 RCX: 0000000000000000
[ 4340.900712] RDX: 0000000000000000 RSI: ffff8fa4187c4210 RDI: ffffa7991cccf700
[ 4340.900714] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4340.900716] R10: ffff8fa4187c4290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4340.900719] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4340.900721] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b62f8b40
[ 4340.900724] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4340.900726] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4340.900728] PKRU: 55555554
[ 4340.900730] Call Trace:
[ 4340.900733]  <TASK>
[ 4340.900740]  submit_one_bio+0xd4/0xe0
[ 4340.900766]  submit_extent_page+0x142/0x550
[ 4340.900780]  read_extent_buffer_pages+0x584/0x9c0
[ 4340.900787]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4340.900792]  ? folio_unlock+0x1d/0x50
[ 4340.900798]  btrfs_read_extent_buffer+0x98/0x150
[ 4340.900804]  read_tree_block+0x43/0xa0
[ 4340.900808]  read_block_for_search+0x266/0x370
[ 4340.900821]  btrfs_search_slot+0x351/0xd30
[ 4340.900832]  btrfs_lookup_csum+0x63/0x150
[ 4340.900839]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4340.900845]  ? btrfs_do_readpage+0x305/0x770
[ 4340.900852]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4340.900857]  submit_one_bio+0xc4/0xe0
[ 4340.900862]  btrfs_read_folio+0x79/0x90
[ 4340.900866]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4340.900869]  prepare_uptodate_page+0x8c/0x210
[ 4340.900874]  prepare_pages.constprop.0+0xa2/0x300
[ 4340.900882]  btrfs_buffered_write+0x2ca/0x940
[ 4340.900895]  btrfs_do_write_iter+0x384/0x5d0
[ 4340.900899]  ? lock_is_held_type+0xe8/0x140
[ 4340.900907]  vfs_write+0x269/0x4f0
[ 4340.900918]  ksys_write+0x64/0xe0
[ 4340.900923]  __do_fast_syscall_32+0x88/0xf0
[ 4340.900928]  ? __do_fast_syscall_32+0x94/0xf0
[ 4340.900931]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4340.900935]  ? __do_fast_syscall_32+0x94/0xf0
[ 4340.900938]  ? __do_fast_syscall_32+0x94/0xf0
[ 4340.900943]  do_fast_syscall_32+0x2f/0x70
[ 4340.900947]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4340.900952] RIP: 0023:0xf7fc0579
[ 4340.900974] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4340.900977] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4340.900980] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b83ff010
[ 4340.900983] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4340.900985] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4340.900987] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4340.900989] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4340.900999]  </TASK>
[ 4340.901002] irq event stamp: 101232923
[ 4340.901004] hardirqs last  enabled at (101232931): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4340.901009] hardirqs last disabled at (101232938): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4340.901011] softirqs last  enabled at (101232606): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4340.901016] softirqs last disabled at (101232599): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4340.901018] ---[ end trace 0000000000000000 ]---
[ 4342.272645] ------------[ cut here ]------------
[ 4342.272654] WARNING: CPU: 5 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4342.272661] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4342.272771]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4342.272832] CPU: 5 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4342.272836] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4342.272839] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4342.272843] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4342.272846] RSP: 0018:ffffa7991cccf6d8 EFLAGS: 00010246
[ 4342.272850] RAX: 0000000000000000 RBX: ffff8f972087b550 RCX: 0000000000000000
[ 4342.272852] RDX: 0000000000000000 RSI: ffff8f972087b4d0 RDI: ffffa7991cccf700
[ 4342.272855] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4342.272857] R10: ffff8f972087b550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4342.272859] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4342.272862] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b62f8b40
[ 4342.272864] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4342.272867] CR2: 00000000b51db000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4342.272870] PKRU: 55555554
[ 4342.272872] Call Trace:
[ 4342.272875]  <TASK>
[ 4342.272882]  submit_one_bio+0xd4/0xe0
[ 4342.272889]  submit_extent_page+0x142/0x550
[ 4342.272904]  read_extent_buffer_pages+0x584/0x9c0
[ 4342.272911]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4342.272916]  ? folio_unlock+0x1d/0x50
[ 4342.272923]  btrfs_read_extent_buffer+0x98/0x150
[ 4342.272929]  read_tree_block+0x43/0xa0
[ 4342.272933]  read_block_for_search+0x266/0x370
[ 4342.272947]  btrfs_search_slot+0x351/0xd30
[ 4342.272958]  btrfs_lookup_csum+0x63/0x150
[ 4342.272966]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4342.272973]  ? btrfs_do_readpage+0x305/0x770
[ 4342.272980]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4342.272985]  submit_one_bio+0xc4/0xe0
[ 4342.272991]  btrfs_read_folio+0x79/0x90
[ 4342.272995]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4342.272998]  prepare_uptodate_page+0x8c/0x210
[ 4342.273003]  prepare_pages.constprop.0+0xa2/0x300
[ 4342.273011]  btrfs_buffered_write+0x2ca/0x940
[ 4342.273026]  btrfs_do_write_iter+0x384/0x5d0
[ 4342.273030]  ? lock_is_held_type+0xe8/0x140
[ 4342.273038]  vfs_write+0x269/0x4f0
[ 4342.273050]  ksys_write+0x64/0xe0
[ 4342.273055]  __do_fast_syscall_32+0x88/0xf0
[ 4342.273059]  ? __do_fast_syscall_32+0x94/0xf0
[ 4342.273063]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4342.273067]  ? __do_fast_syscall_32+0x94/0xf0
[ 4342.273071]  ? __do_fast_syscall_32+0x94/0xf0
[ 4342.273076]  do_fast_syscall_32+0x2f/0x70
[ 4342.273080]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4342.273085] RIP: 0023:0xf7fc0579
[ 4342.273107] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4342.273110] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4342.273114] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b50db010
[ 4342.273116] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4342.273119] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4342.273121] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4342.273123] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4342.273134]  </TASK>
[ 4342.273136] irq event stamp: 101432805
[ 4342.273138] hardirqs last  enabled at (101432813): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4342.273143] hardirqs last disabled at (101432820): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4342.273146] softirqs last  enabled at (101428586): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4342.273150] softirqs last disabled at (101428581): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4342.273152] ---[ end trace 0000000000000000 ]---
[ 4343.024402] ------------[ cut here ]------------
[ 4343.024413] WARNING: CPU: 14 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4343.024423] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4343.024515]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4343.024575] CPU: 14 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4343.024579] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4343.024582] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4343.024586] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4343.024588] RSP: 0018:ffffa7991cccf6b0 EFLAGS: 00010246
[ 4343.024592] RAX: 0000000000000000 RBX: ffff8f97172d4290 RCX: 0000000000000000
[ 4343.024595] RDX: 0000000000000000 RSI: ffff8f97172d4210 RDI: ffffa7991cccf6d8
[ 4343.024597] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4343.024599] R10: ffff8f97172d4290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4343.024601] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4343.024604] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b62f8b40
[ 4343.024607] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4343.024609] CR2: 00001f61008c2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4343.024611] PKRU: 55555554
[ 4343.024614] Call Trace:
[ 4343.024616]  <TASK>
[ 4343.024624]  submit_one_bio+0xd4/0xe0
[ 4343.024631]  submit_extent_page+0x142/0x550
[ 4343.024644]  read_extent_buffer_pages+0x584/0x9c0
[ 4343.024652]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4343.024657]  ? folio_unlock+0x1d/0x50
[ 4343.024664]  btrfs_read_extent_buffer+0x98/0x150
[ 4343.024670]  read_tree_block+0x43/0xa0
[ 4343.024674]  read_block_for_search+0x266/0x370
[ 4343.024686]  btrfs_search_slot+0x351/0xd30
[ 4343.024697]  btrfs_lookup_csum+0x63/0x150
[ 4343.024705]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4343.024711]  ? btrfs_do_readpage+0x305/0x770
[ 4343.024718]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4343.024723]  submit_one_bio+0xc4/0xe0
[ 4343.024729]  btrfs_read_folio+0x79/0x90
[ 4343.024732]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4343.024736]  prepare_uptodate_page+0x8c/0x210
[ 4343.024740]  prepare_pages.constprop.0+0x134/0x300
[ 4343.024770]  btrfs_buffered_write+0x2ca/0x940
[ 4343.024784]  btrfs_do_write_iter+0x384/0x5d0
[ 4343.024789]  ? lock_is_held_type+0xe8/0x140
[ 4343.024797]  vfs_write+0x269/0x4f0
[ 4343.024808]  ksys_write+0x64/0xe0
[ 4343.024813]  __do_fast_syscall_32+0x88/0xf0
[ 4343.024818]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.024821]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4343.024825]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.024828]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.024832]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.024835]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.024840]  do_fast_syscall_32+0x2f/0x70
[ 4343.024844]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4343.024848] RIP: 0023:0xf7fc0579
[ 4343.024871] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4343.024873] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4343.024877] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3b2d010
[ 4343.024879] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4343.024882] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4343.024884] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4343.024886] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4343.024897]  </TASK>
[ 4343.024899] irq event stamp: 101522811
[ 4343.024901] hardirqs last  enabled at (101522819): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4343.024905] hardirqs last disabled at (101522826): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4343.024908] softirqs last  enabled at (101522618): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4343.024912] softirqs last disabled at (101522613): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4343.024915] ---[ end trace 0000000000000000 ]---
[ 4343.726512] ------------[ cut here ]------------
[ 4343.726523] WARNING: CPU: 1 PID: 11682 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4343.726533] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4343.726687]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4343.726815] CPU: 1 PID: 11682 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4343.726820] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4343.726825] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4343.726831] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4343.726836] RSP: 0018:ffffa7991cf0f6f0 EFLAGS: 00010246
[ 4343.726842] RAX: 0000000000000000 RBX: ffff8f9d5a42b010 RCX: 0000000000000000
[ 4343.726847] RDX: 0000000000000000 RSI: ffff8f9d5a42af90 RDI: ffffa7991cf0f718
[ 4343.726851] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4343.726855] R10: ffff8f9d5a42b010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4343.726859] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4343.726863] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b3829b40
[ 4343.726867] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4343.726872] CR2: 00000000bedff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4343.726876] PKRU: 55555554
[ 4343.726880] Call Trace:
[ 4343.726884]  <TASK>
[ 4343.726896]  submit_one_bio+0xd4/0xe0
[ 4343.726907]  submit_extent_page+0x142/0x550
[ 4343.726930]  read_extent_buffer_pages+0x584/0x9c0
[ 4343.726944]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4343.726952]  ? folio_unlock+0x1d/0x50
[ 4343.726964]  btrfs_read_extent_buffer+0x98/0x150
[ 4343.726975]  read_tree_block+0x43/0xa0
[ 4343.726982]  read_block_for_search+0x266/0x370
[ 4343.727004]  btrfs_search_slot+0x351/0xd30
[ 4343.727024]  btrfs_lookup_csum+0x63/0x150
[ 4343.727037]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4343.727048]  ? btrfs_do_readpage+0x305/0x770
[ 4343.727061]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4343.727068]  submit_one_bio+0xc4/0xe0
[ 4343.727078]  btrfs_read_folio+0x79/0x90
[ 4343.727085]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4343.727091]  prepare_uptodate_page+0x8c/0x210
[ 4343.727099]  prepare_pages.constprop.0+0xa2/0x300
[ 4343.727113]  btrfs_buffered_write+0x2ca/0x940
[ 4343.727139]  btrfs_do_write_iter+0x384/0x5d0
[ 4343.727146]  ? lock_is_held_type+0xe8/0x140
[ 4343.727159]  vfs_write+0x269/0x4f0
[ 4343.727178]  ksys_write+0x64/0xe0
[ 4343.727186]  __do_fast_syscall_32+0x88/0xf0
[ 4343.727193]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4343.727199]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.727204]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.727213]  do_fast_syscall_32+0x2f/0x70
[ 4343.727219]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4343.727226] RIP: 0023:0xf7fc0579
[ 4343.727251] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4343.727255] RSP: 002b:00000000b3827ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4343.727261] RAX: ffffffffffffffda RBX: 00000000000000c0 RCX: 00000000b271a010
[ 4343.727265] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4343.727270] RBP: 00000000000000c0 R08: 00000000b3827ae0 R09: 0000000000000000
[ 4343.727273] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4343.727277] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4343.727297]  </TASK>
[ 4343.727301] irq event stamp: 4057933
[ 4343.727305] hardirqs last  enabled at (4057941): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4343.727311] hardirqs last disabled at (4057948): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4343.727316] softirqs last  enabled at (4055414): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4343.727322] softirqs last disabled at (4055399): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4343.727327] ---[ end trace 0000000000000000 ]---
[ 4343.878536] ------------[ cut here ]------------
[ 4343.878545] WARNING: CPU: 8 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4343.878553] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4343.878640]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4343.878700] CPU: 8 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4343.878704] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4343.878707] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4343.878710] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4343.878713] RSP: 0018:ffffa7991cccf688 EFLAGS: 00010246
[ 4343.878717] RAX: 0000000000000000 RBX: ffff8fa4187c5950 RCX: 0000000000000000
[ 4343.878719] RDX: 0000000000000000 RSI: ffff8fa4187c58d0 RDI: ffffa7991cccf6b0
[ 4343.878721] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4343.878724] R10: ffff8fa4187c5950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4343.878726] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4343.878728] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b62f8b40
[ 4343.878731] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4343.878733] CR2: 00000000b51db000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4343.878736] PKRU: 55555554
[ 4343.878738] Call Trace:
[ 4343.878741]  <TASK>
[ 4343.878763]  submit_one_bio+0xd4/0xe0
[ 4343.878770]  submit_extent_page+0x142/0x550
[ 4343.878784]  read_extent_buffer_pages+0x584/0x9c0
[ 4343.878792]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4343.878796]  ? folio_unlock+0x1d/0x50
[ 4343.878803]  btrfs_read_extent_buffer+0x98/0x150
[ 4343.878809]  read_tree_block+0x43/0xa0
[ 4343.878813]  read_block_for_search+0x266/0x370
[ 4343.878826]  btrfs_search_slot+0x351/0xd30
[ 4343.878837]  btrfs_lookup_csum+0x63/0x150
[ 4343.878844]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4343.878851]  ? btrfs_do_readpage+0x305/0x770
[ 4343.878857]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4343.878862]  submit_one_bio+0xc4/0xe0
[ 4343.878868]  btrfs_read_folio+0x79/0x90
[ 4343.878872]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4343.878875]  prepare_uptodate_page+0x8c/0x210
[ 4343.878880]  prepare_pages.constprop.0+0xa2/0x300
[ 4343.878887]  btrfs_buffered_write+0x2ca/0x940
[ 4343.878901]  btrfs_do_write_iter+0x384/0x5d0
[ 4343.878905]  ? lock_is_held_type+0xe8/0x140
[ 4343.878914]  vfs_write+0x269/0x4f0
[ 4343.878925]  ksys_write+0x64/0xe0
[ 4343.878930]  __do_fast_syscall_32+0x88/0xf0
[ 4343.878934]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4343.878938]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.878942]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.878946]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.878949]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4343.878953]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.878956]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.878960]  ? __do_fast_syscall_32+0x94/0xf0
[ 4343.878964]  do_fast_syscall_32+0x2f/0x70
[ 4343.878968]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4343.878973] RIP: 0023:0xf7fc0579
[ 4343.878995] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4343.878998] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4343.879001] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000cc60c010
[ 4343.879003] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4343.879006] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4343.879008] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4343.879010] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4343.879020]  </TASK>
[ 4343.879023] irq event stamp: 101634929
[ 4343.879025] hardirqs last  enabled at (101634937): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4343.879029] hardirqs last disabled at (101634944): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4343.879032] softirqs last  enabled at (101631740): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4343.879036] softirqs last disabled at (101631735): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4343.879039] ---[ end trace 0000000000000000 ]---
[ 4344.189051] ------------[ cut here ]------------
[ 4344.189062] WARNING: CPU: 9 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4344.189072] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4344.189226]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4344.189332] CPU: 9 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4344.189338] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4344.189343] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4344.189348] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4344.189353] RSP: 0018:ffffa7991cccf648 EFLAGS: 00010246
[ 4344.189360] RAX: 0000000000000000 RBX: ffff8f9c4d8ade90 RCX: 0000000000000000
[ 4344.189364] RDX: 0000000000000000 RSI: ffff8f9c4d8ade10 RDI: ffffa7991cccf670
[ 4344.189368] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4344.189372] R10: ffff8f9c4d8ade90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4344.189376] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4344.189381] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b62f8b40
[ 4344.189385] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4344.189390] CR2: 00000000b51db000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4344.189394] PKRU: 55555554
[ 4344.189398] Call Trace:
[ 4344.189402]  <TASK>
[ 4344.189414]  submit_one_bio+0xd4/0xe0
[ 4344.189425]  submit_extent_page+0x142/0x550
[ 4344.189449]  read_extent_buffer_pages+0x584/0x9c0
[ 4344.189462]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.189471]  ? folio_unlock+0x1d/0x50
[ 4344.189481]  btrfs_read_extent_buffer+0x98/0x150
[ 4344.189492]  read_tree_block+0x43/0xa0
[ 4344.189499]  read_block_for_search+0x266/0x370
[ 4344.189521]  btrfs_search_slot+0x351/0xd30
[ 4344.189541]  btrfs_lookup_csum+0x63/0x150
[ 4344.189554]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4344.189566]  ? btrfs_do_readpage+0x305/0x770
[ 4344.189579]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4344.189587]  submit_one_bio+0xc4/0xe0
[ 4344.189597]  btrfs_read_folio+0x79/0x90
[ 4344.189604]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.189610]  prepare_uptodate_page+0x8c/0x210
[ 4344.189618]  prepare_pages.constprop.0+0x134/0x300
[ 4344.189633]  btrfs_buffered_write+0x2ca/0x940
[ 4344.189659]  btrfs_do_write_iter+0x384/0x5d0
[ 4344.189666]  ? lock_is_held_type+0xe8/0x140
[ 4344.189679]  vfs_write+0x269/0x4f0
[ 4344.189699]  ksys_write+0x64/0xe0
[ 4344.189708]  __do_fast_syscall_32+0x88/0xf0
[ 4344.189717]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189723]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4344.189730]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189735]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4344.189763]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189772]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189778]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4344.189785]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189790]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189795]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.189804]  do_fast_syscall_32+0x2f/0x70
[ 4344.189811]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4344.189817] RIP: 0023:0xf7fc0579
[ 4344.189842] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4344.189847] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4344.189853] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b1c11010
[ 4344.189857] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4344.189861] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4344.189865] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4344.189870] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4344.189890]  </TASK>
[ 4344.189894] irq event stamp: 101692821
[ 4344.189898] hardirqs last  enabled at (101692829): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4344.189904] hardirqs last disabled at (101692836): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4344.189909] softirqs last  enabled at (101691006): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.189915] softirqs last disabled at (101690997): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.189920] ---[ end trace 0000000000000000 ]---
[ 4344.680628] ------------[ cut here ]------------
[ 4344.680637] WARNING: CPU: 15 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4344.680645] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4344.680732]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4344.680807] CPU: 15 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4344.680811] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4344.680814] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4344.680817] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4344.680820] RSP: 0018:ffffa7991cccf700 EFLAGS: 00010246
[ 4344.680824] RAX: 0000000000000000 RBX: ffff8fa27baa1410 RCX: 0000000000000000
[ 4344.680827] RDX: 0000000000000000 RSI: ffff8fa27baa1390 RDI: ffffa7991cccf728
[ 4344.680829] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4344.680831] R10: ffff8fa27baa1410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4344.680833] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4344.680836] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b62f8b40
[ 4344.680839] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4344.680841] CR2: 00000000b5bf1000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4344.680844] PKRU: 55555554
[ 4344.680846] Call Trace:
[ 4344.680849]  <TASK>
[ 4344.680856]  submit_one_bio+0xd4/0xe0
[ 4344.680863]  submit_extent_page+0x142/0x550
[ 4344.680877]  read_extent_buffer_pages+0x584/0x9c0
[ 4344.680884]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.680889]  ? folio_unlock+0x1d/0x50
[ 4344.680896]  btrfs_read_extent_buffer+0x98/0x150
[ 4344.680902]  read_tree_block+0x43/0xa0
[ 4344.680906]  read_block_for_search+0x266/0x370
[ 4344.680919]  btrfs_search_slot+0x351/0xd30
[ 4344.680930]  btrfs_lookup_csum+0x63/0x150
[ 4344.680937]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4344.680944]  ? btrfs_do_readpage+0x305/0x770
[ 4344.680951]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4344.680955]  submit_one_bio+0xc4/0xe0
[ 4344.680961]  btrfs_read_folio+0x79/0x90
[ 4344.680965]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.680968]  prepare_uptodate_page+0x8c/0x210
[ 4344.680973]  prepare_pages.constprop.0+0xa2/0x300
[ 4344.680980]  btrfs_buffered_write+0x2ca/0x940
[ 4344.680994]  btrfs_do_write_iter+0x384/0x5d0
[ 4344.680998]  ? lock_is_held_type+0xe8/0x140
[ 4344.681007]  vfs_write+0x269/0x4f0
[ 4344.681018]  ksys_write+0x64/0xe0
[ 4344.681023]  __do_fast_syscall_32+0x88/0xf0
[ 4344.681028]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.681031]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.681036]  do_fast_syscall_32+0x2f/0x70
[ 4344.681040]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4344.681044] RIP: 0023:0xf7fc0579
[ 4344.681066] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4344.681069] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4344.681072] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000ddd02010
[ 4344.681075] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4344.681077] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4344.681079] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4344.681081] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4344.681091]  </TASK>
[ 4344.681094] irq event stamp: 101790627
[ 4344.681096] hardirqs last  enabled at (101790635): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4344.681100] hardirqs last disabled at (101790642): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4344.681103] softirqs last  enabled at (101789912): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.681107] softirqs last disabled at (101789907): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.681109] ---[ end trace 0000000000000000 ]---
[ 4344.833118] ------------[ cut here ]------------
[ 4344.833127] WARNING: CPU: 12 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4344.833135] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4344.833221]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4344.833279] CPU: 12 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4344.833283] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4344.833285] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4344.833289] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4344.833291] RSP: 0018:ffffa7991bf17658 EFLAGS: 00010246
[ 4344.833295] RAX: 0000000000000000 RBX: ffff8fa27badcd10 RCX: 0000000000000000
[ 4344.833298] RDX: 0000000000000000 RSI: ffff8fa27badcc90 RDI: ffffa7991bf17680
[ 4344.833300] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4344.833302] R10: ffff8fa27badcd10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4344.833304] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4344.833307] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b2e20b40
[ 4344.833309] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4344.833311] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4344.833314] PKRU: 55555554
[ 4344.833316] Call Trace:
[ 4344.833319]  <TASK>
[ 4344.833326]  submit_one_bio+0xd4/0xe0
[ 4344.833333]  submit_extent_page+0x142/0x550
[ 4344.833347]  read_extent_buffer_pages+0x584/0x9c0
[ 4344.833354]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.833359]  ? folio_unlock+0x1d/0x50
[ 4344.833365]  btrfs_read_extent_buffer+0x98/0x150
[ 4344.833371]  read_tree_block+0x43/0xa0
[ 4344.833375]  read_block_for_search+0x266/0x370
[ 4344.833387]  btrfs_search_slot+0x351/0xd30
[ 4344.833398]  btrfs_lookup_csum+0x63/0x150
[ 4344.833406]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4344.833412]  ? btrfs_do_readpage+0x305/0x770
[ 4344.833419]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4344.833423]  submit_one_bio+0xc4/0xe0
[ 4344.833429]  btrfs_read_folio+0x79/0x90
[ 4344.833433]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.833436]  prepare_uptodate_page+0x8c/0x210
[ 4344.833441]  prepare_pages.constprop.0+0x134/0x300
[ 4344.833449]  btrfs_buffered_write+0x2ca/0x940
[ 4344.833462]  btrfs_do_write_iter+0x384/0x5d0
[ 4344.833466]  ? lock_is_held_type+0xe8/0x140
[ 4344.833475]  vfs_write+0x269/0x4f0
[ 4344.833485]  ksys_write+0x64/0xe0
[ 4344.833490]  __do_fast_syscall_32+0x88/0xf0
[ 4344.833498]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.833501]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4344.833505]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.833510]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.833513]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4344.833517]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.833520]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.833524]  do_fast_syscall_32+0x2f/0x70
[ 4344.833529]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4344.833533] RIP: 0023:0xf7fc0579
[ 4344.833556] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4344.833559] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4344.833562] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000becff010
[ 4344.833565] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4344.833567] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4344.833569] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4344.833571] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4344.833581]  </TASK>
[ 4344.833583] irq event stamp: 22283019
[ 4344.833586] hardirqs last  enabled at (22283027): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4344.833590] hardirqs last disabled at (22283034): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4344.833593] softirqs last  enabled at (22278660): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.833597] softirqs last disabled at (22278653): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.833599] ---[ end trace 0000000000000000 ]---
[ 4344.930318] ------------[ cut here ]------------
[ 4344.930330] WARNING: CPU: 12 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4344.930339] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4344.930493]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4344.930599] CPU: 12 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4344.930604] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4344.930608] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4344.930613] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4344.930618] RSP: 0018:ffffa7991bf17708 EFLAGS: 00010246
[ 4344.930624] RAX: 0000000000000000 RBX: ffff8fa27badc990 RCX: 0000000000000000
[ 4344.930628] RDX: 0000000000000000 RSI: ffff8fa27badc910 RDI: ffffa7991bf17730
[ 4344.930632] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4344.930635] R10: ffff8fa27badc990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4344.930639] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4344.930643] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b2e20b40
[ 4344.930647] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4344.930651] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4344.930655] PKRU: 55555554
[ 4344.930659] Call Trace:
[ 4344.930663]  <TASK>
[ 4344.930674]  submit_one_bio+0xd4/0xe0
[ 4344.930684]  submit_extent_page+0x142/0x550
[ 4344.930707]  read_extent_buffer_pages+0x584/0x9c0
[ 4344.930719]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.930727]  ? folio_unlock+0x1d/0x50
[ 4344.930738]  btrfs_read_extent_buffer+0x98/0x150
[ 4344.930774]  read_tree_block+0x43/0xa0
[ 4344.930781]  read_block_for_search+0x266/0x370
[ 4344.930803]  btrfs_search_slot+0x351/0xd30
[ 4344.930821]  btrfs_lookup_csum+0x63/0x150
[ 4344.930834]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4344.930845]  ? btrfs_do_readpage+0x305/0x770
[ 4344.930858]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4344.930865]  submit_one_bio+0xc4/0xe0
[ 4344.930875]  btrfs_read_folio+0x79/0x90
[ 4344.930882]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4344.930888]  prepare_uptodate_page+0x8c/0x210
[ 4344.930895]  prepare_pages.constprop.0+0xa2/0x300
[ 4344.930910]  btrfs_buffered_write+0x2ca/0x940
[ 4344.930936]  btrfs_do_write_iter+0x384/0x5d0
[ 4344.930943]  ? lock_is_held_type+0xe8/0x140
[ 4344.930957]  vfs_write+0x269/0x4f0
[ 4344.930975]  ksys_write+0x64/0xe0
[ 4344.930984]  __do_fast_syscall_32+0x88/0xf0
[ 4344.930990]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.930995]  ? __do_fast_syscall_32+0x94/0xf0
[ 4344.931004]  do_fast_syscall_32+0x2f/0x70
[ 4344.931010]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4344.931017] RIP: 0023:0xf7fc0579
[ 4344.931041] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4344.931046] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4344.931053] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b2315010
[ 4344.931057] RDX: 00000000000e2175 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4344.931061] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4344.931065] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4344.931069] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4344.931089]  </TASK>
[ 4344.931092] irq event stamp: 22297013
[ 4344.931096] hardirqs last  enabled at (22297021): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4344.931103] hardirqs last disabled at (22297028): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4344.931108] softirqs last  enabled at (22296756): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.931114] softirqs last disabled at (22296751): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4344.931118] ---[ end trace 0000000000000000 ]---
[ 4346.241108] ------------[ cut here ]------------
[ 4346.241117] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4346.241125] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4346.241212]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4346.241271] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4346.241275] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4346.241278] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4346.241281] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4346.241284] RSP: 0018:ffffa7991cccf6a8 EFLAGS: 00010246
[ 4346.241288] RAX: 0000000000000000 RBX: ffff8f9722bcaad0 RCX: 0000000000000000
[ 4346.241291] RDX: 0000000000000000 RSI: ffff8f9722bcaa50 RDI: ffffa7991cccf6d0
[ 4346.241293] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4346.241295] R10: ffff8f9722bcaad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4346.241297] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4346.241300] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4346.241302] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4346.241305] CR2: 00000000ccccc000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4346.241308] PKRU: 55555554
[ 4346.241310] Call Trace:
[ 4346.241313]  <TASK>
[ 4346.241320]  submit_one_bio+0xd4/0xe0
[ 4346.241327]  submit_extent_page+0x142/0x550
[ 4346.241340]  read_extent_buffer_pages+0x584/0x9c0
[ 4346.241347]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4346.241352]  ? folio_unlock+0x1d/0x50
[ 4346.241359]  btrfs_read_extent_buffer+0x98/0x150
[ 4346.241365]  read_tree_block+0x43/0xa0
[ 4346.241369]  read_block_for_search+0x266/0x370
[ 4346.241381]  btrfs_search_slot+0x351/0xd30
[ 4346.241392]  btrfs_lookup_csum+0x63/0x150
[ 4346.241399]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4346.241406]  ? btrfs_do_readpage+0x305/0x770
[ 4346.241412]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4346.241418]  submit_one_bio+0xc4/0xe0
[ 4346.241423]  btrfs_read_folio+0x79/0x90
[ 4346.241427]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4346.241430]  prepare_uptodate_page+0x8c/0x210
[ 4346.241435]  prepare_pages.constprop.0+0x134/0x300
[ 4346.241443]  btrfs_buffered_write+0x2ca/0x940
[ 4346.241456]  btrfs_do_write_iter+0x384/0x5d0
[ 4346.241460]  ? lock_is_held_type+0xe8/0x140
[ 4346.241468]  vfs_write+0x269/0x4f0
[ 4346.241479]  ksys_write+0x64/0xe0
[ 4346.241484]  __do_fast_syscall_32+0x88/0xf0
[ 4346.241489]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.241493]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4346.241497]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.241500]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.241504]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.241507]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.241511]  do_fast_syscall_32+0x2f/0x70
[ 4346.241516]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4346.241520] RIP: 0023:0xf7fc0579
[ 4346.241542] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4346.241545] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4346.241548] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b2014010
[ 4346.241551] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4346.241553] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4346.241555] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4346.241557] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4346.241567]  </TASK>
[ 4346.241570] irq event stamp: 102079789
[ 4346.241572] hardirqs last  enabled at (102079797): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4346.241576] hardirqs last disabled at (102079804): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4346.241579] softirqs last  enabled at (102077350): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4346.241583] softirqs last disabled at (102077337): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4346.241585] ---[ end trace 0000000000000000 ]---
[ 4346.253835] ------------[ cut here ]------------
[ 4346.253844] WARNING: CPU: 8 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4346.253854] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4346.254001]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4346.254106] CPU: 8 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4346.254111] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4346.254116] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4346.254121] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4346.254126] RSP: 0018:ffffa7991cccf628 EFLAGS: 00010246
[ 4346.254133] RAX: 0000000000000000 RBX: ffff8fa4187c63d0 RCX: 0000000000000000
[ 4346.254137] RDX: 0000000000000000 RSI: ffff8fa4187c6350 RDI: ffffa7991cccf650
[ 4346.254141] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4346.254145] R10: ffff8fa4187c63d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4346.254149] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4346.254154] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b62f8b40
[ 4346.254159] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4346.254163] CR2: 00000000d404e000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4346.254167] PKRU: 55555554
[ 4346.254171] Call Trace:
[ 4346.254176]  <TASK>
[ 4346.254187]  submit_one_bio+0xd4/0xe0
[ 4346.254198]  submit_extent_page+0x142/0x550
[ 4346.254222]  read_extent_buffer_pages+0x584/0x9c0
[ 4346.254236]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4346.254245]  ? folio_unlock+0x1d/0x50
[ 4346.254256]  btrfs_read_extent_buffer+0x98/0x150
[ 4346.254267]  read_tree_block+0x43/0xa0
[ 4346.254274]  read_block_for_search+0x266/0x370
[ 4346.254296]  btrfs_search_slot+0x351/0xd30
[ 4346.254311]  btrfs_lookup_csum+0x63/0x150
[ 4346.254319]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4346.254326]  ? btrfs_do_readpage+0x305/0x770
[ 4346.254333]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4346.254337]  submit_one_bio+0xc4/0xe0
[ 4346.254343]  btrfs_read_folio+0x79/0x90
[ 4346.254347]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4346.254350]  prepare_uptodate_page+0x8c/0x210
[ 4346.254355]  prepare_pages.constprop.0+0xa2/0x300
[ 4346.254363]  btrfs_buffered_write+0x2ca/0x940
[ 4346.254377]  btrfs_do_write_iter+0x384/0x5d0
[ 4346.254381]  ? lock_is_held_type+0xe8/0x140
[ 4346.254389]  vfs_write+0x269/0x4f0
[ 4346.254399]  ksys_write+0x64/0xe0
[ 4346.254404]  __do_fast_syscall_32+0x88/0xf0
[ 4346.254409]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.254412]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4346.254416]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.254420]  ? lock_release+0x14b/0x440
[ 4346.254427]  ? lock_is_held_type+0xe8/0x140
[ 4346.254432]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.254436]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4346.254440]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.254443]  ? __do_fast_syscall_32+0x94/0xf0
[ 4346.254448]  do_fast_syscall_32+0x2f/0x70
[ 4346.254452]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4346.254456] RIP: 0023:0xf7fc0579
[ 4346.254477] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4346.254480] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4346.254483] RAX: ffffffffffffffda RBX: 00000000000000d2 RCX: 00000000b83ff010
[ 4346.254486] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4346.254488] RBP: 00000000000000d2 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4346.254490] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4346.254492] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4346.254503]  </TASK>
[ 4346.254505] irq event stamp: 102101735
[ 4346.254507] hardirqs last  enabled at (102101743): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4346.254511] hardirqs last disabled at (102101750): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4346.254514] softirqs last  enabled at (102095564): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4346.254518] softirqs last disabled at (102094811): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4346.254521] ---[ end trace 0000000000000000 ]---
[ 4348.347038] ------------[ cut here ]------------
[ 4348.347050] WARNING: CPU: 1 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4348.347060] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4348.347214]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4348.347320] CPU: 1 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4348.347326] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4348.347331] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4348.347336] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4348.347341] RSP: 0018:ffffa7991cccf678 EFLAGS: 00010246
[ 4348.347347] RAX: 0000000000000000 RBX: ffff8f9d5a428610 RCX: 0000000000000000
[ 4348.347352] RDX: 0000000000000000 RSI: ffff8f9d5a428590 RDI: ffffa7991cccf6a0
[ 4348.347356] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4348.347360] R10: ffff8f9d5a428610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4348.347364] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4348.347368] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b62f8b40
[ 4348.347373] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4348.347377] CR2: 00000000b84ff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4348.347381] PKRU: 55555554
[ 4348.347385] Call Trace:
[ 4348.347389]  <TASK>
[ 4348.347401]  submit_one_bio+0xd4/0xe0
[ 4348.347412]  submit_extent_page+0x142/0x550
[ 4348.347436]  read_extent_buffer_pages+0x584/0x9c0
[ 4348.347449]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4348.347458]  ? folio_unlock+0x1d/0x50
[ 4348.347469]  btrfs_read_extent_buffer+0x98/0x150
[ 4348.347480]  read_tree_block+0x43/0xa0
[ 4348.347487]  read_block_for_search+0x266/0x370
[ 4348.347509]  btrfs_search_slot+0x351/0xd30
[ 4348.347528]  btrfs_lookup_csum+0x63/0x150
[ 4348.347541]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4348.347553]  ? btrfs_do_readpage+0x305/0x770
[ 4348.347565]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4348.347573]  submit_one_bio+0xc4/0xe0
[ 4348.347583]  btrfs_read_folio+0x79/0x90
[ 4348.347590]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4348.347596]  prepare_uptodate_page+0x8c/0x210
[ 4348.347603]  prepare_pages.constprop.0+0xa2/0x300
[ 4348.347618]  btrfs_buffered_write+0x2ca/0x940
[ 4348.347644]  btrfs_do_write_iter+0x384/0x5d0
[ 4348.347651]  ? lock_is_held_type+0xe8/0x140
[ 4348.347664]  vfs_write+0x269/0x4f0
[ 4348.347683]  ksys_write+0x64/0xe0
[ 4348.347691]  __do_fast_syscall_32+0x88/0xf0
[ 4348.347701]  ? lock_is_held_type+0xe8/0x140
[ 4348.347711]  ? __do_fast_syscall_32+0x94/0xf0
[ 4348.347717]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4348.347724]  ? __do_fast_syscall_32+0x94/0xf0
[ 4348.347730]  ? __do_fast_syscall_32+0x94/0xf0
[ 4348.347735]  ? __do_fast_syscall_32+0x94/0xf0
[ 4348.347761]  do_fast_syscall_32+0x2f/0x70
[ 4348.347768]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4348.347775] RIP: 0023:0xf7fc0579
[ 4348.347799] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4348.347804] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4348.347810] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000ddd02010
[ 4348.347814] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4348.347818] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4348.347822] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4348.347826] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4348.347846]  </TASK>
[ 4348.347850] irq event stamp: 102447539
[ 4348.347853] hardirqs last  enabled at (102447547): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4348.347860] hardirqs last disabled at (102447554): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4348.347865] softirqs last  enabled at (102444284): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4348.347871] softirqs last disabled at (102444261): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4348.347876] ---[ end trace 0000000000000000 ]---
[ 4349.358138] ------------[ cut here ]------------
[ 4349.358149] WARNING: CPU: 5 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4349.358159] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4349.358311]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4349.358419] CPU: 5 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4349.358425] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4349.358429] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4349.358435] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4349.358439] RSP: 0018:ffffa7991cccf700 EFLAGS: 00010246
[ 4349.358446] RAX: 0000000000000000 RBX: ffff8f9720879410 RCX: 0000000000000000
[ 4349.358450] RDX: 0000000000000000 RSI: ffff8f9720879390 RDI: ffffa7991cccf728
[ 4349.358454] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4349.358458] R10: ffff8f9720879410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4349.358462] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4349.358467] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b62f8b40
[ 4349.358472] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4349.358476] CR2: 00000000b3c2d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4349.358480] PKRU: 55555554
[ 4349.358484] Call Trace:
[ 4349.358488]  <TASK>
[ 4349.358499]  submit_one_bio+0xd4/0xe0
[ 4349.358510]  submit_extent_page+0x142/0x550
[ 4349.358534]  read_extent_buffer_pages+0x584/0x9c0
[ 4349.358548]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4349.358556]  ? folio_unlock+0x1d/0x50
[ 4349.358567]  btrfs_read_extent_buffer+0x98/0x150
[ 4349.358578]  read_tree_block+0x43/0xa0
[ 4349.358585]  read_block_for_search+0x266/0x370
[ 4349.358606]  btrfs_search_slot+0x351/0xd30
[ 4349.358626]  btrfs_lookup_csum+0x63/0x150
[ 4349.358638]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4349.358649]  ? btrfs_do_readpage+0x305/0x770
[ 4349.358657]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4349.358661]  submit_one_bio+0xc4/0xe0
[ 4349.358667]  btrfs_read_folio+0x79/0x90
[ 4349.358671]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4349.358674]  prepare_uptodate_page+0x8c/0x210
[ 4349.358679]  prepare_pages.constprop.0+0x134/0x300
[ 4349.358686]  btrfs_buffered_write+0x2ca/0x940
[ 4349.358703]  btrfs_do_write_iter+0x384/0x5d0
[ 4349.358710]  ? lock_is_held_type+0xe8/0x140
[ 4349.358723]  vfs_write+0x269/0x4f0
[ 4349.358762]  ksys_write+0x64/0xe0
[ 4349.358771]  __do_fast_syscall_32+0x88/0xf0
[ 4349.358778]  ? __do_fast_syscall_32+0x94/0xf0
[ 4349.358783]  ? __do_fast_syscall_32+0x94/0xf0
[ 4349.358791]  do_fast_syscall_32+0x2f/0x70
[ 4349.358799]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4349.358805] RIP: 0023:0xf7fc0579
[ 4349.358831] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4349.358835] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4349.358842] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b2214010
[ 4349.358846] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4349.358850] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4349.358854] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4349.358858] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4349.358877]  </TASK>
[ 4349.358881] irq event stamp: 102589509
[ 4349.358884] hardirqs last  enabled at (102589517): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4349.358891] hardirqs last disabled at (102589524): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4349.358896] softirqs last  enabled at (102585684): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4349.358902] softirqs last disabled at (102585677): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4349.358906] ---[ end trace 0000000000000000 ]---
[ 4355.177215] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4355.177251] [drm] PSP is resuming...
[ 4355.253362] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4355.354889] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4355.369043] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4355.369054] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4355.369064] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4355.369070] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4355.369131] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4355.423820] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4355.425198] [drm] DMUB hardware initialized: version=0x02020017
[ 4355.463192] [drm] kiq ring mec 2 pipe 1 q 0
[ 4355.468045] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4355.468397] [drm] JPEG decode initialized successfully.
[ 4355.468427] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4355.468433] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4355.468437] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4355.468442] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4355.468446] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4355.468450] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4355.468454] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4355.468458] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4355.468462] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4355.468466] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4355.468470] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4355.468475] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4355.468479] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4355.468483] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4355.468487] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4355.468491] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4355.472065] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4358.747621] ------------[ cut here ]------------
[ 4358.747632] WARNING: CPU: 2 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4358.747642] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4358.747813]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4358.747896] CPU: 2 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4358.747899] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4358.747902] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4358.747906] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4358.747909] RSP: 0018:ffffa7991cbe76a0 EFLAGS: 00010246
[ 4358.747913] RAX: 0000000000000000 RBX: ffff8f972eec1950 RCX: 0000000000000000
[ 4358.747915] RDX: 0000000000000000 RSI: ffff8f972eec18d0 RDI: ffffa7991cbe76c8
[ 4358.747918] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4358.747920] R10: ffff8f972eec1950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4358.747922] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4358.747924] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b78ffb40
[ 4358.747927] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4358.747929] CR2: 00000000b3a2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4358.747932] PKRU: 55555554
[ 4358.747934] Call Trace:
[ 4358.747936]  <TASK>
[ 4358.747944]  submit_one_bio+0xd4/0xe0
[ 4358.747951]  submit_extent_page+0x142/0x550
[ 4358.747965]  read_extent_buffer_pages+0x584/0x9c0
[ 4358.747972]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4358.747977]  ? folio_unlock+0x1d/0x50
[ 4358.747984]  btrfs_read_extent_buffer+0x98/0x150
[ 4358.747990]  read_tree_block+0x43/0xa0
[ 4358.747994]  read_block_for_search+0x266/0x370
[ 4358.748007]  btrfs_search_slot+0x351/0xd30
[ 4358.748018]  btrfs_lookup_csum+0x63/0x150
[ 4358.748025]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4358.748032]  ? btrfs_do_readpage+0x305/0x770
[ 4358.748039]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4358.748044]  submit_one_bio+0xc4/0xe0
[ 4358.748049]  btrfs_read_folio+0x79/0x90
[ 4358.748053]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4358.748056]  prepare_uptodate_page+0x8c/0x210
[ 4358.748061]  prepare_pages.constprop.0+0xa2/0x300
[ 4358.748069]  btrfs_buffered_write+0x2ca/0x940
[ 4358.748082]  btrfs_do_write_iter+0x384/0x5d0
[ 4358.748087]  ? lock_is_held_type+0xe8/0x140
[ 4358.748095]  vfs_write+0x269/0x4f0
[ 4358.748105]  ksys_write+0x64/0xe0
[ 4358.748110]  __do_fast_syscall_32+0x88/0xf0
[ 4358.748115]  ? lock_is_held_type+0xe8/0x140
[ 4358.748120]  ? __do_fast_syscall_32+0x94/0xf0
[ 4358.748124]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4358.748128]  ? __do_fast_syscall_32+0x94/0xf0
[ 4358.748133]  do_fast_syscall_32+0x2f/0x70
[ 4358.748137]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4358.748142] RIP: 0023:0xf7fc0579
[ 4358.748166] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4358.748171] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4358.748177] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b83ff010
[ 4358.748181] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4358.748185] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4358.748189] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4358.748192] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4358.748211]  </TASK>
[ 4358.748214] irq event stamp: 22863419
[ 4358.748219] hardirqs last  enabled at (22863427): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4358.748225] hardirqs last disabled at (22863434): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4358.748230] softirqs last  enabled at (22862488): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4358.748236] softirqs last disabled at (22862483): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4358.748241] ---[ end trace 0000000000000000 ]---
[ 4361.312713] ------------[ cut here ]------------
[ 4361.312722] WARNING: CPU: 10 PID: 11568 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4361.312730] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4361.312836]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4361.312895] CPU: 10 PID: 11568 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4361.312899] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4361.312902] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4361.312905] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4361.312908] RSP: 0018:ffffa7991ca576e0 EFLAGS: 00010246
[ 4361.312911] RAX: 0000000000000000 RBX: ffff8f9e7237b390 RCX: 0000000000000000
[ 4361.312914] RDX: 0000000000000000 RSI: ffff8f9e7237b310 RDI: ffffa7991ca57708
[ 4361.312916] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4361.312918] R10: ffff8f9e7237b390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4361.312920] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4361.312923] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b61f7b40
[ 4361.312925] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4361.312928] CR2: 00007faa8cf5d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4361.312930] PKRU: 55555554
[ 4361.312933] Call Trace:
[ 4361.312935]  <TASK>
[ 4361.312943]  submit_one_bio+0xd4/0xe0
[ 4361.312949]  submit_extent_page+0x142/0x550
[ 4361.312962]  read_extent_buffer_pages+0x584/0x9c0
[ 4361.312970]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4361.312974]  ? folio_unlock+0x1d/0x50
[ 4361.312981]  btrfs_read_extent_buffer+0x98/0x150
[ 4361.312987]  read_tree_block+0x43/0xa0
[ 4361.312991]  read_block_for_search+0x266/0x370
[ 4361.313003]  btrfs_search_slot+0x351/0xd30
[ 4361.313014]  btrfs_lookup_csum+0x63/0x150
[ 4361.313021]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4361.313028]  ? btrfs_do_readpage+0x305/0x770
[ 4361.313034]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4361.313039]  submit_one_bio+0xc4/0xe0
[ 4361.313044]  btrfs_read_folio+0x79/0x90
[ 4361.313048]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4361.313051]  prepare_uptodate_page+0x8c/0x210
[ 4361.313055]  prepare_pages.constprop.0+0xa2/0x300
[ 4361.313063]  btrfs_buffered_write+0x2ca/0x940
[ 4361.313077]  btrfs_do_write_iter+0x384/0x5d0
[ 4361.313081]  ? lock_is_held_type+0xe8/0x140
[ 4361.313089]  vfs_write+0x269/0x4f0
[ 4361.313100]  ksys_write+0x64/0xe0
[ 4361.313104]  __do_fast_syscall_32+0x88/0xf0
[ 4361.313109]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4361.313113]  ? __do_fast_syscall_32+0x94/0xf0
[ 4361.313116]  ? __do_fast_syscall_32+0x94/0xf0
[ 4361.313119]  ? __do_fast_syscall_32+0x94/0xf0
[ 4361.313122]  ? __do_fast_syscall_32+0x94/0xf0
[ 4361.313126]  do_fast_syscall_32+0x2f/0x70
[ 4361.313130]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4361.313135] RIP: 0023:0xf7fc0579
[ 4361.313156] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4361.313159] RSP: 002b:00000000b61f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4361.313162] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000bacff010
[ 4361.313165] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4361.313167] RBP: 000000000000009e R08: 00000000b61f5ae0 R09: 0000000000000000
[ 4361.313169] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4361.313171] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4361.313181]  </TASK>
[ 4361.313183] irq event stamp: 4876381
[ 4361.313185] hardirqs last  enabled at (4876389): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4361.313190] hardirqs last disabled at (4876396): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4361.313192] softirqs last  enabled at (4875170): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4361.313197] softirqs last disabled at (4875165): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4361.313199] ---[ end trace 0000000000000000 ]---
[ 4362.944059] ------------[ cut here ]------------
[ 4362.944070] WARNING: CPU: 1 PID: 11690 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4362.944080] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4362.944223]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4362.944321] CPU: 1 PID: 11690 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4362.944326] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4362.944331] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4362.944336] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4362.944341] RSP: 0018:ffffa7991cb776b8 EFLAGS: 00010246
[ 4362.944347] RAX: 0000000000000000 RBX: ffff8f9d5a42b550 RCX: 0000000000000000
[ 4362.944351] RDX: 0000000000000000 RSI: ffff8f9d5a42b4d0 RDI: ffffa7991cb776e0
[ 4362.944355] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4362.944359] R10: ffff8f9d5a42b550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4362.944363] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4362.944368] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b55e9b40
[ 4362.944372] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4362.944376] CR2: 000023d0091f0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4362.944380] PKRU: 55555554
[ 4362.944384] Call Trace:
[ 4362.944388]  <TASK>
[ 4362.944400]  submit_one_bio+0xd4/0xe0
[ 4362.944411]  submit_extent_page+0x142/0x550
[ 4362.944434]  read_extent_buffer_pages+0x584/0x9c0
[ 4362.944447]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4362.944456]  ? folio_unlock+0x1d/0x50
[ 4362.944466]  btrfs_read_extent_buffer+0x98/0x150
[ 4362.944477]  read_tree_block+0x43/0xa0
[ 4362.944484]  read_block_for_search+0x266/0x370
[ 4362.944506]  btrfs_search_slot+0x351/0xd30
[ 4362.944524]  btrfs_lookup_csum+0x63/0x150
[ 4362.944536]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4362.944546]  ? btrfs_do_readpage+0x305/0x770
[ 4362.944557]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4362.944565]  submit_one_bio+0xc4/0xe0
[ 4362.944575]  btrfs_read_folio+0x79/0x90
[ 4362.944580]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4362.944583]  prepare_uptodate_page+0x8c/0x210
[ 4362.944588]  prepare_pages.constprop.0+0x134/0x300
[ 4362.944596]  btrfs_buffered_write+0x2ca/0x940
[ 4362.944610]  btrfs_do_write_iter+0x384/0x5d0
[ 4362.944614]  ? lock_is_held_type+0xe8/0x140
[ 4362.944622]  vfs_write+0x269/0x4f0
[ 4362.944633]  ksys_write+0x64/0xe0
[ 4362.944638]  __do_fast_syscall_32+0x88/0xf0
[ 4362.944644]  ? __do_fast_syscall_32+0x94/0xf0
[ 4362.944647]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4362.944651]  ? __do_fast_syscall_32+0x94/0xf0
[ 4362.944655]  ? __do_fast_syscall_32+0x94/0xf0
[ 4362.944658]  ? __do_fast_syscall_32+0x94/0xf0
[ 4362.944663]  do_fast_syscall_32+0x2f/0x70
[ 4362.944667]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4362.944672] RIP: 0023:0xf7fc0579
[ 4362.944694] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4362.944697] RSP: 002b:00000000b55e7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4362.944700] RAX: ffffffffffffffda RBX: 00000000000000cf RCX: 00000000cc6fe010
[ 4362.944703] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4362.944705] RBP: 00000000000000cf R08: 00000000b55e7ae0 R09: 0000000000000000
[ 4362.944707] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4362.944709] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4362.944720]  </TASK>
[ 4362.944722] irq event stamp: 3006169
[ 4362.944724] hardirqs last  enabled at (3006177): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4362.944729] hardirqs last disabled at (3006184): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4362.944732] softirqs last  enabled at (3003548): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4362.944736] softirqs last disabled at (3003539): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4362.944738] ---[ end trace 0000000000000000 ]---
[ 4363.494664] ------------[ cut here ]------------
[ 4363.494675] WARNING: CPU: 5 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4363.494686] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4363.494876]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4363.494985] CPU: 5 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4363.494991] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4363.494995] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4363.495001] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4363.495006] RSP: 0018:ffffa7991cbe7650 EFLAGS: 00010246
[ 4363.495013] RAX: 0000000000000000 RBX: ffff8f9a23105b10 RCX: 0000000000000000
[ 4363.495017] RDX: 0000000000000000 RSI: ffff8f9a23105a90 RDI: ffffa7991cbe7678
[ 4363.495021] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4363.495026] R10: ffff8f9a23105b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4363.495030] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4363.495034] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b78ffb40
[ 4363.495039] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4363.495043] CR2: 00000000b84e5000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4363.495048] PKRU: 55555554
[ 4363.495052] Call Trace:
[ 4363.495056]  <TASK>
[ 4363.495068]  submit_one_bio+0xd4/0xe0
[ 4363.495080]  submit_extent_page+0x142/0x550
[ 4363.495104]  read_extent_buffer_pages+0x584/0x9c0
[ 4363.495118]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4363.495127]  ? folio_unlock+0x1d/0x50
[ 4363.495138]  btrfs_read_extent_buffer+0x98/0x150
[ 4363.495149]  read_tree_block+0x43/0xa0
[ 4363.495156]  read_block_for_search+0x266/0x370
[ 4363.495179]  btrfs_search_slot+0x351/0xd30
[ 4363.495200]  btrfs_lookup_csum+0x63/0x150
[ 4363.495213]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4363.495225]  ? btrfs_do_readpage+0x305/0x770
[ 4363.495238]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4363.495246]  submit_one_bio+0xc4/0xe0
[ 4363.495256]  btrfs_read_folio+0x79/0x90
[ 4363.495263]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4363.495270]  prepare_uptodate_page+0x8c/0x210
[ 4363.495278]  prepare_pages.constprop.0+0x134/0x300
[ 4363.495292]  btrfs_buffered_write+0x2ca/0x940
[ 4363.495319]  btrfs_do_write_iter+0x384/0x5d0
[ 4363.495327]  ? lock_is_held_type+0xe8/0x140
[ 4363.495341]  vfs_write+0x269/0x4f0
[ 4363.495360]  ksys_write+0x64/0xe0
[ 4363.495369]  __do_fast_syscall_32+0x88/0xf0
[ 4363.495377]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495383]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4363.495390]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495396]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4363.495403]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495409]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495415]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4363.495422]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495428]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495435]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495440]  ? __do_fast_syscall_32+0x94/0xf0
[ 4363.495448]  do_fast_syscall_32+0x2f/0x70
[ 4363.495455]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4363.495462] RIP: 0023:0xf7fc0579
[ 4363.495487] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4363.495492] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4363.495498] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b392b010
[ 4363.495502] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4363.495506] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4363.495510] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4363.495514] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4363.495535]  </TASK>
[ 4363.495539] irq event stamp: 23380661
[ 4363.495543] hardirqs last  enabled at (23380669): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4363.495549] hardirqs last disabled at (23380676): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4363.495555] softirqs last  enabled at (23378144): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4363.495561] softirqs last disabled at (23378127): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4363.495565] ---[ end trace 0000000000000000 ]---
[ 4364.365065] ------------[ cut here ]------------
[ 4364.365081] WARNING: CPU: 6 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4364.365092] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4364.365200]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4364.365259] CPU: 6 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4364.365263] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4364.365266] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4364.365270] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4364.365273] RSP: 0018:ffffa7991bf17688 EFLAGS: 00010246
[ 4364.365277] RAX: 0000000000000000 RBX: ffff8f9d4d5f0990 RCX: 0000000000000000
[ 4364.365280] RDX: 0000000000000000 RSI: ffff8f9d4d5f0910 RDI: ffffa7991bf176b0
[ 4364.365282] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4364.365284] R10: ffff8f9d4d5f0990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4364.365286] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4364.365289] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b2e20b40
[ 4364.365291] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4364.365294] CR2: 00003de70007f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4364.365296] PKRU: 55555554
[ 4364.365298] Call Trace:
[ 4364.365301]  <TASK>
[ 4364.365308]  submit_one_bio+0xd4/0xe0
[ 4364.365315]  submit_extent_page+0x142/0x550
[ 4364.365329]  read_extent_buffer_pages+0x584/0x9c0
[ 4364.365337]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4364.365341]  ? folio_unlock+0x1d/0x50
[ 4364.365348]  btrfs_read_extent_buffer+0x98/0x150
[ 4364.365355]  read_tree_block+0x43/0xa0
[ 4364.365359]  read_block_for_search+0x266/0x370
[ 4364.365372]  btrfs_search_slot+0x351/0xd30
[ 4364.365383]  btrfs_lookup_csum+0x63/0x150
[ 4364.365390]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4364.365397]  ? btrfs_do_readpage+0x305/0x770
[ 4364.365403]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4364.365408]  submit_one_bio+0xc4/0xe0
[ 4364.365414]  btrfs_read_folio+0x79/0x90
[ 4364.365417]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4364.365421]  prepare_uptodate_page+0x8c/0x210
[ 4364.365425]  prepare_pages.constprop.0+0xa2/0x300
[ 4364.365433]  btrfs_buffered_write+0x2ca/0x940
[ 4364.365447]  btrfs_do_write_iter+0x384/0x5d0
[ 4364.365451]  ? lock_is_held_type+0xe8/0x140
[ 4364.365459]  vfs_write+0x269/0x4f0
[ 4364.365470]  ksys_write+0x64/0xe0
[ 4364.365475]  __do_fast_syscall_32+0x88/0xf0
[ 4364.365479]  ? __do_fast_syscall_32+0x94/0xf0
[ 4364.365485]  ? __do_fast_syscall_32+0x94/0xf0
[ 4364.365488]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4364.365492]  ? __do_fast_syscall_32+0x94/0xf0
[ 4364.365496]  ? __do_fast_syscall_32+0x94/0xf0
[ 4364.365499]  ? __do_fast_syscall_32+0x94/0xf0
[ 4364.365504]  do_fast_syscall_32+0x2f/0x70
[ 4364.365508]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4364.365512] RIP: 0023:0xf7fc0579
[ 4364.365534] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4364.365536] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4364.365540] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000ddd02010
[ 4364.365542] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4364.365544] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4364.365546] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4364.365549] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4364.365559]  </TASK>
[ 4364.365561] irq event stamp: 22711897
[ 4364.365563] hardirqs last  enabled at (22711905): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4364.365568] hardirqs last disabled at (22711912): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4364.365571] softirqs last  enabled at (22710106): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4364.365575] softirqs last disabled at (22710101): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4364.365577] ---[ end trace 0000000000000000 ]---
[ 4366.580809] ------------[ cut here ]------------
[ 4366.580821] WARNING: CPU: 1 PID: 11691 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4366.580833] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4366.581024]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4366.581154] CPU: 1 PID: 11691 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4366.581161] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4366.581166] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4366.581173] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4366.581180] RSP: 0018:ffffa7991cb176f8 EFLAGS: 00010246
[ 4366.581187] RAX: 0000000000000000 RBX: ffff8f9d5a429090 RCX: 0000000000000000
[ 4366.581193] RDX: 0000000000000000 RSI: ffff8f9d5a429010 RDI: ffffa7991cb17720
[ 4366.581198] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4366.581203] R10: ffff8f9d5a429090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4366.581208] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4366.581213] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b291bb40
[ 4366.581219] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4366.581224] CR2: 000023d00bd90000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4366.581230] PKRU: 55555554
[ 4366.581234] Call Trace:
[ 4366.581240]  <TASK>
[ 4366.581254]  submit_one_bio+0xd4/0xe0
[ 4366.581268]  submit_extent_page+0x142/0x550
[ 4366.581299]  read_extent_buffer_pages+0x584/0x9c0
[ 4366.581316]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4366.581327]  ? folio_unlock+0x1d/0x50
[ 4366.581341]  btrfs_read_extent_buffer+0x98/0x150
[ 4366.581354]  read_tree_block+0x43/0xa0
[ 4366.581363]  read_block_for_search+0x266/0x370
[ 4366.581390]  btrfs_search_slot+0x351/0xd30
[ 4366.581415]  btrfs_lookup_csum+0x63/0x150
[ 4366.581431]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4366.581446]  ? btrfs_do_readpage+0x305/0x770
[ 4366.581462]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4366.581472]  submit_one_bio+0xc4/0xe0
[ 4366.581484]  btrfs_read_folio+0x79/0x90
[ 4366.581493]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4366.581500]  prepare_uptodate_page+0x8c/0x210
[ 4366.581510]  prepare_pages.constprop.0+0x134/0x300
[ 4366.581528]  btrfs_buffered_write+0x2ca/0x940
[ 4366.581561]  btrfs_do_write_iter+0x384/0x5d0
[ 4366.581570]  ? lock_is_held_type+0xe8/0x140
[ 4366.581586]  vfs_write+0x269/0x4f0
[ 4366.581609]  ksys_write+0x64/0xe0
[ 4366.581620]  __do_fast_syscall_32+0x88/0xf0
[ 4366.581629]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.581635]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.581647]  do_fast_syscall_32+0x2f/0x70
[ 4366.581656]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4366.581664] RIP: 0023:0xf7fc0579
[ 4366.581691] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4366.581697] RSP: 002b:00000000b2919ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4366.581705] RAX: ffffffffffffffda RBX: 000000000000009c RCX: 00000000b3d2f010
[ 4366.581710] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4366.581715] RBP: 000000000000009c R08: 00000000b2919ae0 R09: 0000000000000000
[ 4366.581720] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4366.581725] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4366.581774]  </TASK>
[ 4366.581780] irq event stamp: 4656673
[ 4366.581784] hardirqs last  enabled at (4656681): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4366.581793] hardirqs last disabled at (4656688): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4366.581799] softirqs last  enabled at (4655380): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4366.581806] softirqs last disabled at (4655375): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4366.581812] ---[ end trace 0000000000000000 ]---
[ 4366.681934] ------------[ cut here ]------------
[ 4366.681945] WARNING: CPU: 2 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4366.681954] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4366.682101]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4366.682195] CPU: 2 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4366.682201] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4366.682206] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4366.682213] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4366.682218] RSP: 0018:ffffa7991bf17640 EFLAGS: 00010246
[ 4366.682223] RAX: 0000000000000000 RBX: ffff8f972eec1410 RCX: 0000000000000000
[ 4366.682227] RDX: 0000000000000000 RSI: ffff8f972eec1390 RDI: ffffa7991bf17668
[ 4366.682231] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4366.682234] R10: ffff8f972eec1410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4366.682239] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4366.682243] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b2e20b40
[ 4366.682247] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4366.682251] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4366.682256] PKRU: 55555554
[ 4366.682259] Call Trace:
[ 4366.682263]  <TASK>
[ 4366.682274]  submit_one_bio+0xd4/0xe0
[ 4366.682286]  submit_extent_page+0x142/0x550
[ 4366.682310]  read_extent_buffer_pages+0x584/0x9c0
[ 4366.682322]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4366.682330]  ? folio_unlock+0x1d/0x50
[ 4366.682341]  btrfs_read_extent_buffer+0x98/0x150
[ 4366.682352]  read_tree_block+0x43/0xa0
[ 4366.682358]  read_block_for_search+0x266/0x370
[ 4366.682376]  btrfs_search_slot+0x351/0xd30
[ 4366.682387]  btrfs_lookup_csum+0x63/0x150
[ 4366.682396]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4366.682408]  ? btrfs_do_readpage+0x305/0x770
[ 4366.682421]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4366.682429]  submit_one_bio+0xc4/0xe0
[ 4366.682439]  btrfs_read_folio+0x79/0x90
[ 4366.682446]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4366.682452]  prepare_uptodate_page+0x8c/0x210
[ 4366.682460]  prepare_pages.constprop.0+0x134/0x300
[ 4366.682474]  btrfs_buffered_write+0x2ca/0x940
[ 4366.682499]  btrfs_do_write_iter+0x384/0x5d0
[ 4366.682506]  ? lock_is_held_type+0xe8/0x140
[ 4366.682516]  vfs_write+0x269/0x4f0
[ 4366.682535]  ksys_write+0x64/0xe0
[ 4366.682543]  __do_fast_syscall_32+0x88/0xf0
[ 4366.682552]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682557]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4366.682561]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682567]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682571]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4366.682575]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682579]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682582]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682585]  ? __do_fast_syscall_32+0x94/0xf0
[ 4366.682590]  do_fast_syscall_32+0x2f/0x70
[ 4366.682594]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4366.682599] RIP: 0023:0xf7fc0579
[ 4366.682621] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4366.682623] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4366.682627] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b3223010
[ 4366.682629] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4366.682631] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4366.682634] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4366.682636] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4366.682646]  </TASK>
[ 4366.682649] irq event stamp: 22935935
[ 4366.682651] hardirqs last  enabled at (22935943): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4366.682655] hardirqs last disabled at (22935950): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4366.682658] softirqs last  enabled at (22934330): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4366.682662] softirqs last disabled at (22934325): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4366.682665] ---[ end trace 0000000000000000 ]---
[ 4370.153332] ------------[ cut here ]------------
[ 4370.153344] WARNING: CPU: 7 PID: 12061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4370.153354] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4370.153508]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4370.153614] CPU: 7 PID: 12061 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4370.153620] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4370.153624] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4370.153630] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4370.153635] RSP: 0018:ffffa7991d36b700 EFLAGS: 00010246
[ 4370.153641] RAX: 0000000000000000 RBX: ffff8f971fb18990 RCX: 0000000000000000
[ 4370.153645] RDX: 0000000000000000 RSI: ffff8f971fb18910 RDI: ffffa7991d36b728
[ 4370.153649] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4370.153654] R10: ffff8f971fb18990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4370.153658] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4370.153662] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b2b1db40
[ 4370.153667] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4370.153671] CR2: 000020e7b64cb000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4370.153675] PKRU: 55555554
[ 4370.153679] Call Trace:
[ 4370.153684]  <TASK>
[ 4370.153696]  submit_one_bio+0xd4/0xe0
[ 4370.153707]  submit_extent_page+0x142/0x550
[ 4370.153731]  read_extent_buffer_pages+0x584/0x9c0
[ 4370.153765]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4370.153774]  ? folio_unlock+0x1d/0x50
[ 4370.153785]  btrfs_read_extent_buffer+0x98/0x150
[ 4370.153796]  read_tree_block+0x43/0xa0
[ 4370.153803]  read_block_for_search+0x266/0x370
[ 4370.153825]  btrfs_search_slot+0x351/0xd30
[ 4370.153846]  btrfs_lookup_csum+0x63/0x150
[ 4370.153859]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4370.153870]  ? btrfs_do_readpage+0x305/0x770
[ 4370.153883]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4370.153891]  submit_one_bio+0xc4/0xe0
[ 4370.153901]  btrfs_read_folio+0x79/0x90
[ 4370.153908]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4370.153914]  prepare_uptodate_page+0x8c/0x210
[ 4370.153922]  prepare_pages.constprop.0+0x134/0x300
[ 4370.153936]  btrfs_buffered_write+0x2ca/0x940
[ 4370.153962]  btrfs_do_write_iter+0x384/0x5d0
[ 4370.153969]  ? lock_is_held_type+0xe8/0x140
[ 4370.153983]  vfs_write+0x269/0x4f0
[ 4370.154001]  ksys_write+0x64/0xe0
[ 4370.154010]  __do_fast_syscall_32+0x88/0xf0
[ 4370.154017]  ? __do_fast_syscall_32+0x94/0xf0
[ 4370.154026]  do_fast_syscall_32+0x2f/0x70
[ 4370.154033]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4370.154040] RIP: 0023:0xf7fc0579
[ 4370.154067] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4370.154071] RSP: 002b:00000000b2b1bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4370.154078] RAX: ffffffffffffffda RBX: 00000000000000ca RCX: 00000000b5af1010
[ 4370.154082] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4370.154086] RBP: 00000000000000ca R08: 00000000b2b1bae0 R09: 0000000000000000
[ 4370.154090] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4370.154094] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4370.154114]  </TASK>
[ 4370.154117] irq event stamp: 9247859
[ 4370.154121] hardirqs last  enabled at (9247867): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4370.154128] hardirqs last disabled at (9247874): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4370.154133] softirqs last  enabled at (9246436): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4370.154139] softirqs last disabled at (9246423): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4370.154144] ---[ end trace 0000000000000000 ]---
[ 4372.916506] ------------[ cut here ]------------
[ 4372.916515] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4372.916523] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4372.916609]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4372.916669] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4372.916672] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4372.916675] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4372.916679] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4372.916682] RSP: 0018:ffffa7991cccf638 EFLAGS: 00010246
[ 4372.916685] RAX: 0000000000000000 RBX: ffff8f9722bc9cd0 RCX: 0000000000000000
[ 4372.916688] RDX: 0000000000000000 RSI: ffff8f9722bc9c50 RDI: ffffa7991cccf660
[ 4372.916690] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4372.916692] R10: ffff8f9722bc9cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4372.916695] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4372.916697] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4372.916700] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4372.916702] CR2: 00000000b5bf1000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4372.916704] PKRU: 55555554
[ 4372.916706] Call Trace:
[ 4372.916709]  <TASK>
[ 4372.916716]  submit_one_bio+0xd4/0xe0
[ 4372.916723]  submit_extent_page+0x142/0x550
[ 4372.916736]  read_extent_buffer_pages+0x584/0x9c0
[ 4372.916769]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4372.916778]  ? folio_unlock+0x1d/0x50
[ 4372.916786]  btrfs_read_extent_buffer+0x98/0x150
[ 4372.916792]  read_tree_block+0x43/0xa0
[ 4372.916796]  read_block_for_search+0x266/0x370
[ 4372.916808]  btrfs_search_slot+0x351/0xd30
[ 4372.916819]  btrfs_lookup_csum+0x63/0x150
[ 4372.916827]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4372.916833]  ? btrfs_do_readpage+0x305/0x770
[ 4372.916840]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4372.916845]  submit_one_bio+0xc4/0xe0
[ 4372.916850]  btrfs_read_folio+0x79/0x90
[ 4372.916854]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4372.916857]  prepare_uptodate_page+0x8c/0x210
[ 4372.916862]  prepare_pages.constprop.0+0x134/0x300
[ 4372.916869]  btrfs_buffered_write+0x2ca/0x940
[ 4372.916883]  btrfs_do_write_iter+0x384/0x5d0
[ 4372.916887]  ? lock_is_held_type+0xe8/0x140
[ 4372.916895]  vfs_write+0x269/0x4f0
[ 4372.916906]  ksys_write+0x64/0xe0
[ 4372.916910]  __do_fast_syscall_32+0x88/0xf0
[ 4372.916917]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916921]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4372.916924]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916928]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916931]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4372.916935]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916938]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916941]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916944]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916948]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4372.916952]  ? __do_fast_syscall_32+0x94/0xf0
[ 4372.916957]  do_fast_syscall_32+0x2f/0x70
[ 4372.916961]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4372.916965] RIP: 0023:0xf7fc0579
[ 4372.916989] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4372.916991] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4372.916995] RAX: ffffffffffffffda RBX: 00000000000000d2 RCX: 00000000becff010
[ 4372.916997] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4372.916999] RBP: 00000000000000d2 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4372.917001] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4372.917004] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4372.917014]  </TASK>
[ 4372.917016] irq event stamp: 104185377
[ 4372.917019] hardirqs last  enabled at (104185385): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4372.917023] hardirqs last disabled at (104185392): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4372.917026] softirqs last  enabled at (104185026): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4372.917030] softirqs last disabled at (104185017): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4372.917032] ---[ end trace 0000000000000000 ]---
[ 4373.222017] ------------[ cut here ]------------
[ 4373.222028] WARNING: CPU: 14 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4373.222038] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4373.222190]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4373.222293] CPU: 14 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4373.222299] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4373.222303] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4373.222308] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4373.222313] RSP: 0018:ffffa7991bf17628 EFLAGS: 00010246
[ 4373.222319] RAX: 0000000000000000 RBX: ffff8fa13a48ead0 RCX: 0000000000000000
[ 4373.222324] RDX: 0000000000000000 RSI: ffff8fa13a48ea50 RDI: ffffa7991bf17650
[ 4373.222328] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4373.222331] R10: ffff8fa13a48ead0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4373.222335] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4373.222340] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b2e20b40
[ 4373.222344] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4373.222348] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4373.222352] PKRU: 55555554
[ 4373.222356] Call Trace:
[ 4373.222361]  <TASK>
[ 4373.222372]  submit_one_bio+0xd4/0xe0
[ 4373.222383]  submit_extent_page+0x142/0x550
[ 4373.222407]  read_extent_buffer_pages+0x584/0x9c0
[ 4373.222420]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4373.222429]  ? folio_unlock+0x1d/0x50
[ 4373.222439]  btrfs_read_extent_buffer+0x98/0x150
[ 4373.222450]  read_tree_block+0x43/0xa0
[ 4373.222457]  read_block_for_search+0x266/0x370
[ 4373.222479]  btrfs_search_slot+0x351/0xd30
[ 4373.222498]  btrfs_lookup_csum+0x63/0x150
[ 4373.222511]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4373.222522]  ? btrfs_do_readpage+0x305/0x770
[ 4373.222535]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4373.222542]  submit_one_bio+0xc4/0xe0
[ 4373.222552]  btrfs_read_folio+0x79/0x90
[ 4373.222559]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4373.222565]  prepare_uptodate_page+0x8c/0x210
[ 4373.222572]  prepare_pages.constprop.0+0xa2/0x300
[ 4373.222586]  btrfs_buffered_write+0x2ca/0x940
[ 4373.222611]  btrfs_do_write_iter+0x384/0x5d0
[ 4373.222618]  ? lock_is_held_type+0xe8/0x140
[ 4373.222632]  vfs_write+0x269/0x4f0
[ 4373.222650]  ksys_write+0x64/0xe0
[ 4373.222659]  __do_fast_syscall_32+0x88/0xf0
[ 4373.222664]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222670]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4373.222677]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222684]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222690]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4373.222696]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222706]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222712]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4373.222718]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222723]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222728]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222733]  ? __do_fast_syscall_32+0x94/0xf0
[ 4373.222762]  do_fast_syscall_32+0x2f/0x70
[ 4373.222770]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4373.222776] RIP: 0023:0xf7fc0579
[ 4373.222802] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4373.222806] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4373.222812] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b50db010
[ 4373.222817] RDX: 000000000009db13 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4373.222821] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4373.222825] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4373.222828] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4373.222848]  </TASK>
[ 4373.222852] irq event stamp: 23170053
[ 4373.222856] hardirqs last  enabled at (23170061): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4373.222862] hardirqs last disabled at (23170068): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4373.222867] softirqs last  enabled at (23169958): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4373.222873] softirqs last disabled at (23169953): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4373.222878] ---[ end trace 0000000000000000 ]---
[ 4385.114975] ------------[ cut here ]------------
[ 4385.114986] WARNING: CPU: 15 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4385.114995] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4385.115100]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4385.115173] CPU: 15 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4385.115177] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4385.115180] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4385.115185] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4385.115188] RSP: 0018:ffffa7991cd77668 EFLAGS: 00010246
[ 4385.115193] RAX: 0000000000000000 RBX: ffff8fa27baa0b50 RCX: 0000000000000000
[ 4385.115196] RDX: 0000000000000000 RSI: ffff8fa27baa0ad0 RDI: ffffa7991cd77690
[ 4385.115198] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4385.115201] R10: ffff8fa27baa0b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4385.115204] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4385.115207] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b59eab40
[ 4385.115210] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4385.115213] CR2: 0000108a00597000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4385.115216] PKRU: 55555554
[ 4385.115219] Call Trace:
[ 4385.115222]  <TASK>
[ 4385.115231]  submit_one_bio+0xd4/0xe0
[ 4385.115239]  submit_extent_page+0x142/0x550
[ 4385.115256]  read_extent_buffer_pages+0x584/0x9c0
[ 4385.115265]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4385.115271]  ? folio_unlock+0x1d/0x50
[ 4385.115279]  btrfs_read_extent_buffer+0x98/0x150
[ 4385.115286]  read_tree_block+0x43/0xa0
[ 4385.115291]  read_block_for_search+0x266/0x370
[ 4385.115306]  btrfs_search_slot+0x351/0xd30
[ 4385.115320]  btrfs_lookup_csum+0x63/0x150
[ 4385.115329]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4385.115337]  ? btrfs_do_readpage+0x305/0x770
[ 4385.115346]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4385.115352]  submit_one_bio+0xc4/0xe0
[ 4385.115358]  btrfs_read_folio+0x79/0x90
[ 4385.115363]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4385.115367]  prepare_uptodate_page+0x8c/0x210
[ 4385.115373]  prepare_pages.constprop.0+0xa2/0x300
[ 4385.115382]  btrfs_buffered_write+0x2ca/0x940
[ 4385.115399]  btrfs_do_write_iter+0x384/0x5d0
[ 4385.115404]  ? lock_is_held_type+0xe8/0x140
[ 4385.115414]  vfs_write+0x269/0x4f0
[ 4385.115427]  ksys_write+0x64/0xe0
[ 4385.115433]  __do_fast_syscall_32+0x88/0xf0
[ 4385.115438]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4385.115445]  ? lock_is_held_type+0xe8/0x140
[ 4385.115452]  ? __do_fast_syscall_32+0x94/0xf0
[ 4385.115457]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4385.115462]  ? __do_fast_syscall_32+0x94/0xf0
[ 4385.115466]  ? __do_fast_syscall_32+0x94/0xf0
[ 4385.115472]  do_fast_syscall_32+0x2f/0x70
[ 4385.115477]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4385.115483] RIP: 0023:0xf7fc0579
[ 4385.115507] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4385.115510] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4385.115514] RAX: ffffffffffffffda RBX: 0000000000000083 RCX: 00000000b75fd010
[ 4385.115517] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4385.115520] RBP: 0000000000000083 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4385.115523] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4385.115525] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4385.115538]  </TASK>
[ 4385.115541] irq event stamp: 14115085
[ 4385.115543] hardirqs last  enabled at (14115093): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4385.115549] hardirqs last disabled at (14115100): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4385.115552] softirqs last  enabled at (14113286): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4385.115557] softirqs last disabled at (14113281): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4385.115560] ---[ end trace 0000000000000000 ]---
[ 4385.217243] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4385.217287] [drm] PSP is resuming...
[ 4385.293238] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4385.396774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4385.410468] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4385.410476] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4385.410483] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4385.410487] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4385.410541] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4385.465516] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4385.466923] [drm] DMUB hardware initialized: version=0x02020017
[ 4385.505069] [drm] kiq ring mec 2 pipe 1 q 0
[ 4385.510106] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4385.510320] [drm] JPEG decode initialized successfully.
[ 4385.510345] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4385.510348] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4385.510351] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4385.510353] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4385.510355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4385.510357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4385.510359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4385.510361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4385.510363] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4385.510365] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4385.510368] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4385.510370] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4385.510372] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4385.510374] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4385.510376] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4385.510378] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4385.513927] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4389.176561] ------------[ cut here ]------------
[ 4389.176574] WARNING: CPU: 5 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4389.176588] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4389.176812]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4389.176927] CPU: 5 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4389.176933] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4389.176938] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4389.176944] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4389.176949] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4389.176956] RAX: 0000000000000000 RBX: ffff8f9a23107390 RCX: 0000000000000000
[ 4389.176961] RDX: 0000000000000000 RSI: ffff8f9a23107310 RDI: ffffa7990487f780
[ 4389.176965] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4389.176969] R10: ffff8f9a23107390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4389.176974] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4389.176978] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 4389.176983] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4389.176987] CR2: 00000000bedff000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4389.176992] PKRU: 55555554
[ 4389.176996] Call Trace:
[ 4389.177001]  <TASK>
[ 4389.177013]  submit_one_bio+0xd4/0xe0
[ 4389.177025]  submit_extent_page+0x142/0x550
[ 4389.177051]  read_extent_buffer_pages+0x584/0x9c0
[ 4389.177065]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4389.177074]  ? folio_unlock+0x1d/0x50
[ 4389.177086]  btrfs_read_extent_buffer+0x98/0x150
[ 4389.177097]  read_tree_block+0x43/0xa0
[ 4389.177105]  read_block_for_search+0x266/0x370
[ 4389.177128]  btrfs_search_slot+0x351/0xd30
[ 4389.177143]  ? _raw_read_unlock+0x29/0x50
[ 4389.177155]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4389.177167]  ? lock_is_held_type+0xe8/0x140
[ 4389.177181]  lookup_extent_backref+0x41/0xd0
[ 4389.177196]  __btrfs_free_extent+0xfb/0x7c0
[ 4389.177208]  ? sched_clock_cpu+0x20/0xc0
[ 4389.177223]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4389.177254]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4389.177267]  btrfs_commit_transaction+0x93/0xed0
[ 4389.177289]  transaction_kthread+0x142/0x1b0
[ 4389.177300]  ? __pfx_transaction_kthread+0x10/0x10
[ 4389.177305]  kthread+0xf5/0x120
[ 4389.177311]  ? __pfx_kthread+0x10/0x10
[ 4389.177320]  ret_from_fork+0x2c/0x50
[ 4389.177342]  </TASK>
[ 4389.177346] irq event stamp: 38147879
[ 4389.177350] hardirqs last  enabled at (38147887): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4389.177357] hardirqs last disabled at (38147894): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4389.177362] softirqs last  enabled at (38146428): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4389.177369] softirqs last disabled at (38146423): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4389.177374] ---[ end trace 0000000000000000 ]---
[ 4389.577560] ------------[ cut here ]------------
[ 4389.577571] WARNING: CPU: 8 PID: 12061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4389.577581] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4389.577735]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4389.577858] CPU: 8 PID: 12061 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4389.577864] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4389.577869] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4389.577874] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4389.577879] RSP: 0018:ffffa7991d36b6a0 EFLAGS: 00010246
[ 4389.577885] RAX: 0000000000000000 RBX: ffff8fa4187c6210 RCX: 0000000000000000
[ 4389.577890] RDX: 0000000000000000 RSI: ffff8fa4187c6190 RDI: ffffa7991d36b6c8
[ 4389.577894] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4389.577898] R10: ffff8fa4187c6210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4389.577902] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4389.577906] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b2b1db40
[ 4389.577911] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4389.577915] CR2: 00000000b3c2d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4389.577919] PKRU: 55555554
[ 4389.577923] Call Trace:
[ 4389.577927]  <TASK>
[ 4389.577939]  submit_one_bio+0xd4/0xe0
[ 4389.577950]  submit_extent_page+0x142/0x550
[ 4389.577973]  read_extent_buffer_pages+0x584/0x9c0
[ 4389.577987]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4389.577995]  ? folio_unlock+0x1d/0x50
[ 4389.578006]  btrfs_read_extent_buffer+0x98/0x150
[ 4389.578017]  read_tree_block+0x43/0xa0
[ 4389.578023]  read_block_for_search+0x266/0x370
[ 4389.578045]  btrfs_search_slot+0x351/0xd30
[ 4389.578065]  btrfs_lookup_csum+0x63/0x150
[ 4389.578078]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4389.578089]  ? btrfs_do_readpage+0x305/0x770
[ 4389.578101]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4389.578109]  submit_one_bio+0xc4/0xe0
[ 4389.578119]  btrfs_read_folio+0x79/0x90
[ 4389.578125]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4389.578131]  prepare_uptodate_page+0x8c/0x210
[ 4389.578139]  prepare_pages.constprop.0+0x134/0x300
[ 4389.578154]  btrfs_buffered_write+0x2ca/0x940
[ 4389.578180]  btrfs_do_write_iter+0x384/0x5d0
[ 4389.578187]  ? lock_is_held_type+0xe8/0x140
[ 4389.578200]  vfs_write+0x269/0x4f0
[ 4389.578219]  ksys_write+0x64/0xe0
[ 4389.578227]  __do_fast_syscall_32+0x88/0xf0
[ 4389.578237]  ? __do_fast_syscall_32+0x94/0xf0
[ 4389.578243]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4389.578250]  ? __do_fast_syscall_32+0x94/0xf0
[ 4389.578255]  ? __do_fast_syscall_32+0x94/0xf0
[ 4389.578261]  ? __do_fast_syscall_32+0x94/0xf0
[ 4389.578266]  ? __do_fast_syscall_32+0x94/0xf0
[ 4389.578274]  do_fast_syscall_32+0x2f/0x70
[ 4389.578281]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4389.578288] RIP: 0023:0xf7fc0579
[ 4389.578311] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4389.578316] RSP: 002b:00000000b2b1bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4389.578322] RAX: ffffffffffffffda RBX: 00000000000000a6 RCX: 00000000b2c1f010
[ 4389.578326] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4389.578330] RBP: 00000000000000a6 R08: 00000000b2b1bae0 R09: 0000000000000000
[ 4389.578334] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4389.578338] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4389.578357]  </TASK>
[ 4389.578361] irq event stamp: 9597037
[ 4389.578365] hardirqs last  enabled at (9597045): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4389.578372] hardirqs last disabled at (9597052): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4389.578377] softirqs last  enabled at (9593094): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4389.578382] softirqs last disabled at (9593087): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4389.578387] ---[ end trace 0000000000000000 ]---
[ 4392.213349] ------------[ cut here ]------------
[ 4392.213359] WARNING: CPU: 10 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4392.213368] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4392.213473]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4392.213545] CPU: 10 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4392.213549] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4392.213552] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4392.213556] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4392.213560] RSP: 0018:ffffa7991cbe76e8 EFLAGS: 00010246
[ 4392.213565] RAX: 0000000000000000 RBX: ffff8f9e7237b8d0 RCX: 0000000000000000
[ 4392.213568] RDX: 0000000000000000 RSI: ffff8f9e7237b850 RDI: ffffa7991cbe7710
[ 4392.213570] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4392.213573] R10: ffff8f9e7237b8d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4392.213576] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4392.213579] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b78ffb40
[ 4392.213582] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4392.213585] CR2: 00000000b3e2f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4392.213588] PKRU: 55555554
[ 4392.213591] Call Trace:
[ 4392.213594]  <TASK>
[ 4392.213602]  submit_one_bio+0xd4/0xe0
[ 4392.213611]  submit_extent_page+0x142/0x550
[ 4392.213628]  read_extent_buffer_pages+0x584/0x9c0
[ 4392.213637]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4392.213643]  ? folio_unlock+0x1d/0x50
[ 4392.213651]  btrfs_read_extent_buffer+0x98/0x150
[ 4392.213659]  read_tree_block+0x43/0xa0
[ 4392.213664]  read_block_for_search+0x266/0x370
[ 4392.213679]  btrfs_search_slot+0x351/0xd30
[ 4392.213692]  btrfs_lookup_csum+0x63/0x150
[ 4392.213701]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4392.213709]  ? btrfs_do_readpage+0x305/0x770
[ 4392.213718]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4392.213724]  submit_one_bio+0xc4/0xe0
[ 4392.213730]  btrfs_read_folio+0x79/0x90
[ 4392.213735]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4392.213739]  prepare_uptodate_page+0x8c/0x210
[ 4392.213768]  prepare_pages.constprop.0+0x134/0x300
[ 4392.213778]  btrfs_buffered_write+0x2ca/0x940
[ 4392.213795]  btrfs_do_write_iter+0x384/0x5d0
[ 4392.213800]  ? lock_is_held_type+0xe8/0x140
[ 4392.213809]  vfs_write+0x269/0x4f0
[ 4392.213823]  ksys_write+0x64/0xe0
[ 4392.213829]  __do_fast_syscall_32+0x88/0xf0
[ 4392.213834]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4392.213839]  ? __do_fast_syscall_32+0x94/0xf0
[ 4392.213843]  ? __do_fast_syscall_32+0x94/0xf0
[ 4392.213846]  ? __do_fast_syscall_32+0x94/0xf0
[ 4392.213852]  do_fast_syscall_32+0x2f/0x70
[ 4392.213857]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4392.213863] RIP: 0023:0xf7fc0579
[ 4392.213886] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4392.213890] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4392.213894] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000ddd02010
[ 4392.213897] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4392.213900] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4392.213902] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4392.213905] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4392.213918]  </TASK>
[ 4392.213921] irq event stamp: 24776919
[ 4392.213923] hardirqs last  enabled at (24776927): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4392.213929] hardirqs last disabled at (24776934): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4392.213932] softirqs last  enabled at (24776734): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4392.213937] softirqs last disabled at (24776727): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4392.213940] ---[ end trace 0000000000000000 ]---
[ 4393.015386] ------------[ cut here ]------------
[ 4393.015399] WARNING: CPU: 4 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4393.015409] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4393.015562]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4393.015668] CPU: 4 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4393.015674] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4393.015678] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4393.015684] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4393.015689] RSP: 0018:ffffa7991cd776f8 EFLAGS: 00010246
[ 4393.015695] RAX: 0000000000000000 RBX: ffff8f9724ab55d0 RCX: 0000000000000000
[ 4393.015700] RDX: 0000000000000000 RSI: ffff8f9724ab5550 RDI: ffffa7991cd77720
[ 4393.015704] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4393.015708] R10: ffff8f9724ab55d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4393.015712] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4393.015716] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b59eab40
[ 4393.015721] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4393.015725] CR2: 00003de700785000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4393.015729] PKRU: 55555554
[ 4393.015733] Call Trace:
[ 4393.015738]  <TASK>
[ 4393.015771]  submit_one_bio+0xd4/0xe0
[ 4393.015783]  submit_extent_page+0x142/0x550
[ 4393.015807]  read_extent_buffer_pages+0x584/0x9c0
[ 4393.015820]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4393.015829]  ? folio_unlock+0x1d/0x50
[ 4393.015840]  btrfs_read_extent_buffer+0x98/0x150
[ 4393.015851]  read_tree_block+0x43/0xa0
[ 4393.015858]  read_block_for_search+0x266/0x370
[ 4393.015880]  btrfs_search_slot+0x351/0xd30
[ 4393.015900]  btrfs_lookup_csum+0x63/0x150
[ 4393.015913]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4393.015925]  ? btrfs_do_readpage+0x305/0x770
[ 4393.015937]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4393.015945]  submit_one_bio+0xc4/0xe0
[ 4393.015955]  btrfs_read_folio+0x79/0x90
[ 4393.015962]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4393.015968]  prepare_uptodate_page+0x8c/0x210
[ 4393.015976]  prepare_pages.constprop.0+0xa2/0x300
[ 4393.015991]  btrfs_buffered_write+0x2ca/0x940
[ 4393.016016]  btrfs_do_write_iter+0x384/0x5d0
[ 4393.016024]  ? lock_is_held_type+0xe8/0x140
[ 4393.016037]  vfs_write+0x269/0x4f0
[ 4393.016056]  ksys_write+0x64/0xe0
[ 4393.016065]  __do_fast_syscall_32+0x88/0xf0
[ 4393.016072]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4393.016078]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.016087]  do_fast_syscall_32+0x2f/0x70
[ 4393.016093]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4393.016100] RIP: 0023:0xf7fc0579
[ 4393.016127] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4393.016131] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4393.016138] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2012010
[ 4393.016142] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4393.016146] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4393.016150] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4393.016154] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4393.016173]  </TASK>
[ 4393.016177] irq event stamp: 14567333
[ 4393.016181] hardirqs last  enabled at (14567341): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4393.016188] hardirqs last disabled at (14567348): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4393.016193] softirqs last  enabled at (14563770): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4393.016199] softirqs last disabled at (14563729): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4393.016203] ---[ end trace 0000000000000000 ]---
[ 4393.171191] ------------[ cut here ]------------
[ 4393.171201] WARNING: CPU: 7 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4393.171211] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4393.171364]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4393.171470] CPU: 7 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4393.171476] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4393.171480] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4393.171486] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4393.171491] RSP: 0018:ffffa7991cbe7650 EFLAGS: 00010246
[ 4393.171497] RAX: 0000000000000000 RBX: ffff8f971fb1a210 RCX: 0000000000000000
[ 4393.171501] RDX: 0000000000000000 RSI: ffff8f971fb1a190 RDI: ffffa7991cbe7678
[ 4393.171505] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4393.171509] R10: ffff8f971fb1a210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4393.171513] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4393.171518] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b78ffb40
[ 4393.171522] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4393.171526] CR2: 0000068000b58894 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4393.171531] PKRU: 55555554
[ 4393.171535] Call Trace:
[ 4393.171539]  <TASK>
[ 4393.171551]  submit_one_bio+0xd4/0xe0
[ 4393.171562]  submit_extent_page+0x142/0x550
[ 4393.171585]  read_extent_buffer_pages+0x584/0x9c0
[ 4393.171599]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4393.171607]  ? folio_unlock+0x1d/0x50
[ 4393.171618]  btrfs_read_extent_buffer+0x98/0x150
[ 4393.171629]  read_tree_block+0x43/0xa0
[ 4393.171636]  read_block_for_search+0x266/0x370
[ 4393.171659]  btrfs_search_slot+0x351/0xd30
[ 4393.171678]  btrfs_lookup_csum+0x63/0x150
[ 4393.171691]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4393.171703]  ? btrfs_do_readpage+0x305/0x770
[ 4393.171715]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4393.171723]  submit_one_bio+0xc4/0xe0
[ 4393.171733]  btrfs_read_folio+0x79/0x90
[ 4393.171740]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4393.171764]  prepare_uptodate_page+0x8c/0x210
[ 4393.171771]  prepare_pages.constprop.0+0xa2/0x300
[ 4393.171786]  btrfs_buffered_write+0x2ca/0x940
[ 4393.171812]  btrfs_do_write_iter+0x384/0x5d0
[ 4393.171819]  ? lock_is_held_type+0xe8/0x140
[ 4393.171832]  vfs_write+0x269/0x4f0
[ 4393.171851]  ksys_write+0x64/0xe0
[ 4393.171860]  __do_fast_syscall_32+0x88/0xf0
[ 4393.171867]  ? lock_is_held_type+0xe8/0x140
[ 4393.171878]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.171884]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4393.171890]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.171896]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4393.171903]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.171908]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.171914]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.171919]  ? __do_fast_syscall_32+0x94/0xf0
[ 4393.171927]  do_fast_syscall_32+0x2f/0x70
[ 4393.171934]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4393.171941] RIP: 0023:0xf7fc0579
[ 4393.171965] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4393.171969] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4393.171976] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000cc6fe010
[ 4393.171980] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4393.171984] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4393.171988] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4393.171992] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4393.172012]  </TASK>
[ 4393.172015] irq event stamp: 24853715
[ 4393.172019] hardirqs last  enabled at (24853723): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4393.172026] hardirqs last disabled at (24853730): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4393.172031] softirqs last  enabled at (24850272): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4393.172037] softirqs last disabled at (24850267): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4393.172041] ---[ end trace 0000000000000000 ]---
[ 4394.678927] ------------[ cut here ]------------
[ 4394.678939] WARNING: CPU: 13 PID: 12061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4394.678949] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4394.679104]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4394.679210] CPU: 13 PID: 12061 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4394.679216] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4394.679220] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4394.679226] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4394.679231] RSP: 0018:ffffa7991d36b680 EFLAGS: 00010246
[ 4394.679238] RAX: 0000000000000000 RBX: ffff8f9a98a3b550 RCX: 0000000000000000
[ 4394.679242] RDX: 0000000000000000 RSI: ffff8f9a98a3b4d0 RDI: ffffa7991d36b6a8
[ 4394.679246] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4394.679250] R10: ffff8f9a98a3b550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4394.679254] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4394.679258] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b2b1db40
[ 4394.679263] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4394.679267] CR2: 00007e890188b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4394.679271] PKRU: 55555554
[ 4394.679275] Call Trace:
[ 4394.679280]  <TASK>
[ 4394.679291]  submit_one_bio+0xd4/0xe0
[ 4394.679303]  submit_extent_page+0x142/0x550
[ 4394.679327]  read_extent_buffer_pages+0x584/0x9c0
[ 4394.679340]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4394.679348]  ? folio_unlock+0x1d/0x50
[ 4394.679359]  btrfs_read_extent_buffer+0x98/0x150
[ 4394.679370]  read_tree_block+0x43/0xa0
[ 4394.679376]  read_block_for_search+0x266/0x370
[ 4394.679398]  btrfs_search_slot+0x351/0xd30
[ 4394.679418]  btrfs_lookup_csum+0x63/0x150
[ 4394.679431]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4394.679442]  ? btrfs_do_readpage+0x305/0x770
[ 4394.679455]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4394.679462]  submit_one_bio+0xc4/0xe0
[ 4394.679472]  btrfs_read_folio+0x79/0x90
[ 4394.679479]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4394.679485]  prepare_uptodate_page+0x8c/0x210
[ 4394.679492]  prepare_pages.constprop.0+0xa2/0x300
[ 4394.679506]  btrfs_buffered_write+0x2ca/0x940
[ 4394.679532]  btrfs_do_write_iter+0x384/0x5d0
[ 4394.679539]  ? lock_is_held_type+0xe8/0x140
[ 4394.679552]  vfs_write+0x269/0x4f0
[ 4394.679571]  ksys_write+0x64/0xe0
[ 4394.679579]  __do_fast_syscall_32+0x88/0xf0
[ 4394.679586]  ? __do_fast_syscall_32+0x94/0xf0
[ 4394.679592]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4394.679599]  ? __do_fast_syscall_32+0x94/0xf0
[ 4394.679605]  ? __do_fast_syscall_32+0x94/0xf0
[ 4394.679611]  ? __do_fast_syscall_32+0x94/0xf0
[ 4394.679617]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4394.679624]  ? __do_fast_syscall_32+0x94/0xf0
[ 4394.679629]  ? __do_fast_syscall_32+0x94/0xf0
[ 4394.679638]  do_fast_syscall_32+0x2f/0x70
[ 4394.679644]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4394.679651] RIP: 0023:0xf7fc0579
[ 4394.679676] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4394.679681] RSP: 002b:00000000b2b1bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4394.679687] RAX: ffffffffffffffda RBX: 00000000000000a6 RCX: 00000000becff010
[ 4394.679691] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4394.679695] RBP: 00000000000000a6 R08: 00000000b2b1bae0 R09: 0000000000000000
[ 4394.679699] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4394.679703] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4394.679723]  </TASK>
[ 4394.679727] irq event stamp: 9910635
[ 4394.679731] hardirqs last  enabled at (9910643): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4394.679738] hardirqs last disabled at (9910650): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4394.679765] softirqs last  enabled at (9907774): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4394.679772] softirqs last disabled at (9907769): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4394.679776] ---[ end trace 0000000000000000 ]---
[ 4397.195121] ------------[ cut here ]------------
[ 4397.195132] WARNING: CPU: 14 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4397.195142] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4397.195297]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4397.195406] CPU: 14 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4397.195411] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4397.195416] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4397.195422] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4397.195427] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4397.195433] RAX: 0000000000000000 RBX: ffff8fa13a48cd10 RCX: 0000000000000000
[ 4397.195438] RDX: 0000000000000000 RSI: ffff8fa13a48cc90 RDI: ffffa7991cccf690
[ 4397.195442] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4397.195446] R10: ffff8fa13a48cd10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4397.195450] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4397.195454] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b62f8b40
[ 4397.195459] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4397.195463] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4397.195467] PKRU: 55555554
[ 4397.195471] Call Trace:
[ 4397.195476]  <TASK>
[ 4397.195488]  submit_one_bio+0xd4/0xe0
[ 4397.195499]  submit_extent_page+0x142/0x550
[ 4397.195523]  read_extent_buffer_pages+0x584/0x9c0
[ 4397.195536]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4397.195545]  ? folio_unlock+0x1d/0x50
[ 4397.195556]  btrfs_read_extent_buffer+0x98/0x150
[ 4397.195567]  read_tree_block+0x43/0xa0
[ 4397.195574]  read_block_for_search+0x266/0x370
[ 4397.195596]  btrfs_search_slot+0x351/0xd30
[ 4397.195616]  btrfs_lookup_csum+0x63/0x150
[ 4397.195629]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4397.195641]  ? btrfs_do_readpage+0x305/0x770
[ 4397.195654]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4397.195662]  submit_one_bio+0xc4/0xe0
[ 4397.195671]  btrfs_read_folio+0x79/0x90
[ 4397.195678]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4397.195684]  prepare_uptodate_page+0x8c/0x210
[ 4397.195692]  prepare_pages.constprop.0+0x134/0x300
[ 4397.195707]  btrfs_buffered_write+0x2ca/0x940
[ 4397.195733]  btrfs_do_write_iter+0x384/0x5d0
[ 4397.195740]  ? lock_is_held_type+0xe8/0x140
[ 4397.195783]  vfs_write+0x269/0x4f0
[ 4397.195802]  ksys_write+0x64/0xe0
[ 4397.195811]  __do_fast_syscall_32+0x88/0xf0
[ 4397.195817]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4397.195824]  ? __do_fast_syscall_32+0x94/0xf0
[ 4397.195833]  ? __do_fast_syscall_32+0x94/0xf0
[ 4397.195839]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4397.195846]  ? __do_fast_syscall_32+0x94/0xf0
[ 4397.195852]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4397.195859]  ? __do_fast_syscall_32+0x94/0xf0
[ 4397.195864]  ? __do_fast_syscall_32+0x94/0xf0
[ 4397.195869]  ? __do_fast_syscall_32+0x94/0xf0
[ 4397.195877]  do_fast_syscall_32+0x2f/0x70
[ 4397.195884]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4397.195891] RIP: 0023:0xf7fc0579
[ 4397.195915] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4397.195920] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4397.195926] RAX: ffffffffffffffda RBX: 00000000000000cb RCX: 00000000b3d2f010
[ 4397.195931] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4397.195935] RBP: 00000000000000cb R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4397.195939] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4397.195943] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4397.195963]  </TASK>
[ 4397.195967] irq event stamp: 105188887
[ 4397.195971] hardirqs last  enabled at (105188895): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4397.195978] hardirqs last disabled at (105188902): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4397.195983] softirqs last  enabled at (105188690): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4397.195989] softirqs last disabled at (105188685): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4397.195993] ---[ end trace 0000000000000000 ]---
[ 4398.053036] ------------[ cut here ]------------
[ 4398.053045] WARNING: CPU: 2 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4398.053052] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4398.053150]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4398.053252] CPU: 2 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4398.053258] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4398.053263] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4398.053268] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4398.053273] RSP: 0018:ffffa7991cccf638 EFLAGS: 00010246
[ 4398.053279] RAX: 0000000000000000 RBX: ffff8f9b0b9c0610 RCX: 0000000000000000
[ 4398.053283] RDX: 0000000000000000 RSI: ffff8f9b0b9c0590 RDI: ffffa7991cccf660
[ 4398.053287] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4398.053291] R10: ffff8f9b0b9c0610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4398.053295] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4398.053299] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b62f8b40
[ 4398.053303] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4398.053307] CR2: 00000000b84ff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4398.053311] PKRU: 55555554
[ 4398.053315] Call Trace:
[ 4398.053319]  <TASK>
[ 4398.053330]  submit_one_bio+0xd4/0xe0
[ 4398.053342]  submit_extent_page+0x142/0x550
[ 4398.053364]  read_extent_buffer_pages+0x584/0x9c0
[ 4398.053378]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4398.053386]  ? folio_unlock+0x1d/0x50
[ 4398.053396]  btrfs_read_extent_buffer+0x98/0x150
[ 4398.053407]  read_tree_block+0x43/0xa0
[ 4398.053412]  read_block_for_search+0x266/0x370
[ 4398.053425]  btrfs_search_slot+0x351/0xd30
[ 4398.053436]  btrfs_lookup_csum+0x63/0x150
[ 4398.053443]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4398.053449]  ? btrfs_do_readpage+0x305/0x770
[ 4398.053456]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4398.053461]  submit_one_bio+0xc4/0xe0
[ 4398.053466]  btrfs_read_folio+0x79/0x90
[ 4398.053470]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4398.053474]  prepare_uptodate_page+0x8c/0x210
[ 4398.053478]  prepare_pages.constprop.0+0xa2/0x300
[ 4398.053488]  btrfs_buffered_write+0x2ca/0x940
[ 4398.053506]  btrfs_do_write_iter+0x384/0x5d0
[ 4398.053511]  ? lock_is_held_type+0xe8/0x140
[ 4398.053519]  vfs_write+0x269/0x4f0
[ 4398.053529]  ksys_write+0x64/0xe0
[ 4398.053534]  __do_fast_syscall_32+0x88/0xf0
[ 4398.053540]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4398.053546]  ? lock_is_held_type+0xe8/0x140
[ 4398.053552]  ? __do_fast_syscall_32+0x94/0xf0
[ 4398.053555]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4398.053559]  ? __do_fast_syscall_32+0x94/0xf0
[ 4398.053563]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4398.053567]  ? __do_fast_syscall_32+0x94/0xf0
[ 4398.053571]  do_fast_syscall_32+0x2f/0x70
[ 4398.053575]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4398.053580] RIP: 0023:0xf7fc0579
[ 4398.053602] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4398.053605] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4398.053609] RAX: ffffffffffffffda RBX: 000000000000009a RCX: 00000000b3d2f010
[ 4398.053613] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4398.053617] RBP: 000000000000009a R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4398.053620] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4398.053624] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4398.053640]  </TASK>
[ 4398.053642] irq event stamp: 105220533
[ 4398.053645] hardirqs last  enabled at (105220541): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4398.053650] hardirqs last disabled at (105220548): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4398.053653] softirqs last  enabled at (105216646): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4398.053657] softirqs last disabled at (105216615): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4398.053659] ---[ end trace 0000000000000000 ]---
[ 4399.506310] ------------[ cut here ]------------
[ 4399.506321] WARNING: CPU: 7 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4399.506331] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4399.506484]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4399.506588] CPU: 7 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4399.506594] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4399.506598] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4399.506604] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4399.506609] RSP: 0018:ffffa7991cd776b0 EFLAGS: 00010246
[ 4399.506615] RAX: 0000000000000000 RBX: ffff8f971fb18290 RCX: 0000000000000000
[ 4399.506619] RDX: 0000000000000000 RSI: ffff8f971fb18210 RDI: ffffa7991cd776d8
[ 4399.506623] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4399.506627] R10: ffff8f971fb18290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4399.506632] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4399.506636] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b59eab40
[ 4399.506640] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4399.506644] CR2: 000002ae00b0c000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4399.506648] PKRU: 55555554
[ 4399.506651] Call Trace:
[ 4399.506655]  <TASK>
[ 4399.506667]  submit_one_bio+0xd4/0xe0
[ 4399.506674]  submit_extent_page+0x142/0x550
[ 4399.506688]  read_extent_buffer_pages+0x584/0x9c0
[ 4399.506696]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4399.506701]  ? folio_unlock+0x1d/0x50
[ 4399.506707]  btrfs_read_extent_buffer+0x98/0x150
[ 4399.506713]  read_tree_block+0x43/0xa0
[ 4399.506717]  read_block_for_search+0x266/0x370
[ 4399.506730]  btrfs_search_slot+0x351/0xd30
[ 4399.506762]  btrfs_lookup_csum+0x63/0x150
[ 4399.506770]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4399.506777]  ? btrfs_do_readpage+0x305/0x770
[ 4399.506784]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4399.506789]  submit_one_bio+0xc4/0xe0
[ 4399.506794]  btrfs_read_folio+0x79/0x90
[ 4399.506798]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4399.506802]  prepare_uptodate_page+0x8c/0x210
[ 4399.506806]  prepare_pages.constprop.0+0xa2/0x300
[ 4399.506814]  btrfs_buffered_write+0x2ca/0x940
[ 4399.506828]  btrfs_do_write_iter+0x384/0x5d0
[ 4399.506832]  ? lock_is_held_type+0xe8/0x140
[ 4399.506841]  vfs_write+0x269/0x4f0
[ 4399.506852]  ksys_write+0x64/0xe0
[ 4399.506857]  __do_fast_syscall_32+0x88/0xf0
[ 4399.506861]  ? __do_fast_syscall_32+0x94/0xf0
[ 4399.506865]  ? __do_fast_syscall_32+0x94/0xf0
[ 4399.506868]  ? __do_fast_syscall_32+0x94/0xf0
[ 4399.506872]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4399.506876]  ? __do_fast_syscall_32+0x94/0xf0
[ 4399.506879]  ? __do_fast_syscall_32+0x94/0xf0
[ 4399.506882]  ? __do_fast_syscall_32+0x94/0xf0
[ 4399.506887]  do_fast_syscall_32+0x2f/0x70
[ 4399.506891]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4399.506896] RIP: 0023:0xf7fc0579
[ 4399.506918] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4399.506921] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4399.506925] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b50db010
[ 4399.506927] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4399.506929] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4399.506931] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4399.506934] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4399.506944]  </TASK>
[ 4399.506947] irq event stamp: 15078865
[ 4399.506949] hardirqs last  enabled at (15078873): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4399.506953] hardirqs last disabled at (15078880): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4399.506956] softirqs last  enabled at (15076476): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4399.506960] softirqs last disabled at (15076465): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4399.506963] ---[ end trace 0000000000000000 ]---
[ 4400.005735] ------------[ cut here ]------------
[ 4400.005757] WARNING: CPU: 10 PID: 11691 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4400.005767] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4400.005872]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4400.005945] CPU: 10 PID: 11691 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4400.005949] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4400.005952] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4400.005956] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4400.005960] RSP: 0018:ffffa7991cb17640 EFLAGS: 00010246
[ 4400.005964] RAX: 0000000000000000 RBX: ffff8f9e723780d0 RCX: 0000000000000000
[ 4400.005968] RDX: 0000000000000000 RSI: ffff8f9e72378050 RDI: ffffa7991cb17668
[ 4400.005970] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4400.005973] R10: ffff8f9e723780d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4400.005976] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4400.005979] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b291bb40
[ 4400.005982] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4400.005985] CR2: 00000000b3a2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4400.005988] PKRU: 55555554
[ 4400.005991] Call Trace:
[ 4400.005994]  <TASK>
[ 4400.006002]  submit_one_bio+0xd4/0xe0
[ 4400.006011]  submit_extent_page+0x142/0x550
[ 4400.006027]  read_extent_buffer_pages+0x584/0x9c0
[ 4400.006036]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4400.006042]  ? folio_unlock+0x1d/0x50
[ 4400.006050]  btrfs_read_extent_buffer+0x98/0x150
[ 4400.006057]  read_tree_block+0x43/0xa0
[ 4400.006062]  read_block_for_search+0x266/0x370
[ 4400.006077]  btrfs_search_slot+0x351/0xd30
[ 4400.006091]  btrfs_lookup_csum+0x63/0x150
[ 4400.006100]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4400.006107]  ? btrfs_do_readpage+0x305/0x770
[ 4400.006116]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4400.006122]  submit_one_bio+0xc4/0xe0
[ 4400.006129]  btrfs_read_folio+0x79/0x90
[ 4400.006133]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4400.006137]  prepare_uptodate_page+0x8c/0x210
[ 4400.006143]  prepare_pages.constprop.0+0x134/0x300
[ 4400.006152]  btrfs_buffered_write+0x2ca/0x940
[ 4400.006170]  btrfs_do_write_iter+0x384/0x5d0
[ 4400.006175]  ? lock_is_held_type+0xe8/0x140
[ 4400.006185]  vfs_write+0x269/0x4f0
[ 4400.006197]  ksys_write+0x64/0xe0
[ 4400.006203]  __do_fast_syscall_32+0x88/0xf0
[ 4400.006210]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006215]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4400.006220]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006224]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006228]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4400.006233]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006237]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006242]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4400.006246]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006250]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006254]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006258]  ? __do_fast_syscall_32+0x94/0xf0
[ 4400.006264]  do_fast_syscall_32+0x2f/0x70
[ 4400.006269]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4400.006274] RIP: 0023:0xf7fc0579
[ 4400.006298] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4400.006301] RSP: 002b:00000000b2919ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4400.006304] RAX: ffffffffffffffda RBX: 000000000000009c RCX: 00000000b83ff010
[ 4400.006306] RDX: 00000000000bccd5 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4400.006308] RBP: 000000000000009c R08: 00000000b2919ae0 R09: 0000000000000000
[ 4400.006311] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4400.006313] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4400.006323]  </TASK>
[ 4400.006325] irq event stamp: 4873991
[ 4400.006327] hardirqs last  enabled at (4873999): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4400.006332] hardirqs last disabled at (4874006): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4400.006335] softirqs last  enabled at (4872654): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4400.006339] softirqs last disabled at (4872649): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4400.006342] ---[ end trace 0000000000000000 ]---
[ 4403.505237] ------------[ cut here ]------------
[ 4403.505247] WARNING: CPU: 5 PID: 4168 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4403.505256] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4403.505377]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4403.505458] CPU: 5 PID: 4168 Comm: kworker/u32:19 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4403.505463] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4403.505467] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4403.505473] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4403.505478] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4403.505481] RSP: 0018:ffffa799075ab810 EFLAGS: 00010246
[ 4403.505487] RAX: 0000000000000000 RBX: ffff8f9a23107c50 RCX: 0000000000000000
[ 4403.505490] RDX: 0000000000000000 RSI: ffff8f9a23107bd0 RDI: ffffa799075ab838
[ 4403.505493] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4403.505496] R10: ffff8f9a23107c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4403.505499] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4403.505503] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 4403.505506] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4403.505509] CR2: 00001f610039a000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4403.505513] PKRU: 55555554
[ 4403.505516] Call Trace:
[ 4403.505519]  <TASK>
[ 4403.505529]  submit_one_bio+0xd4/0xe0
[ 4403.505538]  submit_extent_page+0x142/0x550
[ 4403.505556]  read_extent_buffer_pages+0x584/0x9c0
[ 4403.505567]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4403.505571]  ? _raw_spin_unlock+0x29/0x50
[ 4403.505581]  btrfs_readahead_tree_block+0x71/0xa0
[ 4403.505590]  btrfs_search_slot+0x666/0xd30
[ 4403.505605]  btrfs_lookup_file_extent+0x37/0x40
[ 4403.505612]  btrfs_drop_extents+0x155/0xd60
[ 4403.505636]  insert_reserved_file_extent+0xf0/0x380
[ 4403.505645]  ? join_transaction+0x1b9/0x590
[ 4403.505661]  btrfs_finish_ordered_io+0x65c/0x860
[ 4403.505679]  btrfs_work_helper+0xfe/0x400
[ 4403.505683]  ? lock_is_held_type+0xe8/0x140
[ 4403.505693]  process_one_work+0x294/0x5b0
[ 4403.505706]  worker_thread+0x4f/0x3a0
[ 4403.505713]  ? __pfx_worker_thread+0x10/0x10
[ 4403.505717]  kthread+0xf5/0x120
[ 4403.505722]  ? __pfx_kthread+0x10/0x10
[ 4403.505728]  ret_from_fork+0x2c/0x50
[ 4403.505765]  </TASK>
[ 4403.505768] irq event stamp: 73431445
[ 4403.505772] hardirqs last  enabled at (73431453): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4403.505777] hardirqs last disabled at (73431460): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4403.505781] softirqs last  enabled at (73430166): [<ffffffff837f3ab4>] __blkcg_punt_bio_submit+0x54/0x90
[ 4403.505787] softirqs last disabled at (73430164): [<ffffffff837f3a8f>] __blkcg_punt_bio_submit+0x2f/0x90
[ 4403.505791] ---[ end trace 0000000000000000 ]---
[ 4404.223660] ------------[ cut here ]------------
[ 4404.223671] WARNING: CPU: 13 PID: 11598 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4404.223681] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4404.223869]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4404.223977] CPU: 13 PID: 11598 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4404.223983] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4404.223987] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4404.223994] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4404.223999] RSP: 0018:ffffa7991cd6f628 EFLAGS: 00010246
[ 4404.224005] RAX: 0000000000000000 RBX: ffff8f9a98a3a750 RCX: 0000000000000000
[ 4404.224009] RDX: 0000000000000000 RSI: ffff8f9a98a3a6d0 RDI: ffffa7991cd6f650
[ 4404.224013] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4404.224017] R10: ffff8f9a98a3a750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4404.224021] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4404.224025] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b392ab40
[ 4404.224030] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4404.224034] CR2: 00007fa97fb90000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4404.224038] PKRU: 55555554
[ 4404.224042] Call Trace:
[ 4404.224047]  <TASK>
[ 4404.224058]  submit_one_bio+0xd4/0xe0
[ 4404.224069]  submit_extent_page+0x142/0x550
[ 4404.224093]  read_extent_buffer_pages+0x584/0x9c0
[ 4404.224107]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4404.224116]  ? folio_unlock+0x1d/0x50
[ 4404.224127]  btrfs_read_extent_buffer+0x98/0x150
[ 4404.224138]  read_tree_block+0x43/0xa0
[ 4404.224146]  read_block_for_search+0x266/0x370
[ 4404.224168]  btrfs_search_slot+0x351/0xd30
[ 4404.224189]  btrfs_lookup_csum+0x63/0x150
[ 4404.224202]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4404.224212]  ? btrfs_do_readpage+0x305/0x770
[ 4404.224225]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4404.224234]  submit_one_bio+0xc4/0xe0
[ 4404.224243]  btrfs_read_folio+0x79/0x90
[ 4404.224251]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4404.224257]  prepare_uptodate_page+0x8c/0x210
[ 4404.224265]  prepare_pages.constprop.0+0x134/0x300
[ 4404.224279]  btrfs_buffered_write+0x2ca/0x940
[ 4404.224305]  btrfs_do_write_iter+0x384/0x5d0
[ 4404.224313]  ? lock_is_held_type+0xe8/0x140
[ 4404.224327]  vfs_write+0x269/0x4f0
[ 4404.224346]  ksys_write+0x64/0xe0
[ 4404.224356]  __do_fast_syscall_32+0x88/0xf0
[ 4404.224363]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 4404.224371]  ? __rseq_handle_notify_resume+0x471/0x620
[ 4404.224380]  ? lock_is_held_type+0xe8/0x140
[ 4404.224391]  ? lock_is_held_type+0xe8/0x140
[ 4404.224404]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.224411]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4404.224419]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.224425]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.224431]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.224437]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.224447]  do_fast_syscall_32+0x2f/0x70
[ 4404.224454]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4404.224462] RIP: 0023:0xf7fc0579
[ 4404.224487] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4404.224492] RSP: 002b:00000000b3928ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4404.224500] RAX: ffffffffffffffda RBX: 00000000000000ae RCX: 00000000cc6fe010
[ 4404.224505] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4404.224510] RBP: 00000000000000ae R08: 00000000b3928ae0 R09: 0000000000000000
[ 4404.224514] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4404.224519] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4404.224544]  </TASK>
[ 4404.224549] irq event stamp: 2634857
[ 4404.224553] hardirqs last  enabled at (2634865): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4404.224561] hardirqs last disabled at (2634872): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4404.224567] softirqs last  enabled at (2633738): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4404.224574] softirqs last disabled at (2633733): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4404.224581] ---[ end trace 0000000000000000 ]---
[ 4404.224780] ------------[ cut here ]------------
[ 4404.224787] WARNING: CPU: 4 PID: 11628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4404.224796] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4404.224962]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4404.225085] CPU: 4 PID: 11628 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4404.225091] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4404.225096] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4404.225102] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4404.225108] RSP: 0018:ffffa7991cc0f620 EFLAGS: 00010246
[ 4404.225115] RAX: 0000000000000000 RBX: ffff8f9724ab55d0 RCX: 0000000000000000
[ 4404.225119] RDX: 0000000000000000 RSI: ffff8f9724ab5550 RDI: ffffa7991cc0f648
[ 4404.225123] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4404.225128] R10: ffff8f9724ab55d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4404.225133] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4404.225138] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b5df3b40
[ 4404.225143] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4404.225148] CR2: 00000000b5bf1000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4404.225153] PKRU: 55555554
[ 4404.225158] Call Trace:
[ 4404.225162]  <TASK>
[ 4404.225175]  submit_one_bio+0xd4/0xe0
[ 4404.225188]  submit_extent_page+0x142/0x550
[ 4404.225216]  read_extent_buffer_pages+0x584/0x9c0
[ 4404.225232]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4404.225243]  ? folio_unlock+0x1d/0x50
[ 4404.225256]  btrfs_read_extent_buffer+0x98/0x150
[ 4404.225269]  read_tree_block+0x43/0xa0
[ 4404.225278]  read_block_for_search+0x266/0x370
[ 4404.225306]  btrfs_search_slot+0x351/0xd30
[ 4404.225331]  btrfs_lookup_csum+0x63/0x150
[ 4404.225347]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4404.225362]  ? btrfs_do_readpage+0x305/0x770
[ 4404.225378]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4404.225388]  submit_one_bio+0xc4/0xe0
[ 4404.225400]  btrfs_read_folio+0x79/0x90
[ 4404.225409]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4404.225416]  prepare_uptodate_page+0x8c/0x210
[ 4404.225425]  prepare_pages.constprop.0+0x134/0x300
[ 4404.225444]  btrfs_buffered_write+0x2ca/0x940
[ 4404.225477]  btrfs_do_write_iter+0x384/0x5d0
[ 4404.225485]  ? lock_is_held_type+0xe8/0x140
[ 4404.225498]  vfs_write+0x269/0x4f0
[ 4404.225520]  ksys_write+0x64/0xe0
[ 4404.225531]  __do_fast_syscall_32+0x88/0xf0
[ 4404.225543]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4404.225553]  ? lock_is_held_type+0xe8/0x140
[ 4404.225565]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.225572]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4404.225580]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.225586]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.225593]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4404.225601]  ? __do_fast_syscall_32+0x94/0xf0
[ 4404.225611]  do_fast_syscall_32+0x2f/0x70
[ 4404.225619]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4404.225625] RIP: 0023:0xf7fc0579
[ 4404.225646] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4404.225651] RSP: 002b:00000000b5df1ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4404.225657] RAX: ffffffffffffffda RBX: 00000000000000c8 RCX: 00000000cc6fe010
[ 4404.225661] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4404.225665] RBP: 00000000000000c8 R08: 00000000b5df1ae0 R09: 0000000000000000
[ 4404.225670] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4404.225674] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4404.225695]  </TASK>
[ 4404.225699] irq event stamp: 5661841
[ 4404.225703] hardirqs last  enabled at (5661849): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4404.225709] hardirqs last disabled at (5661856): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4404.225715] softirqs last  enabled at (5660524): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4404.225720] softirqs last disabled at (5660519): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4404.225725] ---[ end trace 0000000000000000 ]---
[ 4406.435453] ------------[ cut here ]------------
[ 4406.435465] WARNING: CPU: 5 PID: 12061 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4406.435475] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4406.435656]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4406.435811] CPU: 5 PID: 12061 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4406.435818] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4406.435824] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4406.435831] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4406.435837] RSP: 0018:ffffa7991d36b6b8 EFLAGS: 00010246
[ 4406.435845] RAX: 0000000000000000 RBX: ffff8f9a23106ad0 RCX: 0000000000000000
[ 4406.435850] RDX: 0000000000000000 RSI: ffff8f9a23106a50 RDI: ffffa7991d36b6e0
[ 4406.435855] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4406.435860] R10: ffff8f9a23106ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4406.435866] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4406.435871] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b2b1db40
[ 4406.435877] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4406.435882] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4406.435887] PKRU: 55555554
[ 4406.435891] Call Trace:
[ 4406.435895]  <TASK>
[ 4406.435909]  submit_one_bio+0xd4/0xe0
[ 4406.435923]  submit_extent_page+0x142/0x550
[ 4406.435952]  read_extent_buffer_pages+0x584/0x9c0
[ 4406.435969]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4406.435979]  ? folio_unlock+0x1d/0x50
[ 4406.435993]  btrfs_read_extent_buffer+0x98/0x150
[ 4406.436006]  read_tree_block+0x43/0xa0
[ 4406.436015]  read_block_for_search+0x266/0x370
[ 4406.436042]  btrfs_search_slot+0x351/0xd30
[ 4406.436067]  btrfs_lookup_csum+0x63/0x150
[ 4406.436083]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4406.436097]  ? btrfs_do_readpage+0x305/0x770
[ 4406.436114]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4406.436124]  submit_one_bio+0xc4/0xe0
[ 4406.436136]  btrfs_read_folio+0x79/0x90
[ 4406.436145]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4406.436153]  prepare_uptodate_page+0x8c/0x210
[ 4406.436162]  prepare_pages.constprop.0+0x134/0x300
[ 4406.436180]  btrfs_buffered_write+0x2ca/0x940
[ 4406.436213]  btrfs_do_write_iter+0x384/0x5d0
[ 4406.436222]  ? lock_is_held_type+0xe8/0x140
[ 4406.436238]  vfs_write+0x269/0x4f0
[ 4406.436261]  ksys_write+0x64/0xe0
[ 4406.436272]  __do_fast_syscall_32+0x88/0xf0
[ 4406.436281]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4406.436289]  ? __do_fast_syscall_32+0x94/0xf0
[ 4406.436296]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4406.436304]  ? __do_fast_syscall_32+0x94/0xf0
[ 4406.436311]  ? __do_fast_syscall_32+0x94/0xf0
[ 4406.436318]  ? __do_fast_syscall_32+0x94/0xf0
[ 4406.436328]  do_fast_syscall_32+0x2f/0x70
[ 4406.436337]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4406.436345] RIP: 0023:0xf7fc0579
[ 4406.436371] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4406.436376] RSP: 002b:00000000b2b1bae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4406.436384] RAX: ffffffffffffffda RBX: 000000000000009a RCX: 00000000bacff010
[ 4406.436389] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4406.436395] RBP: 000000000000009a R08: 00000000b2b1bae0 R09: 0000000000000000
[ 4406.436400] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4406.436405] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4406.436429]  </TASK>
[ 4406.436433] irq event stamp: 10139725
[ 4406.436438] hardirqs last  enabled at (10139733): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4406.436446] hardirqs last disabled at (10139740): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4406.436452] softirqs last  enabled at (10139144): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4406.436460] softirqs last disabled at (10139139): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4406.436466] ---[ end trace 0000000000000000 ]---
[ 4407.694140] ------------[ cut here ]------------
[ 4407.694151] WARNING: CPU: 0 PID: 11627 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4407.694161] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4407.694331]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4407.694443] CPU: 0 PID: 11627 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4407.694449] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4407.694455] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4407.694464] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4407.694469] RSP: 0018:ffffa7991cc37690 EFLAGS: 00010246
[ 4407.694476] RAX: 0000000000000000 RBX: ffff8fa02e933550 RCX: 0000000000000000
[ 4407.694480] RDX: 0000000000000000 RSI: ffff8fa02e9334d0 RDI: ffffa7991cc376b8
[ 4407.694484] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4407.694488] R10: ffff8fa02e933550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4407.694493] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4407.694497] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000c64ffb40
[ 4407.694502] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4407.694506] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4407.694510] PKRU: 55555554
[ 4407.694515] Call Trace:
[ 4407.694519]  <TASK>
[ 4407.694531]  submit_one_bio+0xd4/0xe0
[ 4407.694542]  submit_extent_page+0x142/0x550
[ 4407.694567]  read_extent_buffer_pages+0x584/0x9c0
[ 4407.694581]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4407.694589]  ? folio_unlock+0x1d/0x50
[ 4407.694601]  btrfs_read_extent_buffer+0x98/0x150
[ 4407.694612]  read_tree_block+0x43/0xa0
[ 4407.694619]  read_block_for_search+0x266/0x370
[ 4407.694643]  btrfs_search_slot+0x351/0xd30
[ 4407.694664]  btrfs_lookup_csum+0x63/0x150
[ 4407.694677]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4407.694689]  ? btrfs_do_readpage+0x305/0x770
[ 4407.694702]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4407.694711]  submit_one_bio+0xc4/0xe0
[ 4407.694721]  btrfs_read_folio+0x79/0x90
[ 4407.694728]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4407.694734]  prepare_uptodate_page+0x8c/0x210
[ 4407.694778]  prepare_pages.constprop.0+0xa2/0x300
[ 4407.694795]  btrfs_buffered_write+0x2ca/0x940
[ 4407.694821]  btrfs_do_write_iter+0x384/0x5d0
[ 4407.694829]  ? lock_is_held_type+0xe8/0x140
[ 4407.694843]  vfs_write+0x269/0x4f0
[ 4407.694862]  ksys_write+0x64/0xe0
[ 4407.694871]  __do_fast_syscall_32+0x88/0xf0
[ 4407.694883]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.694889]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4407.694896]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.694901]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.694907]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.694912]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.694917]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.694926]  do_fast_syscall_32+0x2f/0x70
[ 4407.694932]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4407.694936] RIP: 0023:0xf7fc0579
[ 4407.694958] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4407.694961] RSP: 002b:00000000c64fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4407.694965] RAX: ffffffffffffffda RBX: 00000000000000c8 RCX: 00000000b5af1010
[ 4407.694967] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4407.694969] RBP: 00000000000000c8 R08: 00000000c64fdae0 R09: 0000000000000000
[ 4407.694972] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4407.694974] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4407.694985]  </TASK>
[ 4407.694987] irq event stamp: 4629211
[ 4407.694990] hardirqs last  enabled at (4629219): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4407.694994] hardirqs last disabled at (4629226): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4407.694997] softirqs last  enabled at (4627228): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4407.695001] softirqs last disabled at (4627223): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4407.695004] ---[ end trace 0000000000000000 ]---
[ 4407.838793] ------------[ cut here ]------------
[ 4407.838804] WARNING: CPU: 1 PID: 11630 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4407.838814] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4407.838966]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4407.839070] CPU: 1 PID: 11630 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4407.839076] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4407.839081] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4407.839087] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4407.839091] RSP: 0018:ffffa7991ce0f6c8 EFLAGS: 00010246
[ 4407.839098] RAX: 0000000000000000 RBX: ffff8f9d5a428450 RCX: 0000000000000000
[ 4407.839102] RDX: 0000000000000000 RSI: ffff8f9d5a4283d0 RDI: ffffa7991ce0f6f0
[ 4407.839106] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4407.839110] R10: ffff8f9d5a428450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4407.839114] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4407.839118] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b4fd9b40
[ 4407.839123] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4407.839127] CR2: 00000000cd44f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4407.839131] PKRU: 55555554
[ 4407.839135] Call Trace:
[ 4407.839139]  <TASK>
[ 4407.839151]  submit_one_bio+0xd4/0xe0
[ 4407.839161]  submit_extent_page+0x142/0x550
[ 4407.839184]  read_extent_buffer_pages+0x584/0x9c0
[ 4407.839197]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4407.839205]  ? folio_unlock+0x1d/0x50
[ 4407.839215]  btrfs_read_extent_buffer+0x98/0x150
[ 4407.839225]  read_tree_block+0x43/0xa0
[ 4407.839231]  read_block_for_search+0x266/0x370
[ 4407.839252]  btrfs_search_slot+0x351/0xd30
[ 4407.839270]  btrfs_lookup_csum+0x63/0x150
[ 4407.839283]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4407.839294]  ? btrfs_do_readpage+0x305/0x770
[ 4407.839305]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4407.839313]  submit_one_bio+0xc4/0xe0
[ 4407.839322]  btrfs_read_folio+0x79/0x90
[ 4407.839329]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4407.839334]  prepare_uptodate_page+0x8c/0x210
[ 4407.839342]  prepare_pages.constprop.0+0x134/0x300
[ 4407.839355]  btrfs_buffered_write+0x2ca/0x940
[ 4407.839380]  btrfs_do_write_iter+0x384/0x5d0
[ 4407.839386]  ? lock_is_held_type+0xe8/0x140
[ 4407.839399]  vfs_write+0x269/0x4f0
[ 4407.839417]  ksys_write+0x64/0xe0
[ 4407.839426]  __do_fast_syscall_32+0x88/0xf0
[ 4407.839432]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.839438]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.839444]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.839450]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4407.839456]  ? __do_fast_syscall_32+0x94/0xf0
[ 4407.839464]  do_fast_syscall_32+0x2f/0x70
[ 4407.839471]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4407.839478] RIP: 0023:0xf7fc0579
[ 4407.839502] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4407.839506] RSP: 002b:00000000b4fd7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4407.839512] RAX: ffffffffffffffda RBX: 00000000000000aa RCX: 00000000b15ff010
[ 4407.839516] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4407.839520] RBP: 00000000000000aa R08: 00000000b4fd7ae0 R09: 0000000000000000
[ 4407.839524] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4407.839528] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4407.839548]  </TASK>
[ 4407.839552] irq event stamp: 2022453
[ 4407.839556] hardirqs last  enabled at (2022461): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4407.839562] hardirqs last disabled at (2022468): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4407.839567] softirqs last  enabled at (2021144): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4407.839573] softirqs last disabled at (2021139): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4407.839577] ---[ end trace 0000000000000000 ]---
[ 4408.148596] ------------[ cut here ]------------
[ 4408.148616] WARNING: CPU: 12 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4408.148629] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4408.148820]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4408.148929] CPU: 12 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4408.148935] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4408.148939] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4408.148946] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4408.148951] RSP: 0018:ffffa7991cb57650 EFLAGS: 00010246
[ 4408.148957] RAX: 0000000000000000 RBX: ffff8f9790277390 RCX: 0000000000000000
[ 4408.148962] RDX: 0000000000000000 RSI: ffff8f9790277310 RDI: ffffa7991cb57678
[ 4408.148966] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4408.148970] R10: ffff8f9790277390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4408.148974] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4408.148979] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b54e8b40
[ 4408.148983] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4408.148988] CR2: 00003e96664e3000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4408.148992] PKRU: 55555554
[ 4408.148996] Call Trace:
[ 4408.149001]  <TASK>
[ 4408.149015]  submit_one_bio+0xd4/0xe0
[ 4408.149027]  submit_extent_page+0x142/0x550
[ 4408.149052]  read_extent_buffer_pages+0x584/0x9c0
[ 4408.149065]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.149074]  ? folio_unlock+0x1d/0x50
[ 4408.149085]  btrfs_read_extent_buffer+0x98/0x150
[ 4408.149096]  read_tree_block+0x43/0xa0
[ 4408.149103]  read_block_for_search+0x266/0x370
[ 4408.149126]  btrfs_search_slot+0x351/0xd30
[ 4408.149147]  btrfs_lookup_csum+0x63/0x150
[ 4408.149160]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4408.149171]  ? btrfs_do_readpage+0x305/0x770
[ 4408.149184]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4408.149194]  submit_one_bio+0xc4/0xe0
[ 4408.149203]  btrfs_read_folio+0x79/0x90
[ 4408.149211]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.149217]  prepare_uptodate_page+0x8c/0x210
[ 4408.149225]  prepare_pages.constprop.0+0xa2/0x300
[ 4408.149240]  btrfs_buffered_write+0x2ca/0x940
[ 4408.149266]  btrfs_do_write_iter+0x384/0x5d0
[ 4408.149273]  ? lock_is_held_type+0xe8/0x140
[ 4408.149288]  vfs_write+0x269/0x4f0
[ 4408.149308]  ksys_write+0x64/0xe0
[ 4408.149317]  __do_fast_syscall_32+0x88/0xf0
[ 4408.149325]  ? lock_is_held_type+0xe8/0x140
[ 4408.149335]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.149341]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.149348]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.149354]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.149361]  ? lock_is_held_type+0xe8/0x140
[ 4408.149372]  do_fast_syscall_32+0x2f/0x70
[ 4408.149379]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4408.149387] RIP: 0023:0xf7fc0579
[ 4408.149425] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4408.149429] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4408.149436] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000cc6fe010
[ 4408.149440] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4408.149444] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4408.149448] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4408.149452] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4408.149472]  </TASK>
[ 4408.149476] irq event stamp: 11840983
[ 4408.149480] hardirqs last  enabled at (11840991): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4408.149488] hardirqs last disabled at (11840998): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4408.149493] softirqs last  enabled at (11840046): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.149500] softirqs last disabled at (11840041): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.149504] ---[ end trace 0000000000000000 ]---
[ 4408.444400] ------------[ cut here ]------------
[ 4408.444410] WARNING: CPU: 7 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4408.444421] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4408.444581]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4408.444691] CPU: 7 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4408.444698] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4408.444702] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4408.444708] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4408.444713] RSP: 0018:ffffa7991cb576a0 EFLAGS: 00010246
[ 4408.444720] RAX: 0000000000000000 RBX: ffff8f971fb19790 RCX: 0000000000000000
[ 4408.444724] RDX: 0000000000000000 RSI: ffff8f971fb19710 RDI: ffffa7991cb576c8
[ 4408.444729] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4408.444733] R10: ffff8f971fb19790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4408.444737] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4408.444769] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b54e8b40
[ 4408.444774] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4408.444778] CR2: 00000000cbe3e000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4408.444783] PKRU: 55555554
[ 4408.444787] Call Trace:
[ 4408.444791]  <TASK>
[ 4408.444804]  submit_one_bio+0xd4/0xe0
[ 4408.444815]  submit_extent_page+0x142/0x550
[ 4408.444841]  read_extent_buffer_pages+0x584/0x9c0
[ 4408.444855]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.444864]  ? folio_unlock+0x1d/0x50
[ 4408.444877]  btrfs_read_extent_buffer+0x98/0x150
[ 4408.444889]  read_tree_block+0x43/0xa0
[ 4408.444897]  read_block_for_search+0x266/0x370
[ 4408.444922]  btrfs_search_slot+0x351/0xd30
[ 4408.444943]  btrfs_lookup_csum+0x63/0x150
[ 4408.444957]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4408.444969]  ? btrfs_do_readpage+0x305/0x770
[ 4408.444982]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4408.444991]  submit_one_bio+0xc4/0xe0
[ 4408.445001]  btrfs_read_folio+0x79/0x90
[ 4408.445008]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.445015]  prepare_uptodate_page+0x8c/0x210
[ 4408.445023]  prepare_pages.constprop.0+0xa2/0x300
[ 4408.445038]  btrfs_buffered_write+0x2ca/0x940
[ 4408.445065]  btrfs_do_write_iter+0x384/0x5d0
[ 4408.445073]  ? lock_is_held_type+0xe8/0x140
[ 4408.445087]  vfs_write+0x269/0x4f0
[ 4408.445106]  ksys_write+0x64/0xe0
[ 4408.445115]  __do_fast_syscall_32+0x88/0xf0
[ 4408.445123]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.445129]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.445136]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.445142]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.445148]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.445155]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.445161]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.445170]  do_fast_syscall_32+0x2f/0x70
[ 4408.445177]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4408.445184] RIP: 0023:0xf7fc0579
[ 4408.445210] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4408.445215] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4408.445221] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000b392b010
[ 4408.445226] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4408.445230] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4408.445234] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4408.445238] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4408.445259]  </TASK>
[ 4408.445263] irq event stamp: 11859075
[ 4408.445267] hardirqs last  enabled at (11859083): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4408.445274] hardirqs last disabled at (11859090): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4408.445279] softirqs last  enabled at (11858680): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.445285] softirqs last disabled at (11858675): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.445290] ---[ end trace 0000000000000000 ]---
[ 4408.695271] ------------[ cut here ]------------
[ 4408.695280] WARNING: CPU: 1 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4408.695288] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4408.695390]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4408.695495] CPU: 1 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4408.695499] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4408.695502] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4408.695506] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4408.695509] RSP: 0018:ffffa7991cbe7628 EFLAGS: 00010246
[ 4408.695512] RAX: 0000000000000000 RBX: ffff8f9d5a429e90 RCX: 0000000000000000
[ 4408.695515] RDX: 0000000000000000 RSI: ffff8f9d5a429e10 RDI: ffffa7991cbe7650
[ 4408.695517] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4408.695519] R10: ffff8f9d5a429e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4408.695522] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4408.695526] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b78ffb40
[ 4408.695530] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4408.695535] CR2: 00000000b3a2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4408.695539] PKRU: 55555554
[ 4408.695543] Call Trace:
[ 4408.695548]  <TASK>
[ 4408.695559]  submit_one_bio+0xd4/0xe0
[ 4408.695570]  submit_extent_page+0x142/0x550
[ 4408.695594]  read_extent_buffer_pages+0x584/0x9c0
[ 4408.695608]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.695616]  ? folio_unlock+0x1d/0x50
[ 4408.695627]  btrfs_read_extent_buffer+0x98/0x150
[ 4408.695638]  read_tree_block+0x43/0xa0
[ 4408.695646]  read_block_for_search+0x266/0x370
[ 4408.695668]  btrfs_search_slot+0x351/0xd30
[ 4408.695688]  btrfs_lookup_csum+0x63/0x150
[ 4408.695701]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4408.695713]  ? btrfs_do_readpage+0x305/0x770
[ 4408.695725]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4408.695730]  submit_one_bio+0xc4/0xe0
[ 4408.695739]  btrfs_read_folio+0x79/0x90
[ 4408.695767]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.695773]  prepare_uptodate_page+0x8c/0x210
[ 4408.695781]  prepare_pages.constprop.0+0x134/0x300
[ 4408.695795]  btrfs_buffered_write+0x2ca/0x940
[ 4408.695820]  btrfs_do_write_iter+0x384/0x5d0
[ 4408.695827]  ? lock_is_held_type+0xe8/0x140
[ 4408.695841]  vfs_write+0x269/0x4f0
[ 4408.695860]  ksys_write+0x64/0xe0
[ 4408.695868]  __do_fast_syscall_32+0x88/0xf0
[ 4408.695876]  ? sched_clock_cpu+0x9f/0xc0
[ 4408.695884]  ? lock_release+0x14b/0x440
[ 4408.695894]  ? lock_is_held_type+0xe8/0x140
[ 4408.695904]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.695911]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.695918]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.695924]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.695929]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.695935]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.695944]  do_fast_syscall_32+0x2f/0x70
[ 4408.695951]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4408.695956] RIP: 0023:0xf7fc0579
[ 4408.695979] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4408.695981] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4408.695985] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b392b010
[ 4408.695987] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4408.695990] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4408.695992] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4408.695994] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4408.696011]  </TASK>
[ 4408.696015] irq event stamp: 25233979
[ 4408.696018] hardirqs last  enabled at (25233987): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4408.696025] hardirqs last disabled at (25233994): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4408.696029] softirqs last  enabled at (25230764): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.696036] softirqs last disabled at (25230757): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.696040] ---[ end trace 0000000000000000 ]---
[ 4408.949185] ------------[ cut here ]------------
[ 4408.949198] WARNING: CPU: 9 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4408.949209] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4408.949363]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4408.949472] CPU: 9 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4408.949479] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4408.949484] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4408.949490] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4408.949496] RSP: 0018:ffffa7991cb57678 EFLAGS: 00010246
[ 4408.949502] RAX: 0000000000000000 RBX: ffff8f9c4d8afc50 RCX: 0000000000000000
[ 4408.949507] RDX: 0000000000000000 RSI: ffff8f9c4d8afbd0 RDI: ffffa7991cb576a0
[ 4408.949512] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4408.949516] R10: ffff8f9c4d8afc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4408.949520] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4408.949525] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b54e8b40
[ 4408.949530] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4408.949534] CR2: 00000000b331d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4408.949539] PKRU: 55555554
[ 4408.949543] Call Trace:
[ 4408.949547]  <TASK>
[ 4408.949560]  submit_one_bio+0xd4/0xe0
[ 4408.949574]  submit_extent_page+0x142/0x550
[ 4408.949598]  read_extent_buffer_pages+0x584/0x9c0
[ 4408.949613]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.949622]  ? folio_unlock+0x1d/0x50
[ 4408.949633]  btrfs_read_extent_buffer+0x98/0x150
[ 4408.949645]  read_tree_block+0x43/0xa0
[ 4408.949652]  read_block_for_search+0x266/0x370
[ 4408.949675]  btrfs_search_slot+0x351/0xd30
[ 4408.949695]  btrfs_lookup_csum+0x63/0x150
[ 4408.949709]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4408.949721]  ? btrfs_do_readpage+0x305/0x770
[ 4408.949734]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4408.949771]  submit_one_bio+0xc4/0xe0
[ 4408.949780]  btrfs_read_folio+0x79/0x90
[ 4408.949788]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.949794]  prepare_uptodate_page+0x8c/0x210
[ 4408.949802]  prepare_pages.constprop.0+0xa2/0x300
[ 4408.949816]  btrfs_buffered_write+0x2ca/0x940
[ 4408.949840]  btrfs_do_write_iter+0x384/0x5d0
[ 4408.949846]  ? lock_is_held_type+0xe8/0x140
[ 4408.949860]  vfs_write+0x269/0x4f0
[ 4408.949878]  ksys_write+0x64/0xe0
[ 4408.949887]  __do_fast_syscall_32+0x88/0xf0
[ 4408.949895]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949901]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.949907]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949914]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949920]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949926]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949932]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949938]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949943]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.949950]  do_fast_syscall_32+0x2f/0x70
[ 4408.949955]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4408.949961] RIP: 0023:0xf7fc0579
[ 4408.949988] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4408.949992] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4408.949999] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000becff010
[ 4408.950003] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4408.950007] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4408.950011] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4408.950015] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4408.950036]  </TASK>
[ 4408.950040] irq event stamp: 11885481
[ 4408.950044] hardirqs last  enabled at (11885489): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4408.950051] hardirqs last disabled at (11885496): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4408.950056] softirqs last  enabled at (11885226): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.950063] softirqs last disabled at (11885219): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.950068] ---[ end trace 0000000000000000 ]---
[ 4408.952550] ------------[ cut here ]------------
[ 4408.952559] WARNING: CPU: 1 PID: 11628 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4408.952566] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4408.952718]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4408.952846] CPU: 1 PID: 11628 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4408.952852] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4408.952856] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4408.952862] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4408.952867] RSP: 0018:ffffa7991cc0f640 EFLAGS: 00010246
[ 4408.952873] RAX: 0000000000000000 RBX: ffff8f9d5a42b010 RCX: 0000000000000000
[ 4408.952877] RDX: 0000000000000000 RSI: ffff8f9d5a42af90 RDI: ffffa7991cc0f668
[ 4408.952881] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4408.952886] R10: ffff8f9d5a42b010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4408.952890] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4408.952894] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b5df3b40
[ 4408.952899] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4408.952903] CR2: 00000000cc7fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4408.952907] PKRU: 55555554
[ 4408.952911] Call Trace:
[ 4408.952915]  <TASK>
[ 4408.952926]  submit_one_bio+0xd4/0xe0
[ 4408.952938]  submit_extent_page+0x142/0x550
[ 4408.952962]  read_extent_buffer_pages+0x584/0x9c0
[ 4408.952976]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.952984]  ? folio_unlock+0x1d/0x50
[ 4408.952995]  btrfs_read_extent_buffer+0x98/0x150
[ 4408.953006]  read_tree_block+0x43/0xa0
[ 4408.953013]  read_block_for_search+0x266/0x370
[ 4408.953036]  btrfs_search_slot+0x351/0xd30
[ 4408.953056]  btrfs_lookup_csum+0x63/0x150
[ 4408.953070]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4408.953081]  ? btrfs_do_readpage+0x305/0x770
[ 4408.953094]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4408.953102]  submit_one_bio+0xc4/0xe0
[ 4408.953112]  btrfs_read_folio+0x79/0x90
[ 4408.953119]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4408.953125]  prepare_uptodate_page+0x8c/0x210
[ 4408.953133]  prepare_pages.constprop.0+0x134/0x300
[ 4408.953147]  btrfs_buffered_write+0x2ca/0x940
[ 4408.953172]  btrfs_do_write_iter+0x384/0x5d0
[ 4408.953180]  ? lock_is_held_type+0xe8/0x140
[ 4408.953190]  vfs_write+0x269/0x4f0
[ 4408.953201]  ksys_write+0x64/0xe0
[ 4408.953206]  __do_fast_syscall_32+0x88/0xf0
[ 4408.953210]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.953214]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.953218]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.953221]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.953225]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.953231]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.953235]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4408.953239]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.953243]  ? __do_fast_syscall_32+0x94/0xf0
[ 4408.953247]  do_fast_syscall_32+0x2f/0x70
[ 4408.953251]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4408.953256] RIP: 0023:0xf7fc0579
[ 4408.953277] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4408.953279] RSP: 002b:00000000b5df1ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4408.953283] RAX: ffffffffffffffda RBX: 00000000000000c0 RCX: 00000000b50db010
[ 4408.953285] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4408.953287] RBP: 00000000000000c0 R08: 00000000b5df1ae0 R09: 0000000000000000
[ 4408.953289] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4408.953292] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4408.953302]  </TASK>
[ 4408.953304] irq event stamp: 5696867
[ 4408.953307] hardirqs last  enabled at (5696875): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4408.953311] hardirqs last disabled at (5696882): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4408.953314] softirqs last  enabled at (5696116): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.953317] softirqs last disabled at (5696111): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4408.953320] ---[ end trace 0000000000000000 ]---
[ 4409.146722] ------------[ cut here ]------------
[ 4409.146733] WARNING: CPU: 9 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4409.146761] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4409.146913]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4409.147019] CPU: 9 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4409.147025] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4409.147029] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4409.147035] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4409.147040] RSP: 0018:ffffa7991cb57690 EFLAGS: 00010246
[ 4409.147046] RAX: 0000000000000000 RBX: ffff8f9c4d8ade90 RCX: 0000000000000000
[ 4409.147051] RDX: 0000000000000000 RSI: ffff8f9c4d8ade10 RDI: ffffa7991cb576b8
[ 4409.147055] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4409.147059] R10: ffff8f9c4d8ade90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4409.147063] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4409.147067] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b54e8b40
[ 4409.147072] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4409.147076] CR2: 00000000bedff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4409.147080] PKRU: 55555554
[ 4409.147084] Call Trace:
[ 4409.147088]  <TASK>
[ 4409.147100]  submit_one_bio+0xd4/0xe0
[ 4409.147111]  submit_extent_page+0x142/0x550
[ 4409.147135]  read_extent_buffer_pages+0x584/0x9c0
[ 4409.147149]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4409.147157]  ? folio_unlock+0x1d/0x50
[ 4409.147169]  btrfs_read_extent_buffer+0x98/0x150
[ 4409.147179]  read_tree_block+0x43/0xa0
[ 4409.147186]  read_block_for_search+0x266/0x370
[ 4409.147209]  btrfs_search_slot+0x351/0xd30
[ 4409.147229]  btrfs_lookup_csum+0x63/0x150
[ 4409.147243]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4409.147254]  ? btrfs_do_readpage+0x305/0x770
[ 4409.147267]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4409.147274]  submit_one_bio+0xc4/0xe0
[ 4409.147284]  btrfs_read_folio+0x79/0x90
[ 4409.147291]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4409.147297]  prepare_uptodate_page+0x8c/0x210
[ 4409.147304]  prepare_pages.constprop.0+0xa2/0x300
[ 4409.147319]  btrfs_buffered_write+0x2ca/0x940
[ 4409.147344]  btrfs_do_write_iter+0x384/0x5d0
[ 4409.147351]  ? lock_is_held_type+0xe8/0x140
[ 4409.147365]  vfs_write+0x269/0x4f0
[ 4409.147383]  ksys_write+0x64/0xe0
[ 4409.147392]  __do_fast_syscall_32+0x88/0xf0
[ 4409.147398]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.147405]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.147411]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4409.147417]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.147423]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.147429]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4409.147436]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.147441]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.147449]  do_fast_syscall_32+0x2f/0x70
[ 4409.147456]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4409.147462] RIP: 0023:0xf7fc0579
[ 4409.147487] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4409.147491] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4409.147497] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000b15ff010
[ 4409.147502] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4409.147506] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4409.147509] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4409.147513] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4409.147533]  </TASK>
[ 4409.147537] irq event stamp: 11903145
[ 4409.147540] hardirqs last  enabled at (11903153): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4409.147547] hardirqs last disabled at (11903160): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4409.147552] softirqs last  enabled at (11899026): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4409.147558] softirqs last disabled at (11899021): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4409.147562] ---[ end trace 0000000000000000 ]---
[ 4409.342216] ------------[ cut here ]------------
[ 4409.342227] WARNING: CPU: 7 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4409.342237] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4409.342395]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4409.342503] CPU: 7 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4409.342509] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4409.342513] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4409.342519] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4409.342524] RSP: 0018:ffffa7991cb576c0 EFLAGS: 00010246
[ 4409.342530] RAX: 0000000000000000 RBX: ffff8f971fb1a590 RCX: 0000000000000000
[ 4409.342534] RDX: 0000000000000000 RSI: ffff8f971fb1a510 RDI: ffffa7991cb576e8
[ 4409.342539] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4409.342543] R10: ffff8f971fb1a590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4409.342547] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4409.342551] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b54e8b40
[ 4409.342556] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4409.342560] CR2: 00000000bedff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4409.342565] PKRU: 55555554
[ 4409.342569] Call Trace:
[ 4409.342573]  <TASK>
[ 4409.342585]  submit_one_bio+0xd4/0xe0
[ 4409.342596]  submit_extent_page+0x142/0x550
[ 4409.342619]  read_extent_buffer_pages+0x584/0x9c0
[ 4409.342633]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4409.342641]  ? folio_unlock+0x1d/0x50
[ 4409.342653]  btrfs_read_extent_buffer+0x98/0x150
[ 4409.342664]  read_tree_block+0x43/0xa0
[ 4409.342671]  read_block_for_search+0x266/0x370
[ 4409.342693]  btrfs_search_slot+0x351/0xd30
[ 4409.342713]  btrfs_lookup_csum+0x63/0x150
[ 4409.342727]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4409.342738]  ? btrfs_do_readpage+0x305/0x770
[ 4409.342781]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4409.342790]  submit_one_bio+0xc4/0xe0
[ 4409.342800]  btrfs_read_folio+0x79/0x90
[ 4409.342807]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4409.342813]  prepare_uptodate_page+0x8c/0x210
[ 4409.342821]  prepare_pages.constprop.0+0x134/0x300
[ 4409.342836]  btrfs_buffered_write+0x2ca/0x940
[ 4409.342862]  btrfs_do_write_iter+0x384/0x5d0
[ 4409.342869]  ? lock_is_held_type+0xe8/0x140
[ 4409.342883]  vfs_write+0x269/0x4f0
[ 4409.342903]  ksys_write+0x64/0xe0
[ 4409.342911]  __do_fast_syscall_32+0x88/0xf0
[ 4409.342918]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.342925]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4409.342931]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.342937]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.342942]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.342947]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.342952]  ? __do_fast_syscall_32+0x94/0xf0
[ 4409.342960]  do_fast_syscall_32+0x2f/0x70
[ 4409.342967]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4409.342974] RIP: 0023:0xf7fc0579
[ 4409.342999] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4409.343003] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4409.343009] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000cc6fe010
[ 4409.343013] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4409.343017] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4409.343021] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4409.343025] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4409.343045]  </TASK>
[ 4409.343049] irq event stamp: 11914609
[ 4409.343053] hardirqs last  enabled at (11914617): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4409.343060] hardirqs last disabled at (11914624): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4409.343065] softirqs last  enabled at (11914360): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4409.343071] softirqs last disabled at (11914355): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4409.343076] ---[ end trace 0000000000000000 ]---
[ 4410.346828] ------------[ cut here ]------------
[ 4410.346837] WARNING: CPU: 2 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4410.346844] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4410.346932]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4410.346992] CPU: 2 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4410.346995] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4410.346998] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4410.347001] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4410.347004] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4410.347008] RAX: 0000000000000000 RBX: ffff8f9b0b9c2210 RCX: 0000000000000000
[ 4410.347010] RDX: 0000000000000000 RSI: ffff8f9b0b9c2190 RDI: ffffa7991cccf690
[ 4410.347013] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4410.347015] R10: ffff8f9b0b9c2210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4410.347017] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4410.347019] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b62f8b40
[ 4410.347022] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4410.347024] CR2: 00007e890105d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4410.347027] PKRU: 55555554
[ 4410.347029] Call Trace:
[ 4410.347032]  <TASK>
[ 4410.347039]  submit_one_bio+0xd4/0xe0
[ 4410.347046]  submit_extent_page+0x142/0x550
[ 4410.347059]  read_extent_buffer_pages+0x584/0x9c0
[ 4410.347067]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4410.347071]  ? folio_unlock+0x1d/0x50
[ 4410.347078]  btrfs_read_extent_buffer+0x98/0x150
[ 4410.347084]  read_tree_block+0x43/0xa0
[ 4410.347088]  read_block_for_search+0x266/0x370
[ 4410.347101]  btrfs_search_slot+0x351/0xd30
[ 4410.347112]  btrfs_lookup_csum+0x63/0x150
[ 4410.347119]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4410.347125]  ? btrfs_do_readpage+0x305/0x770
[ 4410.347132]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4410.347137]  submit_one_bio+0xc4/0xe0
[ 4410.347143]  btrfs_read_folio+0x79/0x90
[ 4410.347147]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4410.347150]  prepare_uptodate_page+0x8c/0x210
[ 4410.347154]  prepare_pages.constprop.0+0xa2/0x300
[ 4410.347162]  btrfs_buffered_write+0x2ca/0x940
[ 4410.347176]  btrfs_do_write_iter+0x384/0x5d0
[ 4410.347180]  ? lock_is_held_type+0xe8/0x140
[ 4410.347189]  vfs_write+0x269/0x4f0
[ 4410.347201]  ksys_write+0x64/0xe0
[ 4410.347206]  __do_fast_syscall_32+0x88/0xf0
[ 4410.347211]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347214]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347219]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347222]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4410.347226]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347229]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347232]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4410.347236]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347240]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347243]  ? __do_fast_syscall_32+0x94/0xf0
[ 4410.347248]  do_fast_syscall_32+0x2f/0x70
[ 4410.347252]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4410.347256] RIP: 0023:0xf7fc0579
[ 4410.347281] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4410.347284] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4410.347290] RAX: ffffffffffffffda RBX: 00000000000000c0 RCX: 00000000b3d2f010
[ 4410.347294] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4410.347298] RBP: 00000000000000c0 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4410.347302] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4410.347306] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4410.347325]  </TASK>
[ 4410.347328] irq event stamp: 106331989
[ 4410.347332] hardirqs last  enabled at (106331997): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4410.347339] hardirqs last disabled at (106332004): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4410.347344] softirqs last  enabled at (106330586): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4410.347350] softirqs last disabled at (106330581): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4410.347355] ---[ end trace 0000000000000000 ]---
[ 4411.340618] ------------[ cut here ]------------
[ 4411.340630] WARNING: CPU: 1 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4411.340641] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4411.340813]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4411.340918] CPU: 1 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4411.340924] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4411.340928] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4411.340934] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4411.340939] RSP: 0018:ffffa7991cd776c8 EFLAGS: 00010246
[ 4411.340945] RAX: 0000000000000000 RBX: ffff8f9d5a4295d0 RCX: 0000000000000000
[ 4411.340949] RDX: 0000000000000000 RSI: ffff8f9d5a429550 RDI: ffffa7991cd776f0
[ 4411.340953] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4411.340957] R10: ffff8f9d5a4295d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4411.340962] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4411.340966] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b59eab40
[ 4411.340971] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4411.340975] CR2: 00002f020029c000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4411.340979] PKRU: 55555554
[ 4411.340983] Call Trace:
[ 4411.340988]  <TASK>
[ 4411.341000]  submit_one_bio+0xd4/0xe0
[ 4411.341011]  submit_extent_page+0x142/0x550
[ 4411.341035]  read_extent_buffer_pages+0x584/0x9c0
[ 4411.341048]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4411.341056]  ? folio_unlock+0x1d/0x50
[ 4411.341067]  btrfs_read_extent_buffer+0x98/0x150
[ 4411.341078]  read_tree_block+0x43/0xa0
[ 4411.341085]  read_block_for_search+0x266/0x370
[ 4411.341106]  btrfs_search_slot+0x351/0xd30
[ 4411.341126]  btrfs_lookup_csum+0x63/0x150
[ 4411.341139]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4411.341150]  ? btrfs_do_readpage+0x305/0x770
[ 4411.341162]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4411.341170]  submit_one_bio+0xc4/0xe0
[ 4411.341180]  btrfs_read_folio+0x79/0x90
[ 4411.341187]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4411.341193]  prepare_uptodate_page+0x8c/0x210
[ 4411.341200]  prepare_pages.constprop.0+0x134/0x300
[ 4411.341215]  btrfs_buffered_write+0x2ca/0x940
[ 4411.341240]  btrfs_do_write_iter+0x384/0x5d0
[ 4411.341247]  ? lock_is_held_type+0xe8/0x140
[ 4411.341260]  vfs_write+0x269/0x4f0
[ 4411.341279]  ksys_write+0x64/0xe0
[ 4411.341288]  __do_fast_syscall_32+0x88/0xf0
[ 4411.341294]  ? __do_fast_syscall_32+0x94/0xf0
[ 4411.341299]  ? __do_fast_syscall_32+0x94/0xf0
[ 4411.341305]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4411.341312]  ? __do_fast_syscall_32+0x94/0xf0
[ 4411.341317]  ? __do_fast_syscall_32+0x94/0xf0
[ 4411.341326]  do_fast_syscall_32+0x2f/0x70
[ 4411.341333]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4411.341340] RIP: 0023:0xf7fc0579
[ 4411.341363] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4411.341368] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4411.341374] RAX: ffffffffffffffda RBX: 0000000000000083 RCX: 00000000bacff010
[ 4411.341378] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4411.341382] RBP: 0000000000000083 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4411.341386] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4411.341390] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4411.341409]  </TASK>
[ 4411.341413] irq event stamp: 15631515
[ 4411.341417] hardirqs last  enabled at (15631523): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4411.341424] hardirqs last disabled at (15631530): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4411.341429] softirqs last  enabled at (15630566): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4411.341435] softirqs last disabled at (15630561): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4411.341439] ---[ end trace 0000000000000000 ]---
[ 4412.989726] ------------[ cut here ]------------
[ 4412.989736] WARNING: CPU: 7 PID: 11691 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4412.989775] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4412.989949]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4412.990074] CPU: 7 PID: 11691 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4412.990081] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4412.990087] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4412.990095] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4412.990100] RSP: 0018:ffffa7991cb17700 EFLAGS: 00010246
[ 4412.990107] RAX: 0000000000000000 RBX: ffff8f971fb1b8d0 RCX: 0000000000000000
[ 4412.990111] RDX: 0000000000000000 RSI: ffff8f971fb1b850 RDI: ffffa7991cb17728
[ 4412.990115] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4412.990119] R10: ffff8f971fb1b8d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4412.990123] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4412.990127] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b291bb40
[ 4412.990132] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4412.990136] CR2: 00000000bedff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4412.990140] PKRU: 55555554
[ 4412.990144] Call Trace:
[ 4412.990148]  <TASK>
[ 4412.990159]  submit_one_bio+0xd4/0xe0
[ 4412.990171]  submit_extent_page+0x142/0x550
[ 4412.990195]  read_extent_buffer_pages+0x584/0x9c0
[ 4412.990208]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4412.990217]  ? folio_unlock+0x1d/0x50
[ 4412.990229]  btrfs_read_extent_buffer+0x98/0x150
[ 4412.990238]  read_tree_block+0x43/0xa0
[ 4412.990244]  read_block_for_search+0x266/0x370
[ 4412.990265]  btrfs_search_slot+0x351/0xd30
[ 4412.990285]  btrfs_lookup_csum+0x63/0x150
[ 4412.990298]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4412.990309]  ? btrfs_do_readpage+0x305/0x770
[ 4412.990322]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4412.990330]  submit_one_bio+0xc4/0xe0
[ 4412.990340]  btrfs_read_folio+0x79/0x90
[ 4412.990347]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4412.990353]  prepare_uptodate_page+0x8c/0x210
[ 4412.990361]  prepare_pages.constprop.0+0xa2/0x300
[ 4412.990376]  btrfs_buffered_write+0x2ca/0x940
[ 4412.990401]  btrfs_do_write_iter+0x384/0x5d0
[ 4412.990408]  ? lock_is_held_type+0xe8/0x140
[ 4412.990422]  vfs_write+0x269/0x4f0
[ 4412.990441]  ksys_write+0x64/0xe0
[ 4412.990450]  __do_fast_syscall_32+0x88/0xf0
[ 4412.990457]  ? __do_fast_syscall_32+0x94/0xf0
[ 4412.990466]  do_fast_syscall_32+0x2f/0x70
[ 4412.990473]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4412.990480] RIP: 0023:0xf7fc0579
[ 4412.990511] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4412.990516] RSP: 002b:00000000b2919ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4412.990522] RAX: ffffffffffffffda RBX: 00000000000000c0 RCX: 00000000c7b78410
[ 4412.990526] RDX: 000000000005c6cb RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4412.990530] RBP: 00000000000000c0 R08: 00000000b2919ae0 R09: 0000000000000000
[ 4412.990534] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4412.990538] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4412.990558]  </TASK>
[ 4412.990562] irq event stamp: 4979463
[ 4412.990565] hardirqs last  enabled at (4979471): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4412.990572] hardirqs last disabled at (4979478): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4412.990577] softirqs last  enabled at (4978222): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4412.990583] softirqs last disabled at (4978215): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4412.990587] ---[ end trace 0000000000000000 ]---
[ 4413.143036] ------------[ cut here ]------------
[ 4413.143047] WARNING: CPU: 12 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4413.143058] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4413.143231]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4413.143347] CPU: 12 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4413.143353] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4413.143358] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4413.143364] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4413.143369] RSP: 0018:ffffa7991cbe7700 EFLAGS: 00010246
[ 4413.143375] RAX: 0000000000000000 RBX: ffff8f9790276210 RCX: 0000000000000000
[ 4413.143380] RDX: 0000000000000000 RSI: ffff8f9790276190 RDI: ffffa7991cbe7728
[ 4413.143384] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4413.143388] R10: ffff8f9790276210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4413.143392] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4413.143396] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b78ffb40
[ 4413.143401] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4413.143405] CR2: 00007faa8d13d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4413.143410] PKRU: 55555554
[ 4413.143414] Call Trace:
[ 4413.143418]  <TASK>
[ 4413.143430]  submit_one_bio+0xd4/0xe0
[ 4413.143442]  submit_extent_page+0x142/0x550
[ 4413.143466]  read_extent_buffer_pages+0x584/0x9c0
[ 4413.143480]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4413.143488]  ? folio_unlock+0x1d/0x50
[ 4413.143499]  btrfs_read_extent_buffer+0x98/0x150
[ 4413.143510]  read_tree_block+0x43/0xa0
[ 4413.143517]  read_block_for_search+0x266/0x370
[ 4413.143540]  btrfs_search_slot+0x351/0xd30
[ 4413.143560]  btrfs_lookup_csum+0x63/0x150
[ 4413.143573]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4413.143585]  ? btrfs_do_readpage+0x305/0x770
[ 4413.143598]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4413.143606]  submit_one_bio+0xc4/0xe0
[ 4413.143616]  btrfs_read_folio+0x79/0x90
[ 4413.143623]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4413.143629]  prepare_uptodate_page+0x8c/0x210
[ 4413.143636]  prepare_pages.constprop.0+0x134/0x300
[ 4413.143651]  btrfs_buffered_write+0x2ca/0x940
[ 4413.143677]  btrfs_do_write_iter+0x384/0x5d0
[ 4413.143685]  ? lock_is_held_type+0xe8/0x140
[ 4413.143698]  vfs_write+0x269/0x4f0
[ 4413.143717]  ksys_write+0x64/0xe0
[ 4413.143726]  __do_fast_syscall_32+0x88/0xf0
[ 4413.143733]  ? __do_fast_syscall_32+0x94/0xf0
[ 4413.143738]  ? __do_fast_syscall_32+0x94/0xf0
[ 4413.143772]  do_fast_syscall_32+0x2f/0x70
[ 4413.143780]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4413.143786] RIP: 0023:0xf7fc0579
[ 4413.143812] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4413.143817] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4413.143823] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b50db010
[ 4413.143827] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4413.143831] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4413.143834] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4413.143838] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4413.143857]  </TASK>
[ 4413.143860] irq event stamp: 25452413
[ 4413.143864] hardirqs last  enabled at (25452421): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4413.143871] hardirqs last disabled at (25452428): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4413.143874] softirqs last  enabled at (25449418): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4413.143877] softirqs last disabled at (25449413): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4413.143880] ---[ end trace 0000000000000000 ]---
[ 4413.843700] ------------[ cut here ]------------
[ 4413.843710] WARNING: CPU: 15 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4413.843718] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4413.843891]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4413.843987] CPU: 15 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4413.843992] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4413.843995] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4413.843999] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4413.844003] RSP: 0018:ffffa7991cccf688 EFLAGS: 00010246
[ 4413.844007] RAX: 0000000000000000 RBX: ffff8fa27baa3010 RCX: 0000000000000000
[ 4413.844011] RDX: 0000000000000000 RSI: ffff8fa27baa2f90 RDI: ffffa7991cccf6b0
[ 4413.844013] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4413.844016] R10: ffff8fa27baa3010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4413.844019] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4413.844022] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b62f8b40
[ 4413.844025] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4413.844028] CR2: 0000014900eab000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4413.844031] PKRU: 55555554
[ 4413.844034] Call Trace:
[ 4413.844037]  <TASK>
[ 4413.844046]  submit_one_bio+0xd4/0xe0
[ 4413.844054]  submit_extent_page+0x142/0x550
[ 4413.844070]  read_extent_buffer_pages+0x584/0x9c0
[ 4413.844079]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4413.844085]  ? folio_unlock+0x1d/0x50
[ 4413.844093]  btrfs_read_extent_buffer+0x98/0x150
[ 4413.844101]  read_tree_block+0x43/0xa0
[ 4413.844105]  read_block_for_search+0x266/0x370
[ 4413.844121]  btrfs_search_slot+0x351/0xd30
[ 4413.844134]  btrfs_lookup_csum+0x63/0x150
[ 4413.844143]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4413.844151]  ? btrfs_do_readpage+0x305/0x770
[ 4413.844160]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4413.844166]  submit_one_bio+0xc4/0xe0
[ 4413.844173]  btrfs_read_folio+0x79/0x90
[ 4413.844177]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4413.844181]  prepare_uptodate_page+0x8c/0x210
[ 4413.844186]  prepare_pages.constprop.0+0xa2/0x300
[ 4413.844196]  btrfs_buffered_write+0x2ca/0x940
[ 4413.844213]  btrfs_do_write_iter+0x384/0x5d0
[ 4413.844218]  ? lock_is_held_type+0xe8/0x140
[ 4413.844228]  vfs_write+0x269/0x4f0
[ 4413.844240]  ksys_write+0x64/0xe0
[ 4413.844247]  __do_fast_syscall_32+0x88/0xf0
[ 4413.844253]  ? lock_is_held_type+0xe8/0x140
[ 4413.844260]  ? __do_fast_syscall_32+0x94/0xf0
[ 4413.844264]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4413.844269]  ? __do_fast_syscall_32+0x94/0xf0
[ 4413.844276]  do_fast_syscall_32+0x2f/0x70
[ 4413.844281]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4413.844287] RIP: 0023:0xf7fc0579
[ 4413.844310] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4413.844313] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4413.844318] RAX: ffffffffffffffda RBX: 00000000000000b1 RCX: 00000000b2c1f010
[ 4413.844320] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4413.844323] RBP: 00000000000000b1 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4413.844326] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4413.844329] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4413.844342]  </TASK>
[ 4413.844344] irq event stamp: 106660737
[ 4413.844347] hardirqs last  enabled at (106660745): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4413.844353] hardirqs last disabled at (106660752): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4413.844356] softirqs last  enabled at (106659538): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4413.844361] softirqs last disabled at (106659533): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4413.844364] ---[ end trace 0000000000000000 ]---
[ 4414.358039] ------------[ cut here ]------------
[ 4414.358051] WARNING: CPU: 4 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4414.358061] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4414.358220]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4414.358328] CPU: 4 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4414.358334] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4414.358339] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4414.358344] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4414.358349] RSP: 0018:ffffa7991cccf618 EFLAGS: 00010246
[ 4414.358356] RAX: 0000000000000000 RBX: ffff8f9d5e3d8d10 RCX: 0000000000000000
[ 4414.358360] RDX: 0000000000000000 RSI: ffff8f9d5e3d8c90 RDI: ffffa7991cccf640
[ 4414.358364] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4414.358368] R10: ffff8f9d5e3d8d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4414.358373] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4414.358377] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b62f8b40
[ 4414.358382] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4414.358386] CR2: 00007e8900f85000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4414.358390] PKRU: 55555554
[ 4414.358394] Call Trace:
[ 4414.358399]  <TASK>
[ 4414.358411]  submit_one_bio+0xd4/0xe0
[ 4414.358422]  submit_extent_page+0x142/0x550
[ 4414.358446]  read_extent_buffer_pages+0x584/0x9c0
[ 4414.358459]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4414.358468]  ? folio_unlock+0x1d/0x50
[ 4414.358479]  btrfs_read_extent_buffer+0x98/0x150
[ 4414.358490]  read_tree_block+0x43/0xa0
[ 4414.358497]  read_block_for_search+0x266/0x370
[ 4414.358520]  btrfs_search_slot+0x351/0xd30
[ 4414.358540]  btrfs_lookup_csum+0x63/0x150
[ 4414.358554]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4414.358566]  ? btrfs_do_readpage+0x305/0x770
[ 4414.358579]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4414.358587]  submit_one_bio+0xc4/0xe0
[ 4414.358597]  btrfs_read_folio+0x79/0x90
[ 4414.358604]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4414.358610]  prepare_uptodate_page+0x8c/0x210
[ 4414.358618]  prepare_pages.constprop.0+0x134/0x300
[ 4414.358633]  btrfs_buffered_write+0x2ca/0x940
[ 4414.358659]  btrfs_do_write_iter+0x384/0x5d0
[ 4414.358667]  ? lock_is_held_type+0xe8/0x140
[ 4414.358681]  vfs_write+0x269/0x4f0
[ 4414.358700]  ksys_write+0x64/0xe0
[ 4414.358709]  __do_fast_syscall_32+0x88/0xf0
[ 4414.358715]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358721]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4414.358728]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358735]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358763]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4414.358771]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358778]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358785]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4414.358791]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358797]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358803]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358809]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4414.358816]  ? __do_fast_syscall_32+0x94/0xf0
[ 4414.358825]  do_fast_syscall_32+0x2f/0x70
[ 4414.358832]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4414.358839] RIP: 0023:0xf7fc0579
[ 4414.358867] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4414.358872] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4414.358879] RAX: ffffffffffffffda RBX: 00000000000000b1 RCX: 00000000bacff010
[ 4414.358883] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4414.358887] RBP: 00000000000000b1 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4414.358891] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4414.358895] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4414.358916]  </TASK>
[ 4414.358920] irq event stamp: 106715645
[ 4414.358924] hardirqs last  enabled at (106715653): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4414.358931] hardirqs last disabled at (106715660): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4414.358936] softirqs last  enabled at (106713960): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4414.358942] softirqs last disabled at (106713953): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4414.358947] ---[ end trace 0000000000000000 ]---
[ 4415.249162] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4415.249198] [drm] PSP is resuming...
[ 4415.326781] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4415.422182] ------------[ cut here ]------------
[ 4415.422191] WARNING: CPU: 6 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4415.422199] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4415.422286]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4415.422346] CPU: 6 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.422349] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.422352] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4415.422355] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4415.422358] RSP: 0018:ffffa7991cccf6e0 EFLAGS: 00010246
[ 4415.422362] RAX: 0000000000000000 RBX: ffff8f9d4d5f0b50 RCX: 0000000000000000
[ 4415.422364] RDX: 0000000000000000 RSI: ffff8f9d4d5f0ad0 RDI: ffffa7991cccf708
[ 4415.422367] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4415.422369] R10: ffff8f9d4d5f0b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4415.422371] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4415.422373] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b62f8b40
[ 4415.422376] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4415.422378] CR2: 00000000b3526000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4415.422381] PKRU: 55555554
[ 4415.422383] Call Trace:
[ 4415.422386]  <TASK>
[ 4415.422393]  submit_one_bio+0xd4/0xe0
[ 4415.422400]  submit_extent_page+0x142/0x550
[ 4415.422413]  read_extent_buffer_pages+0x584/0x9c0
[ 4415.422421]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.422425]  ? folio_unlock+0x1d/0x50
[ 4415.422432]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.422438]  read_tree_block+0x43/0xa0
[ 4415.422442]  read_block_for_search+0x266/0x370
[ 4415.422454]  btrfs_search_slot+0x351/0xd30
[ 4415.422465]  btrfs_lookup_csum+0x63/0x150
[ 4415.422473]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.422480]  ? btrfs_do_readpage+0x305/0x770
[ 4415.422487]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.422491]  submit_one_bio+0xc4/0xe0
[ 4415.422497]  btrfs_read_folio+0x79/0x90
[ 4415.422501]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.422504]  prepare_uptodate_page+0x8c/0x210
[ 4415.422508]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.422516]  btrfs_buffered_write+0x2ca/0x940
[ 4415.422530]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.422534]  ? lock_is_held_type+0xe8/0x140
[ 4415.422542]  vfs_write+0x269/0x4f0
[ 4415.422553]  ksys_write+0x64/0xe0
[ 4415.422558]  __do_fast_syscall_32+0x88/0xf0
[ 4415.422563]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.422566]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.422572]  do_fast_syscall_32+0x2f/0x70
[ 4415.422576]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.422580] RIP: 0023:0xf7fc0579
[ 4415.422602] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.422605] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.422608] RAX: ffffffffffffffda RBX: 00000000000000d2 RCX: 00000000b3b2d010
[ 4415.422612] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.422614] RBP: 00000000000000d2 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4415.422616] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.422618] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.422628]  </TASK>
[ 4415.422631] irq event stamp: 106833399
[ 4415.422633] hardirqs last  enabled at (106833407): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4415.422638] hardirqs last disabled at (106833414): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4415.422641] softirqs last  enabled at (106829324): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.422645] softirqs last disabled at (106829317): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.422647] ---[ end trace 0000000000000000 ]---
[ 4415.427122] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4415.441000] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4415.441008] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4415.441015] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4415.441019] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4415.441073] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4415.495589] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4415.496984] [drm] DMUB hardware initialized: version=0x02020017
[ 4415.535089] [drm] kiq ring mec 2 pipe 1 q 0
[ 4415.540498] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4415.540664] [drm] JPEG decode initialized successfully.
[ 4415.540694] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4415.540699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4415.540703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4415.540708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4415.540712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4415.540716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4415.540720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4415.540724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4415.540728] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4415.540732] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4415.540736] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4415.540740] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4415.540760] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4415.540764] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4415.540768] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4415.540772] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4415.544866] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4415.776793] ------------[ cut here ]------------
[ 4415.776807] WARNING: CPU: 1 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4415.776820] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer
[ 4415.776828] ------------[ cut here ]------------
[ 4415.776835]  nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci
[ 4415.776884] WARNING: CPU: 8 PID: 11598 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4415.776891]  snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg
[ 4415.776911] Modules linked in:
[ 4415.776912]  snd_intel_sdw_acpi
[ 4415.776915]  uinput rfcomm
[ 4415.776919]  ac97_bus
[ 4415.776921]  snd_seq_dummy
[ 4415.776923]  snd_hda_codec
[ 4415.776925]  snd_hrtimer
[ 4415.776927]  btusb
[ 4415.776929]  nf_conntrack_netbios_ns
[ 4415.776931]  snd_pcm_dmaengine
[ 4415.776933]  nf_conntrack_broadcast
[ 4415.776935]  btrtl
[ 4415.776937]  nft_fib_inet
[ 4415.776939]  snd_pci_ps
[ 4415.776941]  nft_fib_ipv4
[ 4415.776944]  mac80211
[ 4415.776945]  nft_fib_ipv6
[ 4415.776947]  snd_hda_core
[ 4415.776949]  nft_fib
[ 4415.776951]  btbcm
[ 4415.776953]  nft_reject_inet
[ 4415.776955]  edac_mce_amd
[ 4415.776957]  nf_reject_ipv4
[ 4415.776960]  snd_rpl_pci_acp6x
[ 4415.776962]  nf_reject_ipv6
[ 4415.776964]  snd_pci_acp6x
[ 4415.776966]  nft_reject
[ 4415.776968]  snd_hwdep
[ 4415.776970]  nft_ct
[ 4415.776972]  binfmt_misc
[ 4415.776974]  nft_chain_nat
[ 4415.776976]  btintel
[ 4415.776978]  nf_nat
[ 4415.776980]  kvm_amd
[ 4415.776982]  nf_conntrack
[ 4415.776984]  btmtk
[ 4415.776986]  nf_defrag_ipv6
[ 4415.776988]  snd_seq
[ 4415.776990]  nf_defrag_ipv4
[ 4415.776993]  libarc4 snd_seq_device
[ 4415.776996]  ip_set
[ 4415.776998]  kvm
[ 4415.777000]  nf_tables
[ 4415.777002]  vfat
[ 4415.777004]  nfnetlink
[ 4415.777006]  bluetooth irqbypass
[ 4415.777010]  snd_hda_codec_realtek
[ 4415.777011]  fat
[ 4415.777013]  qrtr
[ 4415.777015]  snd_pcm
[ 4415.777017]  snd_hda_codec_generic
[ 4415.777019]  snd_pci_acp5x
[ 4415.777021]  snd_hda_codec_hdmi
[ 4415.777023]  cfg80211
[ 4415.777025]  bnep
[ 4415.777027]  rapl
[ 4415.777029]  snd_sof_amd_rembrandt
[ 4415.777031]  snd_rn_pci_acp3x
[ 4415.777033]  snd_sof_amd_renoir
[ 4415.777035]  asus_nb_wmi
[ 4415.777037]  snd_sof_amd_acp
[ 4415.777039]  snd_timer
[ 4415.777041]  snd_sof_pci
[ 4415.777043]  snd_acp_config
[ 4415.777045]  snd_sof_xtensa_dsp
[ 4415.777047]  snd_soc_acpi
[ 4415.777049]  snd_sof
[ 4415.777051]  pcspkr
[ 4415.777053]  mt7921e
[ 4415.777055]  wmi_bmof
[ 4415.777057]  sunrpc
[ 4415.777059]  k10temp
[ 4415.777061]  snd_sof_utils
[ 4415.777063]  snd
[ 4415.777065]  mt7921_common
[ 4415.777067]  i2c_piix4
[ 4415.777069]  mt76_connac_lib
[ 4415.777071]  snd_pci_acp3x
[ 4415.777073]  intel_rapl_msr
[ 4415.777075]  soundcore
[ 4415.777077]  snd_soc_core
[ 4415.777079]  joydev
[ 4415.777081]  intel_rapl_common
[ 4415.777083]  acpi_cpufreq
[ 4415.777085]  mt76
[ 4415.777087]  amd_pmc
[ 4415.777089]  snd_hda_intel
[ 4415.777091]  asus_wireless
[ 4415.777093]  snd_compress
[ 4415.777095]  zram
[ 4415.777097]  snd_intel_dspcfg
[ 4415.777099]  amdgpu
[ 4415.777101]  snd_intel_sdw_acpi
[ 4415.777103]  drm_ttm_helper
[ 4415.777105]  ac97_bus
[ 4415.777107]  hid_asus
[ 4415.777109]  snd_hda_codec
[ 4415.777111]  ttm
[ 4415.777113]  btusb
[ 4415.777115]  asus_wmi
[ 4415.777117]  snd_pcm_dmaengine
[ 4415.777119]  crct10dif_pclmul
[ 4415.777121]  btrtl
[ 4415.777123]  crc32_pclmul
[ 4415.777125]  snd_pci_ps
[ 4415.777127]  ledtrig_audio
[ 4415.777129]  mac80211
[ 4415.777131]  crc32c_intel
[ 4415.777133]  snd_hda_core
[ 4415.777136]  polyval_clmulni
[ 4415.777138]  btbcm
[ 4415.777140]  sparse_keymap
[ 4415.777142]  edac_mce_amd
[ 4415.777144]  iommu_v2
[ 4415.777146]  snd_rpl_pci_acp6x
[ 4415.777148]  platform_profile
[ 4415.777150]  snd_pci_acp6x
[ 4415.777152]  polyval_generic
[ 4415.777154]  snd_hwdep
[ 4415.777156]  drm_buddy
[ 4415.777158]  binfmt_misc
[ 4415.777160]  gpu_sched
[ 4415.777162]  btintel
[ 4415.777164]  drm_display_helper rfkill
[ 4415.777168]  kvm_amd
[ 4415.777169]  nvme
[ 4415.777171]  btmtk
[ 4415.777173]  ghash_clmulni_intel
[ 4415.777175]  snd_seq
[ 4415.777177]  ucsi_acpi
[ 4415.777179]  libarc4
[ 4415.777181]  hid_multitouch
[ 4415.777183]  snd_seq_device
[ 4415.777185]  sha512_ssse3
[ 4415.777187]  kvm
[ 4415.777189]  typec_ucsi
[ 4415.777191]  vfat
[ 4415.777193]  nvme_core
[ 4415.777195]  bluetooth
[ 4415.777197]  ccp
[ 4415.777199]  irqbypass
[ 4415.777201]  serio_raw
[ 4415.777203]  fat
[ 4415.777205]  sp5100_tco
[ 4415.777207]  snd_pcm
[ 4415.777209]  r8169
[ 4415.777211]  snd_pci_acp5x
[ 4415.777213]  cec
[ 4415.777215]  cfg80211
[ 4415.777217]  nvme_common
[ 4415.777219]  rapl
[ 4415.777221]  typec
[ 4415.777223]  snd_rn_pci_acp3x
[ 4415.777225]  video i2c_hid_acpi
[ 4415.777229]  asus_nb_wmi
[ 4415.777230]  i2c_hid
[ 4415.777232]  snd_timer
[ 4415.777234]  wmi
[ 4415.777236]  snd_acp_config
[ 4415.777238]  ip6_tables
[ 4415.777240]  snd_soc_acpi
[ 4415.777242]  ip_tables
[ 4415.777244]  pcspkr
[ 4415.777247]  fuse
[ 4415.777248]  wmi_bmof

[ 4415.777252]  k10temp
[ 4415.777255] CPU: 1 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.777259] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.777261] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4415.777264] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4415.777267] RSP: 0018:ffffa7991cbe7630 EFLAGS: 00010246
[ 4415.777270]  snd

[ 4415.777273]  i2c_piix4
[ 4415.777275] RAX: 0000000000000000 RBX: ffff8f9d5a42ba90 RCX: 0000000000000000
[ 4415.777277] RDX: 0000000000000000 RSI: ffff8f9d5a42ba10 RDI: ffffa7991cbe7658
[ 4415.777279] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4415.777281] R10: ffff8f9d5a42ba90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4415.777283] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4415.777285] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b78ffb40
[ 4415.777287] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4415.777289] CR2: 000020e7b637a000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4415.777291] PKRU: 55555554
[ 4415.777293] Call Trace:
[ 4415.777295]  <TASK>
[ 4415.777301]  snd_pci_acp3x soundcore joydev acpi_cpufreq
[ 4415.777304]  submit_one_bio+0xd4/0xe0
[ 4415.777309]  amd_pmc asus_wireless zram amdgpu
[ 4415.777316]  submit_extent_page+0x142/0x550
[ 4415.777317]  drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap
[ 4415.777338]  read_extent_buffer_pages+0x584/0x9c0
[ 4415.777344]  iommu_v2 platform_profile polyval_generic
[ 4415.777349]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.777350]  drm_buddy gpu_sched
[ 4415.777355]  ? folio_unlock+0x1d/0x50
[ 4415.777357]  drm_display_helper rfkill
[ 4415.777364]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.777370]  nvme ghash_clmulni_intel
[ 4415.777372]  read_tree_block+0x43/0xa0
[ 4415.777379]  ucsi_acpi
[ 4415.777377]  read_block_for_search+0x266/0x370
[ 4415.777382]  hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec
[ 4415.777400]  btrfs_search_slot+0x351/0xd30
[ 4415.777404]  video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4415.777421]  btrfs_lookup_csum+0x63/0x150
[ 4415.777421] CPU: 8 PID: 11598 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.777424] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.777426] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4415.777433] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4415.777438] RSP: 0018:ffffa7991cd6f680 EFLAGS: 00010246
[ 4415.777438]  btrfs_lookup_bio_sums+0x258/0x5b0

[ 4415.777446] RAX: 0000000000000000 RBX: ffff8fa4187c6910 RCX: 0000000000000000
[ 4415.777450]  ? btrfs_do_readpage+0x305/0x770
[ 4415.777450] RDX: 0000000000000000 RSI: ffff8fa4187c6890 RDI: ffffa7991cd6f6a8
[ 4415.777452] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4415.777454] R10: ffff8fa4187c6910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4415.777456] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4415.777458] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b392ab40
[ 4415.777460] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4415.777462] CR2: 000020e7b63ba000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4415.777464] PKRU: 55555554
[ 4415.777465] Call Trace:
[ 4415.777472]  <TASK>
[ 4415.777475]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.777483]  submit_one_bio+0xd4/0xe0
[ 4415.777484]  submit_one_bio+0xc4/0xe0
[ 4415.777491]  btrfs_read_folio+0x79/0x90
[ 4415.777495]  submit_extent_page+0x142/0x550
[ 4415.777498]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.777502]  prepare_uptodate_page+0x8c/0x210
[ 4415.777509]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.777521]  read_extent_buffer_pages+0x584/0x9c0
[ 4415.777524]  btrfs_buffered_write+0x2ca/0x940
[ 4415.777535]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.777543]  ? folio_unlock+0x1d/0x50
[ 4415.777551]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.777553]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.777559]  ? lock_is_held_type+0xe8/0x140
[ 4415.777563]  read_tree_block+0x43/0xa0
[ 4415.777568]  read_block_for_search+0x266/0x370
[ 4415.777575]  vfs_write+0x269/0x4f0
[ 4415.777589]  btrfs_search_slot+0x351/0xd30
[ 4415.777594]  ksys_write+0x64/0xe0
[ 4415.777602]  __do_fast_syscall_32+0x88/0xf0
[ 4415.777609]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777609]  btrfs_lookup_csum+0x63/0x150
[ 4415.777617]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777620]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.777627]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4415.777629]  ? btrfs_do_readpage+0x305/0x770
[ 4415.777635]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777639]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.777642]  ? lock_is_held_type+0xe8/0x140
[ 4415.777648]  submit_one_bio+0xc4/0xe0
[ 4415.777653]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777657]  btrfs_read_folio+0x79/0x90
[ 4415.777660]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4415.777665]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.777667]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777671]  prepare_uptodate_page+0x8c/0x210
[ 4415.777674]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777678]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.777680]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777687]  do_fast_syscall_32+0x2f/0x70
[ 4415.777695]  btrfs_buffered_write+0x2ca/0x940
[ 4415.777694]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.777720]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.777702] RIP: 0023:0xf7fc0579
[ 4415.777727]  ? lock_is_held_type+0xe8/0x140
[ 4415.777729] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.777736] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.777739]  vfs_write+0x269/0x4f0
[ 4415.777779]  ksys_write+0x64/0xe0
[ 4415.777786]  __do_fast_syscall_32+0x88/0xf0
[ 4415.777790]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4415.777794]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777798] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b3426010
[ 4415.777800] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.777802] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4415.777804] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.777806] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.777815]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777821]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4415.777824]  </TASK>
[ 4415.777828]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777829] irq event stamp: 25594213
[ 4415.777831] hardirqs last  enabled at (25594219): [<ffffffff831acf4c>] vprintk_emit+0x34c/0x360
[ 4415.777835]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4415.777839] hardirqs last disabled at (25594224): [<ffffffff831aac59>] console_emit_next_record.constprop.0+0x2d9/0x370
[ 4415.777843]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777845] softirqs last  enabled at (25594168): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.777849]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777853] softirqs last disabled at (25594135): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.777854]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.777858] ---[ end trace 0000000000000000 ]---
[ 4415.777863]  do_fast_syscall_32+0x2f/0x70
[ 4415.777870]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.777876] RIP: 0023:0xf7fc0579
[ 4415.777889] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.777893] RSP: 002b:00000000b3928ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.777900] RAX: ffffffffffffffda RBX: 00000000000000ae RCX: 00000000becff010
[ 4415.777904] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.777908] RBP: 00000000000000ae R08: 00000000b3928ae0 R09: 0000000000000000
[ 4415.777912] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.777916] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.777936]  </TASK>
[ 4415.777939] irq event stamp: 2677883
[ 4415.777943] hardirqs last  enabled at (2677891): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4415.777949] hardirqs last disabled at (2677898): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4415.777954] softirqs last  enabled at (2677680): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.777959] softirqs last disabled at (2677673): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.777964] ---[ end trace 0000000000000000 ]---
[ 4415.879793] ------------[ cut here ]------------
[ 4415.879801] WARNING: CPU: 8 PID: 11575 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4415.879809] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4415.879897]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4415.879959] CPU: 8 PID: 11575 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.879963] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.879966] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4415.879969] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4415.879972] RSP: 0018:ffffa7991cbe7690 EFLAGS: 00010246
[ 4415.879975] RAX: 0000000000000000 RBX: ffff8fa4187c5b10 RCX: 0000000000000000
[ 4415.879978] RDX: 0000000000000000 RSI: ffff8fa4187c5a90 RDI: ffffa7991cbe76b8
[ 4415.879980] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4415.879983] R10: ffff8fa4187c5b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4415.879985] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4415.879987] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b78ffb40
[ 4415.879990] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4415.879992] CR2: 00000000b2d1f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4415.879995] PKRU: 55555554
[ 4415.879997] Call Trace:
[ 4415.880000]  <TASK>
[ 4415.880008]  submit_one_bio+0xd4/0xe0
[ 4415.880015]  submit_extent_page+0x142/0x550
[ 4415.880029]  read_extent_buffer_pages+0x584/0x9c0
[ 4415.880036]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.880041]  ? folio_unlock+0x1d/0x50
[ 4415.880048]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.880054]  read_tree_block+0x43/0xa0
[ 4415.880058]  read_block_for_search+0x266/0x370
[ 4415.880070]  btrfs_search_slot+0x351/0xd30
[ 4415.880081]  btrfs_lookup_csum+0x63/0x150
[ 4415.880089]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.880095]  ? btrfs_do_readpage+0x305/0x770
[ 4415.880102]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.880107]  submit_one_bio+0xc4/0xe0
[ 4415.880112]  btrfs_read_folio+0x79/0x90
[ 4415.880116]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.880119]  prepare_uptodate_page+0x8c/0x210
[ 4415.880123]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.880131]  btrfs_buffered_write+0x2ca/0x940
[ 4415.880145]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.880149]  ? lock_is_held_type+0xe8/0x140
[ 4415.880157]  vfs_write+0x269/0x4f0
[ 4415.880168]  ksys_write+0x64/0xe0
[ 4415.880173]  __do_fast_syscall_32+0x88/0xf0
[ 4415.880178]  ? lock_is_held_type+0xe8/0x140
[ 4415.880184]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.880188]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4415.880191]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.880196]  do_fast_syscall_32+0x2f/0x70
[ 4415.880200]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.880205] RIP: 0023:0xf7fc0579
[ 4415.880227] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.880230] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.880233] RAX: ffffffffffffffda RBX: 00000000000000b5 RCX: 00000000b2c1f010
[ 4415.880236] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.880238] RBP: 00000000000000b5 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4415.880240] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.880242] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.880253]  </TASK>
[ 4415.880255] irq event stamp: 25605775
[ 4415.880257] hardirqs last  enabled at (25605783): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4415.880261] hardirqs last disabled at (25605790): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4415.880264] softirqs last  enabled at (25599492): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.880268] softirqs last disabled at (25599485): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.880270] ---[ end trace 0000000000000000 ]---
[ 4415.882039] ------------[ cut here ]------------
[ 4415.882046] WARNING: CPU: 12 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4415.882054] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4415.882198]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4415.882296] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.882302] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.882306] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4415.882311] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4415.882316] RSP: 0018:ffffa7991cd776e0 EFLAGS: 00010246
[ 4415.882322] RAX: 0000000000000000 RBX: ffff8f9790276750 RCX: 0000000000000000
[ 4415.882327] RDX: 0000000000000000 RSI: ffff8f97902766d0 RDI: ffffa7991cd77708
[ 4415.882331] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4415.882335] R10: ffff8f9790276750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4415.882339] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4415.882343] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b59eab40
[ 4415.882348] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4415.882352] CR2: 00000000b3c2d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4415.882356] PKRU: 55555554
[ 4415.882360] Call Trace:
[ 4415.882364]  <TASK>
[ 4415.882374]  submit_one_bio+0xd4/0xe0
[ 4415.882384]  submit_extent_page+0x142/0x550
[ 4415.882408]  read_extent_buffer_pages+0x584/0x9c0
[ 4415.882421]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.882430]  ? folio_unlock+0x1d/0x50
[ 4415.882440]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.882451]  read_tree_block+0x43/0xa0
[ 4415.882457]  read_block_for_search+0x266/0x370
[ 4415.882479]  btrfs_search_slot+0x351/0xd30
[ 4415.882498]  btrfs_lookup_csum+0x63/0x150
[ 4415.882510]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.882522]  ? btrfs_do_readpage+0x305/0x770
[ 4415.882534]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.882542]  submit_one_bio+0xc4/0xe0
[ 4415.882552]  btrfs_read_folio+0x79/0x90
[ 4415.882559]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.882565]  prepare_uptodate_page+0x8c/0x210
[ 4415.882572]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.882586]  btrfs_buffered_write+0x2ca/0x940
[ 4415.882612]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.882619]  ? lock_is_held_type+0xe8/0x140
[ 4415.882632]  vfs_write+0x269/0x4f0
[ 4415.882650]  ksys_write+0x64/0xe0
[ 4415.882658]  __do_fast_syscall_32+0x88/0xf0
[ 4415.882666]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.882672]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.882678]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.882686]  do_fast_syscall_32+0x2f/0x70
[ 4415.882693]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.882699] RIP: 0023:0xf7fc0579
[ 4415.882712] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.882717] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.882723] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4415.882728] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.882732] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4415.882736] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.882739] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.882777]  </TASK>
[ 4415.882781] irq event stamp: 16042179
[ 4415.882785] hardirqs last  enabled at (16042187): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4415.882791] hardirqs last disabled at (16042194): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4415.882796] softirqs last  enabled at (16042166): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.882802] softirqs last disabled at (16042161): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4415.882807] ---[ end trace 0000000000000000 ]---
[ 4415.882928] BTRFS error (device nvme0n1p3): level verify failed on logical 5399550099456 mirror 1 wanted 0 found 1
[ 4415.882937] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399550099456 mirror 1
[ 4415.882943] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4415.882960] BTRFS error (device nvme0n1p3): read failed, bytenr=5399550099456 check owner_root=7 transid=652050 has_first_key=1 first_key=(18446744073709551606 128 3152256499712) level=1 size=40
[ 4415.882967] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.882972] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.882975] Call Trace:
[ 4415.882979]  <TASK>
[ 4415.882983]  dump_stack_lvl+0x5b/0x77
[ 4415.882991]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4415.883001]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.883009]  ? folio_unlock+0x1d/0x50
[ 4415.883018]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.883028]  read_tree_block+0x43/0xa0
[ 4415.883035]  read_block_for_search+0x266/0x370
[ 4415.883055]  btrfs_search_slot+0x351/0xd30
[ 4415.883074]  btrfs_lookup_csum+0x63/0x150
[ 4415.883087]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.883097]  ? btrfs_do_readpage+0x305/0x770
[ 4415.883109]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.883116]  submit_one_bio+0xc4/0xe0
[ 4415.883125]  btrfs_read_folio+0x79/0x90
[ 4415.883131]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.883136]  prepare_uptodate_page+0x8c/0x210
[ 4415.883142]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.883155]  btrfs_buffered_write+0x2ca/0x940
[ 4415.883169]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.883172]  ? lock_is_held_type+0xe8/0x140
[ 4415.883179]  vfs_write+0x269/0x4f0
[ 4415.883188]  ksys_write+0x64/0xe0
[ 4415.883193]  __do_fast_syscall_32+0x88/0xf0
[ 4415.883197]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883200]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883203]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883208]  do_fast_syscall_32+0x2f/0x70
[ 4415.883211]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.883215] RIP: 0023:0xf7fc0579
[ 4415.883220] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.883222] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.883225] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4415.883227] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.883229] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4415.883231] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.883233] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.883244]  </TASK>
[ 4415.883246] BTRFS error (device nvme0n1p3): read failed, bytenr=5399550099456 check owner_root=7 transid=652050 has_first_key=1 first_key=(18446744073709551606 128 3152256499712) level=1 size=40
[ 4415.883250] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.883253] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.883255] Call Trace:
[ 4415.883257]  <TASK>
[ 4415.883259]  dump_stack_lvl+0x5b/0x77
[ 4415.883263]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4415.883268]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.883273]  ? folio_unlock+0x1d/0x50
[ 4415.883278]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.883284]  read_tree_block+0x43/0xa0
[ 4415.883287]  read_block_for_search+0x266/0x370
[ 4415.883298]  btrfs_search_slot+0x351/0xd30
[ 4415.883308]  btrfs_lookup_csum+0x63/0x150
[ 4415.883315]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.883321]  ? btrfs_do_readpage+0x305/0x770
[ 4415.883328]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.883331]  submit_one_bio+0xc4/0xe0
[ 4415.883337]  btrfs_read_folio+0x79/0x90
[ 4415.883340]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.883343]  prepare_uptodate_page+0x8c/0x210
[ 4415.883347]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.883354]  btrfs_buffered_write+0x2ca/0x940
[ 4415.883367]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.883371]  ? lock_is_held_type+0xe8/0x140
[ 4415.883377]  vfs_write+0x269/0x4f0
[ 4415.883386]  ksys_write+0x64/0xe0
[ 4415.883391]  __do_fast_syscall_32+0x88/0xf0
[ 4415.883395]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883398]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883401]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883406]  do_fast_syscall_32+0x2f/0x70
[ 4415.883410]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.883412] RIP: 0023:0xf7fc0579
[ 4415.883416] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.883418] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.883421] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4415.883423] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.883425] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4415.883427] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.883429] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.883439]  </TASK>
[ 4415.883441] BTRFS error (device nvme0n1p3): read failed, bytenr=5399550099456 check owner_root=7 transid=652050 has_first_key=1 first_key=(18446744073709551606 128 3152256499712) level=1 size=40
[ 4415.883445] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4415.883447] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4415.883449] Call Trace:
[ 4415.883451]  <TASK>
[ 4415.883453]  dump_stack_lvl+0x5b/0x77
[ 4415.883457]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4415.883462]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.883467]  ? folio_unlock+0x1d/0x50
[ 4415.883472]  btrfs_read_extent_buffer+0x98/0x150
[ 4415.883477]  read_tree_block+0x43/0xa0
[ 4415.883481]  read_block_for_search+0x266/0x370
[ 4415.883492]  btrfs_search_slot+0x351/0xd30
[ 4415.883502]  btrfs_lookup_csum+0x63/0x150
[ 4415.883509]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4415.883515]  ? btrfs_do_readpage+0x305/0x770
[ 4415.883521]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4415.883525]  submit_one_bio+0xc4/0xe0
[ 4415.883530]  btrfs_read_folio+0x79/0x90
[ 4415.883533]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4415.883536]  prepare_uptodate_page+0x8c/0x210
[ 4415.883540]  prepare_pages.constprop.0+0xa2/0x300
[ 4415.883547]  btrfs_buffered_write+0x2ca/0x940
[ 4415.883560]  btrfs_do_write_iter+0x384/0x5d0
[ 4415.883564]  ? lock_is_held_type+0xe8/0x140
[ 4415.883571]  vfs_write+0x269/0x4f0
[ 4415.883580]  ksys_write+0x64/0xe0
[ 4415.883584]  __do_fast_syscall_32+0x88/0xf0
[ 4415.883588]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883591]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883594]  ? __do_fast_syscall_32+0x94/0xf0
[ 4415.883599]  do_fast_syscall_32+0x2f/0x70
[ 4415.883603]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4415.883606] RIP: 0023:0xf7fc0579
[ 4415.883609] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4415.883611] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4415.883614] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4415.883616] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4415.883618] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4415.883620] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4415.883621] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4415.883632]  </TASK>
[ 4416.283989] ------------[ cut here ]------------
[ 4416.284001] WARNING: CPU: 4 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4416.284011] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4416.284166]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4416.284269] CPU: 4 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4416.284275] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4416.284279] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4416.284285] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4416.284290] RSP: 0018:ffffa7991cd776b8 EFLAGS: 00010246
[ 4416.284296] RAX: 0000000000000000 RBX: ffff8f9d5e3da3d0 RCX: 0000000000000000
[ 4416.284301] RDX: 0000000000000000 RSI: ffff8f9d5e3da350 RDI: ffffa7991cd776e0
[ 4416.284305] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4416.284309] R10: ffff8f9d5e3da3d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4416.284313] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4416.284317] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b59eab40
[ 4416.284321] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4416.284326] CR2: 0000108a005c6000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4416.284330] PKRU: 55555554
[ 4416.284334] Call Trace:
[ 4416.284338]  <TASK>
[ 4416.284350]  submit_one_bio+0xd4/0xe0
[ 4416.284361]  submit_extent_page+0x142/0x550
[ 4416.284385]  read_extent_buffer_pages+0x584/0x9c0
[ 4416.284398]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4416.284406]  ? folio_unlock+0x1d/0x50
[ 4416.284417]  btrfs_read_extent_buffer+0x98/0x150
[ 4416.284428]  read_tree_block+0x43/0xa0
[ 4416.284435]  read_block_for_search+0x266/0x370
[ 4416.284458]  btrfs_search_slot+0x351/0xd30
[ 4416.284478]  btrfs_lookup_csum+0x63/0x150
[ 4416.284490]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4416.284502]  ? btrfs_do_readpage+0x305/0x770
[ 4416.284514]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4416.284523]  submit_one_bio+0xc4/0xe0
[ 4416.284532]  btrfs_read_folio+0x79/0x90
[ 4416.284539]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4416.284545]  prepare_uptodate_page+0x8c/0x210
[ 4416.284554]  prepare_pages.constprop.0+0xa2/0x300
[ 4416.284568]  btrfs_buffered_write+0x2ca/0x940
[ 4416.284594]  btrfs_do_write_iter+0x384/0x5d0
[ 4416.284601]  ? lock_is_held_type+0xe8/0x140
[ 4416.284614]  vfs_write+0x269/0x4f0
[ 4416.284632]  ksys_write+0x64/0xe0
[ 4416.284640]  __do_fast_syscall_32+0x88/0xf0
[ 4416.284646]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4416.284652]  ? __do_fast_syscall_32+0x94/0xf0
[ 4416.284656]  ? __do_fast_syscall_32+0x94/0xf0
[ 4416.284663]  ? __do_fast_syscall_32+0x94/0xf0
[ 4416.284669]  ? __do_fast_syscall_32+0x94/0xf0
[ 4416.284674]  ? __do_fast_syscall_32+0x94/0xf0
[ 4416.284682]  do_fast_syscall_32+0x2f/0x70
[ 4416.284688]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4416.284696] RIP: 0023:0xf7fc0579
[ 4416.284726] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4416.284731] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4416.284737] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000bacff010
[ 4416.284741] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4416.284767] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4416.284771] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4416.284775] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4416.284795]  </TASK>
[ 4416.284799] irq event stamp: 16050941
[ 4416.284803] hardirqs last  enabled at (16050949): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4416.284810] hardirqs last disabled at (16050956): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4416.284816] softirqs last  enabled at (16049300): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4416.284823] softirqs last disabled at (16049295): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4416.284828] ---[ end trace 0000000000000000 ]---
[ 4418.293934] ------------[ cut here ]------------
[ 4418.293945] WARNING: CPU: 6 PID: 11584 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4418.293954] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4418.294118]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4418.294229] CPU: 6 PID: 11584 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4418.294235] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4418.294239] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4418.294245] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4418.294250] RSP: 0018:ffffa7991cc97630 EFLAGS: 00010246
[ 4418.294256] RAX: 0000000000000000 RBX: ffff8f9d4d5f1950 RCX: 0000000000000000
[ 4418.294261] RDX: 0000000000000000 RSI: ffff8f9d4d5f18d0 RDI: ffffa7991cc97658
[ 4418.294265] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4418.294269] R10: ffff8f9d4d5f1950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4418.294273] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4418.294278] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b75fcb40
[ 4418.294282] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4418.294286] CR2: 00000000b51b3000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4418.294291] PKRU: 55555554
[ 4418.294295] Call Trace:
[ 4418.294299]  <TASK>
[ 4418.294311]  submit_one_bio+0xd4/0xe0
[ 4418.294322]  submit_extent_page+0x142/0x550
[ 4418.294347]  read_extent_buffer_pages+0x584/0x9c0
[ 4418.294360]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4418.294369]  ? folio_unlock+0x1d/0x50
[ 4418.294380]  btrfs_read_extent_buffer+0x98/0x150
[ 4418.294391]  read_tree_block+0x43/0xa0
[ 4418.294398]  read_block_for_search+0x266/0x370
[ 4418.294420]  btrfs_search_slot+0x351/0xd30
[ 4418.294441]  btrfs_lookup_csum+0x63/0x150
[ 4418.294454]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4418.294466]  ? btrfs_do_readpage+0x305/0x770
[ 4418.294478]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4418.294488]  submit_one_bio+0xc4/0xe0
[ 4418.294498]  btrfs_read_folio+0x79/0x90
[ 4418.294507]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4418.294514]  prepare_uptodate_page+0x8c/0x210
[ 4418.294522]  prepare_pages.constprop.0+0xa2/0x300
[ 4418.294536]  btrfs_buffered_write+0x2ca/0x940
[ 4418.294564]  btrfs_do_write_iter+0x384/0x5d0
[ 4418.294571]  ? lock_is_held_type+0xe8/0x140
[ 4418.294585]  vfs_write+0x269/0x4f0
[ 4418.294604]  ksys_write+0x64/0xe0
[ 4418.294613]  __do_fast_syscall_32+0x88/0xf0
[ 4418.294623]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4418.294632]  ? lock_is_held_type+0xe8/0x140
[ 4418.294643]  ? __do_fast_syscall_32+0x94/0xf0
[ 4418.294649]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4418.294656]  ? __do_fast_syscall_32+0x94/0xf0
[ 4418.294662]  ? __do_fast_syscall_32+0x94/0xf0
[ 4418.294667]  ? __do_fast_syscall_32+0x94/0xf0
[ 4418.294672]  ? __do_fast_syscall_32+0x94/0xf0
[ 4418.294677]  ? __do_fast_syscall_32+0x94/0xf0
[ 4418.294685]  do_fast_syscall_32+0x2f/0x70
[ 4418.294692]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4418.294699] RIP: 0023:0xf7fc0579
[ 4418.294724] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4418.294728] RSP: 002b:00000000b75faae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4418.294735] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000cc6fe010
[ 4418.294739] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4418.294772] RBP: 000000000000009d R08: 00000000b75faae0 R09: 0000000000000000
[ 4418.294777] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4418.294781] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4418.294801]  </TASK>
[ 4418.294805] irq event stamp: 2977499
[ 4418.294809] hardirqs last  enabled at (2977507): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4418.294816] hardirqs last disabled at (2977514): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4418.294821] softirqs last  enabled at (2977464): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4418.294827] softirqs last disabled at (2977457): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4418.294831] ---[ end trace 0000000000000000 ]---
[ 4419.397684] ------------[ cut here ]------------
[ 4419.397694] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4419.397701] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4419.397808]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4419.397872] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4419.397875] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4419.397878] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4419.397882] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4419.397885] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4419.397889] RAX: 0000000000000000 RBX: ffff8f9e7237be10 RCX: 0000000000000000
[ 4419.397891] RDX: 0000000000000000 RSI: ffff8f9e7237bd90 RDI: ffffa7990487f888
[ 4419.397894] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4419.397896] R10: ffff8f9e7237be10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4419.397899] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4419.397901] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4419.397904] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4419.397906] CR2: 00000000b2112000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4419.397909] PKRU: 55555554
[ 4419.397911] Call Trace:
[ 4419.397914]  <TASK>
[ 4419.397922]  submit_one_bio+0xd4/0xe0
[ 4419.397929]  submit_extent_page+0x142/0x550
[ 4419.397943]  read_extent_buffer_pages+0x584/0x9c0
[ 4419.397951]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4419.397956]  ? folio_unlock+0x1d/0x50
[ 4419.397964]  btrfs_read_extent_buffer+0x98/0x150
[ 4419.397970]  read_tree_block+0x43/0xa0
[ 4419.397974]  read_block_for_search+0x266/0x370
[ 4419.397988]  btrfs_search_slot+0x351/0xd30
[ 4419.397999]  btrfs_insert_empty_items+0x31/0x70
[ 4419.398004]  alloc_reserved_file_extent+0xbc/0x240
[ 4419.398015]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4419.398031]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4419.398038]  btrfs_commit_transaction+0x93/0xed0
[ 4419.398050]  transaction_kthread+0x142/0x1b0
[ 4419.398057]  ? __pfx_transaction_kthread+0x10/0x10
[ 4419.398060]  kthread+0xf5/0x120
[ 4419.398064]  ? __pfx_kthread+0x10/0x10
[ 4419.398069]  ret_from_fork+0x2c/0x50
[ 4419.398082]  </TASK>
[ 4419.398084] irq event stamp: 38340951
[ 4419.398087] hardirqs last  enabled at (38340959): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4419.398091] hardirqs last disabled at (38340966): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4419.398094] softirqs last  enabled at (38340052): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4419.398098] softirqs last disabled at (38340047): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4419.398101] ---[ end trace 0000000000000000 ]---
[ 4419.805284] ------------[ cut here ]------------
[ 4419.805294] WARNING: CPU: 2 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4419.805302] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4419.805389]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4419.805468] CPU: 2 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4419.805473] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4419.805478] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4419.805483] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4419.805488] RSP: 0018:ffffa7991bf17680 EFLAGS: 00010246
[ 4419.805494] RAX: 0000000000000000 RBX: ffff8f9b0b9c2ad0 RCX: 0000000000000000
[ 4419.805498] RDX: 0000000000000000 RSI: ffff8f9b0b9c2a50 RDI: ffffa7991bf176a8
[ 4419.805501] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4419.805505] R10: ffff8f9b0b9c2ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4419.805509] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4419.805513] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b2e20b40
[ 4419.805518] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4419.805522] CR2: 00000000b2d1f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4419.805526] PKRU: 55555554
[ 4419.805529] Call Trace:
[ 4419.805534]  <TASK>
[ 4419.805542]  submit_one_bio+0xd4/0xe0
[ 4419.805553]  submit_extent_page+0x142/0x550
[ 4419.805577]  read_extent_buffer_pages+0x584/0x9c0
[ 4419.805588]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4419.805596]  ? folio_unlock+0x1d/0x50
[ 4419.805608]  btrfs_read_extent_buffer+0x98/0x150
[ 4419.805618]  read_tree_block+0x43/0xa0
[ 4419.805625]  read_block_for_search+0x266/0x370
[ 4419.805646]  btrfs_search_slot+0x351/0xd30
[ 4419.805658]  btrfs_lookup_csum+0x63/0x150
[ 4419.805666]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4419.805673]  ? btrfs_do_readpage+0x305/0x770
[ 4419.805679]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4419.805685]  submit_one_bio+0xc4/0xe0
[ 4419.805691]  btrfs_read_folio+0x79/0x90
[ 4419.805697]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4419.805703]  prepare_uptodate_page+0x8c/0x210
[ 4419.805711]  prepare_pages.constprop.0+0xa2/0x300
[ 4419.805724]  btrfs_buffered_write+0x2ca/0x940
[ 4419.805767]  btrfs_do_write_iter+0x384/0x5d0
[ 4419.805775]  ? lock_is_held_type+0xe8/0x140
[ 4419.805788]  vfs_write+0x269/0x4f0
[ 4419.805806]  ksys_write+0x64/0xe0
[ 4419.805813]  __do_fast_syscall_32+0x88/0xf0
[ 4419.805818]  ? __do_fast_syscall_32+0x94/0xf0
[ 4419.805822]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4419.805826]  ? __do_fast_syscall_32+0x94/0xf0
[ 4419.805830]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4419.805834]  ? __do_fast_syscall_32+0x94/0xf0
[ 4419.805837]  ? __do_fast_syscall_32+0x94/0xf0
[ 4419.805841]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4419.805845]  ? __do_fast_syscall_32+0x94/0xf0
[ 4419.805849]  do_fast_syscall_32+0x2f/0x70
[ 4419.805855]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4419.805860] RIP: 0023:0xf7fc0579
[ 4419.805885] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4419.805889] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4419.805895] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b3223010
[ 4419.805899] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4419.805903] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4419.805907] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4419.805911] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4419.805929]  </TASK>
[ 4419.805933] irq event stamp: 23932875
[ 4419.805937] hardirqs last  enabled at (23932883): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4419.805943] hardirqs last disabled at (23932890): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4419.805948] softirqs last  enabled at (23928362): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4419.805954] softirqs last disabled at (23928355): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4419.805958] ---[ end trace 0000000000000000 ]---
[ 4421.116608] ------------[ cut here ]------------
[ 4421.116621] WARNING: CPU: 15 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4421.116636] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4421.116818]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4421.116888] CPU: 15 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4421.116892] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4421.116895] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4421.116899] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4421.116902] RSP: 0018:ffffa7991bf17688 EFLAGS: 00010246
[ 4421.116907] RAX: 0000000000000000 RBX: ffff8fa27baa3550 RCX: 0000000000000000
[ 4421.116909] RDX: 0000000000000000 RSI: ffff8fa27baa34d0 RDI: ffffa7991bf176b0
[ 4421.116912] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4421.116914] R10: ffff8fa27baa3550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4421.116916] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4421.116919] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b2e20b40
[ 4421.116922] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4421.116924] CR2: 0000183e9b0cc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4421.116927] PKRU: 55555554
[ 4421.116929] Call Trace:
[ 4421.116932]  <TASK>
[ 4421.116942]  submit_one_bio+0xd4/0xe0
[ 4421.116951]  submit_extent_page+0x142/0x550
[ 4421.116965]  read_extent_buffer_pages+0x584/0x9c0
[ 4421.116973]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4421.116978]  ? folio_unlock+0x1d/0x50
[ 4421.116986]  btrfs_read_extent_buffer+0x98/0x150
[ 4421.116993]  read_tree_block+0x43/0xa0
[ 4421.116997]  read_block_for_search+0x266/0x370
[ 4421.117010]  btrfs_search_slot+0x351/0xd30
[ 4421.117022]  btrfs_lookup_csum+0x63/0x150
[ 4421.117030]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4421.117037]  ? btrfs_do_readpage+0x305/0x770
[ 4421.117044]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4421.117049]  submit_one_bio+0xc4/0xe0
[ 4421.117054]  btrfs_read_folio+0x79/0x90
[ 4421.117058]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4421.117062]  prepare_uptodate_page+0x8c/0x210
[ 4421.117067]  prepare_pages.constprop.0+0xa2/0x300
[ 4421.117074]  btrfs_buffered_write+0x2ca/0x940
[ 4421.117089]  btrfs_do_write_iter+0x384/0x5d0
[ 4421.117093]  ? lock_is_held_type+0xe8/0x140
[ 4421.117103]  vfs_write+0x269/0x4f0
[ 4421.117115]  ksys_write+0x64/0xe0
[ 4421.117120]  __do_fast_syscall_32+0x88/0xf0
[ 4421.117126]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.117130]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4421.117134]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.117137]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.117141]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4421.117145]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.117148]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.117151]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.117156]  do_fast_syscall_32+0x2f/0x70
[ 4421.117160]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4421.117167] RIP: 0023:0xf7fc0579
[ 4421.117207] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4421.117209] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4421.117213] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b75fd010
[ 4421.117215] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4421.117218] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4421.117220] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4421.117222] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4421.117232]  </TASK>
[ 4421.117237] irq event stamp: 23988093
[ 4421.117241] hardirqs last  enabled at (23988101): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4421.117248] hardirqs last disabled at (23988108): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4421.117253] softirqs last  enabled at (23984604): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4421.117260] softirqs last disabled at (23984599): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4421.117265] ---[ end trace 0000000000000000 ]---
[ 4421.677899] ------------[ cut here ]------------
[ 4421.677910] WARNING: CPU: 6 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4421.677920] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4421.678076]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4421.678181] CPU: 6 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4421.678187] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4421.678191] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4421.678197] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4421.678202] RSP: 0018:ffffa7991cb576d8 EFLAGS: 00010246
[ 4421.678208] RAX: 0000000000000000 RBX: ffff8f9d4d5f1250 RCX: 0000000000000000
[ 4421.678212] RDX: 0000000000000000 RSI: ffff8f9d4d5f11d0 RDI: ffffa7991cb57700
[ 4421.678216] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4421.678220] R10: ffff8f9d4d5f1250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4421.678224] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4421.678228] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b54e8b40
[ 4421.678242] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4421.678246] CR2: 000010020033691c CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4421.678251] PKRU: 55555554
[ 4421.678254] Call Trace:
[ 4421.678259]  <TASK>
[ 4421.678270]  submit_one_bio+0xd4/0xe0
[ 4421.678281]  submit_extent_page+0x142/0x550
[ 4421.678305]  read_extent_buffer_pages+0x584/0x9c0
[ 4421.678319]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4421.678328]  ? folio_unlock+0x1d/0x50
[ 4421.678339]  btrfs_read_extent_buffer+0x98/0x150
[ 4421.678350]  read_tree_block+0x43/0xa0
[ 4421.678356]  read_block_for_search+0x266/0x370
[ 4421.678378]  btrfs_search_slot+0x351/0xd30
[ 4421.678398]  btrfs_lookup_csum+0x63/0x150
[ 4421.678411]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4421.678422]  ? btrfs_do_readpage+0x305/0x770
[ 4421.678435]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4421.678443]  submit_one_bio+0xc4/0xe0
[ 4421.678453]  btrfs_read_folio+0x79/0x90
[ 4421.678460]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4421.678466]  prepare_uptodate_page+0x8c/0x210
[ 4421.678473]  prepare_pages.constprop.0+0xa2/0x300
[ 4421.678487]  btrfs_buffered_write+0x2ca/0x940
[ 4421.678513]  btrfs_do_write_iter+0x384/0x5d0
[ 4421.678520]  ? lock_is_held_type+0xe8/0x140
[ 4421.678533]  vfs_write+0x269/0x4f0
[ 4421.678552]  ksys_write+0x64/0xe0
[ 4421.678561]  __do_fast_syscall_32+0x88/0xf0
[ 4421.678568]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4421.678575]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.678581]  ? __do_fast_syscall_32+0x94/0xf0
[ 4421.678590]  do_fast_syscall_32+0x2f/0x70
[ 4421.678596]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4421.678603] RIP: 0023:0xf7fc0579
[ 4421.678627] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4421.678632] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4421.678638] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000b3b2d010
[ 4421.678642] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4421.678646] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4421.678650] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4421.678654] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4421.678674]  </TASK>
[ 4421.678678] irq event stamp: 12816385
[ 4421.678681] hardirqs last  enabled at (12816393): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4421.678688] hardirqs last disabled at (12816400): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4421.678693] softirqs last  enabled at (12812064): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4421.678699] softirqs last disabled at (12811967): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4421.678703] ---[ end trace 0000000000000000 ]---
[ 4422.639543] ------------[ cut here ]------------
[ 4422.639554] WARNING: CPU: 15 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4422.639564] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4422.639717]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4422.639853] CPU: 15 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4422.639859] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4422.639863] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4422.639870] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4422.639875] RSP: 0018:ffffa7991bf176f8 EFLAGS: 00010246
[ 4422.639882] RAX: 0000000000000000 RBX: ffff8fa27baa3c50 RCX: 0000000000000000
[ 4422.639886] RDX: 0000000000000000 RSI: ffff8fa27baa3bd0 RDI: ffffa7991bf17720
[ 4422.639890] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4422.639894] R10: ffff8fa27baa3c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4422.639898] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4422.639902] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b2e20b40
[ 4422.639907] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4422.639911] CR2: 00000000b281a000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4422.639916] PKRU: 55555554
[ 4422.639920] Call Trace:
[ 4422.639924]  <TASK>
[ 4422.639936]  submit_one_bio+0xd4/0xe0
[ 4422.639948]  submit_extent_page+0x142/0x550
[ 4422.639970]  read_extent_buffer_pages+0x584/0x9c0
[ 4422.639983]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4422.639992]  ? folio_unlock+0x1d/0x50
[ 4422.640003]  btrfs_read_extent_buffer+0x98/0x150
[ 4422.640013]  read_tree_block+0x43/0xa0
[ 4422.640020]  read_block_for_search+0x266/0x370
[ 4422.640043]  btrfs_search_slot+0x351/0xd30
[ 4422.640063]  btrfs_lookup_csum+0x63/0x150
[ 4422.640077]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4422.640089]  ? btrfs_do_readpage+0x305/0x770
[ 4422.640102]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4422.640111]  submit_one_bio+0xc4/0xe0
[ 4422.640121]  btrfs_read_folio+0x79/0x90
[ 4422.640128]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4422.640134]  prepare_uptodate_page+0x8c/0x210
[ 4422.640142]  prepare_pages.constprop.0+0x134/0x300
[ 4422.640157]  btrfs_buffered_write+0x2ca/0x940
[ 4422.640183]  btrfs_do_write_iter+0x384/0x5d0
[ 4422.640191]  ? lock_is_held_type+0xe8/0x140
[ 4422.640204]  vfs_write+0x269/0x4f0
[ 4422.640223]  ksys_write+0x64/0xe0
[ 4422.640232]  __do_fast_syscall_32+0x88/0xf0
[ 4422.640239]  ? __do_fast_syscall_32+0x94/0xf0
[ 4422.640245]  ? __do_fast_syscall_32+0x94/0xf0
[ 4422.640250]  ? __do_fast_syscall_32+0x94/0xf0
[ 4422.640258]  do_fast_syscall_32+0x2f/0x70
[ 4422.640265]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4422.640272] RIP: 0023:0xf7fc0579
[ 4422.640296] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4422.640301] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4422.640306] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b2315010
[ 4422.640310] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4422.640314] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4422.640318] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4422.640322] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4422.640342]  </TASK>
[ 4422.640346] irq event stamp: 24123587
[ 4422.640350] hardirqs last  enabled at (24123595): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4422.640356] hardirqs last disabled at (24123602): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4422.640361] softirqs last  enabled at (24122884): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4422.640367] softirqs last disabled at (24122879): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4422.640372] ---[ end trace 0000000000000000 ]---
[ 4425.012721] ------------[ cut here ]------------
[ 4425.012735] WARNING: CPU: 5 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4425.012764] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4425.012876]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4425.012987] CPU: 5 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4425.012993] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4425.012997] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4425.013004] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4425.013009] RSP: 0018:ffffa7991cd77668 EFLAGS: 00010246
[ 4425.013016] RAX: 0000000000000000 RBX: ffff8f9a23107550 RCX: 0000000000000000
[ 4425.013021] RDX: 0000000000000000 RSI: ffff8f9a231074d0 RDI: ffffa7991cd77690
[ 4425.013025] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4425.013029] R10: ffff8f9a23107550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4425.013032] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4425.013036] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b59eab40
[ 4425.013041] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4425.013045] CR2: 00000000b34ef000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4425.013050] PKRU: 55555554
[ 4425.013054] Call Trace:
[ 4425.013058]  <TASK>
[ 4425.013071]  submit_one_bio+0xd4/0xe0
[ 4425.013082]  submit_extent_page+0x142/0x550
[ 4425.013106]  read_extent_buffer_pages+0x584/0x9c0
[ 4425.013120]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4425.013129]  ? folio_unlock+0x1d/0x50
[ 4425.013140]  btrfs_read_extent_buffer+0x98/0x150
[ 4425.013151]  read_tree_block+0x43/0xa0
[ 4425.013158]  read_block_for_search+0x266/0x370
[ 4425.013181]  btrfs_search_slot+0x351/0xd30
[ 4425.013202]  btrfs_lookup_csum+0x63/0x150
[ 4425.013215]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4425.013227]  ? btrfs_do_readpage+0x305/0x770
[ 4425.013240]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4425.013248]  submit_one_bio+0xc4/0xe0
[ 4425.013258]  btrfs_read_folio+0x79/0x90
[ 4425.013265]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4425.013271]  prepare_uptodate_page+0x8c/0x210
[ 4425.013279]  prepare_pages.constprop.0+0xa2/0x300
[ 4425.013293]  btrfs_buffered_write+0x2ca/0x940
[ 4425.013320]  btrfs_do_write_iter+0x384/0x5d0
[ 4425.013327]  ? lock_is_held_type+0xe8/0x140
[ 4425.013340]  vfs_write+0x269/0x4f0
[ 4425.013359]  ksys_write+0x64/0xe0
[ 4425.013368]  __do_fast_syscall_32+0x88/0xf0
[ 4425.013374]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4425.013383]  ? lock_is_held_type+0xe8/0x140
[ 4425.013394]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.013400]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4425.013407]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.013412]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.013418]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.013426]  do_fast_syscall_32+0x2f/0x70
[ 4425.013433]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4425.013440] RIP: 0023:0xf7fc0579
[ 4425.013468] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4425.013472] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4425.013479] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b392b010
[ 4425.013483] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4425.013487] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4425.013491] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4425.013495] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4425.013515]  </TASK>
[ 4425.013519] irq event stamp: 16886047
[ 4425.013523] hardirqs last  enabled at (16886055): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4425.013531] hardirqs last disabled at (16886062): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4425.013536] softirqs last  enabled at (16882144): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4425.013543] softirqs last disabled at (16882135): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4425.013548] ---[ end trace 0000000000000000 ]---
[ 4425.441333] ------------[ cut here ]------------
[ 4425.441343] WARNING: CPU: 0 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4425.441353] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4425.441492]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4425.441590] CPU: 0 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4425.441596] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4425.441600] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4425.441606] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4425.441610] RSP: 0018:ffffa7991cccf628 EFLAGS: 00010246
[ 4425.441614] RAX: 0000000000000000 RBX: ffff8fa02e9331d0 RCX: 0000000000000000
[ 4425.441617] RDX: 0000000000000000 RSI: ffff8fa02e933150 RDI: ffffa7991cccf650
[ 4425.441619] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4425.441621] R10: ffff8fa02e9331d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4425.441624] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4425.441626] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b62f8b40
[ 4425.441629] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4425.441631] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4425.441634] PKRU: 55555554
[ 4425.441636] Call Trace:
[ 4425.441639]  <TASK>
[ 4425.441647]  submit_one_bio+0xd4/0xe0
[ 4425.441654]  submit_extent_page+0x142/0x550
[ 4425.441667]  read_extent_buffer_pages+0x584/0x9c0
[ 4425.441675]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4425.441680]  ? folio_unlock+0x1d/0x50
[ 4425.441687]  btrfs_read_extent_buffer+0x98/0x150
[ 4425.441693]  read_tree_block+0x43/0xa0
[ 4425.441697]  read_block_for_search+0x266/0x370
[ 4425.441710]  btrfs_search_slot+0x351/0xd30
[ 4425.441721]  btrfs_lookup_csum+0x63/0x150
[ 4425.441728]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4425.441735]  ? btrfs_do_readpage+0x305/0x770
[ 4425.441769]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4425.441778]  submit_one_bio+0xc4/0xe0
[ 4425.441787]  btrfs_read_folio+0x79/0x90
[ 4425.441794]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4425.441800]  prepare_uptodate_page+0x8c/0x210
[ 4425.441807]  prepare_pages.constprop.0+0xa2/0x300
[ 4425.441820]  btrfs_buffered_write+0x2ca/0x940
[ 4425.441843]  btrfs_do_write_iter+0x384/0x5d0
[ 4425.441850]  ? lock_is_held_type+0xe8/0x140
[ 4425.441863]  vfs_write+0x269/0x4f0
[ 4425.441883]  ksys_write+0x64/0xe0
[ 4425.441891]  __do_fast_syscall_32+0x88/0xf0
[ 4425.441897]  ? lock_release+0x14b/0x440
[ 4425.441909]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4425.441918]  ? lock_is_held_type+0xe8/0x140
[ 4425.441927]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.441933]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4425.441940]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.441945]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.441954]  do_fast_syscall_32+0x2f/0x70
[ 4425.441961]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4425.441967] RIP: 0023:0xf7fc0579
[ 4425.441993] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4425.441998] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4425.442004] RAX: ffffffffffffffda RBX: 00000000000000c0 RCX: 00000000b271a010
[ 4425.442008] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4425.442012] RBP: 00000000000000c0 R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4425.442017] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4425.442021] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4425.442041]  </TASK>
[ 4425.442045] irq event stamp: 108066289
[ 4425.442049] hardirqs last  enabled at (108066297): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4425.442055] hardirqs last disabled at (108066304): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4425.442060] softirqs last  enabled at (108066042): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4425.442067] softirqs last disabled at (108066037): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4425.442071] ---[ end trace 0000000000000000 ]---
[ 4425.846404] ------------[ cut here ]------------
[ 4425.846413] WARNING: CPU: 1 PID: 11557 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4425.846421] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4425.846534]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4425.846628] CPU: 1 PID: 11557 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4425.846633] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4425.846637] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4425.846643] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4425.846647] RSP: 0018:ffffa7991cccf668 EFLAGS: 00010246
[ 4425.846653] RAX: 0000000000000000 RBX: ffff8f9d5a42ae50 RCX: 0000000000000000
[ 4425.846657] RDX: 0000000000000000 RSI: ffff8f9d5a42add0 RDI: ffffa7991cccf690
[ 4425.846661] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4425.846665] R10: ffff8f9d5a42ae50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4425.846669] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4425.846673] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b62f8b40
[ 4425.846677] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4425.846681] CR2: 00000000b76fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4425.846685] PKRU: 55555554
[ 4425.846688] Call Trace:
[ 4425.846693]  <TASK>
[ 4425.846703]  submit_one_bio+0xd4/0xe0
[ 4425.846714]  submit_extent_page+0x142/0x550
[ 4425.846736]  read_extent_buffer_pages+0x584/0x9c0
[ 4425.846770]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4425.846776]  ? folio_unlock+0x1d/0x50
[ 4425.846782]  btrfs_read_extent_buffer+0x98/0x150
[ 4425.846789]  read_tree_block+0x43/0xa0
[ 4425.846793]  read_block_for_search+0x266/0x370
[ 4425.846806]  btrfs_search_slot+0x351/0xd30
[ 4425.846817]  btrfs_lookup_csum+0x63/0x150
[ 4425.846825]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4425.846831]  ? btrfs_do_readpage+0x305/0x770
[ 4425.846838]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4425.846843]  submit_one_bio+0xc4/0xe0
[ 4425.846849]  btrfs_read_folio+0x79/0x90
[ 4425.846853]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4425.846856]  prepare_uptodate_page+0x8c/0x210
[ 4425.846861]  prepare_pages.constprop.0+0x134/0x300
[ 4425.846869]  btrfs_buffered_write+0x2ca/0x940
[ 4425.846882]  btrfs_do_write_iter+0x384/0x5d0
[ 4425.846887]  ? lock_is_held_type+0xe8/0x140
[ 4425.846895]  vfs_write+0x269/0x4f0
[ 4425.846906]  ksys_write+0x64/0xe0
[ 4425.846911]  __do_fast_syscall_32+0x88/0xf0
[ 4425.846916]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846920]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846924]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4425.846928]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846931]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846935]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4425.846939]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846942]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846945]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846948]  ? __do_fast_syscall_32+0x94/0xf0
[ 4425.846953]  do_fast_syscall_32+0x2f/0x70
[ 4425.846957]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4425.846962] RIP: 0023:0xf7fc0579
[ 4425.846984] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4425.846987] RSP: 002b:00000000b62f6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4425.846990] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000becff010
[ 4425.846993] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4425.846995] RBP: 000000000000009d R08: 00000000b62f6ae0 R09: 0000000000000000
[ 4425.846997] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4425.846999] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4425.847010]  </TASK>
[ 4425.847012] irq event stamp: 108113783
[ 4425.847015] hardirqs last  enabled at (108113791): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4425.847019] hardirqs last disabled at (108113798): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4425.847022] softirqs last  enabled at (108110834): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4425.847026] softirqs last disabled at (108110829): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4425.847029] ---[ end trace 0000000000000000 ]---
[ 4426.597218] ------------[ cut here ]------------
[ 4426.597230] WARNING: CPU: 11 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4426.597240] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4426.597385]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4426.597485] CPU: 11 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.597490] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.597494] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4426.597499] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4426.597504] RSP: 0018:ffffa7991cb57708 EFLAGS: 00010246
[ 4426.597510] RAX: 0000000000000000 RBX: ffff8fa42c569250 RCX: 0000000000000000
[ 4426.597514] RDX: 0000000000000000 RSI: ffff8fa42c5691d0 RDI: ffffa7991cb57730
[ 4426.597518] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4426.597522] R10: ffff8fa42c569250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4426.597526] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4426.597530] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b54e8b40
[ 4426.597534] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4426.597538] CR2: 00007fd0f4002118 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4426.597542] PKRU: 55555554
[ 4426.597546] Call Trace:
[ 4426.597550]  <TASK>
[ 4426.597562]  submit_one_bio+0xd4/0xe0
[ 4426.597573]  submit_extent_page+0x142/0x550
[ 4426.597595]  read_extent_buffer_pages+0x584/0x9c0
[ 4426.597608]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.597616]  ? folio_unlock+0x1d/0x50
[ 4426.597626]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.597636]  read_tree_block+0x43/0xa0
[ 4426.597643]  read_block_for_search+0x266/0x370
[ 4426.597663]  btrfs_search_slot+0x351/0xd30
[ 4426.597682]  btrfs_lookup_csum+0x63/0x150
[ 4426.597694]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.597705]  ? btrfs_do_readpage+0x305/0x770
[ 4426.597717]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.597724]  submit_one_bio+0xc4/0xe0
[ 4426.597733]  btrfs_read_folio+0x79/0x90
[ 4426.597740]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.597766]  prepare_uptodate_page+0x8c/0x210
[ 4426.597774]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.597787]  btrfs_buffered_write+0x2ca/0x940
[ 4426.597812]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.597818]  ? lock_is_held_type+0xe8/0x140
[ 4426.597831]  vfs_write+0x269/0x4f0
[ 4426.597849]  ksys_write+0x64/0xe0
[ 4426.597857]  __do_fast_syscall_32+0x88/0xf0
[ 4426.597863]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.597868]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.597876]  do_fast_syscall_32+0x2f/0x70
[ 4426.597882]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.597889] RIP: 0023:0xf7fc0579
[ 4426.597915] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.597919] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.597925] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000b3b2d010
[ 4426.597929] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.597933] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4426.597936] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.597940] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.597959]  </TASK>
[ 4426.597963] irq event stamp: 13363031
[ 4426.597966] hardirqs last  enabled at (13363039): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4426.597973] hardirqs last disabled at (13363046): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4426.597978] softirqs last  enabled at (13362850): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4426.597983] softirqs last disabled at (13362845): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4426.597988] ---[ end trace 0000000000000000 ]---
[ 4426.748779] ------------[ cut here ]------------
[ 4426.748791] WARNING: CPU: 12 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4426.748802] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4426.748902]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4426.748962] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.748965] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.748968] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4426.748972] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4426.748975] RSP: 0018:ffffa7991cd776f0 EFLAGS: 00010246
[ 4426.748979] RAX: 0000000000000000 RBX: ffff8f9790274450 RCX: 0000000000000000
[ 4426.748981] RDX: 0000000000000000 RSI: ffff8f97902743d0 RDI: ffffa7991cd77718
[ 4426.748984] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4426.748986] R10: ffff8f9790274450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4426.748988] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4426.748991] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b59eab40
[ 4426.748993] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4426.748996] CR2: 00007f0de4005eb0 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4426.748998] PKRU: 55555554
[ 4426.749000] Call Trace:
[ 4426.749003]  <TASK>
[ 4426.749011]  submit_one_bio+0xd4/0xe0
[ 4426.749018]  submit_extent_page+0x142/0x550
[ 4426.749041]  read_extent_buffer_pages+0x584/0x9c0
[ 4426.749055]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.749064]  ? folio_unlock+0x1d/0x50
[ 4426.749074]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.749086]  read_tree_block+0x43/0xa0
[ 4426.749093]  read_block_for_search+0x266/0x370
[ 4426.749115]  btrfs_search_slot+0x351/0xd30
[ 4426.749135]  btrfs_lookup_csum+0x63/0x150
[ 4426.749149]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.749160]  ? btrfs_do_readpage+0x305/0x770
[ 4426.749173]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.749181]  submit_one_bio+0xc4/0xe0
[ 4426.749191]  btrfs_read_folio+0x79/0x90
[ 4426.749198]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.749204]  prepare_uptodate_page+0x8c/0x210
[ 4426.749212]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.749227]  btrfs_buffered_write+0x2ca/0x940
[ 4426.749250]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.749254]  ? lock_is_held_type+0xe8/0x140
[ 4426.749263]  vfs_write+0x269/0x4f0
[ 4426.749274]  ksys_write+0x64/0xe0
[ 4426.749279]  __do_fast_syscall_32+0x88/0xf0
[ 4426.749283]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749287]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749291]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749297]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749305]  do_fast_syscall_32+0x2f/0x70
[ 4426.749312]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.749319] RIP: 0023:0xf7fc0579
[ 4426.749345] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.749349] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.749356] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4426.749360] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.749364] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4426.749368] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.749373] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.749393]  </TASK>
[ 4426.749396] irq event stamp: 17032693
[ 4426.749400] hardirqs last  enabled at (17032701): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4426.749407] hardirqs last disabled at (17032708): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4426.749412] softirqs last  enabled at (17025550): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4426.749419] softirqs last disabled at (17025545): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4426.749423] ---[ end trace 0000000000000000 ]---
[ 4426.749576] BTRFS error (device nvme0n1p3): level verify failed on logical 5399613685760 mirror 1 wanted 0 found 1
[ 4426.749586] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399613685760 mirror 1
[ 4426.749591] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4426.749609] BTRFS error (device nvme0n1p3): read failed, bytenr=5399613685760 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 11178110976) level=1 size=40
[ 4426.749615] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.749619] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.749621] Call Trace:
[ 4426.749623]  <TASK>
[ 4426.749626]  dump_stack_lvl+0x5b/0x77
[ 4426.749632]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4426.749639]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.749644]  ? folio_unlock+0x1d/0x50
[ 4426.749650]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.749656]  read_tree_block+0x43/0xa0
[ 4426.749661]  read_block_for_search+0x266/0x370
[ 4426.749682]  btrfs_search_slot+0x351/0xd30
[ 4426.749702]  btrfs_lookup_csum+0x63/0x150
[ 4426.749714]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.749726]  ? btrfs_do_readpage+0x305/0x770
[ 4426.749738]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.749746]  submit_one_bio+0xc4/0xe0
[ 4426.749755]  btrfs_read_folio+0x79/0x90
[ 4426.749762]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.749768]  prepare_uptodate_page+0x8c/0x210
[ 4426.749775]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.749789]  btrfs_buffered_write+0x2ca/0x940
[ 4426.749814]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.749821]  ? lock_is_held_type+0xe8/0x140
[ 4426.749834]  vfs_write+0x269/0x4f0
[ 4426.749852]  ksys_write+0x64/0xe0
[ 4426.749860]  __do_fast_syscall_32+0x88/0xf0
[ 4426.749866]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749870]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749876]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749881]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.749889]  do_fast_syscall_32+0x2f/0x70
[ 4426.749896]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.749902] RIP: 0023:0xf7fc0579
[ 4426.749918] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.749922] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.749928] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4426.749932] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.749936] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4426.749939] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.749943] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.749962]  </TASK>
[ 4426.749986] BTRFS error (device nvme0n1p3): read failed, bytenr=5399613685760 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 11178110976) level=1 size=40
[ 4426.749993] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.749998] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.750002] Call Trace:
[ 4426.750006]  <TASK>
[ 4426.750010]  dump_stack_lvl+0x5b/0x77
[ 4426.750017]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4426.750027]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.750036]  ? folio_unlock+0x1d/0x50
[ 4426.750046]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.750057]  read_tree_block+0x43/0xa0
[ 4426.750063]  read_block_for_search+0x266/0x370
[ 4426.750085]  btrfs_search_slot+0x351/0xd30
[ 4426.750105]  btrfs_lookup_csum+0x63/0x150
[ 4426.750117]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.750128]  ? btrfs_do_readpage+0x305/0x770
[ 4426.750140]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.750149]  submit_one_bio+0xc4/0xe0
[ 4426.750158]  btrfs_read_folio+0x79/0x90
[ 4426.750165]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.750170]  prepare_uptodate_page+0x8c/0x210
[ 4426.750177]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.750191]  btrfs_buffered_write+0x2ca/0x940
[ 4426.750217]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.750224]  ? lock_is_held_type+0xe8/0x140
[ 4426.750235]  vfs_write+0x269/0x4f0
[ 4426.750247]  ksys_write+0x64/0xe0
[ 4426.750255]  __do_fast_syscall_32+0x88/0xf0
[ 4426.750260]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750265]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750271]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750276]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750284]  do_fast_syscall_32+0x2f/0x70
[ 4426.750291]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.750297] RIP: 0023:0xf7fc0579
[ 4426.750308] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.750312] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.750318] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4426.750321] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.750325] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4426.750329] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.750333] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.750352]  </TASK>
[ 4426.750356] BTRFS error (device nvme0n1p3): read failed, bytenr=5399613685760 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 11178110976) level=1 size=40
[ 4426.750363] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.750368] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.750371] Call Trace:
[ 4426.750375]  <TASK>
[ 4426.750379]  dump_stack_lvl+0x5b/0x77
[ 4426.750386]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4426.750396]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.750404]  ? folio_unlock+0x1d/0x50
[ 4426.750414]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.750425]  read_tree_block+0x43/0xa0
[ 4426.750431]  read_block_for_search+0x266/0x370
[ 4426.750452]  btrfs_search_slot+0x351/0xd30
[ 4426.750472]  btrfs_lookup_csum+0x63/0x150
[ 4426.750482]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.750489]  ? btrfs_do_readpage+0x305/0x770
[ 4426.750496]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.750500]  submit_one_bio+0xc4/0xe0
[ 4426.750505]  btrfs_read_folio+0x79/0x90
[ 4426.750510]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.750513]  prepare_uptodate_page+0x8c/0x210
[ 4426.750517]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.750524]  btrfs_buffered_write+0x2ca/0x940
[ 4426.750538]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.750542]  ? lock_is_held_type+0xe8/0x140
[ 4426.750548]  vfs_write+0x269/0x4f0
[ 4426.750558]  ksys_write+0x64/0xe0
[ 4426.750563]  __do_fast_syscall_32+0x88/0xf0
[ 4426.750566]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750569]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750572]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750575]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750580]  do_fast_syscall_32+0x2f/0x70
[ 4426.750584]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.750587] RIP: 0023:0xf7fc0579
[ 4426.750593] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.750596] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.750599] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4426.750601] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.750603] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4426.750605] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.750607] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.750617]  </TASK>
[ 4426.750619] BTRFS error (device nvme0n1p3): read failed, bytenr=5399613685760 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 11178110976) level=1 size=40
[ 4426.750623] CPU: 12 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.750626] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.750628] Call Trace:
[ 4426.750630]  <TASK>
[ 4426.750632]  dump_stack_lvl+0x5b/0x77
[ 4426.750636]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4426.750642]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.750647]  ? folio_unlock+0x1d/0x50
[ 4426.750652]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.750658]  read_tree_block+0x43/0xa0
[ 4426.750662]  read_block_for_search+0x266/0x370
[ 4426.750673]  btrfs_search_slot+0x351/0xd30
[ 4426.750684]  btrfs_lookup_csum+0x63/0x150
[ 4426.750691]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.750697]  ? btrfs_do_readpage+0x305/0x770
[ 4426.750704]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.750708]  submit_one_bio+0xc4/0xe0
[ 4426.750713]  btrfs_read_folio+0x79/0x90
[ 4426.750717]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.750720]  prepare_uptodate_page+0x8c/0x210
[ 4426.750723]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.750731]  btrfs_buffered_write+0x2ca/0x940
[ 4426.750747]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.750753]  ? lock_is_held_type+0xe8/0x140
[ 4426.750765]  vfs_write+0x269/0x4f0
[ 4426.750775]  ksys_write+0x64/0xe0
[ 4426.750780]  __do_fast_syscall_32+0x88/0xf0
[ 4426.750783]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750786]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750789]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750792]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.750797]  do_fast_syscall_32+0x2f/0x70
[ 4426.750801]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.750804] RIP: 0023:0xf7fc0579
[ 4426.750808] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.750810] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.750813] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b2c1f010
[ 4426.750815] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.750817] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4426.750819] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.750821] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.750831]  </TASK>
[ 4426.755191] ------------[ cut here ]------------
[ 4426.755198] WARNING: CPU: 13 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4426.755206] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4426.755366]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4426.755476] CPU: 13 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4426.755482] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4426.755486] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4426.755492] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4426.755497] RSP: 0018:ffffa7991cd77640 EFLAGS: 00010246
[ 4426.755503] RAX: 0000000000000000 RBX: ffff8f9a98a3b010 RCX: 0000000000000000
[ 4426.755508] RDX: 0000000000000000 RSI: ffff8f9a98a3af90 RDI: ffffa7991cd77668
[ 4426.755512] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4426.755516] R10: ffff8f9a98a3b010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4426.755521] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4426.755525] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b59eab40
[ 4426.755530] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4426.755535] CR2: 00000000b2112000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4426.755539] PKRU: 55555554
[ 4426.755543] Call Trace:
[ 4426.755547]  <TASK>
[ 4426.755559]  submit_one_bio+0xd4/0xe0
[ 4426.755570]  submit_extent_page+0x142/0x550
[ 4426.755595]  read_extent_buffer_pages+0x584/0x9c0
[ 4426.755609]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.755618]  ? folio_unlock+0x1d/0x50
[ 4426.755628]  btrfs_read_extent_buffer+0x98/0x150
[ 4426.755640]  read_tree_block+0x43/0xa0
[ 4426.755647]  read_block_for_search+0x266/0x370
[ 4426.755670]  btrfs_search_slot+0x351/0xd30
[ 4426.755691]  btrfs_lookup_csum+0x63/0x150
[ 4426.755704]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4426.755716]  ? btrfs_do_readpage+0x305/0x770
[ 4426.755730]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4426.755738]  submit_one_bio+0xc4/0xe0
[ 4426.755766]  btrfs_read_folio+0x79/0x90
[ 4426.755774]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4426.755780]  prepare_uptodate_page+0x8c/0x210
[ 4426.755787]  prepare_pages.constprop.0+0xa2/0x300
[ 4426.755803]  btrfs_buffered_write+0x2ca/0x940
[ 4426.755830]  btrfs_do_write_iter+0x384/0x5d0
[ 4426.755838]  ? lock_is_held_type+0xe8/0x140
[ 4426.755851]  vfs_write+0x269/0x4f0
[ 4426.755871]  ksys_write+0x64/0xe0
[ 4426.755880]  __do_fast_syscall_32+0x88/0xf0
[ 4426.755886]  ? lock_is_held_type+0xe8/0x140
[ 4426.755897]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755903]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4426.755910]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755916]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4426.755923]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755929]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755935]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755940]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755947]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755952]  ? __do_fast_syscall_32+0x94/0xf0
[ 4426.755960]  do_fast_syscall_32+0x2f/0x70
[ 4426.755968]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4426.755974] RIP: 0023:0xf7fc0579
[ 4426.755991] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4426.755996] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4426.756002] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b271a010
[ 4426.756007] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4426.756011] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4426.756015] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4426.756020] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4426.756041]  </TASK>
[ 4426.756045] irq event stamp: 17038007
[ 4426.756049] hardirqs last  enabled at (17038015): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4426.756056] hardirqs last disabled at (17038022): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4426.756061] softirqs last  enabled at (17037740): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4426.756067] softirqs last disabled at (17037735): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4426.756072] ---[ end trace 0000000000000000 ]---
[ 4427.076097] ------------[ cut here ]------------
[ 4427.076109] WARNING: CPU: 11 PID: 11629 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4427.076119] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4427.076275]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4427.076382] CPU: 11 PID: 11629 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4427.076388] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4427.076393] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4427.076398] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4427.076403] RSP: 0018:ffffa7991cd776d0 EFLAGS: 00010246
[ 4427.076410] RAX: 0000000000000000 RBX: ffff8fa42c56b1d0 RCX: 0000000000000000
[ 4427.076414] RDX: 0000000000000000 RSI: ffff8fa42c56b150 RDI: ffffa7991cd776f8
[ 4427.076418] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4427.076422] R10: ffff8fa42c56b1d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4427.076427] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4427.076431] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b59eab40
[ 4427.076436] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4427.076440] CR2: 00000000b3e2f000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4427.076445] PKRU: 55555554
[ 4427.076449] Call Trace:
[ 4427.076453]  <TASK>
[ 4427.076465]  submit_one_bio+0xd4/0xe0
[ 4427.076476]  submit_extent_page+0x142/0x550
[ 4427.076501]  read_extent_buffer_pages+0x584/0x9c0
[ 4427.076514]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4427.076523]  ? folio_unlock+0x1d/0x50
[ 4427.076534]  btrfs_read_extent_buffer+0x98/0x150
[ 4427.076545]  read_tree_block+0x43/0xa0
[ 4427.076552]  read_block_for_search+0x266/0x370
[ 4427.076574]  btrfs_search_slot+0x351/0xd30
[ 4427.076595]  btrfs_lookup_csum+0x63/0x150
[ 4427.076608]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4427.076620]  ? btrfs_do_readpage+0x305/0x770
[ 4427.076633]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4427.076641]  submit_one_bio+0xc4/0xe0
[ 4427.076651]  btrfs_read_folio+0x79/0x90
[ 4427.076658]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4427.076664]  prepare_uptodate_page+0x8c/0x210
[ 4427.076672]  prepare_pages.constprop.0+0xa2/0x300
[ 4427.076686]  btrfs_buffered_write+0x2ca/0x940
[ 4427.076713]  btrfs_do_write_iter+0x384/0x5d0
[ 4427.076720]  ? lock_is_held_type+0xe8/0x140
[ 4427.076734]  vfs_write+0x269/0x4f0
[ 4427.076791]  ksys_write+0x64/0xe0
[ 4427.076800]  __do_fast_syscall_32+0x88/0xf0
[ 4427.076807]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.076813]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4427.076820]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.076826]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.076831]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.076839]  do_fast_syscall_32+0x2f/0x70
[ 4427.076847]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4427.076853] RIP: 0023:0xf7fc0579
[ 4427.076878] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4427.076883] RSP: 002b:00000000b59e8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4427.076890] RAX: ffffffffffffffda RBX: 0000000000000081 RCX: 00000000b50db010
[ 4427.076894] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4427.076898] RBP: 0000000000000081 R08: 00000000b59e8ae0 R09: 0000000000000000
[ 4427.076902] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4427.076906] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4427.076927]  </TASK>
[ 4427.076931] irq event stamp: 17077031
[ 4427.076934] hardirqs last  enabled at (17077039): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4427.076941] hardirqs last disabled at (17077046): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4427.076946] softirqs last  enabled at (17076880): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4427.076953] softirqs last disabled at (17076875): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4427.076958] ---[ end trace 0000000000000000 ]---
[ 4427.325428] ------------[ cut here ]------------
[ 4427.325439] WARNING: CPU: 5 PID: 11739 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4427.325450] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4427.325602]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4427.325705] CPU: 5 PID: 11739 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4427.325711] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4427.325716] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4427.325723] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4427.325727] RSP: 0018:ffffa7991bf176f0 EFLAGS: 00010246
[ 4427.325732] RAX: 0000000000000000 RBX: ffff8f9a23104d10 RCX: 0000000000000000
[ 4427.325736] RDX: 0000000000000000 RSI: ffff8f9a23104c90 RDI: ffffa7991bf17718
[ 4427.325739] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4427.325767] R10: ffff8f9a23104d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4427.325771] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4427.325775] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b2e20b40
[ 4427.325780] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4427.325784] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4427.325788] PKRU: 55555554
[ 4427.325791] Call Trace:
[ 4427.325794]  <TASK>
[ 4427.325803]  submit_one_bio+0xd4/0xe0
[ 4427.325811]  submit_extent_page+0x142/0x550
[ 4427.325825]  read_extent_buffer_pages+0x584/0x9c0
[ 4427.325832]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4427.325837]  ? folio_unlock+0x1d/0x50
[ 4427.325844]  btrfs_read_extent_buffer+0x98/0x150
[ 4427.325850]  read_tree_block+0x43/0xa0
[ 4427.325854]  read_block_for_search+0x266/0x370
[ 4427.325867]  btrfs_search_slot+0x351/0xd30
[ 4427.325878]  btrfs_lookup_csum+0x63/0x150
[ 4427.325886]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4427.325893]  ? btrfs_do_readpage+0x305/0x770
[ 4427.325900]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4427.325905]  submit_one_bio+0xc4/0xe0
[ 4427.325911]  btrfs_read_folio+0x79/0x90
[ 4427.325915]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4427.325918]  prepare_uptodate_page+0x8c/0x210
[ 4427.325923]  prepare_pages.constprop.0+0x134/0x300
[ 4427.325931]  btrfs_buffered_write+0x2ca/0x940
[ 4427.325945]  btrfs_do_write_iter+0x384/0x5d0
[ 4427.325950]  ? lock_is_held_type+0xe8/0x140
[ 4427.325958]  vfs_write+0x269/0x4f0
[ 4427.325970]  ksys_write+0x64/0xe0
[ 4427.325975]  __do_fast_syscall_32+0x88/0xf0
[ 4427.325980]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4427.325983]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.325988]  do_fast_syscall_32+0x2f/0x70
[ 4427.325993]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4427.325997] RIP: 0023:0xf7fc0579
[ 4427.326020] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4427.326023] RSP: 002b:00000000b2e1eae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4427.326027] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000cc613010
[ 4427.326029] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4427.326031] RBP: 000000000000009f R08: 00000000b2e1eae0 R09: 0000000000000000
[ 4427.326033] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4427.326036] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4427.326046]  </TASK>
[ 4427.326048] irq event stamp: 24501325
[ 4427.326051] hardirqs last  enabled at (24501333): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4427.326057] hardirqs last disabled at (24501340): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4427.326062] softirqs last  enabled at (24497810): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4427.326068] softirqs last disabled at (24497805): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4427.326074] ---[ end trace 0000000000000000 ]---
[ 4427.476641] ------------[ cut here ]------------
[ 4427.476656] WARNING: CPU: 11 PID: 11597 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4427.476667] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4427.476853]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4427.476960] CPU: 11 PID: 11597 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4427.476966] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4427.476971] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4427.476976] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4427.476981] RSP: 0018:ffffa7991cb57658 EFLAGS: 00010246
[ 4427.476988] RAX: 0000000000000000 RBX: ffff8fa42c568450 RCX: 0000000000000000
[ 4427.476992] RDX: 0000000000000000 RSI: ffff8fa42c5683d0 RDI: ffffa7991cb57680
[ 4427.476996] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4427.477000] R10: ffff8fa42c568450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4427.477004] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4427.477008] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b54e8b40
[ 4427.477013] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4427.477017] CR2: 000020e7b637a000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4427.477021] PKRU: 55555554
[ 4427.477026] Call Trace:
[ 4427.477030]  <TASK>
[ 4427.477042]  submit_one_bio+0xd4/0xe0
[ 4427.477054]  submit_extent_page+0x142/0x550
[ 4427.477078]  read_extent_buffer_pages+0x584/0x9c0
[ 4427.477092]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4427.477100]  ? folio_unlock+0x1d/0x50
[ 4427.477111]  btrfs_read_extent_buffer+0x98/0x150
[ 4427.477122]  read_tree_block+0x43/0xa0
[ 4427.477129]  read_block_for_search+0x266/0x370
[ 4427.477151]  btrfs_search_slot+0x351/0xd30
[ 4427.477171]  btrfs_lookup_csum+0x63/0x150
[ 4427.477184]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4427.477195]  ? btrfs_do_readpage+0x305/0x770
[ 4427.477208]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4427.477216]  submit_one_bio+0xc4/0xe0
[ 4427.477226]  btrfs_read_folio+0x79/0x90
[ 4427.477233]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4427.477239]  prepare_uptodate_page+0x8c/0x210
[ 4427.477247]  prepare_pages.constprop.0+0x134/0x300
[ 4427.477261]  btrfs_buffered_write+0x2ca/0x940
[ 4427.477287]  btrfs_do_write_iter+0x384/0x5d0
[ 4427.477295]  ? lock_is_held_type+0xe8/0x140
[ 4427.477308]  vfs_write+0x269/0x4f0
[ 4427.477327]  ksys_write+0x64/0xe0
[ 4427.477336]  __do_fast_syscall_32+0x88/0xf0
[ 4427.477343]  ? lock_is_held_type+0xe8/0x140
[ 4427.477353]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.477360]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4427.477366]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.477373]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.477379]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4427.477385]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.477391]  ? __do_fast_syscall_32+0x94/0xf0
[ 4427.477399]  do_fast_syscall_32+0x2f/0x70
[ 4427.477406]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4427.477412] RIP: 0023:0xf7fc0579
[ 4427.477437] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4427.477442] RSP: 002b:00000000b54e6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4427.477448] RAX: ffffffffffffffda RBX: 00000000000000ad RCX: 00000000cc613010
[ 4427.477452] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4427.477456] RBP: 00000000000000ad R08: 00000000b54e6ae0 R09: 0000000000000000
[ 4427.477460] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4427.477464] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4427.477484]  </TASK>
[ 4427.477488] irq event stamp: 13446979
[ 4427.477492] hardirqs last  enabled at (13446987): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4427.477499] hardirqs last disabled at (13446994): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4427.477504] softirqs last  enabled at (13442976): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4427.477510] softirqs last disabled at (13442971): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4427.477515] ---[ end trace 0000000000000000 ]---
[ 4428.096773] ------------[ cut here ]------------
[ 4428.096785] WARNING: CPU: 9 PID: 11656 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4428.096795] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4428.096895]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4428.096956] CPU: 9 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4428.096959] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4428.096962] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4428.096966] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4428.096969] RSP: 0018:ffffa7991ce97670 EFLAGS: 00010246
[ 4428.096972] RAX: 0000000000000000 RBX: ffff8f9c4d8ad5d0 RCX: 0000000000000000
[ 4428.096975] RDX: 0000000000000000 RSI: ffff8f9c4d8ad550 RDI: ffffa7991ce97698
[ 4428.096977] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4428.096979] R10: ffff8f9c4d8ad5d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4428.096982] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4428.096984] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b3627b40
[ 4428.096988] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4428.096992] CR2: 00007e8900fa6000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4428.096997] PKRU: 55555554
[ 4428.097001] Call Trace:
[ 4428.097005]  <TASK>
[ 4428.097016]  submit_one_bio+0xd4/0xe0
[ 4428.097025]  submit_extent_page+0x142/0x550
[ 4428.097047]  read_extent_buffer_pages+0x584/0x9c0
[ 4428.097060]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.097068]  ? folio_unlock+0x1d/0x50
[ 4428.097080]  btrfs_read_extent_buffer+0x98/0x150
[ 4428.097089]  read_tree_block+0x43/0xa0
[ 4428.097096]  read_block_for_search+0x266/0x370
[ 4428.097116]  btrfs_search_slot+0x351/0xd30
[ 4428.097133]  btrfs_lookup_csum+0x63/0x150
[ 4428.097145]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4428.097156]  ? btrfs_do_readpage+0x305/0x770
[ 4428.097168]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4428.097175]  submit_one_bio+0xc4/0xe0
[ 4428.097184]  btrfs_read_folio+0x79/0x90
[ 4428.097190]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.097196]  prepare_uptodate_page+0x8c/0x210
[ 4428.097203]  prepare_pages.constprop.0+0xa2/0x300
[ 4428.097216]  btrfs_buffered_write+0x2ca/0x940
[ 4428.097240]  btrfs_do_write_iter+0x384/0x5d0
[ 4428.097248]  ? lock_is_held_type+0xe8/0x140
[ 4428.097258]  vfs_write+0x269/0x4f0
[ 4428.097271]  ksys_write+0x64/0xe0
[ 4428.097275]  __do_fast_syscall_32+0x88/0xf0
[ 4428.097280]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.097284]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.097288]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.097292]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.097296]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.097299]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.097302]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.097306]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.097309]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.097314]  do_fast_syscall_32+0x2f/0x70
[ 4428.097319]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4428.097323] RIP: 0023:0xf7fc0579
[ 4428.097346] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4428.097348] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4428.097352] RAX: ffffffffffffffda RBX: 00000000000000d5 RCX: 00000000b392b010
[ 4428.097354] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4428.097357] RBP: 00000000000000d5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4428.097359] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4428.097361] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4428.097372]  </TASK>
[ 4428.097374] irq event stamp: 20471907
[ 4428.097376] hardirqs last  enabled at (20471915): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4428.097381] hardirqs last disabled at (20471922): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4428.097384] softirqs last  enabled at (20470582): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4428.097388] softirqs last disabled at (20470577): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4428.097390] ---[ end trace 0000000000000000 ]---
[ 4428.595685] ------------[ cut here ]------------
[ 4428.595696] WARNING: CPU: 0 PID: 11656 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4428.595706] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4428.595889]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4428.595999] CPU: 0 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4428.596005] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4428.596009] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4428.596014] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4428.596019] RSP: 0018:ffffa7991ce97680 EFLAGS: 00010246
[ 4428.596025] RAX: 0000000000000000 RBX: ffff8fa02e932910 RCX: 0000000000000000
[ 4428.596030] RDX: 0000000000000000 RSI: ffff8fa02e932890 RDI: ffffa7991ce976a8
[ 4428.596034] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4428.596038] R10: ffff8fa02e932910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4428.596043] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4428.596047] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b3627b40
[ 4428.596052] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4428.596056] CR2: 0000108a00570000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4428.596060] PKRU: 55555554
[ 4428.596065] Call Trace:
[ 4428.596069]  <TASK>
[ 4428.596081]  submit_one_bio+0xd4/0xe0
[ 4428.596093]  submit_extent_page+0x142/0x550
[ 4428.596117]  read_extent_buffer_pages+0x584/0x9c0
[ 4428.596131]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.596139]  ? folio_unlock+0x1d/0x50
[ 4428.596150]  btrfs_read_extent_buffer+0x98/0x150
[ 4428.596161]  read_tree_block+0x43/0xa0
[ 4428.596169]  read_block_for_search+0x266/0x370
[ 4428.596192]  btrfs_search_slot+0x351/0xd30
[ 4428.596212]  btrfs_lookup_csum+0x63/0x150
[ 4428.596225]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4428.596237]  ? btrfs_do_readpage+0x305/0x770
[ 4428.596250]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4428.596258]  submit_one_bio+0xc4/0xe0
[ 4428.596268]  btrfs_read_folio+0x79/0x90
[ 4428.596275]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.596282]  prepare_uptodate_page+0x8c/0x210
[ 4428.596290]  prepare_pages.constprop.0+0x134/0x300
[ 4428.596305]  btrfs_buffered_write+0x2ca/0x940
[ 4428.596331]  btrfs_do_write_iter+0x384/0x5d0
[ 4428.596339]  ? lock_is_held_type+0xe8/0x140
[ 4428.596353]  vfs_write+0x269/0x4f0
[ 4428.596373]  ksys_write+0x64/0xe0
[ 4428.596382]  __do_fast_syscall_32+0x88/0xf0
[ 4428.596390]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596397]  ? lock_is_held_type+0xe8/0x140
[ 4428.596408]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596414]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.596421]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596427]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596435]  do_fast_syscall_32+0x2f/0x70
[ 4428.596442]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4428.596450] RIP: 0023:0xf7fc0579
[ 4428.596483] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4428.596488] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4428.596494] RAX: ffffffffffffffda RBX: 00000000000000d5 RCX: 00000000b2214010
[ 4428.596499] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4428.596503] RBP: 00000000000000d5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4428.596507] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4428.596511] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4428.596531]  </TASK>
[ 4428.596535] irq event stamp: 20566757
[ 4428.596539] hardirqs last  enabled at (20566765): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4428.596546] hardirqs last disabled at (20566772): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4428.596551] softirqs last  enabled at (20565592): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4428.596558] softirqs last disabled at (20565585): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4428.596562] ---[ end trace 0000000000000000 ]---
[ 4428.596682] BTRFS error (device nvme0n1p3): level verify failed on logical 5399644897280 mirror 1 wanted 0 found 1
[ 4428.596689] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399644897280 mirror 1
[ 4428.596694] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4428.596717] BTRFS error (device nvme0n1p3): read failed, bytenr=5399644897280 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 1269019377664) level=1 size=40
[ 4428.596725] CPU: 2 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4428.596729] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4428.596731] Call Trace:
[ 4428.596734]  <TASK>
[ 4428.596737]  dump_stack_lvl+0x5b/0x77
[ 4428.596743]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4428.596754]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.596763]  ? folio_unlock+0x1d/0x50
[ 4428.596770]  btrfs_read_extent_buffer+0x98/0x150
[ 4428.596780]  read_tree_block+0x43/0xa0
[ 4428.596787]  read_block_for_search+0x266/0x370
[ 4428.596803]  btrfs_search_slot+0x351/0xd30
[ 4428.596814]  btrfs_lookup_csum+0x63/0x150
[ 4428.596822]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4428.596828]  ? btrfs_do_readpage+0x305/0x770
[ 4428.596835]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4428.596840]  submit_one_bio+0xc4/0xe0
[ 4428.596846]  btrfs_read_folio+0x79/0x90
[ 4428.596850]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.596853]  prepare_uptodate_page+0x8c/0x210
[ 4428.596857]  prepare_pages.constprop.0+0x134/0x300
[ 4428.596865]  btrfs_buffered_write+0x2ca/0x940
[ 4428.596878]  btrfs_do_write_iter+0x384/0x5d0
[ 4428.596882]  ? lock_is_held_type+0xe8/0x140
[ 4428.596892]  vfs_write+0x269/0x4f0
[ 4428.596905]  ksys_write+0x64/0xe0
[ 4428.596910]  __do_fast_syscall_32+0x88/0xf0
[ 4428.596914]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596918]  ? lock_is_held_type+0xe8/0x140
[ 4428.596924]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596927]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.596931]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596934]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.596939]  do_fast_syscall_32+0x2f/0x70
[ 4428.596943]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4428.596947] RIP: 0023:0xf7fc0579
[ 4428.596964] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4428.596967] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4428.596971] RAX: ffffffffffffffda RBX: 00000000000000d5 RCX: 00000000b2214010
[ 4428.596974] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4428.596978] RBP: 00000000000000d5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4428.596982] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4428.596986] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4428.596999]  </TASK>
[ 4428.597017] BTRFS error (device nvme0n1p3): read failed, bytenr=5399644897280 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 1269019377664) level=1 size=40
[ 4428.597022] CPU: 2 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4428.597025] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4428.597027] Call Trace:
[ 4428.597029]  <TASK>
[ 4428.597031]  dump_stack_lvl+0x5b/0x77
[ 4428.597035]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4428.597041]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.597046]  ? folio_unlock+0x1d/0x50
[ 4428.597052]  btrfs_read_extent_buffer+0x98/0x150
[ 4428.597058]  read_tree_block+0x43/0xa0
[ 4428.597061]  read_block_for_search+0x266/0x370
[ 4428.597073]  btrfs_search_slot+0x351/0xd30
[ 4428.597084]  btrfs_lookup_csum+0x63/0x150
[ 4428.597091]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4428.597098]  ? btrfs_do_readpage+0x305/0x770
[ 4428.597104]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4428.597108]  submit_one_bio+0xc4/0xe0
[ 4428.597114]  btrfs_read_folio+0x79/0x90
[ 4428.597118]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.597121]  prepare_uptodate_page+0x8c/0x210
[ 4428.597125]  prepare_pages.constprop.0+0x134/0x300
[ 4428.597133]  btrfs_buffered_write+0x2ca/0x940
[ 4428.597146]  btrfs_do_write_iter+0x384/0x5d0
[ 4428.597150]  ? lock_is_held_type+0xe8/0x140
[ 4428.597157]  vfs_write+0x269/0x4f0
[ 4428.597167]  ksys_write+0x64/0xe0
[ 4428.597171]  __do_fast_syscall_32+0x88/0xf0
[ 4428.597175]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597179]  ? lock_is_held_type+0xe8/0x140
[ 4428.597185]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597188]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.597192]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597195]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597199]  do_fast_syscall_32+0x2f/0x70
[ 4428.597203]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4428.597207] RIP: 0023:0xf7fc0579
[ 4428.597213] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4428.597215] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4428.597218] RAX: ffffffffffffffda RBX: 00000000000000d5 RCX: 00000000b2214010
[ 4428.597221] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4428.597223] RBP: 00000000000000d5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4428.597224] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4428.597226] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4428.597237]  </TASK>
[ 4428.597239] BTRFS error (device nvme0n1p3): read failed, bytenr=5399644897280 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 1269019377664) level=1 size=40
[ 4428.597242] CPU: 2 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4428.597245] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4428.597247] Call Trace:
[ 4428.597249]  <TASK>
[ 4428.597251]  dump_stack_lvl+0x5b/0x77
[ 4428.597255]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4428.597260]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.597264]  ? folio_unlock+0x1d/0x50
[ 4428.597270]  btrfs_read_extent_buffer+0x98/0x150
[ 4428.597275]  read_tree_block+0x43/0xa0
[ 4428.597279]  read_block_for_search+0x266/0x370
[ 4428.597291]  btrfs_search_slot+0x351/0xd30
[ 4428.597301]  btrfs_lookup_csum+0x63/0x150
[ 4428.597308]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4428.597314]  ? btrfs_do_readpage+0x305/0x770
[ 4428.597321]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4428.597324]  submit_one_bio+0xc4/0xe0
[ 4428.597330]  btrfs_read_folio+0x79/0x90
[ 4428.597333]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.597336]  prepare_uptodate_page+0x8c/0x210
[ 4428.597341]  prepare_pages.constprop.0+0x134/0x300
[ 4428.597353]  btrfs_buffered_write+0x2ca/0x940
[ 4428.597369]  btrfs_do_write_iter+0x384/0x5d0
[ 4428.597375]  ? lock_is_held_type+0xe8/0x140
[ 4428.597383]  vfs_write+0x269/0x4f0
[ 4428.597393]  ksys_write+0x64/0xe0
[ 4428.597397]  __do_fast_syscall_32+0x88/0xf0
[ 4428.597401]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597405]  ? lock_is_held_type+0xe8/0x140
[ 4428.597411]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597414]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.597418]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597421]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597429]  do_fast_syscall_32+0x2f/0x70
[ 4428.597436]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4428.597441] RIP: 0023:0xf7fc0579
[ 4428.597445] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4428.597447] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4428.597450] RAX: ffffffffffffffda RBX: 00000000000000d5 RCX: 00000000b2214010
[ 4428.597452] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4428.597454] RBP: 00000000000000d5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4428.597456] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4428.597458] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4428.597472]  </TASK>
[ 4428.597476] BTRFS error (device nvme0n1p3): read failed, bytenr=5399644897280 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 1269019377664) level=1 size=40
[ 4428.597481] CPU: 2 PID: 11656 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4428.597486] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4428.597489] Call Trace:
[ 4428.597493]  <TASK>
[ 4428.597496]  dump_stack_lvl+0x5b/0x77
[ 4428.597503]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4428.597513]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.597520]  ? folio_unlock+0x1d/0x50
[ 4428.597529]  btrfs_read_extent_buffer+0x98/0x150
[ 4428.597540]  read_tree_block+0x43/0xa0
[ 4428.597546]  read_block_for_search+0x266/0x370
[ 4428.597561]  btrfs_search_slot+0x351/0xd30
[ 4428.597572]  btrfs_lookup_csum+0x63/0x150
[ 4428.597579]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4428.597586]  ? btrfs_do_readpage+0x305/0x770
[ 4428.597598]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4428.597605]  submit_one_bio+0xc4/0xe0
[ 4428.597614]  btrfs_read_folio+0x79/0x90
[ 4428.597620]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4428.597626]  prepare_uptodate_page+0x8c/0x210
[ 4428.597632]  prepare_pages.constprop.0+0x134/0x300
[ 4428.597645]  btrfs_buffered_write+0x2ca/0x940
[ 4428.597669]  btrfs_do_write_iter+0x384/0x5d0
[ 4428.597675]  ? lock_is_held_type+0xe8/0x140
[ 4428.597682]  vfs_write+0x269/0x4f0
[ 4428.597692]  ksys_write+0x64/0xe0
[ 4428.597697]  __do_fast_syscall_32+0x88/0xf0
[ 4428.597700]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597704]  ? lock_is_held_type+0xe8/0x140
[ 4428.597710]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597713]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4428.597717]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597720]  ? __do_fast_syscall_32+0x94/0xf0
[ 4428.597724]  do_fast_syscall_32+0x2f/0x70
[ 4428.597728]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4428.597731] RIP: 0023:0xf7fc0579
[ 4428.597736] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4428.597738] RSP: 002b:00000000b3625ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4428.597741] RAX: ffffffffffffffda RBX: 00000000000000d5 RCX: 00000000b2214010
[ 4428.597744] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4428.597747] RBP: 00000000000000d5 R08: 00000000b3625ae0 R09: 0000000000000000
[ 4428.597750] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4428.597754] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4428.597773]  </TASK>
[ 4434.759301] ------------[ cut here ]------------
[ 4434.759314] WARNING: CPU: 6 PID: 10050 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4434.759326] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4434.759481]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4434.759562] CPU: 6 PID: 10050 Comm: kworker/u32:6 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4434.759567] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4434.759570] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4434.759577] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4434.759581] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4434.759585] RSP: 0018:ffffa7991ac23860 EFLAGS: 00010246
[ 4434.759590] RAX: 0000000000000000 RBX: ffff8f9d4d5f1250 RCX: 0000000000000000
[ 4434.759594] RDX: 0000000000000000 RSI: ffff8f9d4d5f11d0 RDI: ffffa7991ac23888
[ 4434.759597] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4434.759600] R10: ffff8f9d4d5f1250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4434.759603] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4434.759606] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4434.759610] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4434.759613] CR2: 0000108a00578000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4434.759616] PKRU: 55555554
[ 4434.759619] Call Trace:
[ 4434.759623]  <TASK>
[ 4434.759632]  submit_one_bio+0xd4/0xe0
[ 4434.759641]  submit_extent_page+0x142/0x550
[ 4434.759663]  read_extent_buffer_pages+0x584/0x9c0
[ 4434.759680]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4434.759688]  ? folio_unlock+0x1d/0x50
[ 4434.759697]  btrfs_read_extent_buffer+0x98/0x150
[ 4434.759705]  read_tree_block+0x43/0xa0
[ 4434.759710]  read_block_for_search+0x266/0x370
[ 4434.759727]  btrfs_search_slot+0x351/0xd30
[ 4434.759738]  ? lock_is_held_type+0xe8/0x140
[ 4434.759768]  btrfs_lookup_csum+0x63/0x150
[ 4434.759778]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4434.759784]  ? sched_clock_cpu+0x9f/0xc0
[ 4434.759790]  ? lock_release+0x14b/0x440
[ 4434.759799]  ? _raw_read_unlock+0x29/0x50
[ 4434.759808]  btrfs_finish_ordered_io+0x441/0x860
[ 4434.759826]  btrfs_work_helper+0xfe/0x400
[ 4434.759831]  ? lock_is_held_type+0xe8/0x140
[ 4434.759840]  process_one_work+0x294/0x5b0
[ 4434.759853]  worker_thread+0x4f/0x3a0
[ 4434.759860]  ? __pfx_worker_thread+0x10/0x10
[ 4434.759864]  kthread+0xf5/0x120
[ 4434.759868]  ? __pfx_kthread+0x10/0x10
[ 4434.759874]  ret_from_fork+0x2c/0x50
[ 4434.759892]  </TASK>
[ 4434.759895] irq event stamp: 40423995
[ 4434.759898] hardirqs last  enabled at (40424003): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4434.759903] hardirqs last disabled at (40424010): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4434.759906] softirqs last  enabled at (40423870): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4434.759911] softirqs last disabled at (40423863): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4434.759914] ---[ end trace 0000000000000000 ]---
[ 4435.648704] ------------[ cut here ]------------
[ 4435.648713] WARNING: CPU: 5 PID: 530 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4435.648722] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4435.648879]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4435.648960] CPU: 5 PID: 530 Comm: kworker/u32:4 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4435.648965] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4435.648968] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4435.648975] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4435.648980] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4435.648983] RSP: 0018:ffffa799034f3860 EFLAGS: 00010246
[ 4435.648988] RAX: 0000000000000000 RBX: ffff8f9a23107c50 RCX: 0000000000000000
[ 4435.648992] RDX: 0000000000000000 RSI: ffff8f9a23107bd0 RDI: ffffa799034f3888
[ 4435.648995] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4435.648998] R10: ffff8f9a23107c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4435.649001] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4435.649004] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 4435.649007] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4435.649011] CR2: 00001c5004c3a000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4435.649014] PKRU: 55555554
[ 4435.649017] Call Trace:
[ 4435.649020]  <TASK>
[ 4435.649030]  submit_one_bio+0xd4/0xe0
[ 4435.649039]  submit_extent_page+0x142/0x550
[ 4435.649057]  read_extent_buffer_pages+0x584/0x9c0
[ 4435.649067]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4435.649073]  ? folio_unlock+0x1d/0x50
[ 4435.649082]  btrfs_read_extent_buffer+0x98/0x150
[ 4435.649090]  read_tree_block+0x43/0xa0
[ 4435.649095]  read_block_for_search+0x266/0x370
[ 4435.649112]  btrfs_search_slot+0x351/0xd30
[ 4435.649123]  ? lock_is_held_type+0xe8/0x140
[ 4435.649132]  btrfs_lookup_csum+0x63/0x150
[ 4435.649142]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4435.649147]  ? sched_clock_cpu+0x9f/0xc0
[ 4435.649154]  ? lock_release+0x14b/0x440
[ 4435.649162]  ? _raw_read_unlock+0x29/0x50
[ 4435.649171]  btrfs_finish_ordered_io+0x441/0x860
[ 4435.649189]  btrfs_work_helper+0xfe/0x400
[ 4435.649193]  ? lock_is_held_type+0xe8/0x140
[ 4435.649202]  process_one_work+0x294/0x5b0
[ 4435.649215]  worker_thread+0x4f/0x3a0
[ 4435.649222]  ? __pfx_worker_thread+0x10/0x10
[ 4435.649226]  kthread+0xf5/0x120
[ 4435.649230]  ? __pfx_kthread+0x10/0x10
[ 4435.649236]  ret_from_fork+0x2c/0x50
[ 4435.649253]  </TASK>
[ 4435.649256] irq event stamp: 69368037
[ 4435.649259] hardirqs last  enabled at (69368045): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4435.649264] hardirqs last disabled at (69368052): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4435.649268] softirqs last  enabled at (69366956): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4435.649273] softirqs last disabled at (69366945): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4435.649276] ---[ end trace 0000000000000000 ]---
[ 4441.696219] ------------[ cut here ]------------
[ 4441.696229] WARNING: CPU: 10 PID: 8681 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4441.696237] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4441.696357]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4441.696437] CPU: 10 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4441.696441] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4441.696445] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4441.696451] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4441.696456] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4441.696459] RSP: 0018:ffffa7991926b860 EFLAGS: 00010246
[ 4441.696464] RAX: 0000000000000000 RBX: ffff8f97172d4ed0 RCX: 0000000000000000
[ 4441.696468] RDX: 0000000000000000 RSI: ffff8f97172d4e50 RDI: ffffa7991926b888
[ 4441.696471] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4441.696474] R10: ffff8f97172d4ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4441.696477] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4441.696480] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4441.696484] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4441.696487] CR2: 000035b600922000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4441.696490] PKRU: 55555554
[ 4441.696493] Call Trace:
[ 4441.696496]  <TASK>
[ 4441.696505]  submit_one_bio+0xd4/0xe0
[ 4441.696514]  submit_extent_page+0x142/0x550
[ 4441.696533]  read_extent_buffer_pages+0x584/0x9c0
[ 4441.696542]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4441.696549]  ? folio_unlock+0x1d/0x50
[ 4441.696557]  btrfs_read_extent_buffer+0x98/0x150
[ 4441.696565]  read_tree_block+0x43/0xa0
[ 4441.696571]  read_block_for_search+0x266/0x370
[ 4441.696587]  btrfs_search_slot+0x351/0xd30
[ 4441.696597]  ? lock_is_held_type+0xe8/0x140
[ 4441.696607]  btrfs_lookup_csum+0x63/0x150
[ 4441.696617]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4441.696622]  ? sched_clock_cpu+0x9f/0xc0
[ 4441.696629]  ? lock_release+0x14b/0x440
[ 4441.696637]  ? _raw_read_unlock+0x29/0x50
[ 4441.696646]  btrfs_finish_ordered_io+0x441/0x860
[ 4441.696664]  btrfs_work_helper+0xfe/0x400
[ 4441.696668]  ? lock_is_held_type+0xe8/0x140
[ 4441.696677]  process_one_work+0x294/0x5b0
[ 4441.696690]  worker_thread+0x4f/0x3a0
[ 4441.696697]  ? __pfx_worker_thread+0x10/0x10
[ 4441.696700]  kthread+0xf5/0x120
[ 4441.696705]  ? __pfx_kthread+0x10/0x10
[ 4441.696711]  ret_from_fork+0x2c/0x50
[ 4441.696727]  </TASK>
[ 4441.696729] irq event stamp: 27624855
[ 4441.696732] hardirqs last  enabled at (27624863): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4441.696738] hardirqs last disabled at (27624870): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4441.696742] softirqs last  enabled at (27623632): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4441.696764] softirqs last disabled at (27623630): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4441.696771] ---[ end trace 0000000000000000 ]---
[ 4445.242120] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4445.242166] [drm] PSP is resuming...
[ 4445.318112] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4445.419776] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4445.433476] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4445.433482] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4445.433489] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4445.433492] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4445.433545] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4445.488228] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4445.489600] [drm] DMUB hardware initialized: version=0x02020017
[ 4445.528657] [drm] kiq ring mec 2 pipe 1 q 0
[ 4445.534429] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4445.534586] [drm] JPEG decode initialized successfully.
[ 4445.534610] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4445.534614] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4445.534616] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4445.534618] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4445.534620] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4445.534622] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4445.534624] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4445.534626] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4445.534628] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4445.534630] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4445.534632] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4445.534634] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4445.534636] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4445.534638] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4445.534640] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4445.534642] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4445.538510] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4449.702557] ------------[ cut here ]------------
[ 4449.702568] WARNING: CPU: 1 PID: 4165 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4449.702576] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4449.702695]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4449.702807] CPU: 1 PID: 4165 Comm: kworker/u32:16 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4449.702812] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4449.702815] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4449.702822] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4449.702827] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4449.702830] RSP: 0018:ffffa79907593860 EFLAGS: 00010246
[ 4449.702835] RAX: 0000000000000000 RBX: ffff8f9d5a429790 RCX: 0000000000000000
[ 4449.702839] RDX: 0000000000000000 RSI: ffff8f9d5a429710 RDI: ffffa79907593888
[ 4449.702842] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4449.702845] R10: ffff8f9d5a429790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4449.702848] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4449.702851] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0000) knlGS:0000000000000000
[ 4449.702855] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4449.702858] CR2: 00001f6101113000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4449.702861] PKRU: 55555554
[ 4449.702864] Call Trace:
[ 4449.702868]  <TASK>
[ 4449.702877]  submit_one_bio+0xd4/0xe0
[ 4449.702886]  submit_extent_page+0x142/0x550
[ 4449.702904]  read_extent_buffer_pages+0x584/0x9c0
[ 4449.702914]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4449.702921]  ? folio_unlock+0x1d/0x50
[ 4449.702929]  btrfs_read_extent_buffer+0x98/0x150
[ 4449.702937]  read_tree_block+0x43/0xa0
[ 4449.702942]  read_block_for_search+0x266/0x370
[ 4449.702959]  btrfs_search_slot+0x351/0xd30
[ 4449.702970]  ? lock_is_held_type+0xe8/0x140
[ 4449.702979]  btrfs_lookup_csum+0x63/0x150
[ 4449.702989]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4449.702994]  ? sched_clock_cpu+0x9f/0xc0
[ 4449.703001]  ? lock_release+0x14b/0x440
[ 4449.703009]  ? _raw_read_unlock+0x29/0x50
[ 4449.703018]  btrfs_finish_ordered_io+0x441/0x860
[ 4449.703036]  btrfs_work_helper+0xfe/0x400
[ 4449.703040]  ? lock_is_held_type+0xe8/0x140
[ 4449.703049]  process_one_work+0x294/0x5b0
[ 4449.703062]  worker_thread+0x4f/0x3a0
[ 4449.703069]  ? __pfx_worker_thread+0x10/0x10
[ 4449.703073]  kthread+0xf5/0x120
[ 4449.703078]  ? __pfx_kthread+0x10/0x10
[ 4449.703084]  ret_from_fork+0x2c/0x50
[ 4449.703100]  </TASK>
[ 4449.703102] irq event stamp: 44484055
[ 4449.703105] hardirqs last  enabled at (44484063): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4449.703111] hardirqs last disabled at (44484070): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4449.703114] softirqs last  enabled at (44483574): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4449.703119] softirqs last disabled at (44483567): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4449.703122] ---[ end trace 0000000000000000 ]---
[ 4450.186531] ------------[ cut here ]------------
[ 4450.186540] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4450.186548] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4450.186641]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4450.186705] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4450.186708] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4450.186711] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4450.186715] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4450.186718] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4450.186722] RAX: 0000000000000000 RBX: ffff8f9d5e3d8290 RCX: 0000000000000000
[ 4450.186724] RDX: 0000000000000000 RSI: ffff8f9d5e3d8210 RDI: ffffa7990487f888
[ 4450.186727] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4450.186729] R10: ffff8f9d5e3d8290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4450.186731] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4450.186734] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4450.186736] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4450.186739] CR2: 0000013403082010 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4450.186763] PKRU: 55555554
[ 4450.186766] Call Trace:
[ 4450.186769]  <TASK>
[ 4450.186777]  submit_one_bio+0xd4/0xe0
[ 4450.186784]  submit_extent_page+0x142/0x550
[ 4450.186798]  read_extent_buffer_pages+0x584/0x9c0
[ 4450.186806]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4450.186811]  ? folio_unlock+0x1d/0x50
[ 4450.186818]  btrfs_read_extent_buffer+0x98/0x150
[ 4450.186824]  read_tree_block+0x43/0xa0
[ 4450.186828]  read_block_for_search+0x266/0x370
[ 4450.186841]  btrfs_search_slot+0x351/0xd30
[ 4450.186853]  btrfs_insert_empty_items+0x31/0x70
[ 4450.186857]  alloc_reserved_file_extent+0xbc/0x240
[ 4450.186867]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4450.186884]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4450.186891]  btrfs_commit_transaction+0x93/0xed0
[ 4450.186903]  transaction_kthread+0x142/0x1b0
[ 4450.186909]  ? __pfx_transaction_kthread+0x10/0x10
[ 4450.186912]  kthread+0xf5/0x120
[ 4450.186916]  ? __pfx_kthread+0x10/0x10
[ 4450.186920]  ret_from_fork+0x2c/0x50
[ 4450.186933]  </TASK>
[ 4450.186935] irq event stamp: 38608535
[ 4450.186937] hardirqs last  enabled at (38608543): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4450.186941] hardirqs last disabled at (38608550): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4450.186944] softirqs last  enabled at (38605640): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4450.186948] softirqs last disabled at (38605631): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4450.186951] ---[ end trace 0000000000000000 ]---
[ 4450.249368] ------------[ cut here ]------------
[ 4450.249500] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4450.249508] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4450.249599]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4450.249661] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4450.249665] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4450.249667] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4450.249671] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4450.249674] RSP: 0018:ffffa7990487f980 EFLAGS: 00010246
[ 4450.249678] RAX: 0000000000000000 RBX: ffff8f9d5e3d9e90 RCX: 0000000000000000
[ 4450.249681] RDX: 0000000000000000 RSI: ffff8f9d5e3d9e10 RDI: ffffa7990487f9a8
[ 4450.249683] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4450.249685] R10: ffff8f9d5e3d9e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4450.249688] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4450.249690] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4450.249693] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4450.249695] CR2: 0000013403082010 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4450.249698] PKRU: 55555554
[ 4450.249700] Call Trace:
[ 4450.249703]  <TASK>
[ 4450.249710]  submit_one_bio+0xd4/0xe0
[ 4450.249718]  submit_extent_page+0x142/0x550
[ 4450.249732]  read_extent_buffer_pages+0x584/0x9c0
[ 4450.249740]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4450.249762]  ? folio_unlock+0x1d/0x50
[ 4450.249769]  btrfs_read_extent_buffer+0x98/0x150
[ 4450.249775]  read_tree_block+0x43/0xa0
[ 4450.249779]  read_block_for_search+0x266/0x370
[ 4450.249792]  btrfs_search_slot+0x351/0xd30
[ 4450.249804]  update_block_group_item+0xbe/0x190
[ 4450.249813]  btrfs_start_dirty_block_groups+0x20e/0x520
[ 4450.249823]  btrfs_commit_transaction+0xe0/0xed0
[ 4450.249835]  transaction_kthread+0x142/0x1b0
[ 4450.249841]  ? __pfx_transaction_kthread+0x10/0x10
[ 4450.249844]  kthread+0xf5/0x120
[ 4450.249848]  ? __pfx_kthread+0x10/0x10
[ 4450.249853]  ret_from_fork+0x2c/0x50
[ 4450.249866]  </TASK>
[ 4450.249868] irq event stamp: 38650391
[ 4450.249870] hardirqs last  enabled at (38650399): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4450.249874] hardirqs last disabled at (38650406): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4450.249877] softirqs last  enabled at (38650276): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4450.249881] softirqs last disabled at (38650271): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4450.249884] ---[ end trace 0000000000000000 ]---
[ 4474.675925] ------------[ cut here ]------------
[ 4474.675934] WARNING: CPU: 12 PID: 13568 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4474.675943] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4474.676042]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4474.676108] CPU: 12 PID: 13568 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4474.676112] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4474.676115] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4474.676119] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4474.676123] RSP: 0018:ffffa7991f09f3a0 EFLAGS: 00010246
[ 4474.676127] RAX: 0000000000000000 RBX: ffff8fa27badd5d0 RCX: 0000000000000000
[ 4474.676130] RDX: 0000000000000000 RSI: ffff8fa27badd550 RDI: ffffa7991f09f3c8
[ 4474.676132] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4474.676135] R10: ffff8fa27badd5d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4474.676138] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4474.676140] FS:  00007fdfaffff6c0(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 4474.676143] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4474.676146] CR2: 00007fdfaffedf10 CR3: 0000000122448000 CR4: 0000000000750ee0
[ 4474.676149] PKRU: 55555554
[ 4474.676152] Call Trace:
[ 4474.676155]  <TASK>
[ 4474.676163]  submit_one_bio+0xd4/0xe0
[ 4474.676171]  submit_extent_page+0x142/0x550
[ 4474.676187]  read_extent_buffer_pages+0x584/0x9c0
[ 4474.676195]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.676201]  ? folio_unlock+0x1d/0x50
[ 4474.676208]  btrfs_read_extent_buffer+0x98/0x150
[ 4474.676215]  read_tree_block+0x43/0xa0
[ 4474.676220]  read_block_for_search+0x266/0x370
[ 4474.676234]  btrfs_search_slot+0x351/0xd30
[ 4474.676247]  btrfs_lookup_csum+0x63/0x150
[ 4474.676257]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4474.676269]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4474.676275]  submit_one_bio+0xc4/0xe0
[ 4474.676282]  submit_extent_page+0x142/0x550
[ 4474.676296]  btrfs_do_readpage+0x305/0x770
[ 4474.676302]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4474.676312]  ? extent_readahead+0xb7/0x6f0
[ 4474.676315]  extent_readahead+0x3f7/0x6f0
[ 4474.676320]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.676336]  read_pages+0x7a/0x300
[ 4474.676345]  page_cache_ra_unbounded+0x131/0x1b0
[ 4474.676354]  filemap_get_pages+0x40e/0x6b0
[ 4474.676362]  ? lock_is_held_type+0xe8/0x140
[ 4474.676373]  filemap_read+0xd7/0x330
[ 4474.676378]  ? lock_is_held_type+0xe8/0x140
[ 4474.676394]  vfs_read+0x243/0x310
[ 4474.676406]  ksys_read+0x64/0xe0
[ 4474.676412]  do_syscall_64+0x5b/0x80
[ 4474.676419]  ? up_read+0x17/0x20
[ 4474.676426]  ? lock_is_held_type+0xe8/0x140
[ 4474.676432]  ? asm_exc_page_fault+0x22/0x30
[ 4474.676437]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4474.676441]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4474.676445] RIP: 0033:0x7fe04511eafc
[ 4474.676470] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 4474.676473] RSP: 002b:00007fdfaffede50 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4474.676477] RAX: ffffffffffffffda RBX: 00005653fdf62450 RCX: 00007fe04511eafc
[ 4474.676480] RDX: 0000000000010000 RSI: 00007fdfaffedf00 RDI: 000000000000009f
[ 4474.676483] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 4474.676485] R10: 0000000000000000 R11: 0000000000000246 R12: 00005653fd5b4a70
[ 4474.676488] R13: 0000000000010000 R14: 00007fdfaffedf00 R15: 00005653fd8b04f0
[ 4474.676500]  </TASK>
[ 4474.676502] irq event stamp: 1943
[ 4474.676505] hardirqs last  enabled at (1951): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4474.676509] hardirqs last disabled at (1958): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4474.676513] softirqs last  enabled at (364): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4474.676517] softirqs last disabled at (355): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4474.676520] ---[ end trace 0000000000000000 ]---
[ 4474.676714] BTRFS error (device nvme0n1p3): level verify failed on logical 5399655628800 mirror 1 wanted 0 found 1
[ 4474.676723] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399655628800 mirror 1
[ 4474.676727] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4474.676765] BTRFS error (device nvme0n1p3): read failed, bytenr=5399655628800 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 231565778944) level=1 size=40
[ 4474.676771] CPU: 12 PID: 13568 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4474.676776] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4474.676779] Call Trace:
[ 4474.676782]  <TASK>
[ 4474.676785]  dump_stack_lvl+0x5b/0x77
[ 4474.676789]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4474.676796]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.676800]  ? folio_unlock+0x1d/0x50
[ 4474.676805]  btrfs_read_extent_buffer+0x98/0x150
[ 4474.676810]  read_tree_block+0x43/0xa0
[ 4474.676814]  read_block_for_search+0x266/0x370
[ 4474.676824]  btrfs_search_slot+0x351/0xd30
[ 4474.676834]  btrfs_lookup_csum+0x63/0x150
[ 4474.676841]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4474.676851]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4474.676854]  submit_one_bio+0xc4/0xe0
[ 4474.676859]  submit_extent_page+0x142/0x550
[ 4474.676870]  btrfs_do_readpage+0x305/0x770
[ 4474.676875]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4474.676883]  ? extent_readahead+0xb7/0x6f0
[ 4474.676885]  extent_readahead+0x3f7/0x6f0
[ 4474.676889]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.676901]  read_pages+0x7a/0x300
[ 4474.676908]  page_cache_ra_unbounded+0x131/0x1b0
[ 4474.676914]  filemap_get_pages+0x40e/0x6b0
[ 4474.676920]  ? lock_is_held_type+0xe8/0x140
[ 4474.676928]  filemap_read+0xd7/0x330
[ 4474.676931]  ? lock_is_held_type+0xe8/0x140
[ 4474.676943]  vfs_read+0x243/0x310
[ 4474.676952]  ksys_read+0x64/0xe0
[ 4474.676957]  do_syscall_64+0x5b/0x80
[ 4474.676961]  ? up_read+0x17/0x20
[ 4474.676966]  ? lock_is_held_type+0xe8/0x140
[ 4474.676970]  ? asm_exc_page_fault+0x22/0x30
[ 4474.676973]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4474.676977]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4474.676980] RIP: 0033:0x7fe04511eafc
[ 4474.676985] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 4474.676987] RSP: 002b:00007fdfaffede50 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4474.676990] RAX: ffffffffffffffda RBX: 00005653fdf62450 RCX: 00007fe04511eafc
[ 4474.676992] RDX: 0000000000010000 RSI: 00007fdfaffedf00 RDI: 000000000000009f
[ 4474.676994] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 4474.676995] R10: 0000000000000000 R11: 0000000000000246 R12: 00005653fd5b4a70
[ 4474.676997] R13: 0000000000010000 R14: 00007fdfaffedf00 R15: 00005653fd8b04f0
[ 4474.677007]  </TASK>
[ 4474.677009] BTRFS error (device nvme0n1p3): read failed, bytenr=5399655628800 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 231565778944) level=1 size=40
[ 4474.677012] CPU: 12 PID: 13568 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4474.677015] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4474.677016] Call Trace:
[ 4474.677018]  <TASK>
[ 4474.677020]  dump_stack_lvl+0x5b/0x77
[ 4474.677024]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4474.677029]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.677033]  ? folio_unlock+0x1d/0x50
[ 4474.677038]  btrfs_read_extent_buffer+0x98/0x150
[ 4474.677043]  read_tree_block+0x43/0xa0
[ 4474.677046]  read_block_for_search+0x266/0x370
[ 4474.677056]  btrfs_search_slot+0x351/0xd30
[ 4474.677066]  btrfs_lookup_csum+0x63/0x150
[ 4474.677072]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4474.677082]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4474.677086]  submit_one_bio+0xc4/0xe0
[ 4474.677091]  submit_extent_page+0x142/0x550
[ 4474.677102]  btrfs_do_readpage+0x305/0x770
[ 4474.677106]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4474.677114]  ? extent_readahead+0xb7/0x6f0
[ 4474.677116]  extent_readahead+0x3f7/0x6f0
[ 4474.677120]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.677133]  read_pages+0x7a/0x300
[ 4474.677138]  page_cache_ra_unbounded+0x131/0x1b0
[ 4474.677145]  filemap_get_pages+0x40e/0x6b0
[ 4474.677151]  ? lock_is_held_type+0xe8/0x140
[ 4474.677158]  filemap_read+0xd7/0x330
[ 4474.677162]  ? lock_is_held_type+0xe8/0x140
[ 4474.677174]  vfs_read+0x243/0x310
[ 4474.677183]  ksys_read+0x64/0xe0
[ 4474.677187]  do_syscall_64+0x5b/0x80
[ 4474.677192]  ? up_read+0x17/0x20
[ 4474.677196]  ? lock_is_held_type+0xe8/0x140
[ 4474.677201]  ? asm_exc_page_fault+0x22/0x30
[ 4474.677204]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4474.677207]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4474.677210] RIP: 0033:0x7fe04511eafc
[ 4474.677213] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 4474.677215] RSP: 002b:00007fdfaffede50 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4474.677218] RAX: ffffffffffffffda RBX: 00005653fdf62450 RCX: 00007fe04511eafc
[ 4474.677220] RDX: 0000000000010000 RSI: 00007fdfaffedf00 RDI: 000000000000009f
[ 4474.677222] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 4474.677223] R10: 0000000000000000 R11: 0000000000000246 R12: 00005653fd5b4a70
[ 4474.677225] R13: 0000000000010000 R14: 00007fdfaffedf00 R15: 00005653fd8b04f0
[ 4474.677235]  </TASK>
[ 4474.677236] BTRFS error (device nvme0n1p3): read failed, bytenr=5399655628800 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 231565778944) level=1 size=40
[ 4474.677239] CPU: 12 PID: 13568 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4474.677241] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4474.677243] Call Trace:
[ 4474.677245]  <TASK>
[ 4474.677247]  dump_stack_lvl+0x5b/0x77
[ 4474.677250]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4474.677255]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.677259]  ? folio_unlock+0x1d/0x50
[ 4474.677264]  btrfs_read_extent_buffer+0x98/0x150
[ 4474.677269]  read_tree_block+0x43/0xa0
[ 4474.677272]  read_block_for_search+0x266/0x370
[ 4474.677282]  btrfs_search_slot+0x351/0xd30
[ 4474.677292]  btrfs_lookup_csum+0x63/0x150
[ 4474.677298]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4474.677308]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4474.677312]  submit_one_bio+0xc4/0xe0
[ 4474.677317]  submit_extent_page+0x142/0x550
[ 4474.677328]  btrfs_do_readpage+0x305/0x770
[ 4474.677332]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4474.677340]  ? extent_readahead+0xb7/0x6f0
[ 4474.677342]  extent_readahead+0x3f7/0x6f0
[ 4474.677346]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.677359]  read_pages+0x7a/0x300
[ 4474.677364]  page_cache_ra_unbounded+0x131/0x1b0
[ 4474.677371]  filemap_get_pages+0x40e/0x6b0
[ 4474.677376]  ? lock_is_held_type+0xe8/0x140
[ 4474.677384]  filemap_read+0xd7/0x330
[ 4474.677388]  ? lock_is_held_type+0xe8/0x140
[ 4474.677400]  vfs_read+0x243/0x310
[ 4474.677409]  ksys_read+0x64/0xe0
[ 4474.677413]  do_syscall_64+0x5b/0x80
[ 4474.677418]  ? up_read+0x17/0x20
[ 4474.677422]  ? lock_is_held_type+0xe8/0x140
[ 4474.677426]  ? asm_exc_page_fault+0x22/0x30
[ 4474.677429]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4474.677433]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4474.677435] RIP: 0033:0x7fe04511eafc
[ 4474.677438] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 4474.677440] RSP: 002b:00007fdfaffede50 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4474.677443] RAX: ffffffffffffffda RBX: 00005653fdf62450 RCX: 00007fe04511eafc
[ 4474.677444] RDX: 0000000000010000 RSI: 00007fdfaffedf00 RDI: 000000000000009f
[ 4474.677446] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 4474.677448] R10: 0000000000000000 R11: 0000000000000246 R12: 00005653fd5b4a70
[ 4474.677450] R13: 0000000000010000 R14: 00007fdfaffedf00 R15: 00005653fd8b04f0
[ 4474.677459]  </TASK>
[ 4474.677461] BTRFS error (device nvme0n1p3): read failed, bytenr=5399655628800 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 231565778944) level=1 size=40
[ 4474.677463] CPU: 12 PID: 13568 Comm: pool-gnome-shel Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4474.677465] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4474.677467] Call Trace:
[ 4474.677469]  <TASK>
[ 4474.677471]  dump_stack_lvl+0x5b/0x77
[ 4474.677474]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4474.677479]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.677483]  ? folio_unlock+0x1d/0x50
[ 4474.677488]  btrfs_read_extent_buffer+0x98/0x150
[ 4474.677493]  read_tree_block+0x43/0xa0
[ 4474.677497]  read_block_for_search+0x266/0x370
[ 4474.677507]  btrfs_search_slot+0x351/0xd30
[ 4474.677516]  btrfs_lookup_csum+0x63/0x150
[ 4474.677523]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4474.677533]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4474.677536]  submit_one_bio+0xc4/0xe0
[ 4474.677541]  submit_extent_page+0x142/0x550
[ 4474.677552]  btrfs_do_readpage+0x305/0x770
[ 4474.677556]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4474.677564]  ? extent_readahead+0xb7/0x6f0
[ 4474.677566]  extent_readahead+0x3f7/0x6f0
[ 4474.677570]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4474.677583]  read_pages+0x7a/0x300
[ 4474.677589]  page_cache_ra_unbounded+0x131/0x1b0
[ 4474.677596]  filemap_get_pages+0x40e/0x6b0
[ 4474.677602]  ? lock_is_held_type+0xe8/0x140
[ 4474.677610]  filemap_read+0xd7/0x330
[ 4474.677614]  ? lock_is_held_type+0xe8/0x140
[ 4474.677626]  vfs_read+0x243/0x310
[ 4474.677635]  ksys_read+0x64/0xe0
[ 4474.677639]  do_syscall_64+0x5b/0x80
[ 4474.677644]  ? up_read+0x17/0x20
[ 4474.677648]  ? lock_is_held_type+0xe8/0x140
[ 4474.677653]  ? asm_exc_page_fault+0x22/0x30
[ 4474.677656]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4474.677659]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4474.677662] RIP: 0033:0x7fe04511eafc
[ 4474.677665] Code: ec 28 48 89 54 24 18 48 89 74 24 10 89 7c 24 08 e8 69 bf f8 ff 48 8b 54 24 18 48 8b 74 24 10 41 89 c0 8b 7c 24 08 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 34 44 89 c7 48 89 44 24 08 e8 bf bf f8 ff 48
[ 4474.677667] RSP: 002b:00007fdfaffede50 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4474.677669] RAX: ffffffffffffffda RBX: 00005653fdf62450 RCX: 00007fe04511eafc
[ 4474.677671] RDX: 0000000000010000 RSI: 00007fdfaffedf00 RDI: 000000000000009f
[ 4474.677673] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 4474.677675] R10: 0000000000000000 R11: 0000000000000246 R12: 00005653fd5b4a70
[ 4474.677677] R13: 0000000000010000 R14: 00007fdfaffedf00 R15: 00005653fd8b04f0
[ 4474.677686]  </TASK>
[ 4480.818075] ------------[ cut here ]------------
[ 4480.818089] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4480.818103] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4480.818302]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4480.818442] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4480.818450] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4480.818456] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4480.818464] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4480.818470] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4480.818480] RAX: 0000000000000000 RBX: ffff8f972eec00d0 RCX: 0000000000000000
[ 4480.818486] RDX: 0000000000000000 RSI: ffff8f972eec0050 RDI: ffffa7990487f780
[ 4480.818491] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4480.818497] R10: ffff8f972eec00d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4480.818502] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4480.818508] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4480.818514] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4480.818520] CR2: 00001c5004c3a000 CR3: 000000011dc32000 CR4: 0000000000750ee0
[ 4480.818526] PKRU: 55555554
[ 4480.818531] Call Trace:
[ 4480.818538]  <TASK>
[ 4480.818555]  submit_one_bio+0xd4/0xe0
[ 4480.818572]  submit_extent_page+0x142/0x550
[ 4480.818604]  read_extent_buffer_pages+0x584/0x9c0
[ 4480.818622]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4480.818633]  ? folio_unlock+0x1d/0x50
[ 4480.818648]  btrfs_read_extent_buffer+0x98/0x150
[ 4480.818657]  read_tree_block+0x43/0xa0
[ 4480.818661]  read_block_for_search+0x266/0x370
[ 4480.818678]  btrfs_search_slot+0x351/0xd30
[ 4480.818688]  ? _raw_read_unlock+0x29/0x50
[ 4480.818698]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4480.818706]  ? lock_is_held_type+0xe8/0x140
[ 4480.818716]  lookup_extent_backref+0x41/0xd0
[ 4480.818726]  __btrfs_free_extent+0xfb/0x7c0
[ 4480.818734]  ? sched_clock_cpu+0x20/0xc0
[ 4480.818760]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4480.818781]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4480.818790]  btrfs_commit_transaction+0x93/0xed0
[ 4480.818804]  transaction_kthread+0x142/0x1b0
[ 4480.818812]  ? __pfx_transaction_kthread+0x10/0x10
[ 4480.818816]  kthread+0xf5/0x120
[ 4480.818820]  ? __pfx_kthread+0x10/0x10
[ 4480.818826]  ret_from_fork+0x2c/0x50
[ 4480.818841]  </TASK>
[ 4480.818844] irq event stamp: 38794047
[ 4480.818847] hardirqs last  enabled at (38794055): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4480.818852] hardirqs last disabled at (38794062): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4480.818855] softirqs last  enabled at (38790504): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4480.818860] softirqs last disabled at (38790463): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4480.818863] ---[ end trace 0000000000000000 ]---
[ 4504.657770] ------------[ cut here ]------------
[ 4504.657911] WARNING: CPU: 14 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.657919] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.657998]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.658052] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.658055] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.658058] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.658061] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.658064] RSP: 0018:ffffa7991fce74c8 EFLAGS: 00010246
[ 4504.658067] RAX: 0000000000000000 RBX: ffff8fa13a48f710 RCX: 0000000000000000
[ 4504.658070] RDX: 0000000000000000 RSI: ffff8fa13a48f690 RDI: ffffa7991fce74f0
[ 4504.658072] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.658073] R10: ffff8fa13a48f710 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.658075] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.658078] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4504.658080] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.658082] CR2: 00005579b3d80878 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.658084] PKRU: 55555554
[ 4504.658087] Call Trace:
[ 4504.658089]  <TASK>
[ 4504.658096]  submit_one_bio+0xd4/0xe0
[ 4504.658102]  submit_extent_page+0x142/0x550
[ 4504.658114]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.658121]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.658125]  ? folio_unlock+0x1d/0x50
[ 4504.658131]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.658136]  read_tree_block+0x43/0xa0
[ 4504.658140]  read_block_for_search+0x266/0x370
[ 4504.658151]  btrfs_search_slot+0x351/0xd30
[ 4504.658161]  btrfs_lookup_csum+0x63/0x150
[ 4504.658168]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.658178]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.658188]  submit_one_bio+0xc4/0xe0
[ 4504.658192]  ? extent_readahead+0xb7/0x6f0
[ 4504.658194]  extent_readahead+0x6d3/0x6f0
[ 4504.658199]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.658211]  read_pages+0x7a/0x300
[ 4504.658219]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.658226]  filemap_get_pages+0x40e/0x6b0
[ 4504.658232]  ? lock_is_held_type+0xe8/0x140
[ 4504.658241]  filemap_read+0xd7/0x330
[ 4504.658245]  ? lock_is_held_type+0xe8/0x140
[ 4504.658257]  vfs_read+0x243/0x310
[ 4504.658268]  ksys_read+0x64/0xe0
[ 4504.658272]  do_syscall_64+0x5b/0x80
[ 4504.658277]  ? up_read+0x17/0x20
[ 4504.658282]  ? lock_is_held_type+0xe8/0x140
[ 4504.658287]  ? asm_exc_page_fault+0x22/0x30
[ 4504.658292]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.658295]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.658299] RIP: 0033:0x7f90f771eac1
[ 4504.658320] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.658322] RSP: 002b:00007ffed58b8388 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.658326] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.658328] RDX: 0000000000008718 RSI: 00005579b3d78150 RDI: 0000000000000003
[ 4504.658330] RBP: 0000000000008718 R08: 0000000000000000 R09: 0000000000000000
[ 4504.658331] R10: 0000000000000000 R11: 0000000000000246 R12: 00005579b3d78150
[ 4504.658333] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.658343]  </TASK>
[ 4504.658345] irq event stamp: 164029
[ 4504.658347] hardirqs last  enabled at (164037): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.658351] hardirqs last disabled at (164044): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.658354] softirqs last  enabled at (160806): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.658357] softirqs last disabled at (160799): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.658360] ---[ end trace 0000000000000000 ]---
[ 4504.658573] BTRFS error (device nvme0n1p3): level verify failed on logical 5398701408256 mirror 1 wanted 0 found 1
[ 4504.658581] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5398701408256 mirror 1
[ 4504.658585] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4504.658601] BTRFS error (device nvme0n1p3): read failed, bytenr=5398701408256 check owner_root=7 transid=652041 has_first_key=1 first_key=(18446744073709551606 128 200038875136) level=1 size=40
[ 4504.658606] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.658609] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.658611] Call Trace:
[ 4504.658613]  <TASK>
[ 4504.658616]  dump_stack_lvl+0x5b/0x77
[ 4504.658620]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.658627]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.658631]  ? folio_unlock+0x1d/0x50
[ 4504.658636]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.658641]  read_tree_block+0x43/0xa0
[ 4504.658644]  read_block_for_search+0x266/0x370
[ 4504.658655]  btrfs_search_slot+0x351/0xd30
[ 4504.658664]  btrfs_lookup_csum+0x63/0x150
[ 4504.658670]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.658680]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.658688]  submit_one_bio+0xc4/0xe0
[ 4504.658692]  ? extent_readahead+0xb7/0x6f0
[ 4504.658695]  extent_readahead+0x6d3/0x6f0
[ 4504.658698]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.658711]  read_pages+0x7a/0x300
[ 4504.658716]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.658723]  filemap_get_pages+0x40e/0x6b0
[ 4504.658728]  ? lock_is_held_type+0xe8/0x140
[ 4504.658736]  filemap_read+0xd7/0x330
[ 4504.658740]  ? lock_is_held_type+0xe8/0x140
[ 4504.658751]  vfs_read+0x243/0x310
[ 4504.658760]  ksys_read+0x64/0xe0
[ 4504.658764]  do_syscall_64+0x5b/0x80
[ 4504.658768]  ? up_read+0x17/0x20
[ 4504.658772]  ? lock_is_held_type+0xe8/0x140
[ 4504.658777]  ? asm_exc_page_fault+0x22/0x30
[ 4504.658780]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.658783]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.658786] RIP: 0033:0x7f90f771eac1
[ 4504.658790] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.658792] RSP: 002b:00007ffed58b8388 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.658795] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.658797] RDX: 0000000000008718 RSI: 00005579b3d78150 RDI: 0000000000000003
[ 4504.658799] RBP: 0000000000008718 R08: 0000000000000000 R09: 0000000000000000
[ 4504.658801] R10: 0000000000000000 R11: 0000000000000246 R12: 00005579b3d78150
[ 4504.658802] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.658812]  </TASK>
[ 4504.658845] BTRFS error (device nvme0n1p3): read failed, bytenr=5398701408256 check owner_root=7 transid=652041 has_first_key=1 first_key=(18446744073709551606 128 200038875136) level=1 size=40
[ 4504.658849] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.658852] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.658854] Call Trace:
[ 4504.658855]  <TASK>
[ 4504.658857]  dump_stack_lvl+0x5b/0x77
[ 4504.658861]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.658866]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.658870]  ? folio_unlock+0x1d/0x50
[ 4504.658875]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.658880]  read_tree_block+0x43/0xa0
[ 4504.658883]  read_block_for_search+0x266/0x370
[ 4504.658893]  btrfs_search_slot+0x351/0xd30
[ 4504.658902]  btrfs_lookup_csum+0x63/0x150
[ 4504.658909]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.658918]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.658926]  submit_one_bio+0xc4/0xe0
[ 4504.658930]  ? extent_readahead+0xb7/0x6f0
[ 4504.658933]  extent_readahead+0x6d3/0x6f0
[ 4504.658936]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.658949]  read_pages+0x7a/0x300
[ 4504.658954]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.658961]  filemap_get_pages+0x40e/0x6b0
[ 4504.658966]  ? lock_is_held_type+0xe8/0x140
[ 4504.658974]  filemap_read+0xd7/0x330
[ 4504.658977]  ? lock_is_held_type+0xe8/0x140
[ 4504.658989]  vfs_read+0x243/0x310
[ 4504.658998]  ksys_read+0x64/0xe0
[ 4504.659002]  do_syscall_64+0x5b/0x80
[ 4504.659006]  ? up_read+0x17/0x20
[ 4504.659010]  ? lock_is_held_type+0xe8/0x140
[ 4504.659014]  ? asm_exc_page_fault+0x22/0x30
[ 4504.659017]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.659020]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.659023] RIP: 0033:0x7f90f771eac1
[ 4504.659026] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.659028] RSP: 002b:00007ffed58b8388 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.659031] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.659033] RDX: 0000000000008718 RSI: 00005579b3d78150 RDI: 0000000000000003
[ 4504.659035] RBP: 0000000000008718 R08: 0000000000000000 R09: 0000000000000000
[ 4504.659036] R10: 0000000000000000 R11: 0000000000000246 R12: 00005579b3d78150
[ 4504.659038] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.659047]  </TASK>
[ 4504.659049] BTRFS error (device nvme0n1p3): read failed, bytenr=5398701408256 check owner_root=7 transid=652041 has_first_key=1 first_key=(18446744073709551606 128 200038875136) level=1 size=40
[ 4504.659052] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.659054] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.659056] Call Trace:
[ 4504.659057]  <TASK>
[ 4504.659059]  dump_stack_lvl+0x5b/0x77
[ 4504.659063]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.659068]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.659071]  ? folio_unlock+0x1d/0x50
[ 4504.659076]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.659081]  read_tree_block+0x43/0xa0
[ 4504.659084]  read_block_for_search+0x266/0x370
[ 4504.659094]  btrfs_search_slot+0x351/0xd30
[ 4504.659103]  btrfs_lookup_csum+0x63/0x150
[ 4504.659110]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.659119]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.659127]  submit_one_bio+0xc4/0xe0
[ 4504.659131]  ? extent_readahead+0xb7/0x6f0
[ 4504.659133]  extent_readahead+0x6d3/0x6f0
[ 4504.659137]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.659150]  read_pages+0x7a/0x300
[ 4504.659155]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.659162]  filemap_get_pages+0x40e/0x6b0
[ 4504.659167]  ? lock_is_held_type+0xe8/0x140
[ 4504.659175]  filemap_read+0xd7/0x330
[ 4504.659178]  ? lock_is_held_type+0xe8/0x140
[ 4504.659190]  vfs_read+0x243/0x310
[ 4504.659198]  ksys_read+0x64/0xe0
[ 4504.659202]  do_syscall_64+0x5b/0x80
[ 4504.659206]  ? up_read+0x17/0x20
[ 4504.659210]  ? lock_is_held_type+0xe8/0x140
[ 4504.659215]  ? asm_exc_page_fault+0x22/0x30
[ 4504.659218]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.659221]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.659224] RIP: 0033:0x7f90f771eac1
[ 4504.659227] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.659229] RSP: 002b:00007ffed58b8388 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.659231] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.659233] RDX: 0000000000008718 RSI: 00005579b3d78150 RDI: 0000000000000003
[ 4504.659235] RBP: 0000000000008718 R08: 0000000000000000 R09: 0000000000000000
[ 4504.659236] R10: 0000000000000000 R11: 0000000000000246 R12: 00005579b3d78150
[ 4504.659238] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.659247]  </TASK>
[ 4504.659249] BTRFS error (device nvme0n1p3): read failed, bytenr=5398701408256 check owner_root=7 transid=652041 has_first_key=1 first_key=(18446744073709551606 128 200038875136) level=1 size=40
[ 4504.659251] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.659253] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.659255] Call Trace:
[ 4504.659257]  <TASK>
[ 4504.659259]  dump_stack_lvl+0x5b/0x77
[ 4504.659262]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.659267]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.659271]  ? folio_unlock+0x1d/0x50
[ 4504.659275]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.659280]  read_tree_block+0x43/0xa0
[ 4504.659284]  read_block_for_search+0x266/0x370
[ 4504.659293]  btrfs_search_slot+0x351/0xd30
[ 4504.659303]  btrfs_lookup_csum+0x63/0x150
[ 4504.659309]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.659319]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.659326]  submit_one_bio+0xc4/0xe0
[ 4504.659331]  ? extent_readahead+0xb7/0x6f0
[ 4504.659333]  extent_readahead+0x6d3/0x6f0
[ 4504.659337]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.659349]  read_pages+0x7a/0x300
[ 4504.659355]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.659361]  filemap_get_pages+0x40e/0x6b0
[ 4504.659367]  ? lock_is_held_type+0xe8/0x140
[ 4504.659374]  filemap_read+0xd7/0x330
[ 4504.659378]  ? lock_is_held_type+0xe8/0x140
[ 4504.659389]  vfs_read+0x243/0x310
[ 4504.659398]  ksys_read+0x64/0xe0
[ 4504.659402]  do_syscall_64+0x5b/0x80
[ 4504.659406]  ? up_read+0x17/0x20
[ 4504.659410]  ? lock_is_held_type+0xe8/0x140
[ 4504.659415]  ? asm_exc_page_fault+0x22/0x30
[ 4504.659417]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.659421]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.659423] RIP: 0033:0x7f90f771eac1
[ 4504.659426] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.659428] RSP: 002b:00007ffed58b8388 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.659430] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.659432] RDX: 0000000000008718 RSI: 00005579b3d78150 RDI: 0000000000000003
[ 4504.659434] RBP: 0000000000008718 R08: 0000000000000000 R09: 0000000000000000
[ 4504.659436] R10: 0000000000000000 R11: 0000000000000246 R12: 00005579b3d78150
[ 4504.659437] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.659446]  </TASK>
[ 4504.663841] ------------[ cut here ]------------
[ 4504.663845] WARNING: CPU: 14 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.663850] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.663924]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.663972] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.663975] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.663977] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.663980] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.663983] RSP: 0018:ffffa7991fce7468 EFLAGS: 00010246
[ 4504.663986] RAX: 0000000000000000 RBX: ffff8fa13a48ec90 RCX: 0000000000000000
[ 4504.663988] RDX: 0000000000000000 RSI: ffff8fa13a48ec10 RDI: ffffa7991fce7490
[ 4504.663990] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.663992] R10: ffff8fa13a48ec90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.663994] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.663996] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4504.663998] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.664001] CR2: 00007f90e7608024 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.664003] PKRU: 55555554
[ 4504.664005] Call Trace:
[ 4504.664007]  <TASK>
[ 4504.664012]  submit_one_bio+0xd4/0xe0
[ 4504.664017]  submit_extent_page+0x142/0x550
[ 4504.664029]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.664036]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664040]  ? folio_unlock+0x1d/0x50
[ 4504.664045]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.664050]  read_tree_block+0x43/0xa0
[ 4504.664053]  read_block_for_search+0x266/0x370
[ 4504.664064]  btrfs_search_slot+0x351/0xd30
[ 4504.664073]  btrfs_lookup_csum+0x63/0x150
[ 4504.664080]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.664090]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.664098]  submit_one_bio+0xc4/0xe0
[ 4504.664103]  ? extent_readahead+0xb7/0x6f0
[ 4504.664105]  extent_readahead+0x6d3/0x6f0
[ 4504.664109]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664122]  read_pages+0x7a/0x300
[ 4504.664127]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.664134]  filemap_get_pages+0x40e/0x6b0
[ 4504.664140]  ? lock_is_held_type+0xe8/0x140
[ 4504.664148]  filemap_read+0xd7/0x330
[ 4504.664152]  ? lock_is_held_type+0xe8/0x140
[ 4504.664164]  vfs_read+0x243/0x310
[ 4504.664173]  ksys_read+0x64/0xe0
[ 4504.664177]  do_syscall_64+0x5b/0x80
[ 4504.664182]  ? lock_is_held_type+0xe8/0x140
[ 4504.664188]  ? do_syscall_64+0x67/0x80
[ 4504.664191]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664195]  ? do_syscall_64+0x67/0x80
[ 4504.664198]  ? do_syscall_64+0x67/0x80
[ 4504.664201]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664205]  ? do_syscall_64+0x67/0x80
[ 4504.664207]  ? do_syscall_64+0x67/0x80
[ 4504.664210]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664214]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.664217] RIP: 0033:0x7f90f771eac1
[ 4504.664223] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.664225] RSP: 002b:00007ffed58b7628 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.664228] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.664230] RDX: 0000000000005dba RSI: 00005579b3d79160 RDI: 0000000000000003
[ 4504.664232] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4504.664234] R10: 0000000000001000 R11: 0000000000000246 R12: 00005579b3d79160
[ 4504.664236] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.664246]  </TASK>
[ 4504.664248] irq event stamp: 167537
[ 4504.664249] hardirqs last  enabled at (167545): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.664253] hardirqs last disabled at (167552): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.664255] softirqs last  enabled at (166186): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.664258] softirqs last disabled at (165883): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.664261] ---[ end trace 0000000000000000 ]---
[ 4504.664432] BTRFS error (device nvme0n1p3): level verify failed on logical 5399651172352 mirror 1 wanted 0 found 1
[ 4504.664438] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399651172352 mirror 1
[ 4504.664441] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4504.664454] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4504.664459] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.664462] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.664464] Call Trace:
[ 4504.664466]  <TASK>
[ 4504.664468]  dump_stack_lvl+0x5b/0x77
[ 4504.664472]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.664477]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664482]  ? folio_unlock+0x1d/0x50
[ 4504.664486]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.664491]  read_tree_block+0x43/0xa0
[ 4504.664495]  read_block_for_search+0x266/0x370
[ 4504.664505]  btrfs_search_slot+0x351/0xd30
[ 4504.664514]  btrfs_lookup_csum+0x63/0x150
[ 4504.664521]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.664530]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.664538]  submit_one_bio+0xc4/0xe0
[ 4504.664543]  ? extent_readahead+0xb7/0x6f0
[ 4504.664545]  extent_readahead+0x6d3/0x6f0
[ 4504.664548]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664561]  read_pages+0x7a/0x300
[ 4504.664566]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.664573]  filemap_get_pages+0x40e/0x6b0
[ 4504.664578]  ? lock_is_held_type+0xe8/0x140
[ 4504.664586]  filemap_read+0xd7/0x330
[ 4504.664589]  ? lock_is_held_type+0xe8/0x140
[ 4504.664601]  vfs_read+0x243/0x310
[ 4504.664610]  ksys_read+0x64/0xe0
[ 4504.664614]  do_syscall_64+0x5b/0x80
[ 4504.664619]  ? lock_is_held_type+0xe8/0x140
[ 4504.664624]  ? do_syscall_64+0x67/0x80
[ 4504.664627]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664630]  ? do_syscall_64+0x67/0x80
[ 4504.664633]  ? do_syscall_64+0x67/0x80
[ 4504.664637]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664640]  ? do_syscall_64+0x67/0x80
[ 4504.664643]  ? do_syscall_64+0x67/0x80
[ 4504.664645]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664649]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.664651] RIP: 0033:0x7f90f771eac1
[ 4504.664655] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.664658] RSP: 002b:00007ffed58b7628 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.664661] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.664662] RDX: 0000000000005dba RSI: 00005579b3d79160 RDI: 0000000000000003
[ 4504.664664] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4504.664666] R10: 0000000000001000 R11: 0000000000000246 R12: 00005579b3d79160
[ 4504.664668] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.664677]  </TASK>
[ 4504.664679] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4504.664682] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.664685] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.664687] Call Trace:
[ 4504.664688]  <TASK>
[ 4504.664690]  dump_stack_lvl+0x5b/0x77
[ 4504.664694]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.664698]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664702]  ? folio_unlock+0x1d/0x50
[ 4504.664707]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.664712]  read_tree_block+0x43/0xa0
[ 4504.664715]  read_block_for_search+0x266/0x370
[ 4504.664725]  btrfs_search_slot+0x351/0xd30
[ 4504.664734]  btrfs_lookup_csum+0x63/0x150
[ 4504.664741]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.664750]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.664758]  submit_one_bio+0xc4/0xe0
[ 4504.664763]  ? extent_readahead+0xb7/0x6f0
[ 4504.664765]  extent_readahead+0x6d3/0x6f0
[ 4504.664768]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664781]  read_pages+0x7a/0x300
[ 4504.664786]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.664793]  filemap_get_pages+0x40e/0x6b0
[ 4504.664798]  ? lock_is_held_type+0xe8/0x140
[ 4504.664806]  filemap_read+0xd7/0x330
[ 4504.664809]  ? lock_is_held_type+0xe8/0x140
[ 4504.664821]  vfs_read+0x243/0x310
[ 4504.664830]  ksys_read+0x64/0xe0
[ 4504.664834]  do_syscall_64+0x5b/0x80
[ 4504.664839]  ? lock_is_held_type+0xe8/0x140
[ 4504.664844]  ? do_syscall_64+0x67/0x80
[ 4504.664847]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664850]  ? do_syscall_64+0x67/0x80
[ 4504.664853]  ? do_syscall_64+0x67/0x80
[ 4504.664856]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664860]  ? do_syscall_64+0x67/0x80
[ 4504.664862]  ? do_syscall_64+0x67/0x80
[ 4504.664865]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.664868]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.664871] RIP: 0033:0x7f90f771eac1
[ 4504.664874] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.664876] RSP: 002b:00007ffed58b7628 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.664878] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.664880] RDX: 0000000000005dba RSI: 00005579b3d79160 RDI: 0000000000000003
[ 4504.664882] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4504.664884] R10: 0000000000001000 R11: 0000000000000246 R12: 00005579b3d79160
[ 4504.664885] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.664894]  </TASK>
[ 4504.664910] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4504.664913] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.664915] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.664917] Call Trace:
[ 4504.664918]  <TASK>
[ 4504.664920]  dump_stack_lvl+0x5b/0x77
[ 4504.664924]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.664929]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.664933]  ? folio_unlock+0x1d/0x50
[ 4504.664937]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.664942]  read_tree_block+0x43/0xa0
[ 4504.664946]  read_block_for_search+0x266/0x370
[ 4504.664956]  btrfs_search_slot+0x351/0xd30
[ 4504.664966]  btrfs_lookup_csum+0x63/0x150
[ 4504.664972]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.664982]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.664989]  submit_one_bio+0xc4/0xe0
[ 4504.664994]  ? extent_readahead+0xb7/0x6f0
[ 4504.664996]  extent_readahead+0x6d3/0x6f0
[ 4504.665000]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.665012]  read_pages+0x7a/0x300
[ 4504.665017]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.665024]  filemap_get_pages+0x40e/0x6b0
[ 4504.665029]  ? lock_is_held_type+0xe8/0x140
[ 4504.665037]  filemap_read+0xd7/0x330
[ 4504.665040]  ? lock_is_held_type+0xe8/0x140
[ 4504.665052]  vfs_read+0x243/0x310
[ 4504.665060]  ksys_read+0x64/0xe0
[ 4504.665064]  do_syscall_64+0x5b/0x80
[ 4504.665070]  ? lock_is_held_type+0xe8/0x140
[ 4504.665075]  ? do_syscall_64+0x67/0x80
[ 4504.665078]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.665081]  ? do_syscall_64+0x67/0x80
[ 4504.665084]  ? do_syscall_64+0x67/0x80
[ 4504.665087]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.665091]  ? do_syscall_64+0x67/0x80
[ 4504.665093]  ? do_syscall_64+0x67/0x80
[ 4504.665096]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.665099]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.665102] RIP: 0033:0x7f90f771eac1
[ 4504.665105] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.665107] RSP: 002b:00007ffed58b7628 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.665109] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.665111] RDX: 0000000000005dba RSI: 00005579b3d79160 RDI: 0000000000000003
[ 4504.665113] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4504.665114] R10: 0000000000001000 R11: 0000000000000246 R12: 00005579b3d79160
[ 4504.665116] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.665125]  </TASK>
[ 4504.665127] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4504.665130] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.665132] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.665133] Call Trace:
[ 4504.665135]  <TASK>
[ 4504.665137]  dump_stack_lvl+0x5b/0x77
[ 4504.665140]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4504.665145]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.665149]  ? folio_unlock+0x1d/0x50
[ 4504.665153]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.665158]  read_tree_block+0x43/0xa0
[ 4504.665162]  read_block_for_search+0x266/0x370
[ 4504.665171]  btrfs_search_slot+0x351/0xd30
[ 4504.665181]  btrfs_lookup_csum+0x63/0x150
[ 4504.665187]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.665196]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.665204]  submit_one_bio+0xc4/0xe0
[ 4504.665209]  ? extent_readahead+0xb7/0x6f0
[ 4504.665211]  extent_readahead+0x6d3/0x6f0
[ 4504.665214]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.665227]  read_pages+0x7a/0x300
[ 4504.665232]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.665239]  filemap_get_pages+0x40e/0x6b0
[ 4504.665244]  ? lock_is_held_type+0xe8/0x140
[ 4504.665252]  filemap_read+0xd7/0x330
[ 4504.665255]  ? lock_is_held_type+0xe8/0x140
[ 4504.665267]  vfs_read+0x243/0x310
[ 4504.665275]  ksys_read+0x64/0xe0
[ 4504.665279]  do_syscall_64+0x5b/0x80
[ 4504.665284]  ? lock_is_held_type+0xe8/0x140
[ 4504.665289]  ? do_syscall_64+0x67/0x80
[ 4504.665292]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.665296]  ? do_syscall_64+0x67/0x80
[ 4504.665299]  ? do_syscall_64+0x67/0x80
[ 4504.665302]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.665305]  ? do_syscall_64+0x67/0x80
[ 4504.665308]  ? do_syscall_64+0x67/0x80
[ 4504.665311]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.665314]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.665316] RIP: 0033:0x7f90f771eac1
[ 4504.665319] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.665321] RSP: 002b:00007ffed58b7628 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.665324] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.665325] RDX: 0000000000005dba RSI: 00005579b3d79160 RDI: 0000000000000003
[ 4504.665327] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4504.665329] R10: 0000000000001000 R11: 0000000000000246 R12: 00005579b3d79160
[ 4504.665330] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.665339]  </TASK>
[ 4504.707204] ------------[ cut here ]------------
[ 4504.707210] WARNING: CPU: 14 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.707216] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.707302]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.707355] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.707358] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.707360] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.707363] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.707366] RSP: 0018:ffffa7991fce7518 EFLAGS: 00010246
[ 4504.707369] RAX: 0000000000000000 RBX: ffff8fa13a48ced0 RCX: 0000000000000000
[ 4504.707371] RDX: 0000000000000000 RSI: ffff8fa13a48ce50 RDI: ffffa7991fce7540
[ 4504.707373] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.707375] R10: ffff8fa13a48ced0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.707377] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.707380] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4504.707382] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.707384] CR2: 00005579b3e94c68 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.707386] PKRU: 55555554
[ 4504.707388] Call Trace:
[ 4504.707391]  <TASK>
[ 4504.707397]  submit_one_bio+0xd4/0xe0
[ 4504.707403]  submit_extent_page+0x142/0x550
[ 4504.707416]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.707422]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.707427]  ? folio_unlock+0x1d/0x50
[ 4504.707432]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.707438]  read_tree_block+0x43/0xa0
[ 4504.707441]  read_block_for_search+0x266/0x370
[ 4504.707453]  btrfs_search_slot+0x351/0xd30
[ 4504.707463]  btrfs_lookup_csum+0x63/0x150
[ 4504.707469]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.707479]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.707488]  submit_one_bio+0xc4/0xe0
[ 4504.707493]  ? extent_readahead+0xb7/0x6f0
[ 4504.707495]  extent_readahead+0x6d3/0x6f0
[ 4504.707499]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.707512]  read_pages+0x7a/0x300
[ 4504.707519]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.707526]  filemap_get_pages+0x40e/0x6b0
[ 4504.707532]  ? lock_is_held_type+0xe8/0x140
[ 4504.707541]  filemap_read+0xd7/0x330
[ 4504.707545]  ? lock_is_held_type+0xe8/0x140
[ 4504.707557]  vfs_read+0x243/0x310
[ 4504.707567]  ksys_read+0x64/0xe0
[ 4504.707571]  do_syscall_64+0x5b/0x80
[ 4504.707577]  ? asm_exc_page_fault+0x22/0x30
[ 4504.707581]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.707584]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.707588] RIP: 0033:0x7f90f771eac1
[ 4504.707616] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.707620] RSP: 002b:00007ffed58b61c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.707625] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.707628] RDX: 000000000002ee1b RSI: 00005579b3e65e40 RDI: 0000000000000003
[ 4504.707632] RBP: 000000000002ee1b R08: 0000000000000000 R09: 0000000000000000
[ 4504.707635] R10: 00005579b3e65e10 R11: 0000000000000246 R12: 00005579b3e65e40
[ 4504.707637] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.707654]  </TASK>
[ 4504.707657] irq event stamp: 217897
[ 4504.707660] hardirqs last  enabled at (217905): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.707666] hardirqs last disabled at (217912): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.707670] softirqs last  enabled at (216056): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.707675] softirqs last disabled at (216047): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.707679] ---[ end trace 0000000000000000 ]---
[ 4504.747320] ------------[ cut here ]------------
[ 4504.747328] WARNING: CPU: 0 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.747334] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.747412]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.747464] CPU: 0 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.747468] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.747470] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.747473] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.747476] RSP: 0018:ffffa7991fce7450 EFLAGS: 00010246
[ 4504.747479] RAX: 0000000000000000 RBX: ffff8fa02e9331d0 RCX: 0000000000000000
[ 4504.747481] RDX: 0000000000000000 RSI: ffff8fa02e933150 RDI: ffffa7991fce7478
[ 4504.747483] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.747485] R10: ffff8fa02e9331d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.747487] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.747489] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4504.747492] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.747494] CR2: 00005579b3f606a8 CR3: 0000000433558000 CR4: 0000000000750ef0
[ 4504.747496] PKRU: 55555554
[ 4504.747498] Call Trace:
[ 4504.747501]  <TASK>
[ 4504.747507]  submit_one_bio+0xd4/0xe0
[ 4504.747513]  submit_extent_page+0x142/0x550
[ 4504.747526]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.747533]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.747537]  ? folio_unlock+0x1d/0x50
[ 4504.747543]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.747548]  read_tree_block+0x43/0xa0
[ 4504.747552]  read_block_for_search+0x266/0x370
[ 4504.747563]  btrfs_search_slot+0x351/0xd30
[ 4504.747573]  btrfs_lookup_csum+0x63/0x150
[ 4504.747580]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.747590]  btrfs_submit_compressed_read+0x359/0x470
[ 4504.747599]  submit_one_bio+0xc4/0xe0
[ 4504.747603]  ? extent_readahead+0xb7/0x6f0
[ 4504.747606]  extent_readahead+0x6d3/0x6f0
[ 4504.747610]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.747623]  read_pages+0x7a/0x300
[ 4504.747630]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.747637]  filemap_get_pages+0x40e/0x6b0
[ 4504.747643]  ? lock_is_held_type+0xe8/0x140
[ 4504.747652]  filemap_read+0xd7/0x330
[ 4504.747656]  ? lock_is_held_type+0xe8/0x140
[ 4504.747668]  vfs_read+0x243/0x310
[ 4504.747677]  ksys_read+0x64/0xe0
[ 4504.747682]  do_syscall_64+0x5b/0x80
[ 4504.747687]  ? sched_clock_local+0xe/0x80
[ 4504.747691]  ? sched_clock_cpu+0x9f/0xc0
[ 4504.747695]  ? lock_release+0x14b/0x440
[ 4504.747701]  ? up_read+0x17/0x20
[ 4504.747706]  ? lock_is_held_type+0xe8/0x140
[ 4504.747711]  ? asm_exc_page_fault+0x22/0x30
[ 4504.747715]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.747719]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.747722] RIP: 0033:0x7f90f771eac1
[ 4504.747740] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4504.747762] RSP: 002b:00007ffed58b8388 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4504.747766] RAX: ffffffffffffffda RBX: 00007f90f7dd26c8 RCX: 00007f90f771eac1
[ 4504.747768] RDX: 0000000000008f77 RSI: 00005579b3f57730 RDI: 0000000000000003
[ 4504.747770] RBP: 0000000000008f77 R08: 0000000000000000 R09: 0000000000000000
[ 4504.747771] R10: 0000000000001000 R11: 0000000000000246 R12: 00005579b3f57730
[ 4504.747773] R13: 0000000000000003 R14: 00007f90f7d1ed38 R15: 00007f90f74e7010
[ 4504.747784]  </TASK>
[ 4504.747786] irq event stamp: 262673
[ 4504.747788] hardirqs last  enabled at (262681): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.747792] hardirqs last disabled at (262688): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.747794] softirqs last  enabled at (260838): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.747798] softirqs last disabled at (260831): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.747800] ---[ end trace 0000000000000000 ]---
[ 4504.802347] ------------[ cut here ]------------
[ 4504.802355] WARNING: CPU: 14 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.802362] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.802441]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.802495] CPU: 14 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.802498] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.802501] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.802504] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.802507] RSP: 0018:ffffa7991fce74b0 EFLAGS: 00010246
[ 4504.802510] RAX: 0000000000000000 RBX: ffff8fa13a48f1d0 RCX: 0000000000000000
[ 4504.802513] RDX: 0000000000000000 RSI: ffff8fa13a48f150 RDI: ffffa7991fce74d8
[ 4504.802515] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.802517] R10: ffff8fa13a48f1d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.802519] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.802521] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4504.802523] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.802525] CR2: 00005579b40e0198 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.802527] PKRU: 55555554
[ 4504.802529] Call Trace:
[ 4504.802532]  <TASK>
[ 4504.802539]  submit_one_bio+0xd4/0xe0
[ 4504.802545]  submit_extent_page+0x142/0x550
[ 4504.802557]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.802564]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.802568]  ? folio_unlock+0x1d/0x50
[ 4504.802575]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.802580]  read_tree_block+0x43/0xa0
[ 4504.802584]  read_block_for_search+0x266/0x370
[ 4504.802596]  btrfs_search_slot+0x351/0xd30
[ 4504.802605]  btrfs_lookup_csum+0x63/0x150
[ 4504.802612]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.802622]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4504.802627]  submit_one_bio+0xc4/0xe0
[ 4504.802632]  ? extent_readahead+0xb7/0x6f0
[ 4504.802634]  extent_readahead+0x6d3/0x6f0
[ 4504.802639]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.802652]  read_pages+0x7a/0x300
[ 4504.802659]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.802666]  filemap_get_pages+0x40e/0x6b0
[ 4504.802672]  ? lock_is_held_type+0xe8/0x140
[ 4504.802681]  filemap_read+0xd7/0x330
[ 4504.802695]  vfs_read+0x243/0x310
[ 4504.802705]  __x64_sys_pread64+0x79/0xb0
[ 4504.802710]  do_syscall_64+0x5b/0x80
[ 4504.802716]  ? lock_is_held_type+0xe8/0x140
[ 4504.802721]  ? do_syscall_64+0x67/0x80
[ 4504.802724]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.802728]  ? do_syscall_64+0x67/0x80
[ 4504.802731]  ? do_syscall_64+0x67/0x80
[ 4504.802734]  ? do_syscall_64+0x67/0x80
[ 4504.802738]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.802767]  ? do_syscall_64+0x67/0x80
[ 4504.802771]  ? do_syscall_64+0x67/0x80
[ 4504.802774]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.802778]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.802782] RIP: 0033:0x7f90f771cac7
[ 4504.802803] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4504.802805] RSP: 002b:00007ffed58ba258 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4504.802809] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4504.802811] RDX: 0000000000001000 RSI: 00005579b40b2e18 RDI: 0000000000000003
[ 4504.802813] RBP: 0000000000a4a000 R08: 00005579b40b2e18 R09: 0000000000000000
[ 4504.802815] R10: 0000000000a4a000 R11: 0000000000000202 R12: 0000000000001000
[ 4504.802817] R13: 00005579b40b2e18 R14: 0000000000001000 R15: 00005579b3fe2b38
[ 4504.802826]  </TASK>
[ 4504.802828] irq event stamp: 315415
[ 4504.802830] hardirqs last  enabled at (315423): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.802834] hardirqs last disabled at (315430): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.802837] softirqs last  enabled at (311866): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.802840] softirqs last disabled at (311173): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.802843] ---[ end trace 0000000000000000 ]---
[ 4504.902649] ------------[ cut here ]------------
[ 4504.902657] WARNING: CPU: 2 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.902664] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.902741]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.902817] CPU: 2 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.902820] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.902823] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.902827] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.902829] RSP: 0018:ffffa7991fce73d8 EFLAGS: 00010246
[ 4504.902832] RAX: 0000000000000000 RBX: ffff8f97902755d0 RCX: 0000000000000000
[ 4504.902835] RDX: 0000000000000000 RSI: ffff8f9790275550 RDI: ffffa7991fce7400
[ 4504.902837] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.902839] R10: ffff8f97902755d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.902841] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.902843] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4504.902845] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.902847] CR2: 00005579b41628f8 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.902849] PKRU: 55555554
[ 4504.902852] Call Trace:
[ 4504.902854]  <TASK>
[ 4504.902861]  submit_one_bio+0xd4/0xe0
[ 4504.902867]  submit_extent_page+0x142/0x550
[ 4504.902880]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.902886]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.902890]  ? folio_unlock+0x1d/0x50
[ 4504.902896]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.902902]  read_tree_block+0x43/0xa0
[ 4504.902905]  read_block_for_search+0x266/0x370
[ 4504.902916]  btrfs_search_slot+0x351/0xd30
[ 4504.902926]  btrfs_lookup_csum+0x63/0x150
[ 4504.902933]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.902943]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4504.902948]  submit_one_bio+0xc4/0xe0
[ 4504.902953]  submit_extent_page+0x142/0x550
[ 4504.902957]  ? btrfs_get_extent+0x4c1/0x940
[ 4504.902967]  btrfs_do_readpage+0x305/0x770
[ 4504.902971]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4504.902979]  ? extent_readahead+0xb7/0x6f0
[ 4504.902981]  extent_readahead+0x3f7/0x6f0
[ 4504.902985]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.902998]  read_pages+0x7a/0x300
[ 4504.903005]  page_cache_ra_unbounded+0x109/0x1b0
[ 4504.903011]  filemap_get_pages+0x11e/0x6b0
[ 4504.903018]  ? lock_is_held_type+0xe8/0x140
[ 4504.903027]  filemap_read+0xd7/0x330
[ 4504.903040]  vfs_read+0x243/0x310
[ 4504.903050]  __x64_sys_pread64+0x79/0xb0
[ 4504.903055]  do_syscall_64+0x5b/0x80
[ 4504.903060]  ? lock_is_held_type+0xe8/0x140
[ 4504.903065]  ? asm_exc_page_fault+0x22/0x30
[ 4504.903069]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.903072]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.903075] RIP: 0033:0x7f90f771cac7
[ 4504.903096] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4504.903099] RSP: 002b:00007ffed58ba0a8 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4504.903102] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4504.903104] RDX: 0000000000001000 RSI: 00005579b44144f8 RDI: 0000000000000008
[ 4504.903106] RBP: 0000000000141000 R08: 00005579b44144f8 R09: 0000000000000000
[ 4504.903108] R10: 0000000000141000 R11: 0000000000000202 R12: 0000000000001000
[ 4504.903110] R13: 00005579b44144f8 R14: 0000000000001000 R15: 00005579b4073d58
[ 4504.903119]  </TASK>
[ 4504.903121] irq event stamp: 403917
[ 4504.903123] hardirqs last  enabled at (403925): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.903127] hardirqs last disabled at (403932): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.903130] softirqs last  enabled at (403130): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.903134] softirqs last disabled at (403125): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.903136] ---[ end trace 0000000000000000 ]---
[ 4504.924053] ------------[ cut here ]------------
[ 4504.924060] WARNING: CPU: 8 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.924076] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.924153]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.924207] CPU: 8 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.924211] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.924214] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.924218] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.924221] RSP: 0018:ffffa7991fce7398 EFLAGS: 00010246
[ 4504.924224] RAX: 0000000000000000 RBX: ffff8fa3b988f1d0 RCX: 0000000000000000
[ 4504.924227] RDX: 0000000000000000 RSI: ffff8fa3b988f150 RDI: ffffa7991fce73c0
[ 4504.924229] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.924231] R10: ffff8fa3b988f1d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.924233] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.924235] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4504.924237] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.924239] CR2: 00005579b455b000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.924241] PKRU: 55555554
[ 4504.924244] Call Trace:
[ 4504.924246]  <TASK>
[ 4504.924253]  submit_one_bio+0xd4/0xe0
[ 4504.924259]  submit_extent_page+0x142/0x550
[ 4504.924271]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.924278]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.924283]  ? folio_unlock+0x1d/0x50
[ 4504.924289]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.924294]  read_tree_block+0x43/0xa0
[ 4504.924298]  read_block_for_search+0x266/0x370
[ 4504.924309]  btrfs_search_slot+0x351/0xd30
[ 4504.924319]  btrfs_lookup_csum+0x63/0x150
[ 4504.924326]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.924336]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4504.924341]  submit_one_bio+0xc4/0xe0
[ 4504.924346]  submit_extent_page+0x142/0x550
[ 4504.924350]  ? btrfs_get_extent+0x4c1/0x940
[ 4504.924360]  btrfs_do_readpage+0x305/0x770
[ 4504.924365]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4504.924372]  ? extent_readahead+0xb7/0x6f0
[ 4504.924375]  extent_readahead+0x3f7/0x6f0
[ 4504.924379]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.924391]  read_pages+0x7a/0x300
[ 4504.924399]  page_cache_ra_unbounded+0x131/0x1b0
[ 4504.924405]  filemap_get_pages+0x11e/0x6b0
[ 4504.924412]  ? lock_is_held_type+0xe8/0x140
[ 4504.924422]  filemap_read+0xd7/0x330
[ 4504.924435]  vfs_read+0x243/0x310
[ 4504.924446]  __x64_sys_pread64+0x79/0xb0
[ 4504.924451]  do_syscall_64+0x5b/0x80
[ 4504.924456]  ? lock_is_held_type+0xe8/0x140
[ 4504.924461]  ? do_syscall_64+0x67/0x80
[ 4504.924465]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.924468]  ? do_syscall_64+0x67/0x80
[ 4504.924471]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.924475]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.924479] RIP: 0033:0x7f90f771cac7
[ 4504.924500] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4504.924502] RSP: 002b:00007ffed58ba0a8 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4504.924505] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4504.924508] RDX: 0000000000001000 RSI: 00005579b44a72b8 RDI: 0000000000000008
[ 4504.924509] RBP: 000000000025a000 R08: 00005579b44a72b8 R09: 0000000000000000
[ 4504.924511] R10: 000000000025a000 R11: 0000000000000202 R12: 0000000000001000
[ 4504.924513] R13: 00005579b44a72b8 R14: 0000000000001000 R15: 00005579b4073d58
[ 4504.924523]  </TASK>
[ 4504.924525] irq event stamp: 431381
[ 4504.924526] hardirqs last  enabled at (431389): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.924531] hardirqs last disabled at (431396): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.924534] softirqs last  enabled at (429258): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.924538] softirqs last disabled at (429251): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.924540] ---[ end trace 0000000000000000 ]---
[ 4504.997876] ------------[ cut here ]------------
[ 4504.997886] WARNING: CPU: 10 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4504.997895] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4504.998020]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4504.998093] CPU: 10 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4504.998098] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4504.998103] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4504.998108] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4504.998112] RSP: 0018:ffffa7991fce7410 EFLAGS: 00010246
[ 4504.998118] RAX: 0000000000000000 RBX: ffff8f9a73fda910 RCX: 0000000000000000
[ 4504.998122] RDX: 0000000000000000 RSI: ffff8f9a73fda890 RDI: ffffa7991fce7438
[ 4504.998126] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4504.998129] R10: ffff8f9a73fda910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4504.998133] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4504.998137] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4504.998140] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4504.998142] CR2: 00007faa96603590 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4504.998145] PKRU: 55555554
[ 4504.998147] Call Trace:
[ 4504.998150]  <TASK>
[ 4504.998156]  submit_one_bio+0xd4/0xe0
[ 4504.998163]  submit_extent_page+0x142/0x550
[ 4504.998175]  read_extent_buffer_pages+0x584/0x9c0
[ 4504.998182]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.998187]  ? folio_unlock+0x1d/0x50
[ 4504.998193]  btrfs_read_extent_buffer+0x98/0x150
[ 4504.998199]  read_tree_block+0x43/0xa0
[ 4504.998202]  read_block_for_search+0x266/0x370
[ 4504.998213]  btrfs_search_slot+0x351/0xd30
[ 4504.998224]  btrfs_lookup_csum+0x63/0x150
[ 4504.998231]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4504.998241]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4504.998245]  submit_one_bio+0xc4/0xe0
[ 4504.998251]  submit_extent_page+0x142/0x550
[ 4504.998255]  ? btrfs_get_extent+0x4c1/0x940
[ 4504.998265]  btrfs_do_readpage+0x305/0x770
[ 4504.998270]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4504.998278]  ? extent_readahead+0xb7/0x6f0
[ 4504.998280]  extent_readahead+0x3f7/0x6f0
[ 4504.998284]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4504.998297]  read_pages+0x7a/0x300
[ 4504.998305]  page_cache_ra_unbounded+0x109/0x1b0
[ 4504.998311]  filemap_get_pages+0x11e/0x6b0
[ 4504.998318]  ? lock_is_held_type+0xe8/0x140
[ 4504.998327]  filemap_read+0xd7/0x330
[ 4504.998341]  vfs_read+0x243/0x310
[ 4504.998351]  __x64_sys_pread64+0x79/0xb0
[ 4504.998357]  do_syscall_64+0x5b/0x80
[ 4504.998362]  ? asm_exc_page_fault+0x22/0x30
[ 4504.998366]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4504.998370]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4504.998373] RIP: 0033:0x7f90f771cac7
[ 4504.998394] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4504.998397] RSP: 002b:00007ffed58ba0a8 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4504.998400] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4504.998402] RDX: 0000000000001000 RSI: 00005579b4400458 RDI: 0000000000000008
[ 4504.998404] RBP: 0000000000e3f000 R08: 00005579b4400458 R09: 00000000000d00bc
[ 4504.998406] R10: 0000000000e3f000 R11: 0000000000000202 R12: 0000000000001000
[ 4504.998408] R13: 00005579b4400458 R14: 0000000000001000 R15: 00005579b4073d58
[ 4504.998418]  </TASK>
[ 4504.998420] irq event stamp: 503889
[ 4504.998422] hardirqs last  enabled at (503897): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4504.998426] hardirqs last disabled at (503904): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4504.998429] softirqs last  enabled at (502534): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.998433] softirqs last disabled at (502527): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4504.998436] ---[ end trace 0000000000000000 ]---
[ 4505.111156] ------------[ cut here ]------------
[ 4505.111164] WARNING: CPU: 11 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4505.111171] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4505.111249]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4505.111302] CPU: 11 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4505.111306] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4505.111308] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4505.111312] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4505.111314] RSP: 0018:ffffa7991fce7410 EFLAGS: 00010246
[ 4505.111318] RAX: 0000000000000000 RBX: ffff8f971fb18610 RCX: 0000000000000000
[ 4505.111320] RDX: 0000000000000000 RSI: ffff8f971fb18590 RDI: ffffa7991fce7438
[ 4505.111322] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4505.111324] R10: ffff8f971fb18610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4505.111326] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4505.111328] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 4505.111330] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4505.111333] CR2: 00007f90e62db000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4505.111335] PKRU: 55555554
[ 4505.111337] Call Trace:
[ 4505.111339]  <TASK>
[ 4505.111346]  submit_one_bio+0xd4/0xe0
[ 4505.111353]  submit_extent_page+0x142/0x550
[ 4505.111365]  read_extent_buffer_pages+0x584/0x9c0
[ 4505.111372]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.111376]  ? folio_unlock+0x1d/0x50
[ 4505.111384]  btrfs_read_extent_buffer+0x98/0x150
[ 4505.111389]  read_tree_block+0x43/0xa0
[ 4505.111392]  read_block_for_search+0x266/0x370
[ 4505.111404]  btrfs_search_slot+0x351/0xd30
[ 4505.111414]  btrfs_lookup_csum+0x63/0x150
[ 4505.111420]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4505.111430]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4505.111436]  submit_one_bio+0xc4/0xe0
[ 4505.111441]  submit_extent_page+0x142/0x550
[ 4505.111445]  ? btrfs_get_extent+0x4c1/0x940
[ 4505.111454]  btrfs_do_readpage+0x305/0x770
[ 4505.111459]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4505.111467]  ? extent_readahead+0xb7/0x6f0
[ 4505.111469]  extent_readahead+0x3f7/0x6f0
[ 4505.111473]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.111486]  read_pages+0x7a/0x300
[ 4505.111493]  page_cache_ra_unbounded+0x131/0x1b0
[ 4505.111500]  filemap_get_pages+0x11e/0x6b0
[ 4505.111506]  ? lock_is_held_type+0xe8/0x140
[ 4505.111516]  filemap_read+0xd7/0x330
[ 4505.111529]  vfs_read+0x243/0x310
[ 4505.111540]  __x64_sys_pread64+0x79/0xb0
[ 4505.111545]  do_syscall_64+0x5b/0x80
[ 4505.111549]  ? asm_exc_page_fault+0x22/0x30
[ 4505.111554]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.111557]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4505.111560] RIP: 0033:0x7f90f771cac7
[ 4505.111582] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4505.111584] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4505.111587] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4505.111590] RDX: 0000000000001000 RSI: 00005579b43d3d48 RDI: 0000000000000008
[ 4505.111592] RBP: 00000000023dc000 R08: 00005579b43d3d48 R09: 0000000000000005
[ 4505.111594] R10: 00000000023dc000 R11: 0000000000000202 R12: 0000000000001000
[ 4505.111595] R13: 00005579b43d3d48 R14: 0000000000001000 R15: 00005579b4073d58
[ 4505.111605]  </TASK>
[ 4505.111607] irq event stamp: 643035
[ 4505.111609] hardirqs last  enabled at (643043): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4505.111613] hardirqs last disabled at (643050): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4505.111616] softirqs last  enabled at (640736): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4505.111620] softirqs last disabled at (640731): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4505.111622] ---[ end trace 0000000000000000 ]---
[ 4505.111819] BTRFS error (device nvme0n1p3): level verify failed on logical 5399734124544 mirror 1 wanted 0 found 1
[ 4505.111827] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399734124544 mirror 1
[ 4505.111831] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4505.111865] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4505.111870] CPU: 11 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4505.111873] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4505.111875] Call Trace:
[ 4505.111877]  <TASK>
[ 4505.111879]  dump_stack_lvl+0x5b/0x77
[ 4505.111884]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4505.111891]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.111896]  ? folio_unlock+0x1d/0x50
[ 4505.111902]  btrfs_read_extent_buffer+0x98/0x150
[ 4505.111907]  read_tree_block+0x43/0xa0
[ 4505.111911]  read_block_for_search+0x266/0x370
[ 4505.111921]  btrfs_search_slot+0x351/0xd30
[ 4505.111930]  btrfs_lookup_csum+0x63/0x150
[ 4505.111936]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4505.111946]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4505.111950]  submit_one_bio+0xc4/0xe0
[ 4505.111955]  submit_extent_page+0x142/0x550
[ 4505.111959]  ? btrfs_get_extent+0x4c1/0x940
[ 4505.111968]  btrfs_do_readpage+0x305/0x770
[ 4505.111972]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4505.111980]  ? extent_readahead+0xb7/0x6f0
[ 4505.111982]  extent_readahead+0x3f7/0x6f0
[ 4505.111986]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.111998]  read_pages+0x7a/0x300
[ 4505.112004]  page_cache_ra_unbounded+0x131/0x1b0
[ 4505.112010]  filemap_get_pages+0x11e/0x6b0
[ 4505.112016]  ? lock_is_held_type+0xe8/0x140
[ 4505.112023]  filemap_read+0xd7/0x330
[ 4505.112036]  vfs_read+0x243/0x310
[ 4505.112045]  __x64_sys_pread64+0x79/0xb0
[ 4505.112049]  do_syscall_64+0x5b/0x80
[ 4505.112053]  ? asm_exc_page_fault+0x22/0x30
[ 4505.112056]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.112059]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4505.112062] RIP: 0033:0x7f90f771cac7
[ 4505.112066] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4505.112069] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4505.112072] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4505.112074] RDX: 0000000000001000 RSI: 00005579b43d3d48 RDI: 0000000000000008
[ 4505.112075] RBP: 00000000023dc000 R08: 00005579b43d3d48 R09: 0000000000000005
[ 4505.112077] R10: 00000000023dc000 R11: 0000000000000202 R12: 0000000000001000
[ 4505.112079] R13: 00005579b43d3d48 R14: 0000000000001000 R15: 00005579b4073d58
[ 4505.112088]  </TASK>
[ 4505.112090] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4505.112094] CPU: 11 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4505.112096] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4505.112098] Call Trace:
[ 4505.112099]  <TASK>
[ 4505.112101]  dump_stack_lvl+0x5b/0x77
[ 4505.112105]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4505.112110]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.112114]  ? folio_unlock+0x1d/0x50
[ 4505.112118]  btrfs_read_extent_buffer+0x98/0x150
[ 4505.112123]  read_tree_block+0x43/0xa0
[ 4505.112127]  read_block_for_search+0x266/0x370
[ 4505.112137]  btrfs_search_slot+0x351/0xd30
[ 4505.112146]  btrfs_lookup_csum+0x63/0x150
[ 4505.112152]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4505.112162]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4505.112165]  submit_one_bio+0xc4/0xe0
[ 4505.112170]  submit_extent_page+0x142/0x550
[ 4505.112174]  ? btrfs_get_extent+0x4c1/0x940
[ 4505.112183]  btrfs_do_readpage+0x305/0x770
[ 4505.112187]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4505.112195]  ? extent_readahead+0xb7/0x6f0
[ 4505.112197]  extent_readahead+0x3f7/0x6f0
[ 4505.112201]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.112213]  read_pages+0x7a/0x300
[ 4505.112219]  page_cache_ra_unbounded+0x131/0x1b0
[ 4505.112225]  filemap_get_pages+0x11e/0x6b0
[ 4505.112231]  ? lock_is_held_type+0xe8/0x140
[ 4505.112238]  filemap_read+0xd7/0x330
[ 4505.112251]  vfs_read+0x243/0x310
[ 4505.112259]  __x64_sys_pread64+0x79/0xb0
[ 4505.112264]  do_syscall_64+0x5b/0x80
[ 4505.112267]  ? asm_exc_page_fault+0x22/0x30
[ 4505.112270]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.112274]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4505.112276] RIP: 0033:0x7f90f771cac7
[ 4505.112279] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4505.112281] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4505.112284] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4505.112286] RDX: 0000000000001000 RSI: 00005579b43d3d48 RDI: 0000000000000008
[ 4505.112287] RBP: 00000000023dc000 R08: 00005579b43d3d48 R09: 0000000000000005
[ 4505.112289] R10: 00000000023dc000 R11: 0000000000000202 R12: 0000000000001000
[ 4505.112291] R13: 00005579b43d3d48 R14: 0000000000001000 R15: 00005579b4073d58
[ 4505.112300]  </TASK>
[ 4505.112302] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4505.112304] CPU: 11 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4505.112306] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4505.112308] Call Trace:
[ 4505.112310]  <TASK>
[ 4505.112312]  dump_stack_lvl+0x5b/0x77
[ 4505.112315]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4505.112320]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.112324]  ? folio_unlock+0x1d/0x50
[ 4505.112329]  btrfs_read_extent_buffer+0x98/0x150
[ 4505.112334]  read_tree_block+0x43/0xa0
[ 4505.112337]  read_block_for_search+0x266/0x370
[ 4505.112347]  btrfs_search_slot+0x351/0xd30
[ 4505.112356]  btrfs_lookup_csum+0x63/0x150
[ 4505.112362]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4505.112372]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4505.112375]  submit_one_bio+0xc4/0xe0
[ 4505.112380]  submit_extent_page+0x142/0x550
[ 4505.112384]  ? btrfs_get_extent+0x4c1/0x940
[ 4505.112393]  btrfs_do_readpage+0x305/0x770
[ 4505.112397]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4505.112405]  ? extent_readahead+0xb7/0x6f0
[ 4505.112407]  extent_readahead+0x3f7/0x6f0
[ 4505.112411]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.112423]  read_pages+0x7a/0x300
[ 4505.112428]  page_cache_ra_unbounded+0x131/0x1b0
[ 4505.112435]  filemap_get_pages+0x11e/0x6b0
[ 4505.112440]  ? lock_is_held_type+0xe8/0x140
[ 4505.112448]  filemap_read+0xd7/0x330
[ 4505.112461]  vfs_read+0x243/0x310
[ 4505.112469]  __x64_sys_pread64+0x79/0xb0
[ 4505.112474]  do_syscall_64+0x5b/0x80
[ 4505.112478]  ? asm_exc_page_fault+0x22/0x30
[ 4505.112480]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.112484]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4505.112486] RIP: 0033:0x7f90f771cac7
[ 4505.112489] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4505.112491] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4505.112493] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4505.112495] RDX: 0000000000001000 RSI: 00005579b43d3d48 RDI: 0000000000000008
[ 4505.112497] RBP: 00000000023dc000 R08: 00005579b43d3d48 R09: 0000000000000005
[ 4505.112499] R10: 00000000023dc000 R11: 0000000000000202 R12: 0000000000001000
[ 4505.112500] R13: 00005579b43d3d48 R14: 0000000000001000 R15: 00005579b4073d58
[ 4505.112509]  </TASK>
[ 4505.112511] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4505.112514] CPU: 11 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4505.112516] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4505.112517] Call Trace:
[ 4505.112519]  <TASK>
[ 4505.112521]  dump_stack_lvl+0x5b/0x77
[ 4505.112524]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4505.112529]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.112533]  ? folio_unlock+0x1d/0x50
[ 4505.112538]  btrfs_read_extent_buffer+0x98/0x150
[ 4505.112543]  read_tree_block+0x43/0xa0
[ 4505.112546]  read_block_for_search+0x266/0x370
[ 4505.112556]  btrfs_search_slot+0x351/0xd30
[ 4505.112565]  btrfs_lookup_csum+0x63/0x150
[ 4505.112571]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4505.112581]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4505.112584]  submit_one_bio+0xc4/0xe0
[ 4505.112589]  submit_extent_page+0x142/0x550
[ 4505.112593]  ? btrfs_get_extent+0x4c1/0x940
[ 4505.112602]  btrfs_do_readpage+0x305/0x770
[ 4505.112606]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4505.112614]  ? extent_readahead+0xb7/0x6f0
[ 4505.112616]  extent_readahead+0x3f7/0x6f0
[ 4505.112620]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.112632]  read_pages+0x7a/0x300
[ 4505.112637]  page_cache_ra_unbounded+0x131/0x1b0
[ 4505.112644]  filemap_get_pages+0x11e/0x6b0
[ 4505.112649]  ? lock_is_held_type+0xe8/0x140
[ 4505.112657]  filemap_read+0xd7/0x330
[ 4505.112670]  vfs_read+0x243/0x310
[ 4505.112678]  __x64_sys_pread64+0x79/0xb0
[ 4505.112683]  do_syscall_64+0x5b/0x80
[ 4505.112686]  ? asm_exc_page_fault+0x22/0x30
[ 4505.112689]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.112693]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4505.112695] RIP: 0033:0x7f90f771cac7
[ 4505.112698] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4505.112700] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4505.112702] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4505.112704] RDX: 0000000000001000 RSI: 00005579b43d3d48 RDI: 0000000000000008
[ 4505.112706] RBP: 00000000023dc000 R08: 00005579b43d3d48 R09: 0000000000000005
[ 4505.112707] R10: 00000000023dc000 R11: 0000000000000202 R12: 0000000000001000
[ 4505.112709] R13: 00005579b43d3d48 R14: 0000000000001000 R15: 00005579b4073d58
[ 4505.112718]  </TASK>
[ 4505.906654] ------------[ cut here ]------------
[ 4505.906664] WARNING: CPU: 4 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4505.906671] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4505.906796]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4505.906862] CPU: 4 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4505.906867] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4505.906870] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4505.906874] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4505.906877] RSP: 0018:ffffa7991fce73e0 EFLAGS: 00010246
[ 4505.906881] RAX: 0000000000000000 RBX: ffff8f972a551cd0 RCX: 0000000000000000
[ 4505.906884] RDX: 0000000000000000 RSI: ffff8f972a551c50 RDI: ffffa7991fce7408
[ 4505.906887] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4505.906889] R10: ffff8f972a551cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4505.906892] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4505.906894] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4505.906897] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4505.906900] CR2: 00007f90e5dfa000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4505.906903] PKRU: 55555554
[ 4505.906905] Call Trace:
[ 4505.906908]  <TASK>
[ 4505.906916]  submit_one_bio+0xd4/0xe0
[ 4505.906924]  submit_extent_page+0x142/0x550
[ 4505.906939]  read_extent_buffer_pages+0x584/0x9c0
[ 4505.906948]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.906953]  ? folio_unlock+0x1d/0x50
[ 4505.906960]  btrfs_read_extent_buffer+0x98/0x150
[ 4505.906967]  read_tree_block+0x43/0xa0
[ 4505.906971]  read_block_for_search+0x266/0x370
[ 4505.906985]  btrfs_search_slot+0x351/0xd30
[ 4505.906998]  btrfs_lookup_csum+0x63/0x150
[ 4505.907006]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4505.907019]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4505.907024]  submit_one_bio+0xc4/0xe0
[ 4505.907030]  submit_extent_page+0x142/0x550
[ 4505.907044]  btrfs_do_readpage+0x305/0x770
[ 4505.907050]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4505.907060]  ? extent_readahead+0xb7/0x6f0
[ 4505.907063]  extent_readahead+0x3f7/0x6f0
[ 4505.907069]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4505.907085]  read_pages+0x7a/0x300
[ 4505.907093]  page_cache_ra_unbounded+0x109/0x1b0
[ 4505.907102]  filemap_get_pages+0x11e/0x6b0
[ 4505.907109]  ? lock_is_held_type+0xe8/0x140
[ 4505.907121]  filemap_read+0xd7/0x330
[ 4505.907138]  vfs_read+0x243/0x310
[ 4505.907150]  __x64_sys_pread64+0x79/0xb0
[ 4505.907157]  do_syscall_64+0x5b/0x80
[ 4505.907163]  ? do_syscall_64+0x67/0x80
[ 4505.907167]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.907171]  ? do_syscall_64+0x67/0x80
[ 4505.907175]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4505.907180]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4505.907185] RIP: 0033:0x7f90f771cac7
[ 4505.907210] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4505.907213] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4505.907217] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4505.907220] RDX: 0000000000001000 RSI: 00005579b4403b38 RDI: 0000000000000008
[ 4505.907222] RBP: 000000000b579000 R08: 00005579b4403b38 R09: 00002a1731b05050
[ 4505.907225] R10: 000000000b579000 R11: 0000000000000202 R12: 0000000000001000
[ 4505.907227] R13: 00005579b4403b38 R14: 0000000000001000 R15: 00005579b4073d58
[ 4505.907239]  </TASK>
[ 4505.907241] irq event stamp: 1213807
[ 4505.907244] hardirqs last  enabled at (1213815): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4505.907249] hardirqs last disabled at (1213822): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4505.907252] softirqs last  enabled at (1212882): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4505.907256] softirqs last disabled at (1212875): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4505.907259] ---[ end trace 0000000000000000 ]---
[ 4506.168894] ------------[ cut here ]------------
[ 4506.168902] WARNING: CPU: 4 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4506.168909] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4506.168986]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4506.169038] CPU: 4 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4506.169041] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4506.169044] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4506.169047] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4506.169050] RSP: 0018:ffffa7991fce7360 EFLAGS: 00010246
[ 4506.169053] RAX: 0000000000000000 RBX: ffff8f9d5a42bc50 RCX: 0000000000000000
[ 4506.169056] RDX: 0000000000000000 RSI: ffff8f9d5a42bbd0 RDI: ffffa7991fce7388
[ 4506.169058] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4506.169060] R10: ffff8f9d5a42bc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4506.169062] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4506.169064] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4506.169066] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4506.169068] CR2: 00007f90e650b000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4506.169071] PKRU: 55555554
[ 4506.169073] Call Trace:
[ 4506.169075]  <TASK>
[ 4506.169081]  submit_one_bio+0xd4/0xe0
[ 4506.169088]  submit_extent_page+0x142/0x550
[ 4506.169100]  read_extent_buffer_pages+0x584/0x9c0
[ 4506.169107]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.169112]  ? folio_unlock+0x1d/0x50
[ 4506.169118]  btrfs_read_extent_buffer+0x98/0x150
[ 4506.169123]  read_tree_block+0x43/0xa0
[ 4506.169127]  read_block_for_search+0x266/0x370
[ 4506.169138]  btrfs_search_slot+0x351/0xd30
[ 4506.169148]  btrfs_lookup_csum+0x63/0x150
[ 4506.169154]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4506.169164]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4506.169169]  submit_one_bio+0xc4/0xe0
[ 4506.169174]  submit_extent_page+0x142/0x550
[ 4506.169179]  ? btrfs_get_extent+0x4c1/0x940
[ 4506.169188]  btrfs_do_readpage+0x305/0x770
[ 4506.169193]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4506.169201]  ? extent_readahead+0xb7/0x6f0
[ 4506.169203]  extent_readahead+0x3f7/0x6f0
[ 4506.169207]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.169220]  read_pages+0x7a/0x300
[ 4506.169227]  page_cache_ra_unbounded+0x131/0x1b0
[ 4506.169234]  filemap_get_pages+0x11e/0x6b0
[ 4506.169239]  ? lock_is_held_type+0xe8/0x140
[ 4506.169249]  filemap_read+0xd7/0x330
[ 4506.169262]  vfs_read+0x243/0x310
[ 4506.169272]  __x64_sys_pread64+0x79/0xb0
[ 4506.169277]  do_syscall_64+0x5b/0x80
[ 4506.169285]  ? lock_is_held_type+0xe8/0x140
[ 4506.169291]  ? do_syscall_64+0x67/0x80
[ 4506.169294]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.169297]  ? do_syscall_64+0x67/0x80
[ 4506.169300]  ? do_syscall_64+0x67/0x80
[ 4506.169303]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.169307]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4506.169310] RIP: 0033:0x7f90f771cac7
[ 4506.169343] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4506.169345] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4506.169348] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4506.169350] RDX: 0000000000001000 RSI: 00005579b449cfa8 RDI: 0000000000000008
[ 4506.169352] RBP: 000000000791a000 R08: 00005579b449cfa8 R09: 00002a1731c5d0c4
[ 4506.169354] R10: 000000000791a000 R11: 0000000000000202 R12: 0000000000001000
[ 4506.169356] R13: 00005579b449cfa8 R14: 0000000000001000 R15: 00005579b4073d58
[ 4506.169365]  </TASK>
[ 4506.169367] irq event stamp: 1434597
[ 4506.169369] hardirqs last  enabled at (1434605): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4506.169374] hardirqs last disabled at (1434612): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4506.169377] softirqs last  enabled at (1433124): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.169381] softirqs last disabled at (1433117): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.169383] ---[ end trace 0000000000000000 ]---
[ 4506.211390] ------------[ cut here ]------------
[ 4506.211399] WARNING: CPU: 2 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4506.211406] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4506.211484]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4506.211537] CPU: 2 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4506.211540] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4506.211543] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4506.211547] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4506.211549] RSP: 0018:ffffa7991fce7370 EFLAGS: 00010246
[ 4506.211553] RAX: 0000000000000000 RBX: ffff8f97172d4290 RCX: 0000000000000000
[ 4506.211555] RDX: 0000000000000000 RSI: ffff8f97172d4210 RDI: ffffa7991fce7398
[ 4506.211557] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4506.211559] R10: ffff8f97172d4290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4506.211561] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4506.211563] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4506.211565] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4506.211567] CR2: 00007f90e5ebb000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4506.211570] PKRU: 55555554
[ 4506.211572] Call Trace:
[ 4506.211574]  <TASK>
[ 4506.211581]  submit_one_bio+0xd4/0xe0
[ 4506.211588]  submit_extent_page+0x142/0x550
[ 4506.211600]  read_extent_buffer_pages+0x584/0x9c0
[ 4506.211607]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.211611]  ? folio_unlock+0x1d/0x50
[ 4506.211618]  btrfs_read_extent_buffer+0x98/0x150
[ 4506.211623]  read_tree_block+0x43/0xa0
[ 4506.211626]  read_block_for_search+0x266/0x370
[ 4506.211638]  btrfs_search_slot+0x351/0xd30
[ 4506.211648]  btrfs_lookup_csum+0x63/0x150
[ 4506.211655]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4506.211664]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4506.211669]  submit_one_bio+0xc4/0xe0
[ 4506.211674]  submit_extent_page+0x142/0x550
[ 4506.211678]  ? btrfs_get_extent+0x4c1/0x940
[ 4506.211688]  btrfs_do_readpage+0x305/0x770
[ 4506.211692]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4506.211700]  ? extent_readahead+0xb7/0x6f0
[ 4506.211702]  extent_readahead+0x3f7/0x6f0
[ 4506.211706]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.211719]  read_pages+0x7a/0x300
[ 4506.211726]  page_cache_ra_unbounded+0x109/0x1b0
[ 4506.211733]  filemap_get_pages+0x11e/0x6b0
[ 4506.211739]  ? lock_is_held_type+0xe8/0x140
[ 4506.211768]  filemap_read+0xd7/0x330
[ 4506.211781]  vfs_read+0x243/0x310
[ 4506.211793]  __x64_sys_pread64+0x79/0xb0
[ 4506.211799]  do_syscall_64+0x5b/0x80
[ 4506.211805]  ? do_syscall_64+0x67/0x80
[ 4506.211808]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.211812]  ? do_syscall_64+0x67/0x80
[ 4506.211815]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.211818]  ? do_syscall_64+0x67/0x80
[ 4506.211822]  ? do_syscall_64+0x67/0x80
[ 4506.211824]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.211828]  ? do_syscall_64+0x67/0x80
[ 4506.211831]  ? do_syscall_64+0x67/0x80
[ 4506.211834]  ? do_syscall_64+0x67/0x80
[ 4506.211837]  ? do_syscall_64+0x67/0x80
[ 4506.211840]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.211843]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4506.211847] RIP: 0033:0x7f90f771cac7
[ 4506.211867] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4506.211870] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4506.211873] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4506.211875] RDX: 0000000000001000 RSI: 00005579b43992e8 RDI: 0000000000000008
[ 4506.211877] RBP: 0000000005abc000 R08: 00005579b43992e8 R09: 00002a1731c551dc
[ 4506.211879] R10: 0000000005abc000 R11: 0000000000000202 R12: 0000000000001000
[ 4506.211881] R13: 00005579b43992e8 R14: 0000000000001000 R15: 00005579b4073d58
[ 4506.211890]  </TASK>
[ 4506.211892] irq event stamp: 1475501
[ 4506.211894] hardirqs last  enabled at (1475509): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4506.211898] hardirqs last disabled at (1475516): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4506.211901] softirqs last  enabled at (1473428): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.211904] softirqs last disabled at (1473423): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.211907] ---[ end trace 0000000000000000 ]---
[ 4506.336647] ------------[ cut here ]------------
[ 4506.336655] WARNING: CPU: 8 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4506.336662] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4506.336740]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4506.336815] CPU: 8 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4506.336818] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4506.336821] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4506.336824] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4506.336827] RSP: 0018:ffffa7991fce7348 EFLAGS: 00010246
[ 4506.336830] RAX: 0000000000000000 RBX: ffff8f9799649790 RCX: 0000000000000000
[ 4506.336833] RDX: 0000000000000000 RSI: ffff8f9799649710 RDI: ffffa7991fce7370
[ 4506.336835] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4506.336836] R10: ffff8f9799649790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4506.336839] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4506.336841] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4506.336843] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4506.336845] CR2: 00007f90e5f0d000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4506.336847] PKRU: 55555554
[ 4506.336849] Call Trace:
[ 4506.336852]  <TASK>
[ 4506.336858]  submit_one_bio+0xd4/0xe0
[ 4506.336865]  submit_extent_page+0x142/0x550
[ 4506.336877]  read_extent_buffer_pages+0x584/0x9c0
[ 4506.336885]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.336889]  ? folio_unlock+0x1d/0x50
[ 4506.336895]  btrfs_read_extent_buffer+0x98/0x150
[ 4506.336900]  read_tree_block+0x43/0xa0
[ 4506.336904]  read_block_for_search+0x266/0x370
[ 4506.336915]  btrfs_search_slot+0x351/0xd30
[ 4506.336925]  btrfs_lookup_csum+0x63/0x150
[ 4506.336932]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4506.336942]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4506.336946]  submit_one_bio+0xc4/0xe0
[ 4506.336951]  submit_extent_page+0x142/0x550
[ 4506.336963]  btrfs_do_readpage+0x305/0x770
[ 4506.336967]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4506.336975]  ? extent_readahead+0xb7/0x6f0
[ 4506.336977]  extent_readahead+0x3f7/0x6f0
[ 4506.336981]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.336994]  read_pages+0x7a/0x300
[ 4506.337001]  page_cache_ra_unbounded+0x109/0x1b0
[ 4506.337008]  filemap_get_pages+0x11e/0x6b0
[ 4506.337014]  ? lock_is_held_type+0xe8/0x140
[ 4506.337024]  filemap_read+0xd7/0x330
[ 4506.337037]  vfs_read+0x243/0x310
[ 4506.337048]  __x64_sys_pread64+0x79/0xb0
[ 4506.337053]  do_syscall_64+0x5b/0x80
[ 4506.337060]  ? lock_is_held_type+0xe8/0x140
[ 4506.337065]  ? do_syscall_64+0x67/0x80
[ 4506.337068]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.337072]  ? do_syscall_64+0x67/0x80
[ 4506.337075]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.337079]  ? do_syscall_64+0x67/0x80
[ 4506.337082]  ? do_syscall_64+0x67/0x80
[ 4506.337085]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.337088]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4506.337092] RIP: 0033:0x7f90f771cac7
[ 4506.337113] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4506.337115] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4506.337119] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4506.337121] RDX: 0000000000001000 RSI: 00005579b42c5eb8 RDI: 0000000000000008
[ 4506.337123] RBP: 000000000878a000 R08: 00005579b42c5eb8 R09: 00002a1731a731e4
[ 4506.337125] R10: 000000000878a000 R11: 0000000000000202 R12: 0000000000001000
[ 4506.337127] R13: 00005579b42c5eb8 R14: 0000000000001000 R15: 00005579b4073d58
[ 4506.337136]  </TASK>
[ 4506.337138] irq event stamp: 1550129
[ 4506.337140] hardirqs last  enabled at (1550137): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4506.337144] hardirqs last disabled at (1550144): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4506.337147] softirqs last  enabled at (1543166): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.337151] softirqs last disabled at (1543161): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.337153] ---[ end trace 0000000000000000 ]---
[ 4506.352624] ------------[ cut here ]------------
[ 4506.352630] WARNING: CPU: 8 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4506.352636] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4506.352713]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4506.352789] CPU: 8 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4506.352792] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4506.352794] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4506.352797] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4506.352799] RSP: 0018:ffffa7991fce73f8 EFLAGS: 00010246
[ 4506.352803] RAX: 0000000000000000 RBX: ffff8f9a23107390 RCX: 0000000000000000
[ 4506.352805] RDX: 0000000000000000 RSI: ffff8f9a23107310 RDI: ffffa7991fce7420
[ 4506.352807] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4506.352809] R10: ffff8f9a23107390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4506.352811] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4506.352813] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4506.352815] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4506.352818] CR2: 00007f90e5f20000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4506.352820] PKRU: 55555554
[ 4506.352822] Call Trace:
[ 4506.352824]  <TASK>
[ 4506.352830]  submit_one_bio+0xd4/0xe0
[ 4506.352837]  submit_extent_page+0x142/0x550
[ 4506.352849]  read_extent_buffer_pages+0x584/0x9c0
[ 4506.352856]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.352860]  ? folio_unlock+0x1d/0x50
[ 4506.352866]  btrfs_read_extent_buffer+0x98/0x150
[ 4506.352871]  read_tree_block+0x43/0xa0
[ 4506.352875]  read_block_for_search+0x266/0x370
[ 4506.352886]  btrfs_search_slot+0x351/0xd30
[ 4506.352896]  btrfs_lookup_csum+0x63/0x150
[ 4506.352902]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4506.352912]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4506.352917]  submit_one_bio+0xc4/0xe0
[ 4506.352922]  submit_extent_page+0x142/0x550
[ 4506.352926]  ? btrfs_get_extent+0x4c1/0x940
[ 4506.352936]  btrfs_do_readpage+0x305/0x770
[ 4506.352940]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4506.352948]  ? extent_readahead+0xb7/0x6f0
[ 4506.352950]  extent_readahead+0x3f7/0x6f0
[ 4506.352954]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4506.352967]  read_pages+0x7a/0x300
[ 4506.352974]  page_cache_ra_unbounded+0x109/0x1b0
[ 4506.352981]  filemap_get_pages+0x11e/0x6b0
[ 4506.352987]  ? lock_is_held_type+0xe8/0x140
[ 4506.352996]  filemap_read+0xd7/0x330
[ 4506.353009]  vfs_read+0x243/0x310
[ 4506.353020]  __x64_sys_pread64+0x79/0xb0
[ 4506.353025]  do_syscall_64+0x5b/0x80
[ 4506.353030]  ? do_syscall_64+0x67/0x80
[ 4506.353034]  ? do_syscall_64+0x67/0x80
[ 4506.353036]  ? do_syscall_64+0x67/0x80
[ 4506.353039]  ? do_syscall_64+0x67/0x80
[ 4506.353042]  ? do_syscall_64+0x67/0x80
[ 4506.353045]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4506.353048]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4506.353052] RIP: 0033:0x7f90f771cac7
[ 4506.353072] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4506.353074] RSP: 002b:00007ffed58ba048 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4506.353078] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cac7
[ 4506.353080] RDX: 0000000000001000 RSI: 00005579b43a60a8 RDI: 0000000000000008
[ 4506.353082] RBP: 000000000557c000 R08: 00005579b43a60a8 R09: 00002a1731c9e064
[ 4506.353084] R10: 000000000557c000 R11: 0000000000000202 R12: 0000000000001000
[ 4506.353086] R13: 00005579b43a60a8 R14: 0000000000001000 R15: 00005579b4073d58
[ 4506.353095]  </TASK>
[ 4506.353097] irq event stamp: 1565233
[ 4506.353099] hardirqs last  enabled at (1565241): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4506.353103] hardirqs last disabled at (1565248): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4506.353106] softirqs last  enabled at (1564592): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.353109] softirqs last disabled at (1564587): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4506.353111] ---[ end trace 0000000000000000 ]---
[ 4511.049023] ------------[ cut here ]------------
[ 4511.049031] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4511.049039] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4511.049134]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4511.049198] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4511.049202] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4511.049205] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4511.049208] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4511.049211] RSP: 0018:ffffa7990487f790 EFLAGS: 00010246
[ 4511.049215] RAX: 0000000000000000 RBX: ffff8f9ddead7390 RCX: 0000000000000000
[ 4511.049218] RDX: 0000000000000000 RSI: ffff8f9ddead7310 RDI: ffffa7990487f7b8
[ 4511.049221] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4511.049223] R10: ffff8f9ddead7390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4511.049225] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4511.049228] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4511.049231] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4511.049233] CR2: 00003510008f0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4511.049236] PKRU: 55555554
[ 4511.049238] Call Trace:
[ 4511.049241]  <TASK>
[ 4511.049249]  submit_one_bio+0xd4/0xe0
[ 4511.049256]  submit_extent_page+0x142/0x550
[ 4511.049271]  read_extent_buffer_pages+0x584/0x9c0
[ 4511.049279]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4511.049284]  ? folio_unlock+0x1d/0x50
[ 4511.049291]  btrfs_read_extent_buffer+0x98/0x150
[ 4511.049297]  read_tree_block+0x43/0xa0
[ 4511.049302]  read_block_for_search+0x266/0x370
[ 4511.049315]  btrfs_search_slot+0x351/0xd30
[ 4511.049327]  btrfs_search_prev_slot.constprop.0+0x14/0x40
[ 4511.049332]  modify_free_space_bitmap+0xcc/0x3c0
[ 4511.049343]  add_to_free_space_tree+0x89/0xe0
[ 4511.049349]  __btrfs_free_extent+0x4a2/0x7c0
[ 4511.049360]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4511.049377]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4511.049384]  btrfs_commit_transaction+0x93/0xed0
[ 4511.049396]  transaction_kthread+0x142/0x1b0
[ 4511.049403]  ? __pfx_transaction_kthread+0x10/0x10
[ 4511.049406]  kthread+0xf5/0x120
[ 4511.049410]  ? __pfx_kthread+0x10/0x10
[ 4511.049414]  ret_from_fork+0x2c/0x50
[ 4511.049427]  </TASK>
[ 4511.049430] irq event stamp: 38870309
[ 4511.049432] hardirqs last  enabled at (38870317): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4511.049436] hardirqs last disabled at (38870324): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4511.049439] softirqs last  enabled at (38868910): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4511.049443] softirqs last disabled at (38868905): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4511.049446] ---[ end trace 0000000000000000 ]---
[ 4511.075966] ------------[ cut here ]------------
[ 4511.075977] WARNING: CPU: 12 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4511.075985] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4511.076107]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4511.076197] CPU: 12 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4511.076200] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4511.076204] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4511.076210] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4511.076215] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4511.076222] RAX: 0000000000000000 RBX: ffff8f9a9f36e910 RCX: 0000000000000000
[ 4511.076227] RDX: 0000000000000000 RSI: ffff8f9a9f36e890 RDI: ffffa7990487f780
[ 4511.076232] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4511.076236] R10: ffff8f9a9f36e910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4511.076240] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4511.076244] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 4511.076249] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4511.076253] CR2: 00007e8901078000 CR3: 000000011fa46000 CR4: 0000000000750ee0
[ 4511.076257] PKRU: 55555554
[ 4511.076262] Call Trace:
[ 4511.076266]  <TASK>
[ 4511.076278]  submit_one_bio+0xd4/0xe0
[ 4511.076287]  submit_extent_page+0x142/0x550
[ 4511.076301]  read_extent_buffer_pages+0x584/0x9c0
[ 4511.076309]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4511.076314]  ? folio_unlock+0x1d/0x50
[ 4511.076321]  btrfs_read_extent_buffer+0x98/0x150
[ 4511.076328]  read_tree_block+0x43/0xa0
[ 4511.076333]  read_block_for_search+0x266/0x370
[ 4511.076358]  btrfs_search_slot+0x351/0xd30
[ 4511.076372]  ? _raw_read_unlock+0x29/0x50
[ 4511.076384]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4511.076397]  ? lock_is_held_type+0xe8/0x140
[ 4511.076407]  lookup_extent_backref+0x41/0xd0
[ 4511.076415]  __btrfs_free_extent+0xfb/0x7c0
[ 4511.076422]  ? sched_clock_cpu+0x20/0xc0
[ 4511.076431]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4511.076447]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4511.076454]  btrfs_commit_transaction+0x93/0xed0
[ 4511.076465]  transaction_kthread+0x142/0x1b0
[ 4511.076472]  ? __pfx_transaction_kthread+0x10/0x10
[ 4511.076475]  kthread+0xf5/0x120
[ 4511.076478]  ? __pfx_kthread+0x10/0x10
[ 4511.076483]  ret_from_fork+0x2c/0x50
[ 4511.076495]  </TASK>
[ 4511.076498] irq event stamp: 38890383
[ 4511.076500] hardirqs last  enabled at (38890391): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4511.076504] hardirqs last disabled at (38890398): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4511.076507] softirqs last  enabled at (38886320): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4511.076511] softirqs last disabled at (38886315): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4511.076513] ---[ end trace 0000000000000000 ]---
[ 4515.723849] ------------[ cut here ]------------
[ 4515.723857] WARNING: CPU: 6 PID: 6738 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4515.723865] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4515.723960]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4515.724024] CPU: 6 PID: 6738 Comm: kworker/u32:9 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4515.724028] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4515.724030] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4515.724036] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4515.724039] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4515.724042] RSP: 0018:ffffa79916bdf860 EFLAGS: 00010246
[ 4515.724046] RAX: 0000000000000000 RBX: ffff8f972b81ae50 RCX: 0000000000000000
[ 4515.724048] RDX: 0000000000000000 RSI: ffff8f972b81add0 RDI: ffffa79916bdf888
[ 4515.724051] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4515.724053] R10: ffff8f972b81ae50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4515.724056] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4515.724058] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4515.724061] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4515.724063] CR2: 00005579b60b5078 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4515.724066] PKRU: 55555554
[ 4515.724069] Call Trace:
[ 4515.724071]  <TASK>
[ 4515.724079]  submit_one_bio+0xd4/0xe0
[ 4515.724086]  submit_extent_page+0x142/0x550
[ 4515.724101]  read_extent_buffer_pages+0x584/0x9c0
[ 4515.724109]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4515.724114]  ? folio_unlock+0x1d/0x50
[ 4515.724121]  btrfs_read_extent_buffer+0x98/0x150
[ 4515.724127]  read_tree_block+0x43/0xa0
[ 4515.724131]  read_block_for_search+0x266/0x370
[ 4515.724145]  btrfs_search_slot+0x351/0xd30
[ 4515.724153]  ? lock_is_held_type+0xe8/0x140
[ 4515.724161]  btrfs_lookup_csum+0x63/0x150
[ 4515.724169]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4515.724174]  ? sched_clock_cpu+0x9f/0xc0
[ 4515.724180]  ? lock_release+0x14b/0x440
[ 4515.724189]  ? _raw_read_unlock+0x29/0x50
[ 4515.724197]  btrfs_finish_ordered_io+0x441/0x860
[ 4515.724215]  btrfs_work_helper+0xfe/0x400
[ 4515.724219]  ? lock_is_held_type+0xe8/0x140
[ 4515.724228]  process_one_work+0x294/0x5b0
[ 4515.724240]  worker_thread+0x4f/0x3a0
[ 4515.724247]  ? __pfx_worker_thread+0x10/0x10
[ 4515.724251]  kthread+0xf5/0x120
[ 4515.724256]  ? __pfx_kthread+0x10/0x10
[ 4515.724261]  ret_from_fork+0x2c/0x50
[ 4515.724277]  </TASK>
[ 4515.724280] irq event stamp: 47709529
[ 4515.724283] hardirqs last  enabled at (47709537): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4515.724287] hardirqs last disabled at (47709544): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4515.724291] softirqs last  enabled at (47707970): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4515.724296] softirqs last disabled at (47707968): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4515.724300] ---[ end trace 0000000000000000 ]---
[ 4515.731249] ------------[ cut here ]------------
[ 4515.731255] WARNING: CPU: 6 PID: 6738 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4515.731261] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4515.731355]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4515.731420] CPU: 6 PID: 6738 Comm: kworker/u32:9 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4515.731424] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4515.731427] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4515.731432] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4515.731435] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4515.731438] RSP: 0018:ffffa79916bdf7e8 EFLAGS: 00010246
[ 4515.731442] RAX: 0000000000000000 RBX: ffff8f972b818d10 RCX: 0000000000000000
[ 4515.731444] RDX: 0000000000000000 RSI: ffff8f972b818c90 RDI: ffffa79916bdf810
[ 4515.731447] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4515.731449] R10: ffff8f972b818d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4515.731452] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4515.731454] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4515.731457] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4515.731460] CR2: 00005579b60b5078 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4515.731462] PKRU: 55555554
[ 4515.731465] Call Trace:
[ 4515.731467]  <TASK>
[ 4515.731474]  submit_one_bio+0xd4/0xe0
[ 4515.731482]  submit_extent_page+0x142/0x550
[ 4515.731497]  read_extent_buffer_pages+0x584/0x9c0
[ 4515.731505]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4515.731510]  ? folio_unlock+0x1d/0x50
[ 4515.731518]  btrfs_read_extent_buffer+0x98/0x150
[ 4515.731524]  read_tree_block+0x43/0xa0
[ 4515.731528]  btrfs_read_node_slot+0x154/0x1a0
[ 4515.731539]  push_leaf_right+0xa8/0x1e0
[ 4515.731547]  split_leaf+0x3bd/0x670
[ 4515.731555]  ? leaf_space_used+0xae/0xd0
[ 4515.731563]  btrfs_search_slot+0xc4e/0xd30
[ 4515.731571]  ? _raw_spin_unlock+0x29/0x50
[ 4515.731576]  ? release_extent_buffer+0xa7/0xe0
[ 4515.731582]  btrfs_csum_file_blocks+0x3c4/0x6c0
[ 4515.731588]  ? lock_release+0x14b/0x440
[ 4515.731595]  ? _raw_read_unlock+0x29/0x50
[ 4515.731602]  btrfs_finish_ordered_io+0x441/0x860
[ 4515.731617]  btrfs_work_helper+0xfe/0x400
[ 4515.731621]  ? lock_is_held_type+0xe8/0x140
[ 4515.731628]  process_one_work+0x294/0x5b0
[ 4515.731639]  worker_thread+0x4f/0x3a0
[ 4515.731645]  ? __pfx_worker_thread+0x10/0x10
[ 4515.731648]  kthread+0xf5/0x120
[ 4515.731652]  ? __pfx_kthread+0x10/0x10
[ 4515.731656]  ret_from_fork+0x2c/0x50
[ 4515.731669]  </TASK>
[ 4515.731672] irq event stamp: 47713367
[ 4515.731674] hardirqs last  enabled at (47713375): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4515.731678] hardirqs last disabled at (47713382): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4515.731681] softirqs last  enabled at (47712102): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4515.731685] softirqs last disabled at (47712100): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4515.731688] ---[ end trace 0000000000000000 ]---
[ 4515.749321] ------------[ cut here ]------------
[ 4515.749328] WARNING: CPU: 9 PID: 8681 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4515.749335] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4515.749430]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4515.749495] CPU: 9 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4515.749499] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4515.749502] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4515.749507] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4515.749510] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4515.749513] RSP: 0018:ffffa7991926b860 EFLAGS: 00010246
[ 4515.749517] RAX: 0000000000000000 RBX: ffff8f9701368450 RCX: 0000000000000000
[ 4515.749520] RDX: 0000000000000000 RSI: ffff8f97013683d0 RDI: ffffa7991926b888
[ 4515.749523] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4515.749525] R10: ffff8f9701368450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4515.749527] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4515.749530] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0000) knlGS:0000000000000000
[ 4515.749533] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4515.749535] CR2: 00007faa9667c910 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4515.749538] PKRU: 55555554
[ 4515.749540] Call Trace:
[ 4515.749543]  <TASK>
[ 4515.749550]  submit_one_bio+0xd4/0xe0
[ 4515.749557]  submit_extent_page+0x142/0x550
[ 4515.749571]  read_extent_buffer_pages+0x584/0x9c0
[ 4515.749580]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4515.749585]  ? folio_unlock+0x1d/0x50
[ 4515.749592]  btrfs_read_extent_buffer+0x98/0x150
[ 4515.749598]  read_tree_block+0x43/0xa0
[ 4515.749602]  read_block_for_search+0x266/0x370
[ 4515.749616]  btrfs_search_slot+0x351/0xd30
[ 4515.749625]  ? lock_is_held_type+0xe8/0x140
[ 4515.749633]  btrfs_lookup_csum+0x63/0x150
[ 4515.749640]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4515.749644]  ? sched_clock_cpu+0x9f/0xc0
[ 4515.749650]  ? lock_release+0x14b/0x440
[ 4515.749657]  ? _raw_read_unlock+0x29/0x50
[ 4515.749664]  btrfs_finish_ordered_io+0x441/0x860
[ 4515.749679]  btrfs_work_helper+0xfe/0x400
[ 4515.749682]  ? lock_is_held_type+0xe8/0x140
[ 4515.749689]  process_one_work+0x294/0x5b0
[ 4515.749699]  worker_thread+0x4f/0x3a0
[ 4515.749705]  ? __pfx_worker_thread+0x10/0x10
[ 4515.749708]  kthread+0xf5/0x120
[ 4515.749712]  ? __pfx_kthread+0x10/0x10
[ 4515.749717]  ret_from_fork+0x2c/0x50
[ 4515.749730]  </TASK>
[ 4515.749732] irq event stamp: 28153121
[ 4515.749734] hardirqs last  enabled at (28153129): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4515.749739] hardirqs last disabled at (28153136): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4515.749742] softirqs last  enabled at (28151788): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4515.749771] softirqs last disabled at (28153149): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4515.749776] ---[ end trace 0000000000000000 ]---
[ 4515.750303] ------------[ cut here ]------------
[ 4515.750310] WARNING: CPU: 2 PID: 6737 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4515.750318] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4515.750432]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4515.750511] CPU: 2 PID: 6737 Comm: kworker/u32:3 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4515.750515] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4515.750518] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4515.750525] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4515.750529] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4515.750532] RSP: 0018:ffffa79916237860 EFLAGS: 00010246
[ 4515.750537] RAX: 0000000000000000 RBX: ffff8f97172d6e50 RCX: 0000000000000000
[ 4515.750540] RDX: 0000000000000000 RSI: ffff8f97172d6dd0 RDI: ffffa79916237888
[ 4515.750543] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4515.750546] R10: ffff8f97172d6e50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4515.750549] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4515.750552] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4515.750556] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4515.750559] CR2: 000018b80405d000 CR3: 000000039de76000 CR4: 0000000000750ee0
[ 4515.750562] PKRU: 55555554
[ 4515.750565] Call Trace:
[ 4515.750568]  <TASK>
[ 4515.750577]  submit_one_bio+0xd4/0xe0
[ 4515.750586]  submit_extent_page+0x142/0x550
[ 4515.750603]  read_extent_buffer_pages+0x584/0x9c0
[ 4515.750613]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4515.750619]  ? folio_unlock+0x1d/0x50
[ 4515.750627]  btrfs_read_extent_buffer+0x98/0x150
[ 4515.750635]  read_tree_block+0x43/0xa0
[ 4515.750640]  read_block_for_search+0x266/0x370
[ 4515.750657]  btrfs_search_slot+0x351/0xd30
[ 4515.750668]  ? lock_is_held_type+0xe8/0x140
[ 4515.750677]  btrfs_lookup_csum+0x63/0x150
[ 4515.750686]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4515.750691]  ? sched_clock_cpu+0x9f/0xc0
[ 4515.750697]  ? lock_release+0x14b/0x440
[ 4515.750706]  ? _raw_read_unlock+0x29/0x50
[ 4515.750714]  btrfs_finish_ordered_io+0x441/0x860
[ 4515.750732]  btrfs_work_helper+0xfe/0x400
[ 4515.750736]  ? lock_is_held_type+0xe8/0x140
[ 4515.750761]  process_one_work+0x294/0x5b0
[ 4515.750783]  worker_thread+0x4f/0x3a0
[ 4515.750791]  ? __pfx_worker_thread+0x10/0x10
[ 4515.750794]  kthread+0xf5/0x120
[ 4515.750799]  ? __pfx_kthread+0x10/0x10
[ 4515.750804]  ret_from_fork+0x2c/0x50
[ 4515.750820]  </TASK>
[ 4515.750823] irq event stamp: 70473933
[ 4515.750826] hardirqs last  enabled at (70473941): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4515.750831] hardirqs last disabled at (70473948): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4515.750835] softirqs last  enabled at (70473876): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4515.750839] softirqs last disabled at (70473871): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4515.750842] ---[ end trace 0000000000000000 ]---
[ 4529.360168] ------------[ cut here ]------------
[ 4529.360176] WARNING: CPU: 14 PID: 666 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4529.360184] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4529.360286]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4529.360366] CPU: 14 PID: 666 Comm: kworker/u32:7 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4529.360370] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4529.360374] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4529.360380] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4529.360385] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4529.360388] RSP: 0018:ffffa799036ef860 EFLAGS: 00010246
[ 4529.360393] RAX: 0000000000000000 RBX: ffff8f9791275e90 RCX: 0000000000000000
[ 4529.360397] RDX: 0000000000000000 RSI: ffff8f9791275e10 RDI: ffffa799036ef888
[ 4529.360400] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4529.360403] R10: ffff8f9791275e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4529.360406] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4529.360409] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4529.360412] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4529.360416] CR2: 00001c5004c3a000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4529.360419] PKRU: 55555554
[ 4529.360422] Call Trace:
[ 4529.360425]  <TASK>
[ 4529.360435]  submit_one_bio+0xd4/0xe0
[ 4529.360443]  submit_extent_page+0x142/0x550
[ 4529.360461]  read_extent_buffer_pages+0x584/0x9c0
[ 4529.360471]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4529.360478]  ? folio_unlock+0x1d/0x50
[ 4529.360486]  btrfs_read_extent_buffer+0x98/0x150
[ 4529.360494]  read_tree_block+0x43/0xa0
[ 4529.360499]  read_block_for_search+0x266/0x370
[ 4529.360516]  btrfs_search_slot+0x351/0xd30
[ 4529.360526]  ? lock_is_held_type+0xe8/0x140
[ 4529.360536]  btrfs_lookup_csum+0x63/0x150
[ 4529.360546]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4529.360551]  ? sched_clock_cpu+0x9f/0xc0
[ 4529.360557]  ? lock_release+0x14b/0x440
[ 4529.360566]  ? _raw_read_unlock+0x29/0x50
[ 4529.360574]  btrfs_finish_ordered_io+0x441/0x860
[ 4529.360592]  btrfs_work_helper+0xfe/0x400
[ 4529.360597]  ? lock_is_held_type+0xe8/0x140
[ 4529.360606]  process_one_work+0x294/0x5b0
[ 4529.360618]  worker_thread+0x4f/0x3a0
[ 4529.360625]  ? __pfx_worker_thread+0x10/0x10
[ 4529.360629]  kthread+0xf5/0x120
[ 4529.360634]  ? __pfx_kthread+0x10/0x10
[ 4529.360639]  ret_from_fork+0x2c/0x50
[ 4529.360655]  </TASK>
[ 4529.360658] irq event stamp: 47491359
[ 4529.360661] hardirqs last  enabled at (47491367): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4529.360666] hardirqs last disabled at (47491374): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4529.360670] softirqs last  enabled at (47489950): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4529.360676] softirqs last disabled at (47489948): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4529.360679] ---[ end trace 0000000000000000 ]---
[ 4529.364563] ------------[ cut here ]------------
[ 4529.364569] WARNING: CPU: 7 PID: 101 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4529.364574] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4529.364663]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4529.364724] CPU: 7 PID: 101 Comm: kworker/u32:2 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4529.364727] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4529.364730] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4529.364735] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4529.364738] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4529.364741] RSP: 0018:ffffa799004db860 EFLAGS: 00010246
[ 4529.364756] RAX: 0000000000000000 RBX: ffff8f9dbcaca910 RCX: 0000000000000000
[ 4529.364759] RDX: 0000000000000000 RSI: ffff8f9dbcaca890 RDI: ffffa799004db888
[ 4529.364761] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4529.364764] R10: ffff8f9dbcaca910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4529.364766] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4529.364769] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0000) knlGS:0000000000000000
[ 4529.364772] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4529.364774] CR2: 00007f90dc0071f0 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4529.364777] PKRU: 55555554
[ 4529.364779] Call Trace:
[ 4529.364781]  <TASK>
[ 4529.364788]  submit_one_bio+0xd4/0xe0
[ 4529.364795]  submit_extent_page+0x142/0x550
[ 4529.364809]  read_extent_buffer_pages+0x584/0x9c0
[ 4529.364817]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4529.364822]  ? folio_unlock+0x1d/0x50
[ 4529.364828]  btrfs_read_extent_buffer+0x98/0x150
[ 4529.364834]  read_tree_block+0x43/0xa0
[ 4529.364839]  read_block_for_search+0x266/0x370
[ 4529.364852]  btrfs_search_slot+0x351/0xd30
[ 4529.364860]  ? lock_is_held_type+0xe8/0x140
[ 4529.364867]  btrfs_lookup_csum+0x63/0x150
[ 4529.364875]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4529.364879]  ? sched_clock_cpu+0x9f/0xc0
[ 4529.364884]  ? lock_release+0x14b/0x440
[ 4529.364890]  ? _raw_read_unlock+0x29/0x50
[ 4529.364897]  btrfs_finish_ordered_io+0x441/0x860
[ 4529.364911]  btrfs_work_helper+0xfe/0x400
[ 4529.364914]  ? lock_is_held_type+0xe8/0x140
[ 4529.364921]  process_one_work+0x294/0x5b0
[ 4529.364931]  worker_thread+0x4f/0x3a0
[ 4529.364937]  ? __pfx_worker_thread+0x10/0x10
[ 4529.364940]  kthread+0xf5/0x120
[ 4529.364943]  ? __pfx_kthread+0x10/0x10
[ 4529.364948]  ret_from_fork+0x2c/0x50
[ 4529.364960]  </TASK>
[ 4529.364962] irq event stamp: 65393977
[ 4529.364964] hardirqs last  enabled at (65393985): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4529.364968] hardirqs last disabled at (65393992): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4529.364971] softirqs last  enabled at (65393678): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4529.364975] softirqs last disabled at (65393673): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4529.364977] ---[ end trace 0000000000000000 ]---
[ 4529.365181] ------------[ cut here ]------------
[ 4529.365189] WARNING: CPU: 2 PID: 530 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4529.365199] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4529.365345]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4529.365477] CPU: 2 PID: 530 Comm: kworker/u32:4 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4529.365483] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4529.365486] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4529.365492] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4529.365497] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4529.365500] RSP: 0018:ffffa799034f3860 EFLAGS: 00010246
[ 4529.365505] RAX: 0000000000000000 RBX: ffff8f97172d4450 RCX: 0000000000000000
[ 4529.365508] RDX: 0000000000000000 RSI: ffff8f97172d43d0 RDI: ffffa799034f3888
[ 4529.365511] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4529.365514] R10: ffff8f97172d4450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4529.365518] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4529.365521] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4529.365524] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4529.365527] CR2: 00003e9666507008 CR3: 00000004c7dbe000 CR4: 0000000000750ee0
[ 4529.365530] PKRU: 55555554
[ 4529.365533] Call Trace:
[ 4529.365536]  <TASK>
[ 4529.365544]  submit_one_bio+0xd4/0xe0
[ 4529.365552]  submit_extent_page+0x142/0x550
[ 4529.365573]  read_extent_buffer_pages+0x584/0x9c0
[ 4529.365590]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4529.365600]  ? folio_unlock+0x1d/0x50
[ 4529.365610]  btrfs_read_extent_buffer+0x98/0x150
[ 4529.365624]  read_tree_block+0x43/0xa0
[ 4529.365634]  read_block_for_search+0x266/0x370
[ 4529.365663]  btrfs_search_slot+0x351/0xd30
[ 4529.365681]  ? lock_is_held_type+0xe8/0x140
[ 4529.365696]  btrfs_lookup_csum+0x63/0x150
[ 4529.365713]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4529.365721]  ? sched_clock_cpu+0x9f/0xc0
[ 4529.365730]  ? lock_release+0x14b/0x440
[ 4529.365740]  ? _raw_read_unlock+0x29/0x50
[ 4529.365772]  btrfs_finish_ordered_io+0x441/0x860
[ 4529.365804]  btrfs_work_helper+0xfe/0x400
[ 4529.365812]  ? lock_is_held_type+0xe8/0x140
[ 4529.365828]  process_one_work+0x294/0x5b0
[ 4529.365849]  worker_thread+0x4f/0x3a0
[ 4529.365862]  ? __pfx_worker_thread+0x10/0x10
[ 4529.365869]  kthread+0xf5/0x120
[ 4529.365875]  ? __pfx_kthread+0x10/0x10
[ 4529.365886]  ret_from_fork+0x2c/0x50
[ 4529.365912]  </TASK>
[ 4529.365915] irq event stamp: 71649165
[ 4529.365918] hardirqs last  enabled at (71649173): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4529.365923] hardirqs last disabled at (71649180): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4529.365927] softirqs last  enabled at (71649080): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4529.365931] softirqs last disabled at (71649073): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4529.365934] ---[ end trace 0000000000000000 ]---
[ 4541.308400] ------------[ cut here ]------------
[ 4541.308409] WARNING: CPU: 0 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.308419] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.308512]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.308575] CPU: 0 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.308578] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.308581] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.308585] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.308587] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4541.308591] RAX: 0000000000000000 RBX: ffff8f972eec15d0 RCX: 0000000000000000
[ 4541.308594] RDX: 0000000000000000 RSI: ffff8f972eec1550 RDI: ffffa7990487f888
[ 4541.308596] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.308599] R10: ffff8f972eec15d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.308601] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.308603] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4541.308606] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.308608] CR2: 00007faa966870f4 CR3: 000000039de76000 CR4: 0000000000750ef0
[ 4541.308611] PKRU: 55555554
[ 4541.308613] Call Trace:
[ 4541.308616]  <TASK>
[ 4541.308624]  submit_one_bio+0xd4/0xe0
[ 4541.308631]  submit_extent_page+0x142/0x550
[ 4541.308645]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.308653]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.308658]  ? folio_unlock+0x1d/0x50
[ 4541.308665]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.308672]  read_tree_block+0x43/0xa0
[ 4541.308676]  read_block_for_search+0x266/0x370
[ 4541.308689]  btrfs_search_slot+0x351/0xd30
[ 4541.308700]  btrfs_insert_empty_items+0x31/0x70
[ 4541.308705]  alloc_reserved_file_extent+0xbc/0x240
[ 4541.308715]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4541.308732]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.308739]  btrfs_commit_transaction+0x93/0xed0
[ 4541.308771]  transaction_kthread+0x142/0x1b0
[ 4541.308780]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.308783]  kthread+0xf5/0x120
[ 4541.308788]  ? __pfx_kthread+0x10/0x10
[ 4541.308792]  ret_from_fork+0x2c/0x50
[ 4541.308804]  </TASK>
[ 4541.308807] irq event stamp: 39019745
[ 4541.308809] hardirqs last  enabled at (39019753): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.308813] hardirqs last disabled at (39019760): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.308816] softirqs last  enabled at (39015290): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.308820] softirqs last disabled at (39015285): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.308823] ---[ end trace 0000000000000000 ]---
[ 4541.310272] ------------[ cut here ]------------
[ 4541.310277] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.310282] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.310378]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.310443] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.310447] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.310449] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.310453] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.310456] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4541.310460] RAX: 0000000000000000 RBX: ffff8f972b818b50 RCX: 0000000000000000
[ 4541.310463] RDX: 0000000000000000 RSI: ffff8f972b818ad0 RDI: ffffa7990487f888
[ 4541.310466] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.310468] R10: ffff8f972b818b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.310471] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.310474] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4541.310476] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.310479] CR2: 000038a3088a1000 CR3: 000000013b674000 CR4: 0000000000750ee0
[ 4541.310482] PKRU: 55555554
[ 4541.310485] Call Trace:
[ 4541.310487]  <TASK>
[ 4541.310494]  submit_one_bio+0xd4/0xe0
[ 4541.310501]  submit_extent_page+0x142/0x550
[ 4541.310517]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.310526]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.310531]  ? folio_unlock+0x1d/0x50
[ 4541.310538]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.310545]  read_tree_block+0x43/0xa0
[ 4541.310549]  read_block_for_search+0x266/0x370
[ 4541.310564]  btrfs_search_slot+0x351/0xd30
[ 4541.310577]  btrfs_insert_empty_items+0x31/0x70
[ 4541.310582]  alloc_reserved_file_extent+0xbc/0x240
[ 4541.310593]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4541.310612]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.310620]  btrfs_commit_transaction+0x93/0xed0
[ 4541.310633]  transaction_kthread+0x142/0x1b0
[ 4541.310640]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.310644]  kthread+0xf5/0x120
[ 4541.310647]  ? __pfx_kthread+0x10/0x10
[ 4541.310653]  ret_from_fork+0x2c/0x50
[ 4541.310667]  </TASK>
[ 4541.310669] irq event stamp: 39022271
[ 4541.310672] hardirqs last  enabled at (39022279): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.310675] hardirqs last disabled at (39022286): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.310679] softirqs last  enabled at (39020572): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.310682] softirqs last disabled at (39020567): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.310685] ---[ end trace 0000000000000000 ]---
[ 4541.312998] ------------[ cut here ]------------
[ 4541.313002] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.313007] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.313092]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.313151] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.313154] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.313157] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.313160] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.313162] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4541.313166] RAX: 0000000000000000 RBX: ffff8f972b81ac90 RCX: 0000000000000000
[ 4541.313169] RDX: 0000000000000000 RSI: ffff8f972b81ac10 RDI: ffffa7990487f780
[ 4541.313171] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.313173] R10: ffff8f972b81ac90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.313175] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.313178] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4541.313180] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.313183] CR2: 000038a3088a1000 CR3: 000000013b674000 CR4: 0000000000750ee0
[ 4541.313185] PKRU: 55555554
[ 4541.313188] Call Trace:
[ 4541.313190]  <TASK>
[ 4541.313196]  submit_one_bio+0xd4/0xe0
[ 4541.313202]  submit_extent_page+0x142/0x550
[ 4541.313216]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.313223]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.313228]  ? folio_unlock+0x1d/0x50
[ 4541.313234]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.313240]  read_tree_block+0x43/0xa0
[ 4541.313244]  read_block_for_search+0x266/0x370
[ 4541.313257]  btrfs_search_slot+0x351/0xd30
[ 4541.313264]  ? _raw_read_unlock+0x29/0x50
[ 4541.313272]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4541.313278]  ? lock_is_held_type+0xe8/0x140
[ 4541.313286]  lookup_extent_backref+0x41/0xd0
[ 4541.313294]  __btrfs_free_extent+0xfb/0x7c0
[ 4541.313301]  ? sched_clock_cpu+0x20/0xc0
[ 4541.313310]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4541.313326]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.313334]  btrfs_commit_transaction+0x93/0xed0
[ 4541.313345]  transaction_kthread+0x142/0x1b0
[ 4541.313351]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.313354]  kthread+0xf5/0x120
[ 4541.313357]  ? __pfx_kthread+0x10/0x10
[ 4541.313361]  ret_from_fork+0x2c/0x50
[ 4541.313373]  </TASK>
[ 4541.313375] irq event stamp: 39025363
[ 4541.313377] hardirqs last  enabled at (39025371): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.313381] hardirqs last disabled at (39025378): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.313384] softirqs last  enabled at (39024078): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.313387] softirqs last disabled at (39024073): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.313390] ---[ end trace 0000000000000000 ]---
[ 4541.317283] ------------[ cut here ]------------
[ 4541.317288] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.317292] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.317377]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.317436] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.317439] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.317442] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.317445] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.317448] RSP: 0018:ffffa7990487f810 EFLAGS: 00010246
[ 4541.317452] RAX: 0000000000000000 RBX: ffff8f972b818990 RCX: 0000000000000000
[ 4541.317454] RDX: 0000000000000000 RSI: ffff8f972b818910 RDI: ffffa7990487f838
[ 4541.317456] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.317459] R10: ffff8f972b818990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.317461] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.317464] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4541.317466] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.317469] CR2: 000038a3088a1000 CR3: 000000011dc32000 CR4: 0000000000750ee0
[ 4541.317471] PKRU: 55555554
[ 4541.317474] Call Trace:
[ 4541.317476]  <TASK>
[ 4541.317482]  submit_one_bio+0xd4/0xe0
[ 4541.317488]  submit_extent_page+0x142/0x550
[ 4541.317502]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.317510]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.317515]  ? folio_unlock+0x1d/0x50
[ 4541.317521]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.317527]  read_tree_block+0x43/0xa0
[ 4541.317531]  read_block_for_search+0x266/0x370
[ 4541.317544]  btrfs_search_slot+0x351/0xd30
[ 4541.317555]  search_free_space_info+0x90/0xe0
[ 4541.317563]  remove_from_free_space_tree+0xea/0x420
[ 4541.317568]  ? alloc_reserved_file_extent+0x1c4/0x240
[ 4541.317575]  alloc_reserved_extent+0x1f/0x110
[ 4541.317580]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4541.317597]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.317604]  btrfs_commit_transaction+0x93/0xed0
[ 4541.317615]  transaction_kthread+0x142/0x1b0
[ 4541.317621]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.317624]  kthread+0xf5/0x120
[ 4541.317628]  ? __pfx_kthread+0x10/0x10
[ 4541.317633]  ret_from_fork+0x2c/0x50
[ 4541.317645]  </TASK>
[ 4541.317647] irq event stamp: 39029297
[ 4541.317649] hardirqs last  enabled at (39029305): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.317652] hardirqs last disabled at (39029312): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.317655] softirqs last  enabled at (39024078): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.317658] softirqs last disabled at (39024073): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.317661] ---[ end trace 0000000000000000 ]---
[ 4541.321692] ------------[ cut here ]------------
[ 4541.321698] WARNING: CPU: 2 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.321702] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.321811]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.321867] CPU: 2 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.321871] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.321873] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.321877] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.321879] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4541.321883] RAX: 0000000000000000 RBX: ffff8f97172d6210 RCX: 0000000000000000
[ 4541.321886] RDX: 0000000000000000 RSI: ffff8f97172d6190 RDI: ffffa7990487f7e8
[ 4541.321888] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.321890] R10: ffff8f97172d6210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.321893] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.321895] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4541.321898] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.321900] CR2: 00007faa96623b80 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4541.321903] PKRU: 55555554
[ 4541.321905] Call Trace:
[ 4541.321907]  <TASK>
[ 4541.321913]  submit_one_bio+0xd4/0xe0
[ 4541.321919]  submit_extent_page+0x142/0x550
[ 4541.321933]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.321940]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.321945]  ? folio_unlock+0x1d/0x50
[ 4541.321951]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.321957]  read_tree_block+0x43/0xa0
[ 4541.321961]  read_block_for_search+0x266/0x370
[ 4541.321973]  btrfs_search_slot+0x351/0xd30
[ 4541.321976]  ? lock_is_held_type+0xe8/0x140
[ 4541.321985]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4541.321989]  ? kmem_cache_alloc+0x194/0x380
[ 4541.321995]  btrfs_del_csums+0x116/0x3b0
[ 4541.322000]  ? lock_release+0x14b/0x440
[ 4541.322007]  ? _raw_read_unlock+0x29/0x50
[ 4541.322014]  __btrfs_free_extent+0x486/0x7c0
[ 4541.322024]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4541.322040]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.322047]  btrfs_commit_transaction+0x93/0xed0
[ 4541.322058]  transaction_kthread+0x142/0x1b0
[ 4541.322064]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.322067]  kthread+0xf5/0x120
[ 4541.322070]  ? __pfx_kthread+0x10/0x10
[ 4541.322075]  ret_from_fork+0x2c/0x50
[ 4541.322086]  </TASK>
[ 4541.322088] irq event stamp: 39034033
[ 4541.322090] hardirqs last  enabled at (39034041): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.322094] hardirqs last disabled at (39034048): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.322097] softirqs last  enabled at (39033124): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.322100] softirqs last disabled at (39033119): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.322102] ---[ end trace 0000000000000000 ]---
[ 4541.324212] ------------[ cut here ]------------
[ 4541.324216] WARNING: CPU: 2 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.324220] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.324301]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.324356] CPU: 2 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.324359] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.324362] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.324365] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.324367] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4541.324371] RAX: 0000000000000000 RBX: ffff8f97172d6590 RCX: 0000000000000000
[ 4541.324373] RDX: 0000000000000000 RSI: ffff8f97172d6510 RDI: ffffa7990487f888
[ 4541.324376] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.324378] R10: ffff8f97172d6590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.324380] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.324383] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4541.324385] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.324388] CR2: 00007faa96623b80 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4541.324390] PKRU: 55555554
[ 4541.324392] Call Trace:
[ 4541.324395]  <TASK>
[ 4541.324400]  submit_one_bio+0xd4/0xe0
[ 4541.324407]  submit_extent_page+0x142/0x550
[ 4541.324420]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.324427]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.324432]  ? folio_unlock+0x1d/0x50
[ 4541.324438]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.324444]  read_tree_block+0x43/0xa0
[ 4541.324448]  read_block_for_search+0x266/0x370
[ 4541.324460]  btrfs_search_slot+0x351/0xd30
[ 4541.324471]  btrfs_insert_empty_items+0x31/0x70
[ 4541.324476]  alloc_reserved_file_extent+0xbc/0x240
[ 4541.324486]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4541.324502]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.324509]  btrfs_commit_transaction+0x93/0xed0
[ 4541.324520]  transaction_kthread+0x142/0x1b0
[ 4541.324526]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.324529]  kthread+0xf5/0x120
[ 4541.324531]  ? __pfx_kthread+0x10/0x10
[ 4541.324536]  ret_from_fork+0x2c/0x50
[ 4541.324547]  </TASK>
[ 4541.324549] irq event stamp: 39036873
[ 4541.324552] hardirqs last  enabled at (39036881): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.324555] hardirqs last disabled at (39036888): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.324558] softirqs last  enabled at (39034578): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.324561] softirqs last disabled at (39034573): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.324563] ---[ end trace 0000000000000000 ]---
[ 4541.385169] ------------[ cut here ]------------
[ 4541.385177] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4541.385185] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4541.385276]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4541.385337] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4541.385341] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4541.385344] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4541.385347] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4541.385350] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4541.385354] RAX: 0000000000000000 RBX: ffff8f9799649b10 RCX: 0000000000000000
[ 4541.385357] RDX: 0000000000000000 RSI: ffff8f9799649a90 RDI: ffffa7990487f780
[ 4541.385359] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4541.385361] R10: ffff8f9799649b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4541.385364] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4541.385366] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4541.385369] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4541.385371] CR2: 00007f2b3ff8f4a8 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4541.385374] PKRU: 55555554
[ 4541.385376] Call Trace:
[ 4541.385379]  <TASK>
[ 4541.385387]  submit_one_bio+0xd4/0xe0
[ 4541.385394]  submit_extent_page+0x142/0x550
[ 4541.385407]  read_extent_buffer_pages+0x584/0x9c0
[ 4541.385415]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4541.385420]  ? folio_unlock+0x1d/0x50
[ 4541.385427]  btrfs_read_extent_buffer+0x98/0x150
[ 4541.385433]  read_tree_block+0x43/0xa0
[ 4541.385437]  read_block_for_search+0x266/0x370
[ 4541.385450]  btrfs_search_slot+0x351/0xd30
[ 4541.385459]  ? _raw_read_unlock+0x29/0x50
[ 4541.385466]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4541.385472]  ? lock_is_held_type+0xe8/0x140
[ 4541.385480]  lookup_extent_backref+0x41/0xd0
[ 4541.385488]  __btrfs_free_extent+0xfb/0x7c0
[ 4541.385495]  ? sched_clock_cpu+0x20/0xc0
[ 4541.385504]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4541.385520]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4541.385527]  btrfs_commit_transaction+0x93/0xed0
[ 4541.385539]  transaction_kthread+0x142/0x1b0
[ 4541.385545]  ? __pfx_transaction_kthread+0x10/0x10
[ 4541.385548]  kthread+0xf5/0x120
[ 4541.385551]  ? __pfx_kthread+0x10/0x10
[ 4541.385556]  ret_from_fork+0x2c/0x50
[ 4541.385568]  </TASK>
[ 4541.385570] irq event stamp: 39087409
[ 4541.385573] hardirqs last  enabled at (39087417): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4541.385577] hardirqs last disabled at (39087424): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4541.385580] softirqs last  enabled at (39081050): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.385584] softirqs last disabled at (39081045): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4541.385587] ---[ end trace 0000000000000000 ]---
[ 4545.909035] ------------[ cut here ]------------
[ 4545.909044] WARNING: CPU: 12 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4545.909051] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4545.909130]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4545.909185] CPU: 12 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.909189] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.909191] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4545.909195] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4545.909197] RSP: 0018:ffffa7991fce73d0 EFLAGS: 00010246
[ 4545.909201] RAX: 0000000000000000 RBX: ffff8f9719022050 RCX: 0000000000000000
[ 4545.909203] RDX: 0000000000000000 RSI: ffff8f9719021fd0 RDI: ffffa7991fce73f8
[ 4545.909205] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4545.909207] R10: ffff8f9719022050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4545.909209] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4545.909211] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 4545.909213] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4545.909216] CR2: 00007f90e6a5c000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4545.909218] PKRU: 55555554
[ 4545.909220] Call Trace:
[ 4545.909223]  <TASK>
[ 4545.909230]  submit_one_bio+0xd4/0xe0
[ 4545.909237]  submit_extent_page+0x142/0x550
[ 4545.909249]  read_extent_buffer_pages+0x584/0x9c0
[ 4545.909256]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.909260]  ? folio_unlock+0x1d/0x50
[ 4545.909267]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.909273]  read_tree_block+0x43/0xa0
[ 4545.909276]  read_block_for_search+0x266/0x370
[ 4545.909288]  btrfs_search_slot+0x351/0xd30
[ 4545.909299]  btrfs_lookup_csum+0x63/0x150
[ 4545.909305]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.909316]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.909321]  submit_one_bio+0xc4/0xe0
[ 4545.909326]  submit_extent_page+0x142/0x550
[ 4545.909331]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.909341]  btrfs_do_readpage+0x305/0x770
[ 4545.909345]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.909354]  ? extent_readahead+0xb7/0x6f0
[ 4545.909356]  extent_readahead+0x3f7/0x6f0
[ 4545.909361]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.909374]  read_pages+0x7a/0x300
[ 4545.909381]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.909388]  filemap_get_pages+0x11e/0x6b0
[ 4545.909394]  ? lock_is_held_type+0xe8/0x140
[ 4545.909404]  filemap_read+0xd7/0x330
[ 4545.909408]  ? lock_is_held_type+0xe8/0x140
[ 4545.909420]  vfs_read+0x243/0x310
[ 4545.909431]  __x64_sys_pread64+0x79/0xb0
[ 4545.909436]  do_syscall_64+0x5b/0x80
[ 4545.909441]  ? do_syscall_64+0x67/0x80
[ 4545.909444]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.909448]  ? do_syscall_64+0x67/0x80
[ 4545.909451]  ? do_syscall_64+0x67/0x80
[ 4545.909455]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.909458]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.909462] RIP: 0033:0x7f90f771cb07
[ 4545.909483] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.909486] RSP: 002b:00007ffed58b8720 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.909489] RAX: ffffffffffffffda RBX: 0000000000001018 RCX: 00007f90f771cb07
[ 4545.909491] RDX: 0000000000001018 RSI: 00005579b7488e78 RDI: 0000000000000033
[ 4545.909493] RBP: 00000000000d23b8 R08: 0000000000000000 R09: 000000008939ad5f
[ 4545.909495] R10: 00000000000d23b8 R11: 0000000000000293 R12: 0000000000001018
[ 4545.909497] R13: 00005579b7488e78 R14: 0000000000001018 R15: 00005579b6013888
[ 4545.909507]  </TASK>
[ 4545.909509] irq event stamp: 15649073
[ 4545.909511] hardirqs last  enabled at (15649081): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4545.909516] hardirqs last disabled at (15649088): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4545.909518] softirqs last  enabled at (15647470): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.909522] softirqs last disabled at (15647425): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.909524] ---[ end trace 0000000000000000 ]---
[ 4545.911056] ------------[ cut here ]------------
[ 4545.911061] WARNING: CPU: 8 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4545.911066] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4545.911134]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4545.911182] CPU: 8 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.911185] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.911187] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4545.911190] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4545.911193] RSP: 0018:ffffa7991fce73d0 EFLAGS: 00010246
[ 4545.911196] RAX: 0000000000000000 RBX: ffff8f971fb18290 RCX: 0000000000000000
[ 4545.911198] RDX: 0000000000000000 RSI: ffff8f971fb18210 RDI: ffffa7991fce73f8
[ 4545.911200] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4545.911202] R10: ffff8f971fb18290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4545.911204] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4545.911206] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4545.911209] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4545.911211] CR2: 00007e89005e7000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4545.911213] PKRU: 55555554
[ 4545.911215] Call Trace:
[ 4545.911217]  <TASK>
[ 4545.911222]  submit_one_bio+0xd4/0xe0
[ 4545.911228]  submit_extent_page+0x142/0x550
[ 4545.911240]  read_extent_buffer_pages+0x584/0x9c0
[ 4545.911247]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.911251]  ? folio_unlock+0x1d/0x50
[ 4545.911256]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.911261]  read_tree_block+0x43/0xa0
[ 4545.911265]  read_block_for_search+0x266/0x370
[ 4545.911276]  btrfs_search_slot+0x351/0xd30
[ 4545.911285]  btrfs_lookup_csum+0x63/0x150
[ 4545.911292]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.911302]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.911306]  submit_one_bio+0xc4/0xe0
[ 4545.911312]  submit_extent_page+0x142/0x550
[ 4545.911316]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.911326]  btrfs_do_readpage+0x305/0x770
[ 4545.911330]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.911338]  ? extent_readahead+0xb7/0x6f0
[ 4545.911340]  extent_readahead+0x3f7/0x6f0
[ 4545.911345]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.911357]  read_pages+0x7a/0x300
[ 4545.911364]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.911371]  filemap_get_pages+0x11e/0x6b0
[ 4545.911377]  ? lock_is_held_type+0xe8/0x140
[ 4545.911385]  filemap_read+0xd7/0x330
[ 4545.911389]  ? lock_is_held_type+0xe8/0x140
[ 4545.911401]  vfs_read+0x243/0x310
[ 4545.911410]  __x64_sys_pread64+0x79/0xb0
[ 4545.911415]  do_syscall_64+0x5b/0x80
[ 4545.911419]  ? do_syscall_64+0x67/0x80
[ 4545.911422]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.911426]  ? do_syscall_64+0x67/0x80
[ 4545.911429]  ? do_syscall_64+0x67/0x80
[ 4545.911433]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.911436]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.911439] RIP: 0033:0x7f90f771cb07
[ 4545.911446] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.911448] RSP: 002b:00007ffed58b8720 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.911451] RAX: ffffffffffffffda RBX: 0000000000001018 RCX: 00007f90f771cb07
[ 4545.911453] RDX: 0000000000001018 RSI: 00005579b7488e78 RDI: 0000000000000033
[ 4545.911455] RBP: 00000000000d23b8 R08: 0000000000000000 R09: 000000008939ad5f
[ 4545.911458] R10: 00000000000d23b8 R11: 0000000000000293 R12: 0000000000001018
[ 4545.911460] R13: 00005579b7488e78 R14: 0000000000001018 R15: 00005579b6013888
[ 4545.911469]  </TASK>
[ 4545.911471] irq event stamp: 15651209
[ 4545.911473] hardirqs last  enabled at (15651217): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4545.911476] hardirqs last disabled at (15651224): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4545.911479] softirqs last  enabled at (15647470): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.911482] softirqs last disabled at (15647425): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.911484] ---[ end trace 0000000000000000 ]---
[ 4545.917166] ------------[ cut here ]------------
[ 4545.917171] WARNING: CPU: 10 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4545.917176] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4545.917244]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4545.917291] CPU: 10 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.917293] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.917296] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4545.917299] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4545.917301] RSP: 0018:ffffa7991fce7530 EFLAGS: 00010246
[ 4545.917304] RAX: 0000000000000000 RBX: ffff8f9e72379250 RCX: 0000000000000000
[ 4545.917306] RDX: 0000000000000000 RSI: ffff8f9e723791d0 RDI: ffffa7991fce7558
[ 4545.917308] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4545.917310] R10: ffff8f9e72379250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4545.917312] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4545.917314] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4545.917317] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4545.917319] CR2: 00007f90e7a7b0f0 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4545.917321] PKRU: 55555554
[ 4545.917323] Call Trace:
[ 4545.917325]  <TASK>
[ 4545.917330]  submit_one_bio+0xd4/0xe0
[ 4545.917336]  submit_extent_page+0x142/0x550
[ 4545.917347]  read_extent_buffer_pages+0x584/0x9c0
[ 4545.917354]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.917358]  ? folio_unlock+0x1d/0x50
[ 4545.917363]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.917368]  read_tree_block+0x43/0xa0
[ 4545.917372]  read_block_for_search+0x266/0x370
[ 4545.917382]  btrfs_search_slot+0x351/0xd30
[ 4545.917392]  btrfs_lookup_csum+0x63/0x150
[ 4545.917398]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.917408]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.917412]  submit_one_bio+0xc4/0xe0
[ 4545.917417]  ? extent_readahead+0xb7/0x6f0
[ 4545.917419]  extent_readahead+0x6d3/0x6f0
[ 4545.917423]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.917436]  read_pages+0x7a/0x300
[ 4545.917442]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.917449]  filemap_get_pages+0x40e/0x6b0
[ 4545.917454]  ? lock_is_held_type+0xe8/0x140
[ 4545.917462]  filemap_read+0xd7/0x330
[ 4545.917466]  ? lock_is_held_type+0xe8/0x140
[ 4545.917478]  vfs_read+0x243/0x310
[ 4545.917487]  __x64_sys_pread64+0x79/0xb0
[ 4545.917492]  do_syscall_64+0x5b/0x80
[ 4545.917496]  ? do_syscall_64+0x67/0x80
[ 4545.917499]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.917503]  ? do_syscall_64+0x67/0x80
[ 4545.917508]  ? asm_exc_page_fault+0x22/0x30
[ 4545.917511]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.917514]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.917517] RIP: 0033:0x7f90f771cb07
[ 4545.917524] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.917526] RSP: 002b:00007ffed58ba160 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.917529] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.917531] RDX: 0000000000001000 RSI: 00005579b74938c8 RDI: 0000000000000008
[ 4545.917533] RBP: 000000000001a000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.917535] R10: 000000000001a000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.917537] R13: 00005579b74938c8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.917546]  </TASK>
[ 4545.917548] irq event stamp: 15656811
[ 4545.917550] hardirqs last  enabled at (15656819): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4545.917553] hardirqs last disabled at (15656826): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4545.917556] softirqs last  enabled at (15652418): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.917559] softirqs last disabled at (15652413): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.917561] ---[ end trace 0000000000000000 ]---
[ 4545.917677] BTRFS error (device nvme0n1p3): level verify failed on logical 5399216062464 mirror 1 wanted 0 found 1
[ 4545.917682] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399216062464 mirror 1
[ 4545.917685] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4545.917699] BTRFS error (device nvme0n1p3): read failed, bytenr=5399216062464 check owner_root=7 transid=652046 has_first_key=1 first_key=(18446744073709551606 128 3008982065152) level=1 size=40
[ 4545.917703] CPU: 10 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.917706] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.917708] Call Trace:
[ 4545.917710]  <TASK>
[ 4545.917712]  dump_stack_lvl+0x5b/0x77
[ 4545.917716]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.917722]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.917727]  ? folio_unlock+0x1d/0x50
[ 4545.917732]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.917737]  read_tree_block+0x43/0xa0
[ 4545.917740]  read_block_for_search+0x266/0x370
[ 4545.917756]  btrfs_search_slot+0x351/0xd30
[ 4545.917767]  btrfs_lookup_csum+0x63/0x150
[ 4545.917774]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.917784]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.917787]  submit_one_bio+0xc4/0xe0
[ 4545.917792]  ? extent_readahead+0xb7/0x6f0
[ 4545.917794]  extent_readahead+0x6d3/0x6f0
[ 4545.917798]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.917810]  read_pages+0x7a/0x300
[ 4545.917816]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.917823]  filemap_get_pages+0x40e/0x6b0
[ 4545.917828]  ? lock_is_held_type+0xe8/0x140
[ 4545.917836]  filemap_read+0xd7/0x330
[ 4545.917839]  ? lock_is_held_type+0xe8/0x140
[ 4545.917851]  vfs_read+0x243/0x310
[ 4545.917860]  __x64_sys_pread64+0x79/0xb0
[ 4545.917865]  do_syscall_64+0x5b/0x80
[ 4545.917868]  ? do_syscall_64+0x67/0x80
[ 4545.917871]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.917875]  ? do_syscall_64+0x67/0x80
[ 4545.917880]  ? asm_exc_page_fault+0x22/0x30
[ 4545.917882]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.917886]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.917888] RIP: 0033:0x7f90f771cb07
[ 4545.917893] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.917895] RSP: 002b:00007ffed58ba160 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.917898] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.917900] RDX: 0000000000001000 RSI: 00005579b74938c8 RDI: 0000000000000008
[ 4545.917902] RBP: 000000000001a000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.917904] R10: 000000000001a000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.917905] R13: 00005579b74938c8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.917915]  </TASK>
[ 4545.917929] BTRFS error (device nvme0n1p3): read failed, bytenr=5399216062464 check owner_root=7 transid=652046 has_first_key=1 first_key=(18446744073709551606 128 3008982065152) level=1 size=40
[ 4545.917933] CPU: 10 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.917935] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.917937] Call Trace:
[ 4545.917939]  <TASK>
[ 4545.917941]  dump_stack_lvl+0x5b/0x77
[ 4545.917944]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.917950]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.917953]  ? folio_unlock+0x1d/0x50
[ 4545.917958]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.917963]  read_tree_block+0x43/0xa0
[ 4545.917967]  read_block_for_search+0x266/0x370
[ 4545.917977]  btrfs_search_slot+0x351/0xd30
[ 4545.917986]  btrfs_lookup_csum+0x63/0x150
[ 4545.917992]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.918002]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.918005]  submit_one_bio+0xc4/0xe0
[ 4545.918010]  ? extent_readahead+0xb7/0x6f0
[ 4545.918012]  extent_readahead+0x6d3/0x6f0
[ 4545.918016]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.918028]  read_pages+0x7a/0x300
[ 4545.918034]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.918040]  filemap_get_pages+0x40e/0x6b0
[ 4545.918046]  ? lock_is_held_type+0xe8/0x140
[ 4545.918053]  filemap_read+0xd7/0x330
[ 4545.918057]  ? lock_is_held_type+0xe8/0x140
[ 4545.918069]  vfs_read+0x243/0x310
[ 4545.918078]  __x64_sys_pread64+0x79/0xb0
[ 4545.918082]  do_syscall_64+0x5b/0x80
[ 4545.918086]  ? do_syscall_64+0x67/0x80
[ 4545.918089]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.918092]  ? do_syscall_64+0x67/0x80
[ 4545.918097]  ? asm_exc_page_fault+0x22/0x30
[ 4545.918100]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.918103]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.918106] RIP: 0033:0x7f90f771cb07
[ 4545.918109] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.918111] RSP: 002b:00007ffed58ba160 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.918114] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.918115] RDX: 0000000000001000 RSI: 00005579b74938c8 RDI: 0000000000000008
[ 4545.918117] RBP: 000000000001a000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.918119] R10: 000000000001a000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.918121] R13: 00005579b74938c8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.918130]  </TASK>
[ 4545.918132] BTRFS error (device nvme0n1p3): read failed, bytenr=5399216062464 check owner_root=7 transid=652046 has_first_key=1 first_key=(18446744073709551606 128 3008982065152) level=1 size=40
[ 4545.918135] CPU: 10 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.918137] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.918139] Call Trace:
[ 4545.918140]  <TASK>
[ 4545.918142]  dump_stack_lvl+0x5b/0x77
[ 4545.918146]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.918151]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.918154]  ? folio_unlock+0x1d/0x50
[ 4545.918159]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.918164]  read_tree_block+0x43/0xa0
[ 4545.918167]  read_block_for_search+0x266/0x370
[ 4545.918177]  btrfs_search_slot+0x351/0xd30
[ 4545.918187]  btrfs_lookup_csum+0x63/0x150
[ 4545.918193]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.918203]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.918206]  submit_one_bio+0xc4/0xe0
[ 4545.918211]  ? extent_readahead+0xb7/0x6f0
[ 4545.918213]  extent_readahead+0x6d3/0x6f0
[ 4545.918217]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.918229]  read_pages+0x7a/0x300
[ 4545.918234]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.918241]  filemap_get_pages+0x40e/0x6b0
[ 4545.918247]  ? lock_is_held_type+0xe8/0x140
[ 4545.918254]  filemap_read+0xd7/0x330
[ 4545.918258]  ? lock_is_held_type+0xe8/0x140
[ 4545.918270]  vfs_read+0x243/0x310
[ 4545.918278]  __x64_sys_pread64+0x79/0xb0
[ 4545.918283]  do_syscall_64+0x5b/0x80
[ 4545.918287]  ? do_syscall_64+0x67/0x80
[ 4545.918290]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.918293]  ? do_syscall_64+0x67/0x80
[ 4545.918298]  ? asm_exc_page_fault+0x22/0x30
[ 4545.918301]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.918304]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.918306] RIP: 0033:0x7f90f771cb07
[ 4545.918309] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.918311] RSP: 002b:00007ffed58ba160 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.918314] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.918316] RDX: 0000000000001000 RSI: 00005579b74938c8 RDI: 0000000000000008
[ 4545.918317] RBP: 000000000001a000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.918319] R10: 000000000001a000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.918321] R13: 00005579b74938c8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.918330]  </TASK>
[ 4545.918332] BTRFS error (device nvme0n1p3): read failed, bytenr=5399216062464 check owner_root=7 transid=652046 has_first_key=1 first_key=(18446744073709551606 128 3008982065152) level=1 size=40
[ 4545.918334] CPU: 10 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.918337] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.918338] Call Trace:
[ 4545.918340]  <TASK>
[ 4545.918342]  dump_stack_lvl+0x5b/0x77
[ 4545.918345]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.918350]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.918354]  ? folio_unlock+0x1d/0x50
[ 4545.918359]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.918364]  read_tree_block+0x43/0xa0
[ 4545.918367]  read_block_for_search+0x266/0x370
[ 4545.918377]  btrfs_search_slot+0x351/0xd30
[ 4545.918387]  btrfs_lookup_csum+0x63/0x150
[ 4545.918393]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.918403]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.918406]  submit_one_bio+0xc4/0xe0
[ 4545.918410]  ? extent_readahead+0xb7/0x6f0
[ 4545.918413]  extent_readahead+0x6d3/0x6f0
[ 4545.918416]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.918429]  read_pages+0x7a/0x300
[ 4545.918434]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.918441]  filemap_get_pages+0x40e/0x6b0
[ 4545.918446]  ? lock_is_held_type+0xe8/0x140
[ 4545.918454]  filemap_read+0xd7/0x330
[ 4545.918458]  ? lock_is_held_type+0xe8/0x140
[ 4545.918469]  vfs_read+0x243/0x310
[ 4545.918478]  __x64_sys_pread64+0x79/0xb0
[ 4545.918483]  do_syscall_64+0x5b/0x80
[ 4545.918486]  ? do_syscall_64+0x67/0x80
[ 4545.918489]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.918493]  ? do_syscall_64+0x67/0x80
[ 4545.918498]  ? asm_exc_page_fault+0x22/0x30
[ 4545.918500]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.918504]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.918506] RIP: 0033:0x7f90f771cb07
[ 4545.918509] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.918511] RSP: 002b:00007ffed58ba160 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.918513] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.918515] RDX: 0000000000001000 RSI: 00005579b74938c8 RDI: 0000000000000008
[ 4545.918517] RBP: 000000000001a000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.918519] R10: 000000000001a000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.918520] R13: 00005579b74938c8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.918529]  </TASK>
[ 4545.943708] ------------[ cut here ]------------
[ 4545.943713] WARNING: CPU: 8 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4545.943718] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4545.943808]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4545.943860] CPU: 8 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.943863] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.943865] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4545.943868] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4545.943871] RSP: 0018:ffffa7991fce7390 EFLAGS: 00010246
[ 4545.943874] RAX: 0000000000000000 RBX: ffff8f971fb18290 RCX: 0000000000000000
[ 4545.943876] RDX: 0000000000000000 RSI: ffff8f971fb18210 RDI: ffffa7991fce73b8
[ 4545.943878] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4545.943880] R10: ffff8f971fb18290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4545.943882] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4545.943884] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4545.943887] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4545.943889] CR2: 00007e89005e7000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4545.943891] PKRU: 55555554
[ 4545.943893] Call Trace:
[ 4545.943895]  <TASK>
[ 4545.943900]  submit_one_bio+0xd4/0xe0
[ 4545.943906]  submit_extent_page+0x142/0x550
[ 4545.943917]  read_extent_buffer_pages+0x584/0x9c0
[ 4545.943924]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.943928]  ? folio_unlock+0x1d/0x50
[ 4545.943933]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.943938]  read_tree_block+0x43/0xa0
[ 4545.943942]  read_block_for_search+0x266/0x370
[ 4545.943952]  btrfs_search_slot+0x351/0xd30
[ 4545.943962]  btrfs_lookup_csum+0x63/0x150
[ 4545.943969]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.943979]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.943982]  submit_one_bio+0xc4/0xe0
[ 4545.943987]  submit_extent_page+0x142/0x550
[ 4545.943992]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.944001]  btrfs_do_readpage+0x305/0x770
[ 4545.944006]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.944013]  ? extent_readahead+0xb7/0x6f0
[ 4545.944016]  extent_readahead+0x3f7/0x6f0
[ 4545.944020]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.944032]  read_pages+0x7a/0x300
[ 4545.944038]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.944045]  filemap_get_pages+0x40e/0x6b0
[ 4545.944051]  ? lock_is_held_type+0xe8/0x140
[ 4545.944059]  filemap_read+0xd7/0x330
[ 4545.944063]  ? lock_is_held_type+0xe8/0x140
[ 4545.944075]  vfs_read+0x243/0x310
[ 4545.944084]  __x64_sys_pread64+0x79/0xb0
[ 4545.944089]  do_syscall_64+0x5b/0x80
[ 4545.944094]  ? lock_is_held_type+0xe8/0x140
[ 4545.944099]  ? do_syscall_64+0x67/0x80
[ 4545.944102]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.944106]  ? do_syscall_64+0x67/0x80
[ 4545.944109]  ? do_syscall_64+0x67/0x80
[ 4545.944111]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.944115]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.944118] RIP: 0033:0x7f90f771cb07
[ 4545.944125] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.944128] RSP: 002b:00007ffed58ba170 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.944131] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.944133] RDX: 0000000000001000 RSI: 00005579b76035a8 RDI: 0000000000000008
[ 4545.944135] RBP: 0000000000103000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.944137] R10: 0000000000103000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.944139] R13: 00005579b76035a8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.944148]  </TASK>
[ 4545.944150] irq event stamp: 15668147
[ 4545.944152] hardirqs last  enabled at (15668155): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4545.944155] hardirqs last disabled at (15668162): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4545.944158] softirqs last  enabled at (15662276): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.944161] softirqs last disabled at (15662271): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.944163] ---[ end trace 0000000000000000 ]---
[ 4545.985170] ------------[ cut here ]------------
[ 4545.985177] WARNING: CPU: 13 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4545.985183] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4545.985259]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4545.985312] CPU: 13 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.985316] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.985319] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4545.985322] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4545.985324] RSP: 0018:ffffa7991fce73a8 EFLAGS: 00010246
[ 4545.985328] RAX: 0000000000000000 RBX: ffff8f97aa4a8610 RCX: 0000000000000000
[ 4545.985331] RDX: 0000000000000000 RSI: ffff8f97aa4a8590 RDI: ffffa7991fce73d0
[ 4545.985333] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4545.985335] R10: ffff8f97aa4a8610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4545.985337] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4545.985339] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d9600000(0000) knlGS:0000000000000000
[ 4545.985341] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4545.985343] CR2: 00007ffed5861988 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4545.985346] PKRU: 55555554
[ 4545.985348] Call Trace:
[ 4545.985350]  <TASK>
[ 4545.985356]  submit_one_bio+0xd4/0xe0
[ 4545.985362]  submit_extent_page+0x142/0x550
[ 4545.985374]  read_extent_buffer_pages+0x584/0x9c0
[ 4545.985381]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.985385]  ? folio_unlock+0x1d/0x50
[ 4545.985391]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.985396]  read_tree_block+0x43/0xa0
[ 4545.985400]  read_block_for_search+0x266/0x370
[ 4545.985411]  btrfs_search_slot+0x351/0xd30
[ 4545.985421]  btrfs_lookup_csum+0x63/0x150
[ 4545.985429]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.985439]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.985443]  submit_one_bio+0xc4/0xe0
[ 4545.985448]  submit_extent_page+0x142/0x550
[ 4545.985453]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.985463]  btrfs_do_readpage+0x305/0x770
[ 4545.985467]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.985475]  ? extent_readahead+0xb7/0x6f0
[ 4545.985477]  extent_readahead+0x3f7/0x6f0
[ 4545.985482]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.985495]  read_pages+0x7a/0x300
[ 4545.985501]  page_cache_ra_unbounded+0x131/0x1b0
[ 4545.985508]  filemap_get_pages+0x11e/0x6b0
[ 4545.985514]  ? lock_is_held_type+0xe8/0x140
[ 4545.985524]  filemap_read+0xd7/0x330
[ 4545.985528]  ? lock_is_held_type+0xe8/0x140
[ 4545.985540]  vfs_read+0x243/0x310
[ 4545.985549]  __x64_sys_pread64+0x79/0xb0
[ 4545.985554]  do_syscall_64+0x5b/0x80
[ 4545.985559]  ? do_syscall_64+0x67/0x80
[ 4545.985562]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.985565]  ? do_syscall_64+0x67/0x80
[ 4545.985569]  ? do_syscall_64+0x67/0x80
[ 4545.985571]  ? do_syscall_64+0x67/0x80
[ 4545.985575]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.985578]  ? do_syscall_64+0x67/0x80
[ 4545.985581]  ? do_syscall_64+0x67/0x80
[ 4545.985584]  ? do_syscall_64+0x67/0x80
[ 4545.985587]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.985590]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.985594] RIP: 0033:0x7f90f771cb07
[ 4545.985611] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.985613] RSP: 002b:00007ffed58ba130 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.985616] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.985618] RDX: 0000000000001000 RSI: 00005579b7fe31c8 RDI: 0000000000000008
[ 4545.985620] RBP: 0000000000143000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.985622] R10: 0000000000143000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.985624] R13: 00005579b7fe31c8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.985634]  </TASK>
[ 4545.985636] irq event stamp: 15689635
[ 4545.985638] hardirqs last  enabled at (15689643): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4545.985642] hardirqs last disabled at (15689650): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4545.985644] softirqs last  enabled at (15688164): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.985648] softirqs last disabled at (15687617): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.985650] ---[ end trace 0000000000000000 ]---
[ 4545.988315] ------------[ cut here ]------------
[ 4545.988320] WARNING: CPU: 8 PID: 13785 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4545.988325] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4545.988394]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4545.988442] CPU: 8 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.988445] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.988447] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4545.988450] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4545.988453] RSP: 0018:ffffa7991fce73c8 EFLAGS: 00010246
[ 4545.988456] RAX: 0000000000000000 RBX: ffff8f971fb1b1d0 RCX: 0000000000000000
[ 4545.988458] RDX: 0000000000000000 RSI: ffff8f971fb1b150 RDI: ffffa7991fce73f0
[ 4545.988460] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4545.988462] R10: ffff8f971fb1b1d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4545.988464] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4545.988466] FS:  00007f90f7dd2740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4545.988469] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4545.988471] CR2: 00007e89005e8000 CR3: 0000000433558000 CR4: 0000000000750ee0
[ 4545.988473] PKRU: 55555554
[ 4545.988475] Call Trace:
[ 4545.988477]  <TASK>
[ 4545.988482]  submit_one_bio+0xd4/0xe0
[ 4545.988488]  submit_extent_page+0x142/0x550
[ 4545.988500]  read_extent_buffer_pages+0x584/0x9c0
[ 4545.988506]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.988510]  ? folio_unlock+0x1d/0x50
[ 4545.988515]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.988521]  read_tree_block+0x43/0xa0
[ 4545.988524]  read_block_for_search+0x266/0x370
[ 4545.988535]  btrfs_search_slot+0x351/0xd30
[ 4545.988545]  btrfs_lookup_csum+0x63/0x150
[ 4545.988551]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.988561]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.988565]  submit_one_bio+0xc4/0xe0
[ 4545.988570]  submit_extent_page+0x142/0x550
[ 4545.988574]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.988583]  btrfs_do_readpage+0x305/0x770
[ 4545.988588]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.988596]  ? extent_readahead+0xb7/0x6f0
[ 4545.988598]  extent_readahead+0x3f7/0x6f0
[ 4545.988602]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.988615]  read_pages+0x7a/0x300
[ 4545.988620]  page_cache_ra_unbounded+0x109/0x1b0
[ 4545.988627]  filemap_get_pages+0x11e/0x6b0
[ 4545.988633]  ? lock_is_held_type+0xe8/0x140
[ 4545.988641]  filemap_read+0xd7/0x330
[ 4545.988645]  ? lock_is_held_type+0xe8/0x140
[ 4545.988657]  vfs_read+0x243/0x310
[ 4545.988666]  __x64_sys_pread64+0x79/0xb0
[ 4545.988671]  do_syscall_64+0x5b/0x80
[ 4545.988675]  ? do_syscall_64+0x67/0x80
[ 4545.988677]  ? do_syscall_64+0x67/0x80
[ 4545.988681]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.988684]  ? do_syscall_64+0x67/0x80
[ 4545.988688]  ? asm_common_interrupt+0x22/0x40
[ 4545.988692]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.988695]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.988698] RIP: 0033:0x7f90f771cb07
[ 4545.988706] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.988709] RSP: 002b:00007ffed58ba130 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.988712] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.988714] RDX: 0000000000001000 RSI: 00005579b80066e8 RDI: 0000000000000008
[ 4545.988716] RBP: 00000000001c2000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.988718] R10: 00000000001c2000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.988720] R13: 00005579b80066e8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.988729]  </TASK>
[ 4545.988731] irq event stamp: 15692377
[ 4545.988733] hardirqs last  enabled at (15692385): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4545.988736] hardirqs last disabled at (15692392): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4545.988739] softirqs last  enabled at (15688164): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.988742] softirqs last disabled at (15687617): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4545.988758] ---[ end trace 0000000000000000 ]---
[ 4545.988942] BTRFS error (device nvme0n1p3): level verify failed on logical 5399660052480 mirror 1 wanted 0 found 1
[ 4545.988956] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399660052480 mirror 1
[ 4545.988961] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4545.988985] BTRFS error (device nvme0n1p3): read failed, bytenr=5399660052480 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4623004205056) level=1 size=40
[ 4545.988992] CPU: 13 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.988996] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.988999] Call Trace:
[ 4545.989002]  <TASK>
[ 4545.989005]  dump_stack_lvl+0x5b/0x77
[ 4545.989010]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.989017]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989022]  ? folio_unlock+0x1d/0x50
[ 4545.989029]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.989035]  read_tree_block+0x43/0xa0
[ 4545.989039]  read_block_for_search+0x266/0x370
[ 4545.989052]  btrfs_search_slot+0x351/0xd30
[ 4545.989064]  btrfs_lookup_csum+0x63/0x150
[ 4545.989071]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.989084]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.989088]  submit_one_bio+0xc4/0xe0
[ 4545.989094]  submit_extent_page+0x142/0x550
[ 4545.989099]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.989111]  btrfs_do_readpage+0x305/0x770
[ 4545.989116]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.989125]  ? extent_readahead+0xb7/0x6f0
[ 4545.989128]  extent_readahead+0x3f7/0x6f0
[ 4545.989133]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989148]  read_pages+0x7a/0x300
[ 4545.989155]  page_cache_ra_unbounded+0x109/0x1b0
[ 4545.989164]  filemap_get_pages+0x11e/0x6b0
[ 4545.989170]  ? lock_is_held_type+0xe8/0x140
[ 4545.989180]  filemap_read+0xd7/0x330
[ 4545.989185]  ? lock_is_held_type+0xe8/0x140
[ 4545.989199]  vfs_read+0x243/0x310
[ 4545.989210]  __x64_sys_pread64+0x79/0xb0
[ 4545.989216]  do_syscall_64+0x5b/0x80
[ 4545.989220]  ? do_syscall_64+0x67/0x80
[ 4545.989223]  ? do_syscall_64+0x67/0x80
[ 4545.989227]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.989231]  ? do_syscall_64+0x67/0x80
[ 4545.989236]  ? asm_common_interrupt+0x22/0x40
[ 4545.989240]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.989244]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.989247] RIP: 0033:0x7f90f771cb07
[ 4545.989253] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.989256] RSP: 002b:00007ffed58ba130 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.989260] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.989262] RDX: 0000000000001000 RSI: 00005579b80066e8 RDI: 0000000000000008
[ 4545.989264] RBP: 00000000001c2000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.989267] R10: 00000000001c2000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.989269] R13: 00005579b80066e8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.989280]  </TASK>
[ 4545.989283] BTRFS error (device nvme0n1p3): read failed, bytenr=5399660052480 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4623004205056) level=1 size=40
[ 4545.989288] CPU: 13 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.989291] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.989293] Call Trace:
[ 4545.989295]  <TASK>
[ 4545.989298]  dump_stack_lvl+0x5b/0x77
[ 4545.989302]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.989308]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989313]  ? folio_unlock+0x1d/0x50
[ 4545.989319]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.989326]  read_tree_block+0x43/0xa0
[ 4545.989330]  read_block_for_search+0x266/0x370
[ 4545.989342]  btrfs_search_slot+0x351/0xd30
[ 4545.989354]  btrfs_lookup_csum+0x63/0x150
[ 4545.989361]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.989374]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.989378]  submit_one_bio+0xc4/0xe0
[ 4545.989384]  submit_extent_page+0x142/0x550
[ 4545.989389]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.989401]  btrfs_do_readpage+0x305/0x770
[ 4545.989406]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.989415]  ? extent_readahead+0xb7/0x6f0
[ 4545.989418]  extent_readahead+0x3f7/0x6f0
[ 4545.989422]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989438]  read_pages+0x7a/0x300
[ 4545.989445]  page_cache_ra_unbounded+0x109/0x1b0
[ 4545.989453]  filemap_get_pages+0x11e/0x6b0
[ 4545.989460]  ? lock_is_held_type+0xe8/0x140
[ 4545.989469]  filemap_read+0xd7/0x330
[ 4545.989474]  ? lock_is_held_type+0xe8/0x140
[ 4545.989489]  vfs_read+0x243/0x310
[ 4545.989500]  __x64_sys_pread64+0x79/0xb0
[ 4545.989505]  do_syscall_64+0x5b/0x80
[ 4545.989509]  ? do_syscall_64+0x67/0x80
[ 4545.989513]  ? do_syscall_64+0x67/0x80
[ 4545.989517]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.989521]  ? do_syscall_64+0x67/0x80
[ 4545.989525]  ? asm_common_interrupt+0x22/0x40
[ 4545.989529]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.989533]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.989536] RIP: 0033:0x7f90f771cb07
[ 4545.989540] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.989543] RSP: 002b:00007ffed58ba130 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.989546] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.989549] RDX: 0000000000001000 RSI: 00005579b80066e8 RDI: 0000000000000008
[ 4545.989551] RBP: 00000000001c2000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.989553] R10: 00000000001c2000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.989555] R13: 00005579b80066e8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.989567]  </TASK>
[ 4545.989569] BTRFS error (device nvme0n1p3): read failed, bytenr=5399660052480 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4623004205056) level=1 size=40
[ 4545.989574] CPU: 13 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.989576] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.989579] Call Trace:
[ 4545.989581]  <TASK>
[ 4545.989583]  dump_stack_lvl+0x5b/0x77
[ 4545.989587]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.989594]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989599]  ? folio_unlock+0x1d/0x50
[ 4545.989605]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.989611]  read_tree_block+0x43/0xa0
[ 4545.989615]  read_block_for_search+0x266/0x370
[ 4545.989627]  btrfs_search_slot+0x351/0xd30
[ 4545.989639]  btrfs_lookup_csum+0x63/0x150
[ 4545.989647]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.989659]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.989663]  submit_one_bio+0xc4/0xe0
[ 4545.989669]  submit_extent_page+0x142/0x550
[ 4545.989675]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.989686]  btrfs_do_readpage+0x305/0x770
[ 4545.989691]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.989700]  ? extent_readahead+0xb7/0x6f0
[ 4545.989703]  extent_readahead+0x3f7/0x6f0
[ 4545.989708]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989723]  read_pages+0x7a/0x300
[ 4545.989730]  page_cache_ra_unbounded+0x109/0x1b0
[ 4545.989738]  filemap_get_pages+0x11e/0x6b0
[ 4545.989745]  ? lock_is_held_type+0xe8/0x140
[ 4545.989754]  filemap_read+0xd7/0x330
[ 4545.989759]  ? lock_is_held_type+0xe8/0x140
[ 4545.989774]  vfs_read+0x243/0x310
[ 4545.989785]  __x64_sys_pread64+0x79/0xb0
[ 4545.989790]  do_syscall_64+0x5b/0x80
[ 4545.989794]  ? do_syscall_64+0x67/0x80
[ 4545.989798]  ? do_syscall_64+0x67/0x80
[ 4545.989802]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.989806]  ? do_syscall_64+0x67/0x80
[ 4545.989811]  ? asm_common_interrupt+0x22/0x40
[ 4545.989814]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.989818]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.989821] RIP: 0033:0x7f90f771cb07
[ 4545.989825] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.989827] RSP: 002b:00007ffed58ba130 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.989831] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.989833] RDX: 0000000000001000 RSI: 00005579b80066e8 RDI: 0000000000000008
[ 4545.989835] RBP: 00000000001c2000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.989837] R10: 00000000001c2000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.989839] R13: 00005579b80066e8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.989851]  </TASK>
[ 4545.989871] BTRFS error (device nvme0n1p3): read failed, bytenr=5399660052480 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4623004205056) level=1 size=40
[ 4545.989875] CPU: 13 PID: 13785 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4545.989878] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4545.989880] Call Trace:
[ 4545.989882]  <TASK>
[ 4545.989884]  dump_stack_lvl+0x5b/0x77
[ 4545.989888]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4545.989895]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.989899]  ? folio_unlock+0x1d/0x50
[ 4545.989905]  btrfs_read_extent_buffer+0x98/0x150
[ 4545.989912]  read_tree_block+0x43/0xa0
[ 4545.989916]  read_block_for_search+0x266/0x370
[ 4545.989928]  btrfs_search_slot+0x351/0xd30
[ 4545.989940]  btrfs_lookup_csum+0x63/0x150
[ 4545.989948]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4545.989960]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4545.989964]  submit_one_bio+0xc4/0xe0
[ 4545.989970]  submit_extent_page+0x142/0x550
[ 4545.989975]  ? btrfs_get_extent+0x4c1/0x940
[ 4545.989986]  btrfs_do_readpage+0x305/0x770
[ 4545.989990]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4545.989998]  ? extent_readahead+0xb7/0x6f0
[ 4545.990000]  extent_readahead+0x3f7/0x6f0
[ 4545.990004]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4545.990016]  read_pages+0x7a/0x300
[ 4545.990021]  page_cache_ra_unbounded+0x109/0x1b0
[ 4545.990028]  filemap_get_pages+0x11e/0x6b0
[ 4545.990034]  ? lock_is_held_type+0xe8/0x140
[ 4545.990041]  filemap_read+0xd7/0x330
[ 4545.990045]  ? lock_is_held_type+0xe8/0x140
[ 4545.990056]  vfs_read+0x243/0x310
[ 4545.990065]  __x64_sys_pread64+0x79/0xb0
[ 4545.990070]  do_syscall_64+0x5b/0x80
[ 4545.990073]  ? do_syscall_64+0x67/0x80
[ 4545.990076]  ? do_syscall_64+0x67/0x80
[ 4545.990079]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.990082]  ? do_syscall_64+0x67/0x80
[ 4545.990086]  ? asm_common_interrupt+0x22/0x40
[ 4545.990089]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4545.990092]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4545.990094] RIP: 0033:0x7f90f771cb07
[ 4545.990098] Code: 08 89 3c 24 48 89 4c 24 18 e8 65 df f8 ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 b5 df f8 ff 48 8b
[ 4545.990099] RSP: 002b:00007ffed58ba130 EFLAGS: 00000293 ORIG_RAX: 0000000000000011
[ 4545.990102] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f90f771cb07
[ 4545.990104] RDX: 0000000000001000 RSI: 00005579b80066e8 RDI: 0000000000000008
[ 4545.990106] RBP: 00000000001c2000 R08: 0000000000000000 R09: 00007f90e6a60000
[ 4545.990107] R10: 00000000001c2000 R11: 0000000000000293 R12: 0000000000001000
[ 4545.990109] R13: 00005579b80066e8 R14: 0000000000001000 R15: 00005579b79e8588
[ 4545.990118]  </TASK>
[ 4571.971028] ------------[ cut here ]------------
[ 4571.971037] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4571.971045] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4571.971136]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4571.971203] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4571.971207] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4571.971210] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4571.971213] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4571.971216] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4571.971220] RAX: 0000000000000000 RBX: ffff8f9d4d5f0d10 RCX: 0000000000000000
[ 4571.971222] RDX: 0000000000000000 RSI: ffff8f9d4d5f0c90 RDI: ffffa7990487f780
[ 4571.971225] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4571.971227] R10: ffff8f9d4d5f0d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4571.971229] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4571.971232] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4571.971234] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4571.971237] CR2: 00007e8901810000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4571.971239] PKRU: 55555554
[ 4571.971242] Call Trace:
[ 4571.971244]  <TASK>
[ 4571.971252]  submit_one_bio+0xd4/0xe0
[ 4571.971259]  submit_extent_page+0x142/0x550
[ 4571.971273]  read_extent_buffer_pages+0x584/0x9c0
[ 4571.971281]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4571.971286]  ? folio_unlock+0x1d/0x50
[ 4571.971293]  btrfs_read_extent_buffer+0x98/0x150
[ 4571.971299]  read_tree_block+0x43/0xa0
[ 4571.971303]  read_block_for_search+0x266/0x370
[ 4571.971316]  btrfs_search_slot+0x351/0xd30
[ 4571.971324]  ? _raw_read_unlock+0x29/0x50
[ 4571.971332]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4571.971338]  ? lock_is_held_type+0xe8/0x140
[ 4571.971346]  lookup_extent_backref+0x41/0xd0
[ 4571.971354]  __btrfs_free_extent+0xfb/0x7c0
[ 4571.971361]  ? sched_clock_cpu+0x20/0xc0
[ 4571.971370]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4571.971386]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4571.971393]  btrfs_commit_transaction+0x93/0xed0
[ 4571.971406]  transaction_kthread+0x142/0x1b0
[ 4571.971412]  ? __pfx_transaction_kthread+0x10/0x10
[ 4571.971415]  kthread+0xf5/0x120
[ 4571.971419]  ? __pfx_kthread+0x10/0x10
[ 4571.971424]  ret_from_fork+0x2c/0x50
[ 4571.971436]  </TASK>
[ 4571.971439] irq event stamp: 39318459
[ 4571.971441] hardirqs last  enabled at (39318467): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4571.971446] hardirqs last disabled at (39318474): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4571.971448] softirqs last  enabled at (39316986): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4571.971453] softirqs last disabled at (39316945): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4571.971455] ---[ end trace 0000000000000000 ]---
[ 4571.984062] ------------[ cut here ]------------
[ 4571.984071] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4571.984079] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4571.984176]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4571.984239] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4571.984243] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4571.984246] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4571.984250] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4571.984253] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4571.984257] RAX: 0000000000000000 RBX: ffff8f9d4d5f23d0 RCX: 0000000000000000
[ 4571.984259] RDX: 0000000000000000 RSI: ffff8f9d4d5f2350 RDI: ffffa7990487f780
[ 4571.984261] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4571.984264] R10: ffff8f9d4d5f23d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4571.984266] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4571.984269] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4571.984271] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4571.984274] CR2: 00007e8901810000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4571.984276] PKRU: 55555554
[ 4571.984279] Call Trace:
[ 4571.984282]  <TASK>
[ 4571.984290]  submit_one_bio+0xd4/0xe0
[ 4571.984298]  submit_extent_page+0x142/0x550
[ 4571.984312]  read_extent_buffer_pages+0x584/0x9c0
[ 4571.984320]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4571.984325]  ? folio_unlock+0x1d/0x50
[ 4571.984332]  btrfs_read_extent_buffer+0x98/0x150
[ 4571.984339]  read_tree_block+0x43/0xa0
[ 4571.984342]  read_block_for_search+0x266/0x370
[ 4571.984355]  btrfs_search_slot+0x351/0xd30
[ 4571.984363]  ? _raw_read_unlock+0x29/0x50
[ 4571.984371]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4571.984378]  ? lock_is_held_type+0xe8/0x140
[ 4571.984386]  lookup_extent_backref+0x41/0xd0
[ 4571.984394]  __btrfs_free_extent+0xfb/0x7c0
[ 4571.984400]  ? sched_clock_cpu+0x20/0xc0
[ 4571.984409]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4571.984426]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4571.984433]  btrfs_commit_transaction+0x93/0xed0
[ 4571.984445]  transaction_kthread+0x142/0x1b0
[ 4571.984451]  ? __pfx_transaction_kthread+0x10/0x10
[ 4571.984454]  kthread+0xf5/0x120
[ 4571.984458]  ? __pfx_kthread+0x10/0x10
[ 4571.984462]  ret_from_fork+0x2c/0x50
[ 4571.984475]  </TASK>
[ 4571.984478] irq event stamp: 39323235
[ 4571.984480] hardirqs last  enabled at (39323243): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4571.984484] hardirqs last disabled at (39323250): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4571.984487] softirqs last  enabled at (39320296): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4571.984491] softirqs last disabled at (39320289): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4571.984494] ---[ end trace 0000000000000000 ]---
[ 4572.003727] ------------[ cut here ]------------
[ 4572.003735] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4572.003776] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4572.003891]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4572.003967] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4572.003972] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4572.003975] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4572.003979] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4572.003983] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4572.003988] RAX: 0000000000000000 RBX: ffff8f971fb1b710 RCX: 0000000000000000
[ 4572.003991] RDX: 0000000000000000 RSI: ffff8f971fb1b690 RDI: ffffa7990487f780
[ 4572.003994] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4572.003996] R10: ffff8f971fb1b710 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4572.003999] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4572.004002] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4572.004006] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4572.004009] CR2: 0000014900e8a000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4572.004012] PKRU: 55555554
[ 4572.004015] Call Trace:
[ 4572.004018]  <TASK>
[ 4572.004027]  submit_one_bio+0xd4/0xe0
[ 4572.004035]  submit_extent_page+0x142/0x550
[ 4572.004052]  read_extent_buffer_pages+0x584/0x9c0
[ 4572.004062]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4572.004068]  ? folio_unlock+0x1d/0x50
[ 4572.004076]  btrfs_read_extent_buffer+0x98/0x150
[ 4572.004084]  read_tree_block+0x43/0xa0
[ 4572.004089]  read_block_for_search+0x266/0x370
[ 4572.004107]  btrfs_search_slot+0x351/0xd30
[ 4572.004117]  ? _raw_read_unlock+0x29/0x50
[ 4572.004126]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4572.004134]  ? lock_is_held_type+0xe8/0x140
[ 4572.004144]  lookup_extent_backref+0x41/0xd0
[ 4572.004154]  __btrfs_free_extent+0xfb/0x7c0
[ 4572.004161]  ? sched_clock_cpu+0x20/0xc0
[ 4572.004173]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4572.004193]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4572.004202]  btrfs_commit_transaction+0x93/0xed0
[ 4572.004217]  transaction_kthread+0x142/0x1b0
[ 4572.004224]  ? __pfx_transaction_kthread+0x10/0x10
[ 4572.004228]  kthread+0xf5/0x120
[ 4572.004232]  ? __pfx_kthread+0x10/0x10
[ 4572.004238]  ret_from_fork+0x2c/0x50
[ 4572.004253]  </TASK>
[ 4572.004255] irq event stamp: 39345295
[ 4572.004258] hardirqs last  enabled at (39345303): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4572.004263] hardirqs last disabled at (39345310): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4572.004267] softirqs last  enabled at (39344158): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4572.004271] softirqs last disabled at (39344151): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4572.004274] ---[ end trace 0000000000000000 ]---
[ 4585.806534] ------------[ cut here ]------------
[ 4585.806544] WARNING: CPU: 0 PID: 13972 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4585.806552] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4585.806639]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4585.806697] CPU: 0 PID: 13972 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4585.806701] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4585.806703] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4585.806707] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4585.806710] RSP: 0018:ffffa7991f8e7690 EFLAGS: 00010246
[ 4585.806713] RAX: 0000000000000000 RBX: ffff8f972eec1cd0 RCX: 0000000000000000
[ 4585.806716] RDX: 0000000000000000 RSI: ffff8f972eec1c50 RDI: ffffa7991f8e76b8
[ 4585.806718] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4585.806720] R10: ffff8f972eec1cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4585.806722] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4585.806725] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b64f2b40
[ 4585.806727] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4585.806729] CR2: 00000000bf0ff000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4585.806732] PKRU: 55555554
[ 4585.806734] Call Trace:
[ 4585.806736]  <TASK>
[ 4585.806767]  submit_one_bio+0xd4/0xe0
[ 4585.806778]  submit_extent_page+0x142/0x550
[ 4585.806795]  read_extent_buffer_pages+0x584/0x9c0
[ 4585.806803]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4585.806808]  ? folio_unlock+0x1d/0x50
[ 4585.806815]  btrfs_read_extent_buffer+0x98/0x150
[ 4585.806821]  read_tree_block+0x43/0xa0
[ 4585.806825]  read_block_for_search+0x266/0x370
[ 4585.806837]  btrfs_search_slot+0x351/0xd30
[ 4585.806847]  btrfs_lookup_csum+0x63/0x150
[ 4585.806855]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4585.806861]  ? btrfs_do_readpage+0x305/0x770
[ 4585.806868]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4585.806872]  submit_one_bio+0xc4/0xe0
[ 4585.806878]  btrfs_read_folio+0x79/0x90
[ 4585.806882]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4585.806885]  prepare_uptodate_page+0x8c/0x210
[ 4585.806889]  prepare_pages.constprop.0+0x134/0x300
[ 4585.806897]  btrfs_buffered_write+0x2ca/0x940
[ 4585.806910]  btrfs_do_write_iter+0x384/0x5d0
[ 4585.806914]  ? lock_is_held_type+0xe8/0x140
[ 4585.806922]  vfs_write+0x269/0x4f0
[ 4585.806933]  ksys_write+0x64/0xe0
[ 4585.806938]  __do_fast_syscall_32+0x88/0xf0
[ 4585.806942]  ? __do_fast_syscall_32+0x94/0xf0
[ 4585.806945]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4585.806949]  ? __do_fast_syscall_32+0x94/0xf0
[ 4585.806953]  ? __do_fast_syscall_32+0x94/0xf0
[ 4585.806957]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4585.806960]  ? __do_fast_syscall_32+0x94/0xf0
[ 4585.806963]  ? __do_fast_syscall_32+0x94/0xf0
[ 4585.806968]  do_fast_syscall_32+0x2f/0x70
[ 4585.806972]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4585.806977] RIP: 0023:0xf7fc0579
[ 4585.806999] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4585.807002] RSP: 002b:00000000b64f0ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4585.807005] RAX: ffffffffffffffda RBX: 000000000000008f RCX: 00000000c63ff010
[ 4585.807008] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4585.807010] RBP: 000000000000008f R08: 00000000b64f0ae0 R09: 0000000000000000
[ 4585.807012] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4585.807014] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4585.807024]  </TASK>
[ 4585.807026] irq event stamp: 14799
[ 4585.807028] hardirqs last  enabled at (14807): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4585.807033] hardirqs last disabled at (14814): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4585.807035] softirqs last  enabled at (11662): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4585.807039] softirqs last disabled at (11655): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4585.807042] ---[ end trace 0000000000000000 ]---
[ 4588.579664] ------------[ cut here ]------------
[ 4588.579673] WARNING: CPU: 12 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4588.579680] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4588.579787]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4588.579845] CPU: 12 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4588.579849] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4588.579852] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4588.579855] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4588.579858] RSP: 0018:ffffa7991f927698 EFLAGS: 00010246
[ 4588.579862] RAX: 0000000000000000 RBX: ffff8f9719023390 RCX: 0000000000000000
[ 4588.579864] RDX: 0000000000000000 RSI: ffff8f9719023310 RDI: ffffa7991f9276c0
[ 4588.579866] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4588.579869] R10: ffff8f9719023390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4588.579871] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4588.579873] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b6bf9b40
[ 4588.579876] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4588.579878] CR2: 00000573008dd035 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4588.579881] PKRU: 55555554
[ 4588.579883] Call Trace:
[ 4588.579885]  <TASK>
[ 4588.579893]  submit_one_bio+0xd4/0xe0
[ 4588.579900]  submit_extent_page+0x142/0x550
[ 4588.579913]  read_extent_buffer_pages+0x584/0x9c0
[ 4588.579920]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4588.579925]  ? folio_unlock+0x1d/0x50
[ 4588.579931]  btrfs_read_extent_buffer+0x98/0x150
[ 4588.579937]  read_tree_block+0x43/0xa0
[ 4588.579941]  read_block_for_search+0x266/0x370
[ 4588.579953]  btrfs_search_slot+0x351/0xd30
[ 4588.579964]  btrfs_lookup_csum+0x63/0x150
[ 4588.579971]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4588.579977]  ? btrfs_do_readpage+0x305/0x770
[ 4588.579984]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4588.579989]  submit_one_bio+0xc4/0xe0
[ 4588.579994]  btrfs_read_folio+0x79/0x90
[ 4588.579998]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4588.580001]  prepare_uptodate_page+0x8c/0x210
[ 4588.580006]  prepare_pages.constprop.0+0x134/0x300
[ 4588.580013]  btrfs_buffered_write+0x2ca/0x940
[ 4588.580027]  btrfs_do_write_iter+0x384/0x5d0
[ 4588.580031]  ? lock_is_held_type+0xe8/0x140
[ 4588.580039]  vfs_write+0x269/0x4f0
[ 4588.580050]  ksys_write+0x64/0xe0
[ 4588.580054]  __do_fast_syscall_32+0x88/0xf0
[ 4588.580059]  ? lock_is_held_type+0xe8/0x140
[ 4588.580065]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.580068]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4588.580072]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.580077]  do_fast_syscall_32+0x2f/0x70
[ 4588.580081]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4588.580085] RIP: 0023:0xf7fc0579
[ 4588.580107] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4588.580110] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4588.580113] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000bbaa3010
[ 4588.580115] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4588.580118] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4588.580120] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4588.580122] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4588.580132]  </TASK>
[ 4588.580134] irq event stamp: 264041
[ 4588.580136] hardirqs last  enabled at (264049): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4588.580140] hardirqs last disabled at (264056): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4588.580143] softirqs last  enabled at (263134): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4588.580147] softirqs last disabled at (263127): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4588.580149] ---[ end trace 0000000000000000 ]---
[ 4588.787526] ------------[ cut here ]------------
[ 4588.787536] WARNING: CPU: 10 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4588.787543] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4588.787628]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4588.787687] CPU: 10 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4588.787691] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4588.787693] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4588.787697] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4588.787699] RSP: 0018:ffffa7991f927660 EFLAGS: 00010246
[ 4588.787703] RAX: 0000000000000000 RBX: ffff8f9ddead6ad0 RCX: 0000000000000000
[ 4588.787705] RDX: 0000000000000000 RSI: ffff8f9ddead6a50 RDI: ffffa7991f927688
[ 4588.787707] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4588.787710] R10: ffff8f9ddead6ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4588.787712] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4588.787714] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b6bf9b40
[ 4588.787717] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4588.787719] CR2: 00000000d2dd9000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4588.787721] PKRU: 55555554
[ 4588.787724] Call Trace:
[ 4588.787726]  <TASK>
[ 4588.787734]  submit_one_bio+0xd4/0xe0
[ 4588.787741]  submit_extent_page+0x142/0x550
[ 4588.787776]  read_extent_buffer_pages+0x584/0x9c0
[ 4588.787784]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4588.787789]  ? folio_unlock+0x1d/0x50
[ 4588.787796]  btrfs_read_extent_buffer+0x98/0x150
[ 4588.787801]  read_tree_block+0x43/0xa0
[ 4588.787805]  read_block_for_search+0x266/0x370
[ 4588.787817]  btrfs_search_slot+0x351/0xd30
[ 4588.787828]  btrfs_lookup_csum+0x63/0x150
[ 4588.787835]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4588.787842]  ? btrfs_do_readpage+0x305/0x770
[ 4588.787848]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4588.787853]  submit_one_bio+0xc4/0xe0
[ 4588.787858]  btrfs_read_folio+0x79/0x90
[ 4588.787862]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4588.787865]  prepare_uptodate_page+0x8c/0x210
[ 4588.787870]  prepare_pages.constprop.0+0x134/0x300
[ 4588.787877]  btrfs_buffered_write+0x2ca/0x940
[ 4588.787891]  btrfs_do_write_iter+0x384/0x5d0
[ 4588.787895]  ? lock_is_held_type+0xe8/0x140
[ 4588.787903]  vfs_write+0x269/0x4f0
[ 4588.787913]  ksys_write+0x64/0xe0
[ 4588.787918]  __do_fast_syscall_32+0x88/0xf0
[ 4588.787923]  ? lock_release+0x14b/0x440
[ 4588.787928]  ? lock_is_held_type+0xe8/0x140
[ 4588.787934]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.787938]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4588.787941]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.787944]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.787949]  do_fast_syscall_32+0x2f/0x70
[ 4588.787954]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4588.787958] RIP: 0023:0xf7fc0579
[ 4588.787981] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4588.787983] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4588.787987] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000bacff010
[ 4588.787989] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4588.787991] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4588.787993] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4588.787995] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4588.788006]  </TASK>
[ 4588.788008] irq event stamp: 285737
[ 4588.788010] hardirqs last  enabled at (285745): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4588.788014] hardirqs last disabled at (285752): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4588.788017] softirqs last  enabled at (285412): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4588.788021] softirqs last disabled at (285407): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4588.788023] ---[ end trace 0000000000000000 ]---
[ 4588.789689] ------------[ cut here ]------------
[ 4588.789693] WARNING: CPU: 11 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4588.789697] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4588.789788]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4588.789840] CPU: 11 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4588.789843] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4588.789845] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4588.789848] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4588.789851] RSP: 0018:ffffa7991f927660 EFLAGS: 00010246
[ 4588.789854] RAX: 0000000000000000 RBX: ffff8f9724ab5cd0 RCX: 0000000000000000
[ 4588.789856] RDX: 0000000000000000 RSI: ffff8f9724ab5c50 RDI: ffffa7991f927688
[ 4588.789858] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4588.789860] R10: ffff8f9724ab5cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4588.789863] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4588.789865] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b6bf9b40
[ 4588.789867] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4588.789869] CR2: 00000000de083000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4588.789872] PKRU: 55555554
[ 4588.789874] Call Trace:
[ 4588.789876]  <TASK>
[ 4588.789882]  submit_one_bio+0xd4/0xe0
[ 4588.789887]  submit_extent_page+0x142/0x550
[ 4588.789900]  read_extent_buffer_pages+0x584/0x9c0
[ 4588.789907]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4588.789911]  ? folio_unlock+0x1d/0x50
[ 4588.789917]  btrfs_read_extent_buffer+0x98/0x150
[ 4588.789922]  read_tree_block+0x43/0xa0
[ 4588.789926]  read_block_for_search+0x266/0x370
[ 4588.789937]  btrfs_search_slot+0x351/0xd30
[ 4588.789948]  btrfs_lookup_csum+0x63/0x150
[ 4588.789955]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4588.789961]  ? btrfs_do_readpage+0x305/0x770
[ 4588.789968]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4588.789972]  submit_one_bio+0xc4/0xe0
[ 4588.789977]  btrfs_read_folio+0x79/0x90
[ 4588.789981]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4588.789984]  prepare_uptodate_page+0x8c/0x210
[ 4588.789988]  prepare_pages.constprop.0+0xa2/0x300
[ 4588.789995]  btrfs_buffered_write+0x2ca/0x940
[ 4588.790008]  btrfs_do_write_iter+0x384/0x5d0
[ 4588.790012]  ? lock_is_held_type+0xe8/0x140
[ 4588.790019]  vfs_write+0x269/0x4f0
[ 4588.790028]  ksys_write+0x64/0xe0
[ 4588.790033]  __do_fast_syscall_32+0x88/0xf0
[ 4588.790037]  ? lock_release+0x14b/0x440
[ 4588.790042]  ? lock_is_held_type+0xe8/0x140
[ 4588.790048]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.790051]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4588.790055]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.790058]  ? __do_fast_syscall_32+0x94/0xf0
[ 4588.790063]  do_fast_syscall_32+0x2f/0x70
[ 4588.790067]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4588.790070] RIP: 0023:0xf7fc0579
[ 4588.790077] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4588.790079] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4588.790083] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000bacff010
[ 4588.790085] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4588.790087] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4588.790089] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4588.790091] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4588.790101]  </TASK>
[ 4588.790103] irq event stamp: 290321
[ 4588.790105] hardirqs last  enabled at (290329): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4588.790109] hardirqs last disabled at (290336): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4588.790111] softirqs last  enabled at (285412): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4588.790115] softirqs last disabled at (285407): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4588.790117] ---[ end trace 0000000000000000 ]---
[ 4589.574242] ------------[ cut here ]------------
[ 4589.574254] WARNING: CPU: 8 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4589.574265] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4589.574420]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4589.574515] CPU: 8 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.574519] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.574523] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4589.574527] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4589.574531] RSP: 0018:ffffa7991f9276d8 EFLAGS: 00010246
[ 4589.574535] RAX: 0000000000000000 RBX: ffff8f971fb19410 RCX: 0000000000000000
[ 4589.574538] RDX: 0000000000000000 RSI: ffff8f971fb19390 RDI: ffffa7991f927700
[ 4589.574541] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4589.574544] R10: ffff8f971fb19410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4589.574547] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4589.574550] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b6bf9b40
[ 4589.574553] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4589.574556] CR2: 000002ae00276000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4589.574559] PKRU: 55555554
[ 4589.574562] Call Trace:
[ 4589.574565]  <TASK>
[ 4589.574574]  submit_one_bio+0xd4/0xe0
[ 4589.574582]  submit_extent_page+0x142/0x550
[ 4589.574599]  read_extent_buffer_pages+0x584/0x9c0
[ 4589.574608]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.574618]  ? folio_unlock+0x1d/0x50
[ 4589.574631]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.574644]  read_tree_block+0x43/0xa0
[ 4589.574649]  read_block_for_search+0x266/0x370
[ 4589.574665]  btrfs_search_slot+0x351/0xd30
[ 4589.574679]  btrfs_lookup_csum+0x63/0x150
[ 4589.574688]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.574696]  ? btrfs_do_readpage+0x305/0x770
[ 4589.574704]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.574710]  submit_one_bio+0xc4/0xe0
[ 4589.574717]  btrfs_read_folio+0x79/0x90
[ 4589.574721]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.574725]  prepare_uptodate_page+0x8c/0x210
[ 4589.574731]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.574740]  btrfs_buffered_write+0x2ca/0x940
[ 4589.574785]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.574790]  ? lock_is_held_type+0xe8/0x140
[ 4589.574800]  vfs_write+0x269/0x4f0
[ 4589.574813]  ksys_write+0x64/0xe0
[ 4589.574819]  __do_fast_syscall_32+0x88/0xf0
[ 4589.574825]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.574829]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.574834]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.574840]  do_fast_syscall_32+0x2f/0x70
[ 4589.574845]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.574850] RIP: 0023:0xf7fc0579
[ 4589.574873] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.574876] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.574880] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000bacff010
[ 4589.574883] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.574886] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.574889] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.574891] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.574904]  </TASK>
[ 4589.574907] irq event stamp: 408181
[ 4589.574909] hardirqs last  enabled at (408189): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4589.574915] hardirqs last disabled at (408196): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4589.574918] softirqs last  enabled at (408016): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.574923] softirqs last disabled at (408009): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.574926] ---[ end trace 0000000000000000 ]---
[ 4589.683409] ------------[ cut here ]------------
[ 4589.683420] WARNING: CPU: 4 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4589.683429] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4589.683536]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4589.683608] CPU: 4 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.683612] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.683615] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4589.683619] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4589.683622] RSP: 0018:ffffa7991f9276a8 EFLAGS: 00010246
[ 4589.683627] RAX: 0000000000000000 RBX: ffff8f979964a910 RCX: 0000000000000000
[ 4589.683630] RDX: 0000000000000000 RSI: ffff8f979964a890 RDI: ffffa7991f9276d0
[ 4589.683632] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4589.683635] R10: ffff8f979964a910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4589.683638] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4589.683641] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b6bf9b40
[ 4589.683644] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4589.683647] CR2: 0000351001b2b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4589.683650] PKRU: 55555554
[ 4589.683652] Call Trace:
[ 4589.683655]  <TASK>
[ 4589.683664]  submit_one_bio+0xd4/0xe0
[ 4589.683672]  submit_extent_page+0x142/0x550
[ 4589.683689]  read_extent_buffer_pages+0x584/0x9c0
[ 4589.683698]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.683704]  ? folio_unlock+0x1d/0x50
[ 4589.683712]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.683719]  read_tree_block+0x43/0xa0
[ 4589.683724]  read_block_for_search+0x266/0x370
[ 4589.683739]  btrfs_search_slot+0x351/0xd30
[ 4589.683773]  btrfs_lookup_csum+0x63/0x150
[ 4589.683782]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.683789]  ? btrfs_do_readpage+0x305/0x770
[ 4589.683798]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.683804]  submit_one_bio+0xc4/0xe0
[ 4589.683810]  btrfs_read_folio+0x79/0x90
[ 4589.683815]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.683819]  prepare_uptodate_page+0x8c/0x210
[ 4589.683824]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.683834]  btrfs_buffered_write+0x2ca/0x940
[ 4589.683852]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.683857]  ? lock_is_held_type+0xe8/0x140
[ 4589.683866]  vfs_write+0x269/0x4f0
[ 4589.683879]  ksys_write+0x64/0xe0
[ 4589.683885]  __do_fast_syscall_32+0x88/0xf0
[ 4589.683893]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.683897]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.683902]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.683906]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.683909]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.683915]  do_fast_syscall_32+0x2f/0x70
[ 4589.683919]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.683924] RIP: 0023:0xf7fc0579
[ 4589.683947] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.683950] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.683954] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5ceb010
[ 4589.683957] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.683960] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.683962] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.683965] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.683978]  </TASK>
[ 4589.683981] irq event stamp: 443433
[ 4589.683983] hardirqs last  enabled at (443441): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4589.683988] hardirqs last disabled at (443448): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4589.683992] softirqs last  enabled at (440384): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.683996] softirqs last disabled at (440379): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.683999] ---[ end trace 0000000000000000 ]---
[ 4589.684100] BTRFS error (device nvme0n1p3): level verify failed on logical 5399623761920 mirror 1 wanted 0 found 1
[ 4589.684112] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399623761920 mirror 1
[ 4589.684119] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4589.684138] BTRFS error (device nvme0n1p3): read failed, bytenr=5399623761920 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4229434523648) level=1 size=40
[ 4589.684144] CPU: 4 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.684148] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.684150] Call Trace:
[ 4589.684153]  <TASK>
[ 4589.684156]  dump_stack_lvl+0x5b/0x77
[ 4589.684161]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4589.684169]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684174]  ? folio_unlock+0x1d/0x50
[ 4589.684181]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.684188]  read_tree_block+0x43/0xa0
[ 4589.684192]  read_block_for_search+0x266/0x370
[ 4589.684207]  btrfs_search_slot+0x351/0xd30
[ 4589.684220]  btrfs_lookup_csum+0x63/0x150
[ 4589.684228]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.684236]  ? btrfs_do_readpage+0x305/0x770
[ 4589.684244]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.684248]  submit_one_bio+0xc4/0xe0
[ 4589.684255]  btrfs_read_folio+0x79/0x90
[ 4589.684259]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684263]  prepare_uptodate_page+0x8c/0x210
[ 4589.684267]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.684277]  btrfs_buffered_write+0x2ca/0x940
[ 4589.684294]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.684298]  ? lock_is_held_type+0xe8/0x140
[ 4589.684306]  vfs_write+0x269/0x4f0
[ 4589.684318]  ksys_write+0x64/0xe0
[ 4589.684323]  __do_fast_syscall_32+0x88/0xf0
[ 4589.684330]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684334]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.684338]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684341]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684345]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684350]  do_fast_syscall_32+0x2f/0x70
[ 4589.684355]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.684358] RIP: 0023:0xf7fc0579
[ 4589.684363] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.684366] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.684370] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5ceb010
[ 4589.684372] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.684375] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.684377] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.684380] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.684393]  </TASK>
[ 4589.684395] BTRFS error (device nvme0n1p3): read failed, bytenr=5399623761920 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4229434523648) level=1 size=40
[ 4589.684400] CPU: 4 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.684403] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.684406] Call Trace:
[ 4589.684408]  <TASK>
[ 4589.684410]  dump_stack_lvl+0x5b/0x77
[ 4589.684415]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4589.684422]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684427]  ? folio_unlock+0x1d/0x50
[ 4589.684433]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.684440]  read_tree_block+0x43/0xa0
[ 4589.684444]  read_block_for_search+0x266/0x370
[ 4589.684458]  btrfs_search_slot+0x351/0xd30
[ 4589.684470]  btrfs_lookup_csum+0x63/0x150
[ 4589.684477]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.684484]  ? btrfs_do_readpage+0x305/0x770
[ 4589.684491]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.684494]  submit_one_bio+0xc4/0xe0
[ 4589.684500]  btrfs_read_folio+0x79/0x90
[ 4589.684503]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684507]  prepare_uptodate_page+0x8c/0x210
[ 4589.684510]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.684518]  btrfs_buffered_write+0x2ca/0x940
[ 4589.684532]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.684536]  ? lock_is_held_type+0xe8/0x140
[ 4589.684543]  vfs_write+0x269/0x4f0
[ 4589.684553]  ksys_write+0x64/0xe0
[ 4589.684557]  __do_fast_syscall_32+0x88/0xf0
[ 4589.684563]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684567]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.684570]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684573]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684576]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684581]  do_fast_syscall_32+0x2f/0x70
[ 4589.684585]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.684588] RIP: 0023:0xf7fc0579
[ 4589.684591] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.684593] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.684596] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5ceb010
[ 4589.684598] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.684600] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.684602] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.684604] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.684615]  </TASK>
[ 4589.684618] BTRFS error (device nvme0n1p3): read failed, bytenr=5399623761920 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4229434523648) level=1 size=40
[ 4589.684621] CPU: 4 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.684623] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.684625] Call Trace:
[ 4589.684627]  <TASK>
[ 4589.684629]  dump_stack_lvl+0x5b/0x77
[ 4589.684633]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4589.684638]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684643]  ? folio_unlock+0x1d/0x50
[ 4589.684648]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.684654]  read_tree_block+0x43/0xa0
[ 4589.684658]  read_block_for_search+0x266/0x370
[ 4589.684670]  btrfs_search_slot+0x351/0xd30
[ 4589.684681]  btrfs_lookup_csum+0x63/0x150
[ 4589.684688]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.684694]  ? btrfs_do_readpage+0x305/0x770
[ 4589.684701]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.684705]  submit_one_bio+0xc4/0xe0
[ 4589.684711]  btrfs_read_folio+0x79/0x90
[ 4589.684714]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684717]  prepare_uptodate_page+0x8c/0x210
[ 4589.684721]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.684729]  btrfs_buffered_write+0x2ca/0x940
[ 4589.684743]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.684747]  ? lock_is_held_type+0xe8/0x140
[ 4589.684754]  vfs_write+0x269/0x4f0
[ 4589.684764]  ksys_write+0x64/0xe0
[ 4589.684769]  __do_fast_syscall_32+0x88/0xf0
[ 4589.684774]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684778]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.684781]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684784]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684787]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.684792]  do_fast_syscall_32+0x2f/0x70
[ 4589.684796]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.684799] RIP: 0023:0xf7fc0579
[ 4589.684802] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.684804] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.684807] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5ceb010
[ 4589.684809] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.684811] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.684813] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.684815] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.684826]  </TASK>
[ 4589.684899] BTRFS error (device nvme0n1p3): read failed, bytenr=5399623761920 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 4229434523648) level=1 size=40
[ 4589.684902] CPU: 4 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.684905] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.684907] Call Trace:
[ 4589.684908]  <TASK>
[ 4589.684911]  dump_stack_lvl+0x5b/0x77
[ 4589.684915]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4589.684920]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684925]  ? folio_unlock+0x1d/0x50
[ 4589.684930]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.684936]  read_tree_block+0x43/0xa0
[ 4589.684940]  read_block_for_search+0x266/0x370
[ 4589.684952]  btrfs_search_slot+0x351/0xd30
[ 4589.684963]  btrfs_lookup_csum+0x63/0x150
[ 4589.684970]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.684976]  ? btrfs_do_readpage+0x305/0x770
[ 4589.684983]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.684987]  submit_one_bio+0xc4/0xe0
[ 4589.684992]  btrfs_read_folio+0x79/0x90
[ 4589.684996]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.684999]  prepare_uptodate_page+0x8c/0x210
[ 4589.685003]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.685011]  btrfs_buffered_write+0x2ca/0x940
[ 4589.685025]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.685029]  ? lock_is_held_type+0xe8/0x140
[ 4589.685035]  vfs_write+0x269/0x4f0
[ 4589.685045]  ksys_write+0x64/0xe0
[ 4589.685050]  __do_fast_syscall_32+0x88/0xf0
[ 4589.685056]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.685059]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.685063]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.685066]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.685069]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.685073]  do_fast_syscall_32+0x2f/0x70
[ 4589.685077]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.685080] RIP: 0023:0xf7fc0579
[ 4589.685084] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.685086] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.685089] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5ceb010
[ 4589.685091] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.685093] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.685095] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.685097] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.685108]  </TASK>
[ 4589.686370] ------------[ cut here ]------------
[ 4589.686376] WARNING: CPU: 12 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4589.686381] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4589.686466]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4589.686525] CPU: 12 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.686528] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.686531] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4589.686534] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4589.686536] RSP: 0018:ffffa7991f9276d8 EFLAGS: 00010246
[ 4589.686540] RAX: 0000000000000000 RBX: ffff8f97190223d0 RCX: 0000000000000000
[ 4589.686542] RDX: 0000000000000000 RSI: ffff8f9719022350 RDI: ffffa7991f927700
[ 4589.686545] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4589.686547] R10: ffff8f97190223d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4589.686549] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4589.686551] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b6bf9b40
[ 4589.686554] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4589.686556] CR2: 00001c5004c3a000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4589.686559] PKRU: 55555554
[ 4589.686561] Call Trace:
[ 4589.686563]  <TASK>
[ 4589.686569]  submit_one_bio+0xd4/0xe0
[ 4589.686576]  submit_extent_page+0x142/0x550
[ 4589.686589]  read_extent_buffer_pages+0x584/0x9c0
[ 4589.686596]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.686601]  ? folio_unlock+0x1d/0x50
[ 4589.686607]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.686613]  read_tree_block+0x43/0xa0
[ 4589.686617]  read_block_for_search+0x266/0x370
[ 4589.686629]  btrfs_search_slot+0x351/0xd30
[ 4589.686640]  btrfs_lookup_csum+0x63/0x150
[ 4589.686647]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.686653]  ? btrfs_do_readpage+0x305/0x770
[ 4589.686661]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.686669]  submit_one_bio+0xc4/0xe0
[ 4589.686680]  btrfs_read_folio+0x79/0x90
[ 4589.686687]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.686693]  prepare_uptodate_page+0x8c/0x210
[ 4589.686700]  prepare_pages.constprop.0+0x134/0x300
[ 4589.686716]  btrfs_buffered_write+0x2ca/0x940
[ 4589.686768]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.686776]  ? lock_is_held_type+0xe8/0x140
[ 4589.686789]  vfs_write+0x269/0x4f0
[ 4589.686803]  ksys_write+0x64/0xe0
[ 4589.686808]  __do_fast_syscall_32+0x88/0xf0
[ 4589.686812]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.686816]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.686820]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.686823]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.686826]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.686830]  do_fast_syscall_32+0x2f/0x70
[ 4589.686834]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.686840] RIP: 0023:0xf7fc0579
[ 4589.686855] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.686860] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.686867] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5eed010
[ 4589.686872] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.686876] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.686880] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.686885] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.686906]  </TASK>
[ 4589.686910] irq event stamp: 445357
[ 4589.686914] hardirqs last  enabled at (445365): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4589.686921] hardirqs last disabled at (445372): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4589.686926] softirqs last  enabled at (445182): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.686933] softirqs last disabled at (445173): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.686938] ---[ end trace 0000000000000000 ]---
[ 4589.687161] ------------[ cut here ]------------
[ 4589.687167] WARNING: CPU: 10 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4589.687174] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4589.687313]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4589.687370] CPU: 10 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.687373] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.687376] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4589.687379] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4589.687382] RSP: 0018:ffffa7991f9276d8 EFLAGS: 00010246
[ 4589.687386] RAX: 0000000000000000 RBX: ffff8f9ddead6590 RCX: 0000000000000000
[ 4589.687388] RDX: 0000000000000000 RSI: ffff8f9ddead6510 RDI: ffffa7991f927700
[ 4589.687390] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4589.687392] R10: ffff8f9ddead6590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4589.687395] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4589.687397] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b6bf9b40
[ 4589.687399] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4589.687402] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4589.687404] PKRU: 55555554
[ 4589.687406] Call Trace:
[ 4589.687408]  <TASK>
[ 4589.687416]  submit_one_bio+0xd4/0xe0
[ 4589.687424]  submit_extent_page+0x142/0x550
[ 4589.687443]  read_extent_buffer_pages+0x584/0x9c0
[ 4589.687453]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.687459]  ? folio_unlock+0x1d/0x50
[ 4589.687466]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.687475]  read_tree_block+0x43/0xa0
[ 4589.687480]  read_block_for_search+0x266/0x370
[ 4589.687496]  btrfs_search_slot+0x351/0xd30
[ 4589.687511]  btrfs_lookup_csum+0x63/0x150
[ 4589.687521]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.687529]  ? btrfs_do_readpage+0x305/0x770
[ 4589.687539]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.687545]  submit_one_bio+0xc4/0xe0
[ 4589.687552]  btrfs_read_folio+0x79/0x90
[ 4589.687557]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.687561]  prepare_uptodate_page+0x8c/0x210
[ 4589.687567]  prepare_pages.constprop.0+0x134/0x300
[ 4589.687578]  btrfs_buffered_write+0x2ca/0x940
[ 4589.687597]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.687603]  ? lock_is_held_type+0xe8/0x140
[ 4589.687612]  vfs_write+0x269/0x4f0
[ 4589.687625]  ksys_write+0x64/0xe0
[ 4589.687632]  __do_fast_syscall_32+0x88/0xf0
[ 4589.687636]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.687640]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.687646]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.687650]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.687653]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.687660]  do_fast_syscall_32+0x2f/0x70
[ 4589.687665]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.687669] RIP: 0023:0xf7fc0579
[ 4589.687677] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.687681] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.687686] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5eed010
[ 4589.687689] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.687692] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.687695] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.687698] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.687714]  </TASK>
[ 4589.687717] irq event stamp: 446753
[ 4589.687720] hardirqs last  enabled at (446761): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4589.687724] hardirqs last disabled at (446768): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4589.687727] softirqs last  enabled at (445182): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.687731] softirqs last disabled at (445173): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.687735] ---[ end trace 0000000000000000 ]---
[ 4589.690644] ------------[ cut here ]------------
[ 4589.690651] WARNING: CPU: 10 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4589.690659] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4589.690827]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4589.690931] CPU: 10 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4589.690934] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4589.690937] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4589.690941] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4589.690945] RSP: 0018:ffffa7991f9276d8 EFLAGS: 00010246
[ 4589.690949] RAX: 0000000000000000 RBX: ffff8f9ddead7010 RCX: 0000000000000000
[ 4589.690952] RDX: 0000000000000000 RSI: ffff8f9ddead6f90 RDI: ffffa7991f927700
[ 4589.690954] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4589.690957] R10: ffff8f9ddead7010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4589.690960] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4589.690963] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b6bf9b40
[ 4589.690966] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4589.690969] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4589.690972] PKRU: 55555554
[ 4589.690974] Call Trace:
[ 4589.690977]  <TASK>
[ 4589.690984]  submit_one_bio+0xd4/0xe0
[ 4589.690992]  submit_extent_page+0x142/0x550
[ 4589.691008]  read_extent_buffer_pages+0x584/0x9c0
[ 4589.691017]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.691023]  ? folio_unlock+0x1d/0x50
[ 4589.691030]  btrfs_read_extent_buffer+0x98/0x150
[ 4589.691037]  read_tree_block+0x43/0xa0
[ 4589.691042]  read_block_for_search+0x266/0x370
[ 4589.691057]  btrfs_search_slot+0x351/0xd30
[ 4589.691070]  btrfs_lookup_csum+0x63/0x150
[ 4589.691079]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4589.691087]  ? btrfs_do_readpage+0x305/0x770
[ 4589.691096]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4589.691101]  submit_one_bio+0xc4/0xe0
[ 4589.691107]  btrfs_read_folio+0x79/0x90
[ 4589.691112]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4589.691116]  prepare_uptodate_page+0x8c/0x210
[ 4589.691121]  prepare_pages.constprop.0+0xa2/0x300
[ 4589.691130]  btrfs_buffered_write+0x2ca/0x940
[ 4589.691148]  btrfs_do_write_iter+0x384/0x5d0
[ 4589.691153]  ? lock_is_held_type+0xe8/0x140
[ 4589.691162]  vfs_write+0x269/0x4f0
[ 4589.691174]  ksys_write+0x64/0xe0
[ 4589.691180]  __do_fast_syscall_32+0x88/0xf0
[ 4589.691184]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.691188]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4589.691193]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.691196]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.691200]  ? __do_fast_syscall_32+0x94/0xf0
[ 4589.691205]  do_fast_syscall_32+0x2f/0x70
[ 4589.691210]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4589.691214] RIP: 0023:0xf7fc0579
[ 4589.691223] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4589.691226] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4589.691230] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5eed010
[ 4589.691233] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4589.691236] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4589.691238] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4589.691241] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4589.691255]  </TASK>
[ 4589.691257] irq event stamp: 451881
[ 4589.691260] hardirqs last  enabled at (451889): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4589.691263] hardirqs last disabled at (451896): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4589.691267] softirqs last  enabled at (447500): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.691270] softirqs last disabled at (447495): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4589.691273] ---[ end trace 0000000000000000 ]---
[ 4591.908004] ------------[ cut here ]------------
[ 4591.908013] WARNING: CPU: 0 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4591.908021] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4591.908105]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4591.908164] CPU: 0 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4591.908167] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4591.908170] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4591.908174] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4591.908176] RSP: 0018:ffffa7991f927620 EFLAGS: 00010246
[ 4591.908180] RAX: 0000000000000000 RBX: ffff8f972eec1950 RCX: 0000000000000000
[ 4591.908183] RDX: 0000000000000000 RSI: ffff8f972eec18d0 RDI: ffffa7991f927648
[ 4591.908185] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4591.908187] R10: ffff8f972eec1950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4591.908189] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4591.908191] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b6bf9b40
[ 4591.908194] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4591.908196] CR2: 00007fa97f920000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4591.908199] PKRU: 55555554
[ 4591.908201] Call Trace:
[ 4591.908204]  <TASK>
[ 4591.908211]  submit_one_bio+0xd4/0xe0
[ 4591.908218]  submit_extent_page+0x142/0x550
[ 4591.908232]  read_extent_buffer_pages+0x584/0x9c0
[ 4591.908239]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4591.908243]  ? folio_unlock+0x1d/0x50
[ 4591.908250]  btrfs_read_extent_buffer+0x98/0x150
[ 4591.908256]  read_tree_block+0x43/0xa0
[ 4591.908260]  read_block_for_search+0x266/0x370
[ 4591.908272]  btrfs_search_slot+0x351/0xd30
[ 4591.908283]  btrfs_lookup_csum+0x63/0x150
[ 4591.908290]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4591.908296]  ? btrfs_do_readpage+0x305/0x770
[ 4591.908303]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4591.908308]  submit_one_bio+0xc4/0xe0
[ 4591.908313]  btrfs_read_folio+0x79/0x90
[ 4591.908317]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4591.908321]  prepare_uptodate_page+0x8c/0x210
[ 4591.908325]  prepare_pages.constprop.0+0x134/0x300
[ 4591.908333]  btrfs_buffered_write+0x2ca/0x940
[ 4591.908347]  btrfs_do_write_iter+0x384/0x5d0
[ 4591.908351]  ? lock_is_held_type+0xe8/0x140
[ 4591.908359]  vfs_write+0x269/0x4f0
[ 4591.908370]  ksys_write+0x64/0xe0
[ 4591.908375]  __do_fast_syscall_32+0x88/0xf0
[ 4591.908380]  ? lock_is_held_type+0xe8/0x140
[ 4591.908386]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.908389]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4591.908393]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.908399]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.908402]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4591.908406]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.908409]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.908414]  do_fast_syscall_32+0x2f/0x70
[ 4591.908418]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4591.908422] RIP: 0023:0xf7fc0579
[ 4591.908443] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4591.908446] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4591.908449] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b5fee010
[ 4591.908452] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4591.908454] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4591.908456] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4591.908458] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4591.908468]  </TASK>
[ 4591.908470] irq event stamp: 750169
[ 4591.908472] hardirqs last  enabled at (750177): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4591.908477] hardirqs last disabled at (750184): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4591.908479] softirqs last  enabled at (746298): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4591.908483] softirqs last disabled at (746291): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4591.908486] ---[ end trace 0000000000000000 ]---
[ 4591.910734] ------------[ cut here ]------------
[ 4591.910740] WARNING: CPU: 0 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4591.910764] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4591.910843]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4591.910899] CPU: 0 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4591.910902] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4591.910904] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4591.910907] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4591.910910] RSP: 0018:ffffa7991f9276d8 EFLAGS: 00010246
[ 4591.910913] RAX: 0000000000000000 RBX: ffff8f972eec1950 RCX: 0000000000000000
[ 4591.910915] RDX: 0000000000000000 RSI: ffff8f972eec18d0 RDI: ffffa7991f927700
[ 4591.910918] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4591.910920] R10: ffff8f972eec1950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4591.910922] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4591.910924] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b6bf9b40
[ 4591.910927] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4591.910929] CR2: 00007fa97f920000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4591.910931] PKRU: 55555554
[ 4591.910933] Call Trace:
[ 4591.910936]  <TASK>
[ 4591.910942]  submit_one_bio+0xd4/0xe0
[ 4591.910949]  submit_extent_page+0x142/0x550
[ 4591.910961]  read_extent_buffer_pages+0x584/0x9c0
[ 4591.910969]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4591.910973]  ? folio_unlock+0x1d/0x50
[ 4591.910979]  btrfs_read_extent_buffer+0x98/0x150
[ 4591.910985]  read_tree_block+0x43/0xa0
[ 4591.910989]  read_block_for_search+0x266/0x370
[ 4591.911001]  btrfs_search_slot+0x351/0xd30
[ 4591.911011]  btrfs_lookup_csum+0x63/0x150
[ 4591.911018]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4591.911024]  ? btrfs_do_readpage+0x305/0x770
[ 4591.911031]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4591.911036]  submit_one_bio+0xc4/0xe0
[ 4591.911041]  btrfs_read_folio+0x79/0x90
[ 4591.911045]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4591.911048]  prepare_uptodate_page+0x8c/0x210
[ 4591.911052]  prepare_pages.constprop.0+0x134/0x300
[ 4591.911060]  btrfs_buffered_write+0x2ca/0x940
[ 4591.911073]  btrfs_do_write_iter+0x384/0x5d0
[ 4591.911077]  ? lock_is_held_type+0xe8/0x140
[ 4591.911086]  vfs_write+0x269/0x4f0
[ 4591.911096]  ksys_write+0x64/0xe0
[ 4591.911101]  __do_fast_syscall_32+0x88/0xf0
[ 4591.911105]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.911108]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4591.911112]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.911115]  ? __do_fast_syscall_32+0x94/0xf0
[ 4591.911120]  do_fast_syscall_32+0x2f/0x70
[ 4591.911124]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4591.911128] RIP: 0023:0xf7fc0579
[ 4591.911141] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4591.911144] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4591.911147] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000befff010
[ 4591.911150] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4591.911152] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4591.911154] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4591.911156] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4591.911166]  </TASK>
[ 4591.911168] irq event stamp: 755421
[ 4591.911170] hardirqs last  enabled at (755429): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4591.911174] hardirqs last disabled at (755436): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4591.911177] softirqs last  enabled at (754154): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4591.911180] softirqs last disabled at (754143): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4591.911183] ---[ end trace 0000000000000000 ]---
[ 4592.543863] ------------[ cut here ]------------
[ 4592.543873] WARNING: CPU: 8 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4592.543881] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4592.543967]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4592.544026] CPU: 8 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4592.544030] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4592.544032] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4592.544036] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4592.544038] RSP: 0018:ffffa7991f9276f0 EFLAGS: 00010246
[ 4592.544042] RAX: 0000000000000000 RBX: ffff8f971fb1ac90 RCX: 0000000000000000
[ 4592.544045] RDX: 0000000000000000 RSI: ffff8f971fb1ac10 RDI: ffffa7991f927718
[ 4592.544047] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4592.544049] R10: ffff8f971fb1ac90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4592.544051] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4592.544053] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b6bf9b40
[ 4592.544056] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4592.544058] CR2: 000020e7b569b000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4592.544061] PKRU: 55555554
[ 4592.544063] Call Trace:
[ 4592.544066]  <TASK>
[ 4592.544073]  submit_one_bio+0xd4/0xe0
[ 4592.544081]  submit_extent_page+0x142/0x550
[ 4592.544094]  read_extent_buffer_pages+0x584/0x9c0
[ 4592.544102]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4592.544106]  ? folio_unlock+0x1d/0x50
[ 4592.544113]  btrfs_read_extent_buffer+0x98/0x150
[ 4592.544119]  read_tree_block+0x43/0xa0
[ 4592.544123]  read_block_for_search+0x266/0x370
[ 4592.544135]  btrfs_search_slot+0x351/0xd30
[ 4592.544146]  btrfs_lookup_csum+0x63/0x150
[ 4592.544153]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4592.544159]  ? btrfs_do_readpage+0x305/0x770
[ 4592.544166]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4592.544171]  submit_one_bio+0xc4/0xe0
[ 4592.544176]  btrfs_read_folio+0x79/0x90
[ 4592.544180]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4592.544183]  prepare_uptodate_page+0x8c/0x210
[ 4592.544188]  prepare_pages.constprop.0+0xa2/0x300
[ 4592.544196]  btrfs_buffered_write+0x2ca/0x940
[ 4592.544209]  btrfs_do_write_iter+0x384/0x5d0
[ 4592.544213]  ? lock_is_held_type+0xe8/0x140
[ 4592.544222]  vfs_write+0x269/0x4f0
[ 4592.544233]  ksys_write+0x64/0xe0
[ 4592.544238]  __do_fast_syscall_32+0x88/0xf0
[ 4592.544243]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4592.544246]  ? __do_fast_syscall_32+0x94/0xf0
[ 4592.544251]  do_fast_syscall_32+0x2f/0x70
[ 4592.544255]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4592.544260] RIP: 0023:0xf7fc0579
[ 4592.544281] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4592.544284] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4592.544287] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000c63ff010
[ 4592.544290] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4592.544292] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4592.544294] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4592.544296] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4592.544306]  </TASK>
[ 4592.544308] irq event stamp: 856607
[ 4592.544310] hardirqs last  enabled at (856615): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4592.544315] hardirqs last disabled at (856622): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4592.544318] softirqs last  enabled at (852618): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4592.544322] softirqs last disabled at (852611): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4592.544324] ---[ end trace 0000000000000000 ]---
[ 4593.595094] ------------[ cut here ]------------
[ 4593.595106] WARNING: CPU: 2 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4593.595115] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4593.595262]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4593.595360] CPU: 2 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4593.595363] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4593.595366] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4593.595369] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4593.595372] RSP: 0018:ffffa7991f927648 EFLAGS: 00010246
[ 4593.595376] RAX: 0000000000000000 RBX: ffff8f9e721cd250 RCX: 0000000000000000
[ 4593.595378] RDX: 0000000000000000 RSI: ffff8f9e721cd1d0 RDI: ffffa7991f927670
[ 4593.595380] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4593.595382] R10: ffff8f9e721cd250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4593.595385] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4593.595387] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b6bf9b40
[ 4593.595390] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4593.595392] CR2: 00001f6100c08018 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4593.595395] PKRU: 55555554
[ 4593.595397] Call Trace:
[ 4593.595399]  <TASK>
[ 4593.595406]  submit_one_bio+0xd4/0xe0
[ 4593.595413]  submit_extent_page+0x142/0x550
[ 4593.595427]  read_extent_buffer_pages+0x584/0x9c0
[ 4593.595434]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4593.595438]  ? folio_unlock+0x1d/0x50
[ 4593.595447]  btrfs_read_extent_buffer+0x98/0x150
[ 4593.595456]  read_tree_block+0x43/0xa0
[ 4593.595462]  read_block_for_search+0x266/0x370
[ 4593.595474]  btrfs_search_slot+0x351/0xd30
[ 4593.595486]  btrfs_lookup_csum+0x63/0x150
[ 4593.595498]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4593.595509]  ? btrfs_do_readpage+0x305/0x770
[ 4593.595521]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4593.595528]  submit_one_bio+0xc4/0xe0
[ 4593.595534]  btrfs_read_folio+0x79/0x90
[ 4593.595538]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4593.595541]  prepare_uptodate_page+0x8c/0x210
[ 4593.595546]  prepare_pages.constprop.0+0xa2/0x300
[ 4593.595560]  btrfs_buffered_write+0x2ca/0x940
[ 4593.595585]  btrfs_do_write_iter+0x384/0x5d0
[ 4593.595592]  ? lock_is_held_type+0xe8/0x140
[ 4593.595605]  vfs_write+0x269/0x4f0
[ 4593.595622]  ksys_write+0x64/0xe0
[ 4593.595627]  __do_fast_syscall_32+0x88/0xf0
[ 4593.595634]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4593.595639]  ? lock_is_held_type+0xe8/0x140
[ 4593.595645]  ? __do_fast_syscall_32+0x94/0xf0
[ 4593.595649]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4593.595653]  ? __do_fast_syscall_32+0x94/0xf0
[ 4593.595656]  ? __do_fast_syscall_32+0x94/0xf0
[ 4593.595661]  do_fast_syscall_32+0x2f/0x70
[ 4593.595665]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4593.595669] RIP: 0023:0xf7fc0579
[ 4593.595691] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4593.595694] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4593.595697] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000c63ff010
[ 4593.595700] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4593.595702] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4593.595704] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4593.595706] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4593.595716]  </TASK>
[ 4593.595719] irq event stamp: 1018705
[ 4593.595721] hardirqs last  enabled at (1018713): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4593.595726] hardirqs last disabled at (1018720): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4593.595729] softirqs last  enabled at (1016822): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4593.595732] softirqs last disabled at (1016817): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4593.595735] ---[ end trace 0000000000000000 ]---
[ 4594.189329] ------------[ cut here ]------------
[ 4594.189338] WARNING: CPU: 14 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4594.189345] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4594.189431]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4594.189490] CPU: 14 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4594.189493] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4594.189496] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4594.189499] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4594.189502] RSP: 0018:ffffa7991f9276d0 EFLAGS: 00010246
[ 4594.189506] RAX: 0000000000000000 RBX: ffff8f97912763d0 RCX: 0000000000000000
[ 4594.189508] RDX: 0000000000000000 RSI: ffff8f9791276350 RDI: ffffa7991f9276f8
[ 4594.189510] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4594.189513] R10: ffff8f97912763d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4594.189515] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4594.189517] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b6bf9b40
[ 4594.189520] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4594.189522] CR2: 000020e7b6037000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4594.189524] PKRU: 55555554
[ 4594.189527] Call Trace:
[ 4594.189529]  <TASK>
[ 4594.189537]  submit_one_bio+0xd4/0xe0
[ 4594.189544]  submit_extent_page+0x142/0x550
[ 4594.189557]  read_extent_buffer_pages+0x584/0x9c0
[ 4594.189565]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4594.189569]  ? folio_unlock+0x1d/0x50
[ 4594.189576]  btrfs_read_extent_buffer+0x98/0x150
[ 4594.189582]  read_tree_block+0x43/0xa0
[ 4594.189586]  read_block_for_search+0x266/0x370
[ 4594.189598]  btrfs_search_slot+0x351/0xd30
[ 4594.189609]  btrfs_lookup_csum+0x63/0x150
[ 4594.189616]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4594.189622]  ? btrfs_do_readpage+0x305/0x770
[ 4594.189629]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4594.189633]  submit_one_bio+0xc4/0xe0
[ 4594.189639]  btrfs_read_folio+0x79/0x90
[ 4594.189642]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4594.189646]  prepare_uptodate_page+0x8c/0x210
[ 4594.189650]  prepare_pages.constprop.0+0xa2/0x300
[ 4594.189657]  btrfs_buffered_write+0x2ca/0x940
[ 4594.189671]  btrfs_do_write_iter+0x384/0x5d0
[ 4594.189675]  ? lock_is_held_type+0xe8/0x140
[ 4594.189683]  vfs_write+0x269/0x4f0
[ 4594.189694]  ksys_write+0x64/0xe0
[ 4594.189698]  __do_fast_syscall_32+0x88/0xf0
[ 4594.189703]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4594.189707]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.189710]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.189713]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.189716]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.189719]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.189724]  do_fast_syscall_32+0x2f/0x70
[ 4594.189728]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4594.189732] RIP: 0023:0xf7fc0579
[ 4594.189836] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4594.189839] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4594.189842] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b66f5010
[ 4594.189844] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4594.189847] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4594.189849] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4594.189851] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4594.189861]  </TASK>
[ 4594.189863] irq event stamp: 1116481
[ 4594.189865] hardirqs last  enabled at (1116489): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4594.189870] hardirqs last disabled at (1116496): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4594.189873] softirqs last  enabled at (1116404): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4594.189877] softirqs last disabled at (1116049): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4594.189879] ---[ end trace 0000000000000000 ]---
[ 4594.677182] ------------[ cut here ]------------
[ 4594.677194] WARNING: CPU: 12 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4594.677204] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4594.677354]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4594.677458] CPU: 12 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4594.677463] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4594.677468] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4594.677473] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4594.677478] RSP: 0018:ffffa7991f9276c8 EFLAGS: 00010246
[ 4594.677484] RAX: 0000000000000000 RBX: ffff8f9719021250 RCX: 0000000000000000
[ 4594.677489] RDX: 0000000000000000 RSI: ffff8f97190211d0 RDI: ffffa7991f9276f0
[ 4594.677493] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4594.677496] R10: ffff8f9719021250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4594.677500] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4594.677505] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b6bf9b40
[ 4594.677509] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4594.677513] CR2: 00000000b75fe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4594.677517] PKRU: 55555554
[ 4594.677521] Call Trace:
[ 4594.677525]  <TASK>
[ 4594.677537]  submit_one_bio+0xd4/0xe0
[ 4594.677548]  submit_extent_page+0x142/0x550
[ 4594.677572]  read_extent_buffer_pages+0x584/0x9c0
[ 4594.677585]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4594.677593]  ? folio_unlock+0x1d/0x50
[ 4594.677604]  btrfs_read_extent_buffer+0x98/0x150
[ 4594.677614]  read_tree_block+0x43/0xa0
[ 4594.677621]  read_block_for_search+0x266/0x370
[ 4594.677643]  btrfs_search_slot+0x351/0xd30
[ 4594.677662]  btrfs_lookup_csum+0x63/0x150
[ 4594.677675]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4594.677686]  ? btrfs_do_readpage+0x305/0x770
[ 4594.677698]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4594.677706]  submit_one_bio+0xc4/0xe0
[ 4594.677716]  btrfs_read_folio+0x79/0x90
[ 4594.677722]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4594.677728]  prepare_uptodate_page+0x8c/0x210
[ 4594.677736]  prepare_pages.constprop.0+0x134/0x300
[ 4594.677779]  btrfs_buffered_write+0x2ca/0x940
[ 4594.677805]  btrfs_do_write_iter+0x384/0x5d0
[ 4594.677812]  ? lock_is_held_type+0xe8/0x140
[ 4594.677825]  vfs_write+0x269/0x4f0
[ 4594.677844]  ksys_write+0x64/0xe0
[ 4594.677852]  __do_fast_syscall_32+0x88/0xf0
[ 4594.677859]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.677865]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4594.677871]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.677877]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.677882]  ? __do_fast_syscall_32+0x94/0xf0
[ 4594.677890]  do_fast_syscall_32+0x2f/0x70
[ 4594.677897]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4594.677904] RIP: 0023:0xf7fc0579
[ 4594.677930] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4594.677935] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4594.677941] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000befff010
[ 4594.677945] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4594.677949] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4594.677953] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4594.677957] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4594.677976]  </TASK>
[ 4594.677980] irq event stamp: 1176221
[ 4594.677984] hardirqs last  enabled at (1176229): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4594.677990] hardirqs last disabled at (1176236): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4594.677995] softirqs last  enabled at (1176038): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4594.678001] softirqs last disabled at (1176029): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4594.678005] ---[ end trace 0000000000000000 ]---
[ 4595.386236] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4595.386282] [drm] PSP is resuming...
[ 4595.462114] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4595.563674] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4595.577469] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4595.577478] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4595.577486] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4595.577490] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4595.577543] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4595.631627] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4595.633028] [drm] DMUB hardware initialized: version=0x02020017
[ 4595.670672] [drm] kiq ring mec 2 pipe 1 q 0
[ 4595.676463] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4595.676626] [drm] JPEG decode initialized successfully.
[ 4595.676649] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4595.676652] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4595.676654] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4595.676656] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4595.676658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4595.676660] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4595.676662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4595.676664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4595.676666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4595.676668] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4595.676670] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4595.676672] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4595.676674] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4595.676677] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4595.676679] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4595.676681] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4595.680826] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4596.262721] ------------[ cut here ]------------
[ 4596.262731] WARNING: CPU: 2 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4596.262740] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4596.262897]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4596.262957] CPU: 2 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4596.262961] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4596.262963] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4596.262968] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4596.262971] RSP: 0018:ffffa7991f927708 EFLAGS: 00010246
[ 4596.262974] RAX: 0000000000000000 RBX: ffff8f9e721cd410 RCX: 0000000000000000
[ 4596.262977] RDX: 0000000000000000 RSI: ffff8f9e721cd390 RDI: ffffa7991f927730
[ 4596.262979] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4596.262981] R10: ffff8f9e721cd410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4596.262983] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4596.262986] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b6bf9b40
[ 4596.262988] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4596.262991] CR2: 0000331a00295000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4596.262993] PKRU: 55555554
[ 4596.262995] Call Trace:
[ 4596.262998]  <TASK>
[ 4596.263005]  submit_one_bio+0xd4/0xe0
[ 4596.263013]  submit_extent_page+0x142/0x550
[ 4596.263026]  read_extent_buffer_pages+0x584/0x9c0
[ 4596.263033]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4596.263038]  ? folio_unlock+0x1d/0x50
[ 4596.263044]  btrfs_read_extent_buffer+0x98/0x150
[ 4596.263050]  read_tree_block+0x43/0xa0
[ 4596.263054]  read_block_for_search+0x266/0x370
[ 4596.263066]  btrfs_search_slot+0x351/0xd30
[ 4596.263077]  btrfs_lookup_csum+0x63/0x150
[ 4596.263084]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4596.263091]  ? btrfs_do_readpage+0x305/0x770
[ 4596.263097]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4596.263102]  submit_one_bio+0xc4/0xe0
[ 4596.263107]  btrfs_read_folio+0x79/0x90
[ 4596.263111]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4596.263114]  prepare_uptodate_page+0x8c/0x210
[ 4596.263118]  prepare_pages.constprop.0+0xa2/0x300
[ 4596.263126]  btrfs_buffered_write+0x2ca/0x940
[ 4596.263139]  btrfs_do_write_iter+0x384/0x5d0
[ 4596.263143]  ? lock_is_held_type+0xe8/0x140
[ 4596.263152]  vfs_write+0x269/0x4f0
[ 4596.263162]  ksys_write+0x64/0xe0
[ 4596.263167]  __do_fast_syscall_32+0x88/0xf0
[ 4596.263171]  ? __do_fast_syscall_32+0x94/0xf0
[ 4596.263174]  ? __do_fast_syscall_32+0x94/0xf0
[ 4596.263179]  do_fast_syscall_32+0x2f/0x70
[ 4596.263183]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4596.263187] RIP: 0023:0xf7fc0579
[ 4596.263209] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4596.263212] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4596.263215] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000c63ff010
[ 4596.263217] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4596.263219] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4596.263222] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4596.263224] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4596.263234]  </TASK>
[ 4596.263236] irq event stamp: 1364945
[ 4596.263238] hardirqs last  enabled at (1364953): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4596.263242] hardirqs last disabled at (1364960): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4596.263245] softirqs last  enabled at (1363706): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4596.263249] softirqs last disabled at (1363701): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4596.263252] ---[ end trace 0000000000000000 ]---
[ 4599.840566] ------------[ cut here ]------------
[ 4599.840574] WARNING: CPU: 2 PID: 14015 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4599.840582] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4599.840667]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4599.840726] CPU: 2 PID: 14015 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4599.840730] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4599.840732] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4599.840736] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4599.840738] RSP: 0018:ffffa7991fb976d8 EFLAGS: 00010246
[ 4599.840771] RAX: 0000000000000000 RBX: ffff8f9e721cc990 RCX: 0000000000000000
[ 4599.840774] RDX: 0000000000000000 RSI: ffff8f9e721cc910 RDI: ffffa7991fb97700
[ 4599.840776] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4599.840778] R10: ffff8f9e721cc990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4599.840780] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4599.840782] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b5ae8b40
[ 4599.840785] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4599.840788] CR2: 00000000b54e2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4599.840790] PKRU: 55555554
[ 4599.840792] Call Trace:
[ 4599.840795]  <TASK>
[ 4599.840802]  submit_one_bio+0xd4/0xe0
[ 4599.840810]  submit_extent_page+0x142/0x550
[ 4599.840823]  read_extent_buffer_pages+0x584/0x9c0
[ 4599.840830]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4599.840835]  ? folio_unlock+0x1d/0x50
[ 4599.840842]  btrfs_read_extent_buffer+0x98/0x150
[ 4599.840848]  read_tree_block+0x43/0xa0
[ 4599.840851]  read_block_for_search+0x266/0x370
[ 4599.840864]  btrfs_search_slot+0x351/0xd30
[ 4599.840875]  btrfs_lookup_csum+0x63/0x150
[ 4599.840882]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4599.840888]  ? btrfs_do_readpage+0x305/0x770
[ 4599.840895]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4599.840900]  submit_one_bio+0xc4/0xe0
[ 4599.840905]  btrfs_read_folio+0x79/0x90
[ 4599.840909]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4599.840912]  prepare_uptodate_page+0x8c/0x210
[ 4599.840917]  prepare_pages.constprop.0+0xa2/0x300
[ 4599.840925]  btrfs_buffered_write+0x2ca/0x940
[ 4599.840944]  btrfs_do_write_iter+0x384/0x5d0
[ 4599.840948]  ? lock_is_held_type+0xe8/0x140
[ 4599.840956]  vfs_write+0x269/0x4f0
[ 4599.840967]  ksys_write+0x64/0xe0
[ 4599.840972]  __do_fast_syscall_32+0x88/0xf0
[ 4599.840976]  ? __do_fast_syscall_32+0x94/0xf0
[ 4599.840979]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4599.840984]  ? __do_fast_syscall_32+0x94/0xf0
[ 4599.840987]  ? __do_fast_syscall_32+0x94/0xf0
[ 4599.840992]  do_fast_syscall_32+0x2f/0x70
[ 4599.840996]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4599.841000] RIP: 0023:0xf7fc0579
[ 4599.841029] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4599.841032] RSP: 002b:00000000b5ae6ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4599.841035] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b52e1010
[ 4599.841038] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4599.841040] RBP: 000000000000009d R08: 00000000b5ae6ae0 R09: 0000000000000000
[ 4599.841042] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4599.841044] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4599.841055]  </TASK>
[ 4599.841057] irq event stamp: 9373
[ 4599.841059] hardirqs last  enabled at (9381): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4599.841066] hardirqs last disabled at (9388): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4599.841070] softirqs last  enabled at (8960): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4599.841077] softirqs last disabled at (8955): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4599.841081] ---[ end trace 0000000000000000 ]---
[ 4602.024719] ------------[ cut here ]------------
[ 4602.024730] WARNING: CPU: 10 PID: 13968 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.024740] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.024914]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.025020] CPU: 10 PID: 13968 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.025026] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.025030] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.025036] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.025041] RSP: 0018:ffffa7991f8b7678 EFLAGS: 00010246
[ 4602.025047] RAX: 0000000000000000 RBX: ffff8f9ddead63d0 RCX: 0000000000000000
[ 4602.025051] RDX: 0000000000000000 RSI: ffff8f9ddead6350 RDI: ffffa7991f8b76a0
[ 4602.025055] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.025059] R10: ffff8f9ddead63d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.025063] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.025067] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000beafab40
[ 4602.025072] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4602.025076] CR2: 00000000b51df000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4602.025080] PKRU: 55555554
[ 4602.025084] Call Trace:
[ 4602.025088]  <TASK>
[ 4602.025100]  submit_one_bio+0xd4/0xe0
[ 4602.025111]  submit_extent_page+0x142/0x550
[ 4602.025134]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.025147]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.025156]  ? folio_unlock+0x1d/0x50
[ 4602.025166]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.025177]  read_tree_block+0x43/0xa0
[ 4602.025184]  read_block_for_search+0x266/0x370
[ 4602.025206]  btrfs_search_slot+0x351/0xd30
[ 4602.025224]  btrfs_lookup_csum+0x63/0x150
[ 4602.025232]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4602.025238]  ? btrfs_do_readpage+0x305/0x770
[ 4602.025245]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4602.025250]  submit_one_bio+0xc4/0xe0
[ 4602.025256]  btrfs_read_folio+0x79/0x90
[ 4602.025259]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.025263]  prepare_uptodate_page+0x8c/0x210
[ 4602.025267]  prepare_pages.constprop.0+0x134/0x300
[ 4602.025275]  btrfs_buffered_write+0x2ca/0x940
[ 4602.025289]  btrfs_do_write_iter+0x384/0x5d0
[ 4602.025293]  ? lock_is_held_type+0xe8/0x140
[ 4602.025301]  vfs_write+0x269/0x4f0
[ 4602.025312]  ksys_write+0x64/0xe0
[ 4602.025317]  __do_fast_syscall_32+0x88/0xf0
[ 4602.025322]  ? lock_is_held_type+0xe8/0x140
[ 4602.025328]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.025331]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4602.025335]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.025339]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.025343]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.025350]  do_fast_syscall_32+0x2f/0x70
[ 4602.025358]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4602.025364] RIP: 0023:0xf7fc0579
[ 4602.025389] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4602.025394] RSP: 002b:00000000beaf8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4602.025400] RAX: ffffffffffffffda RBX: 0000000000000099 RCX: 00000000b52e1010
[ 4602.025405] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4602.025409] RBP: 0000000000000099 R08: 00000000beaf8ae0 R09: 0000000000000000
[ 4602.025412] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4602.025415] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4602.025426]  </TASK>
[ 4602.025428] irq event stamp: 237547
[ 4602.025430] hardirqs last  enabled at (237555): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.025435] hardirqs last disabled at (237562): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.025438] softirqs last  enabled at (236278): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.025442] softirqs last disabled at (236269): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.025444] ---[ end trace 0000000000000000 ]---
[ 4602.569482] ------------[ cut here ]------------
[ 4602.569490] WARNING: CPU: 5 PID: 13968 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.569498] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.569596]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.569694] CPU: 5 PID: 13968 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.569700] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.569704] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.569710] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.569714] RSP: 0018:ffffa7991f8b7638 EFLAGS: 00010246
[ 4602.569718] RAX: 0000000000000000 RBX: ffff8f97361a7e10 RCX: 0000000000000000
[ 4602.569720] RDX: 0000000000000000 RSI: ffff8f97361a7d90 RDI: ffffa7991f8b7660
[ 4602.569722] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.569725] R10: ffff8f97361a7e10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.569727] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.569729] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000beafab40
[ 4602.569732] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4602.569734] CR2: 00007f08287c2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4602.569737] PKRU: 55555554
[ 4602.569739] Call Trace:
[ 4602.569760]  <TASK>
[ 4602.569772]  submit_one_bio+0xd4/0xe0
[ 4602.569782]  submit_extent_page+0x142/0x550
[ 4602.569803]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.569815]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.569822]  ? folio_unlock+0x1d/0x50
[ 4602.569832]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.569842]  read_tree_block+0x43/0xa0
[ 4602.569848]  read_block_for_search+0x266/0x370
[ 4602.569869]  btrfs_search_slot+0x351/0xd30
[ 4602.569887]  btrfs_lookup_csum+0x63/0x150
[ 4602.569899]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4602.569909]  ? btrfs_do_readpage+0x305/0x770
[ 4602.569920]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4602.569928]  submit_one_bio+0xc4/0xe0
[ 4602.569937]  btrfs_read_folio+0x79/0x90
[ 4602.569943]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.569949]  prepare_uptodate_page+0x8c/0x210
[ 4602.569956]  prepare_pages.constprop.0+0x134/0x300
[ 4602.569969]  btrfs_buffered_write+0x2ca/0x940
[ 4602.569992]  btrfs_do_write_iter+0x384/0x5d0
[ 4602.569999]  ? lock_is_held_type+0xe8/0x140
[ 4602.570013]  vfs_write+0x269/0x4f0
[ 4602.570032]  ksys_write+0x64/0xe0
[ 4602.570040]  __do_fast_syscall_32+0x88/0xf0
[ 4602.570047]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4602.570056]  ? lock_is_held_type+0xe8/0x140
[ 4602.570066]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.570072]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4602.570079]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.570084]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.570090]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.570095]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4602.570101]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.570106]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.570114]  do_fast_syscall_32+0x2f/0x70
[ 4602.570121]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4602.570128] RIP: 0023:0xf7fc0579
[ 4602.570152] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4602.570157] RSP: 002b:00000000beaf8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4602.570163] RAX: ffffffffffffffda RBX: 0000000000000099 RCX: 00000000b5dec010
[ 4602.570167] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4602.570171] RBP: 0000000000000099 R08: 00000000beaf8ae0 R09: 0000000000000000
[ 4602.570174] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4602.570178] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4602.570198]  </TASK>
[ 4602.570202] irq event stamp: 305297
[ 4602.570206] hardirqs last  enabled at (305305): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.570212] hardirqs last disabled at (305312): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.570217] softirqs last  enabled at (304922): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.570223] softirqs last disabled at (304915): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.570227] ---[ end trace 0000000000000000 ]---
[ 4602.667178] ------------[ cut here ]------------
[ 4602.667187] WARNING: CPU: 10 PID: 13968 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.667195] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.667282]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.667341] CPU: 10 PID: 13968 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.667344] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.667347] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.667351] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.667354] RSP: 0018:ffffa7991f8b7650 EFLAGS: 00010246
[ 4602.667357] RAX: 0000000000000000 RBX: ffff8f9ddead7390 RCX: 0000000000000000
[ 4602.667360] RDX: 0000000000000000 RSI: ffff8f9ddead7310 RDI: ffffa7991f8b7678
[ 4602.667362] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.667364] R10: ffff8f9ddead7390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.667367] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.667370] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000beafab40
[ 4602.667375] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4602.667379] CR2: 000038a309ecc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4602.667384] PKRU: 55555554
[ 4602.667387] Call Trace:
[ 4602.667392]  <TASK>
[ 4602.667403]  submit_one_bio+0xd4/0xe0
[ 4602.667414]  submit_extent_page+0x142/0x550
[ 4602.667438]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.667451]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.667460]  ? folio_unlock+0x1d/0x50
[ 4602.667470]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.667481]  read_tree_block+0x43/0xa0
[ 4602.667488]  read_block_for_search+0x266/0x370
[ 4602.667510]  btrfs_search_slot+0x351/0xd30
[ 4602.667529]  btrfs_lookup_csum+0x63/0x150
[ 4602.667542]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4602.667553]  ? btrfs_do_readpage+0x305/0x770
[ 4602.667566]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4602.667574]  submit_one_bio+0xc4/0xe0
[ 4602.667584]  btrfs_read_folio+0x79/0x90
[ 4602.667590]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.667596]  prepare_uptodate_page+0x8c/0x210
[ 4602.667605]  prepare_pages.constprop.0+0xa2/0x300
[ 4602.667619]  btrfs_buffered_write+0x2ca/0x940
[ 4602.667644]  btrfs_do_write_iter+0x384/0x5d0
[ 4602.667651]  ? lock_is_held_type+0xe8/0x140
[ 4602.667665]  vfs_write+0x269/0x4f0
[ 4602.667683]  ksys_write+0x64/0xe0
[ 4602.667691]  __do_fast_syscall_32+0x88/0xf0
[ 4602.667699]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4602.667707]  ? lock_is_held_type+0xe8/0x140
[ 4602.667718]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.667724]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4602.667730]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.667737]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.667767]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.667772]  ? __do_fast_syscall_32+0x94/0xf0
[ 4602.667781]  do_fast_syscall_32+0x2f/0x70
[ 4602.667787]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4602.667794] RIP: 0023:0xf7fc0579
[ 4602.667820] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4602.667824] RSP: 002b:00000000beaf8ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4602.667831] RAX: ffffffffffffffda RBX: 0000000000000099 RCX: 00000000b53e2010
[ 4602.667835] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4602.667839] RBP: 0000000000000099 R08: 00000000beaf8ae0 R09: 0000000000000000
[ 4602.667843] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4602.667846] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4602.667866]  </TASK>
[ 4602.667869] irq event stamp: 329545
[ 4602.667873] hardirqs last  enabled at (329553): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.667880] hardirqs last disabled at (329560): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.667884] softirqs last  enabled at (327118): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.667890] softirqs last disabled at (327113): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.667895] ---[ end trace 0000000000000000 ]---
[ 4602.693646] ------------[ cut here ]------------
[ 4602.693654] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.693662] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.693818]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.693902] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.693907] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.693910] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.693915] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.693918] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4602.693923] RAX: 0000000000000000 RBX: ffff8fa13a48f8d0 RCX: 0000000000000000
[ 4602.693926] RDX: 0000000000000000 RSI: ffff8fa13a48f850 RDI: ffffa7990487f780
[ 4602.693929] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.693932] R10: ffff8fa13a48f8d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.693935] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.693938] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4602.693941] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4602.693945] CR2: 00000000b53e1000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4602.693948] PKRU: 55555554
[ 4602.693951] Call Trace:
[ 4602.693954]  <TASK>
[ 4602.693963]  submit_one_bio+0xd4/0xe0
[ 4602.693971]  submit_extent_page+0x142/0x550
[ 4602.693989]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.693998]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.694004]  ? folio_unlock+0x1d/0x50
[ 4602.694013]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.694021]  read_tree_block+0x43/0xa0
[ 4602.694026]  read_block_for_search+0x266/0x370
[ 4602.694042]  btrfs_search_slot+0x351/0xd30
[ 4602.694052]  ? _raw_read_unlock+0x29/0x50
[ 4602.694061]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4602.694069]  ? lock_is_held_type+0xe8/0x140
[ 4602.694079]  lookup_extent_backref+0x41/0xd0
[ 4602.694089]  __btrfs_free_extent+0xfb/0x7c0
[ 4602.694097]  ? sched_clock_cpu+0x20/0xc0
[ 4602.694108]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4602.694129]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4602.694138]  btrfs_commit_transaction+0x93/0xed0
[ 4602.694152]  transaction_kthread+0x142/0x1b0
[ 4602.694160]  ? __pfx_transaction_kthread+0x10/0x10
[ 4602.694164]  kthread+0xf5/0x120
[ 4602.694168]  ? __pfx_kthread+0x10/0x10
[ 4602.694174]  ret_from_fork+0x2c/0x50
[ 4602.694189]  </TASK>
[ 4602.694192] irq event stamp: 39591443
[ 4602.694195] hardirqs last  enabled at (39591451): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.694200] hardirqs last disabled at (39591458): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.694204] softirqs last  enabled at (39590654): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.694208] softirqs last disabled at (39590631): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.694212] ---[ end trace 0000000000000000 ]---
[ 4602.694470] ------------[ cut here ]------------
[ 4602.694473] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.694478] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.694559]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.694615] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.694618] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.694620] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.694623] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.694626] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4602.694630] RAX: 0000000000000000 RBX: ffff8fa13a48ee50 RCX: 0000000000000000
[ 4602.694632] RDX: 0000000000000000 RSI: ffff8fa13a48edd0 RDI: ffffa7990487f7e8
[ 4602.694634] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.694637] R10: ffff8fa13a48ee50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.694639] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.694641] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4602.694644] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4602.694646] CR2: 00000000b53e1000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4602.694649] PKRU: 55555554
[ 4602.694651] Call Trace:
[ 4602.694653]  <TASK>
[ 4602.694659]  submit_one_bio+0xd4/0xe0
[ 4602.694666]  submit_extent_page+0x142/0x550
[ 4602.694679]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.694687]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.694692]  ? folio_unlock+0x1d/0x50
[ 4602.694697]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.694704]  read_tree_block+0x43/0xa0
[ 4602.694708]  read_block_for_search+0x266/0x370
[ 4602.694720]  btrfs_search_slot+0x351/0xd30
[ 4602.694723]  ? lock_is_held_type+0xe8/0x140
[ 4602.694730]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4602.694734]  ? kmem_cache_alloc+0x194/0x380
[ 4602.694740]  btrfs_del_csums+0x116/0x3b0
[ 4602.694757]  ? lock_release+0x14b/0x440
[ 4602.694764]  ? _raw_read_unlock+0x29/0x50
[ 4602.694770]  __btrfs_free_extent+0x486/0x7c0
[ 4602.694781]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4602.694797]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4602.694804]  btrfs_commit_transaction+0x93/0xed0
[ 4602.694816]  transaction_kthread+0x142/0x1b0
[ 4602.694822]  ? __pfx_transaction_kthread+0x10/0x10
[ 4602.694825]  kthread+0xf5/0x120
[ 4602.694827]  ? __pfx_kthread+0x10/0x10
[ 4602.694832]  ret_from_fork+0x2c/0x50
[ 4602.694843]  </TASK>
[ 4602.694846] irq event stamp: 39592817
[ 4602.694848] hardirqs last  enabled at (39592825): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.694851] hardirqs last disabled at (39592832): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.694854] softirqs last  enabled at (39592718): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.694857] softirqs last disabled at (39592711): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.694860] ---[ end trace 0000000000000000 ]---
[ 4602.697837] ------------[ cut here ]------------
[ 4602.697841] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.697845] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.697926]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.697982] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.697985] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.697988] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.697991] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.697993] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4602.697997] RAX: 0000000000000000 RBX: ffff8fa13a48e590 RCX: 0000000000000000
[ 4602.698000] RDX: 0000000000000000 RSI: ffff8fa13a48e510 RDI: ffffa7990487f7e8
[ 4602.698002] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.698004] R10: ffff8fa13a48e590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.698007] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.698009] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4602.698012] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4602.698014] CR2: 00000000b53e1000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4602.698016] PKRU: 55555554
[ 4602.698019] Call Trace:
[ 4602.698021]  <TASK>
[ 4602.698027]  submit_one_bio+0xd4/0xe0
[ 4602.698033]  submit_extent_page+0x142/0x550
[ 4602.698046]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.698054]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.698059]  ? folio_unlock+0x1d/0x50
[ 4602.698064]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.698071]  read_tree_block+0x43/0xa0
[ 4602.698075]  read_block_for_search+0x266/0x370
[ 4602.698087]  btrfs_search_slot+0x351/0xd30
[ 4602.698090]  ? lock_is_held_type+0xe8/0x140
[ 4602.698097]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4602.698100]  ? kmem_cache_alloc+0x194/0x380
[ 4602.698106]  btrfs_del_csums+0x116/0x3b0
[ 4602.698112]  ? lock_release+0x14b/0x440
[ 4602.698118]  ? _raw_read_unlock+0x29/0x50
[ 4602.698124]  __btrfs_free_extent+0x486/0x7c0
[ 4602.698135]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4602.698151]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4602.698158]  btrfs_commit_transaction+0x93/0xed0
[ 4602.698169]  transaction_kthread+0x142/0x1b0
[ 4602.698175]  ? __pfx_transaction_kthread+0x10/0x10
[ 4602.698178]  kthread+0xf5/0x120
[ 4602.698181]  ? __pfx_kthread+0x10/0x10
[ 4602.698186]  ret_from_fork+0x2c/0x50
[ 4602.698197]  </TASK>
[ 4602.698199] irq event stamp: 39596597
[ 4602.698201] hardirqs last  enabled at (39596605): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.698205] hardirqs last disabled at (39596612): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.698208] softirqs last  enabled at (39595344): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.698211] softirqs last disabled at (39595339): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.698214] ---[ end trace 0000000000000000 ]---
[ 4602.717929] ------------[ cut here ]------------
[ 4602.717937] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4602.717944] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4602.718036]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4602.718099] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4602.718103] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4602.718105] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4602.718109] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4602.718112] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4602.718116] RAX: 0000000000000000 RBX: ffff8fa13a48fa90 RCX: 0000000000000000
[ 4602.718118] RDX: 0000000000000000 RSI: ffff8fa13a48fa10 RDI: ffffa7990487f780
[ 4602.718121] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4602.718123] R10: ffff8fa13a48fa90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4602.718126] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4602.718128] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4602.718131] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4602.718133] CR2: 00000000b53e1000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4602.718136] PKRU: 55555554
[ 4602.718138] Call Trace:
[ 4602.718141]  <TASK>
[ 4602.718148]  submit_one_bio+0xd4/0xe0
[ 4602.718155]  submit_extent_page+0x142/0x550
[ 4602.718169]  read_extent_buffer_pages+0x584/0x9c0
[ 4602.718177]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4602.718182]  ? folio_unlock+0x1d/0x50
[ 4602.718189]  btrfs_read_extent_buffer+0x98/0x150
[ 4602.718195]  read_tree_block+0x43/0xa0
[ 4602.718199]  read_block_for_search+0x266/0x370
[ 4602.718212]  btrfs_search_slot+0x351/0xd30
[ 4602.718220]  ? _raw_read_unlock+0x29/0x50
[ 4602.718228]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4602.718234]  ? lock_is_held_type+0xe8/0x140
[ 4602.718242]  lookup_extent_backref+0x41/0xd0
[ 4602.718250]  __btrfs_free_extent+0xfb/0x7c0
[ 4602.718256]  ? sched_clock_cpu+0x20/0xc0
[ 4602.718265]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4602.718282]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4602.718289]  btrfs_commit_transaction+0x93/0xed0
[ 4602.718301]  transaction_kthread+0x142/0x1b0
[ 4602.718307]  ? __pfx_transaction_kthread+0x10/0x10
[ 4602.718310]  kthread+0xf5/0x120
[ 4602.718314]  ? __pfx_kthread+0x10/0x10
[ 4602.718318]  ret_from_fork+0x2c/0x50
[ 4602.718331]  </TASK>
[ 4602.718333] irq event stamp: 39615673
[ 4602.718335] hardirqs last  enabled at (39615681): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4602.718340] hardirqs last disabled at (39615688): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4602.718343] softirqs last  enabled at (39614320): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.718347] softirqs last disabled at (39614315): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4602.718349] ---[ end trace 0000000000000000 ]---
[ 4603.804130] ------------[ cut here ]------------
[ 4603.804140] WARNING: CPU: 0 PID: 14040 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4603.804150] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4603.804298]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4603.804398] CPU: 0 PID: 14040 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4603.804401] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4603.804404] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4603.804407] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4603.804410] RSP: 0018:ffffa7991fd376d8 EFLAGS: 00010246
[ 4603.804414] RAX: 0000000000000000 RBX: ffff8f972eec1e90 RCX: 0000000000000000
[ 4603.804416] RDX: 0000000000000000 RSI: ffff8f972eec1e10 RDI: ffffa7991fd37700
[ 4603.804418] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4603.804421] R10: ffff8f972eec1e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4603.804423] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4603.804426] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b5debb40
[ 4603.804428] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4603.804430] CR2: 00000000b5de7c1c CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4603.804433] PKRU: 55555554
[ 4603.804436] Call Trace:
[ 4603.804438]  <TASK>
[ 4603.804445]  submit_one_bio+0xd4/0xe0
[ 4603.804454]  submit_extent_page+0x142/0x550
[ 4603.804478]  read_extent_buffer_pages+0x584/0x9c0
[ 4603.804491]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4603.804500]  ? folio_unlock+0x1d/0x50
[ 4603.804510]  btrfs_read_extent_buffer+0x98/0x150
[ 4603.804521]  read_tree_block+0x43/0xa0
[ 4603.804528]  read_block_for_search+0x266/0x370
[ 4603.804550]  btrfs_search_slot+0x351/0xd30
[ 4603.804570]  btrfs_lookup_csum+0x63/0x150
[ 4603.804583]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4603.804594]  ? btrfs_do_readpage+0x305/0x770
[ 4603.804607]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4603.804615]  submit_one_bio+0xc4/0xe0
[ 4603.804624]  btrfs_read_folio+0x79/0x90
[ 4603.804630]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4603.804636]  prepare_uptodate_page+0x8c/0x210
[ 4603.804644]  prepare_pages.constprop.0+0x134/0x300
[ 4603.804657]  btrfs_buffered_write+0x2ca/0x940
[ 4603.804682]  btrfs_do_write_iter+0x384/0x5d0
[ 4603.804689]  ? lock_is_held_type+0xe8/0x140
[ 4603.804703]  vfs_write+0x269/0x4f0
[ 4603.804722]  ksys_write+0x64/0xe0
[ 4603.804730]  __do_fast_syscall_32+0x88/0xf0
[ 4603.804738]  ? __do_fast_syscall_32+0x94/0xf0
[ 4603.804762]  ? __do_fast_syscall_32+0x94/0xf0
[ 4603.804768]  ? __do_fast_syscall_32+0x94/0xf0
[ 4603.804774]  ? __do_fast_syscall_32+0x94/0xf0
[ 4603.804782]  do_fast_syscall_32+0x2f/0x70
[ 4603.804790]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4603.804796] RIP: 0023:0xf7fc0579
[ 4603.804820] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4603.804823] RSP: 002b:00000000b5de9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4603.804826] RAX: ffffffffffffffda RBX: 00000000000000a0 RCX: 00000000befff010
[ 4603.804829] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4603.804831] RBP: 00000000000000a0 R08: 00000000b5de9ae0 R09: 0000000000000000
[ 4603.804833] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4603.804835] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4603.804846]  </TASK>
[ 4603.804848] irq event stamp: 5485
[ 4603.804850] hardirqs last  enabled at (5493): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4603.804854] hardirqs last disabled at (5500): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4603.804857] softirqs last  enabled at (2660): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4603.804861] softirqs last disabled at (2655): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4603.804864] ---[ end trace 0000000000000000 ]---
[ 4605.048308] ------------[ cut here ]------------
[ 4605.048322] WARNING: CPU: 2 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4605.048334] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4605.048435]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4605.048507] CPU: 2 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4605.048511] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4605.048514] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4605.048517] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4605.048521] RSP: 0018:ffffa7991f927668 EFLAGS: 00010246
[ 4605.048525] RAX: 0000000000000000 RBX: ffff8f9e721cd5d0 RCX: 0000000000000000
[ 4605.048527] RDX: 0000000000000000 RSI: ffff8f9e721cd550 RDI: ffffa7991f927690
[ 4605.048530] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4605.048532] R10: ffff8f9e721cd5d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4605.048535] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4605.048537] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b6bf9b40
[ 4605.048540] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4605.048542] CR2: 0000109d701a0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4605.048545] PKRU: 55555554
[ 4605.048547] Call Trace:
[ 4605.048550]  <TASK>
[ 4605.048559]  submit_one_bio+0xd4/0xe0
[ 4605.048568]  submit_extent_page+0x142/0x550
[ 4605.048582]  read_extent_buffer_pages+0x584/0x9c0
[ 4605.048591]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4605.048595]  ? folio_unlock+0x1d/0x50
[ 4605.048604]  btrfs_read_extent_buffer+0x98/0x150
[ 4605.048610]  read_tree_block+0x43/0xa0
[ 4605.048614]  read_block_for_search+0x266/0x370
[ 4605.048628]  btrfs_search_slot+0x351/0xd30
[ 4605.048639]  btrfs_lookup_csum+0x63/0x150
[ 4605.048647]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4605.048653]  ? btrfs_do_readpage+0x305/0x770
[ 4605.048660]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4605.048666]  submit_one_bio+0xc4/0xe0
[ 4605.048671]  btrfs_read_folio+0x79/0x90
[ 4605.048675]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4605.048678]  prepare_uptodate_page+0x8c/0x210
[ 4605.048683]  prepare_pages.constprop.0+0xa2/0x300
[ 4605.048691]  btrfs_buffered_write+0x2ca/0x940
[ 4605.048705]  btrfs_do_write_iter+0x384/0x5d0
[ 4605.048709]  ? lock_is_held_type+0xe8/0x140
[ 4605.048717]  vfs_write+0x269/0x4f0
[ 4605.048727]  ksys_write+0x64/0xe0
[ 4605.048732]  __do_fast_syscall_32+0x88/0xf0
[ 4605.048737]  ? lock_is_held_type+0xe8/0x140
[ 4605.048764]  ? __do_fast_syscall_32+0x94/0xf0
[ 4605.048768]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4605.048773]  ? __do_fast_syscall_32+0x94/0xf0
[ 4605.048776]  ? __do_fast_syscall_32+0x94/0xf0
[ 4605.048780]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4605.048783]  ? __do_fast_syscall_32+0x94/0xf0
[ 4605.048788]  do_fast_syscall_32+0x2f/0x70
[ 4605.048792]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4605.048797] RIP: 0023:0xf7fc0579
[ 4605.048819] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4605.048822] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4605.048825] RAX: ffffffffffffffda RBX: 00000000000000a4 RCX: 00000000befff010
[ 4605.048828] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4605.048830] RBP: 00000000000000a4 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4605.048832] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4605.048834] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4605.048845]  </TASK>
[ 4605.048847] irq event stamp: 1604789
[ 4605.048849] hardirqs last  enabled at (1604797): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4605.048854] hardirqs last disabled at (1604804): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4605.048857] softirqs last  enabled at (1602422): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4605.048861] softirqs last disabled at (1602417): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4605.048863] ---[ end trace 0000000000000000 ]---
[ 4614.629832] ------------[ cut here ]------------
[ 4614.629841] WARNING: CPU: 4 PID: 14054 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4614.629848] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4614.629936]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4614.629995] CPU: 4 PID: 14054 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4614.629999] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4614.630001] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4614.630005] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4614.630008] RSP: 0018:ffffa7991fd77700 EFLAGS: 00010246
[ 4614.630012] RAX: 0000000000000000 RBX: ffff8f9e72379e90 RCX: 0000000000000000
[ 4614.630014] RDX: 0000000000000000 RSI: ffff8f9e72379e10 RDI: ffffa7991fd77728
[ 4614.630017] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4614.630019] R10: ffff8f9e72379e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4614.630021] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4614.630023] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b5be9b40
[ 4614.630026] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4614.630028] CR2: 00000000b53dd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4614.630031] PKRU: 55555554
[ 4614.630033] Call Trace:
[ 4614.630036]  <TASK>
[ 4614.630044]  submit_one_bio+0xd4/0xe0
[ 4614.630050]  submit_extent_page+0x142/0x550
[ 4614.630064]  read_extent_buffer_pages+0x584/0x9c0
[ 4614.630071]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4614.630076]  ? folio_unlock+0x1d/0x50
[ 4614.630082]  btrfs_read_extent_buffer+0x98/0x150
[ 4614.630088]  read_tree_block+0x43/0xa0
[ 4614.630092]  read_block_for_search+0x266/0x370
[ 4614.630105]  btrfs_search_slot+0x351/0xd30
[ 4614.630116]  btrfs_lookup_csum+0x63/0x150
[ 4614.630123]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4614.630130]  ? btrfs_do_readpage+0x305/0x770
[ 4614.630137]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4614.630142]  submit_one_bio+0xc4/0xe0
[ 4614.630147]  btrfs_read_folio+0x79/0x90
[ 4614.630151]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4614.630154]  prepare_uptodate_page+0x8c/0x210
[ 4614.630158]  prepare_pages.constprop.0+0x134/0x300
[ 4614.630166]  btrfs_buffered_write+0x2ca/0x940
[ 4614.630180]  btrfs_do_write_iter+0x384/0x5d0
[ 4614.630184]  ? lock_is_held_type+0xe8/0x140
[ 4614.630192]  vfs_write+0x269/0x4f0
[ 4614.630202]  ksys_write+0x64/0xe0
[ 4614.630207]  __do_fast_syscall_32+0x88/0xf0
[ 4614.630212]  ? __do_fast_syscall_32+0x94/0xf0
[ 4614.630215]  ? __do_fast_syscall_32+0x94/0xf0
[ 4614.630220]  do_fast_syscall_32+0x2f/0x70
[ 4614.630224]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4614.630228] RIP: 0023:0xf7fc0579
[ 4614.630250] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4614.630253] RSP: 002b:00000000b5be7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4614.630256] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b73fd010
[ 4614.630258] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4614.630261] RBP: 000000000000009f R08: 00000000b5be7ae0 R09: 0000000000000000
[ 4614.630263] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4614.630265] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4614.630275]  </TASK>
[ 4614.630278] irq event stamp: 658825
[ 4614.630280] hardirqs last  enabled at (658833): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4614.630285] hardirqs last disabled at (658840): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4614.630287] softirqs last  enabled at (654726): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4614.630291] softirqs last disabled at (654717): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4614.630294] ---[ end trace 0000000000000000 ]---
[ 4616.414337] ------------[ cut here ]------------
[ 4616.414345] WARNING: CPU: 12 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4616.414352] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4616.414438]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4616.414497] CPU: 12 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4616.414501] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4616.414503] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4616.414507] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4616.414509] RSP: 0018:ffffa7991fb67630 EFLAGS: 00010246
[ 4616.414513] RAX: 0000000000000000 RBX: ffff8f9719020290 RCX: 0000000000000000
[ 4616.414515] RDX: 0000000000000000 RSI: ffff8f9719020210 RDI: ffffa7991fb67658
[ 4616.414518] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4616.414520] R10: ffff8f9719020290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4616.414522] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4616.414524] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b4fddb40
[ 4616.414527] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4616.414529] CR2: 00000000b52e0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4616.414532] PKRU: 55555554
[ 4616.414534] Call Trace:
[ 4616.414537]  <TASK>
[ 4616.414544]  submit_one_bio+0xd4/0xe0
[ 4616.414551]  submit_extent_page+0x142/0x550
[ 4616.414564]  read_extent_buffer_pages+0x584/0x9c0
[ 4616.414572]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4616.414576]  ? folio_unlock+0x1d/0x50
[ 4616.414583]  btrfs_read_extent_buffer+0x98/0x150
[ 4616.414589]  read_tree_block+0x43/0xa0
[ 4616.414593]  read_block_for_search+0x266/0x370
[ 4616.414605]  btrfs_search_slot+0x351/0xd30
[ 4616.414615]  btrfs_lookup_csum+0x63/0x150
[ 4616.414623]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4616.414629]  ? btrfs_do_readpage+0x305/0x770
[ 4616.414636]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4616.414640]  submit_one_bio+0xc4/0xe0
[ 4616.414646]  btrfs_read_folio+0x79/0x90
[ 4616.414649]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4616.414653]  prepare_uptodate_page+0x8c/0x210
[ 4616.414657]  prepare_pages.constprop.0+0x134/0x300
[ 4616.414665]  btrfs_buffered_write+0x2ca/0x940
[ 4616.414678]  btrfs_do_write_iter+0x384/0x5d0
[ 4616.414682]  ? lock_is_held_type+0xe8/0x140
[ 4616.414690]  vfs_write+0x269/0x4f0
[ 4616.414701]  ksys_write+0x64/0xe0
[ 4616.414705]  __do_fast_syscall_32+0x88/0xf0
[ 4616.414712]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414716]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4616.414719]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414723]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414727]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414731]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414734]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4616.414738]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414741]  ? __do_fast_syscall_32+0x94/0xf0
[ 4616.414761]  do_fast_syscall_32+0x2f/0x70
[ 4616.414765]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4616.414770] RIP: 0023:0xf7fc0579
[ 4616.414792] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4616.414794] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4616.414798] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b53e2010
[ 4616.414800] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4616.414802] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4616.414804] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4616.414807] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4616.414817]  </TASK>
[ 4616.414819] irq event stamp: 166281
[ 4616.414821] hardirqs last  enabled at (166289): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4616.414825] hardirqs last disabled at (166296): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4616.414828] softirqs last  enabled at (163210): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4616.414832] softirqs last disabled at (163203): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4616.414834] ---[ end trace 0000000000000000 ]---
[ 4617.795871] ------------[ cut here ]------------
[ 4617.795880] WARNING: CPU: 0 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4617.795887] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4617.795972]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4617.796031] CPU: 0 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4617.796034] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4617.796037] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4617.796040] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4617.796043] RSP: 0018:ffffa7991fb67658 EFLAGS: 00010246
[ 4617.796047] RAX: 0000000000000000 RBX: ffff8f972eec2750 RCX: 0000000000000000
[ 4617.796049] RDX: 0000000000000000 RSI: ffff8f972eec26d0 RDI: ffffa7991fb67680
[ 4617.796051] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4617.796054] R10: ffff8f972eec2750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4617.796056] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4617.796058] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b4fddb40
[ 4617.796061] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4617.796063] CR2: 000038a3081620a4 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4617.796066] PKRU: 55555554
[ 4617.796068] Call Trace:
[ 4617.796071]  <TASK>
[ 4617.796078]  submit_one_bio+0xd4/0xe0
[ 4617.796085]  submit_extent_page+0x142/0x550
[ 4617.796098]  read_extent_buffer_pages+0x584/0x9c0
[ 4617.796105]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4617.796110]  ? folio_unlock+0x1d/0x50
[ 4617.796117]  btrfs_read_extent_buffer+0x98/0x150
[ 4617.796122]  read_tree_block+0x43/0xa0
[ 4617.796126]  read_block_for_search+0x266/0x370
[ 4617.796138]  btrfs_search_slot+0x351/0xd30
[ 4617.796149]  btrfs_lookup_csum+0x63/0x150
[ 4617.796156]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4617.796162]  ? btrfs_do_readpage+0x305/0x770
[ 4617.796169]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4617.796174]  submit_one_bio+0xc4/0xe0
[ 4617.796179]  btrfs_read_folio+0x79/0x90
[ 4617.796183]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4617.796186]  prepare_uptodate_page+0x8c/0x210
[ 4617.796190]  prepare_pages.constprop.0+0x134/0x300
[ 4617.796198]  btrfs_buffered_write+0x2ca/0x940
[ 4617.796211]  btrfs_do_write_iter+0x384/0x5d0
[ 4617.796216]  ? lock_is_held_type+0xe8/0x140
[ 4617.796223]  vfs_write+0x269/0x4f0
[ 4617.796234]  ksys_write+0x64/0xe0
[ 4617.796239]  __do_fast_syscall_32+0x88/0xf0
[ 4617.796243]  ? lock_is_held_type+0xe8/0x140
[ 4617.796249]  ? __do_fast_syscall_32+0x94/0xf0
[ 4617.796253]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4617.796256]  ? __do_fast_syscall_32+0x94/0xf0
[ 4617.796260]  ? __do_fast_syscall_32+0x94/0xf0
[ 4617.796264]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4617.796267]  ? __do_fast_syscall_32+0x94/0xf0
[ 4617.796270]  ? __do_fast_syscall_32+0x94/0xf0
[ 4617.796275]  do_fast_syscall_32+0x2f/0x70
[ 4617.796279]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4617.796284] RIP: 0023:0xf7fc0579
[ 4617.796306] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4617.796308] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4617.796312] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b38d1010
[ 4617.796314] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4617.796316] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4617.796318] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4617.796320] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4617.796331]  </TASK>
[ 4617.796333] irq event stamp: 337943
[ 4617.796335] hardirqs last  enabled at (337951): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4617.796340] hardirqs last disabled at (337958): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4617.796343] softirqs last  enabled at (334220): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4617.796347] softirqs last disabled at (334215): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4617.796349] ---[ end trace 0000000000000000 ]---
[ 4620.087707] ------------[ cut here ]------------
[ 4620.087716] WARNING: CPU: 12 PID: 4165 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4620.087724] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4620.087878]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4620.087936] CPU: 12 PID: 4165 Comm: kworker/u32:16 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4620.087940] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4620.087942] Workqueue: writeback wb_workfn (flush-btrfs-1)
[ 4620.087949] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4620.087953] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4620.087956] RSP: 0018:ffffa79907593318 EFLAGS: 00010246
[ 4620.087959] RAX: 0000000000000000 RBX: ffff8f9719021950 RCX: 0000000000000000
[ 4620.087962] RDX: 0000000000000000 RSI: ffff8f97190218d0 RDI: ffffa79907593340
[ 4620.087964] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4620.087966] R10: ffff8f9719021950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4620.087968] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4620.087971] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 4620.087973] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4620.087976] CR2: 00000682bacd3000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4620.087978] PKRU: 55555554
[ 4620.087981] Call Trace:
[ 4620.087983]  <TASK>
[ 4620.087991]  submit_one_bio+0xd4/0xe0
[ 4620.087997]  submit_extent_page+0x142/0x550
[ 4620.088011]  read_extent_buffer_pages+0x584/0x9c0
[ 4620.088018]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4620.088023]  ? folio_unlock+0x1d/0x50
[ 4620.088030]  btrfs_read_extent_buffer+0x98/0x150
[ 4620.088036]  read_tree_block+0x43/0xa0
[ 4620.088040]  read_block_for_search+0x266/0x370
[ 4620.088052]  btrfs_search_slot+0x351/0xd30
[ 4620.088060]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4620.088063]  ? kmem_cache_alloc+0x194/0x380
[ 4620.088069]  btrfs_lookup_csums_list+0xd0/0x4e0
[ 4620.088080]  csum_exist_in_range+0x47/0xe0
[ 4620.088087]  can_nocow_file_extent+0x239/0x2d0
[ 4620.088093]  run_delalloc_nocow+0x21e/0x650
[ 4620.088100]  ? sched_clock_local+0xe/0x80
[ 4620.088110]  btrfs_run_delalloc_range+0x93/0x620
[ 4620.088116]  ? find_lock_delalloc_range+0x251/0x270
[ 4620.088124]  writepage_delalloc+0xb9/0x180
[ 4620.088132]  __extent_writepage+0x456/0x670
[ 4620.088139]  extent_write_cache_pages+0x1ed/0x690
[ 4620.088159]  extent_writepages+0x6b/0xf0
[ 4620.088166]  ? __pfx_end_bio_extent_writepage+0x10/0x10
[ 4620.088173]  do_writepages+0xb3/0x1c0
[ 4620.088179]  ? lock_is_held_type+0xe8/0x140
[ 4620.088193]  __writeback_single_inode+0x54/0x600
[ 4620.088204]  writeback_sb_inodes+0x1d4/0x530
[ 4620.088227]  __writeback_inodes_wb+0x4c/0xf0
[ 4620.088238]  wb_writeback+0x2b7/0x460
[ 4620.088251]  wb_workfn+0x347/0x610
[ 4620.088259]  ? lock_acquire+0xd2/0x2b0
[ 4620.088276]  process_one_work+0x294/0x5b0
[ 4620.088289]  worker_thread+0x4f/0x3a0
[ 4620.088294]  ? __pfx_worker_thread+0x10/0x10
[ 4620.088297]  kthread+0xf5/0x120
[ 4620.088301]  ? __pfx_kthread+0x10/0x10
[ 4620.088306]  ret_from_fork+0x2c/0x50
[ 4620.088328]  </TASK>
[ 4620.088331] irq event stamp: 45926171
[ 4620.088335] hardirqs last  enabled at (45926179): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4620.088341] hardirqs last disabled at (45926186): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4620.088346] softirqs last  enabled at (45924962): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4620.088351] softirqs last disabled at (45924953): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4620.088356] ---[ end trace 0000000000000000 ]---
[ 4622.281221] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4622.281255] [drm] PSP is resuming...
[ 4622.357564] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4622.459535] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4622.473438] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4622.473451] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4622.473461] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4622.473467] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4622.473525] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4622.528370] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4622.529786] [drm] DMUB hardware initialized: version=0x02020017
[ 4622.568237] [drm] kiq ring mec 2 pipe 1 q 0
[ 4622.573504] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4622.573668] [drm] JPEG decode initialized successfully.
[ 4622.573693] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4622.573697] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4622.573699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4622.573702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4622.573704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4622.573706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4622.573708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4622.573710] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4622.573712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4622.573715] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4622.573717] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4622.573719] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4622.573721] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4622.573723] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4622.573725] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4622.573727] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4622.577702] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4631.628678] ------------[ cut here ]------------
[ 4631.628688] WARNING: CPU: 7 PID: 14031 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4631.628697] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4631.628821]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4631.628892] CPU: 7 PID: 14031 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4631.628896] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4631.628900] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4631.628904] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4631.628908] RSP: 0018:ffffa7991fd0f6e0 EFLAGS: 00010246
[ 4631.628912] RAX: 0000000000000000 RBX: ffff8f9dbcac8ed0 RCX: 0000000000000000
[ 4631.628915] RDX: 0000000000000000 RSI: ffff8f9dbcac8e50 RDI: ffffa7991fd0f708
[ 4631.628918] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4631.628920] R10: ffff8f9dbcac8ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4631.628923] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4631.628926] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b3cd4b40
[ 4631.628929] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4631.628932] CR2: 000023d00bd0e000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4631.628935] PKRU: 55555554
[ 4631.628938] Call Trace:
[ 4631.628941]  <TASK>
[ 4631.628949]  submit_one_bio+0xd4/0xe0
[ 4631.628958]  submit_extent_page+0x142/0x550
[ 4631.628974]  read_extent_buffer_pages+0x584/0x9c0
[ 4631.628983]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4631.628989]  ? folio_unlock+0x1d/0x50
[ 4631.628997]  btrfs_read_extent_buffer+0x98/0x150
[ 4631.629004]  read_tree_block+0x43/0xa0
[ 4631.629009]  read_block_for_search+0x266/0x370
[ 4631.629024]  btrfs_search_slot+0x351/0xd30
[ 4631.629037]  btrfs_lookup_csum+0x63/0x150
[ 4631.629046]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4631.629054]  ? btrfs_do_readpage+0x305/0x770
[ 4631.629062]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4631.629068]  submit_one_bio+0xc4/0xe0
[ 4631.629075]  btrfs_read_folio+0x79/0x90
[ 4631.629080]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4631.629083]  prepare_uptodate_page+0x8c/0x210
[ 4631.629089]  prepare_pages.constprop.0+0xa2/0x300
[ 4631.629099]  btrfs_buffered_write+0x2ca/0x940
[ 4631.629115]  btrfs_do_write_iter+0x384/0x5d0
[ 4631.629120]  ? lock_is_held_type+0xe8/0x140
[ 4631.629130]  vfs_write+0x269/0x4f0
[ 4631.629143]  ksys_write+0x64/0xe0
[ 4631.629149]  __do_fast_syscall_32+0x88/0xf0
[ 4631.629154]  ? __do_fast_syscall_32+0x94/0xf0
[ 4631.629158]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4631.629163]  ? __do_fast_syscall_32+0x94/0xf0
[ 4631.629167]  ? __do_fast_syscall_32+0x94/0xf0
[ 4631.629173]  do_fast_syscall_32+0x2f/0x70
[ 4631.629178]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4631.629183] RIP: 0023:0xf7fc0579
[ 4631.629206] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4631.629209] RSP: 002b:00000000b3cd2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4631.629213] RAX: ffffffffffffffda RBX: 00000000000000bd RCX: 00000000c678d720
[ 4631.629216] RDX: 0000000000032240 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4631.629219] RBP: 00000000000000bd R08: 00000000b3cd2ae0 R09: 0000000000000000
[ 4631.629221] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4631.629224] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4631.629236]  </TASK>
[ 4631.629239] irq event stamp: 51031
[ 4631.629241] hardirqs last  enabled at (51039): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4631.629247] hardirqs last disabled at (51046): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4631.629250] softirqs last  enabled at (47236): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4631.629255] softirqs last disabled at (47231): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4631.629258] ---[ end trace 0000000000000000 ]---
[ 4632.887107] ------------[ cut here ]------------
[ 4632.887117] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4632.887125] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4632.887237]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4632.887312] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4632.887317] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4632.887320] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4632.887324] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4632.887328] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4632.887333] RAX: 0000000000000000 RBX: ffff8f9d4d5f3a90 RCX: 0000000000000000
[ 4632.887336] RDX: 0000000000000000 RSI: ffff8f9d4d5f3a10 RDI: ffffa7990487f7e8
[ 4632.887339] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4632.887342] R10: ffff8f9d4d5f3a90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4632.887345] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4632.887348] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4632.887351] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4632.887354] CR2: 00007e8900ffc000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4632.887357] PKRU: 55555554
[ 4632.887360] Call Trace:
[ 4632.887364]  <TASK>
[ 4632.887373]  submit_one_bio+0xd4/0xe0
[ 4632.887382]  submit_extent_page+0x142/0x550
[ 4632.887399]  read_extent_buffer_pages+0x584/0x9c0
[ 4632.887408]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4632.887415]  ? folio_unlock+0x1d/0x50
[ 4632.887423]  btrfs_read_extent_buffer+0x98/0x150
[ 4632.887431]  read_tree_block+0x43/0xa0
[ 4632.887436]  read_block_for_search+0x266/0x370
[ 4632.887452]  btrfs_search_slot+0x351/0xd30
[ 4632.887457]  ? lock_is_held_type+0xe8/0x140
[ 4632.887467]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4632.887471]  ? kmem_cache_alloc+0x194/0x380
[ 4632.887479]  btrfs_del_csums+0x116/0x3b0
[ 4632.887486]  ? lock_release+0x14b/0x440
[ 4632.887495]  ? _raw_read_unlock+0x29/0x50
[ 4632.887503]  __btrfs_free_extent+0x486/0x7c0
[ 4632.887516]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4632.887537]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4632.887546]  btrfs_commit_transaction+0x93/0xed0
[ 4632.887561]  transaction_kthread+0x142/0x1b0
[ 4632.887569]  ? __pfx_transaction_kthread+0x10/0x10
[ 4632.887573]  kthread+0xf5/0x120
[ 4632.887577]  ? __pfx_kthread+0x10/0x10
[ 4632.887583]  ret_from_fork+0x2c/0x50
[ 4632.887598]  </TASK>
[ 4632.887601] irq event stamp: 39754427
[ 4632.887604] hardirqs last  enabled at (39754435): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4632.887609] hardirqs last disabled at (39754442): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4632.887613] softirqs last  enabled at (39752356): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.887618] softirqs last disabled at (39752351): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.887621] ---[ end trace 0000000000000000 ]---
[ 4632.903361] ------------[ cut here ]------------
[ 4632.903367] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4632.903372] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4632.903461]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4632.903523] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4632.903526] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4632.903529] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4632.903532] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4632.903535] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4632.903538] RAX: 0000000000000000 RBX: ffff8f9d4d5f0ed0 RCX: 0000000000000000
[ 4632.903541] RDX: 0000000000000000 RSI: ffff8f9d4d5f0e50 RDI: ffffa7990487f888
[ 4632.903543] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4632.903545] R10: ffff8f9d4d5f0ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4632.903548] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4632.903550] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4632.903553] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4632.903555] CR2: 00007e8900ffc000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4632.903558] PKRU: 55555554
[ 4632.903560] Call Trace:
[ 4632.903562]  <TASK>
[ 4632.903569]  submit_one_bio+0xd4/0xe0
[ 4632.903576]  submit_extent_page+0x142/0x550
[ 4632.903590]  read_extent_buffer_pages+0x584/0x9c0
[ 4632.903597]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4632.903602]  ? folio_unlock+0x1d/0x50
[ 4632.903609]  btrfs_read_extent_buffer+0x98/0x150
[ 4632.903615]  read_tree_block+0x43/0xa0
[ 4632.903620]  read_block_for_search+0x266/0x370
[ 4632.903632]  btrfs_search_slot+0x351/0xd30
[ 4632.903644]  btrfs_insert_empty_items+0x31/0x70
[ 4632.903649]  alloc_reserved_file_extent+0xbc/0x240
[ 4632.903659]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4632.903675]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4632.903682]  btrfs_commit_transaction+0x93/0xed0
[ 4632.903694]  transaction_kthread+0x142/0x1b0
[ 4632.903700]  ? __pfx_transaction_kthread+0x10/0x10
[ 4632.903703]  kthread+0xf5/0x120
[ 4632.903707]  ? __pfx_kthread+0x10/0x10
[ 4632.903711]  ret_from_fork+0x2c/0x50
[ 4632.903723]  </TASK>
[ 4632.903725] irq event stamp: 39770731
[ 4632.903727] hardirqs last  enabled at (39770739): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4632.903731] hardirqs last disabled at (39770746): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4632.903734] softirqs last  enabled at (39766934): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.903738] softirqs last disabled at (39766929): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.903741] ---[ end trace 0000000000000000 ]---
[ 4632.904467] ------------[ cut here ]------------
[ 4632.904471] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4632.904475] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4632.904555]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4632.904610] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4632.904613] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4632.904615] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4632.904618] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4632.904621] RSP: 0018:ffffa7990487f860 EFLAGS: 00010246
[ 4632.904624] RAX: 0000000000000000 RBX: ffff8f9d4d5f0450 RCX: 0000000000000000
[ 4632.904626] RDX: 0000000000000000 RSI: ffff8f9d4d5f03d0 RDI: ffffa7990487f888
[ 4632.904629] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4632.904631] R10: ffff8f9d4d5f0450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4632.904633] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4632.904636] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4632.904638] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4632.904641] CR2: 00007e8900ffc000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4632.904643] PKRU: 55555554
[ 4632.904645] Call Trace:
[ 4632.904647]  <TASK>
[ 4632.904653]  submit_one_bio+0xd4/0xe0
[ 4632.904659]  submit_extent_page+0x142/0x550
[ 4632.904673]  read_extent_buffer_pages+0x584/0x9c0
[ 4632.904680]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4632.904685]  ? folio_unlock+0x1d/0x50
[ 4632.904691]  btrfs_read_extent_buffer+0x98/0x150
[ 4632.904697]  read_tree_block+0x43/0xa0
[ 4632.904701]  read_block_for_search+0x266/0x370
[ 4632.904713]  btrfs_search_slot+0x351/0xd30
[ 4632.904724]  btrfs_insert_empty_items+0x31/0x70
[ 4632.904729]  alloc_reserved_file_extent+0xbc/0x240
[ 4632.904739]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4632.904764]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4632.904771]  btrfs_commit_transaction+0x93/0xed0
[ 4632.904783]  transaction_kthread+0x142/0x1b0
[ 4632.904789]  ? __pfx_transaction_kthread+0x10/0x10
[ 4632.904793]  kthread+0xf5/0x120
[ 4632.904795]  ? __pfx_kthread+0x10/0x10
[ 4632.904800]  ret_from_fork+0x2c/0x50
[ 4632.904811]  </TASK>
[ 4632.904813] irq event stamp: 39772481
[ 4632.904816] hardirqs last  enabled at (39772489): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4632.904819] hardirqs last disabled at (39772496): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4632.904822] softirqs last  enabled at (39772416): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.904825] softirqs last disabled at (39772411): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.904828] ---[ end trace 0000000000000000 ]---
[ 4632.907620] ------------[ cut here ]------------
[ 4632.907627] WARNING: CPU: 15 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4632.907633] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4632.907730]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4632.907859] CPU: 15 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4632.907866] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4632.907871] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4632.907877] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4632.907883] RSP: 0018:ffffa7991f927678 EFLAGS: 00010246
[ 4632.907890] RAX: 0000000000000000 RBX: ffff8fa27baa2ad0 RCX: 0000000000000000
[ 4632.907896] RDX: 0000000000000000 RSI: ffff8fa27baa2a50 RDI: ffffa7991f9276a0
[ 4632.907900] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4632.907905] R10: ffff8fa27baa2ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4632.907910] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4632.907915] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b6bf9b40
[ 4632.907921] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4632.907925] CR2: 00000000b5395000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4632.907931] PKRU: 55555554
[ 4632.907935] Call Trace:
[ 4632.907940]  <TASK>
[ 4632.907953]  submit_one_bio+0xd4/0xe0
[ 4632.907965]  submit_extent_page+0x142/0x550
[ 4632.907993]  read_extent_buffer_pages+0x584/0x9c0
[ 4632.908009]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4632.908019]  ? folio_unlock+0x1d/0x50
[ 4632.908031]  btrfs_read_extent_buffer+0x98/0x150
[ 4632.908044]  read_tree_block+0x43/0xa0
[ 4632.908052]  read_block_for_search+0x266/0x370
[ 4632.908078]  btrfs_search_slot+0x351/0xd30
[ 4632.908101]  btrfs_lookup_csum+0x63/0x150
[ 4632.908115]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4632.908123]  ? btrfs_do_readpage+0x305/0x770
[ 4632.908131]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4632.908137]  submit_one_bio+0xc4/0xe0
[ 4632.908144]  btrfs_read_folio+0x79/0x90
[ 4632.908148]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4632.908152]  prepare_uptodate_page+0x8c/0x210
[ 4632.908158]  prepare_pages.constprop.0+0x134/0x300
[ 4632.908167]  btrfs_buffered_write+0x2ca/0x940
[ 4632.908184]  btrfs_do_write_iter+0x384/0x5d0
[ 4632.908189]  ? lock_is_held_type+0xe8/0x140
[ 4632.908199]  vfs_write+0x269/0x4f0
[ 4632.908211]  ksys_write+0x64/0xe0
[ 4632.908217]  __do_fast_syscall_32+0x88/0xf0
[ 4632.908224]  ? lock_is_held_type+0xe8/0x140
[ 4632.908231]  ? __do_fast_syscall_32+0x94/0xf0
[ 4632.908236]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4632.908240]  ? __do_fast_syscall_32+0x94/0xf0
[ 4632.908247]  do_fast_syscall_32+0x2f/0x70
[ 4632.908252]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4632.908257] RIP: 0023:0xf7fc0579
[ 4632.908281] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4632.908284] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4632.908288] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b73fd010
[ 4632.908291] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4632.908293] RBP: 0000000000000097 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4632.908296] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4632.908299] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4632.908311]  </TASK>
[ 4632.908314] irq event stamp: 2700841
[ 4632.908316] hardirqs last  enabled at (2700849): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4632.908321] hardirqs last disabled at (2700856): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4632.908324] softirqs last  enabled at (2700120): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.908328] softirqs last disabled at (2700115): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4632.908331] ---[ end trace 0000000000000000 ]---
[ 4634.351403] ------------[ cut here ]------------
[ 4634.351413] WARNING: CPU: 11 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4634.351421] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4634.351507]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4634.351566] CPU: 11 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4634.351569] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4634.351572] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4634.351576] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4634.351578] RSP: 0018:ffffa7991f9276b8 EFLAGS: 00010246
[ 4634.351582] RAX: 0000000000000000 RBX: ffff8f9724ab7c50 RCX: 0000000000000000
[ 4634.351585] RDX: 0000000000000000 RSI: ffff8f9724ab7bd0 RDI: ffffa7991f9276e0
[ 4634.351587] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4634.351589] R10: ffff8f9724ab7c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4634.351591] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4634.351594] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b6bf9b40
[ 4634.351596] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4634.351598] CR2: 000001490011a000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4634.351601] PKRU: 55555554
[ 4634.351603] Call Trace:
[ 4634.351606]  <TASK>
[ 4634.351613]  submit_one_bio+0xd4/0xe0
[ 4634.351620]  submit_extent_page+0x142/0x550
[ 4634.351633]  read_extent_buffer_pages+0x584/0x9c0
[ 4634.351640]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4634.351645]  ? folio_unlock+0x1d/0x50
[ 4634.351652]  btrfs_read_extent_buffer+0x98/0x150
[ 4634.351657]  read_tree_block+0x43/0xa0
[ 4634.351661]  read_block_for_search+0x266/0x370
[ 4634.351674]  btrfs_search_slot+0x351/0xd30
[ 4634.351685]  btrfs_lookup_csum+0x63/0x150
[ 4634.351692]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4634.351699]  ? btrfs_do_readpage+0x305/0x770
[ 4634.351705]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4634.351710]  submit_one_bio+0xc4/0xe0
[ 4634.351716]  btrfs_read_folio+0x79/0x90
[ 4634.351719]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4634.351723]  prepare_uptodate_page+0x8c/0x210
[ 4634.351727]  prepare_pages.constprop.0+0x134/0x300
[ 4634.351734]  btrfs_buffered_write+0x2ca/0x940
[ 4634.351773]  btrfs_do_write_iter+0x384/0x5d0
[ 4634.351778]  ? lock_is_held_type+0xe8/0x140
[ 4634.351786]  vfs_write+0x269/0x4f0
[ 4634.351797]  ksys_write+0x64/0xe0
[ 4634.351801]  __do_fast_syscall_32+0x88/0xf0
[ 4634.351806]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4634.351810]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.351813]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.351817]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4634.351821]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.351824]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.351828]  do_fast_syscall_32+0x2f/0x70
[ 4634.351832]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4634.351837] RIP: 0023:0xf7fc0579
[ 4634.351864] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4634.351869] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4634.351875] RAX: ffffffffffffffda RBX: 0000000000000092 RCX: 00000000b51e0010
[ 4634.351879] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4634.351883] RBP: 0000000000000092 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4634.351887] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4634.351891] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4634.351910]  </TASK>
[ 4634.351914] irq event stamp: 2820275
[ 4634.351917] hardirqs last  enabled at (2820283): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4634.351924] hardirqs last disabled at (2820290): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4634.351929] softirqs last  enabled at (2820092): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4634.351935] softirqs last disabled at (2820085): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4634.351940] ---[ end trace 0000000000000000 ]---
[ 4634.651977] ------------[ cut here ]------------
[ 4634.651989] WARNING: CPU: 10 PID: 14031 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4634.651999] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4634.652094]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4634.652192] CPU: 10 PID: 14031 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4634.652198] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4634.652202] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4634.652208] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4634.652213] RSP: 0018:ffffa7991fd0f6a0 EFLAGS: 00010246
[ 4634.652219] RAX: 0000000000000000 RBX: ffff8f9ddead47d0 RCX: 0000000000000000
[ 4634.652223] RDX: 0000000000000000 RSI: ffff8f9ddead4750 RDI: ffffa7991fd0f6c8
[ 4634.652227] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4634.652231] R10: ffff8f9ddead47d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4634.652235] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4634.652239] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b3cd4b40
[ 4634.652243] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4634.652247] CR2: 00001f6100958010 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4634.652252] PKRU: 55555554
[ 4634.652256] Call Trace:
[ 4634.652260]  <TASK>
[ 4634.652271]  submit_one_bio+0xd4/0xe0
[ 4634.652282]  submit_extent_page+0x142/0x550
[ 4634.652306]  read_extent_buffer_pages+0x584/0x9c0
[ 4634.652319]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4634.652328]  ? folio_unlock+0x1d/0x50
[ 4634.652338]  btrfs_read_extent_buffer+0x98/0x150
[ 4634.652349]  read_tree_block+0x43/0xa0
[ 4634.652356]  read_block_for_search+0x266/0x370
[ 4634.652378]  btrfs_search_slot+0x351/0xd30
[ 4634.652398]  btrfs_lookup_csum+0x63/0x150
[ 4634.652411]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4634.652422]  ? btrfs_do_readpage+0x305/0x770
[ 4634.652435]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4634.652443]  submit_one_bio+0xc4/0xe0
[ 4634.652453]  btrfs_read_folio+0x79/0x90
[ 4634.652460]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4634.652466]  prepare_uptodate_page+0x8c/0x210
[ 4634.652474]  prepare_pages.constprop.0+0xa2/0x300
[ 4634.652488]  btrfs_buffered_write+0x2ca/0x940
[ 4634.652514]  btrfs_do_write_iter+0x384/0x5d0
[ 4634.652521]  ? lock_is_held_type+0xe8/0x140
[ 4634.652535]  vfs_write+0x269/0x4f0
[ 4634.652554]  ksys_write+0x64/0xe0
[ 4634.652563]  __do_fast_syscall_32+0x88/0xf0
[ 4634.652570]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652577]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652583]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652589]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652594]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4634.652601]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652606]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652611]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.652620]  do_fast_syscall_32+0x2f/0x70
[ 4634.652627]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4634.652635] RIP: 0023:0xf7fc0579
[ 4634.652661] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4634.652666] RSP: 002b:00000000b3cd2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4634.652672] RAX: ffffffffffffffda RBX: 00000000000000bd RCX: 00000000b51e0010
[ 4634.652676] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4634.652680] RBP: 00000000000000bd R08: 00000000b3cd2ae0 R09: 0000000000000000
[ 4634.652684] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4634.652688] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4634.652707]  </TASK>
[ 4634.652711] irq event stamp: 274717
[ 4634.652715] hardirqs last  enabled at (274725): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4634.652722] hardirqs last disabled at (274732): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4634.652726] softirqs last  enabled at (272998): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4634.652732] softirqs last disabled at (272993): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4634.652737] ---[ end trace 0000000000000000 ]---
[ 4634.708760] ------------[ cut here ]------------
[ 4634.708772] WARNING: CPU: 11 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4634.708783] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4634.708952]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4634.709059] CPU: 11 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4634.709065] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4634.709069] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4634.709075] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4634.709080] RSP: 0018:ffffa7991f9276d0 EFLAGS: 00010246
[ 4634.709086] RAX: 0000000000000000 RBX: ffff8f9724ab5790 RCX: 0000000000000000
[ 4634.709090] RDX: 0000000000000000 RSI: ffff8f9724ab5710 RDI: ffffa7991f9276f8
[ 4634.709094] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4634.709098] R10: ffff8f9724ab5790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4634.709102] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4634.709106] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000b6bf9b40
[ 4634.709111] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4634.709115] CR2: 00000000b52e0000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4634.709119] PKRU: 55555554
[ 4634.709123] Call Trace:
[ 4634.709128]  <TASK>
[ 4634.709140]  submit_one_bio+0xd4/0xe0
[ 4634.709150]  submit_extent_page+0x142/0x550
[ 4634.709174]  read_extent_buffer_pages+0x584/0x9c0
[ 4634.709188]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4634.709197]  ? folio_unlock+0x1d/0x50
[ 4634.709208]  btrfs_read_extent_buffer+0x98/0x150
[ 4634.709218]  read_tree_block+0x43/0xa0
[ 4634.709225]  read_block_for_search+0x266/0x370
[ 4634.709247]  btrfs_search_slot+0x351/0xd30
[ 4634.709267]  btrfs_lookup_csum+0x63/0x150
[ 4634.709280]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4634.709291]  ? btrfs_do_readpage+0x305/0x770
[ 4634.709304]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4634.709312]  submit_one_bio+0xc4/0xe0
[ 4634.709321]  btrfs_read_folio+0x79/0x90
[ 4634.709328]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4634.709334]  prepare_uptodate_page+0x8c/0x210
[ 4634.709341]  prepare_pages.constprop.0+0xa2/0x300
[ 4634.709355]  btrfs_buffered_write+0x2ca/0x940
[ 4634.709377]  btrfs_do_write_iter+0x384/0x5d0
[ 4634.709384]  ? lock_is_held_type+0xe8/0x140
[ 4634.709397]  vfs_write+0x269/0x4f0
[ 4634.709410]  ksys_write+0x64/0xe0
[ 4634.709415]  __do_fast_syscall_32+0x88/0xf0
[ 4634.709420]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.709423]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4634.709427]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.709430]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.709433]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.709436]  ? __do_fast_syscall_32+0x94/0xf0
[ 4634.709441]  do_fast_syscall_32+0x2f/0x70
[ 4634.709445]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4634.709449] RIP: 0023:0xf7fc0579
[ 4634.709474] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4634.709479] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4634.709484] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b52e1010
[ 4634.709487] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4634.709491] RBP: 0000000000000097 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4634.709495] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4634.709498] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4634.709518]  </TASK>
[ 4634.709522] irq event stamp: 2870337
[ 4634.709525] hardirqs last  enabled at (2870345): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4634.709532] hardirqs last disabled at (2870352): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4634.709537] softirqs last  enabled at (2869044): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4634.709542] softirqs last disabled at (2869037): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4634.709547] ---[ end trace 0000000000000000 ]---
[ 4637.528795] ------------[ cut here ]------------
[ 4637.528804] WARNING: CPU: 7 PID: 14054 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4637.528813] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4637.528919]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4637.529010] CPU: 7 PID: 14054 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4637.529017] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4637.529022] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4637.529030] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4637.529035] RSP: 0018:ffffa7991fd776e0 EFLAGS: 00010246
[ 4637.529043] RAX: 0000000000000000 RBX: ffff8f9dbcacbc50 RCX: 0000000000000000
[ 4637.529046] RDX: 0000000000000000 RSI: ffff8f9dbcacbbd0 RDI: ffffa7991fd77708
[ 4637.529049] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4637.529052] R10: ffff8f9dbcacbc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4637.529055] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4637.529058] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b5be9b40
[ 4637.529061] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4637.529064] CR2: 00000000b34c1000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4637.529067] PKRU: 55555554
[ 4637.529070] Call Trace:
[ 4637.529073]  <TASK>
[ 4637.529082]  submit_one_bio+0xd4/0xe0
[ 4637.529095]  submit_extent_page+0x142/0x550
[ 4637.529123]  read_extent_buffer_pages+0x584/0x9c0
[ 4637.529142]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4637.529152]  ? folio_unlock+0x1d/0x50
[ 4637.529163]  btrfs_read_extent_buffer+0x98/0x150
[ 4637.529171]  read_tree_block+0x43/0xa0
[ 4637.529175]  read_block_for_search+0x266/0x370
[ 4637.529191]  btrfs_search_slot+0x351/0xd30
[ 4637.529205]  btrfs_lookup_csum+0x63/0x150
[ 4637.529214]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4637.529222]  ? btrfs_do_readpage+0x305/0x770
[ 4637.529230]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4637.529236]  submit_one_bio+0xc4/0xe0
[ 4637.529243]  btrfs_read_folio+0x79/0x90
[ 4637.529247]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4637.529251]  prepare_uptodate_page+0x8c/0x210
[ 4637.529257]  prepare_pages.constprop.0+0x134/0x300
[ 4637.529266]  btrfs_buffered_write+0x2ca/0x940
[ 4637.529284]  btrfs_do_write_iter+0x384/0x5d0
[ 4637.529289]  ? lock_is_held_type+0xe8/0x140
[ 4637.529299]  vfs_write+0x269/0x4f0
[ 4637.529312]  ksys_write+0x64/0xe0
[ 4637.529318]  __do_fast_syscall_32+0x88/0xf0
[ 4637.529323]  ? __do_fast_syscall_32+0x94/0xf0
[ 4637.529327]  ? __do_fast_syscall_32+0x94/0xf0
[ 4637.529332]  ? __do_fast_syscall_32+0x94/0xf0
[ 4637.529336]  ? __do_fast_syscall_32+0x94/0xf0
[ 4637.529339]  ? __do_fast_syscall_32+0x94/0xf0
[ 4637.529345]  do_fast_syscall_32+0x2f/0x70
[ 4637.529350]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4637.529355] RIP: 0023:0xf7fc0579
[ 4637.529378] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4637.529381] RSP: 002b:00000000b5be7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4637.529386] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b30c9010
[ 4637.529389] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4637.529391] RBP: 000000000000009f R08: 00000000b5be7ae0 R09: 0000000000000000
[ 4637.529394] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4637.529397] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4637.529410]  </TASK>
[ 4637.529412] irq event stamp: 1136677
[ 4637.529415] hardirqs last  enabled at (1136685): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4637.529420] hardirqs last disabled at (1136692): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4637.529424] softirqs last  enabled at (1135364): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4637.529428] softirqs last disabled at (1135357): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4637.529431] ---[ end trace 0000000000000000 ]---
[ 4638.223872] ------------[ cut here ]------------
[ 4638.223883] WARNING: CPU: 7 PID: 14054 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4638.223893] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4638.224045]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4638.224148] CPU: 7 PID: 14054 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4638.224153] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4638.224158] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4638.224163] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4638.224168] RSP: 0018:ffffa7991fd77628 EFLAGS: 00010246
[ 4638.224174] RAX: 0000000000000000 RBX: ffff8f9dbcac9410 RCX: 0000000000000000
[ 4638.224178] RDX: 0000000000000000 RSI: ffff8f9dbcac9390 RDI: ffffa7991fd77650
[ 4638.224182] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4638.224186] R10: ffff8f9dbcac9410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4638.224190] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4638.224194] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b5be9b40
[ 4638.224199] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4638.224203] CR2: 00000000b0296000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4638.224207] PKRU: 55555554
[ 4638.224211] Call Trace:
[ 4638.224215]  <TASK>
[ 4638.224227]  submit_one_bio+0xd4/0xe0
[ 4638.224238]  submit_extent_page+0x142/0x550
[ 4638.224261]  read_extent_buffer_pages+0x584/0x9c0
[ 4638.224274]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4638.224282]  ? folio_unlock+0x1d/0x50
[ 4638.224293]  btrfs_read_extent_buffer+0x98/0x150
[ 4638.224303]  read_tree_block+0x43/0xa0
[ 4638.224310]  read_block_for_search+0x266/0x370
[ 4638.224332]  btrfs_search_slot+0x351/0xd30
[ 4638.224351]  btrfs_lookup_csum+0x63/0x150
[ 4638.224363]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4638.224374]  ? btrfs_do_readpage+0x305/0x770
[ 4638.224386]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4638.224394]  submit_one_bio+0xc4/0xe0
[ 4638.224403]  btrfs_read_folio+0x79/0x90
[ 4638.224410]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4638.224416]  prepare_uptodate_page+0x8c/0x210
[ 4638.224424]  prepare_pages.constprop.0+0xa2/0x300
[ 4638.224438]  btrfs_buffered_write+0x2ca/0x940
[ 4638.224463]  btrfs_do_write_iter+0x384/0x5d0
[ 4638.224470]  ? lock_is_held_type+0xe8/0x140
[ 4638.224484]  vfs_write+0x269/0x4f0
[ 4638.224502]  ksys_write+0x64/0xe0
[ 4638.224510]  __do_fast_syscall_32+0x88/0xf0
[ 4638.224517]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224527]  ? lock_is_held_type+0xe8/0x140
[ 4638.224537]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224542]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4638.224549]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224555]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4638.224561]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224566]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224571]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224576]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.224584]  do_fast_syscall_32+0x2f/0x70
[ 4638.224591]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4638.224597] RIP: 0023:0xf7fc0579
[ 4638.224622] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4638.224626] RSP: 002b:00000000b5be7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4638.224632] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b32cb010
[ 4638.224636] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4638.224640] RBP: 000000000000009f R08: 00000000b5be7ae0 R09: 0000000000000000
[ 4638.224644] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4638.224648] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4638.224667]  </TASK>
[ 4638.224671] irq event stamp: 1156083
[ 4638.224674] hardirqs last  enabled at (1156091): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4638.224681] hardirqs last disabled at (1156098): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4638.224686] softirqs last  enabled at (1154660): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4638.224692] softirqs last disabled at (1154655): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4638.224696] ---[ end trace 0000000000000000 ]---
[ 4638.416241] ------------[ cut here ]------------
[ 4638.416254] WARNING: CPU: 9 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4638.416266] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4638.416457]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4638.416592] CPU: 9 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4638.416599] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4638.416604] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4638.416612] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4638.416618] RSP: 0018:ffffa7991fb67688 EFLAGS: 00010246
[ 4638.416626] RAX: 0000000000000000 RBX: ffff8f9c4d8ac990 RCX: 0000000000000000
[ 4638.416631] RDX: 0000000000000000 RSI: ffff8f9c4d8ac910 RDI: ffffa7991fb676b0
[ 4638.416637] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4638.416642] R10: ffff8f9c4d8ac990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4638.416647] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4638.416651] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b4fddb40
[ 4638.416657] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4638.416663] CR2: 00007fa97f920000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4638.416668] PKRU: 55555554
[ 4638.416673] Call Trace:
[ 4638.416678]  <TASK>
[ 4638.416692]  submit_one_bio+0xd4/0xe0
[ 4638.416706]  submit_extent_page+0x142/0x550
[ 4638.416737]  read_extent_buffer_pages+0x584/0x9c0
[ 4638.416790]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4638.416803]  ? folio_unlock+0x1d/0x50
[ 4638.416817]  btrfs_read_extent_buffer+0x98/0x150
[ 4638.416831]  read_tree_block+0x43/0xa0
[ 4638.416840]  read_block_for_search+0x266/0x370
[ 4638.416868]  btrfs_search_slot+0x351/0xd30
[ 4638.416893]  btrfs_lookup_csum+0x63/0x150
[ 4638.416910]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4638.416924]  ? btrfs_do_readpage+0x305/0x770
[ 4638.416941]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4638.416951]  submit_one_bio+0xc4/0xe0
[ 4638.416963]  btrfs_read_folio+0x79/0x90
[ 4638.416972]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4638.416979]  prepare_uptodate_page+0x8c/0x210
[ 4638.416989]  prepare_pages.constprop.0+0x134/0x300
[ 4638.417007]  btrfs_buffered_write+0x2ca/0x940
[ 4638.417041]  btrfs_do_write_iter+0x384/0x5d0
[ 4638.417050]  ? lock_is_held_type+0xe8/0x140
[ 4638.417066]  vfs_write+0x269/0x4f0
[ 4638.417089]  ksys_write+0x64/0xe0
[ 4638.417100]  __do_fast_syscall_32+0x88/0xf0
[ 4638.417109]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417116]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4638.417125]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417133]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417140]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417149]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417156]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417163]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417169]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417176]  ? __do_fast_syscall_32+0x94/0xf0
[ 4638.417186]  do_fast_syscall_32+0x2f/0x70
[ 4638.417195]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4638.417203] RIP: 0023:0xf7fc0579
[ 4638.417231] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4638.417237] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4638.417245] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b73fd010
[ 4638.417250] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4638.417255] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4638.417260] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4638.417265] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4638.417291]  </TASK>
[ 4638.417296] irq event stamp: 420631
[ 4638.417301] hardirqs last  enabled at (420639): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4638.417309] hardirqs last disabled at (420646): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4638.417315] softirqs last  enabled at (420286): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4638.417322] softirqs last disabled at (420281): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4638.417328] ---[ end trace 0000000000000000 ]---
[ 4639.517188] ------------[ cut here ]------------
[ 4639.517198] WARNING: CPU: 6 PID: 13969 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4639.517205] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4639.517290]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4639.517348] CPU: 6 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4639.517352] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4639.517355] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4639.517358] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4639.517361] RSP: 0018:ffffa7991f45f6f8 EFLAGS: 00010246
[ 4639.517365] RAX: 0000000000000000 RBX: ffff8fa13a48fc50 RCX: 0000000000000000
[ 4639.517367] RDX: 0000000000000000 RSI: ffff8fa13a48fbd0 RDI: ffffa7991f45f720
[ 4639.517369] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4639.517371] R10: ffff8fa13a48fc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4639.517374] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4639.517376] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000c12feb40
[ 4639.517379] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4639.517381] CR2: 00000000b3ed6000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4639.517383] PKRU: 55555554
[ 4639.517385] Call Trace:
[ 4639.517388]  <TASK>
[ 4639.517395]  submit_one_bio+0xd4/0xe0
[ 4639.517402]  submit_extent_page+0x142/0x550
[ 4639.517416]  read_extent_buffer_pages+0x584/0x9c0
[ 4639.517423]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4639.517427]  ? folio_unlock+0x1d/0x50
[ 4639.517434]  btrfs_read_extent_buffer+0x98/0x150
[ 4639.517440]  read_tree_block+0x43/0xa0
[ 4639.517444]  read_block_for_search+0x266/0x370
[ 4639.517456]  btrfs_search_slot+0x351/0xd30
[ 4639.517467]  btrfs_lookup_csum+0x63/0x150
[ 4639.517474]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4639.517481]  ? btrfs_do_readpage+0x305/0x770
[ 4639.517487]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4639.517492]  submit_one_bio+0xc4/0xe0
[ 4639.517497]  btrfs_read_folio+0x79/0x90
[ 4639.517501]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4639.517504]  prepare_uptodate_page+0x8c/0x210
[ 4639.517509]  prepare_pages.constprop.0+0xa2/0x300
[ 4639.517516]  btrfs_buffered_write+0x2ca/0x940
[ 4639.517530]  btrfs_do_write_iter+0x384/0x5d0
[ 4639.517534]  ? lock_is_held_type+0xe8/0x140
[ 4639.517542]  vfs_write+0x269/0x4f0
[ 4639.517553]  ksys_write+0x64/0xe0
[ 4639.517557]  __do_fast_syscall_32+0x88/0xf0
[ 4639.517562]  ? __do_fast_syscall_32+0x94/0xf0
[ 4639.517566]  ? __do_fast_syscall_32+0x94/0xf0
[ 4639.517570]  do_fast_syscall_32+0x2f/0x70
[ 4639.517574]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4639.517579] RIP: 0023:0xf7fc0579
[ 4639.517602] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4639.517605] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4639.517608] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b31ca010
[ 4639.517610] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4639.517612] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4639.517615] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4639.517617] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4639.517627]  </TASK>
[ 4639.517629] irq event stamp: 161969
[ 4639.517631] hardirqs last  enabled at (161977): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4639.517636] hardirqs last disabled at (161984): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4639.517639] softirqs last  enabled at (159630): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4639.517642] softirqs last disabled at (159625): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4639.517645] ---[ end trace 0000000000000000 ]---
[ 4642.839835] ------------[ cut here ]------------
[ 4642.839855] WARNING: CPU: 8 PID: 14054 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4642.839877] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4642.840166]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4642.840368] CPU: 8 PID: 14054 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4642.840380] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4642.840388] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4642.840400] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4642.840410] RSP: 0018:ffffa7991fd776d8 EFLAGS: 00010246
[ 4642.840423] RAX: 0000000000000000 RBX: ffff8f971fb18450 RCX: 0000000000000000
[ 4642.840432] RDX: 0000000000000000 RSI: ffff8f971fb183d0 RDI: ffffa7991fd77700
[ 4642.840440] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4642.840448] R10: ffff8f971fb18450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4642.840456] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4642.840464] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b5be9b40
[ 4642.840474] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4642.840482] CR2: 0000331a003e0024 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4642.840491] PKRU: 55555554
[ 4642.840499] Call Trace:
[ 4642.840509]  <TASK>
[ 4642.840532]  submit_one_bio+0xd4/0xe0
[ 4642.840555]  submit_extent_page+0x142/0x550
[ 4642.840603]  read_extent_buffer_pages+0x584/0x9c0
[ 4642.840629]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4642.840646]  ? folio_unlock+0x1d/0x50
[ 4642.840668]  btrfs_read_extent_buffer+0x98/0x150
[ 4642.840689]  read_tree_block+0x43/0xa0
[ 4642.840703]  read_block_for_search+0x266/0x370
[ 4642.840809]  btrfs_search_slot+0x351/0xd30
[ 4642.840851]  btrfs_lookup_csum+0x63/0x150
[ 4642.840878]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4642.840901]  ? btrfs_do_readpage+0x305/0x770
[ 4642.840926]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4642.840941]  submit_one_bio+0xc4/0xe0
[ 4642.840961]  btrfs_read_folio+0x79/0x90
[ 4642.840975]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4642.840986]  prepare_uptodate_page+0x8c/0x210
[ 4642.841002]  prepare_pages.constprop.0+0x134/0x300
[ 4642.841030]  btrfs_buffered_write+0x2ca/0x940
[ 4642.841081]  btrfs_do_write_iter+0x384/0x5d0
[ 4642.841096]  ? lock_is_held_type+0xe8/0x140
[ 4642.841122]  vfs_write+0x269/0x4f0
[ 4642.841158]  ksys_write+0x64/0xe0
[ 4642.841175]  __do_fast_syscall_32+0x88/0xf0
[ 4642.841191]  ? __do_fast_syscall_32+0x94/0xf0
[ 4642.841203]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4642.841217]  ? __do_fast_syscall_32+0x94/0xf0
[ 4642.841249]  ? __do_fast_syscall_32+0x94/0xf0
[ 4642.841266]  do_fast_syscall_32+0x2f/0x70
[ 4642.841281]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4642.841295] RIP: 0023:0xf7fc0579
[ 4642.841337] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4642.841346] RSP: 002b:00000000b5be7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4642.841359] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b51e0010
[ 4642.841368] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4642.841375] RBP: 000000000000009f R08: 00000000b5be7ae0 R09: 0000000000000000
[ 4642.841383] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4642.841393] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4642.841432]  </TASK>
[ 4642.841440] irq event stamp: 1203995
[ 4642.841447] hardirqs last  enabled at (1204003): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4642.841462] hardirqs last disabled at (1204010): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4642.841472] softirqs last  enabled at (1203736): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4642.841486] softirqs last disabled at (1203731): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4642.841496] ---[ end trace 0000000000000000 ]---
[ 4646.329611] ------------[ cut here ]------------
[ 4646.329620] WARNING: CPU: 7 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4646.329627] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4646.329714]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4646.329816] CPU: 7 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4646.329821] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4646.329825] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4646.329830] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4646.329834] RSP: 0018:ffffa7991f927648 EFLAGS: 00010246
[ 4646.329840] RAX: 0000000000000000 RBX: ffff8f9dbcac87d0 RCX: 0000000000000000
[ 4646.329844] RDX: 0000000000000000 RSI: ffff8f9dbcac8750 RDI: ffffa7991f927670
[ 4646.329848] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4646.329852] R10: ffff8f9dbcac87d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4646.329855] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4646.329860] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b6bf9b40
[ 4646.329864] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4646.329868] CR2: 00000000b54e2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4646.329872] PKRU: 55555554
[ 4646.329876] Call Trace:
[ 4646.329881]  <TASK>
[ 4646.329891]  submit_one_bio+0xd4/0xe0
[ 4646.329901]  submit_extent_page+0x142/0x550
[ 4646.329923]  read_extent_buffer_pages+0x584/0x9c0
[ 4646.329936]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4646.329944]  ? folio_unlock+0x1d/0x50
[ 4646.329955]  btrfs_read_extent_buffer+0x98/0x150
[ 4646.329964]  read_tree_block+0x43/0xa0
[ 4646.329971]  read_block_for_search+0x266/0x370
[ 4646.329991]  btrfs_search_slot+0x351/0xd30
[ 4646.330009]  btrfs_lookup_csum+0x63/0x150
[ 4646.330023]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4646.330034]  ? btrfs_do_readpage+0x305/0x770
[ 4646.330047]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4646.330055]  submit_one_bio+0xc4/0xe0
[ 4646.330065]  btrfs_read_folio+0x79/0x90
[ 4646.330071]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4646.330078]  prepare_uptodate_page+0x8c/0x210
[ 4646.330085]  prepare_pages.constprop.0+0x134/0x300
[ 4646.330100]  btrfs_buffered_write+0x2ca/0x940
[ 4646.330125]  btrfs_do_write_iter+0x384/0x5d0
[ 4646.330133]  ? lock_is_held_type+0xe8/0x140
[ 4646.330146]  vfs_write+0x269/0x4f0
[ 4646.330166]  ksys_write+0x64/0xe0
[ 4646.330174]  __do_fast_syscall_32+0x88/0xf0
[ 4646.330186]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.330192]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4646.330198]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.330206]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.330212]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4646.330218]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.330223]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.330232]  do_fast_syscall_32+0x2f/0x70
[ 4646.330239]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4646.330246] RIP: 0023:0xf7fc0579
[ 4646.330272] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4646.330276] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4646.330283] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b2718010
[ 4646.330287] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4646.330291] RBP: 0000000000000097 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4646.330295] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4646.330299] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4646.330318]  </TASK>
[ 4646.330322] irq event stamp: 3479519
[ 4646.330326] hardirqs last  enabled at (3479527): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4646.330332] hardirqs last disabled at (3479534): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4646.330337] softirqs last  enabled at (3478864): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4646.330343] softirqs last disabled at (3478859): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4646.330348] ---[ end trace 0000000000000000 ]---
[ 4646.341296] ------------[ cut here ]------------
[ 4646.341304] WARNING: CPU: 14 PID: 10050 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4646.341311] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4646.341407]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4646.341475] CPU: 14 PID: 10050 Comm: kworker/u32:6 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4646.341479] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4646.341481] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4646.341487] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4646.341490] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4646.341493] RSP: 0018:ffffa7991ac23860 EFLAGS: 00010246
[ 4646.341498] RAX: 0000000000000000 RBX: ffff8fa222de1950 RCX: 0000000000000000
[ 4646.341500] RDX: 0000000000000000 RSI: ffff8fa222de18d0 RDI: ffffa7991ac23888
[ 4646.341503] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4646.341505] R10: ffff8fa222de1950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4646.341508] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4646.341510] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4646.341513] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4646.341516] CR2: 000038a308110000 CR3: 000000013f5cc000 CR4: 0000000000750ee0
[ 4646.341518] PKRU: 55555554
[ 4646.341521] Call Trace:
[ 4646.341524]  <TASK>
[ 4646.341531]  submit_one_bio+0xd4/0xe0
[ 4646.341539]  submit_extent_page+0x142/0x550
[ 4646.341553]  read_extent_buffer_pages+0x584/0x9c0
[ 4646.341561]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4646.341566]  ? folio_unlock+0x1d/0x50
[ 4646.341573]  btrfs_read_extent_buffer+0x98/0x150
[ 4646.341580]  read_tree_block+0x43/0xa0
[ 4646.341584]  read_block_for_search+0x266/0x370
[ 4646.341598]  btrfs_search_slot+0x351/0xd30
[ 4646.341606]  ? lock_is_held_type+0xe8/0x140
[ 4646.341614]  btrfs_lookup_csum+0x63/0x150
[ 4646.341622]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4646.341626]  ? sched_clock_cpu+0x9f/0xc0
[ 4646.341631]  ? lock_release+0x14b/0x440
[ 4646.341638]  ? _raw_read_unlock+0x29/0x50
[ 4646.341646]  btrfs_finish_ordered_io+0x441/0x860
[ 4646.341661]  btrfs_work_helper+0xfe/0x400
[ 4646.341664]  ? lock_is_held_type+0xe8/0x140
[ 4646.341671]  process_one_work+0x294/0x5b0
[ 4646.341682]  worker_thread+0x4f/0x3a0
[ 4646.341688]  ? __pfx_worker_thread+0x10/0x10
[ 4646.341691]  kthread+0xf5/0x120
[ 4646.341694]  ? __pfx_kthread+0x10/0x10
[ 4646.341699]  ret_from_fork+0x2c/0x50
[ 4646.341712]  </TASK>
[ 4646.341715] irq event stamp: 43227213
[ 4646.341717] hardirqs last  enabled at (43227221): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4646.341721] hardirqs last disabled at (43227228): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4646.341724] softirqs last  enabled at (43225750): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4646.341728] softirqs last disabled at (43225748): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4646.341731] ---[ end trace 0000000000000000 ]---
[ 4646.823380] ------------[ cut here ]------------
[ 4646.823390] WARNING: CPU: 12 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4646.823398] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4646.823486]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4646.823546] CPU: 12 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4646.823550] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4646.823552] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4646.823556] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4646.823558] RSP: 0018:ffffa7991f927620 EFLAGS: 00010246
[ 4646.823562] RAX: 0000000000000000 RBX: ffff8f9719022c90 RCX: 0000000000000000
[ 4646.823565] RDX: 0000000000000000 RSI: ffff8f9719022c10 RDI: ffffa7991f927648
[ 4646.823567] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4646.823569] R10: ffff8f9719022c90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4646.823571] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4646.823574] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000b6bf9b40
[ 4646.823576] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4646.823579] CR2: 00003bcc00c35a44 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4646.823581] PKRU: 55555554
[ 4646.823583] Call Trace:
[ 4646.823586]  <TASK>
[ 4646.823593]  submit_one_bio+0xd4/0xe0
[ 4646.823601]  submit_extent_page+0x142/0x550
[ 4646.823614]  read_extent_buffer_pages+0x584/0x9c0
[ 4646.823622]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4646.823627]  ? folio_unlock+0x1d/0x50
[ 4646.823634]  btrfs_read_extent_buffer+0x98/0x150
[ 4646.823639]  read_tree_block+0x43/0xa0
[ 4646.823643]  read_block_for_search+0x266/0x370
[ 4646.823656]  btrfs_search_slot+0x351/0xd30
[ 4646.823667]  btrfs_lookup_csum+0x63/0x150
[ 4646.823675]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4646.823681]  ? btrfs_do_readpage+0x305/0x770
[ 4646.823688]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4646.823693]  submit_one_bio+0xc4/0xe0
[ 4646.823698]  btrfs_read_folio+0x79/0x90
[ 4646.823702]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4646.823705]  prepare_uptodate_page+0x8c/0x210
[ 4646.823710]  prepare_pages.constprop.0+0xa2/0x300
[ 4646.823717]  btrfs_buffered_write+0x2ca/0x940
[ 4646.823731]  btrfs_do_write_iter+0x384/0x5d0
[ 4646.823735]  ? lock_is_held_type+0xe8/0x140
[ 4646.823770]  vfs_write+0x269/0x4f0
[ 4646.823781]  ksys_write+0x64/0xe0
[ 4646.823786]  __do_fast_syscall_32+0x88/0xf0
[ 4646.823792]  ? lock_is_held_type+0xe8/0x140
[ 4646.823798]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823801]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4646.823805]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823810]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823813]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4646.823817]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823820]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823823]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823826]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823830]  ? __do_fast_syscall_32+0x94/0xf0
[ 4646.823834]  do_fast_syscall_32+0x2f/0x70
[ 4646.823838]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4646.823843] RIP: 0023:0xf7fc0579
[ 4646.823867] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4646.823869] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4646.823873] RAX: ffffffffffffffda RBX: 000000000000009a RCX: 00000000b31c8010
[ 4646.823875] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4646.823877] RBP: 000000000000009a R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4646.823880] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4646.823882] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4646.823892]  </TASK>
[ 4646.823894] irq event stamp: 3579627
[ 4646.823897] hardirqs last  enabled at (3579635): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4646.823901] hardirqs last disabled at (3579642): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4646.823904] softirqs last  enabled at (3579420): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4646.823908] softirqs last disabled at (3579415): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4646.823910] ---[ end trace 0000000000000000 ]---
[ 4647.118730] ------------[ cut here ]------------
[ 4647.118758] WARNING: CPU: 8 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4647.118770] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4647.118921]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4647.119026] CPU: 8 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4647.119031] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4647.119036] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4647.119042] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4647.119047] RSP: 0018:ffffa7991fb676e0 EFLAGS: 00010246
[ 4647.119053] RAX: 0000000000000000 RBX: ffff8f971fb19b10 RCX: 0000000000000000
[ 4647.119057] RDX: 0000000000000000 RSI: ffff8f971fb19a90 RDI: ffffa7991fb67708
[ 4647.119062] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4647.119066] R10: ffff8f971fb19b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4647.119070] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4647.119074] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b4fddb40
[ 4647.119079] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4647.119083] CR2: 0000109d70294000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4647.119087] PKRU: 55555554
[ 4647.119091] Call Trace:
[ 4647.119096]  <TASK>
[ 4647.119107]  submit_one_bio+0xd4/0xe0
[ 4647.119118]  submit_extent_page+0x142/0x550
[ 4647.119142]  read_extent_buffer_pages+0x584/0x9c0
[ 4647.119156]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4647.119165]  ? folio_unlock+0x1d/0x50
[ 4647.119176]  btrfs_read_extent_buffer+0x98/0x150
[ 4647.119187]  read_tree_block+0x43/0xa0
[ 4647.119194]  read_block_for_search+0x266/0x370
[ 4647.119216]  btrfs_search_slot+0x351/0xd30
[ 4647.119237]  btrfs_lookup_csum+0x63/0x150
[ 4647.119250]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4647.119261]  ? btrfs_do_readpage+0x305/0x770
[ 4647.119274]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4647.119282]  submit_one_bio+0xc4/0xe0
[ 4647.119292]  btrfs_read_folio+0x79/0x90
[ 4647.119299]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4647.119305]  prepare_uptodate_page+0x8c/0x210
[ 4647.119312]  prepare_pages.constprop.0+0xa2/0x300
[ 4647.119327]  btrfs_buffered_write+0x2ca/0x940
[ 4647.119353]  btrfs_do_write_iter+0x384/0x5d0
[ 4647.119360]  ? lock_is_held_type+0xe8/0x140
[ 4647.119374]  vfs_write+0x269/0x4f0
[ 4647.119393]  ksys_write+0x64/0xe0
[ 4647.119402]  __do_fast_syscall_32+0x88/0xf0
[ 4647.119408]  ? __do_fast_syscall_32+0x94/0xf0
[ 4647.119414]  ? __do_fast_syscall_32+0x94/0xf0
[ 4647.119419]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4647.119426]  ? __do_fast_syscall_32+0x94/0xf0
[ 4647.119434]  do_fast_syscall_32+0x2f/0x70
[ 4647.119441]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4647.119448] RIP: 0023:0xf7fc0579
[ 4647.119473] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4647.119478] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4647.119484] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b52e1010
[ 4647.119488] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4647.119492] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4647.119496] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4647.119500] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4647.119520]  </TASK>
[ 4647.119524] irq event stamp: 685063
[ 4647.119527] hardirqs last  enabled at (685071): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4647.119534] hardirqs last disabled at (685078): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4647.119539] softirqs last  enabled at (683792): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4647.119545] softirqs last disabled at (683787): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4647.119550] ---[ end trace 0000000000000000 ]---
[ 4649.396222] ------------[ cut here ]------------
[ 4649.396232] WARNING: CPU: 4 PID: 13969 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4649.396240] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4649.396343]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4649.396415] CPU: 4 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4649.396419] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4649.396423] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4649.396427] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4649.396430] RSP: 0018:ffffa7991f45f658 EFLAGS: 00010246
[ 4649.396435] RAX: 0000000000000000 RBX: ffff8f9e72378290 RCX: 0000000000000000
[ 4649.396438] RDX: 0000000000000000 RSI: ffff8f9e72378210 RDI: ffffa7991f45f680
[ 4649.396441] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4649.396443] R10: ffff8f9e72378290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4649.396446] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4649.396449] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000c12feb40
[ 4649.396452] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4649.396455] CR2: 00001f61008fa000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4649.396458] PKRU: 55555554
[ 4649.396461] Call Trace:
[ 4649.396464]  <TASK>
[ 4649.396473]  submit_one_bio+0xd4/0xe0
[ 4649.396481]  submit_extent_page+0x142/0x550
[ 4649.396497]  read_extent_buffer_pages+0x584/0x9c0
[ 4649.396506]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4649.396512]  ? folio_unlock+0x1d/0x50
[ 4649.396520]  btrfs_read_extent_buffer+0x98/0x150
[ 4649.396527]  read_tree_block+0x43/0xa0
[ 4649.396532]  read_block_for_search+0x266/0x370
[ 4649.396546]  btrfs_search_slot+0x351/0xd30
[ 4649.396560]  btrfs_lookup_csum+0x63/0x150
[ 4649.396569]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4649.396576]  ? btrfs_do_readpage+0x305/0x770
[ 4649.396584]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4649.396590]  submit_one_bio+0xc4/0xe0
[ 4649.396597]  btrfs_read_folio+0x79/0x90
[ 4649.396602]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4649.396606]  prepare_uptodate_page+0x8c/0x210
[ 4649.396611]  prepare_pages.constprop.0+0x134/0x300
[ 4649.396620]  btrfs_buffered_write+0x2ca/0x940
[ 4649.396637]  btrfs_do_write_iter+0x384/0x5d0
[ 4649.396642]  ? lock_is_held_type+0xe8/0x140
[ 4649.396652]  vfs_write+0x269/0x4f0
[ 4649.396665]  ksys_write+0x64/0xe0
[ 4649.396671]  __do_fast_syscall_32+0x88/0xf0
[ 4649.396678]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4649.396684]  ? lock_is_held_type+0xe8/0x140
[ 4649.396691]  ? __do_fast_syscall_32+0x94/0xf0
[ 4649.396696]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4649.396700]  ? __do_fast_syscall_32+0x94/0xf0
[ 4649.396704]  ? __do_fast_syscall_32+0x94/0xf0
[ 4649.396710]  do_fast_syscall_32+0x2f/0x70
[ 4649.396715]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4649.396721] RIP: 0023:0xf7fc0579
[ 4649.396771] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4649.396774] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4649.396779] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b53e2010
[ 4649.396782] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4649.396784] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4649.396787] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4649.396789] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4649.396802]  </TASK>
[ 4649.396805] irq event stamp: 897339
[ 4649.396807] hardirqs last  enabled at (897347): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4649.396813] hardirqs last disabled at (897354): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4649.396816] softirqs last  enabled at (897264): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4649.396821] softirqs last disabled at (897257): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4649.396824] ---[ end trace 0000000000000000 ]---
[ 4650.540104] ------------[ cut here ]------------
[ 4650.540115] WARNING: CPU: 15 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4650.540125] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4650.540275]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4650.540379] CPU: 15 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4650.540384] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4650.540389] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4650.540394] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4650.540399] RSP: 0018:ffffa7991fb67640 EFLAGS: 00010246
[ 4650.540405] RAX: 0000000000000000 RBX: ffff8fa27baa31d0 RCX: 0000000000000000
[ 4650.540409] RDX: 0000000000000000 RSI: ffff8fa27baa3150 RDI: ffffa7991fb67668
[ 4650.540413] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4650.540417] R10: ffff8fa27baa31d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4650.540421] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4650.540425] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b4fddb40
[ 4650.540429] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4650.540433] CR2: 00007faa96664fc8 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4650.540437] PKRU: 55555554
[ 4650.540441] Call Trace:
[ 4650.540445]  <TASK>
[ 4650.540456]  submit_one_bio+0xd4/0xe0
[ 4650.540466]  submit_extent_page+0x142/0x550
[ 4650.540488]  read_extent_buffer_pages+0x584/0x9c0
[ 4650.540501]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4650.540509]  ? folio_unlock+0x1d/0x50
[ 4650.540519]  btrfs_read_extent_buffer+0x98/0x150
[ 4650.540529]  read_tree_block+0x43/0xa0
[ 4650.540535]  read_block_for_search+0x266/0x370
[ 4650.540555]  btrfs_search_slot+0x351/0xd30
[ 4650.540573]  btrfs_lookup_csum+0x63/0x150
[ 4650.540585]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4650.540596]  ? btrfs_do_readpage+0x305/0x770
[ 4650.540607]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4650.540614]  submit_one_bio+0xc4/0xe0
[ 4650.540624]  btrfs_read_folio+0x79/0x90
[ 4650.540631]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4650.540637]  prepare_uptodate_page+0x8c/0x210
[ 4650.540643]  prepare_pages.constprop.0+0x134/0x300
[ 4650.540655]  btrfs_buffered_write+0x2ca/0x940
[ 4650.540678]  btrfs_do_write_iter+0x384/0x5d0
[ 4650.540685]  ? lock_is_held_type+0xe8/0x140
[ 4650.540698]  vfs_write+0x269/0x4f0
[ 4650.540716]  ksys_write+0x64/0xe0
[ 4650.540724]  __do_fast_syscall_32+0x88/0xf0
[ 4650.540731]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540737]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540766]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4650.540772]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540778]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4650.540783]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540792]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540798]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4650.540804]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540809]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.540816]  do_fast_syscall_32+0x2f/0x70
[ 4650.540823]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4650.540830] RIP: 0023:0xf7fc0579
[ 4650.540855] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4650.540859] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4650.540865] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b53e2010
[ 4650.540869] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4650.540873] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4650.540876] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4650.540880] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4650.540897]  </TASK>
[ 4650.540900] irq event stamp: 913713
[ 4650.540904] hardirqs last  enabled at (913721): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4650.540910] hardirqs last disabled at (913728): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4650.540914] softirqs last  enabled at (913552): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4650.540920] softirqs last disabled at (913545): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4650.540924] ---[ end trace 0000000000000000 ]---
[ 4650.981680] ------------[ cut here ]------------
[ 4650.981689] WARNING: CPU: 10 PID: 13969 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4650.981698] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4650.981827]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4650.981899] CPU: 10 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4650.981904] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4650.981907] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4650.981911] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4650.981914] RSP: 0018:ffffa7991f45f690 EFLAGS: 00010246
[ 4650.981919] RAX: 0000000000000000 RBX: ffff8f9ddead4d10 RCX: 0000000000000000
[ 4650.981922] RDX: 0000000000000000 RSI: ffff8f9ddead4c90 RDI: ffffa7991f45f6b8
[ 4650.981925] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4650.981928] R10: ffff8f9ddead4d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4650.981931] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4650.981934] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000c12feb40
[ 4650.981937] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4650.981940] CR2: 00000000b2816000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4650.981943] PKRU: 55555554
[ 4650.981946] Call Trace:
[ 4650.981949]  <TASK>
[ 4650.981957]  submit_one_bio+0xd4/0xe0
[ 4650.981966]  submit_extent_page+0x142/0x550
[ 4650.981982]  read_extent_buffer_pages+0x584/0x9c0
[ 4650.981991]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4650.981996]  ? folio_unlock+0x1d/0x50
[ 4650.982004]  btrfs_read_extent_buffer+0x98/0x150
[ 4650.982012]  read_tree_block+0x43/0xa0
[ 4650.982016]  read_block_for_search+0x266/0x370
[ 4650.982031]  btrfs_search_slot+0x351/0xd30
[ 4650.982045]  btrfs_lookup_csum+0x63/0x150
[ 4650.982054]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4650.982062]  ? btrfs_do_readpage+0x305/0x770
[ 4650.982070]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4650.982076]  submit_one_bio+0xc4/0xe0
[ 4650.982082]  btrfs_read_folio+0x79/0x90
[ 4650.982087]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4650.982091]  prepare_uptodate_page+0x8c/0x210
[ 4650.982096]  prepare_pages.constprop.0+0xa2/0x300
[ 4650.982106]  btrfs_buffered_write+0x2ca/0x940
[ 4650.982123]  btrfs_do_write_iter+0x384/0x5d0
[ 4650.982128]  ? lock_is_held_type+0xe8/0x140
[ 4650.982138]  vfs_write+0x269/0x4f0
[ 4650.982151]  ksys_write+0x64/0xe0
[ 4650.982157]  __do_fast_syscall_32+0x88/0xf0
[ 4650.982163]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.982168]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4650.982172]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.982177]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.982181]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4650.982186]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.982189]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.982193]  ? __do_fast_syscall_32+0x94/0xf0
[ 4650.982199]  do_fast_syscall_32+0x2f/0x70
[ 4650.982204]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4650.982210] RIP: 0023:0xf7fc0579
[ 4650.982243] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4650.982246] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4650.982250] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b2e21010
[ 4650.982253] RDX: 00000000000ab159 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4650.982256] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4650.982258] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4650.982261] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4650.982274]  </TASK>
[ 4650.982277] irq event stamp: 1114893
[ 4650.982279] hardirqs last  enabled at (1114901): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4650.982285] hardirqs last disabled at (1114908): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4650.982288] softirqs last  enabled at (1113802): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4650.982293] softirqs last disabled at (1113793): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4650.982296] ---[ end trace 0000000000000000 ]---
[ 4651.232122] ------------[ cut here ]------------
[ 4651.232134] WARNING: CPU: 8 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4651.232146] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4651.232270]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4651.232399] CPU: 8 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4651.232407] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4651.232412] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4651.232419] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4651.232425] RSP: 0018:ffffa7991fb676e0 EFLAGS: 00010246
[ 4651.232433] RAX: 0000000000000000 RBX: ffff8f971fb1a590 RCX: 0000000000000000
[ 4651.232439] RDX: 0000000000000000 RSI: ffff8f971fb1a510 RDI: ffffa7991fb67708
[ 4651.232444] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4651.232449] R10: ffff8f971fb1a590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4651.232454] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4651.232459] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b4fddb40
[ 4651.232465] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4651.232470] CR2: 00007f2b3fe450d8 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4651.232476] PKRU: 55555554
[ 4651.232480] Call Trace:
[ 4651.232486]  <TASK>
[ 4651.232500]  submit_one_bio+0xd4/0xe0
[ 4651.232513]  submit_extent_page+0x142/0x550
[ 4651.232543]  read_extent_buffer_pages+0x584/0x9c0
[ 4651.232560]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4651.232571]  ? folio_unlock+0x1d/0x50
[ 4651.232583]  btrfs_read_extent_buffer+0x98/0x150
[ 4651.232597]  read_tree_block+0x43/0xa0
[ 4651.232605]  read_block_for_search+0x266/0x370
[ 4651.232633]  btrfs_search_slot+0x351/0xd30
[ 4651.232658]  btrfs_lookup_csum+0x63/0x150
[ 4651.232674]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4651.232688]  ? btrfs_do_readpage+0x305/0x770
[ 4651.232704]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4651.232714]  submit_one_bio+0xc4/0xe0
[ 4651.232726]  btrfs_read_folio+0x79/0x90
[ 4651.232735]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4651.232769]  prepare_uptodate_page+0x8c/0x210
[ 4651.232780]  prepare_pages.constprop.0+0x134/0x300
[ 4651.232798]  btrfs_buffered_write+0x2ca/0x940
[ 4651.232828]  btrfs_do_write_iter+0x384/0x5d0
[ 4651.232837]  ? lock_is_held_type+0xe8/0x140
[ 4651.232854]  vfs_write+0x269/0x4f0
[ 4651.232877]  ksys_write+0x64/0xe0
[ 4651.232888]  __do_fast_syscall_32+0x88/0xf0
[ 4651.232896]  ? __do_fast_syscall_32+0x94/0xf0
[ 4651.232902]  ? __do_fast_syscall_32+0x94/0xf0
[ 4651.232907]  ? __do_fast_syscall_32+0x94/0xf0
[ 4651.232912]  ? __do_fast_syscall_32+0x94/0xf0
[ 4651.232917]  ? __do_fast_syscall_32+0x94/0xf0
[ 4651.232925]  do_fast_syscall_32+0x2f/0x70
[ 4651.232932]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4651.232939] RIP: 0023:0xf7fc0579
[ 4651.232964] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4651.232969] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4651.232975] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b2e21010
[ 4651.232979] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4651.232983] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4651.232987] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4651.232991] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4651.233011]  </TASK>
[ 4651.233015] irq event stamp: 981641
[ 4651.233018] hardirqs last  enabled at (981649): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4651.233025] hardirqs last disabled at (981656): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4651.233030] softirqs last  enabled at (981442): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4651.233036] softirqs last disabled at (981437): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4651.233040] ---[ end trace 0000000000000000 ]---
[ 4651.929737] ------------[ cut here ]------------
[ 4651.929791] WARNING: CPU: 12 PID: 13969 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4651.929801] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4651.929892]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4651.929969] CPU: 12 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4651.929973] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4651.929976] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4651.929979] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4651.929982] RSP: 0018:ffffa7991f45f6f0 EFLAGS: 00010246
[ 4651.929986] RAX: 0000000000000000 RBX: ffff8f97190215d0 RCX: 0000000000000000
[ 4651.929988] RDX: 0000000000000000 RSI: ffff8f9719021550 RDI: ffffa7991f45f718
[ 4651.929990] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4651.929993] R10: ffff8f97190215d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4651.929995] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4651.929997] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0063) knlGS:00000000c12feb40
[ 4651.930000] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4651.930002] CR2: 0000014900806000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4651.930005] PKRU: 55555554
[ 4651.930007] Call Trace:
[ 4651.930009]  <TASK>
[ 4651.930017]  submit_one_bio+0xd4/0xe0
[ 4651.930024]  submit_extent_page+0x142/0x550
[ 4651.930037]  read_extent_buffer_pages+0x584/0x9c0
[ 4651.930044]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4651.930049]  ? folio_unlock+0x1d/0x50
[ 4651.930056]  btrfs_read_extent_buffer+0x98/0x150
[ 4651.930066]  read_tree_block+0x43/0xa0
[ 4651.930073]  read_block_for_search+0x266/0x370
[ 4651.930094]  btrfs_search_slot+0x351/0xd30
[ 4651.930111]  btrfs_lookup_csum+0x63/0x150
[ 4651.930119]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4651.930125]  ? btrfs_do_readpage+0x305/0x770
[ 4651.930132]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4651.930137]  submit_one_bio+0xc4/0xe0
[ 4651.930142]  btrfs_read_folio+0x79/0x90
[ 4651.930148]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4651.930153]  prepare_uptodate_page+0x8c/0x210
[ 4651.930160]  prepare_pages.constprop.0+0x134/0x300
[ 4651.930173]  btrfs_buffered_write+0x2ca/0x940
[ 4651.930189]  btrfs_do_write_iter+0x384/0x5d0
[ 4651.930193]  ? lock_is_held_type+0xe8/0x140
[ 4651.930201]  vfs_write+0x269/0x4f0
[ 4651.930212]  ksys_write+0x64/0xe0
[ 4651.930217]  __do_fast_syscall_32+0x88/0xf0
[ 4651.930221]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4651.930225]  ? __do_fast_syscall_32+0x94/0xf0
[ 4651.930230]  do_fast_syscall_32+0x2f/0x70
[ 4651.930234]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4651.930239] RIP: 0023:0xf7fc0579
[ 4651.930265] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4651.930268] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4651.930271] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b52e1010
[ 4651.930274] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4651.930276] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4651.930278] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4651.930280] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4651.930291]  </TASK>
[ 4651.930294] irq event stamp: 1214433
[ 4651.930298] hardirqs last  enabled at (1214441): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4651.930304] hardirqs last disabled at (1214448): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4651.930309] softirqs last  enabled at (1213176): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4651.930314] softirqs last disabled at (1213129): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4651.930317] ---[ end trace 0000000000000000 ]---
[ 4652.003098] ------------[ cut here ]------------
[ 4652.003267] WARNING: CPU: 11 PID: 4168 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4652.003277] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4652.003450]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4652.003571] CPU: 11 PID: 4168 Comm: kworker/u32:19 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4652.003578] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4652.003583] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4652.003591] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4652.003597] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4652.003602] RSP: 0018:ffffa799075ab738 EFLAGS: 00010246
[ 4652.003609] RAX: 0000000000000000 RBX: ffff8f9724ab7a90 RCX: 0000000000000000
[ 4652.003614] RDX: 0000000000000000 RSI: ffff8f9724ab7a10 RDI: ffffa799075ab760
[ 4652.003619] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4652.003623] R10: ffff8f9724ab7a90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4652.003628] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4652.003633] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 4652.003638] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4652.003642] CR2: 000001840814c000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4652.003647] PKRU: 55555554
[ 4652.003652] Call Trace:
[ 4652.003657]  <TASK>
[ 4652.003672]  submit_one_bio+0xd4/0xe0
[ 4652.003684]  submit_extent_page+0x142/0x550
[ 4652.003711]  read_extent_buffer_pages+0x584/0x9c0
[ 4652.003725]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4652.003735]  ? folio_unlock+0x1d/0x50
[ 4652.003774]  btrfs_read_extent_buffer+0x98/0x150
[ 4652.003786]  read_tree_block+0x43/0xa0
[ 4652.003794]  read_block_for_search+0x266/0x370
[ 4652.003819]  btrfs_search_slot+0x351/0xd30
[ 4652.003826]  ? unwind_next_frame+0x39f/0x620
[ 4652.003847]  btrfs_lookup_file_extent+0x37/0x40
[ 4652.003856]  btrfs_drop_extents+0x155/0xd60
[ 4652.003891]  insert_reserved_file_extent+0xf0/0x380
[ 4652.003904]  ? join_transaction+0x1b9/0x590
[ 4652.003927]  btrfs_finish_ordered_io+0x65c/0x860
[ 4652.003954]  btrfs_work_helper+0xfe/0x400
[ 4652.003960]  ? lock_is_held_type+0xe8/0x140
[ 4652.003975]  process_one_work+0x294/0x5b0
[ 4652.003994]  worker_thread+0x4f/0x3a0
[ 4652.004004]  ? __pfx_worker_thread+0x10/0x10
[ 4652.004010]  kthread+0xf5/0x120
[ 4652.004016]  ? __pfx_kthread+0x10/0x10
[ 4652.004025]  ret_from_fork+0x2c/0x50
[ 4652.004048]  </TASK>
[ 4652.004053] irq event stamp: 78810887
[ 4652.004057] hardirqs last  enabled at (78810895): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4652.004064] hardirqs last disabled at (78810902): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4652.004069] softirqs last  enabled at (78810734): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4652.004075] softirqs last disabled at (78810729): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4652.004081] ---[ end trace 0000000000000000 ]---
[ 4652.429245] ------------[ cut here ]------------
[ 4652.429255] WARNING: CPU: 6 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4652.429264] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4652.429363]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4652.429456] CPU: 6 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4652.429462] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4652.429467] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4652.429474] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4652.429479] RSP: 0018:ffffa7991f927690 EFLAGS: 00010246
[ 4652.429486] RAX: 0000000000000000 RBX: ffff8fa13a48c7d0 RCX: 0000000000000000
[ 4652.429491] RDX: 0000000000000000 RSI: ffff8fa13a48c750 RDI: ffffa7991f9276b8
[ 4652.429495] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4652.429499] R10: ffff8fa13a48c7d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4652.429504] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4652.429508] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b6bf9b40
[ 4652.429513] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4652.429517] CR2: 00003de700775000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4652.429522] PKRU: 55555554
[ 4652.429526] Call Trace:
[ 4652.429530]  <TASK>
[ 4652.429544]  submit_one_bio+0xd4/0xe0
[ 4652.429556]  submit_extent_page+0x142/0x550
[ 4652.429580]  read_extent_buffer_pages+0x584/0x9c0
[ 4652.429594]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4652.429602]  ? folio_unlock+0x1d/0x50
[ 4652.429613]  btrfs_read_extent_buffer+0x98/0x150
[ 4652.429624]  read_tree_block+0x43/0xa0
[ 4652.429631]  read_block_for_search+0x266/0x370
[ 4652.429651]  btrfs_search_slot+0x351/0xd30
[ 4652.429663]  btrfs_lookup_csum+0x63/0x150
[ 4652.429670]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4652.429676]  ? btrfs_do_readpage+0x305/0x770
[ 4652.429683]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4652.429689]  submit_one_bio+0xc4/0xe0
[ 4652.429694]  btrfs_read_folio+0x79/0x90
[ 4652.429698]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4652.429702]  prepare_uptodate_page+0x8c/0x210
[ 4652.429706]  prepare_pages.constprop.0+0xa2/0x300
[ 4652.429714]  btrfs_buffered_write+0x2ca/0x940
[ 4652.429728]  btrfs_do_write_iter+0x384/0x5d0
[ 4652.429732]  ? lock_is_held_type+0xe8/0x140
[ 4652.429768]  vfs_write+0x269/0x4f0
[ 4652.429788]  ksys_write+0x64/0xe0
[ 4652.429797]  __do_fast_syscall_32+0x88/0xf0
[ 4652.429808]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.429814]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4652.429819]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.429823]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.429826]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.429831]  do_fast_syscall_32+0x2f/0x70
[ 4652.429835]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4652.429840] RIP: 0023:0xf7fc0579
[ 4652.429863] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4652.429866] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4652.429869] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b55e4010
[ 4652.429872] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4652.429874] RBP: 0000000000000097 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4652.429876] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4652.429878] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4652.429889]  </TASK>
[ 4652.429891] irq event stamp: 4216747
[ 4652.429893] hardirqs last  enabled at (4216755): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4652.429898] hardirqs last disabled at (4216762): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4652.429901] softirqs last  enabled at (4216586): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4652.429904] softirqs last disabled at (4216579): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4652.429907] ---[ end trace 0000000000000000 ]---
[ 4652.722615] ------------[ cut here ]------------
[ 4652.722625] WARNING: CPU: 6 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4652.722634] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4652.722738]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4652.722816] CPU: 6 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4652.722819] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4652.722822] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4652.722826] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4652.722829] RSP: 0018:ffffa7991f9276c0 EFLAGS: 00010246
[ 4652.722832] RAX: 0000000000000000 RBX: ffff8fa13a48fc50 RCX: 0000000000000000
[ 4652.722835] RDX: 0000000000000000 RSI: ffff8fa13a48fbd0 RDI: ffffa7991f9276e8
[ 4652.722837] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4652.722839] R10: ffff8fa13a48fc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4652.722841] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4652.722844] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b6bf9b40
[ 4652.722846] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4652.722848] CR2: 00003de700775000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4652.722851] PKRU: 55555554
[ 4652.722853] Call Trace:
[ 4652.722856]  <TASK>
[ 4652.722864]  submit_one_bio+0xd4/0xe0
[ 4652.722872]  submit_extent_page+0x142/0x550
[ 4652.722885]  read_extent_buffer_pages+0x584/0x9c0
[ 4652.722893]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4652.722897]  ? folio_unlock+0x1d/0x50
[ 4652.722905]  btrfs_read_extent_buffer+0x98/0x150
[ 4652.722910]  read_tree_block+0x43/0xa0
[ 4652.722914]  read_block_for_search+0x266/0x370
[ 4652.722927]  btrfs_search_slot+0x351/0xd30
[ 4652.722937]  btrfs_lookup_csum+0x63/0x150
[ 4652.722945]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4652.722951]  ? btrfs_do_readpage+0x305/0x770
[ 4652.722957]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4652.722962]  submit_one_bio+0xc4/0xe0
[ 4652.722968]  btrfs_read_folio+0x79/0x90
[ 4652.722971]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4652.722974]  prepare_uptodate_page+0x8c/0x210
[ 4652.722979]  prepare_pages.constprop.0+0x134/0x300
[ 4652.722986]  btrfs_buffered_write+0x2ca/0x940
[ 4652.723000]  btrfs_do_write_iter+0x384/0x5d0
[ 4652.723004]  ? lock_is_held_type+0xe8/0x140
[ 4652.723012]  vfs_write+0x269/0x4f0
[ 4652.723022]  ksys_write+0x64/0xe0
[ 4652.723027]  __do_fast_syscall_32+0x88/0xf0
[ 4652.723032]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.723035]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4652.723039]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.723043]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.723046]  ? __do_fast_syscall_32+0x94/0xf0
[ 4652.723050]  do_fast_syscall_32+0x2f/0x70
[ 4652.723055]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4652.723059] RIP: 0023:0xf7fc0579
[ 4652.723081] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4652.723084] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4652.723087] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b5dec010
[ 4652.723089] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4652.723092] RBP: 0000000000000097 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4652.723094] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4652.723096] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4652.723106]  </TASK>
[ 4652.723108] irq event stamp: 4254981
[ 4652.723110] hardirqs last  enabled at (4254989): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4652.723115] hardirqs last disabled at (4254996): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4652.723118] softirqs last  enabled at (4248620): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4652.723122] softirqs last disabled at (4248611): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4652.723124] ---[ end trace 0000000000000000 ]---
[ 4653.867062] ------------[ cut here ]------------
[ 4653.867079] WARNING: CPU: 8 PID: 14024 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4653.867093] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4653.867249]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4653.867351] CPU: 8 PID: 14024 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4653.867357] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4653.867361] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4653.867367] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4653.867371] RSP: 0018:ffffa7991fb67670 EFLAGS: 00010246
[ 4653.867378] RAX: 0000000000000000 RBX: ffff8f971fb19790 RCX: 0000000000000000
[ 4653.867382] RDX: 0000000000000000 RSI: ffff8f971fb19710 RDI: ffffa7991fb67698
[ 4653.867386] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4653.867390] R10: ffff8f971fb19790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4653.867394] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4653.867398] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b4fddb40
[ 4653.867403] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4653.867407] CR2: 00000000b54e2000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4653.867411] PKRU: 55555554
[ 4653.867415] Call Trace:
[ 4653.867419]  <TASK>
[ 4653.867431]  submit_one_bio+0xd4/0xe0
[ 4653.867442]  submit_extent_page+0x142/0x550
[ 4653.867465]  read_extent_buffer_pages+0x584/0x9c0
[ 4653.867478]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4653.867487]  ? folio_unlock+0x1d/0x50
[ 4653.867498]  btrfs_read_extent_buffer+0x98/0x150
[ 4653.867508]  read_tree_block+0x43/0xa0
[ 4653.867515]  read_block_for_search+0x266/0x370
[ 4653.867538]  btrfs_search_slot+0x351/0xd30
[ 4653.867558]  btrfs_lookup_csum+0x63/0x150
[ 4653.867571]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4653.867582]  ? btrfs_do_readpage+0x305/0x770
[ 4653.867594]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4653.867602]  submit_one_bio+0xc4/0xe0
[ 4653.867611]  btrfs_read_folio+0x79/0x90
[ 4653.867618]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4653.867624]  prepare_uptodate_page+0x8c/0x210
[ 4653.867632]  prepare_pages.constprop.0+0x134/0x300
[ 4653.867646]  btrfs_buffered_write+0x2ca/0x940
[ 4653.867671]  btrfs_do_write_iter+0x384/0x5d0
[ 4653.867678]  ? lock_is_held_type+0xe8/0x140
[ 4653.867691]  vfs_write+0x269/0x4f0
[ 4653.867709]  ksys_write+0x64/0xe0
[ 4653.867717]  __do_fast_syscall_32+0x88/0xf0
[ 4653.867726]  ? __do_fast_syscall_32+0x94/0xf0
[ 4653.867732]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4653.867738]  ? __do_fast_syscall_32+0x94/0xf0
[ 4653.867771]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4653.867778]  ? __do_fast_syscall_32+0x94/0xf0
[ 4653.867784]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4653.867791]  ? __do_fast_syscall_32+0x94/0xf0
[ 4653.867796]  ? __do_fast_syscall_32+0x94/0xf0
[ 4653.867801]  ? __do_fast_syscall_32+0x94/0xf0
[ 4653.867809]  do_fast_syscall_32+0x2f/0x70
[ 4653.867816]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4653.867822] RIP: 0023:0xf7fc0579
[ 4653.867850] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4653.867854] RSP: 002b:00000000b4fdbae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4653.867861] RAX: ffffffffffffffda RBX: 00000000000000a5 RCX: 00000000b52e1010
[ 4653.867865] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4653.867869] RBP: 00000000000000a5 R08: 00000000b4fdbae0 R09: 0000000000000000
[ 4653.867872] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4653.867876] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4653.867896]  </TASK>
[ 4653.867899] irq event stamp: 1213565
[ 4653.867903] hardirqs last  enabled at (1213573): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4653.867910] hardirqs last disabled at (1213580): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4653.867915] softirqs last  enabled at (1213420): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4653.867922] softirqs last disabled at (1213415): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4653.867926] ---[ end trace 0000000000000000 ]---
[ 4654.516815] ------------[ cut here ]------------
[ 4654.516824] WARNING: CPU: 10 PID: 13979 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4654.516831] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4654.516917]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4654.516975] CPU: 10 PID: 13979 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4654.516979] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4654.516981] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4654.516985] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4654.516988] RSP: 0018:ffffa7991f927698 EFLAGS: 00010246
[ 4654.516991] RAX: 0000000000000000 RBX: ffff8f9ddead6050 RCX: 0000000000000000
[ 4654.516994] RDX: 0000000000000000 RSI: ffff8f9ddead5fd0 RDI: ffffa7991f9276c0
[ 4654.516996] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4654.516998] R10: ffff8f9ddead6050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4654.517000] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4654.517003] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b6bf9b40
[ 4654.517005] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4654.517007] CR2: 0000013404884200 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4654.517010] PKRU: 55555554
[ 4654.517012] Call Trace:
[ 4654.517015]  <TASK>
[ 4654.517023]  submit_one_bio+0xd4/0xe0
[ 4654.517029]  submit_extent_page+0x142/0x550
[ 4654.517043]  read_extent_buffer_pages+0x584/0x9c0
[ 4654.517050]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4654.517055]  ? folio_unlock+0x1d/0x50
[ 4654.517061]  btrfs_read_extent_buffer+0x98/0x150
[ 4654.517067]  read_tree_block+0x43/0xa0
[ 4654.517071]  read_block_for_search+0x266/0x370
[ 4654.517084]  btrfs_search_slot+0x351/0xd30
[ 4654.517095]  btrfs_lookup_csum+0x63/0x150
[ 4654.517103]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4654.517110]  ? btrfs_do_readpage+0x305/0x770
[ 4654.517116]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4654.517121]  submit_one_bio+0xc4/0xe0
[ 4654.517126]  btrfs_read_folio+0x79/0x90
[ 4654.517130]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4654.517133]  prepare_uptodate_page+0x8c/0x210
[ 4654.517138]  prepare_pages.constprop.0+0x134/0x300
[ 4654.517145]  btrfs_buffered_write+0x2ca/0x940
[ 4654.517159]  btrfs_do_write_iter+0x384/0x5d0
[ 4654.517163]  ? lock_is_held_type+0xe8/0x140
[ 4654.517171]  vfs_write+0x269/0x4f0
[ 4654.517182]  ksys_write+0x64/0xe0
[ 4654.517186]  __do_fast_syscall_32+0x88/0xf0
[ 4654.517190]  ? __do_fast_syscall_32+0x94/0xf0
[ 4654.517194]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4654.517198]  ? __do_fast_syscall_32+0x94/0xf0
[ 4654.517202]  ? __do_fast_syscall_32+0x94/0xf0
[ 4654.517205]  ? __do_fast_syscall_32+0x94/0xf0
[ 4654.517208]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4654.517212]  ? __do_fast_syscall_32+0x94/0xf0
[ 4654.517217]  do_fast_syscall_32+0x2f/0x70
[ 4654.517221]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4654.517225] RIP: 0023:0xf7fc0579
[ 4654.517248] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4654.517250] RSP: 002b:00000000b6bf7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4654.517254] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000b291a010
[ 4654.517256] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4654.517259] RBP: 0000000000000097 R08: 00000000b6bf7ae0 R09: 0000000000000000
[ 4654.517261] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4654.517263] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4654.517273]  </TASK>
[ 4654.517275] irq event stamp: 4513395
[ 4654.517277] hardirqs last  enabled at (4513403): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4654.517282] hardirqs last disabled at (4513410): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4654.517285] softirqs last  enabled at (4506584): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4654.517289] softirqs last disabled at (4506577): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4654.517291] ---[ end trace 0000000000000000 ]---
[ 4655.418176] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4655.418212] [drm] PSP is resuming...
[ 4655.494243] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4655.594884] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4655.608710] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4655.608722] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4655.608730] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4655.608734] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4655.608808] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4655.662677] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4655.664077] [drm] DMUB hardware initialized: version=0x02020017
[ 4655.701774] [drm] kiq ring mec 2 pipe 1 q 0
[ 4655.707460] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4655.707623] [drm] JPEG decode initialized successfully.
[ 4655.707647] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4655.707650] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4655.707653] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4655.707655] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4655.707658] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4655.707660] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4655.707662] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4655.707664] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4655.707666] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4655.707668] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4655.707670] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4655.707672] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4655.707674] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4655.707677] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4655.707679] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4655.707681] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4655.711830] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4656.614298] ------------[ cut here ]------------
[ 4656.614309] WARNING: CPU: 14 PID: 13969 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4656.614320] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4656.614475]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4656.614581] CPU: 14 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4656.614587] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4656.614591] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4656.614597] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4656.614602] RSP: 0018:ffffa7991f45f700 EFLAGS: 00010246
[ 4656.614608] RAX: 0000000000000000 RBX: ffff8fa222de2590 RCX: 0000000000000000
[ 4656.614612] RDX: 0000000000000000 RSI: ffff8fa222de2510 RDI: ffffa7991f45f728
[ 4656.614617] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4656.614621] R10: ffff8fa222de2590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4656.614625] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4656.614629] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000c12feb40
[ 4656.614634] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4656.614638] CR2: 00000000dd426000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4656.614642] PKRU: 55555554
[ 4656.614647] Call Trace:
[ 4656.614651]  <TASK>
[ 4656.614663]  submit_one_bio+0xd4/0xe0
[ 4656.614674]  submit_extent_page+0x142/0x550
[ 4656.614698]  read_extent_buffer_pages+0x584/0x9c0
[ 4656.614712]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4656.614720]  ? folio_unlock+0x1d/0x50
[ 4656.614732]  btrfs_read_extent_buffer+0x98/0x150
[ 4656.614764]  read_tree_block+0x43/0xa0
[ 4656.614772]  read_block_for_search+0x266/0x370
[ 4656.614794]  btrfs_search_slot+0x351/0xd30
[ 4656.614814]  btrfs_lookup_csum+0x63/0x150
[ 4656.614827]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4656.614839]  ? btrfs_do_readpage+0x305/0x770
[ 4656.614852]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4656.614860]  submit_one_bio+0xc4/0xe0
[ 4656.614870]  btrfs_read_folio+0x79/0x90
[ 4656.614877]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4656.614883]  prepare_uptodate_page+0x8c/0x210
[ 4656.614890]  prepare_pages.constprop.0+0x134/0x300
[ 4656.614905]  btrfs_buffered_write+0x2ca/0x940
[ 4656.614931]  btrfs_do_write_iter+0x384/0x5d0
[ 4656.614938]  ? lock_is_held_type+0xe8/0x140
[ 4656.614952]  vfs_write+0x269/0x4f0
[ 4656.614971]  ksys_write+0x64/0xe0
[ 4656.614979]  __do_fast_syscall_32+0x88/0xf0
[ 4656.614986]  ? __do_fast_syscall_32+0x94/0xf0
[ 4656.614991]  ? __do_fast_syscall_32+0x94/0xf0
[ 4656.615000]  do_fast_syscall_32+0x2f/0x70
[ 4656.615007]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4656.615014] RIP: 0023:0xf7fc0579
[ 4656.615040] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4656.615044] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4656.615051] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b55e4010
[ 4656.615055] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4656.615059] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4656.615063] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4656.615067] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4656.615087]  </TASK>
[ 4656.615091] irq event stamp: 1752087
[ 4656.615095] hardirqs last  enabled at (1752095): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4656.615102] hardirqs last disabled at (1752102): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4656.615107] softirqs last  enabled at (1748466): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4656.615113] softirqs last disabled at (1748457): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4656.615118] ---[ end trace 0000000000000000 ]---
[ 4657.165987] ------------[ cut here ]------------
[ 4657.165995] WARNING: CPU: 1 PID: 13969 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4657.166003] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4657.166093]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4657.166154] CPU: 1 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4657.166157] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4657.166160] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4657.166163] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4657.166166] RSP: 0018:ffffa7991f45f638 EFLAGS: 00010246
[ 4657.166170] RAX: 0000000000000000 RBX: ffff8f9d5a42b550 RCX: 0000000000000000
[ 4657.166172] RDX: 0000000000000000 RSI: ffff8f9d5a42b4d0 RDI: ffffa7991f45f660
[ 4657.166175] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4657.166177] R10: ffff8f9d5a42b550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4657.166179] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4657.166181] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000c12feb40
[ 4657.166184] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4657.166187] CR2: 00000000b7cfe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4657.166189] PKRU: 55555554
[ 4657.166191] Call Trace:
[ 4657.166194]  <TASK>
[ 4657.166201]  submit_one_bio+0xd4/0xe0
[ 4657.166209]  submit_extent_page+0x142/0x550
[ 4657.166222]  read_extent_buffer_pages+0x584/0x9c0
[ 4657.166229]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.166234]  ? folio_unlock+0x1d/0x50
[ 4657.166241]  btrfs_read_extent_buffer+0x98/0x150
[ 4657.166247]  read_tree_block+0x43/0xa0
[ 4657.166251]  read_block_for_search+0x266/0x370
[ 4657.166263]  btrfs_search_slot+0x351/0xd30
[ 4657.166274]  btrfs_lookup_csum+0x63/0x150
[ 4657.166281]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4657.166288]  ? btrfs_do_readpage+0x305/0x770
[ 4657.166294]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4657.166299]  submit_one_bio+0xc4/0xe0
[ 4657.166305]  btrfs_read_folio+0x79/0x90
[ 4657.166308]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.166312]  prepare_uptodate_page+0x8c/0x210
[ 4657.166317]  prepare_pages.constprop.0+0x134/0x300
[ 4657.166324]  btrfs_buffered_write+0x2ca/0x940
[ 4657.166338]  btrfs_do_write_iter+0x384/0x5d0
[ 4657.166342]  ? lock_is_held_type+0xe8/0x140
[ 4657.166351]  vfs_write+0x269/0x4f0
[ 4657.166361]  ksys_write+0x64/0xe0
[ 4657.166366]  __do_fast_syscall_32+0x88/0xf0
[ 4657.166373]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166376]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.166380]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166384]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166388]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.166392]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166395]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.166398]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166402]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166405]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166410]  do_fast_syscall_32+0x2f/0x70
[ 4657.166414]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4657.166418] RIP: 0023:0xf7fc0579
[ 4657.166440] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4657.166443] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4657.166446] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b2819010
[ 4657.166448] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4657.166451] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4657.166453] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4657.166455] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4657.166465]  </TASK>
[ 4657.166467] irq event stamp: 1842421
[ 4657.166469] hardirqs last  enabled at (1842429): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4657.166474] hardirqs last disabled at (1842436): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4657.166477] softirqs last  enabled at (1838696): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4657.166480] softirqs last disabled at (1838667): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4657.166483] ---[ end trace 0000000000000000 ]---
[ 4657.166597] BTRFS error (device nvme0n1p3): level verify failed on logical 5399734124544 mirror 1 wanted 0 found 1
[ 4657.166610] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399734124544 mirror 1
[ 4657.166617] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4657.166639] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4657.166648] CPU: 1 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4657.166652] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4657.166654] Call Trace:
[ 4657.166657]  <TASK>
[ 4657.166659]  dump_stack_lvl+0x5b/0x77
[ 4657.166664]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4657.166671]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.166676]  ? folio_unlock+0x1d/0x50
[ 4657.166681]  btrfs_read_extent_buffer+0x98/0x150
[ 4657.166687]  read_tree_block+0x43/0xa0
[ 4657.166690]  read_block_for_search+0x266/0x370
[ 4657.166702]  btrfs_search_slot+0x351/0xd30
[ 4657.166712]  btrfs_lookup_csum+0x63/0x150
[ 4657.166719]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4657.166725]  ? btrfs_do_readpage+0x305/0x770
[ 4657.166731]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4657.166735]  submit_one_bio+0xc4/0xe0
[ 4657.166741]  btrfs_read_folio+0x79/0x90
[ 4657.166746]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.166751]  prepare_uptodate_page+0x8c/0x210
[ 4657.166757]  prepare_pages.constprop.0+0x134/0x300
[ 4657.166765]  btrfs_buffered_write+0x2ca/0x940
[ 4657.166778]  btrfs_do_write_iter+0x384/0x5d0
[ 4657.166782]  ? lock_is_held_type+0xe8/0x140
[ 4657.166788]  vfs_write+0x269/0x4f0
[ 4657.166798]  ksys_write+0x64/0xe0
[ 4657.166802]  __do_fast_syscall_32+0x88/0xf0
[ 4657.166807]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166811]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.166814]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166818]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166822]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.166825]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166828]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.166832]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166835]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166838]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.166843]  do_fast_syscall_32+0x2f/0x70
[ 4657.166846]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4657.166849] RIP: 0023:0xf7fc0579
[ 4657.166855] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4657.166857] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4657.166860] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b2819010
[ 4657.166862] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4657.166864] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4657.166866] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4657.166868] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4657.166878]  </TASK>
[ 4657.166891] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4657.166895] CPU: 1 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4657.166898] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4657.166900] Call Trace:
[ 4657.166902]  <TASK>
[ 4657.166904]  dump_stack_lvl+0x5b/0x77
[ 4657.166908]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4657.166914]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.166921]  ? folio_unlock+0x1d/0x50
[ 4657.166930]  btrfs_read_extent_buffer+0x98/0x150
[ 4657.166940]  read_tree_block+0x43/0xa0
[ 4657.166947]  read_block_for_search+0x266/0x370
[ 4657.166967]  btrfs_search_slot+0x351/0xd30
[ 4657.166986]  btrfs_lookup_csum+0x63/0x150
[ 4657.166997]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4657.167008]  ? btrfs_do_readpage+0x305/0x770
[ 4657.167020]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4657.167027]  submit_one_bio+0xc4/0xe0
[ 4657.167036]  btrfs_read_folio+0x79/0x90
[ 4657.167042]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.167048]  prepare_uptodate_page+0x8c/0x210
[ 4657.167055]  prepare_pages.constprop.0+0x134/0x300
[ 4657.167068]  btrfs_buffered_write+0x2ca/0x940
[ 4657.167082]  btrfs_do_write_iter+0x384/0x5d0
[ 4657.167085]  ? lock_is_held_type+0xe8/0x140
[ 4657.167092]  vfs_write+0x269/0x4f0
[ 4657.167101]  ksys_write+0x64/0xe0
[ 4657.167106]  __do_fast_syscall_32+0x88/0xf0
[ 4657.167111]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167114]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167118]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167122]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167125]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167129]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167131]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167135]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167139]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167142]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167146]  do_fast_syscall_32+0x2f/0x70
[ 4657.167150]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4657.167153] RIP: 0023:0xf7fc0579
[ 4657.167157] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4657.167160] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4657.167163] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b2819010
[ 4657.167165] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4657.167167] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4657.167169] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4657.167171] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4657.167181]  </TASK>
[ 4657.167183] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4657.167187] CPU: 1 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4657.167189] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4657.167191] Call Trace:
[ 4657.167193]  <TASK>
[ 4657.167196]  dump_stack_lvl+0x5b/0x77
[ 4657.167199]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4657.167205]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.167209]  ? folio_unlock+0x1d/0x50
[ 4657.167214]  btrfs_read_extent_buffer+0x98/0x150
[ 4657.167220]  read_tree_block+0x43/0xa0
[ 4657.167223]  read_block_for_search+0x266/0x370
[ 4657.167234]  btrfs_search_slot+0x351/0xd30
[ 4657.167245]  btrfs_lookup_csum+0x63/0x150
[ 4657.167251]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4657.167257]  ? btrfs_do_readpage+0x305/0x770
[ 4657.167264]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4657.167267]  submit_one_bio+0xc4/0xe0
[ 4657.167273]  btrfs_read_folio+0x79/0x90
[ 4657.167276]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.167279]  prepare_uptodate_page+0x8c/0x210
[ 4657.167285]  prepare_pages.constprop.0+0x134/0x300
[ 4657.167299]  btrfs_buffered_write+0x2ca/0x940
[ 4657.167323]  btrfs_do_write_iter+0x384/0x5d0
[ 4657.167330]  ? lock_is_held_type+0xe8/0x140
[ 4657.167341]  vfs_write+0x269/0x4f0
[ 4657.167358]  ksys_write+0x64/0xe0
[ 4657.167367]  __do_fast_syscall_32+0x88/0xf0
[ 4657.167375]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167381]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167386]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167390]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167394]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167397]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167400]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167404]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167408]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167410]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167415]  do_fast_syscall_32+0x2f/0x70
[ 4657.167419]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4657.167422] RIP: 0023:0xf7fc0579
[ 4657.167426] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4657.167428] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4657.167431] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b2819010
[ 4657.167433] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4657.167435] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4657.167437] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4657.167439] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4657.167449]  </TASK>
[ 4657.167451] BTRFS error (device nvme0n1p3): read failed, bytenr=5399734124544 check owner_root=7 transid=652052 has_first_key=1 first_key=(18446744073709551606 128 1258020409344) level=1 size=40
[ 4657.167454] CPU: 1 PID: 13969 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4657.167457] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4657.167458] Call Trace:
[ 4657.167460]  <TASK>
[ 4657.167462]  dump_stack_lvl+0x5b/0x77
[ 4657.167466]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4657.167472]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.167476]  ? folio_unlock+0x1d/0x50
[ 4657.167481]  btrfs_read_extent_buffer+0x98/0x150
[ 4657.167487]  read_tree_block+0x43/0xa0
[ 4657.167490]  read_block_for_search+0x266/0x370
[ 4657.167501]  btrfs_search_slot+0x351/0xd30
[ 4657.167512]  btrfs_lookup_csum+0x63/0x150
[ 4657.167519]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4657.167525]  ? btrfs_do_readpage+0x305/0x770
[ 4657.167531]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4657.167535]  submit_one_bio+0xc4/0xe0
[ 4657.167540]  btrfs_read_folio+0x79/0x90
[ 4657.167543]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.167546]  prepare_uptodate_page+0x8c/0x210
[ 4657.167552]  prepare_pages.constprop.0+0x134/0x300
[ 4657.167566]  btrfs_buffered_write+0x2ca/0x940
[ 4657.167591]  btrfs_do_write_iter+0x384/0x5d0
[ 4657.167597]  ? lock_is_held_type+0xe8/0x140
[ 4657.167609]  vfs_write+0x269/0x4f0
[ 4657.167626]  ksys_write+0x64/0xe0
[ 4657.167634]  __do_fast_syscall_32+0x88/0xf0
[ 4657.167643]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167648]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167654]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167661]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167667]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167673]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167678]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4657.167684]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167689]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167692]  ? __do_fast_syscall_32+0x94/0xf0
[ 4657.167696]  do_fast_syscall_32+0x2f/0x70
[ 4657.167700]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4657.167703] RIP: 0023:0xf7fc0579
[ 4657.167707] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4657.167709] RSP: 002b:00000000c12fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4657.167712] RAX: ffffffffffffffda RBX: 000000000000009d RCX: 00000000b2819010
[ 4657.167714] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4657.167716] RBP: 000000000000009d R08: 00000000c12fcae0 R09: 0000000000000000
[ 4657.167718] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4657.167720] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4657.167730]  </TASK>
[ 4657.816470] ------------[ cut here ]------------
[ 4657.816479] WARNING: CPU: 10 PID: 530 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4657.816486] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4657.816598]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4657.816673] CPU: 10 PID: 530 Comm: kworker/u32:4 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4657.816677] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4657.816681] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4657.816686] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4657.816690] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4657.816694] RSP: 0018:ffffa799034f3860 EFLAGS: 00010246
[ 4657.816698] RAX: 0000000000000000 RBX: ffff8f972a827c50 RCX: 0000000000000000
[ 4657.816701] RDX: 0000000000000000 RSI: ffff8f972a827bd0 RDI: ffffa799034f3888
[ 4657.816704] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4657.816707] R10: ffff8f972a827c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4657.816710] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4657.816713] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4657.816716] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4657.816719] CR2: 00007f14d7021c98 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4657.816722] PKRU: 55555554
[ 4657.816725] Call Trace:
[ 4657.816728]  <TASK>
[ 4657.816737]  submit_one_bio+0xd4/0xe0
[ 4657.816765]  submit_extent_page+0x142/0x550
[ 4657.816783]  read_extent_buffer_pages+0x584/0x9c0
[ 4657.816793]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4657.816799]  ? folio_unlock+0x1d/0x50
[ 4657.816807]  btrfs_read_extent_buffer+0x98/0x150
[ 4657.816815]  read_tree_block+0x43/0xa0
[ 4657.816820]  read_block_for_search+0x266/0x370
[ 4657.816836]  btrfs_search_slot+0x351/0xd30
[ 4657.816846]  ? lock_is_held_type+0xe8/0x140
[ 4657.816855]  btrfs_lookup_csum+0x63/0x150
[ 4657.816865]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4657.816869]  ? sched_clock_cpu+0x9f/0xc0
[ 4657.816875]  ? lock_release+0x14b/0x440
[ 4657.816884]  ? _raw_read_unlock+0x29/0x50
[ 4657.816892]  btrfs_finish_ordered_io+0x441/0x860
[ 4657.816915]  btrfs_work_helper+0xfe/0x400
[ 4657.816923]  ? lock_is_held_type+0xe8/0x140
[ 4657.816938]  process_one_work+0x294/0x5b0
[ 4657.816959]  worker_thread+0x4f/0x3a0
[ 4657.816972]  ? __pfx_worker_thread+0x10/0x10
[ 4657.816979]  kthread+0xf5/0x120
[ 4657.816986]  ? __pfx_kthread+0x10/0x10
[ 4657.816997]  ret_from_fork+0x2c/0x50
[ 4657.817027]  </TASK>
[ 4657.817032] irq event stamp: 71977735
[ 4657.817037] hardirqs last  enabled at (71977743): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4657.817046] hardirqs last disabled at (71977750): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4657.817052] softirqs last  enabled at (71977542): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4657.817056] softirqs last disabled at (71977537): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4657.817060] ---[ end trace 0000000000000000 ]---
[ 4663.109159] ------------[ cut here ]------------
[ 4663.109167] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4663.109175] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4663.109288]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4663.109350] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4663.109353] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4663.109356] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4663.109360] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4663.109362] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4663.109366] RAX: 0000000000000000 RBX: ffff8f9e72379250 RCX: 0000000000000000
[ 4663.109369] RDX: 0000000000000000 RSI: ffff8f9e723791d0 RDI: ffffa7990487f7e8
[ 4663.109371] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4663.109374] R10: ffff8f9e72379250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4663.109376] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4663.109378] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4663.109381] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4663.109383] CR2: 00007faa8d1bd000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4663.109386] PKRU: 55555554
[ 4663.109388] Call Trace:
[ 4663.109391]  <TASK>
[ 4663.109398]  submit_one_bio+0xd4/0xe0
[ 4663.109405]  submit_extent_page+0x142/0x550
[ 4663.109419]  read_extent_buffer_pages+0x584/0x9c0
[ 4663.109427]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4663.109432]  ? folio_unlock+0x1d/0x50
[ 4663.109439]  btrfs_read_extent_buffer+0x98/0x150
[ 4663.109445]  read_tree_block+0x43/0xa0
[ 4663.109449]  read_block_for_search+0x266/0x370
[ 4663.109462]  btrfs_search_slot+0x351/0xd30
[ 4663.109465]  ? lock_is_held_type+0xe8/0x140
[ 4663.109473]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4663.109477]  ? kmem_cache_alloc+0x194/0x380
[ 4663.109483]  btrfs_del_csums+0x116/0x3b0
[ 4663.109489]  ? lock_release+0x14b/0x440
[ 4663.109498]  ? _raw_read_unlock+0x29/0x50
[ 4663.109506]  __btrfs_free_extent+0x486/0x7c0
[ 4663.109517]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4663.109533]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4663.109540]  btrfs_commit_transaction+0x93/0xed0
[ 4663.109552]  transaction_kthread+0x142/0x1b0
[ 4663.109558]  ? __pfx_transaction_kthread+0x10/0x10
[ 4663.109561]  kthread+0xf5/0x120
[ 4663.109565]  ? __pfx_kthread+0x10/0x10
[ 4663.109570]  ret_from_fork+0x2c/0x50
[ 4663.109582]  </TASK>
[ 4663.109585] irq event stamp: 39909739
[ 4663.109587] hardirqs last  enabled at (39909747): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4663.109592] hardirqs last disabled at (39909754): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4663.109594] softirqs last  enabled at (39908242): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.109598] softirqs last disabled at (39908235): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.109601] ---[ end trace 0000000000000000 ]---
[ 4663.112384] ------------[ cut here ]------------
[ 4663.112502] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4663.112507] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4663.112596]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4663.112657] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4663.112660] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4663.112662] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4663.112666] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4663.112669] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4663.112672] RAX: 0000000000000000 RBX: ffff8fa13a48ee50 RCX: 0000000000000000
[ 4663.112675] RDX: 0000000000000000 RSI: ffff8fa13a48edd0 RDI: ffffa7990487f7e8
[ 4663.112678] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4663.112680] R10: ffff8fa13a48ee50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4663.112682] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4663.112685] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4663.112687] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4663.112690] CR2: 00003de7007cf000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4663.112692] PKRU: 55555554
[ 4663.112694] Call Trace:
[ 4663.112697]  <TASK>
[ 4663.112704]  submit_one_bio+0xd4/0xe0
[ 4663.112710]  submit_extent_page+0x142/0x550
[ 4663.112724]  read_extent_buffer_pages+0x584/0x9c0
[ 4663.112732]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4663.112737]  ? folio_unlock+0x1d/0x50
[ 4663.112757]  btrfs_read_extent_buffer+0x98/0x150
[ 4663.112764]  read_tree_block+0x43/0xa0
[ 4663.112768]  read_block_for_search+0x266/0x370
[ 4663.112781]  btrfs_search_slot+0x351/0xd30
[ 4663.112784]  ? lock_is_held_type+0xe8/0x140
[ 4663.112795]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4663.112799]  ? kmem_cache_alloc+0x194/0x380
[ 4663.112805]  btrfs_del_csums+0x116/0x3b0
[ 4663.112811]  ? lock_release+0x14b/0x440
[ 4663.112818]  ? _raw_read_unlock+0x29/0x50
[ 4663.112825]  __btrfs_free_extent+0x486/0x7c0
[ 4663.112836]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4663.112852]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4663.112859]  btrfs_commit_transaction+0x93/0xed0
[ 4663.112871]  transaction_kthread+0x142/0x1b0
[ 4663.112877]  ? __pfx_transaction_kthread+0x10/0x10
[ 4663.112880]  kthread+0xf5/0x120
[ 4663.112883]  ? __pfx_kthread+0x10/0x10
[ 4663.112888]  ret_from_fork+0x2c/0x50
[ 4663.112900]  </TASK>
[ 4663.112902] irq event stamp: 39912989
[ 4663.112905] hardirqs last  enabled at (39912997): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4663.112909] hardirqs last disabled at (39913004): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4663.112912] softirqs last  enabled at (39912828): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.112916] softirqs last disabled at (39912817): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.112919] ---[ end trace 0000000000000000 ]---
[ 4663.143991] ------------[ cut here ]------------
[ 4663.143997] WARNING: CPU: 4 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4663.144004] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4663.144094]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4663.144156] CPU: 4 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4663.144159] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4663.144162] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4663.144166] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4663.144168] RSP: 0018:ffffa7990487f7c0 EFLAGS: 00010246
[ 4663.144173] RAX: 0000000000000000 RBX: ffff8f9e72379090 RCX: 0000000000000000
[ 4663.144175] RDX: 0000000000000000 RSI: ffff8f9e72379010 RDI: ffffa7990487f7e8
[ 4663.144177] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4663.144180] R10: ffff8f9e72379090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4663.144182] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4663.144184] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4663.144187] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4663.144189] CR2: 00007f2b3e13b02c CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4663.144192] PKRU: 55555554
[ 4663.144195] Call Trace:
[ 4663.144198]  <TASK>
[ 4663.144205]  submit_one_bio+0xd4/0xe0
[ 4663.144212]  submit_extent_page+0x142/0x550
[ 4663.144226]  read_extent_buffer_pages+0x584/0x9c0
[ 4663.144234]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4663.144238]  ? folio_unlock+0x1d/0x50
[ 4663.144246]  btrfs_read_extent_buffer+0x98/0x150
[ 4663.144252]  read_tree_block+0x43/0xa0
[ 4663.144256]  read_block_for_search+0x266/0x370
[ 4663.144270]  btrfs_search_slot+0x351/0xd30
[ 4663.144273]  ? lock_is_held_type+0xe8/0x140
[ 4663.144281]  ? trace_kmem_cache_alloc+0x33/0xe0
[ 4663.144285]  ? kmem_cache_alloc+0x194/0x380
[ 4663.144291]  btrfs_del_csums+0x116/0x3b0
[ 4663.144297]  ? lock_release+0x14b/0x440
[ 4663.144304]  ? _raw_read_unlock+0x29/0x50
[ 4663.144311]  __btrfs_free_extent+0x486/0x7c0
[ 4663.144322]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4663.144338]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4663.144345]  btrfs_commit_transaction+0x93/0xed0
[ 4663.144357]  transaction_kthread+0x142/0x1b0
[ 4663.144364]  ? __pfx_transaction_kthread+0x10/0x10
[ 4663.144367]  kthread+0xf5/0x120
[ 4663.144370]  ? __pfx_kthread+0x10/0x10
[ 4663.144375]  ret_from_fork+0x2c/0x50
[ 4663.144394]  </TASK>
[ 4663.144398] irq event stamp: 39936753
[ 4663.144402] hardirqs last  enabled at (39936761): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4663.144408] hardirqs last disabled at (39936768): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4663.144413] softirqs last  enabled at (39935322): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.144419] softirqs last disabled at (39935279): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.144424] ---[ end trace 0000000000000000 ]---
[ 4663.145382] ------------[ cut here ]------------
[ 4663.145388] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4663.145395] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4663.145503]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4663.145577] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4663.145581] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4663.145584] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4663.145590] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4663.145596] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4663.145604] RAX: 0000000000000000 RBX: ffff8f971fb187d0 RCX: 0000000000000000
[ 4663.145609] RDX: 0000000000000000 RSI: ffff8f971fb18750 RDI: ffffa7990487f780
[ 4663.145615] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4663.145620] R10: ffff8f971fb187d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4663.145625] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4663.145631] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4663.145637] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4663.145642] CR2: 00000000dd467000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4663.145648] PKRU: 55555554
[ 4663.145653] Call Trace:
[ 4663.145658]  <TASK>
[ 4663.145671]  submit_one_bio+0xd4/0xe0
[ 4663.145682]  submit_extent_page+0x142/0x550
[ 4663.145706]  read_extent_buffer_pages+0x584/0x9c0
[ 4663.145717]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4663.145722]  ? folio_unlock+0x1d/0x50
[ 4663.145729]  btrfs_read_extent_buffer+0x98/0x150
[ 4663.145735]  read_tree_block+0x43/0xa0
[ 4663.145739]  read_block_for_search+0x266/0x370
[ 4663.145762]  btrfs_search_slot+0x351/0xd30
[ 4663.145770]  ? _raw_read_unlock+0x29/0x50
[ 4663.145778]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4663.145784]  ? lock_is_held_type+0xe8/0x140
[ 4663.145792]  lookup_extent_backref+0x41/0xd0
[ 4663.145800]  __btrfs_free_extent+0xfb/0x7c0
[ 4663.145806]  ? sched_clock_cpu+0x20/0xc0
[ 4663.145815]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4663.145842]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4663.145855]  btrfs_commit_transaction+0x93/0xed0
[ 4663.145876]  transaction_kthread+0x142/0x1b0
[ 4663.145883]  ? __pfx_transaction_kthread+0x10/0x10
[ 4663.145887]  kthread+0xf5/0x120
[ 4663.145890]  ? __pfx_kthread+0x10/0x10
[ 4663.145894]  ret_from_fork+0x2c/0x50
[ 4663.145906]  </TASK>
[ 4663.145908] irq event stamp: 39938659
[ 4663.145911] hardirqs last  enabled at (39938667): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4663.145914] hardirqs last disabled at (39938674): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4663.145917] softirqs last  enabled at (39938528): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.145921] softirqs last disabled at (39938523): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.145924] ---[ end trace 0000000000000000 ]---
[ 4663.257884] ------------[ cut here ]------------
[ 4663.257901] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4663.257912] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4663.258024]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4663.258102] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4663.258106] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4663.258109] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4663.258114] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4663.258117] RSP: 0018:ffffa7990487f7e0 EFLAGS: 00010246
[ 4663.258122] RAX: 0000000000000000 RBX: ffff8f972a826910 RCX: 0000000000000000
[ 4663.258125] RDX: 0000000000000000 RSI: ffff8f972a826890 RDI: ffffa7990487f808
[ 4663.258128] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4663.258131] R10: ffff8f972a826910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4663.258134] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4663.258137] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4663.258140] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4663.258144] CR2: 00007e8901c984cc CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4663.258147] PKRU: 55555554
[ 4663.258150] Call Trace:
[ 4663.258153]  <TASK>
[ 4663.258162]  submit_one_bio+0xd4/0xe0
[ 4663.258170]  submit_extent_page+0x142/0x550
[ 4663.258187]  read_extent_buffer_pages+0x584/0x9c0
[ 4663.258197]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4663.258203]  ? folio_unlock+0x1d/0x50
[ 4663.258211]  btrfs_read_extent_buffer+0x98/0x150
[ 4663.258219]  read_tree_block+0x43/0xa0
[ 4663.258224]  read_block_for_search+0x266/0x370
[ 4663.258240]  btrfs_search_slot+0x351/0xd30
[ 4663.258255]  btrfs_insert_empty_items+0x31/0x70
[ 4663.258261]  alloc_reserved_file_extent+0xbc/0x240
[ 4663.258273]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4663.258293]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4663.258302]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 4663.258315]  btrfs_commit_transaction+0xe0/0xed0
[ 4663.258329]  transaction_kthread+0x142/0x1b0
[ 4663.258337]  ? __pfx_transaction_kthread+0x10/0x10
[ 4663.258341]  kthread+0xf5/0x120
[ 4663.258345]  ? __pfx_kthread+0x10/0x10
[ 4663.258351]  ret_from_fork+0x2c/0x50
[ 4663.258366]  </TASK>
[ 4663.258368] irq event stamp: 40039239
[ 4663.258371] hardirqs last  enabled at (40039247): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4663.258376] hardirqs last disabled at (40039254): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4663.258380] softirqs last  enabled at (40038000): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.258384] softirqs last disabled at (40037987): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.258388] ---[ end trace 0000000000000000 ]---
[ 4663.260124] ------------[ cut here ]------------
[ 4663.260131] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4663.260140] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4663.260252]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4663.260329] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4663.260333] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4663.260336] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4663.260341] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4663.260344] RSP: 0018:ffffa7990487f7e0 EFLAGS: 00010246
[ 4663.260349] RAX: 0000000000000000 RBX: ffff8fa13a48c290 RCX: 0000000000000000
[ 4663.260353] RDX: 0000000000000000 RSI: ffff8fa13a48c210 RDI: ffffa7990487f808
[ 4663.260356] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4663.260359] R10: ffff8fa13a48c290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4663.260361] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4663.260364] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4663.260368] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4663.260371] CR2: 00007f2b400754b0 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4663.260374] PKRU: 55555554
[ 4663.260377] Call Trace:
[ 4663.260380]  <TASK>
[ 4663.260389]  submit_one_bio+0xd4/0xe0
[ 4663.260397]  submit_extent_page+0x142/0x550
[ 4663.260415]  read_extent_buffer_pages+0x584/0x9c0
[ 4663.260425]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4663.260431]  ? folio_unlock+0x1d/0x50
[ 4663.260440]  btrfs_read_extent_buffer+0x98/0x150
[ 4663.260448]  read_tree_block+0x43/0xa0
[ 4663.260453]  read_block_for_search+0x266/0x370
[ 4663.260469]  btrfs_search_slot+0x351/0xd30
[ 4663.260484]  btrfs_insert_empty_items+0x31/0x70
[ 4663.260490]  alloc_reserved_file_extent+0xbc/0x240
[ 4663.260502]  __btrfs_run_delayed_refs+0x84f/0x1260
[ 4663.260523]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4663.260532]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 4663.260545]  btrfs_commit_transaction+0xe0/0xed0
[ 4663.260560]  transaction_kthread+0x142/0x1b0
[ 4663.260568]  ? __pfx_transaction_kthread+0x10/0x10
[ 4663.260571]  kthread+0xf5/0x120
[ 4663.260576]  ? __pfx_kthread+0x10/0x10
[ 4663.260582]  ret_from_fork+0x2c/0x50
[ 4663.260598]  </TASK>
[ 4663.260600] irq event stamp: 40041391
[ 4663.260603] hardirqs last  enabled at (40041399): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4663.260608] hardirqs last disabled at (40041406): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4663.260612] softirqs last  enabled at (40038000): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.260617] softirqs last disabled at (40037987): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4663.260620] ---[ end trace 0000000000000000 ]---
[ 4678.307789] ------------[ cut here ]------------
[ 4678.307800] WARNING: CPU: 9 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4678.307810] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4678.307902]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4678.307966] CPU: 9 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4678.307970] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4678.307973] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4678.307977] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4678.307979] RSP: 0018:ffffa7991feb7700 EFLAGS: 00010246
[ 4678.307983] RAX: 0000000000000000 RBX: ffff8f9c4d8af550 RCX: 0000000000000000
[ 4678.307986] RDX: 0000000000000000 RSI: ffff8f9c4d8af4d0 RDI: ffffa7991feb7728
[ 4678.307988] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4678.307990] R10: ffff8f9c4d8af550 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4678.307992] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4678.307995] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b61efb40
[ 4678.307997] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4678.307999] CR2: 00007f14d6a60414 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4678.308002] PKRU: 55555554
[ 4678.308004] Call Trace:
[ 4678.308007]  <TASK>
[ 4678.308014]  submit_one_bio+0xd4/0xe0
[ 4678.308021]  submit_extent_page+0x142/0x550
[ 4678.308035]  read_extent_buffer_pages+0x584/0x9c0
[ 4678.308043]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4678.308047]  ? folio_unlock+0x1d/0x50
[ 4678.308054]  btrfs_read_extent_buffer+0x98/0x150
[ 4678.308060]  read_tree_block+0x43/0xa0
[ 4678.308064]  read_block_for_search+0x266/0x370
[ 4678.308076]  btrfs_search_slot+0x351/0xd30
[ 4678.308087]  btrfs_lookup_csum+0x63/0x150
[ 4678.308095]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4678.308101]  ? btrfs_do_readpage+0x305/0x770
[ 4678.308108]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4678.308113]  submit_one_bio+0xc4/0xe0
[ 4678.308118]  btrfs_read_folio+0x79/0x90
[ 4678.308122]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4678.308125]  prepare_uptodate_page+0x8c/0x210
[ 4678.308130]  prepare_pages.constprop.0+0xa2/0x300
[ 4678.308137]  btrfs_buffered_write+0x2ca/0x940
[ 4678.308151]  btrfs_do_write_iter+0x384/0x5d0
[ 4678.308155]  ? lock_is_held_type+0xe8/0x140
[ 4678.308164]  vfs_write+0x269/0x4f0
[ 4678.308175]  ksys_write+0x64/0xe0
[ 4678.308180]  __do_fast_syscall_32+0x88/0xf0
[ 4678.308185]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.308188]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.308191]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.308195]  do_fast_syscall_32+0x2f/0x70
[ 4678.308199]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4678.308204] RIP: 0023:0xf7fc0579
[ 4678.308227] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4678.308230] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4678.308233] RAX: ffffffffffffffda RBX: 0000000000000090 RCX: 00000000de013010
[ 4678.308236] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4678.308238] RBP: 0000000000000090 R08: 00000000b61edae0 R09: 0000000000000000
[ 4678.308240] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4678.308242] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4678.308252]  </TASK>
[ 4678.308254] irq event stamp: 499367
[ 4678.308257] hardirqs last  enabled at (499375): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4678.308261] hardirqs last disabled at (499382): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4678.308264] softirqs last  enabled at (498082): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4678.308268] softirqs last disabled at (498075): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4678.308271] ---[ end trace 0000000000000000 ]---
[ 4678.498795] ------------[ cut here ]------------
[ 4678.498806] WARNING: CPU: 5 PID: 14211 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4678.498816] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4678.498968]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4678.499073] CPU: 5 PID: 14211 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4678.499079] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4678.499083] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4678.499089] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4678.499094] RSP: 0018:ffffa7991fed7660 EFLAGS: 00010246
[ 4678.499100] RAX: 0000000000000000 RBX: ffff8f97361a4610 RCX: 0000000000000000
[ 4678.499104] RDX: 0000000000000000 RSI: ffff8f97361a4590 RDI: ffffa7991fed7688
[ 4678.499108] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4678.499112] R10: ffff8f97361a4610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4678.499116] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4678.499120] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000bedffb40
[ 4678.499125] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4678.499129] CR2: 00007fa97fa30000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4678.499133] PKRU: 55555554
[ 4678.499137] Call Trace:
[ 4678.499141]  <TASK>
[ 4678.499153]  submit_one_bio+0xd4/0xe0
[ 4678.499164]  submit_extent_page+0x142/0x550
[ 4678.499188]  read_extent_buffer_pages+0x584/0x9c0
[ 4678.499201]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4678.499210]  ? folio_unlock+0x1d/0x50
[ 4678.499220]  btrfs_read_extent_buffer+0x98/0x150
[ 4678.499231]  read_tree_block+0x43/0xa0
[ 4678.499238]  read_block_for_search+0x266/0x370
[ 4678.499259]  btrfs_search_slot+0x351/0xd30
[ 4678.499278]  btrfs_lookup_csum+0x63/0x150
[ 4678.499291]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4678.499302]  ? btrfs_do_readpage+0x305/0x770
[ 4678.499314]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4678.499322]  submit_one_bio+0xc4/0xe0
[ 4678.499331]  btrfs_read_folio+0x79/0x90
[ 4678.499338]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4678.499344]  prepare_uptodate_page+0x8c/0x210
[ 4678.499351]  prepare_pages.constprop.0+0x134/0x300
[ 4678.499365]  btrfs_buffered_write+0x2ca/0x940
[ 4678.499390]  btrfs_do_write_iter+0x384/0x5d0
[ 4678.499397]  ? lock_is_held_type+0xe8/0x140
[ 4678.499410]  vfs_write+0x269/0x4f0
[ 4678.499429]  ksys_write+0x64/0xe0
[ 4678.499438]  __do_fast_syscall_32+0x88/0xf0
[ 4678.499446]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499452]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4678.499458]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499466]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499472]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4678.499479]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499485]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499490]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499496]  ? __do_fast_syscall_32+0x94/0xf0
[ 4678.499504]  do_fast_syscall_32+0x2f/0x70
[ 4678.499511]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4678.499517] RIP: 0023:0xf7fc0579
[ 4678.499542] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4678.499547] RSP: 002b:00000000bedfdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4678.499553] RAX: ffffffffffffffda RBX: 0000000000000093 RCX: 00000000b72fc010
[ 4678.499557] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4678.499561] RBP: 0000000000000093 R08: 00000000bedfdae0 R09: 0000000000000000
[ 4678.499564] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4678.499568] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4678.499588]  </TASK>
[ 4678.499591] irq event stamp: 14821
[ 4678.499595] hardirqs last  enabled at (14829): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4678.499602] hardirqs last disabled at (14836): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4678.499606] softirqs last  enabled at (13476): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4678.499612] softirqs last disabled at (13469): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4678.499617] ---[ end trace 0000000000000000 ]---
[ 4679.541026] ------------[ cut here ]------------
[ 4679.541037] WARNING: CPU: 6 PID: 14201 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4679.541046] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4679.541152]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4679.541224] CPU: 6 PID: 14201 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4679.541229] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4679.541232] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4679.541237] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4679.541240] RSP: 0018:ffffa7991feaf6b8 EFLAGS: 00010246
[ 4679.541245] RAX: 0000000000000000 RBX: ffff8f9d4d5f0d10 RCX: 0000000000000000
[ 4679.541248] RDX: 0000000000000000 RSI: ffff8f9d4d5f0c90 RDI: ffffa7991feaf6e0
[ 4679.541250] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4679.541253] R10: ffff8f9d4d5f0d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4679.541256] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4679.541259] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b66f4b40
[ 4679.541262] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4679.541265] CR2: 00001f6100c04000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4679.541268] PKRU: 55555554
[ 4679.541271] Call Trace:
[ 4679.541274]  <TASK>
[ 4679.541283]  submit_one_bio+0xd4/0xe0
[ 4679.541291]  submit_extent_page+0x142/0x550
[ 4679.541308]  read_extent_buffer_pages+0x584/0x9c0
[ 4679.541317]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4679.541323]  ? folio_unlock+0x1d/0x50
[ 4679.541331]  btrfs_read_extent_buffer+0x98/0x150
[ 4679.541338]  read_tree_block+0x43/0xa0
[ 4679.541343]  read_block_for_search+0x266/0x370
[ 4679.541358]  btrfs_search_slot+0x351/0xd30
[ 4679.541372]  btrfs_lookup_csum+0x63/0x150
[ 4679.541381]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4679.541389]  ? btrfs_do_readpage+0x305/0x770
[ 4679.541398]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4679.541404]  submit_one_bio+0xc4/0xe0
[ 4679.541411]  btrfs_read_folio+0x79/0x90
[ 4679.541415]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4679.541419]  prepare_uptodate_page+0x8c/0x210
[ 4679.541425]  prepare_pages.constprop.0+0xa2/0x300
[ 4679.541434]  btrfs_buffered_write+0x2ca/0x940
[ 4679.541451]  btrfs_do_write_iter+0x384/0x5d0
[ 4679.541457]  ? lock_is_held_type+0xe8/0x140
[ 4679.541466]  vfs_write+0x269/0x4f0
[ 4679.541479]  ksys_write+0x64/0xe0
[ 4679.541485]  __do_fast_syscall_32+0x88/0xf0
[ 4679.541490]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541495]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4679.541500]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541504]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541508]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541512]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541516]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541519]  ? __do_fast_syscall_32+0x94/0xf0
[ 4679.541525]  do_fast_syscall_32+0x2f/0x70
[ 4679.541530]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4679.541535] RIP: 0023:0xf7fc0579
[ 4679.541558] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4679.541562] RSP: 002b:00000000b66f2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4679.541566] RAX: ffffffffffffffda RBX: 000000000000008f RCX: 00000000b7bfe010
[ 4679.541569] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4679.541571] RBP: 000000000000008f R08: 00000000b66f2ae0 R09: 0000000000000000
[ 4679.541574] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4679.541577] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4679.541590]  </TASK>
[ 4679.541592] irq event stamp: 227573
[ 4679.541595] hardirqs last  enabled at (227581): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4679.541600] hardirqs last disabled at (227588): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4679.541604] softirqs last  enabled at (225512): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4679.541609] softirqs last disabled at (225505): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4679.541612] ---[ end trace 0000000000000000 ]---
[ 4680.748311] ------------[ cut here ]------------
[ 4680.748320] WARNING: CPU: 8 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4680.748328] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4680.748413]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4680.748472] CPU: 8 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4680.748475] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4680.748478] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4680.748481] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4680.748484] RSP: 0018:ffffa7991feb7680 EFLAGS: 00010246
[ 4680.748488] RAX: 0000000000000000 RBX: ffff8f971fb18290 RCX: 0000000000000000
[ 4680.748490] RDX: 0000000000000000 RSI: ffff8f971fb18210 RDI: ffffa7991feb76a8
[ 4680.748492] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4680.748495] R10: ffff8f971fb18290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4680.748497] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4680.748499] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b61efb40
[ 4680.748502] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4680.748504] CR2: 0000351001b1a08c CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4680.748506] PKRU: 55555554
[ 4680.748509] Call Trace:
[ 4680.748511]  <TASK>
[ 4680.748518]  submit_one_bio+0xd4/0xe0
[ 4680.748526]  submit_extent_page+0x142/0x550
[ 4680.748539]  read_extent_buffer_pages+0x584/0x9c0
[ 4680.748547]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4680.748551]  ? folio_unlock+0x1d/0x50
[ 4680.748558]  btrfs_read_extent_buffer+0x98/0x150
[ 4680.748564]  read_tree_block+0x43/0xa0
[ 4680.748568]  read_block_for_search+0x266/0x370
[ 4680.748580]  btrfs_search_slot+0x351/0xd30
[ 4680.748591]  btrfs_lookup_csum+0x63/0x150
[ 4680.748599]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4680.748605]  ? btrfs_do_readpage+0x305/0x770
[ 4680.748612]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4680.748617]  submit_one_bio+0xc4/0xe0
[ 4680.748622]  btrfs_read_folio+0x79/0x90
[ 4680.748626]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4680.748629]  prepare_uptodate_page+0x8c/0x210
[ 4680.748633]  prepare_pages.constprop.0+0x134/0x300
[ 4680.748641]  btrfs_buffered_write+0x2ca/0x940
[ 4680.748655]  btrfs_do_write_iter+0x384/0x5d0
[ 4680.748659]  ? lock_is_held_type+0xe8/0x140
[ 4680.748667]  vfs_write+0x269/0x4f0
[ 4680.748678]  ksys_write+0x64/0xe0
[ 4680.748682]  __do_fast_syscall_32+0x88/0xf0
[ 4680.748687]  ? __do_fast_syscall_32+0x94/0xf0
[ 4680.748691]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4680.748694]  ? __do_fast_syscall_32+0x94/0xf0
[ 4680.748697]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4680.748701]  ? __do_fast_syscall_32+0x94/0xf0
[ 4680.748704]  ? __do_fast_syscall_32+0x94/0xf0
[ 4680.748708]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4680.748712]  ? __do_fast_syscall_32+0x94/0xf0
[ 4680.748715]  ? __do_fast_syscall_32+0x94/0xf0
[ 4680.748720]  do_fast_syscall_32+0x2f/0x70
[ 4680.748724]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4680.748728] RIP: 0023:0xf7fc0579
[ 4680.748771] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4680.748774] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4680.748778] RAX: ffffffffffffffda RBX: 0000000000000090 RCX: 00000000c63ff010
[ 4680.748780] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4680.748782] RBP: 0000000000000090 R08: 00000000b61edae0 R09: 0000000000000000
[ 4680.748784] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4680.748786] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4680.748797]  </TASK>
[ 4680.748799] irq event stamp: 842509
[ 4680.748801] hardirqs last  enabled at (842517): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4680.748806] hardirqs last disabled at (842524): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4680.748808] softirqs last  enabled at (842432): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4680.748812] softirqs last disabled at (842423): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4680.748815] ---[ end trace 0000000000000000 ]---
[ 4682.270475] ------------[ cut here ]------------
[ 4682.270484] WARNING: CPU: 4 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4682.270491] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4682.270578]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4682.270636] CPU: 4 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4682.270640] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4682.270642] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4682.270646] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4682.270649] RSP: 0018:ffffa7991feb7668 EFLAGS: 00010246
[ 4682.270653] RAX: 0000000000000000 RBX: ffff8f979964a910 RCX: 0000000000000000
[ 4682.270655] RDX: 0000000000000000 RSI: ffff8f979964a890 RDI: ffffa7991feb7690
[ 4682.270657] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4682.270659] R10: ffff8f979964a910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4682.270662] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4682.270664] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0063) knlGS:00000000b61efb40
[ 4682.270667] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4682.270669] CR2: 00000000c64ff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4682.270671] PKRU: 55555554
[ 4682.270674] Call Trace:
[ 4682.270677]  <TASK>
[ 4682.270684]  submit_one_bio+0xd4/0xe0
[ 4682.270691]  submit_extent_page+0x142/0x550
[ 4682.270704]  read_extent_buffer_pages+0x584/0x9c0
[ 4682.270712]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4682.270717]  ? folio_unlock+0x1d/0x50
[ 4682.270723]  btrfs_read_extent_buffer+0x98/0x150
[ 4682.270729]  read_tree_block+0x43/0xa0
[ 4682.270733]  read_block_for_search+0x266/0x370
[ 4682.270768]  btrfs_search_slot+0x351/0xd30
[ 4682.270786]  btrfs_lookup_csum+0x63/0x150
[ 4682.270798]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4682.270808]  ? btrfs_do_readpage+0x305/0x770
[ 4682.270819]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4682.270826]  submit_one_bio+0xc4/0xe0
[ 4682.270834]  btrfs_read_folio+0x79/0x90
[ 4682.270841]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4682.270846]  prepare_uptodate_page+0x8c/0x210
[ 4682.270853]  prepare_pages.constprop.0+0xa2/0x300
[ 4682.270866]  btrfs_buffered_write+0x2ca/0x940
[ 4682.270889]  btrfs_do_write_iter+0x384/0x5d0
[ 4682.270896]  ? lock_is_held_type+0xe8/0x140
[ 4682.270909]  vfs_write+0x269/0x4f0
[ 4682.270926]  ksys_write+0x64/0xe0
[ 4682.270934]  __do_fast_syscall_32+0x88/0xf0
[ 4682.270945]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.270951]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4682.270956]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.270962]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.270968]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4682.270974]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.270978]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.270983]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.270991]  do_fast_syscall_32+0x2f/0x70
[ 4682.270997]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4682.271005] RIP: 0023:0xf7fc0579
[ 4682.271042] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4682.271046] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4682.271053] RAX: ffffffffffffffda RBX: 0000000000000090 RCX: 00000000b70fa010
[ 4682.271056] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4682.271060] RBP: 0000000000000090 R08: 00000000b61edae0 R09: 0000000000000000
[ 4682.271063] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4682.271068] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4682.271085]  </TASK>
[ 4682.271088] irq event stamp: 1065237
[ 4682.271092] hardirqs last  enabled at (1065245): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4682.271099] hardirqs last disabled at (1065252): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4682.271105] softirqs last  enabled at (1064950): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4682.271111] softirqs last disabled at (1064945): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4682.271115] ---[ end trace 0000000000000000 ]---
[ 4682.581028] ------------[ cut here ]------------
[ 4682.581037] WARNING: CPU: 13 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4682.581045] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4682.581132]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4682.581191] CPU: 13 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4682.581195] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4682.581197] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4682.581201] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4682.581204] RSP: 0018:ffffa7991fe9f648 EFLAGS: 00010246
[ 4682.581208] RAX: 0000000000000000 RBX: ffff8f9731111090 RCX: 0000000000000000
[ 4682.581210] RDX: 0000000000000000 RSI: ffff8f9731111010 RDI: ffffa7991fe9f670
[ 4682.581212] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4682.581214] R10: ffff8f9731111090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4682.581217] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4682.581219] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b69f7b40
[ 4682.581222] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4682.581224] CR2: 00007fa97f920000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4682.581226] PKRU: 55555554
[ 4682.581229] Call Trace:
[ 4682.581231]  <TASK>
[ 4682.581238]  submit_one_bio+0xd4/0xe0
[ 4682.581246]  submit_extent_page+0x142/0x550
[ 4682.581259]  read_extent_buffer_pages+0x584/0x9c0
[ 4682.581266]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4682.581271]  ? folio_unlock+0x1d/0x50
[ 4682.581278]  btrfs_read_extent_buffer+0x98/0x150
[ 4682.581283]  read_tree_block+0x43/0xa0
[ 4682.581287]  read_block_for_search+0x266/0x370
[ 4682.581300]  btrfs_search_slot+0x351/0xd30
[ 4682.581311]  btrfs_lookup_csum+0x63/0x150
[ 4682.581318]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4682.581325]  ? btrfs_do_readpage+0x305/0x770
[ 4682.581331]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4682.581336]  submit_one_bio+0xc4/0xe0
[ 4682.581341]  btrfs_read_folio+0x79/0x90
[ 4682.581345]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4682.581349]  prepare_uptodate_page+0x8c/0x210
[ 4682.581353]  prepare_pages.constprop.0+0xa2/0x300
[ 4682.581361]  btrfs_buffered_write+0x2ca/0x940
[ 4682.581374]  btrfs_do_write_iter+0x384/0x5d0
[ 4682.581378]  ? lock_is_held_type+0xe8/0x140
[ 4682.581387]  vfs_write+0x269/0x4f0
[ 4682.581398]  ksys_write+0x64/0xe0
[ 4682.581402]  __do_fast_syscall_32+0x88/0xf0
[ 4682.581407]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581411]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4682.581414]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581418]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4682.581422]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581425]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4682.581429]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581432]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581435]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4682.581439]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581443]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581446]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581449]  ? __do_fast_syscall_32+0x94/0xf0
[ 4682.581453]  do_fast_syscall_32+0x2f/0x70
[ 4682.581457]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4682.581462] RIP: 0023:0xf7fc0579
[ 4682.581485] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4682.581487] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4682.581491] RAX: ffffffffffffffda RBX: 000000000000008c RCX: 00000000b83ff010
[ 4682.581493] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4682.581495] RBP: 000000000000008c R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4682.581497] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4682.581499] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4682.581509]  </TASK>
[ 4682.581512] irq event stamp: 525423
[ 4682.581514] hardirqs last  enabled at (525431): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4682.581518] hardirqs last disabled at (525438): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4682.581521] softirqs last  enabled at (523464): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4682.581525] softirqs last disabled at (523459): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4682.581527] ---[ end trace 0000000000000000 ]---
[ 4684.154137] ------------[ cut here ]------------
[ 4684.154145] WARNING: CPU: 0 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.154153] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.154249]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.154316] CPU: 0 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.154320] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.154323] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.154326] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.154329] RSP: 0018:ffffa7991fdbf460 EFLAGS: 00010246
[ 4684.154334] RAX: 0000000000000000 RBX: ffff8f972eec1b10 RCX: 0000000000000000
[ 4684.154337] RDX: 0000000000000000 RSI: ffff8f972eec1a90 RDI: ffffa7991fdbf488
[ 4684.154339] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.154342] R10: ffff8f972eec1b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.154344] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.154347] FS:  00007f3c42e35740(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4684.154350] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.154353] CR2: 00007f3c3266c024 CR3: 000000011987e000 CR4: 0000000000750ef0
[ 4684.154355] PKRU: 55555554
[ 4684.154358] Call Trace:
[ 4684.154361]  <TASK>
[ 4684.154369]  submit_one_bio+0xd4/0xe0
[ 4684.154377]  submit_extent_page+0x142/0x550
[ 4684.154392]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.154400]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.154406]  ? folio_unlock+0x1d/0x50
[ 4684.154413]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.154420]  read_tree_block+0x43/0xa0
[ 4684.154425]  read_block_for_search+0x266/0x370
[ 4684.154439]  btrfs_search_slot+0x351/0xd30
[ 4684.154452]  btrfs_lookup_csum+0x63/0x150
[ 4684.154460]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.154473]  btrfs_submit_compressed_read+0x359/0x470
[ 4684.154485]  submit_one_bio+0xc4/0xe0
[ 4684.154491]  ? extent_readahead+0xb7/0x6f0
[ 4684.154494]  extent_readahead+0x6d3/0x6f0
[ 4684.154499]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.154516]  read_pages+0x7a/0x300
[ 4684.154525]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.154534]  filemap_get_pages+0x40e/0x6b0
[ 4684.154541]  ? lock_is_held_type+0xe8/0x140
[ 4684.154553]  filemap_read+0xd7/0x330
[ 4684.154558]  ? lock_is_held_type+0xe8/0x140
[ 4684.154574]  vfs_read+0x243/0x310
[ 4684.154586]  ksys_read+0x64/0xe0
[ 4684.154592]  do_syscall_64+0x5b/0x80
[ 4684.154598]  ? lock_is_held_type+0xe8/0x140
[ 4684.154605]  ? do_syscall_64+0x67/0x80
[ 4684.154609]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.154613]  ? do_syscall_64+0x67/0x80
[ 4684.154619]  ? do_syscall_64+0x67/0x80
[ 4684.154622]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.154627]  ? do_syscall_64+0x67/0x80
[ 4684.154631]  ? asm_exc_page_fault+0x22/0x30
[ 4684.154635]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.154640]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.154643] RIP: 0033:0x7f3c4271eac1
[ 4684.154665] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4684.154668] RSP: 002b:00007ffee318eae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4684.154672] RAX: ffffffffffffffda RBX: 00007f3c42e356c8 RCX: 00007f3c4271eac1
[ 4684.154674] RDX: 0000000000005dba RSI: 0000560fba587160 RDI: 0000000000000003
[ 4684.154677] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4684.154679] R10: 0000000000001000 R11: 0000000000000246 R12: 0000560fba587160
[ 4684.154682] R13: 0000000000000003 R14: 00007f3c42d1ed38 R15: 00007f3c424e7010
[ 4684.154694]  </TASK>
[ 4684.154697] irq event stamp: 167609
[ 4684.154699] hardirqs last  enabled at (167617): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.154704] hardirqs last disabled at (167624): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.154707] softirqs last  enabled at (165904): [<ffffffff836ae8a2>] zstd_put_workspace+0x82/0x160
[ 4684.154711] softirqs last disabled at (165902): [<ffffffff836ae83a>] zstd_put_workspace+0x1a/0x160
[ 4684.154713] ---[ end trace 0000000000000000 ]---
[ 4684.154926] BTRFS error (device nvme0n1p3): level verify failed on logical 5399651172352 mirror 1 wanted 0 found 1
[ 4684.154933] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5399651172352 mirror 1
[ 4684.154936] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4684.154951] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4684.154957] CPU: 0 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.154960] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.154962] Call Trace:
[ 4684.154964]  <TASK>
[ 4684.154967]  dump_stack_lvl+0x5b/0x77
[ 4684.154971]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4684.154978]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.154982]  ? folio_unlock+0x1d/0x50
[ 4684.154987]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.154992]  read_tree_block+0x43/0xa0
[ 4684.154995]  read_block_for_search+0x266/0x370
[ 4684.155006]  btrfs_search_slot+0x351/0xd30
[ 4684.155016]  btrfs_lookup_csum+0x63/0x150
[ 4684.155022]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.155032]  btrfs_submit_compressed_read+0x359/0x470
[ 4684.155040]  submit_one_bio+0xc4/0xe0
[ 4684.155045]  ? extent_readahead+0xb7/0x6f0
[ 4684.155047]  extent_readahead+0x6d3/0x6f0
[ 4684.155051]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155063]  read_pages+0x7a/0x300
[ 4684.155069]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.155076]  filemap_get_pages+0x40e/0x6b0
[ 4684.155082]  ? lock_is_held_type+0xe8/0x140
[ 4684.155089]  filemap_read+0xd7/0x330
[ 4684.155093]  ? lock_is_held_type+0xe8/0x140
[ 4684.155105]  vfs_read+0x243/0x310
[ 4684.155114]  ksys_read+0x64/0xe0
[ 4684.155118]  do_syscall_64+0x5b/0x80
[ 4684.155122]  ? lock_is_held_type+0xe8/0x140
[ 4684.155127]  ? do_syscall_64+0x67/0x80
[ 4684.155130]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155134]  ? do_syscall_64+0x67/0x80
[ 4684.155138]  ? do_syscall_64+0x67/0x80
[ 4684.155141]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155145]  ? do_syscall_64+0x67/0x80
[ 4684.155148]  ? asm_exc_page_fault+0x22/0x30
[ 4684.155151]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155154]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.155157] RIP: 0033:0x7f3c4271eac1
[ 4684.155162] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4684.155164] RSP: 002b:00007ffee318eae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4684.155167] RAX: ffffffffffffffda RBX: 00007f3c42e356c8 RCX: 00007f3c4271eac1
[ 4684.155169] RDX: 0000000000005dba RSI: 0000560fba587160 RDI: 0000000000000003
[ 4684.155171] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4684.155173] R10: 0000000000001000 R11: 0000000000000246 R12: 0000560fba587160
[ 4684.155174] R13: 0000000000000003 R14: 00007f3c42d1ed38 R15: 00007f3c424e7010
[ 4684.155184]  </TASK>
[ 4684.155186] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4684.155190] CPU: 0 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.155192] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.155194] Call Trace:
[ 4684.155196]  <TASK>
[ 4684.155198]  dump_stack_lvl+0x5b/0x77
[ 4684.155201]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4684.155206]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155210]  ? folio_unlock+0x1d/0x50
[ 4684.155215]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.155220]  read_tree_block+0x43/0xa0
[ 4684.155223]  read_block_for_search+0x266/0x370
[ 4684.155234]  btrfs_search_slot+0x351/0xd30
[ 4684.155243]  btrfs_lookup_csum+0x63/0x150
[ 4684.155250]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.155259]  btrfs_submit_compressed_read+0x359/0x470
[ 4684.155267]  submit_one_bio+0xc4/0xe0
[ 4684.155272]  ? extent_readahead+0xb7/0x6f0
[ 4684.155274]  extent_readahead+0x6d3/0x6f0
[ 4684.155278]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155291]  read_pages+0x7a/0x300
[ 4684.155296]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.155303]  filemap_get_pages+0x40e/0x6b0
[ 4684.155309]  ? lock_is_held_type+0xe8/0x140
[ 4684.155316]  filemap_read+0xd7/0x330
[ 4684.155320]  ? lock_is_held_type+0xe8/0x140
[ 4684.155332]  vfs_read+0x243/0x310
[ 4684.155341]  ksys_read+0x64/0xe0
[ 4684.155345]  do_syscall_64+0x5b/0x80
[ 4684.155349]  ? lock_is_held_type+0xe8/0x140
[ 4684.155354]  ? do_syscall_64+0x67/0x80
[ 4684.155357]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155361]  ? do_syscall_64+0x67/0x80
[ 4684.155365]  ? do_syscall_64+0x67/0x80
[ 4684.155368]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155371]  ? do_syscall_64+0x67/0x80
[ 4684.155374]  ? asm_exc_page_fault+0x22/0x30
[ 4684.155377]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155381]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.155383] RIP: 0033:0x7f3c4271eac1
[ 4684.155386] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4684.155388] RSP: 002b:00007ffee318eae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4684.155391] RAX: ffffffffffffffda RBX: 00007f3c42e356c8 RCX: 00007f3c4271eac1
[ 4684.155393] RDX: 0000000000005dba RSI: 0000560fba587160 RDI: 0000000000000003
[ 4684.155395] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4684.155396] R10: 0000000000001000 R11: 0000000000000246 R12: 0000560fba587160
[ 4684.155398] R13: 0000000000000003 R14: 00007f3c42d1ed38 R15: 00007f3c424e7010
[ 4684.155408]  </TASK>
[ 4684.155409] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4684.155412] CPU: 0 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.155414] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.155416] Call Trace:
[ 4684.155418]  <TASK>
[ 4684.155420]  dump_stack_lvl+0x5b/0x77
[ 4684.155423]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4684.155428]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155432]  ? folio_unlock+0x1d/0x50
[ 4684.155437]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.155442]  read_tree_block+0x43/0xa0
[ 4684.155445]  read_block_for_search+0x266/0x370
[ 4684.155456]  btrfs_search_slot+0x351/0xd30
[ 4684.155465]  btrfs_lookup_csum+0x63/0x150
[ 4684.155472]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.155482]  btrfs_submit_compressed_read+0x359/0x470
[ 4684.155490]  submit_one_bio+0xc4/0xe0
[ 4684.155494]  ? extent_readahead+0xb7/0x6f0
[ 4684.155496]  extent_readahead+0x6d3/0x6f0
[ 4684.155500]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155513]  read_pages+0x7a/0x300
[ 4684.155518]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.155525]  filemap_get_pages+0x40e/0x6b0
[ 4684.155531]  ? lock_is_held_type+0xe8/0x140
[ 4684.155538]  filemap_read+0xd7/0x330
[ 4684.155542]  ? lock_is_held_type+0xe8/0x140
[ 4684.155554]  vfs_read+0x243/0x310
[ 4684.155563]  ksys_read+0x64/0xe0
[ 4684.155567]  do_syscall_64+0x5b/0x80
[ 4684.155571]  ? lock_is_held_type+0xe8/0x140
[ 4684.155576]  ? do_syscall_64+0x67/0x80
[ 4684.155579]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155583]  ? do_syscall_64+0x67/0x80
[ 4684.155587]  ? do_syscall_64+0x67/0x80
[ 4684.155590]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155593]  ? do_syscall_64+0x67/0x80
[ 4684.155596]  ? asm_exc_page_fault+0x22/0x30
[ 4684.155599]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155603]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.155605] RIP: 0033:0x7f3c4271eac1
[ 4684.155608] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4684.155610] RSP: 002b:00007ffee318eae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4684.155613] RAX: ffffffffffffffda RBX: 00007f3c42e356c8 RCX: 00007f3c4271eac1
[ 4684.155615] RDX: 0000000000005dba RSI: 0000560fba587160 RDI: 0000000000000003
[ 4684.155616] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4684.155618] R10: 0000000000001000 R11: 0000000000000246 R12: 0000560fba587160
[ 4684.155620] R13: 0000000000000003 R14: 00007f3c42d1ed38 R15: 00007f3c424e7010
[ 4684.155629]  </TASK>
[ 4684.155631] BTRFS error (device nvme0n1p3): read failed, bytenr=5399651172352 check owner_root=7 transid=652051 has_first_key=1 first_key=(18446744073709551606 128 126285971456) level=1 size=40
[ 4684.155634] CPU: 0 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.155636] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.155637] Call Trace:
[ 4684.155639]  <TASK>
[ 4684.155641]  dump_stack_lvl+0x5b/0x77
[ 4684.155644]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4684.155649]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155653]  ? folio_unlock+0x1d/0x50
[ 4684.155658]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.155663]  read_tree_block+0x43/0xa0
[ 4684.155667]  read_block_for_search+0x266/0x370
[ 4684.155677]  btrfs_search_slot+0x351/0xd30
[ 4684.155686]  btrfs_lookup_csum+0x63/0x150
[ 4684.155693]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.155703]  btrfs_submit_compressed_read+0x359/0x470
[ 4684.155711]  submit_one_bio+0xc4/0xe0
[ 4684.155715]  ? extent_readahead+0xb7/0x6f0
[ 4684.155717]  extent_readahead+0x6d3/0x6f0
[ 4684.155721]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.155734]  read_pages+0x7a/0x300
[ 4684.155739]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.155746]  filemap_get_pages+0x40e/0x6b0
[ 4684.155754]  ? lock_is_held_type+0xe8/0x140
[ 4684.155764]  filemap_read+0xd7/0x330
[ 4684.155768]  ? lock_is_held_type+0xe8/0x140
[ 4684.155780]  vfs_read+0x243/0x310
[ 4684.155789]  ksys_read+0x64/0xe0
[ 4684.155793]  do_syscall_64+0x5b/0x80
[ 4684.155797]  ? lock_is_held_type+0xe8/0x140
[ 4684.155802]  ? do_syscall_64+0x67/0x80
[ 4684.155805]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155809]  ? do_syscall_64+0x67/0x80
[ 4684.155813]  ? do_syscall_64+0x67/0x80
[ 4684.155816]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155819]  ? do_syscall_64+0x67/0x80
[ 4684.155823]  ? asm_exc_page_fault+0x22/0x30
[ 4684.155825]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.155829]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.155831] RIP: 0033:0x7f3c4271eac1
[ 4684.155834] Code: 31 c0 e9 b2 fe ff ff 50 48 8d 3d 52 2c 0a 00 e8 25 12 02 00 0f 1f 44 00 00 f3 0f 1e fa 80 3d 1d fb 0d 00 00 74 13 31 c0 0f 05 <48> 3d 00 f0 ff ff 77 57 c3 66 0f 1f 44 00 00 48 83 ec 28 48 89 54
[ 4684.155836] RSP: 002b:00007ffee318eae8 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[ 4684.155839] RAX: ffffffffffffffda RBX: 00007f3c42e356c8 RCX: 00007f3c4271eac1
[ 4684.155841] RDX: 0000000000005dba RSI: 0000560fba587160 RDI: 0000000000000003
[ 4684.155842] RBP: 0000000000005dba R08: 0000000000000000 R09: 0000000000000000
[ 4684.155844] R10: 0000000000001000 R11: 0000000000000246 R12: 0000560fba587160
[ 4684.155846] R13: 0000000000000003 R14: 00007f3c42d1ed38 R15: 00007f3c424e7010
[ 4684.155855]  </TASK>
[ 4684.476453] ------------[ cut here ]------------
[ 4684.476461] WARNING: CPU: 0 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.476468] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.476548]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.476601] CPU: 0 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.476605] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.476607] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.476611] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.476613] RSP: 0018:ffffa7991fdbf418 EFLAGS: 00010246
[ 4684.476617] RAX: 0000000000000000 RBX: ffff8f9a23106c90 RCX: 0000000000000000
[ 4684.476619] RDX: 0000000000000000 RSI: ffff8f9a23106c10 RDI: ffffa7991fdbf440
[ 4684.476621] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.476623] R10: ffff8f9a23106c90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.476625] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.476627] FS:  00007f3c42e35740(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4684.476630] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.476632] CR2: 00007f3c315f7000 CR3: 000000011987e000 CR4: 0000000000750ef0
[ 4684.476634] PKRU: 55555554
[ 4684.476636] Call Trace:
[ 4684.476639]  <TASK>
[ 4684.476646]  submit_one_bio+0xd4/0xe0
[ 4684.476652]  submit_extent_page+0x142/0x550
[ 4684.476664]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.476672]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.476676]  ? folio_unlock+0x1d/0x50
[ 4684.476682]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.476687]  read_tree_block+0x43/0xa0
[ 4684.476691]  read_block_for_search+0x266/0x370
[ 4684.476702]  btrfs_search_slot+0x351/0xd30
[ 4684.476712]  btrfs_lookup_csum+0x63/0x150
[ 4684.476719]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.476730]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.476734]  submit_one_bio+0xc4/0xe0
[ 4684.476740]  submit_extent_page+0x142/0x550
[ 4684.476765]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.476783]  btrfs_do_readpage+0x305/0x770
[ 4684.476792]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.476807]  ? extent_readahead+0xb7/0x6f0
[ 4684.476811]  extent_readahead+0x3f7/0x6f0
[ 4684.476819]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.476836]  read_pages+0x7a/0x300
[ 4684.476844]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.476851]  filemap_get_pages+0x11e/0x6b0
[ 4684.476857]  ? lock_is_held_type+0xe8/0x140
[ 4684.476867]  filemap_read+0xd7/0x330
[ 4684.476880]  vfs_read+0x243/0x310
[ 4684.476890]  __x64_sys_pread64+0x79/0xb0
[ 4684.476896]  do_syscall_64+0x5b/0x80
[ 4684.476900]  ? asm_exc_page_fault+0x22/0x30
[ 4684.476904]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.476908]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.476911] RIP: 0033:0x7f3c4271cac7
[ 4684.476932] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.476935] RSP: 002b:00007ffee3191508 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.476938] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.476940] RDX: 0000000000001000 RSI: 0000560fbabaa478 RDI: 0000000000000008
[ 4684.476942] RBP: 0000000000b40000 R08: 0000560fbabaa478 R09: 0000292c76aed03c
[ 4684.476944] R10: 0000000000b40000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.476946] R13: 0000560fbabaa478 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.476956]  </TASK>
[ 4684.476958] irq event stamp: 500125
[ 4684.476960] hardirqs last  enabled at (500133): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.476964] hardirqs last disabled at (500140): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.476967] softirqs last  enabled at (498286): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.476971] softirqs last disabled at (498267): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.476973] ---[ end trace 0000000000000000 ]---
[ 4684.595017] ------------[ cut here ]------------
[ 4684.595025] WARNING: CPU: 11 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.595032] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.595113]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.595167] CPU: 11 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.595171] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.595173] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.595177] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.595179] RSP: 0018:ffffa7991fdbf418 EFLAGS: 00010246
[ 4684.595183] RAX: 0000000000000000 RBX: ffff8f9a23105250 RCX: 0000000000000000
[ 4684.595185] RDX: 0000000000000000 RSI: ffff8f9a231051d0 RDI: ffffa7991fdbf440
[ 4684.595187] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.595189] R10: ffff8f9a23105250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.595191] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.595193] FS:  00007f3c42e35740(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 4684.595196] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.595198] CR2: 00007f3c31315000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.595200] PKRU: 55555554
[ 4684.595202] Call Trace:
[ 4684.595205]  <TASK>
[ 4684.595212]  submit_one_bio+0xd4/0xe0
[ 4684.595218]  submit_extent_page+0x142/0x550
[ 4684.595230]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.595237]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.595241]  ? folio_unlock+0x1d/0x50
[ 4684.595248]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.595253]  read_tree_block+0x43/0xa0
[ 4684.595257]  read_block_for_search+0x266/0x370
[ 4684.595268]  btrfs_search_slot+0x351/0xd30
[ 4684.595278]  btrfs_lookup_csum+0x63/0x150
[ 4684.595285]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.595295]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.595299]  submit_one_bio+0xc4/0xe0
[ 4684.595305]  submit_extent_page+0x4e2/0x550
[ 4684.595316]  btrfs_do_readpage+0x305/0x770
[ 4684.595321]  ? btrfs_lookup_ordered_range+0xe1/0x270
[ 4684.595329]  ? extent_readahead+0xb7/0x6f0
[ 4684.595331]  extent_readahead+0x3f7/0x6f0
[ 4684.595335]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.595348]  read_pages+0x7a/0x300
[ 4684.595355]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.595362]  filemap_get_pages+0x40e/0x6b0
[ 4684.595369]  ? lock_is_held_type+0xe8/0x140
[ 4684.595378]  filemap_read+0xd7/0x330
[ 4684.595392]  vfs_read+0x243/0x310
[ 4684.595402]  __x64_sys_pread64+0x79/0xb0
[ 4684.595407]  do_syscall_64+0x5b/0x80
[ 4684.595412]  ? asm_exc_page_fault+0x22/0x30
[ 4684.595416]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.595419]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.595422] RIP: 0033:0x7f3c4271cac7
[ 4684.595444] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.595446] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.595450] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.595452] RDX: 0000000000001000 RSI: 0000560fbac9c4b8 RDI: 0000000000000008
[ 4684.595454] RBP: 000000000226c000 R08: 0000560fbac9c4b8 R09: 000000000024f8b8
[ 4684.595456] R10: 000000000226c000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.595458] R13: 0000560fbac9c4b8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.595467]  </TASK>
[ 4684.595469] irq event stamp: 677029
[ 4684.595471] hardirqs last  enabled at (677037): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.595476] hardirqs last disabled at (677044): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.595478] softirqs last  enabled at (675560): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.595482] softirqs last disabled at (675543): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.595484] ---[ end trace 0000000000000000 ]---
[ 4684.595843] ------------[ cut here ]------------
[ 4684.595848] WARNING: CPU: 2 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.595852] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.595946]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.596033] CPU: 2 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.596038] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.596041] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.596046] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.596050] RSP: 0018:ffffa7991fdbf418 EFLAGS: 00010246
[ 4684.596056] RAX: 0000000000000000 RBX: ffff8f97a7781b10 RCX: 0000000000000000
[ 4684.596060] RDX: 0000000000000000 RSI: ffff8f97a7781a90 RDI: ffffa7991fdbf440
[ 4684.596063] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.596067] R10: ffff8f97a7781b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.596070] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.596074] FS:  00007f3c42e35740(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4684.596077] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.596081] CR2: 00007faa8d11d000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.596085] PKRU: 55555554
[ 4684.596088] Call Trace:
[ 4684.596092]  <TASK>
[ 4684.596100]  submit_one_bio+0xd4/0xe0
[ 4684.596106]  submit_extent_page+0x142/0x550
[ 4684.596118]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.596124]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.596129]  ? folio_unlock+0x1d/0x50
[ 4684.596134]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.596139]  read_tree_block+0x43/0xa0
[ 4684.596143]  read_block_for_search+0x266/0x370
[ 4684.596154]  btrfs_search_slot+0x351/0xd30
[ 4684.596164]  btrfs_lookup_csum+0x63/0x150
[ 4684.596170]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.596186]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.596194]  submit_one_bio+0xc4/0xe0
[ 4684.596203]  submit_extent_page+0x142/0x550
[ 4684.596224]  btrfs_do_readpage+0x305/0x770
[ 4684.596232]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.596246]  ? extent_readahead+0xb7/0x6f0
[ 4684.596250]  extent_readahead+0x3f7/0x6f0
[ 4684.596255]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.596268]  read_pages+0x7a/0x300
[ 4684.596274]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.596281]  filemap_get_pages+0x40e/0x6b0
[ 4684.596287]  ? lock_is_held_type+0xe8/0x140
[ 4684.596295]  filemap_read+0xd7/0x330
[ 4684.596309]  vfs_read+0x243/0x310
[ 4684.596318]  __x64_sys_pread64+0x79/0xb0
[ 4684.596323]  do_syscall_64+0x5b/0x80
[ 4684.596327]  ? asm_exc_page_fault+0x22/0x30
[ 4684.596330]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.596334]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.596337] RIP: 0033:0x7f3c4271cac7
[ 4684.596344] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.596347] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.596350] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.596352] RDX: 0000000000001000 RSI: 0000560fbac9c4b8 RDI: 0000000000000008
[ 4684.596354] RBP: 000000000226c000 R08: 0000560fbac9c4b8 R09: 000000000024f8b8
[ 4684.596356] R10: 000000000226c000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.596358] R13: 0000560fbac9c4b8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.596368]  </TASK>
[ 4684.596370] irq event stamp: 678515
[ 4684.596372] hardirqs last  enabled at (678523): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.596375] hardirqs last disabled at (678530): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.596378] softirqs last  enabled at (677168): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.596380] softirqs last disabled at (677125): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.596383] ---[ end trace 0000000000000000 ]---
[ 4684.596701] ------------[ cut here ]------------
[ 4684.596705] WARNING: CPU: 2 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.596708] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.596801]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.596886] CPU: 2 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.596890] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.596893] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.596897] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.596901] RSP: 0018:ffffa7991fdbf418 EFLAGS: 00010246
[ 4684.596906] RAX: 0000000000000000 RBX: ffff8f97a7782590 RCX: 0000000000000000
[ 4684.596910] RDX: 0000000000000000 RSI: ffff8f97a7782510 RDI: ffffa7991fdbf440
[ 4684.596914] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.596917] R10: ffff8f97a7782590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.596921] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.596925] FS:  00007f3c42e35740(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4684.596929] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.596932] CR2: 00007faa8d11d000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.596935] PKRU: 55555554
[ 4684.596937] Call Trace:
[ 4684.596939]  <TASK>
[ 4684.596944]  submit_one_bio+0xd4/0xe0
[ 4684.596949]  submit_extent_page+0x142/0x550
[ 4684.596961]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.596968]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.596972]  ? folio_unlock+0x1d/0x50
[ 4684.596977]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.596983]  read_tree_block+0x43/0xa0
[ 4684.596986]  read_block_for_search+0x266/0x370
[ 4684.596997]  btrfs_search_slot+0x351/0xd30
[ 4684.597007]  btrfs_lookup_csum+0x63/0x150
[ 4684.597013]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.597023]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.597027]  submit_one_bio+0xc4/0xe0
[ 4684.597032]  submit_extent_page+0x142/0x550
[ 4684.597037]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.597046]  btrfs_do_readpage+0x305/0x770
[ 4684.597051]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.597059]  ? extent_readahead+0xb7/0x6f0
[ 4684.597061]  extent_readahead+0x3f7/0x6f0
[ 4684.597065]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.597078]  read_pages+0x7a/0x300
[ 4684.597084]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.597091]  filemap_get_pages+0x40e/0x6b0
[ 4684.597097]  ? lock_is_held_type+0xe8/0x140
[ 4684.597106]  filemap_read+0xd7/0x330
[ 4684.597119]  vfs_read+0x243/0x310
[ 4684.597128]  __x64_sys_pread64+0x79/0xb0
[ 4684.597133]  do_syscall_64+0x5b/0x80
[ 4684.597137]  ? asm_exc_page_fault+0x22/0x30
[ 4684.597140]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.597144]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.597146] RIP: 0033:0x7f3c4271cac7
[ 4684.597152] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.597154] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.597157] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.597159] RDX: 0000000000001000 RSI: 0000560fbac9c4b8 RDI: 0000000000000008
[ 4684.597161] RBP: 000000000226c000 R08: 0000560fbac9c4b8 R09: 000000000024f8b8
[ 4684.597164] R10: 000000000226c000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.597166] R13: 0000560fbac9c4b8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.597175]  </TASK>
[ 4684.597177] irq event stamp: 679967
[ 4684.597179] hardirqs last  enabled at (679975): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.597182] hardirqs last disabled at (679982): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.597185] softirqs last  enabled at (678936): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.597187] softirqs last disabled at (678927): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.597190] ---[ end trace 0000000000000000 ]---
[ 4684.597485] ------------[ cut here ]------------
[ 4684.597489] WARNING: CPU: 2 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.597494] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.597612]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.597659] CPU: 2 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.597661] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.597664] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.597667] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.597669] RSP: 0018:ffffa7991fdbf418 EFLAGS: 00010246
[ 4684.597672] RAX: 0000000000000000 RBX: ffff8f97a7783a90 RCX: 0000000000000000
[ 4684.597674] RDX: 0000000000000000 RSI: ffff8f97a7783a10 RDI: ffffa7991fdbf440
[ 4684.597676] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.597678] R10: ffff8f97a7783a90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.597681] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.597684] FS:  00007f3c42e35740(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4684.597687] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.597691] CR2: 00007faa8d11d000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.597694] PKRU: 55555554
[ 4684.597696] Call Trace:
[ 4684.597698]  <TASK>
[ 4684.597703]  submit_one_bio+0xd4/0xe0
[ 4684.597708]  submit_extent_page+0x142/0x550
[ 4684.597720]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.597727]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.597731]  ? folio_unlock+0x1d/0x50
[ 4684.597736]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.597741]  read_tree_block+0x43/0xa0
[ 4684.597760]  read_block_for_search+0x266/0x370
[ 4684.597771]  btrfs_search_slot+0x351/0xd30
[ 4684.597781]  btrfs_lookup_csum+0x63/0x150
[ 4684.597788]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.597805]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.597812]  submit_one_bio+0xc4/0xe0
[ 4684.597821]  submit_extent_page+0x142/0x550
[ 4684.597829]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.597846]  btrfs_do_readpage+0x305/0x770
[ 4684.597854]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.597869]  ? extent_readahead+0xb7/0x6f0
[ 4684.597873]  extent_readahead+0x3f7/0x6f0
[ 4684.597881]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.597904]  read_pages+0x7a/0x300
[ 4684.597911]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.597918]  filemap_get_pages+0x40e/0x6b0
[ 4684.597924]  ? lock_is_held_type+0xe8/0x140
[ 4684.597932]  filemap_read+0xd7/0x330
[ 4684.597946]  vfs_read+0x243/0x310
[ 4684.597958]  __x64_sys_pread64+0x79/0xb0
[ 4684.597967]  do_syscall_64+0x5b/0x80
[ 4684.597973]  ? asm_exc_page_fault+0x22/0x30
[ 4684.597978]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.597984]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.597988] RIP: 0033:0x7f3c4271cac7
[ 4684.597996] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.597999] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.598005] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.598009] RDX: 0000000000001000 RSI: 0000560fbac9c4b8 RDI: 0000000000000008
[ 4684.598012] RBP: 000000000226c000 R08: 0000560fbac9c4b8 R09: 000000000024f8b8
[ 4684.598016] R10: 000000000226c000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.598020] R13: 0000560fbac9c4b8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.598037]  </TASK>
[ 4684.598041] irq event stamp: 681395
[ 4684.598044] hardirqs last  enabled at (681403): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.598050] hardirqs last disabled at (681410): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.598054] softirqs last  enabled at (681118): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.598059] softirqs last disabled at (681113): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.598063] ---[ end trace 0000000000000000 ]---
[ 4684.662976] ------------[ cut here ]------------
[ 4684.662985] WARNING: CPU: 0 PID: 2056 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[ 4684.662993] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.663074]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.663128] CPU: 0 PID: 2056 Comm: gnome-shell Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.663131] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.663134] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[ 4684.663138] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 8f 08 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c c3 cc cc cc cc <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[ 4684.663140] RSP: 0018:ffffa799073e3c28 EFLAGS: 00010282
[ 4684.663144] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[ 4684.663146] RDX: 00000000000002f3 RSI: ffffffff84a92b41 RDI: ffffa799073e3ca8
[ 4684.663149] RBP: ffffa799073e3ca8 R08: 0000000000000001 R09: 0000000000000001
[ 4684.663151] R10: 0000000000000001 R11: 0000000000000000 R12: ffff8f9790f90a80
[ 4684.663153] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4684.663155] FS:  00007fe04167a5c0(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4684.663158] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.663160] CR2: 00007fe03c1a8000 CR3: 0000000122448000 CR4: 0000000000750ef0
[ 4684.663162] PKRU: 55555554
[ 4684.663164] Call Trace:
[ 4684.663167]  <TASK>
[ 4684.663172]  drm_mode_atomic_ioctl+0x3ba/0xb20
[ 4684.663188]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[ 4684.663192]  drm_ioctl_kernel+0xac/0x160
[ 4684.663199]  drm_ioctl+0x1e7/0x450
[ 4684.663204]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[ 4684.663216]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[ 4684.663413]  __x64_sys_ioctl+0x90/0xd0
[ 4684.663419]  do_syscall_64+0x5b/0x80
[ 4684.663425]  ? do_syscall_64+0x67/0x80
[ 4684.663428]  ? do_syscall_64+0x67/0x80
[ 4684.663431]  ? do_syscall_64+0x67/0x80
[ 4684.663435]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.663439]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.663443] RIP: 0033:0x7fe04512465f
[ 4684.663465] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[ 4684.663467] RSP: 002b:00007ffde90ab210 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 4684.663471] RAX: ffffffffffffffda RBX: 00005653fd6652f0 RCX: 00007fe04512465f
[ 4684.663473] RDX: 00007ffde90ab2b0 RSI: 00000000c03864bc RDI: 000000000000000f
[ 4684.663475] RBP: 00007ffde90ab2b0 R08: 0000000000000000 R09: 0000000000000000
[ 4684.663477] R10: 00005653fd204010 R11: 0000000000000246 R12: 00000000c03864bc
[ 4684.663479] R13: 000000000000000f R14: 00005653ff866870 R15: 00005653fef326f0
[ 4684.663489]  </TASK>
[ 4684.663491] irq event stamp: 233946473
[ 4684.663493] hardirqs last  enabled at (233946481): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.663498] hardirqs last disabled at (233946488): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.663501] softirqs last  enabled at (233944834): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.663504] softirqs last disabled at (233944827): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.663507] ---[ end trace 0000000000000000 ]---
[ 4684.699125] ------------[ cut here ]------------
[ 4684.699135] WARNING: CPU: 14 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.699144] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.699272]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.699351] CPU: 14 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.699356] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.699359] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.699365] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.699369] RSP: 0018:ffffa7991fdbf358 EFLAGS: 00010246
[ 4684.699375] RAX: 0000000000000000 RBX: ffff8f97183e8610 RCX: 0000000000000000
[ 4684.699379] RDX: 0000000000000000 RSI: ffff8f97183e8590 RDI: ffffa7991fdbf380
[ 4684.699383] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.699386] R10: ffff8f97183e8610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.699390] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.699394] FS:  00007f3c42e35740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4684.699398] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.699402] CR2: 00007f3c316ae000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.699406] PKRU: 55555554
[ 4684.699411] Call Trace:
[ 4684.699414]  <TASK>
[ 4684.699422]  submit_one_bio+0xd4/0xe0
[ 4684.699432]  submit_extent_page+0x142/0x550
[ 4684.699446]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.699453]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.699458]  ? folio_unlock+0x1d/0x50
[ 4684.699465]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.699470]  read_tree_block+0x43/0xa0
[ 4684.699474]  read_block_for_search+0x266/0x370
[ 4684.699486]  btrfs_search_slot+0x351/0xd30
[ 4684.699496]  btrfs_lookup_csum+0x63/0x150
[ 4684.699503]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.699513]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.699518]  submit_one_bio+0xc4/0xe0
[ 4684.699523]  submit_extent_page+0x142/0x550
[ 4684.699527]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.699537]  btrfs_do_readpage+0x305/0x770
[ 4684.699542]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.699550]  ? extent_readahead+0xb7/0x6f0
[ 4684.699552]  extent_readahead+0x3f7/0x6f0
[ 4684.699557]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.699570]  read_pages+0x7a/0x300
[ 4684.699577]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.699584]  filemap_get_pages+0x11e/0x6b0
[ 4684.699590]  ? lock_is_held_type+0xe8/0x140
[ 4684.699600]  filemap_read+0xd7/0x330
[ 4684.699614]  vfs_read+0x243/0x310
[ 4684.699624]  __x64_sys_pread64+0x79/0xb0
[ 4684.699629]  do_syscall_64+0x5b/0x80
[ 4684.699633]  ? sched_clock_cpu+0x9f/0xc0
[ 4684.699638]  ? lock_release+0x14b/0x440
[ 4684.699645]  ? up_read+0x17/0x20
[ 4684.699649]  ? lock_is_held_type+0xe8/0x140
[ 4684.699654]  ? asm_exc_page_fault+0x22/0x30
[ 4684.699658]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.699662]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.699665] RIP: 0033:0x7f3c4271cac7
[ 4684.699687] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.699690] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.699693] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.699695] RDX: 0000000000001000 RSI: 0000560fbabac6b8 RDI: 0000000000000008
[ 4684.699697] RBP: 0000000004a8f000 R08: 0000560fbabac6b8 R09: 000000000031b091
[ 4684.699699] R10: 0000000004a8f000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.699701] R13: 0000560fbabac6b8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.699711]  </TASK>
[ 4684.699713] irq event stamp: 787731
[ 4684.699715] hardirqs last  enabled at (787739): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.699719] hardirqs last disabled at (787746): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.699721] softirqs last  enabled at (785556): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.699725] softirqs last disabled at (785549): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.699727] ---[ end trace 0000000000000000 ]---
[ 4684.742540] ------------[ cut here ]------------
[ 4684.742549] WARNING: CPU: 15 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.742556] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.742635]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.742690] CPU: 15 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.742693] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.742695] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.742699] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.742701] RSP: 0018:ffffa7991fdbf3f0 EFLAGS: 00010246
[ 4684.742705] RAX: 0000000000000000 RBX: ffff8fa27baa2050 RCX: 0000000000000000
[ 4684.742707] RDX: 0000000000000000 RSI: ffff8fa27baa1fd0 RDI: ffffa7991fdbf418
[ 4684.742709] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.742711] R10: ffff8fa27baa2050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.742713] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.742716] FS:  00007f3c42e35740(0000) GS:ffff8fa5d9e00000(0000) knlGS:0000000000000000
[ 4684.742718] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.742720] CR2: 00007f3c316e5000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.742723] PKRU: 55555554
[ 4684.742725] Call Trace:
[ 4684.742727]  <TASK>
[ 4684.742734]  submit_one_bio+0xd4/0xe0
[ 4684.742740]  submit_extent_page+0x142/0x550
[ 4684.742770]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.742778]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.742782]  ? folio_unlock+0x1d/0x50
[ 4684.742788]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.742793]  read_tree_block+0x43/0xa0
[ 4684.742797]  read_block_for_search+0x266/0x370
[ 4684.742809]  btrfs_search_slot+0x351/0xd30
[ 4684.742819]  btrfs_lookup_csum+0x63/0x150
[ 4684.742826]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.742836]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.742841]  submit_one_bio+0xc4/0xe0
[ 4684.742846]  submit_extent_page+0x142/0x550
[ 4684.742851]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.742861]  btrfs_do_readpage+0x305/0x770
[ 4684.742866]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.742874]  ? extent_readahead+0xb7/0x6f0
[ 4684.742876]  extent_readahead+0x3f7/0x6f0
[ 4684.742880]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.742893]  read_pages+0x7a/0x300
[ 4684.742901]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.742908]  filemap_get_pages+0x40e/0x6b0
[ 4684.742914]  ? lock_is_held_type+0xe8/0x140
[ 4684.742924]  filemap_read+0xd7/0x330
[ 4684.742937]  vfs_read+0x243/0x310
[ 4684.742947]  __x64_sys_pread64+0x79/0xb0
[ 4684.742953]  do_syscall_64+0x5b/0x80
[ 4684.742959]  ? asm_exc_page_fault+0x22/0x30
[ 4684.742963]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.742967]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.742970] RIP: 0033:0x7f3c4271cac7
[ 4684.742991] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.742993] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.742997] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.742999] RDX: 0000000000001000 RSI: 0000560fbacb55b8 RDI: 0000000000000008
[ 4684.743001] RBP: 0000000006bf7000 R08: 0000560fbacb55b8 R09: 0000000000352dc1
[ 4684.743003] R10: 0000000006bf7000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.743005] R13: 0000560fbacb55b8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.743015]  </TASK>
[ 4684.743017] irq event stamp: 821301
[ 4684.743019] hardirqs last  enabled at (821309): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.743023] hardirqs last disabled at (821316): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.743026] softirqs last  enabled at (820984): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.743029] softirqs last disabled at (820979): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.743032] ---[ end trace 0000000000000000 ]---
[ 4684.795460] ------------[ cut here ]------------
[ 4684.795469] WARNING: CPU: 10 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.795475] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.795556]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.795610] CPU: 10 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.795614] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.795616] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.795620] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.795622] RSP: 0018:ffffa7991fdbf418 EFLAGS: 00010246
[ 4684.795626] RAX: 0000000000000000 RBX: ffff8f972a8271d0 RCX: 0000000000000000
[ 4684.795628] RDX: 0000000000000000 RSI: ffff8f972a827150 RDI: ffffa7991fdbf440
[ 4684.795630] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.795632] R10: ffff8f972a8271d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.795634] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.795637] FS:  00007f3c42e35740(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4684.795639] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.795641] CR2: 00007f3c316e8000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.795644] PKRU: 55555554
[ 4684.795646] Call Trace:
[ 4684.795648]  <TASK>
[ 4684.795655]  submit_one_bio+0xd4/0xe0
[ 4684.795662]  submit_extent_page+0x142/0x550
[ 4684.795674]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.795681]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.795685]  ? folio_unlock+0x1d/0x50
[ 4684.795691]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.795697]  read_tree_block+0x43/0xa0
[ 4684.795700]  read_block_for_search+0x266/0x370
[ 4684.795712]  btrfs_search_slot+0x351/0xd30
[ 4684.795722]  btrfs_lookup_csum+0x63/0x150
[ 4684.795729]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.795739]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.795760]  submit_one_bio+0xc4/0xe0
[ 4684.795765]  submit_extent_page+0x142/0x550
[ 4684.795770]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.795780]  btrfs_do_readpage+0x305/0x770
[ 4684.795785]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.795793]  ? extent_readahead+0xb7/0x6f0
[ 4684.795796]  extent_readahead+0x3f7/0x6f0
[ 4684.795800]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.795813]  read_pages+0x7a/0x300
[ 4684.795820]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.795828]  filemap_get_pages+0x40e/0x6b0
[ 4684.795834]  ? lock_is_held_type+0xe8/0x140
[ 4684.795844]  filemap_read+0xd7/0x330
[ 4684.795858]  vfs_read+0x243/0x310
[ 4684.795868]  __x64_sys_pread64+0x79/0xb0
[ 4684.795873]  do_syscall_64+0x5b/0x80
[ 4684.795878]  ? do_syscall_64+0x67/0x80
[ 4684.795881]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.795885]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.795889] RIP: 0033:0x7f3c4271cac7
[ 4684.795910] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.795912] RSP: 002b:00007ffee3191508 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.795916] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.795918] RDX: 0000000000001000 RSI: 0000560fbab1c6e8 RDI: 0000000000000008
[ 4684.795920] RBP: 00000000052a0000 R08: 0000560fbab1c6e8 R09: 0000292c762a10fc
[ 4684.795922] R10: 00000000052a0000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.795924] R13: 0000560fbab1c6e8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.795934]  </TASK>
[ 4684.795936] irq event stamp: 848595
[ 4684.795938] hardirqs last  enabled at (848603): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.795943] hardirqs last disabled at (848610): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.795945] softirqs last  enabled at (845320): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.795949] softirqs last disabled at (845313): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.795951] ---[ end trace 0000000000000000 ]---
[ 4684.802194] ------------[ cut here ]------------
[ 4684.802203] WARNING: CPU: 4 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.802213] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.802308]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.802369] CPU: 4 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.802374] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.802379] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.802384] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.802387] RSP: 0018:ffffa7991fdbf3e0 EFLAGS: 00010246
[ 4684.802391] RAX: 0000000000000000 RBX: ffff8f9a3fa08b50 RCX: 0000000000000000
[ 4684.802393] RDX: 0000000000000000 RSI: ffff8f9a3fa08ad0 RDI: ffffa7991fdbf408
[ 4684.802396] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.802398] R10: ffff8f9a3fa08b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.802400] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.802402] FS:  00007f3c42e35740(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4684.802405] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.802407] CR2: 00007f3c30bae04b CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.802409] PKRU: 55555554
[ 4684.802411] Call Trace:
[ 4684.802414]  <TASK>
[ 4684.802421]  submit_one_bio+0xd4/0xe0
[ 4684.802428]  submit_extent_page+0x142/0x550
[ 4684.802440]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.802447]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.802455]  ? folio_unlock+0x1d/0x50
[ 4684.802464]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.802470]  read_tree_block+0x43/0xa0
[ 4684.802474]  read_block_for_search+0x266/0x370
[ 4684.802487]  btrfs_search_slot+0x351/0xd30
[ 4684.802497]  btrfs_lookup_csum+0x63/0x150
[ 4684.802504]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.802515]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.802520]  submit_one_bio+0xc4/0xe0
[ 4684.802525]  submit_extent_page+0x142/0x550
[ 4684.802530]  ? btrfs_get_extent+0x4c1/0x940
[ 4684.802540]  btrfs_do_readpage+0x305/0x770
[ 4684.802548]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4684.802565]  ? extent_readahead+0xb7/0x6f0
[ 4684.802569]  extent_readahead+0x3f7/0x6f0
[ 4684.802575]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.802598]  read_pages+0x7a/0x300
[ 4684.802605]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.802613]  filemap_get_pages+0x11e/0x6b0
[ 4684.802619]  ? lock_is_held_type+0xe8/0x140
[ 4684.802629]  filemap_read+0xd7/0x330
[ 4684.802643]  vfs_read+0x243/0x310
[ 4684.802654]  __x64_sys_pread64+0x79/0xb0
[ 4684.802659]  do_syscall_64+0x5b/0x80
[ 4684.802664]  ? do_syscall_64+0x67/0x80
[ 4684.802667]  ? do_syscall_64+0x67/0x80
[ 4684.802672]  ? asm_exc_page_fault+0x22/0x30
[ 4684.802676]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.802680]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.802683] RIP: 0033:0x7f3c4271cac7
[ 4684.802708] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.802713] RSP: 002b:00007ffee3191508 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.802720] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.802723] RDX: 0000000000001000 RSI: 0000560fbac9a068 RDI: 0000000000000008
[ 4684.802726] RBP: 0000000007669000 R08: 0000560fbac9a068 R09: 0000000000000005
[ 4684.802728] R10: 0000000007669000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.802730] R13: 0000560fbac9a068 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.802772]  </TASK>
[ 4684.802776] irq event stamp: 852679
[ 4684.802780] hardirqs last  enabled at (852687): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.802787] hardirqs last disabled at (852694): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.802790] softirqs last  enabled at (852670): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.802793] softirqs last disabled at (852665): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.802796] ---[ end trace 0000000000000000 ]---
[ 4684.803068] ------------[ cut here ]------------
[ 4684.803072] WARNING: CPU: 4 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.803076] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.803152]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.803203] CPU: 4 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.803206] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.803209] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.803212] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.803214] RSP: 0018:ffffa7991fdbf560 EFLAGS: 00010246
[ 4684.803218] RAX: 0000000000000000 RBX: ffff8f9a3fa0a910 RCX: 0000000000000000
[ 4684.803220] RDX: 0000000000000000 RSI: ffff8f9a3fa0a890 RDI: ffffa7991fdbf588
[ 4684.803222] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.803224] R10: ffff8f9a3fa0a910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.803226] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.803229] FS:  00007f3c42e35740(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4684.803232] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.803235] CR2: 00007f3c30bae04b CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.803237] PKRU: 55555554
[ 4684.803239] Call Trace:
[ 4684.803241]  <TASK>
[ 4684.803247]  submit_one_bio+0xd4/0xe0
[ 4684.803254]  submit_extent_page+0x142/0x550
[ 4684.803266]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.803273]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.803277]  ? folio_unlock+0x1d/0x50
[ 4684.803283]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.803289]  read_tree_block+0x43/0xa0
[ 4684.803292]  read_block_for_search+0x266/0x370
[ 4684.803304]  btrfs_search_slot+0x351/0xd30
[ 4684.803314]  btrfs_lookup_csum+0x63/0x150
[ 4684.803321]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.803332]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.803337]  submit_one_bio+0xc4/0xe0
[ 4684.803341]  ? extent_readahead+0xb7/0x6f0
[ 4684.803344]  extent_readahead+0x6d3/0x6f0
[ 4684.803348]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.803361]  read_pages+0x7a/0x300
[ 4684.803369]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.803376]  filemap_get_pages+0x11e/0x6b0
[ 4684.803382]  ? lock_is_held_type+0xe8/0x140
[ 4684.803392]  filemap_read+0xd7/0x330
[ 4684.803406]  vfs_read+0x243/0x310
[ 4684.803417]  __x64_sys_pread64+0x79/0xb0
[ 4684.803422]  do_syscall_64+0x5b/0x80
[ 4684.803426]  ? do_syscall_64+0x67/0x80
[ 4684.803429]  ? do_syscall_64+0x67/0x80
[ 4684.803434]  ? asm_exc_page_fault+0x22/0x30
[ 4684.803439]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.803443]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.803446] RIP: 0033:0x7f3c4271cac7
[ 4684.803466] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.803468] RSP: 002b:00007ffee3191508 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.803472] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.803474] RDX: 0000000000001000 RSI: 0000560fbac9a068 RDI: 0000000000000008
[ 4684.803476] RBP: 0000000007669000 R08: 0000560fbac9a068 R09: 0000000000000005
[ 4684.803478] R10: 0000000007669000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.803480] R13: 0000560fbac9a068 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.803490]  </TASK>
[ 4684.803492] irq event stamp: 854063
[ 4684.803494] hardirqs last  enabled at (854071): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.803498] hardirqs last disabled at (854078): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.803500] softirqs last  enabled at (852670): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.803504] softirqs last disabled at (852665): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.803506] ---[ end trace 0000000000000000 ]---
[ 4684.804112] ------------[ cut here ]------------
[ 4684.804260] WARNING: CPU: 6 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.804266] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.804348]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.804405] CPU: 6 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.804409] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.804411] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.804415] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.804417] RSP: 0018:ffffa7991fdbf550 EFLAGS: 00010246
[ 4684.804421] RAX: 0000000000000000 RBX: ffff8f972b819b10 RCX: 0000000000000000
[ 4684.804424] RDX: 0000000000000000 RSI: ffff8f972b819a90 RDI: ffffa7991fdbf578
[ 4684.804426] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.804428] R10: ffff8f972b819b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.804430] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.804432] FS:  00007f3c42e35740(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4684.804435] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.804437] CR2: 00007f3c316ef000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.804440] PKRU: 55555554
[ 4684.804442] Call Trace:
[ 4684.804445]  <TASK>
[ 4684.804452]  submit_one_bio+0xd4/0xe0
[ 4684.804458]  submit_extent_page+0x142/0x550
[ 4684.804472]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.804479]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.804484]  ? folio_unlock+0x1d/0x50
[ 4684.804491]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.804497]  read_tree_block+0x43/0xa0
[ 4684.804500]  read_block_for_search+0x266/0x370
[ 4684.804513]  btrfs_search_slot+0x351/0xd30
[ 4684.804521]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 4684.804527]  btrfs_lookup_file_extent+0x37/0x40
[ 4684.804532]  btrfs_get_extent+0x12a/0x940
[ 4684.804544]  btrfs_do_readpage+0x1d8/0x770
[ 4684.804548]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 4684.804557]  ? extent_readahead+0xb7/0x6f0
[ 4684.804560]  extent_readahead+0x3f7/0x6f0
[ 4684.804565]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.804579]  read_pages+0x7a/0x300
[ 4684.804587]  page_cache_ra_unbounded+0x131/0x1b0
[ 4684.804594]  filemap_get_pages+0x40e/0x6b0
[ 4684.804601]  ? lock_is_held_type+0xe8/0x140
[ 4684.804611]  filemap_read+0xd7/0x330
[ 4684.804627]  vfs_read+0x243/0x310
[ 4684.804638]  __x64_sys_pread64+0x79/0xb0
[ 4684.804644]  do_syscall_64+0x5b/0x80
[ 4684.804647]  ? lock_is_held_type+0xe8/0x140
[ 4684.804653]  ? asm_exc_page_fault+0x22/0x30
[ 4684.804657]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.804661]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.804664] RIP: 0033:0x7f3c4271cac7
[ 4684.804683] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.804685] RSP: 002b:00007ffee3191568 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.804689] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.804691] RDX: 0000000000001000 RSI: 0000560fbacbd228 RDI: 0000000000000008
[ 4684.804693] RBP: 0000000007529000 R08: 0000560fbacbd228 R09: 000000000038965b
[ 4684.804696] R10: 0000000007529000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.804698] R13: 0000560fbacbd228 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.804709]  </TASK>
[ 4684.804711] irq event stamp: 855643
[ 4684.804713] hardirqs last  enabled at (855651): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.804717] hardirqs last disabled at (855658): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.804720] softirqs last  enabled at (852670): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.804723] softirqs last disabled at (852665): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.804726] ---[ end trace 0000000000000000 ]---
[ 4684.808269] ------------[ cut here ]------------
[ 4684.808276] WARNING: CPU: 10 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.808283] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.808423]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.808476] CPU: 10 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.808480] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.808482] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.808486] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.808489] RSP: 0018:ffffa7991fdbf4d8 EFLAGS: 00010246
[ 4684.808492] RAX: 0000000000000000 RBX: ffff8f972a825790 RCX: 0000000000000000
[ 4684.808494] RDX: 0000000000000000 RSI: ffff8f972a825710 RDI: ffffa7991fdbf500
[ 4684.808496] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.808499] R10: ffff8f972a825790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.808501] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.808503] FS:  00007f3c42e35740(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4684.808505] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.808508] CR2: 00007f3c30d7b000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.808510] PKRU: 55555554
[ 4684.808512] Call Trace:
[ 4684.808514]  <TASK>
[ 4684.808522]  submit_one_bio+0xd4/0xe0
[ 4684.808532]  submit_extent_page+0x142/0x550
[ 4684.808553]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.808565]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.808573]  ? folio_unlock+0x1d/0x50
[ 4684.808584]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.808594]  read_tree_block+0x43/0xa0
[ 4684.808600]  read_block_for_search+0x266/0x370
[ 4684.808621]  btrfs_search_slot+0x351/0xd30
[ 4684.808639]  btrfs_lookup_csum+0x63/0x150
[ 4684.808651]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.808669]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.808675]  submit_one_bio+0xc4/0xe0
[ 4684.808683]  ? extent_readahead+0xb7/0x6f0
[ 4684.808687]  extent_readahead+0x6d3/0x6f0
[ 4684.808695]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.808720]  read_pages+0x7a/0x300
[ 4684.808732]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.808766]  filemap_get_pages+0x40e/0x6b0
[ 4684.808779]  ? lock_is_held_type+0xe8/0x140
[ 4684.808794]  filemap_read+0xd7/0x330
[ 4684.808819]  vfs_read+0x243/0x310
[ 4684.808837]  __x64_sys_pread64+0x79/0xb0
[ 4684.808847]  do_syscall_64+0x5b/0x80
[ 4684.808852]  ? do_syscall_64+0x67/0x80
[ 4684.808859]  ? lock_release+0x14b/0x440
[ 4684.808870]  ? up_read+0x17/0x20
[ 4684.808878]  ? lock_is_held_type+0xe8/0x140
[ 4684.808887]  ? asm_exc_page_fault+0x22/0x30
[ 4684.808893]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.808899]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.808905] RIP: 0033:0x7f3c4271cac7
[ 4684.808925] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.808928] RSP: 002b:00007ffee3191508 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.808932] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.808934] RDX: 0000000000001000 RSI: 0000560fbaafcee8 RDI: 0000000000000008
[ 4684.808936] RBP: 0000000003421000 R08: 0000560fbaafcee8 R09: 0000000000000005
[ 4684.808938] R10: 0000000003421000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.808940] R13: 0000560fbaafcee8 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.808956]  </TASK>
[ 4684.808960] irq event stamp: 858453
[ 4684.808963] hardirqs last  enabled at (858461): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.808968] hardirqs last disabled at (858468): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.808971] softirqs last  enabled at (858270): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.808974] softirqs last disabled at (858263): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.808976] ---[ end trace 0000000000000000 ]---
[ 4684.809585] ------------[ cut here ]------------
[ 4684.809588] WARNING: CPU: 10 PID: 14220 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.809593] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.809690]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.809786] CPU: 10 PID: 14220 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.809789] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.809791] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.809795] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.809797] RSP: 0018:ffffa7991fdbf510 EFLAGS: 00010246
[ 4684.809801] RAX: 0000000000000000 RBX: ffff8f972a825950 RCX: 0000000000000000
[ 4684.809803] RDX: 0000000000000000 RSI: ffff8f972a8258d0 RDI: ffffa7991fdbf538
[ 4684.809805] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.809807] R10: ffff8f972a825950 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.809809] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.809811] FS:  00007f3c42e35740(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4684.809813] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4684.809816] CR2: 00007f3c30d7b000 CR3: 000000011987e000 CR4: 0000000000750ee0
[ 4684.809818] PKRU: 55555554
[ 4684.809820] Call Trace:
[ 4684.809822]  <TASK>
[ 4684.809827]  submit_one_bio+0xd4/0xe0
[ 4684.809833]  submit_extent_page+0x142/0x550
[ 4684.809845]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.809852]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.809856]  ? folio_unlock+0x1d/0x50
[ 4684.809863]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.809868]  read_tree_block+0x43/0xa0
[ 4684.809872]  read_block_for_search+0x266/0x370
[ 4684.809883]  btrfs_search_slot+0x351/0xd30
[ 4684.809893]  btrfs_lookup_csum+0x63/0x150
[ 4684.809900]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.809910]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.809914]  submit_one_bio+0xc4/0xe0
[ 4684.809919]  ? extent_readahead+0xb7/0x6f0
[ 4684.809921]  extent_readahead+0x6d3/0x6f0
[ 4684.809926]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.809939]  read_pages+0x7a/0x300
[ 4684.809946]  page_cache_ra_unbounded+0x109/0x1b0
[ 4684.809953]  filemap_get_pages+0x40e/0x6b0
[ 4684.809959]  ? lock_is_held_type+0xe8/0x140
[ 4684.809968]  filemap_read+0xd7/0x330
[ 4684.809981]  vfs_read+0x243/0x310
[ 4684.809991]  __x64_sys_pread64+0x79/0xb0
[ 4684.809996]  do_syscall_64+0x5b/0x80
[ 4684.810002]  ? up_read+0x17/0x20
[ 4684.810007]  ? lock_is_held_type+0xe8/0x140
[ 4684.810012]  ? asm_exc_page_fault+0x22/0x30
[ 4684.810016]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.810020]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4684.810023] RIP: 0033:0x7f3c4271cac7
[ 4684.810034] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4684.810036] RSP: 002b:00007ffee3191508 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4684.810040] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3c4271cac7
[ 4684.810042] RDX: 0000000000001000 RSI: 0000560fbaaf2498 RDI: 0000000000000008
[ 4684.810044] RBP: 00000000033ef000 R08: 0000560fbaaf2498 R09: 0000000000000005
[ 4684.810046] R10: 00000000033ef000 R11: 0000000000000202 R12: 0000000000001000
[ 4684.810048] R13: 0000560fbaaf2498 R14: 0000000000001000 R15: 0000560fbaadf2b8
[ 4684.810065]  </TASK>
[ 4684.810069] irq event stamp: 859931
[ 4684.810072] hardirqs last  enabled at (859939): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.810075] hardirqs last disabled at (859946): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.810078] softirqs last  enabled at (859356): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.810081] softirqs last disabled at (859347): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.810084] ---[ end trace 0000000000000000 ]---
[ 4684.900077] ------------[ cut here ]------------
[ 4684.900087] WARNING: CPU: 15 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4684.900096] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4684.900184]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4684.900244] CPU: 15 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4684.900248] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4684.900251] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4684.900254] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4684.900257] RSP: 0018:ffffa7991feb76c8 EFLAGS: 00010246
[ 4684.900260] RAX: 0000000000000000 RBX: ffff8fa27baa0b50 RCX: 0000000000000000
[ 4684.900263] RDX: 0000000000000000 RSI: ffff8fa27baa0ad0 RDI: ffffa7991feb76f0
[ 4684.900265] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4684.900267] R10: ffff8fa27baa0b50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4684.900269] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4684.900272] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b61efb40
[ 4684.900274] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4684.900277] CR2: 0000108a00658000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4684.900279] PKRU: 55555554
[ 4684.900281] Call Trace:
[ 4684.900284]  <TASK>
[ 4684.900291]  submit_one_bio+0xd4/0xe0
[ 4684.900298]  submit_extent_page+0x142/0x550
[ 4684.900312]  read_extent_buffer_pages+0x584/0x9c0
[ 4684.900319]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.900323]  ? folio_unlock+0x1d/0x50
[ 4684.900330]  btrfs_read_extent_buffer+0x98/0x150
[ 4684.900336]  read_tree_block+0x43/0xa0
[ 4684.900340]  read_block_for_search+0x266/0x370
[ 4684.900353]  btrfs_search_slot+0x351/0xd30
[ 4684.900370]  btrfs_lookup_csum+0x63/0x150
[ 4684.900383]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4684.900393]  ? btrfs_do_readpage+0x305/0x770
[ 4684.900404]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4684.900412]  submit_one_bio+0xc4/0xe0
[ 4684.900421]  btrfs_read_folio+0x79/0x90
[ 4684.900427]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4684.900432]  prepare_uptodate_page+0x8c/0x210
[ 4684.900440]  prepare_pages.constprop.0+0x134/0x300
[ 4684.900454]  btrfs_buffered_write+0x2ca/0x940
[ 4684.900470]  btrfs_do_write_iter+0x384/0x5d0
[ 4684.900474]  ? lock_is_held_type+0xe8/0x140
[ 4684.900482]  vfs_write+0x269/0x4f0
[ 4684.900492]  ksys_write+0x64/0xe0
[ 4684.900497]  __do_fast_syscall_32+0x88/0xf0
[ 4684.900502]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4684.900506]  ? __do_fast_syscall_32+0x94/0xf0
[ 4684.900509]  ? __do_fast_syscall_32+0x94/0xf0
[ 4684.900513]  ? __do_fast_syscall_32+0x94/0xf0
[ 4684.900516]  ? __do_fast_syscall_32+0x94/0xf0
[ 4684.900520]  do_fast_syscall_32+0x2f/0x70
[ 4684.900524]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4684.900529] RIP: 0023:0xf7fc0579
[ 4684.900552] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4684.900555] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4684.900558] RAX: ffffffffffffffda RBX: 0000000000000090 RCX: 00000000bf1ff010
[ 4684.900560] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4684.900563] RBP: 0000000000000090 R08: 00000000b61edae0 R09: 0000000000000000
[ 4684.900565] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4684.900567] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4684.900578]  </TASK>
[ 4684.900580] irq event stamp: 1385027
[ 4684.900582] hardirqs last  enabled at (1385035): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4684.900588] hardirqs last disabled at (1385042): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4684.900591] softirqs last  enabled at (1383592): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.900596] softirqs last disabled at (1383585): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4684.900599] ---[ end trace 0000000000000000 ]---
[ 4685.047302] ------------[ cut here ]------------
[ 4685.047313] ------------[ cut here ]------------
[ 4685.047314] WARNING: CPU: 13 PID: 14197 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4685.047324] Modules linked in:
[ 4685.047321] WARNING: CPU: 7 PID: 14198 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4685.047328]  uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns
[ 4685.047332] Modules linked in: uinput rfcomm
[ 4685.047335]  nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4
[ 4685.047336]  snd_seq_dummy
[ 4685.047340]  nft_fib_ipv6
[ 4685.047339]  snd_hrtimer
[ 4685.047342]  nft_fib
[ 4685.047342]  nf_conntrack_netbios_ns
[ 4685.047345]  nft_reject_inet
[ 4685.047344]  nf_conntrack_broadcast
[ 4685.047347]  nf_reject_ipv4
[ 4685.047347]  nft_fib_inet
[ 4685.047350]  nf_reject_ipv6 nft_reject nft_ct
[ 4685.047350]  nft_fib_ipv4
[ 4685.047353]  nft_chain_nat nf_nat
[ 4685.047354]  nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4
[ 4685.047358]  nf_conntrack
[ 4685.047358]  nf_reject_ipv6
[ 4685.047360]  nf_defrag_ipv6
[ 4685.047360]  nft_reject
[ 4685.047363]  nf_defrag_ipv4
[ 4685.047362]  nft_ct
[ 4685.047365]  ip_set nf_tables
[ 4685.047366]  nft_chain_nat
[ 4685.047368]  nfnetlink snd_hda_codec_realtek qrtr
[ 4685.047369]  nf_nat nf_conntrack nf_defrag_ipv6
[ 4685.047373]  snd_hda_codec_generic
[ 4685.047372]  nf_defrag_ipv4
[ 4685.047375]  snd_hda_codec_hdmi bnep
[ 4685.047375]  ip_set
[ 4685.047378]  snd_sof_amd_rembrandt snd_sof_amd_renoir
[ 4685.047379]  nf_tables
[ 4685.047382]  snd_sof_amd_acp
[ 4685.047380]  nfnetlink snd_hda_codec_realtek qrtr
[ 4685.047385]  snd_sof_pci
[ 4685.047384]  snd_hda_codec_generic
[ 4685.047387]  snd_sof_xtensa_dsp snd_sof mt7921e
[ 4685.047388]  snd_hda_codec_hdmi
[ 4685.047391]  sunrpc snd_sof_utils
[ 4685.047392]  bnep
[ 4685.047393]  mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core
[ 4685.047395]  snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp
[ 4685.047398]  intel_rapl_common
[ 4685.047398]  snd_sof_pci
[ 4685.047400]  mt76
[ 4685.047400]  snd_sof_xtensa_dsp
[ 4685.047403]  snd_hda_intel snd_compress snd_intel_dspcfg
[ 4685.047404]  snd_sof mt7921e sunrpc
[ 4685.047407]  snd_intel_sdw_acpi
[ 4685.047407]  snd_sof_utils
[ 4685.047409]  ac97_bus snd_hda_codec btusb
[ 4685.047410]  mt7921_common mt76_connac_lib intel_rapl_msr
[ 4685.047414]  snd_pcm_dmaengine btrtl snd_pci_ps
[ 4685.047414]  snd_soc_core intel_rapl_common mt76
[ 4685.047418]  mac80211
[ 4685.047418]  snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi
[ 4685.047422]  snd_hda_core
[ 4685.047422]  ac97_bus
[ 4685.047424]  btbcm
[ 4685.047424]  snd_hda_codec
[ 4685.047426]  edac_mce_amd
[ 4685.047426]  btusb
[ 4685.047429]  snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep
[ 4685.047430]  snd_pcm_dmaengine btrtl snd_pci_ps
[ 4685.047433]  binfmt_misc
[ 4685.047433]  mac80211
[ 4685.047435]  btintel kvm_amd
[ 4685.047436]  snd_hda_core
[ 4685.047438]  btmtk
[ 4685.047438]  btbcm
[ 4685.047441]  snd_seq
[ 4685.047440]  edac_mce_amd
[ 4685.047443]  libarc4
[ 4685.047443]  snd_rpl_pci_acp6x
[ 4685.047445]  snd_seq_device
[ 4685.047445]  snd_pci_acp6x
[ 4685.047448]  kvm
[ 4685.047447]  snd_hwdep
[ 4685.047450]  vfat
[ 4685.047450]  binfmt_misc
[ 4685.047452]  bluetooth
[ 4685.047452]  btintel
[ 4685.047455]  irqbypass
[ 4685.047454]  kvm_amd
[ 4685.047457]  fat
[ 4685.047457]  btmtk
[ 4685.047459]  snd_pcm
[ 4685.047459]  snd_seq
[ 4685.047462]  snd_pci_acp5x
[ 4685.047461]  libarc4
[ 4685.047464]  cfg80211
[ 4685.047464]  snd_seq_device
[ 4685.047466]  rapl
[ 4685.047466]  kvm
[ 4685.047469]  snd_rn_pci_acp3x
[ 4685.047468]  vfat
[ 4685.047471]  asus_nb_wmi
[ 4685.047471]  bluetooth irqbypass fat
[ 4685.047475]  snd_timer snd_acp_config
[ 4685.047476]  snd_pcm
[ 4685.047478]  snd_soc_acpi pcspkr
[ 4685.047479]  snd_pci_acp5x cfg80211
[ 4685.047483]  wmi_bmof
[ 4685.047482]  rapl
[ 4685.047485]  k10temp snd
[ 4685.047486]  snd_rn_pci_acp3x asus_nb_wmi
[ 4685.047490]  i2c_piix4
[ 4685.047489]  snd_timer
[ 4685.047492]  snd_pci_acp3x soundcore
[ 4685.047492]  snd_acp_config snd_soc_acpi
[ 4685.047496]  joydev
[ 4685.047495]  pcspkr
[ 4685.047498]  acpi_cpufreq amd_pmc
[ 4685.047499]  wmi_bmof k10temp
[ 4685.047503]  asus_wireless
[ 4685.047502]  snd
[ 4685.047505]  zram amdgpu
[ 4685.047506]  i2c_piix4 snd_pci_acp3x
[ 4685.047509]  drm_ttm_helper
[ 4685.047508]  soundcore
[ 4685.047511]  hid_asus ttm
[ 4685.047512]  joydev acpi_cpufreq
[ 4685.047516]  asus_wmi
[ 4685.047515]  amd_pmc
[ 4685.047518]  crct10dif_pclmul crc32_pclmul
[ 4685.047518]  asus_wireless zram
[ 4685.047522]  ledtrig_audio
[ 4685.047521]  amdgpu
[ 4685.047524]  crc32c_intel polyval_clmulni
[ 4685.047525]  drm_ttm_helper hid_asus
[ 4685.047529]  sparse_keymap
[ 4685.047527]  ttm
[ 4685.047531]  iommu_v2 platform_profile
[ 4685.047531]  asus_wmi crct10dif_pclmul
[ 4685.047535]  polyval_generic
[ 4685.047534]  crc32_pclmul
[ 4685.047538]  drm_buddy
[ 4685.047538]  ledtrig_audio crc32c_intel
[ 4685.047542]  gpu_sched
[ 4685.047540]  polyval_clmulni
[ 4685.047544]  drm_display_helper rfkill
[ 4685.047544]  sparse_keymap iommu_v2
[ 4685.047548]  nvme
[ 4685.047547]  platform_profile polyval_generic drm_buddy
[ 4685.047551]  ghash_clmulni_intel ucsi_acpi hid_multitouch
[ 4685.047553]  gpu_sched
[ 4685.047556]  sha512_ssse3 typec_ucsi
[ 4685.047557]  drm_display_helper
[ 4685.047559]  nvme_core ccp
[ 4685.047560]  rfkill nvme
[ 4685.047564]  serio_raw
[ 4685.047563]  ghash_clmulni_intel
[ 4685.047566]  sp5100_tco r8169
[ 4685.047567]  ucsi_acpi hid_multitouch
[ 4685.047571]  cec
[ 4685.047569]  sha512_ssse3
[ 4685.047572]  nvme_common typec
[ 4685.047573]  typec_ucsi nvme_core
[ 4685.047577]  video
[ 4685.047576]  ccp
[ 4685.047579]  i2c_hid_acpi i2c_hid
[ 4685.047580]  serio_raw sp5100_tco
[ 4685.047584]  wmi
[ 4685.047583]  r8169
[ 4685.047585]  ip6_tables ip_tables
[ 4685.047586]  cec nvme_common
[ 4685.047590]  fuse
[ 4685.047589]  typec

[ 4685.047593]  video i2c_hid_acpi i2c_hid
[ 4685.047597] CPU: 13 PID: 14197 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4685.047599] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4685.047600]  wmi ip6_tables ip_tables
[ 4685.047604] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4685.047604]  fuse
[ 4685.047609] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4685.047609] CPU: 7 PID: 14198 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4685.047612] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4685.047615] RSP: 0018:ffffa7991fe77628 EFLAGS: 00010246
[ 4685.047616] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4685.047620] RAX: 0000000000000000 RBX: ffff8fa13a48d5d0 RCX: 0000000000000000
[ 4685.047620] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4685.047623] RDX: 0000000000000000 RSI: ffff8fa13a48d550 RDI: ffffa7991fe77650
[ 4685.047624] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4685.047625] RSP: 0018:ffffa7991fe976e0 EFLAGS: 00010246
[ 4685.047628] R10: ffff8fa13a48d5d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4685.047630] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4685.047630] RAX: 0000000000000000 RBX: ffff8f97a67423d0 RCX: 0000000000000000
[ 4685.047634] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000bacfeb40
[ 4685.047634] RDX: 0000000000000000 RSI: ffff8f97a6742350 RDI: ffffa7991fe97708
[ 4685.047638] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4685.047639] CR2: 00007f9183ffe000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4685.047640] PKRU: 55555554
[ 4685.047640] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4685.047644] Call Trace:
[ 4685.047645]  <TASK>
[ 4685.047649] R10: ffff8f97a67423d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4685.047652]  submit_one_bio+0xd4/0xe0
[ 4685.047654] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4685.047657] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b7dffb40
[ 4685.047659]  submit_extent_page+0x142/0x550
[ 4685.047661] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4685.047664] CR2: 0000564d4a0c1000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4685.047668] PKRU: 55555554
[ 4685.047672] Call Trace:
[ 4685.047674]  read_extent_buffer_pages+0x584/0x9c0
[ 4685.047677]  <TASK>
[ 4685.047680]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4685.047684]  ? folio_unlock+0x1d/0x50
[ 4685.047690]  btrfs_read_extent_buffer+0x98/0x150
[ 4685.047689]  submit_one_bio+0xd4/0xe0
[ 4685.047696]  read_tree_block+0x43/0xa0
[ 4685.047699]  submit_extent_page+0x142/0x550
[ 4685.047700]  read_block_for_search+0x266/0x370
[ 4685.047712]  btrfs_search_slot+0x351/0xd30
[ 4685.047724]  btrfs_lookup_csum+0x63/0x150
[ 4685.047724]  read_extent_buffer_pages+0x584/0x9c0
[ 4685.047731]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4685.047737]  ? btrfs_do_readpage+0x305/0x770
[ 4685.047737]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4685.047768]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4685.047772]  submit_one_bio+0xc4/0xe0
[ 4685.047779]  ? folio_unlock+0x1d/0x50
[ 4685.047780]  btrfs_read_folio+0x79/0x90
[ 4685.047785]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4685.047789]  prepare_uptodate_page+0x8c/0x210
[ 4685.047794]  btrfs_read_extent_buffer+0x98/0x150
[ 4685.047797]  prepare_pages.constprop.0+0xa2/0x300
[ 4685.047806]  read_tree_block+0x43/0xa0
[ 4685.047811]  btrfs_buffered_write+0x2ca/0x940
[ 4685.047812]  read_block_for_search+0x266/0x370
[ 4685.047830]  btrfs_search_slot+0x351/0xd30
[ 4685.047839]  btrfs_do_write_iter+0x384/0x5d0
[ 4685.047847]  btrfs_lookup_csum+0x63/0x150
[ 4685.047845]  ? lock_is_held_type+0xe8/0x140
[ 4685.047854]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4685.047861]  ? btrfs_do_readpage+0x305/0x770
[ 4685.047860]  vfs_write+0x269/0x4f0
[ 4685.047869]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4685.047873]  submit_one_bio+0xc4/0xe0
[ 4685.047876]  ksys_write+0x64/0xe0
[ 4685.047879]  btrfs_read_folio+0x79/0x90
[ 4685.047881]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4685.047883]  prepare_uptodate_page+0x8c/0x210
[ 4685.047887]  prepare_pages.constprop.0+0xa2/0x300
[ 4685.047889]  __do_fast_syscall_32+0x88/0xf0
[ 4685.047895]  btrfs_buffered_write+0x2ca/0x940
[ 4685.047896]  ? lock_is_held_type+0xe8/0x140
[ 4685.047907]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047909]  btrfs_do_write_iter+0x384/0x5d0
[ 4685.047911]  ? lock_is_held_type+0xe8/0x140
[ 4685.047916]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4685.047917]  vfs_write+0x269/0x4f0
[ 4685.047925]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047926]  ksys_write+0x64/0xe0
[ 4685.047930]  __do_fast_syscall_32+0x88/0xf0
[ 4685.047933]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047935]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047939]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047939]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047944]  do_fast_syscall_32+0x2f/0x70
[ 4685.047946]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4685.047949]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4685.047953]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047958]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047963]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047968]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.047954] RIP: 0023:0xf7fc0579
[ 4685.047976]  do_fast_syscall_32+0x2f/0x70
[ 4685.047977] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4685.047979] RSP: 002b:00000000b7dfdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4685.047981] RAX: ffffffffffffffda RBX: 000000000000007c RCX: 00000000c63ff010
[ 4685.047985] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4685.047985]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4685.047987] RBP: 000000000000007c R08: 00000000b7dfdae0 R09: 0000000000000000
[ 4685.047988] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4685.047992] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4685.047990] RIP: 0023:0xf7fc0579
[ 4685.048002] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4685.048003]  </TASK>
[ 4685.048004] irq event stamp: 338201
[ 4685.048005] RSP: 002b:00000000bacfcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4685.048007] hardirqs last  enabled at (338211): [<ffffffff831aac1a>] console_emit_next_record.constprop.0+0x29a/0x370
[ 4685.048012] RAX: ffffffffffffffda RBX: 000000000000007b RCX: 00000000c63ff010
[ 4685.048014] hardirqs last disabled at (338220): [<ffffffff831aac59>] console_emit_next_record.constprop.0+0x2d9/0x370
[ 4685.048015] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4685.048017] RBP: 000000000000007b R08: 00000000bacfcae0 R09: 0000000000000000
[ 4685.048020] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4685.048019] softirqs last  enabled at (337934): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4685.048021] softirqs last disabled at (337927): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4685.048023] ---[ end trace 0000000000000000 ]---
[ 4685.048024] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4685.048040]  </TASK>
[ 4685.048042] irq event stamp: 845337
[ 4685.048044] hardirqs last  enabled at (845345): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4685.048048] hardirqs last disabled at (845352): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4685.048051] softirqs last  enabled at (845052): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4685.048054] softirqs last disabled at (845043): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4685.048057] ---[ end trace 0000000000000000 ]---
[ 4685.450189] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4685.450234] [drm] PSP is resuming...
[ 4685.526115] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4685.627671] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4685.641466] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4685.641474] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4685.641482] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4685.641486] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4685.641540] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4685.695530] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4685.696909] [drm] DMUB hardware initialized: version=0x02020017
[ 4685.735138] [drm] kiq ring mec 2 pipe 1 q 0
[ 4685.739977] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4685.740176] [drm] JPEG decode initialized successfully.
[ 4685.740201] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4685.740204] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4685.740207] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4685.740209] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4685.740211] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4685.740213] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4685.740215] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4685.740217] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4685.740219] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4685.740221] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4685.740223] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4685.740226] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4685.740228] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4685.740230] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4685.740232] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4685.740234] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4685.743844] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4685.893409] ------------[ cut here ]------------
[ 4685.893421] WARNING: CPU: 9 PID: 14197 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4685.893430] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4685.893515]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4685.893573] CPU: 9 PID: 14197 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4685.893577] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4685.893580] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4685.893583] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4685.893586] RSP: 0018:ffffa7991fe776b8 EFLAGS: 00010246
[ 4685.893590] RAX: 0000000000000000 RBX: ffff8f9c4d8ade90 RCX: 0000000000000000
[ 4685.893592] RDX: 0000000000000000 RSI: ffff8f9c4d8ade10 RDI: ffffa7991fe776e0
[ 4685.893594] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4685.893597] R10: ffff8f9c4d8ade90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4685.893599] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4685.893601] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000bacfeb40
[ 4685.893604] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4685.893606] CR2: 00007f215a383810 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4685.893608] PKRU: 55555554
[ 4685.893611] Call Trace:
[ 4685.893614]  <TASK>
[ 4685.893621]  submit_one_bio+0xd4/0xe0
[ 4685.893628]  submit_extent_page+0x142/0x550
[ 4685.893641]  read_extent_buffer_pages+0x584/0x9c0
[ 4685.893648]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4685.893652]  ? folio_unlock+0x1d/0x50
[ 4685.893659]  btrfs_read_extent_buffer+0x98/0x150
[ 4685.893665]  read_tree_block+0x43/0xa0
[ 4685.893669]  read_block_for_search+0x266/0x370
[ 4685.893681]  btrfs_search_slot+0x351/0xd30
[ 4685.893691]  btrfs_lookup_csum+0x63/0x150
[ 4685.893699]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4685.893705]  ? btrfs_do_readpage+0x305/0x770
[ 4685.893712]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4685.893716]  submit_one_bio+0xc4/0xe0
[ 4685.893722]  btrfs_read_folio+0x79/0x90
[ 4685.893726]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4685.893729]  prepare_uptodate_page+0x8c/0x210
[ 4685.893734]  prepare_pages.constprop.0+0xa2/0x300
[ 4685.893766]  btrfs_buffered_write+0x2ca/0x940
[ 4685.893789]  btrfs_do_write_iter+0x384/0x5d0
[ 4685.893796]  ? lock_is_held_type+0xe8/0x140
[ 4685.893808]  vfs_write+0x269/0x4f0
[ 4685.893824]  ksys_write+0x64/0xe0
[ 4685.893832]  __do_fast_syscall_32+0x88/0xf0
[ 4685.893839]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.893844]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4685.893850]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.893856]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.893861]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.893865]  ? __do_fast_syscall_32+0x94/0xf0
[ 4685.893873]  do_fast_syscall_32+0x2f/0x70
[ 4685.893879]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4685.893886] RIP: 0023:0xf7fc0579
[ 4685.893910] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4685.893914] RSP: 002b:00000000bacfcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4685.893920] RAX: ffffffffffffffda RBX: 000000000000007b RCX: 00000000b70fa010
[ 4685.893924] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4685.893927] RBP: 000000000000007b R08: 00000000bacfcae0 R09: 0000000000000000
[ 4685.893931] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4685.893934] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4685.893952]  </TASK>
[ 4685.893955] irq event stamp: 907869
[ 4685.893959] hardirqs last  enabled at (907877): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4685.893965] hardirqs last disabled at (907884): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4685.893970] softirqs last  enabled at (904862): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4685.893976] softirqs last disabled at (904857): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4685.893980] ---[ end trace 0000000000000000 ]---
[ 4686.396727] ------------[ cut here ]------------
[ 4686.396738] WARNING: CPU: 0 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4686.396768] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4686.396922]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4686.397025] CPU: 0 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4686.397031] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4686.397035] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4686.397041] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4686.397046] RSP: 0018:ffffa7991feb76a8 EFLAGS: 00010246
[ 4686.397052] RAX: 0000000000000000 RBX: ffff8fa33e899cd0 RCX: 0000000000000000
[ 4686.397056] RDX: 0000000000000000 RSI: ffff8fa33e899c50 RDI: ffffa7991feb76d0
[ 4686.397060] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4686.397064] R10: ffff8fa33e899cd0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4686.397068] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4686.397072] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b61efb40
[ 4686.397077] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4686.397081] CR2: 00000000c6488000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4686.397085] PKRU: 55555554
[ 4686.397089] Call Trace:
[ 4686.397093]  <TASK>
[ 4686.397105]  submit_one_bio+0xd4/0xe0
[ 4686.397115]  submit_extent_page+0x142/0x550
[ 4686.397139]  read_extent_buffer_pages+0x584/0x9c0
[ 4686.397152]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4686.397160]  ? folio_unlock+0x1d/0x50
[ 4686.397171]  btrfs_read_extent_buffer+0x98/0x150
[ 4686.397182]  read_tree_block+0x43/0xa0
[ 4686.397189]  read_block_for_search+0x266/0x370
[ 4686.397211]  btrfs_search_slot+0x351/0xd30
[ 4686.397230]  btrfs_lookup_csum+0x63/0x150
[ 4686.397243]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4686.397254]  ? btrfs_do_readpage+0x305/0x770
[ 4686.397267]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4686.397274]  submit_one_bio+0xc4/0xe0
[ 4686.397284]  btrfs_read_folio+0x79/0x90
[ 4686.397291]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4686.397296]  prepare_uptodate_page+0x8c/0x210
[ 4686.397304]  prepare_pages.constprop.0+0xa2/0x300
[ 4686.397318]  btrfs_buffered_write+0x2ca/0x940
[ 4686.397343]  btrfs_do_write_iter+0x384/0x5d0
[ 4686.397350]  ? lock_is_held_type+0xe8/0x140
[ 4686.397364]  vfs_write+0x269/0x4f0
[ 4686.397382]  ksys_write+0x64/0xe0
[ 4686.397390]  __do_fast_syscall_32+0x88/0xf0
[ 4686.397397]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.397403]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4686.397409]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.397416]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.397422]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.397428]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.397433]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.397441]  do_fast_syscall_32+0x2f/0x70
[ 4686.397447]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4686.397454] RIP: 0023:0xf7fc0579
[ 4686.397478] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4686.397483] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4686.397489] RAX: ffffffffffffffda RBX: 0000000000000090 RCX: 00000000c63ff010
[ 4686.397493] RDX: 0000000000089297 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4686.397497] RBP: 0000000000000090 R08: 00000000b61edae0 R09: 0000000000000000
[ 4686.397501] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4686.397504] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4686.397524]  </TASK>
[ 4686.397528] irq event stamp: 1575111
[ 4686.397531] hardirqs last  enabled at (1575119): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4686.397538] hardirqs last disabled at (1575126): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4686.397543] softirqs last  enabled at (1573820): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4686.397549] softirqs last disabled at (1573815): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4686.397554] ---[ end trace 0000000000000000 ]---
[ 4686.590919] ------------[ cut here ]------------
[ 4686.590931] WARNING: CPU: 10 PID: 14248 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4686.590942] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4686.591092]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4686.591190] CPU: 10 PID: 14248 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4686.591195] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4686.591199] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4686.591205] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4686.591209] RSP: 0018:ffffa7991fe87650 EFLAGS: 00010246
[ 4686.591215] RAX: 0000000000000000 RBX: ffff8f972a824610 RCX: 0000000000000000
[ 4686.591219] RDX: 0000000000000000 RSI: ffff8f972a824590 RDI: ffffa7991fe87678
[ 4686.591223] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4686.591226] R10: ffff8f972a824610 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4686.591230] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4686.591234] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000c137cb40
[ 4686.591238] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4686.591242] CR2: 00000000bbba26c0 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4686.591245] PKRU: 55555554
[ 4686.591249] Call Trace:
[ 4686.591253]  <TASK>
[ 4686.591264]  submit_one_bio+0xd4/0xe0
[ 4686.591274]  submit_extent_page+0x142/0x550
[ 4686.591297]  read_extent_buffer_pages+0x584/0x9c0
[ 4686.591309]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4686.591317]  ? folio_unlock+0x1d/0x50
[ 4686.591327]  btrfs_read_extent_buffer+0x98/0x150
[ 4686.591338]  read_tree_block+0x43/0xa0
[ 4686.591344]  read_block_for_search+0x266/0x370
[ 4686.591366]  btrfs_search_slot+0x351/0xd30
[ 4686.591386]  btrfs_lookup_csum+0x63/0x150
[ 4686.591398]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4686.591409]  ? btrfs_do_readpage+0x305/0x770
[ 4686.591421]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4686.591429]  submit_one_bio+0xc4/0xe0
[ 4686.591439]  btrfs_read_folio+0x79/0x90
[ 4686.591445]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4686.591451]  prepare_uptodate_page+0x8c/0x210
[ 4686.591458]  prepare_pages.constprop.0+0x134/0x300
[ 4686.591472]  btrfs_buffered_write+0x2ca/0x940
[ 4686.591497]  btrfs_do_write_iter+0x384/0x5d0
[ 4686.591504]  ? lock_is_held_type+0xe8/0x140
[ 4686.591518]  vfs_write+0x269/0x4f0
[ 4686.591536]  ksys_write+0x64/0xe0
[ 4686.591544]  __do_fast_syscall_32+0x88/0xf0
[ 4686.591554]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.591559]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4686.591566]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.591573]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.591579]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4686.591586]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.591591]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.591597]  ? __do_fast_syscall_32+0x94/0xf0
[ 4686.591607]  do_fast_syscall_32+0x2f/0x70
[ 4686.591613]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4686.591620] RIP: 0023:0xf7fc0579
[ 4686.591643] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4686.591648] RSP: 002b:00000000c137aae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4686.591654] RAX: ffffffffffffffda RBX: 000000000000009f RCX: 00000000b77ff010
[ 4686.591658] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4686.591662] RBP: 000000000000009f R08: 00000000c137aae0 R09: 0000000000000000
[ 4686.591665] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4686.591669] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4686.591688]  </TASK>
[ 4686.591692] irq event stamp: 5363
[ 4686.591695] hardirqs last  enabled at (5371): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4686.591702] hardirqs last disabled at (5378): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4686.591707] softirqs last  enabled at (2300): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4686.591713] softirqs last disabled at (2293): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4686.591718] ---[ end trace 0000000000000000 ]---
[ 4687.038586] ------------[ cut here ]------------
[ 4687.038597] WARNING: CPU: 10 PID: 14254 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4687.038607] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4687.038779]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4687.038883] CPU: 10 PID: 14254 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4687.038889] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4687.038893] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4687.038898] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4687.038903] RSP: 0018:ffffa7991fb1f620 EFLAGS: 00010246
[ 4687.038910] RAX: 0000000000000000 RBX: ffff8f972a826750 RCX: 0000000000000000
[ 4687.038914] RDX: 0000000000000000 RSI: ffff8f972a8266d0 RDI: ffffa7991fb1f648
[ 4687.038918] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4687.038922] R10: ffff8f972a826750 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4687.038926] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4687.038930] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b83feb40
[ 4687.038934] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4687.038939] CR2: 00000000b83fac1c CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4687.038943] PKRU: 55555554
[ 4687.038947] Call Trace:
[ 4687.038951]  <TASK>
[ 4687.038963]  submit_one_bio+0xd4/0xe0
[ 4687.038974]  submit_extent_page+0x142/0x550
[ 4687.038997]  read_extent_buffer_pages+0x584/0x9c0
[ 4687.039010]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4687.039018]  ? folio_unlock+0x1d/0x50
[ 4687.039028]  btrfs_read_extent_buffer+0x98/0x150
[ 4687.039038]  read_tree_block+0x43/0xa0
[ 4687.039044]  read_block_for_search+0x266/0x370
[ 4687.039066]  btrfs_search_slot+0x351/0xd30
[ 4687.039084]  btrfs_lookup_csum+0x63/0x150
[ 4687.039096]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4687.039107]  ? btrfs_do_readpage+0x305/0x770
[ 4687.039118]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4687.039126]  submit_one_bio+0xc4/0xe0
[ 4687.039135]  btrfs_read_folio+0x79/0x90
[ 4687.039141]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4687.039147]  prepare_uptodate_page+0x8c/0x210
[ 4687.039154]  prepare_pages.constprop.0+0xa2/0x300
[ 4687.039168]  btrfs_buffered_write+0x2ca/0x940
[ 4687.039191]  btrfs_do_write_iter+0x384/0x5d0
[ 4687.039198]  ? lock_is_held_type+0xe8/0x140
[ 4687.039212]  vfs_write+0x269/0x4f0
[ 4687.039229]  ksys_write+0x64/0xe0
[ 4687.039237]  __do_fast_syscall_32+0x88/0xf0
[ 4687.039243]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039249]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4687.039255]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039260]  ? lock_is_held_type+0xe8/0x140
[ 4687.039269]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039275]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4687.039282]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039287]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039293]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4687.039299]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039305]  ? __do_fast_syscall_32+0x94/0xf0
[ 4687.039313]  do_fast_syscall_32+0x2f/0x70
[ 4687.039319]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4687.039326] RIP: 0023:0xf7fc0579
[ 4687.039357] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4687.039362] RSP: 002b:00000000b83fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4687.039368] RAX: ffffffffffffffda RBX: 00000000000000a0 RCX: 00000000c117b010
[ 4687.039372] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4687.039376] RBP: 00000000000000a0 R08: 00000000b83fcae0 R09: 0000000000000000
[ 4687.039380] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4687.039385] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4687.039402]  </TASK>
[ 4687.039405] irq event stamp: 5259
[ 4687.039409] hardirqs last  enabled at (5267): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4687.039416] hardirqs last disabled at (5274): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4687.039421] softirqs last  enabled at (116): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4687.039427] softirqs last disabled at (111): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4687.039432] ---[ end trace 0000000000000000 ]---
[ 4688.478810] ------------[ cut here ]------------
[ 4688.478826] WARNING: CPU: 6 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4688.478838] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4688.478977]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4688.479080] CPU: 6 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4688.479086] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4688.479091] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4688.479097] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4688.479102] RSP: 0018:ffffa7991fe9f6d0 EFLAGS: 00010246
[ 4688.479108] RAX: 0000000000000000 RBX: ffff8f972b81a210 RCX: 0000000000000000
[ 4688.479112] RDX: 0000000000000000 RSI: ffff8f972b81a190 RDI: ffffa7991fe9f6f8
[ 4688.479115] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4688.479119] R10: ffff8f972b81a210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4688.479123] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4688.479127] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0063) knlGS:00000000b69f7b40
[ 4688.479131] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4688.479136] CR2: 00007fa97fb10000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4688.479141] PKRU: 55555554
[ 4688.479144] Call Trace:
[ 4688.479149]  <TASK>
[ 4688.479161]  submit_one_bio+0xd4/0xe0
[ 4688.479172]  submit_extent_page+0x142/0x550
[ 4688.479195]  read_extent_buffer_pages+0x584/0x9c0
[ 4688.479208]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4688.479216]  ? folio_unlock+0x1d/0x50
[ 4688.479226]  btrfs_read_extent_buffer+0x98/0x150
[ 4688.479237]  read_tree_block+0x43/0xa0
[ 4688.479243]  read_block_for_search+0x266/0x370
[ 4688.479264]  btrfs_search_slot+0x351/0xd30
[ 4688.479283]  btrfs_lookup_csum+0x63/0x150
[ 4688.479296]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4688.479307]  ? btrfs_do_readpage+0x305/0x770
[ 4688.479318]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4688.479327]  submit_one_bio+0xc4/0xe0
[ 4688.479336]  btrfs_read_folio+0x79/0x90
[ 4688.479343]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4688.479349]  prepare_uptodate_page+0x8c/0x210
[ 4688.479356]  prepare_pages.constprop.0+0x134/0x300
[ 4688.479364]  btrfs_buffered_write+0x2ca/0x940
[ 4688.479378]  btrfs_do_write_iter+0x384/0x5d0
[ 4688.479383]  ? lock_is_held_type+0xe8/0x140
[ 4688.479392]  vfs_write+0x269/0x4f0
[ 4688.479404]  ksys_write+0x64/0xe0
[ 4688.479409]  __do_fast_syscall_32+0x88/0xf0
[ 4688.479417]  ? __do_fast_syscall_32+0x94/0xf0
[ 4688.479424]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4688.479431]  ? __do_fast_syscall_32+0x94/0xf0
[ 4688.479440]  do_fast_syscall_32+0x2f/0x70
[ 4688.479447]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4688.479453] RIP: 0023:0xf7fc0579
[ 4688.479479] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4688.479483] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4688.479489] RAX: ffffffffffffffda RBX: 000000000000008c RCX: 00000000c117b010
[ 4688.479493] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4688.479497] RBP: 000000000000008c R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4688.479501] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4688.479505] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4688.479523]  </TASK>
[ 4688.479527] irq event stamp: 897245
[ 4688.479530] hardirqs last  enabled at (897253): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4688.479537] hardirqs last disabled at (897260): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4688.479541] softirqs last  enabled at (895950): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4688.479547] softirqs last disabled at (895943): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4688.479552] ---[ end trace 0000000000000000 ]---
[ 4688.772126] ------------[ cut here ]------------
[ 4688.772138] WARNING: CPU: 5 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4688.772149] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4688.772306]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4688.772414] CPU: 5 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4688.772420] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4688.772424] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4688.772431] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4688.772436] RSP: 0018:ffffa7991fe9f698 EFLAGS: 00010246
[ 4688.772442] RAX: 0000000000000000 RBX: ffff8f97361a4d10 RCX: 0000000000000000
[ 4688.772446] RDX: 0000000000000000 RSI: ffff8f97361a4c90 RDI: ffffa7991fe9f6c0
[ 4688.772451] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4688.772455] R10: ffff8f97361a4d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4688.772459] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4688.772463] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000b69f7b40
[ 4688.772467] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4688.772471] CR2: 00007faa8d01d000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4688.772476] PKRU: 55555554
[ 4688.772480] Call Trace:
[ 4688.772484]  <TASK>
[ 4688.772496]  submit_one_bio+0xd4/0xe0
[ 4688.772507]  submit_extent_page+0x142/0x550
[ 4688.772531]  read_extent_buffer_pages+0x584/0x9c0
[ 4688.772544]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4688.772553]  ? folio_unlock+0x1d/0x50
[ 4688.772564]  btrfs_read_extent_buffer+0x98/0x150
[ 4688.772575]  read_tree_block+0x43/0xa0
[ 4688.772582]  read_block_for_search+0x266/0x370
[ 4688.772604]  btrfs_search_slot+0x351/0xd30
[ 4688.772623]  btrfs_lookup_csum+0x63/0x150
[ 4688.772634]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4688.772644]  ? btrfs_do_readpage+0x305/0x770
[ 4688.772655]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4688.772662]  submit_one_bio+0xc4/0xe0
[ 4688.772671]  btrfs_read_folio+0x79/0x90
[ 4688.772678]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4688.772683]  prepare_uptodate_page+0x8c/0x210
[ 4688.772690]  prepare_pages.constprop.0+0xa2/0x300
[ 4688.772704]  btrfs_buffered_write+0x2ca/0x940
[ 4688.772720]  btrfs_do_write_iter+0x384/0x5d0
[ 4688.772724]  ? lock_is_held_type+0xe8/0x140
[ 4688.772732]  vfs_write+0x269/0x4f0
[ 4688.772772]  ksys_write+0x64/0xe0
[ 4688.772777]  __do_fast_syscall_32+0x88/0xf0
[ 4688.772782]  ? __do_fast_syscall_32+0x94/0xf0
[ 4688.772785]  ? lock_is_held_type+0xe8/0x140
[ 4688.772791]  ? __do_fast_syscall_32+0x94/0xf0
[ 4688.772794]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4688.772798]  ? __do_fast_syscall_32+0x94/0xf0
[ 4688.772803]  do_fast_syscall_32+0x2f/0x70
[ 4688.772807]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4688.772812] RIP: 0023:0xf7fc0579
[ 4688.772834] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4688.772837] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4688.772840] RAX: ffffffffffffffda RBX: 000000000000008c RCX: 00000000bacff010
[ 4688.772843] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4688.772845] RBP: 000000000000008c R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4688.772847] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4688.772849] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4688.772860]  </TASK>
[ 4688.772862] irq event stamp: 949567
[ 4688.772864] hardirqs last  enabled at (949575): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4688.772868] hardirqs last disabled at (949582): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4688.772871] softirqs last  enabled at (949416): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4688.772876] softirqs last disabled at (949411): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4688.772879] ---[ end trace 0000000000000000 ]---
[ 4689.762137] ------------[ cut here ]------------
[ 4689.762148] WARNING: CPU: 2 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4689.762159] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4689.762289]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4689.762349] CPU: 2 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4689.762352] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4689.762355] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4689.762359] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4689.762361] RSP: 0018:ffffa7991feb76a0 EFLAGS: 00010246
[ 4689.762365] RAX: 0000000000000000 RBX: ffff8fa50136d5d0 RCX: 0000000000000000
[ 4689.762368] RDX: 0000000000000000 RSI: ffff8fa50136d550 RDI: ffffa7991feb76c8
[ 4689.762370] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4689.762372] R10: ffff8fa50136d5d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4689.762374] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4689.762377] FS:  0000000000000000(0000) GS:ffff8fa5d6a00000(0063) knlGS:00000000b61efb40
[ 4689.762379] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4689.762381] CR2: 00000000b82fd000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4689.762384] PKRU: 55555554
[ 4689.762386] Call Trace:
[ 4689.762389]  <TASK>
[ 4689.762396]  submit_one_bio+0xd4/0xe0
[ 4689.762403]  submit_extent_page+0x142/0x550
[ 4689.762416]  read_extent_buffer_pages+0x584/0x9c0
[ 4689.762423]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4689.762428]  ? folio_unlock+0x1d/0x50
[ 4689.762435]  btrfs_read_extent_buffer+0x98/0x150
[ 4689.762441]  read_tree_block+0x43/0xa0
[ 4689.762444]  read_block_for_search+0x266/0x370
[ 4689.762457]  btrfs_search_slot+0x351/0xd30
[ 4689.762468]  btrfs_lookup_csum+0x63/0x150
[ 4689.762476]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4689.762482]  ? btrfs_do_readpage+0x305/0x770
[ 4689.762489]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4689.762494]  submit_one_bio+0xc4/0xe0
[ 4689.762500]  btrfs_read_folio+0x79/0x90
[ 4689.762504]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4689.762507]  prepare_uptodate_page+0x8c/0x210
[ 4689.762512]  prepare_pages.constprop.0+0x134/0x300
[ 4689.762520]  btrfs_buffered_write+0x2ca/0x940
[ 4689.762533]  btrfs_do_write_iter+0x384/0x5d0
[ 4689.762537]  ? lock_is_held_type+0xe8/0x140
[ 4689.762545]  vfs_write+0x269/0x4f0
[ 4689.762556]  ksys_write+0x64/0xe0
[ 4689.762561]  __do_fast_syscall_32+0x88/0xf0
[ 4689.762567]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.762570]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4689.762574]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.762578]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4689.762581]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.762586]  do_fast_syscall_32+0x2f/0x70
[ 4689.762590]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4689.762595] RIP: 0023:0xf7fc0579
[ 4689.762617] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4689.762620] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4689.762623] RAX: ffffffffffffffda RBX: 0000000000000090 RCX: 00000000be9fa010
[ 4689.762626] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4689.762628] RBP: 0000000000000090 R08: 00000000b61edae0 R09: 0000000000000000
[ 4689.762630] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4689.762632] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4689.762643]  </TASK>
[ 4689.762645] irq event stamp: 2042873
[ 4689.762647] hardirqs last  enabled at (2042881): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4689.762652] hardirqs last disabled at (2042888): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4689.762654] softirqs last  enabled at (2036398): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4689.762658] softirqs last disabled at (2036391): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4689.762661] ---[ end trace 0000000000000000 ]---
[ 4689.955795] ------------[ cut here ]------------
[ 4689.955805] WARNING: CPU: 9 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4689.955812] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4689.955898]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4689.955958] CPU: 9 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4689.955961] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4689.955964] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4689.955967] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4689.955970] RSP: 0018:ffffa7991fe9f658 EFLAGS: 00010246
[ 4689.955974] RAX: 0000000000000000 RBX: ffff8f9c4d8ad790 RCX: 0000000000000000
[ 4689.955976] RDX: 0000000000000000 RSI: ffff8f9c4d8ad710 RDI: ffffa7991fe9f680
[ 4689.955979] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4689.955981] R10: ffff8f9c4d8ad790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4689.955983] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4689.955985] FS:  0000000000000000(0000) GS:ffff8fa5d8600000(0063) knlGS:00000000b69f7b40
[ 4689.955988] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4689.955990] CR2: 000038a3088d9000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4689.955993] PKRU: 55555554
[ 4689.955995] Call Trace:
[ 4689.955998]  <TASK>
[ 4689.956004]  submit_one_bio+0xd4/0xe0
[ 4689.956011]  submit_extent_page+0x142/0x550
[ 4689.956025]  read_extent_buffer_pages+0x584/0x9c0
[ 4689.956032]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4689.956037]  ? folio_unlock+0x1d/0x50
[ 4689.956044]  btrfs_read_extent_buffer+0x98/0x150
[ 4689.956049]  read_tree_block+0x43/0xa0
[ 4689.956053]  read_block_for_search+0x266/0x370
[ 4689.956066]  btrfs_search_slot+0x351/0xd30
[ 4689.956077]  btrfs_lookup_csum+0x63/0x150
[ 4689.956084]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4689.956091]  ? btrfs_do_readpage+0x305/0x770
[ 4689.956097]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4689.956103]  submit_one_bio+0xc4/0xe0
[ 4689.956108]  btrfs_read_folio+0x79/0x90
[ 4689.956112]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4689.956115]  prepare_uptodate_page+0x8c/0x210
[ 4689.956121]  prepare_pages.constprop.0+0xa2/0x300
[ 4689.956129]  btrfs_buffered_write+0x2ca/0x940
[ 4689.956143]  btrfs_do_write_iter+0x384/0x5d0
[ 4689.956147]  ? lock_is_held_type+0xe8/0x140
[ 4689.956155]  vfs_write+0x269/0x4f0
[ 4689.956166]  ksys_write+0x64/0xe0
[ 4689.956171]  __do_fast_syscall_32+0x88/0xf0
[ 4689.956177]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.956180]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4689.956184]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.956188]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.956191]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4689.956195]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.956198]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.956201]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4689.956205]  ? __do_fast_syscall_32+0x94/0xf0
[ 4689.956210]  do_fast_syscall_32+0x2f/0x70
[ 4689.956214]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4689.956218] RIP: 0023:0xf7fc0579
[ 4689.956244] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4689.956247] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4689.956250] RAX: ffffffffffffffda RBX: 000000000000008c RCX: 00000000de013010
[ 4689.956253] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4689.956255] RBP: 000000000000008c R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4689.956257] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4689.956259] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4689.956269]  </TASK>
[ 4689.956271] irq event stamp: 1080167
[ 4689.956273] hardirqs last  enabled at (1080175): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4689.956278] hardirqs last disabled at (1080182): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4689.956281] softirqs last  enabled at (1076780): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4689.956284] softirqs last disabled at (1076775): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4689.956287] ---[ end trace 0000000000000000 ]---
[ 4690.849788] ------------[ cut here ]------------
[ 4690.849797] WARNING: CPU: 14 PID: 14201 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4690.849806] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4690.849910]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4690.849983] CPU: 14 PID: 14201 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4690.849987] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4690.849990] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4690.849995] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4690.849998] RSP: 0018:ffffa7991feaf620 EFLAGS: 00010246
[ 4690.850003] RAX: 0000000000000000 RBX: ffff8f97183e9090 RCX: 0000000000000000
[ 4690.850006] RDX: 0000000000000000 RSI: ffff8f97183e9010 RDI: ffffa7991feaf648
[ 4690.850009] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4690.850011] R10: ffff8f97183e9090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4690.850014] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4690.850017] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b66f4b40
[ 4690.850020] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4690.850023] CR2: 00000000d3d80000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4690.850026] PKRU: 55555554
[ 4690.850029] Call Trace:
[ 4690.850032]  <TASK>
[ 4690.850040]  submit_one_bio+0xd4/0xe0
[ 4690.850049]  submit_extent_page+0x142/0x550
[ 4690.850065]  read_extent_buffer_pages+0x584/0x9c0
[ 4690.850074]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4690.850080]  ? folio_unlock+0x1d/0x50
[ 4690.850088]  btrfs_read_extent_buffer+0x98/0x150
[ 4690.850096]  read_tree_block+0x43/0xa0
[ 4690.850100]  read_block_for_search+0x266/0x370
[ 4690.850116]  btrfs_search_slot+0x351/0xd30
[ 4690.850129]  btrfs_lookup_csum+0x63/0x150
[ 4690.850138]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4690.850146]  ? btrfs_do_readpage+0x305/0x770
[ 4690.850155]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4690.850160]  submit_one_bio+0xc4/0xe0
[ 4690.850167]  btrfs_read_folio+0x79/0x90
[ 4690.850172]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4690.850176]  prepare_uptodate_page+0x8c/0x210
[ 4690.850181]  prepare_pages.constprop.0+0x134/0x300
[ 4690.850191]  btrfs_buffered_write+0x2ca/0x940
[ 4690.850208]  btrfs_do_write_iter+0x384/0x5d0
[ 4690.850213]  ? lock_is_held_type+0xe8/0x140
[ 4690.850222]  vfs_write+0x269/0x4f0
[ 4690.850235]  ksys_write+0x64/0xe0
[ 4690.850241]  __do_fast_syscall_32+0x88/0xf0
[ 4690.850248]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850253]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4690.850257]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850261]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850266]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4690.850270]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850275]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850281]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850286]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4690.850290]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850295]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850298]  ? __do_fast_syscall_32+0x94/0xf0
[ 4690.850304]  do_fast_syscall_32+0x2f/0x70
[ 4690.850309]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4690.850316] RIP: 0023:0xf7fc0579
[ 4690.850340] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4690.850343] RSP: 002b:00000000b66f2ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4690.850348] RAX: ffffffffffffffda RBX: 000000000000008f RCX: 00000000b81fd010
[ 4690.850351] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4690.850353] RBP: 000000000000008f R08: 00000000b66f2ae0 R09: 0000000000000000
[ 4690.850356] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4690.850359] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4690.850371]  </TASK>
[ 4690.850374] irq event stamp: 449437
[ 4690.850376] hardirqs last  enabled at (449445): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4690.850382] hardirqs last disabled at (449452): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4690.850385] softirqs last  enabled at (448076): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4690.850390] softirqs last disabled at (448069): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4690.850393] ---[ end trace 0000000000000000 ]---
[ 4691.594144] ------------[ cut here ]------------
[ 4691.594156] WARNING: CPU: 5 PID: 14197 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4691.594166] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4691.594308]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4691.594405] CPU: 5 PID: 14197 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4691.594411] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4691.594415] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4691.594420] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4691.594424] RSP: 0018:ffffa7991fe776c0 EFLAGS: 00010246
[ 4691.594430] RAX: 0000000000000000 RBX: ffff8f97361a6050 RCX: 0000000000000000
[ 4691.594434] RDX: 0000000000000000 RSI: ffff8f97361a5fd0 RDI: ffffa7991fe776e8
[ 4691.594437] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4691.594441] R10: ffff8f97361a6050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4691.594444] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4691.594448] FS:  0000000000000000(0000) GS:ffff8fa5d7600000(0063) knlGS:00000000bacfeb40
[ 4691.594452] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4691.594456] CR2: 00007e89024c4000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4691.594460] PKRU: 55555554
[ 4691.594464] Call Trace:
[ 4691.594467]  <TASK>
[ 4691.594477]  submit_one_bio+0xd4/0xe0
[ 4691.594487]  submit_extent_page+0x142/0x550
[ 4691.594508]  read_extent_buffer_pages+0x584/0x9c0
[ 4691.594519]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4691.594527]  ? folio_unlock+0x1d/0x50
[ 4691.594538]  btrfs_read_extent_buffer+0x98/0x150
[ 4691.594547]  read_tree_block+0x43/0xa0
[ 4691.594551]  read_block_for_search+0x266/0x370
[ 4691.594563]  btrfs_search_slot+0x351/0xd30
[ 4691.594574]  btrfs_lookup_csum+0x63/0x150
[ 4691.594581]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4691.594588]  ? btrfs_do_readpage+0x305/0x770
[ 4691.594594]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4691.594599]  submit_one_bio+0xc4/0xe0
[ 4691.594604]  btrfs_read_folio+0x79/0x90
[ 4691.594608]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4691.594611]  prepare_uptodate_page+0x8c/0x210
[ 4691.594616]  prepare_pages.constprop.0+0xa2/0x300
[ 4691.594623]  btrfs_buffered_write+0x2ca/0x940
[ 4691.594636]  btrfs_do_write_iter+0x384/0x5d0
[ 4691.594640]  ? lock_is_held_type+0xe8/0x140
[ 4691.594648]  vfs_write+0x269/0x4f0
[ 4691.594659]  ksys_write+0x64/0xe0
[ 4691.594664]  __do_fast_syscall_32+0x88/0xf0
[ 4691.594668]  ? __do_fast_syscall_32+0x94/0xf0
[ 4691.594671]  ? __do_fast_syscall_32+0x94/0xf0
[ 4691.594675]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4691.594679]  ? __do_fast_syscall_32+0x94/0xf0
[ 4691.594682]  ? __do_fast_syscall_32+0x94/0xf0
[ 4691.594685]  ? __do_fast_syscall_32+0x94/0xf0
[ 4691.594690]  do_fast_syscall_32+0x2f/0x70
[ 4691.594694]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4691.594698] RIP: 0023:0xf7fc0579
[ 4691.594720] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4691.594723] RSP: 002b:00000000bacfcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4691.594726] RAX: ffffffffffffffda RBX: 000000000000007b RCX: 00000000b83ff010
[ 4691.594728] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4691.594730] RBP: 000000000000007b R08: 00000000bacfcae0 R09: 0000000000000000
[ 4691.594733] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4691.594735] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4691.594767]  </TASK>
[ 4691.594769] irq event stamp: 1329231
[ 4691.594771] hardirqs last  enabled at (1329239): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4691.594776] hardirqs last disabled at (1329246): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4691.594778] softirqs last  enabled at (1329222): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4691.594784] softirqs last disabled at (1329217): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4691.594786] ---[ end trace 0000000000000000 ]---
[ 4692.197822] ------------[ cut here ]------------
[ 4692.197834] WARNING: CPU: 15 PID: 14247 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4692.197845] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4692.198033]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4692.198160] CPU: 15 PID: 14247 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4692.198166] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4692.198170] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4692.198176] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4692.198181] RSP: 0018:ffffa7991ff17688 EFLAGS: 00010246
[ 4692.198187] RAX: 0000000000000000 RBX: ffff8fa27baa0290 RCX: 0000000000000000
[ 4692.198191] RDX: 0000000000000000 RSI: ffff8fa27baa0210 RDI: ffffa7991ff176b0
[ 4692.198194] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4692.198196] R10: ffff8fa27baa0290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4692.198198] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4692.198201] FS:  0000000000000000(0000) GS:ffff8fa5d9e00000(0063) knlGS:00000000b77feb40
[ 4692.198204] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4692.198206] CR2: 000038a3088db014 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4692.198208] PKRU: 55555554
[ 4692.198211] Call Trace:
[ 4692.198213]  <TASK>
[ 4692.198220]  submit_one_bio+0xd4/0xe0
[ 4692.198228]  submit_extent_page+0x142/0x550
[ 4692.198241]  read_extent_buffer_pages+0x584/0x9c0
[ 4692.198248]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4692.198253]  ? folio_unlock+0x1d/0x50
[ 4692.198260]  btrfs_read_extent_buffer+0x98/0x150
[ 4692.198266]  read_tree_block+0x43/0xa0
[ 4692.198270]  read_block_for_search+0x266/0x370
[ 4692.198283]  btrfs_search_slot+0x351/0xd30
[ 4692.198294]  btrfs_lookup_csum+0x63/0x150
[ 4692.198301]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4692.198308]  ? btrfs_do_readpage+0x305/0x770
[ 4692.198314]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4692.198320]  submit_one_bio+0xc4/0xe0
[ 4692.198325]  btrfs_read_folio+0x79/0x90
[ 4692.198329]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4692.198332]  prepare_uptodate_page+0x8c/0x210
[ 4692.198337]  prepare_pages.constprop.0+0xa2/0x300
[ 4692.198344]  btrfs_buffered_write+0x2ca/0x940
[ 4692.198358]  btrfs_do_write_iter+0x384/0x5d0
[ 4692.198362]  ? lock_is_held_type+0xe8/0x140
[ 4692.198370]  vfs_write+0x269/0x4f0
[ 4692.198381]  ksys_write+0x64/0xe0
[ 4692.198386]  __do_fast_syscall_32+0x88/0xf0
[ 4692.198390]  ? __do_fast_syscall_32+0x94/0xf0
[ 4692.198394]  ? __do_fast_syscall_32+0x94/0xf0
[ 4692.198399]  ? __do_fast_syscall_32+0x94/0xf0
[ 4692.198402]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4692.198406]  ? __do_fast_syscall_32+0x94/0xf0
[ 4692.198409]  ? __do_fast_syscall_32+0x94/0xf0
[ 4692.198412]  ? __do_fast_syscall_32+0x94/0xf0
[ 4692.198418]  do_fast_syscall_32+0x2f/0x70
[ 4692.198424]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4692.198431] RIP: 0023:0xf7fc0579
[ 4692.198456] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4692.198461] RSP: 002b:00000000b77fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4692.198466] RAX: ffffffffffffffda RBX: 000000000000009e RCX: 00000000c117b010
[ 4692.198470] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4692.198473] RBP: 000000000000009e R08: 00000000b77fcae0 R09: 0000000000000000
[ 4692.198477] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4692.198481] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4692.198500]  </TASK>
[ 4692.198503] irq event stamp: 41387
[ 4692.198507] hardirqs last  enabled at (41395): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4692.198513] hardirqs last disabled at (41402): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4692.198517] softirqs last  enabled at (40066): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4692.198523] softirqs last disabled at (40061): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4692.198527] ---[ end trace 0000000000000000 ]---
[ 4693.840018] ------------[ cut here ]------------
[ 4693.840027] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4693.840034] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4693.840127]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4693.840190] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4693.840194] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4693.840197] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4693.840200] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4693.840203] RSP: 0018:ffffa7990487f900 EFLAGS: 00010246
[ 4693.840207] RAX: 0000000000000000 RBX: ffff8f972a826ad0 RCX: 0000000000000000
[ 4693.840210] RDX: 0000000000000000 RSI: ffff8f972a826a50 RDI: ffffa7990487f928
[ 4693.840212] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4693.840215] R10: ffff8f972a826ad0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4693.840217] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4693.840220] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4693.840222] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4693.840225] CR2: 00001f6100e30000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4693.840227] PKRU: 55555554
[ 4693.840230] Call Trace:
[ 4693.840232]  <TASK>
[ 4693.840240]  submit_one_bio+0xd4/0xe0
[ 4693.840247]  submit_extent_page+0x142/0x550
[ 4693.840261]  read_extent_buffer_pages+0x584/0x9c0
[ 4693.840269]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4693.840274]  ? folio_unlock+0x1d/0x50
[ 4693.840281]  btrfs_read_extent_buffer+0x98/0x150
[ 4693.840287]  read_tree_block+0x43/0xa0
[ 4693.840291]  read_block_for_search+0x266/0x370
[ 4693.840305]  btrfs_search_slot+0x351/0xd30
[ 4693.840316]  btrfs_insert_empty_items+0x31/0x70
[ 4693.840322]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 4693.840337]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4693.840345]  btrfs_commit_transaction+0x93/0xed0
[ 4693.840357]  transaction_kthread+0x142/0x1b0
[ 4693.840363]  ? __pfx_transaction_kthread+0x10/0x10
[ 4693.840366]  kthread+0xf5/0x120
[ 4693.840371]  ? __pfx_kthread+0x10/0x10
[ 4693.840375]  ret_from_fork+0x2c/0x50
[ 4693.840388]  </TASK>
[ 4693.840390] irq event stamp: 40191351
[ 4693.840393] hardirqs last  enabled at (40191359): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4693.840397] hardirqs last disabled at (40191366): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4693.840400] softirqs last  enabled at (40186876): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.840405] softirqs last disabled at (40186103): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.840407] ---[ end trace 0000000000000000 ]---
[ 4693.841757] ------------[ cut here ]------------
[ 4693.841761] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4693.841765] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4693.841847]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4693.841903] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4693.841906] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4693.841908] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4693.841911] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4693.841914] RSP: 0018:ffffa7990487f900 EFLAGS: 00010246
[ 4693.841917] RAX: 0000000000000000 RBX: ffff8f972a827390 RCX: 0000000000000000
[ 4693.841920] RDX: 0000000000000000 RSI: ffff8f972a827310 RDI: ffffa7990487f928
[ 4693.841922] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4693.841924] R10: ffff8f972a827390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4693.841927] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4693.841929] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4693.841932] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4693.841934] CR2: 00001f6100e30000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4693.841937] PKRU: 55555554
[ 4693.841939] Call Trace:
[ 4693.841941]  <TASK>
[ 4693.841947]  submit_one_bio+0xd4/0xe0
[ 4693.841954]  submit_extent_page+0x142/0x550
[ 4693.841967]  read_extent_buffer_pages+0x584/0x9c0
[ 4693.841975]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4693.841980]  ? folio_unlock+0x1d/0x50
[ 4693.841985]  btrfs_read_extent_buffer+0x98/0x150
[ 4693.841992]  read_tree_block+0x43/0xa0
[ 4693.841996]  read_block_for_search+0x266/0x370
[ 4693.842008]  btrfs_search_slot+0x351/0xd30
[ 4693.842019]  btrfs_insert_empty_items+0x31/0x70
[ 4693.842024]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 4693.842039]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4693.842046]  btrfs_commit_transaction+0x93/0xed0
[ 4693.842058]  transaction_kthread+0x142/0x1b0
[ 4693.842064]  ? __pfx_transaction_kthread+0x10/0x10
[ 4693.842067]  kthread+0xf5/0x120
[ 4693.842070]  ? __pfx_kthread+0x10/0x10
[ 4693.842074]  ret_from_fork+0x2c/0x50
[ 4693.842086]  </TASK>
[ 4693.842088] irq event stamp: 40193319
[ 4693.842090] hardirqs last  enabled at (40193327): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4693.842094] hardirqs last disabled at (40193334): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4693.842097] softirqs last  enabled at (40192208): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.842100] softirqs last disabled at (40192199): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.842102] ---[ end trace 0000000000000000 ]---
[ 4693.845279] ------------[ cut here ]------------
[ 4693.845283] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4693.845287] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4693.845367]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4693.845423] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4693.845426] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4693.845428] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4693.845431] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4693.845434] RSP: 0018:ffffa7990487f900 EFLAGS: 00010246
[ 4693.845437] RAX: 0000000000000000 RBX: ffff8f972a824990 RCX: 0000000000000000
[ 4693.845440] RDX: 0000000000000000 RSI: ffff8f972a824910 RDI: ffffa7990487f928
[ 4693.845442] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4693.845444] R10: ffff8f972a824990 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4693.845447] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4693.845449] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4693.845452] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4693.845454] CR2: 00001f6100e30000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4693.845457] PKRU: 55555554
[ 4693.845459] Call Trace:
[ 4693.845461]  <TASK>
[ 4693.845467]  submit_one_bio+0xd4/0xe0
[ 4693.845473]  submit_extent_page+0x142/0x550
[ 4693.845487]  read_extent_buffer_pages+0x584/0x9c0
[ 4693.845494]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4693.845499]  ? folio_unlock+0x1d/0x50
[ 4693.845505]  btrfs_read_extent_buffer+0x98/0x150
[ 4693.845511]  read_tree_block+0x43/0xa0
[ 4693.845515]  read_block_for_search+0x266/0x370
[ 4693.845527]  btrfs_search_slot+0x351/0xd30
[ 4693.845538]  btrfs_insert_empty_items+0x31/0x70
[ 4693.845543]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 4693.845558]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4693.845566]  btrfs_commit_transaction+0x93/0xed0
[ 4693.845577]  transaction_kthread+0x142/0x1b0
[ 4693.845583]  ? __pfx_transaction_kthread+0x10/0x10
[ 4693.845586]  kthread+0xf5/0x120
[ 4693.845589]  ? __pfx_kthread+0x10/0x10
[ 4693.845593]  ret_from_fork+0x2c/0x50
[ 4693.845605]  </TASK>
[ 4693.845607] irq event stamp: 40196527
[ 4693.845609] hardirqs last  enabled at (40196535): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4693.845613] hardirqs last disabled at (40196542): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4693.845615] softirqs last  enabled at (40195074): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.845618] softirqs last disabled at (40195069): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.845621] ---[ end trace 0000000000000000 ]---
[ 4693.873892] ------------[ cut here ]------------
[ 4693.873898] WARNING: CPU: 10 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4693.873905] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4693.873995]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4693.874056] CPU: 10 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4693.874060] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4693.874062] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4693.874066] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4693.874069] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4693.874073] RAX: 0000000000000000 RBX: ffff8f972a826210 RCX: 0000000000000000
[ 4693.874076] RDX: 0000000000000000 RSI: ffff8f972a826190 RDI: ffffa7990487f780
[ 4693.874078] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4693.874080] R10: ffff8f972a826210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4693.874083] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4693.874085] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0000) knlGS:0000000000000000
[ 4693.874088] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4693.874090] CR2: 00001f6100e30000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4693.874093] PKRU: 55555554
[ 4693.874095] Call Trace:
[ 4693.874098]  <TASK>
[ 4693.874106]  submit_one_bio+0xd4/0xe0
[ 4693.874113]  submit_extent_page+0x142/0x550
[ 4693.874127]  read_extent_buffer_pages+0x584/0x9c0
[ 4693.874135]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4693.874140]  ? folio_unlock+0x1d/0x50
[ 4693.874147]  btrfs_read_extent_buffer+0x98/0x150
[ 4693.874153]  read_tree_block+0x43/0xa0
[ 4693.874157]  read_block_for_search+0x266/0x370
[ 4693.874170]  btrfs_search_slot+0x351/0xd30
[ 4693.874178]  ? _raw_read_unlock+0x29/0x50
[ 4693.874185]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4693.874192]  ? lock_is_held_type+0xe8/0x140
[ 4693.874201]  lookup_extent_backref+0x41/0xd0
[ 4693.874209]  __btrfs_free_extent+0xfb/0x7c0
[ 4693.874215]  ? sched_clock_cpu+0x20/0xc0
[ 4693.874224]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4693.874241]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4693.874248]  btrfs_commit_transaction+0x93/0xed0
[ 4693.874259]  transaction_kthread+0x142/0x1b0
[ 4693.874265]  ? __pfx_transaction_kthread+0x10/0x10
[ 4693.874268]  kthread+0xf5/0x120
[ 4693.874272]  ? __pfx_kthread+0x10/0x10
[ 4693.874277]  ret_from_fork+0x2c/0x50
[ 4693.874289]  </TASK>
[ 4693.874291] irq event stamp: 40226763
[ 4693.874294] hardirqs last  enabled at (40226771): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4693.874298] hardirqs last disabled at (40226778): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4693.874301] softirqs last  enabled at (40223428): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.874305] softirqs last disabled at (40223423): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.874308] ---[ end trace 0000000000000000 ]---
[ 4693.880000] ------------[ cut here ]------------
[ 4693.880007] WARNING: CPU: 8 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4693.880015] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4693.880126]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4693.880202] CPU: 8 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4693.880206] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4693.880210] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4693.880214] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4693.880218] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4693.880222] RAX: 0000000000000000 RBX: ffff8fa20b2c6590 RCX: 0000000000000000
[ 4693.880225] RDX: 0000000000000000 RSI: ffff8fa20b2c6510 RDI: ffffa7990487f780
[ 4693.880228] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4693.880231] R10: ffff8fa20b2c6590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4693.880234] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4693.880237] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4693.880241] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4693.880244] CR2: 00000000b74fb000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4693.880247] PKRU: 55555554
[ 4693.880250] Call Trace:
[ 4693.880253]  <TASK>
[ 4693.880262]  submit_one_bio+0xd4/0xe0
[ 4693.880271]  submit_extent_page+0x142/0x550
[ 4693.880288]  read_extent_buffer_pages+0x584/0x9c0
[ 4693.880298]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4693.880303]  ? folio_unlock+0x1d/0x50
[ 4693.880310]  btrfs_read_extent_buffer+0x98/0x150
[ 4693.880316]  read_tree_block+0x43/0xa0
[ 4693.880320]  read_block_for_search+0x266/0x370
[ 4693.880333]  btrfs_search_slot+0x351/0xd30
[ 4693.880341]  ? _raw_read_unlock+0x29/0x50
[ 4693.880348]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4693.880355]  ? lock_is_held_type+0xe8/0x140
[ 4693.880364]  lookup_extent_backref+0x41/0xd0
[ 4693.880372]  __btrfs_free_extent+0xfb/0x7c0
[ 4693.880378]  ? sched_clock_cpu+0x20/0xc0
[ 4693.880387]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4693.880404]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4693.880411]  btrfs_commit_transaction+0x93/0xed0
[ 4693.880423]  transaction_kthread+0x142/0x1b0
[ 4693.880429]  ? __pfx_transaction_kthread+0x10/0x10
[ 4693.880432]  kthread+0xf5/0x120
[ 4693.880436]  ? __pfx_kthread+0x10/0x10
[ 4693.880440]  ret_from_fork+0x2c/0x50
[ 4693.880453]  </TASK>
[ 4693.880455] irq event stamp: 40232699
[ 4693.880458] hardirqs last  enabled at (40232707): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4693.880462] hardirqs last disabled at (40232714): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4693.880465] softirqs last  enabled at (40230562): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.880469] softirqs last disabled at (40230555): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4693.880472] ---[ end trace 0000000000000000 ]---
[ 4694.076607] ------------[ cut here ]------------
[ 4694.076616] WARNING: CPU: 10 PID: 14198 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4694.076624] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4694.076712]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4694.076796] CPU: 10 PID: 14198 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4694.076799] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4694.076802] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4694.076806] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4694.076808] RSP: 0018:ffffa7991fe976a0 EFLAGS: 00010246
[ 4694.076812] RAX: 0000000000000000 RBX: ffff8f972a827c50 RCX: 0000000000000000
[ 4694.076815] RDX: 0000000000000000 RSI: ffff8f972a827bd0 RDI: ffffa7991fe976c8
[ 4694.076817] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4694.076819] R10: ffff8f972a827c50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4694.076821] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4694.076824] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b7dffb40
[ 4694.076826] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4694.076829] CR2: 0000109d6f519000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4694.076831] PKRU: 55555554
[ 4694.076833] Call Trace:
[ 4694.076836]  <TASK>
[ 4694.076848]  submit_one_bio+0xd4/0xe0
[ 4694.076860]  submit_extent_page+0x142/0x550
[ 4694.076878]  read_extent_buffer_pages+0x584/0x9c0
[ 4694.076889]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4694.076898]  ? folio_unlock+0x1d/0x50
[ 4694.076909]  btrfs_read_extent_buffer+0x98/0x150
[ 4694.076920]  read_tree_block+0x43/0xa0
[ 4694.076926]  read_block_for_search+0x266/0x370
[ 4694.076948]  btrfs_search_slot+0x351/0xd30
[ 4694.076967]  btrfs_lookup_csum+0x63/0x150
[ 4694.076975]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4694.076981]  ? btrfs_do_readpage+0x305/0x770
[ 4694.076988]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4694.076994]  submit_one_bio+0xc4/0xe0
[ 4694.076999]  btrfs_read_folio+0x79/0x90
[ 4694.077003]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4694.077006]  prepare_uptodate_page+0x8c/0x210
[ 4694.077012]  prepare_pages.constprop.0+0xa2/0x300
[ 4694.077019]  btrfs_buffered_write+0x2ca/0x940
[ 4694.077033]  btrfs_do_write_iter+0x384/0x5d0
[ 4694.077037]  ? lock_is_held_type+0xe8/0x140
[ 4694.077048]  vfs_write+0x269/0x4f0
[ 4694.077059]  ksys_write+0x64/0xe0
[ 4694.077064]  __do_fast_syscall_32+0x88/0xf0
[ 4694.077069]  ? __do_fast_syscall_32+0x94/0xf0
[ 4694.077075]  ? __do_fast_syscall_32+0x94/0xf0
[ 4694.077078]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4694.077082]  ? __do_fast_syscall_32+0x94/0xf0
[ 4694.077085]  ? __do_fast_syscall_32+0x94/0xf0
[ 4694.077090]  do_fast_syscall_32+0x2f/0x70
[ 4694.077094]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4694.077099] RIP: 0023:0xf7fc0579
[ 4694.077122] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4694.077124] RSP: 002b:00000000b7dfdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4694.077128] RAX: ffffffffffffffda RBX: 000000000000007c RCX: 00000000c117b010
[ 4694.077130] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4694.077132] RBP: 000000000000007c R08: 00000000b7dfdae0 R09: 0000000000000000
[ 4694.077134] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4694.077137] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4694.077147]  </TASK>
[ 4694.077149] irq event stamp: 547389
[ 4694.077151] hardirqs last  enabled at (547397): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4694.077156] hardirqs last disabled at (547404): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4694.077159] softirqs last  enabled at (546756): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4694.077163] softirqs last disabled at (546751): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4694.077165] ---[ end trace 0000000000000000 ]---
[ 4697.352280] ------------[ cut here ]------------
[ 4697.352290] WARNING: CPU: 0 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4697.352297] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4697.352384]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4697.352448] CPU: 0 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4697.352451] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4697.352454] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4697.352457] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4697.352460] RSP: 0018:ffffa7991fe9f648 EFLAGS: 00010246
[ 4697.352464] RAX: 0000000000000000 RBX: ffff8fa33e89a050 RCX: 0000000000000000
[ 4697.352466] RDX: 0000000000000000 RSI: ffff8fa33e899fd0 RDI: ffffa7991fe9f670
[ 4697.352468] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4697.352470] R10: ffff8fa33e89a050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4697.352473] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4697.352475] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b69f7b40
[ 4697.352478] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4697.352480] CR2: 0000014900e75000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4697.352482] PKRU: 55555554
[ 4697.352485] Call Trace:
[ 4697.352487]  <TASK>
[ 4697.352494]  submit_one_bio+0xd4/0xe0
[ 4697.352502]  submit_extent_page+0x142/0x550
[ 4697.352515]  read_extent_buffer_pages+0x584/0x9c0
[ 4697.352522]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4697.352527]  ? folio_unlock+0x1d/0x50
[ 4697.352533]  btrfs_read_extent_buffer+0x98/0x150
[ 4697.352539]  read_tree_block+0x43/0xa0
[ 4697.352543]  read_block_for_search+0x266/0x370
[ 4697.352555]  btrfs_search_slot+0x351/0xd30
[ 4697.352566]  btrfs_lookup_csum+0x63/0x150
[ 4697.352573]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4697.352580]  ? btrfs_do_readpage+0x305/0x770
[ 4697.352586]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4697.352591]  submit_one_bio+0xc4/0xe0
[ 4697.352597]  btrfs_read_folio+0x79/0x90
[ 4697.352601]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4697.352604]  prepare_uptodate_page+0x8c/0x210
[ 4697.352608]  prepare_pages.constprop.0+0x134/0x300
[ 4697.352616]  btrfs_buffered_write+0x2ca/0x940
[ 4697.352629]  btrfs_do_write_iter+0x384/0x5d0
[ 4697.352633]  ? lock_is_held_type+0xe8/0x140
[ 4697.352642]  vfs_write+0x269/0x4f0
[ 4697.352652]  ksys_write+0x64/0xe0
[ 4697.352657]  __do_fast_syscall_32+0x88/0xf0
[ 4697.352663]  ? lock_release+0x14b/0x440
[ 4697.352669]  ? lock_is_held_type+0xe8/0x140
[ 4697.352674]  ? __do_fast_syscall_32+0x94/0xf0
[ 4697.352678]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4697.352682]  ? __do_fast_syscall_32+0x94/0xf0
[ 4697.352685]  ? __do_fast_syscall_32+0x94/0xf0
[ 4697.352688]  ? __do_fast_syscall_32+0x94/0xf0
[ 4697.352693]  do_fast_syscall_32+0x2f/0x70
[ 4697.352697]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4697.352701] RIP: 0023:0xf7fc0579
[ 4697.352723] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4697.352726] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4697.352729] RAX: ffffffffffffffda RBX: 00000000000000aa RCX: 00000000be9fa010
[ 4697.352732] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4697.352734] RBP: 00000000000000aa R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4697.352736] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4697.352738] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4697.352773]  </TASK>
[ 4697.352777] irq event stamp: 1885775
[ 4697.352781] hardirqs last  enabled at (1885783): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4697.352787] hardirqs last disabled at (1885790): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4697.352792] softirqs last  enabled at (1883302): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4697.352798] softirqs last disabled at (1883295): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4697.352802] ---[ end trace 0000000000000000 ]---
[ 4698.587885] ------------[ cut here ]------------
[ 4698.587896] WARNING: CPU: 1 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4698.587906] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4698.588058]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4698.588161] CPU: 1 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4698.588166] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4698.588171] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4698.588177] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4698.588182] RSP: 0018:ffffa7991fe9f6e8 EFLAGS: 00010246
[ 4698.588188] RAX: 0000000000000000 RBX: ffff8f9a78351090 RCX: 0000000000000000
[ 4698.588192] RDX: 0000000000000000 RSI: ffff8f9a78351010 RDI: ffffa7991fe9f710
[ 4698.588196] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4698.588200] R10: ffff8f9a78351090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4698.588204] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4698.588208] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b69f7b40
[ 4698.588213] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4698.588217] CR2: 00000000badff000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4698.588221] PKRU: 55555554
[ 4698.588225] Call Trace:
[ 4698.588229]  <TASK>
[ 4698.588241]  submit_one_bio+0xd4/0xe0
[ 4698.588252]  submit_extent_page+0x142/0x550
[ 4698.588276]  read_extent_buffer_pages+0x584/0x9c0
[ 4698.588289]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4698.588298]  ? folio_unlock+0x1d/0x50
[ 4698.588309]  btrfs_read_extent_buffer+0x98/0x150
[ 4698.588320]  read_tree_block+0x43/0xa0
[ 4698.588327]  read_block_for_search+0x266/0x370
[ 4698.588349]  btrfs_search_slot+0x351/0xd30
[ 4698.588368]  btrfs_lookup_csum+0x63/0x150
[ 4698.588381]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4698.588392]  ? btrfs_do_readpage+0x305/0x770
[ 4698.588404]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4698.588412]  submit_one_bio+0xc4/0xe0
[ 4698.588422]  btrfs_read_folio+0x79/0x90
[ 4698.588429]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4698.588435]  prepare_uptodate_page+0x8c/0x210
[ 4698.588442]  prepare_pages.constprop.0+0xa2/0x300
[ 4698.588456]  btrfs_buffered_write+0x2ca/0x940
[ 4698.588482]  btrfs_do_write_iter+0x384/0x5d0
[ 4698.588489]  ? lock_is_held_type+0xe8/0x140
[ 4698.588502]  vfs_write+0x269/0x4f0
[ 4698.588520]  ksys_write+0x64/0xe0
[ 4698.588529]  __do_fast_syscall_32+0x88/0xf0
[ 4698.588535]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4698.588542]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.588547]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.588556]  do_fast_syscall_32+0x2f/0x70
[ 4698.588563]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4698.588569] RIP: 0023:0xf7fc0579
[ 4698.588593] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4698.588598] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4698.588604] RAX: ffffffffffffffda RBX: 00000000000000aa RCX: 00000000c63ff010
[ 4698.588608] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4698.588612] RBP: 00000000000000aa R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4698.588615] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4698.588619] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4698.588639]  </TASK>
[ 4698.588643] irq event stamp: 2026653
[ 4698.588646] hardirqs last  enabled at (2026661): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4698.588653] hardirqs last disabled at (2026668): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4698.588658] softirqs last  enabled at (2023836): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4698.588663] softirqs last disabled at (2023829): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4698.588668] ---[ end trace 0000000000000000 ]---
[ 4698.790219] ------------[ cut here ]------------
[ 4698.790228] WARNING: CPU: 8 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4698.790236] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4698.790320]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4698.790378] CPU: 8 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4698.790382] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4698.790384] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4698.790388] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4698.790390] RSP: 0018:ffffa7991fe9f618 EFLAGS: 00010246
[ 4698.790394] RAX: 0000000000000000 RBX: ffff8fa20b2c4ed0 RCX: 0000000000000000
[ 4698.790397] RDX: 0000000000000000 RSI: ffff8fa20b2c4e50 RDI: ffffa7991fe9f640
[ 4698.790399] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4698.790401] R10: ffff8fa20b2c4ed0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4698.790403] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4698.790405] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b69f7b40
[ 4698.790408] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4698.790410] CR2: 00007f2b400b0b78 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4698.790413] PKRU: 55555554
[ 4698.790415] Call Trace:
[ 4698.790418]  <TASK>
[ 4698.790425]  submit_one_bio+0xd4/0xe0
[ 4698.790432]  submit_extent_page+0x142/0x550
[ 4698.790445]  read_extent_buffer_pages+0x584/0x9c0
[ 4698.790452]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4698.790457]  ? folio_unlock+0x1d/0x50
[ 4698.790464]  btrfs_read_extent_buffer+0x98/0x150
[ 4698.790469]  read_tree_block+0x43/0xa0
[ 4698.790473]  read_block_for_search+0x266/0x370
[ 4698.790486]  btrfs_search_slot+0x351/0xd30
[ 4698.790496]  btrfs_lookup_csum+0x63/0x150
[ 4698.790503]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4698.790510]  ? btrfs_do_readpage+0x305/0x770
[ 4698.790516]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4698.790521]  submit_one_bio+0xc4/0xe0
[ 4698.790526]  btrfs_read_folio+0x79/0x90
[ 4698.790530]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4698.790533]  prepare_uptodate_page+0x8c/0x210
[ 4698.790538]  prepare_pages.constprop.0+0x134/0x300
[ 4698.790545]  btrfs_buffered_write+0x2ca/0x940
[ 4698.790559]  btrfs_do_write_iter+0x384/0x5d0
[ 4698.790563]  ? lock_is_held_type+0xe8/0x140
[ 4698.790571]  vfs_write+0x269/0x4f0
[ 4698.790582]  ksys_write+0x64/0xe0
[ 4698.790587]  __do_fast_syscall_32+0x88/0xf0
[ 4698.790591]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4698.790597]  ? lock_is_held_type+0xe8/0x140
[ 4698.790602]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790606]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4698.790609]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790612]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790615]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790619]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790623]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4698.790626]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790629]  ? __do_fast_syscall_32+0x94/0xf0
[ 4698.790634]  do_fast_syscall_32+0x2f/0x70
[ 4698.790638]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4698.790643] RIP: 0023:0xf7fc0579
[ 4698.790666] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4698.790669] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4698.790672] RAX: ffffffffffffffda RBX: 00000000000000aa RCX: 00000000b5dec010
[ 4698.790674] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4698.790676] RBP: 00000000000000aa R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4698.790679] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4698.790681] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4698.790691]  </TASK>
[ 4698.790693] irq event stamp: 2084569
[ 4698.790695] hardirqs last  enabled at (2084577): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4698.790699] hardirqs last disabled at (2084584): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4698.790702] softirqs last  enabled at (2082226): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4698.790706] softirqs last disabled at (2082219): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4698.790709] ---[ end trace 0000000000000000 ]---
[ 4699.797920] ------------[ cut here ]------------
[ 4699.797928] WARNING: CPU: 8 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4699.797936] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4699.798022]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4699.798081] CPU: 8 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4699.798084] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4699.798087] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4699.798090] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4699.798093] RSP: 0018:ffffa7991fe9f628 EFLAGS: 00010246
[ 4699.798097] RAX: 0000000000000000 RBX: ffff8fa20b2c6e50 RCX: 0000000000000000
[ 4699.798099] RDX: 0000000000000000 RSI: ffff8fa20b2c6dd0 RDI: ffffa7991fe9f650
[ 4699.798101] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4699.798104] R10: ffff8fa20b2c6e50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4699.798106] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4699.798108] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b69f7b40
[ 4699.798111] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4699.798113] CR2: 00007fa97f1c8000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4699.798115] PKRU: 55555554
[ 4699.798118] Call Trace:
[ 4699.798120]  <TASK>
[ 4699.798127]  submit_one_bio+0xd4/0xe0
[ 4699.798134]  submit_extent_page+0x142/0x550
[ 4699.798147]  read_extent_buffer_pages+0x584/0x9c0
[ 4699.798155]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4699.798159]  ? folio_unlock+0x1d/0x50
[ 4699.798166]  btrfs_read_extent_buffer+0x98/0x150
[ 4699.798172]  read_tree_block+0x43/0xa0
[ 4699.798176]  read_block_for_search+0x266/0x370
[ 4699.798188]  btrfs_search_slot+0x351/0xd30
[ 4699.798199]  btrfs_lookup_csum+0x63/0x150
[ 4699.798206]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4699.798213]  ? btrfs_do_readpage+0x305/0x770
[ 4699.798219]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4699.798224]  submit_one_bio+0xc4/0xe0
[ 4699.798230]  btrfs_read_folio+0x79/0x90
[ 4699.798233]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4699.798237]  prepare_uptodate_page+0x8c/0x210
[ 4699.798241]  prepare_pages.constprop.0+0xa2/0x300
[ 4699.798248]  btrfs_buffered_write+0x2ca/0x940
[ 4699.798262]  btrfs_do_write_iter+0x384/0x5d0
[ 4699.798266]  ? lock_is_held_type+0xe8/0x140
[ 4699.798274]  vfs_write+0x269/0x4f0
[ 4699.798284]  ksys_write+0x64/0xe0
[ 4699.798289]  __do_fast_syscall_32+0x88/0xf0
[ 4699.798293]  ? lock_is_held_type+0xe8/0x140
[ 4699.798299]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798302]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4699.798306]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798309]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4699.798313]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798316]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798320]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4699.798323]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798327]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798330]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798333]  ? __do_fast_syscall_32+0x94/0xf0
[ 4699.798338]  do_fast_syscall_32+0x2f/0x70
[ 4699.798342]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4699.798347] RIP: 0023:0xf7fc0579
[ 4699.798367] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4699.798369] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4699.798373] RAX: ffffffffffffffda RBX: 00000000000000aa RCX: 00000000bacff010
[ 4699.798375] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4699.798377] RBP: 00000000000000aa R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4699.798379] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4699.798381] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4699.798392]  </TASK>
[ 4699.798394] irq event stamp: 2233495
[ 4699.798396] hardirqs last  enabled at (2233503): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4699.798400] hardirqs last disabled at (2233510): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4699.798403] softirqs last  enabled at (2229032): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4699.798407] softirqs last disabled at (2229023): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4699.798410] ---[ end trace 0000000000000000 ]---
[ 4701.859728] ------------[ cut here ]------------
[ 4701.859738] WARNING: CPU: 13 PID: 14216 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4701.859765] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4701.859851]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4701.859910] CPU: 13 PID: 14216 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4701.859914] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4701.859916] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4701.859920] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4701.859923] RSP: 0018:ffffa7991fcef698 EFLAGS: 00010246
[ 4701.859926] RAX: 0000000000000000 RBX: ffff8fa13a48e910 RCX: 0000000000000000
[ 4701.859929] RDX: 0000000000000000 RSI: ffff8fa13a48e890 RDI: ffffa7991fcef6c0
[ 4701.859931] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4701.859933] R10: ffff8fa13a48e910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4701.859935] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4701.859938] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b5be9b40
[ 4701.859940] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4701.859943] CR2: 00001c50052fc000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4701.859947] PKRU: 55555554
[ 4701.859950] Call Trace:
[ 4701.859955]  <TASK>
[ 4701.859966]  submit_one_bio+0xd4/0xe0
[ 4701.859976]  submit_extent_page+0x142/0x550
[ 4701.859997]  read_extent_buffer_pages+0x584/0x9c0
[ 4701.860010]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4701.860017]  ? folio_unlock+0x1d/0x50
[ 4701.860027]  btrfs_read_extent_buffer+0x98/0x150
[ 4701.860037]  read_tree_block+0x43/0xa0
[ 4701.860043]  read_block_for_search+0x266/0x370
[ 4701.860064]  btrfs_search_slot+0x351/0xd30
[ 4701.860079]  btrfs_lookup_csum+0x63/0x150
[ 4701.860087]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4701.860093]  ? btrfs_do_readpage+0x305/0x770
[ 4701.860100]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4701.860104]  submit_one_bio+0xc4/0xe0
[ 4701.860110]  btrfs_read_folio+0x79/0x90
[ 4701.860113]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4701.860117]  prepare_uptodate_page+0x8c/0x210
[ 4701.860121]  prepare_pages.constprop.0+0xa2/0x300
[ 4701.860129]  btrfs_buffered_write+0x2ca/0x940
[ 4701.860142]  btrfs_do_write_iter+0x384/0x5d0
[ 4701.860146]  ? lock_is_held_type+0xe8/0x140
[ 4701.860154]  vfs_write+0x269/0x4f0
[ 4701.860164]  ksys_write+0x64/0xe0
[ 4701.860169]  __do_fast_syscall_32+0x88/0xf0
[ 4701.860174]  ? __do_fast_syscall_32+0x94/0xf0
[ 4701.860177]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4701.860181]  ? __do_fast_syscall_32+0x94/0xf0
[ 4701.860184]  ? __do_fast_syscall_32+0x94/0xf0
[ 4701.860187]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4701.860191]  ? __do_fast_syscall_32+0x94/0xf0
[ 4701.860194]  ? __do_fast_syscall_32+0x94/0xf0
[ 4701.860197]  ? __do_fast_syscall_32+0x94/0xf0
[ 4701.860202]  do_fast_syscall_32+0x2f/0x70
[ 4701.860206]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4701.860210] RIP: 0023:0xf7fc0579
[ 4701.860233] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4701.860235] RSP: 002b:00000000b5be7ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4701.860239] RAX: ffffffffffffffda RBX: 0000000000000097 RCX: 00000000be9fa010
[ 4701.860241] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4701.860243] RBP: 0000000000000097 R08: 00000000b5be7ae0 R09: 0000000000000000
[ 4701.860245] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4701.860247] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4701.860257]  </TASK>
[ 4701.860259] irq event stamp: 54139
[ 4701.860261] hardirqs last  enabled at (54147): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4701.860268] hardirqs last disabled at (54154): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4701.860273] softirqs last  enabled at (47968): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4701.860279] softirqs last disabled at (47963): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4701.860284] ---[ end trace 0000000000000000 ]---
[ 4702.067362] ------------[ cut here ]------------
[ 4702.067372] WARNING: CPU: 4 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.067382] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.067511]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.067605] CPU: 4 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.067610] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.067614] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.067620] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.067624] RSP: 0018:ffffa7991fab74b0 EFLAGS: 00010246
[ 4702.067630] RAX: 0000000000000000 RBX: ffff8f9d683abe10 RCX: 0000000000000000
[ 4702.067634] RDX: 0000000000000000 RSI: ffff8f9d683abd90 RDI: ffffa7991fab74d8
[ 4702.067637] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.067641] R10: ffff8f9d683abe10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.067645] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.067648] FS:  00007f3a6276d740(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4702.067653] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.067657] CR2: 00007f3a503f5000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.067661] PKRU: 55555554
[ 4702.067664] Call Trace:
[ 4702.067668]  <TASK>
[ 4702.067679]  submit_one_bio+0xd4/0xe0
[ 4702.067689]  submit_extent_page+0x142/0x550
[ 4702.067711]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.067720]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.067726]  ? folio_unlock+0x1d/0x50
[ 4702.067736]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.067766]  read_tree_block+0x43/0xa0
[ 4702.067773]  read_block_for_search+0x266/0x370
[ 4702.067794]  btrfs_search_slot+0x351/0xd30
[ 4702.067811]  btrfs_lookup_csum+0x63/0x150
[ 4702.067824]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.067843]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.067850]  submit_one_bio+0xc4/0xe0
[ 4702.067859]  ? extent_readahead+0xb7/0x6f0
[ 4702.067863]  extent_readahead+0x6d3/0x6f0
[ 4702.067871]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.067895]  read_pages+0x7a/0x300
[ 4702.067906]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.067919]  filemap_get_pages+0x40e/0x6b0
[ 4702.067930]  ? lock_is_held_type+0xe8/0x140
[ 4702.067944]  filemap_read+0xd7/0x330
[ 4702.067957]  vfs_read+0x243/0x310
[ 4702.067968]  __x64_sys_pread64+0x79/0xb0
[ 4702.067973]  do_syscall_64+0x5b/0x80
[ 4702.067978]  ? do_syscall_64+0x67/0x80
[ 4702.067981]  ? lock_is_held_type+0xe8/0x140
[ 4702.067986]  ? do_syscall_64+0x67/0x80
[ 4702.067990]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.067993]  ? do_syscall_64+0x67/0x80
[ 4702.067997]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.068000]  ? do_syscall_64+0x67/0x80
[ 4702.068004]  ? do_syscall_64+0x67/0x80
[ 4702.068009]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.068015]  ? do_syscall_64+0x67/0x80
[ 4702.068021]  ? asm_exc_page_fault+0x22/0x30
[ 4702.068027]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.068033]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.068038] RIP: 0033:0x7f3a6211cac7
[ 4702.068062] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.068066] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.068072] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.068076] RDX: 0000000000001000 RSI: 0000560136260448 RDI: 0000000000000008
[ 4702.068080] RBP: 00000000069c2000 R08: 0000560136260448 R09: 0000000000000005
[ 4702.068084] R10: 00000000069c2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.068087] R13: 0000560136260448 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.068100]  </TASK>
[ 4702.068102] irq event stamp: 465067
[ 4702.068104] hardirqs last  enabled at (465075): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.068108] hardirqs last disabled at (465082): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.068111] softirqs last  enabled at (463230): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.068114] softirqs last disabled at (463225): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.068117] ---[ end trace 0000000000000000 ]---
[ 4702.069042] ------------[ cut here ]------------
[ 4702.069048] WARNING: CPU: 0 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.069054] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.069140]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.069199] CPU: 0 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.069203] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.069206] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.069210] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.069213] RSP: 0018:ffffa7991fab74d0 EFLAGS: 00010246
[ 4702.069217] RAX: 0000000000000000 RBX: ffff8fa33e89bc50 RCX: 0000000000000000
[ 4702.069220] RDX: 0000000000000000 RSI: ffff8fa33e89bbd0 RDI: ffffa7991fab74f8
[ 4702.069222] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.069225] R10: ffff8fa33e89bc50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.069227] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.069230] FS:  00007f3a6276d740(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4702.069233] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.069236] CR2: 00007faa967127a8 CR3: 0000000e15f02000 CR4: 0000000000750ef0
[ 4702.069238] PKRU: 55555554
[ 4702.069241] Call Trace:
[ 4702.069243]  <TASK>
[ 4702.069250]  submit_one_bio+0xd4/0xe0
[ 4702.069257]  submit_extent_page+0x142/0x550
[ 4702.069271]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.069280]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.069285]  ? folio_unlock+0x1d/0x50
[ 4702.069291]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.069298]  read_tree_block+0x43/0xa0
[ 4702.069302]  read_block_for_search+0x266/0x370
[ 4702.069316]  btrfs_search_slot+0x351/0xd30
[ 4702.069328]  btrfs_lookup_csum+0x63/0x150
[ 4702.069336]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.069349]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.069353]  submit_one_bio+0xc4/0xe0
[ 4702.069359]  ? extent_readahead+0xb7/0x6f0
[ 4702.069362]  extent_readahead+0x6d3/0x6f0
[ 4702.069367]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.069383]  read_pages+0x7a/0x300
[ 4702.069391]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.069399]  filemap_get_pages+0x40e/0x6b0
[ 4702.069407]  ? lock_is_held_type+0xe8/0x140
[ 4702.069417]  filemap_read+0xd7/0x330
[ 4702.069434]  vfs_read+0x243/0x310
[ 4702.069445]  __x64_sys_pread64+0x79/0xb0
[ 4702.069451]  do_syscall_64+0x5b/0x80
[ 4702.069458]  ? lock_is_held_type+0xe8/0x140
[ 4702.069465]  ? do_syscall_64+0x67/0x80
[ 4702.069469]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.069473]  ? do_syscall_64+0x67/0x80
[ 4702.069478]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.069482]  ? do_syscall_64+0x67/0x80
[ 4702.069486]  ? asm_exc_page_fault+0x22/0x30
[ 4702.069490]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.069494]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.069498] RIP: 0033:0x7f3a6211cac7
[ 4702.069506] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.069509] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.069513] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.069516] RDX: 0000000000001000 RSI: 000056013626e2e8 RDI: 0000000000000008
[ 4702.069518] RBP: 000000000686e000 R08: 000056013626e2e8 R09: 0000000000000005
[ 4702.069520] R10: 000000000686e000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.069523] R13: 000056013626e2e8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.069535]  </TASK>
[ 4702.069537] irq event stamp: 466707
[ 4702.069540] hardirqs last  enabled at (466715): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.069543] hardirqs last disabled at (466722): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.069547] softirqs last  enabled at (463230): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.069550] softirqs last disabled at (463225): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.069553] ---[ end trace 0000000000000000 ]---
[ 4702.133207] ------------[ cut here ]------------
[ 4702.133216] WARNING: CPU: 9 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.133223] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.133302]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.133358] CPU: 9 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.133361] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.133364] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.133367] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.133370] RSP: 0018:ffffa7991fab7348 EFLAGS: 00010246
[ 4702.133373] RAX: 0000000000000000 RBX: ffff8f9e721ce3d0 RCX: 0000000000000000
[ 4702.133376] RDX: 0000000000000000 RSI: ffff8f9e721ce350 RDI: ffffa7991fab7370
[ 4702.133378] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.133380] R10: ffff8f9e721ce3d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.133382] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.133384] FS:  00007f3a6276d740(0000) GS:ffff8fa5d8600000(0000) knlGS:0000000000000000
[ 4702.133386] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.133388] CR2: 00000682baaba000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.133391] PKRU: 55555554
[ 4702.133393] Call Trace:
[ 4702.133395]  <TASK>
[ 4702.133401]  submit_one_bio+0xd4/0xe0
[ 4702.133408]  submit_extent_page+0x142/0x550
[ 4702.133421]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.133428]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.133432]  ? folio_unlock+0x1d/0x50
[ 4702.133438]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.133444]  read_tree_block+0x43/0xa0
[ 4702.133448]  read_block_for_search+0x266/0x370
[ 4702.133459]  btrfs_search_slot+0x351/0xd30
[ 4702.133469]  btrfs_lookup_csum+0x63/0x150
[ 4702.133476]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.133487]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.133491]  submit_one_bio+0xc4/0xe0
[ 4702.133496]  submit_extent_page+0x142/0x550
[ 4702.133501]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.133510]  btrfs_do_readpage+0x305/0x770
[ 4702.133515]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.133523]  ? extent_readahead+0xb7/0x6f0
[ 4702.133526]  extent_readahead+0x3f7/0x6f0
[ 4702.133530]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.133543]  read_pages+0x7a/0x300
[ 4702.133550]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.133557]  filemap_get_pages+0x40e/0x6b0
[ 4702.133563]  ? lock_is_held_type+0xe8/0x140
[ 4702.133573]  filemap_read+0xd7/0x330
[ 4702.133586]  vfs_read+0x243/0x310
[ 4702.133597]  __x64_sys_pread64+0x79/0xb0
[ 4702.133602]  do_syscall_64+0x5b/0x80
[ 4702.133607]  ? lock_is_held_type+0xe8/0x140
[ 4702.133612]  ? do_syscall_64+0x67/0x80
[ 4702.133615]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.133619]  ? do_syscall_64+0x67/0x80
[ 4702.133623]  ? do_syscall_64+0x67/0x80
[ 4702.133626]  ? do_syscall_64+0x67/0x80
[ 4702.133629]  ? do_syscall_64+0x67/0x80
[ 4702.133633]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.133636]  ? do_syscall_64+0x67/0x80
[ 4702.133639]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.133643]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.133647] RIP: 0033:0x7f3a6211cac7
[ 4702.133669] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.133671] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.133674] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.133677] RDX: 0000000000001000 RSI: 00005601362e61f8 RDI: 0000000000000008
[ 4702.133679] RBP: 00000000065fe000 R08: 00005601362e61f8 R09: 000029391a44e0fc
[ 4702.133681] R10: 00000000065fe000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.133683] R13: 00005601362e61f8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.133692]  </TASK>
[ 4702.133694] irq event stamp: 523035
[ 4702.133696] hardirqs last  enabled at (523043): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.133701] hardirqs last disabled at (523050): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.133703] softirqs last  enabled at (521134): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.133707] softirqs last disabled at (521129): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.133709] ---[ end trace 0000000000000000 ]---
[ 4702.133869] BTRFS error (device nvme0n1p3): level verify failed on logical 5446223790080 mirror 1 wanted 0 found 1
[ 4702.133878] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5446223790080 mirror 1
[ 4702.133883] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4702.133900] BTRFS error (device nvme0n1p3): read failed, bytenr=5446223790080 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 1748402597888) level=1 size=40
[ 4702.133905] CPU: 9 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.133908] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.133910] Call Trace:
[ 4702.133913]  <TASK>
[ 4702.133915]  dump_stack_lvl+0x5b/0x77
[ 4702.133919]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.133926]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.133930]  ? folio_unlock+0x1d/0x50
[ 4702.133935]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.133940]  read_tree_block+0x43/0xa0
[ 4702.133944]  read_block_for_search+0x266/0x370
[ 4702.133954]  btrfs_search_slot+0x351/0xd30
[ 4702.133964]  btrfs_lookup_csum+0x63/0x150
[ 4702.133970]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.133980]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.133984]  submit_one_bio+0xc4/0xe0
[ 4702.133989]  submit_extent_page+0x142/0x550
[ 4702.133993]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.134002]  btrfs_do_readpage+0x305/0x770
[ 4702.134007]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.134014]  ? extent_readahead+0xb7/0x6f0
[ 4702.134016]  extent_readahead+0x3f7/0x6f0
[ 4702.134020]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.134033]  read_pages+0x7a/0x300
[ 4702.134039]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.134045]  filemap_get_pages+0x40e/0x6b0
[ 4702.134051]  ? lock_is_held_type+0xe8/0x140
[ 4702.134059]  filemap_read+0xd7/0x330
[ 4702.134072]  vfs_read+0x243/0x310
[ 4702.134081]  __x64_sys_pread64+0x79/0xb0
[ 4702.134086]  do_syscall_64+0x5b/0x80
[ 4702.134089]  ? lock_is_held_type+0xe8/0x140
[ 4702.134095]  ? do_syscall_64+0x67/0x80
[ 4702.134098]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134101]  ? do_syscall_64+0x67/0x80
[ 4702.134105]  ? do_syscall_64+0x67/0x80
[ 4702.134108]  ? do_syscall_64+0x67/0x80
[ 4702.134111]  ? do_syscall_64+0x67/0x80
[ 4702.134114]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134118]  ? do_syscall_64+0x67/0x80
[ 4702.134121]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134124]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.134127] RIP: 0033:0x7f3a6211cac7
[ 4702.134132] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.134134] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.134137] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.134139] RDX: 0000000000001000 RSI: 00005601362e61f8 RDI: 0000000000000008
[ 4702.134141] RBP: 00000000065fe000 R08: 00005601362e61f8 R09: 000029391a44e0fc
[ 4702.134143] R10: 00000000065fe000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.134145] R13: 00005601362e61f8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.134154]  </TASK>
[ 4702.134166] BTRFS error (device nvme0n1p3): read failed, bytenr=5446223790080 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 1748402597888) level=1 size=40
[ 4702.134170] CPU: 9 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.134173] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.134174] Call Trace:
[ 4702.134176]  <TASK>
[ 4702.134178]  dump_stack_lvl+0x5b/0x77
[ 4702.134182]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.134187]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.134191]  ? folio_unlock+0x1d/0x50
[ 4702.134196]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.134201]  read_tree_block+0x43/0xa0
[ 4702.134204]  read_block_for_search+0x266/0x370
[ 4702.134215]  btrfs_search_slot+0x351/0xd30
[ 4702.134224]  btrfs_lookup_csum+0x63/0x150
[ 4702.134230]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.134240]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.134244]  submit_one_bio+0xc4/0xe0
[ 4702.134249]  submit_extent_page+0x142/0x550
[ 4702.134253]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.134263]  btrfs_do_readpage+0x305/0x770
[ 4702.134267]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.134275]  ? extent_readahead+0xb7/0x6f0
[ 4702.134277]  extent_readahead+0x3f7/0x6f0
[ 4702.134281]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.134294]  read_pages+0x7a/0x300
[ 4702.134299]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.134306]  filemap_get_pages+0x40e/0x6b0
[ 4702.134312]  ? lock_is_held_type+0xe8/0x140
[ 4702.134319]  filemap_read+0xd7/0x330
[ 4702.134333]  vfs_read+0x243/0x310
[ 4702.134342]  __x64_sys_pread64+0x79/0xb0
[ 4702.134346]  do_syscall_64+0x5b/0x80
[ 4702.134350]  ? lock_is_held_type+0xe8/0x140
[ 4702.134355]  ? do_syscall_64+0x67/0x80
[ 4702.134359]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134362]  ? do_syscall_64+0x67/0x80
[ 4702.134366]  ? do_syscall_64+0x67/0x80
[ 4702.134369]  ? do_syscall_64+0x67/0x80
[ 4702.134372]  ? do_syscall_64+0x67/0x80
[ 4702.134375]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134378]  ? do_syscall_64+0x67/0x80
[ 4702.134381]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134385]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.134387] RIP: 0033:0x7f3a6211cac7
[ 4702.134391] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.134393] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.134396] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.134398] RDX: 0000000000001000 RSI: 00005601362e61f8 RDI: 0000000000000008
[ 4702.134400] RBP: 00000000065fe000 R08: 00005601362e61f8 R09: 000029391a44e0fc
[ 4702.134401] R10: 00000000065fe000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.134403] R13: 00005601362e61f8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.134413]  </TASK>
[ 4702.134415] BTRFS error (device nvme0n1p3): read failed, bytenr=5446223790080 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 1748402597888) level=1 size=40
[ 4702.134418] CPU: 9 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.134420] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.134422] Call Trace:
[ 4702.134424]  <TASK>
[ 4702.134426]  dump_stack_lvl+0x5b/0x77
[ 4702.134429]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.134434]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.134438]  ? folio_unlock+0x1d/0x50
[ 4702.134443]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.134448]  read_tree_block+0x43/0xa0
[ 4702.134452]  read_block_for_search+0x266/0x370
[ 4702.134462]  btrfs_search_slot+0x351/0xd30
[ 4702.134472]  btrfs_lookup_csum+0x63/0x150
[ 4702.134478]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.134488]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.134491]  submit_one_bio+0xc4/0xe0
[ 4702.134496]  submit_extent_page+0x142/0x550
[ 4702.134501]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.134510]  btrfs_do_readpage+0x305/0x770
[ 4702.134514]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.134522]  ? extent_readahead+0xb7/0x6f0
[ 4702.134524]  extent_readahead+0x3f7/0x6f0
[ 4702.134528]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.134541]  read_pages+0x7a/0x300
[ 4702.134546]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.134553]  filemap_get_pages+0x40e/0x6b0
[ 4702.134559]  ? lock_is_held_type+0xe8/0x140
[ 4702.134566]  filemap_read+0xd7/0x330
[ 4702.134580]  vfs_read+0x243/0x310
[ 4702.134589]  __x64_sys_pread64+0x79/0xb0
[ 4702.134593]  do_syscall_64+0x5b/0x80
[ 4702.134597]  ? lock_is_held_type+0xe8/0x140
[ 4702.134602]  ? do_syscall_64+0x67/0x80
[ 4702.134605]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134609]  ? do_syscall_64+0x67/0x80
[ 4702.134612]  ? do_syscall_64+0x67/0x80
[ 4702.134615]  ? do_syscall_64+0x67/0x80
[ 4702.134618]  ? do_syscall_64+0x67/0x80
[ 4702.134621]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134625]  ? do_syscall_64+0x67/0x80
[ 4702.134628]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.134631]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.134634] RIP: 0033:0x7f3a6211cac7
[ 4702.134637] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.134639] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.134642] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.134643] RDX: 0000000000001000 RSI: 00005601362e61f8 RDI: 0000000000000008
[ 4702.134645] RBP: 00000000065fe000 R08: 00005601362e61f8 R09: 000029391a44e0fc
[ 4702.134647] R10: 00000000065fe000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.134649] R13: 00005601362e61f8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.134658]  </TASK>
[ 4702.134982] ------------[ cut here ]------------
[ 4702.134986] WARNING: CPU: 9 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.135023] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.135101]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.135148] CPU: 9 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.135151] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.135153] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.135156] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.135158] RSP: 0018:ffffa7991fab74c8 EFLAGS: 00010246
[ 4702.135161] RAX: 0000000000000000 RBX: ffff8f9e721cd790 RCX: 0000000000000000
[ 4702.135163] RDX: 0000000000000000 RSI: ffff8f9e721cd710 RDI: ffffa7991fab74f0
[ 4702.135165] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.135167] R10: ffff8f9e721cd790 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.135169] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.135171] FS:  00007f3a6276d740(0000) GS:ffff8fa5d8600000(0000) knlGS:0000000000000000
[ 4702.135174] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.135176] CR2: 00000682baaba000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.135178] PKRU: 55555554
[ 4702.135180] Call Trace:
[ 4702.135182]  <TASK>
[ 4702.135187]  submit_one_bio+0xd4/0xe0
[ 4702.135192]  submit_extent_page+0x142/0x550
[ 4702.135204]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.135211]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.135215]  ? folio_unlock+0x1d/0x50
[ 4702.135220]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.135226]  read_tree_block+0x43/0xa0
[ 4702.135229]  read_block_for_search+0x266/0x370
[ 4702.135240]  btrfs_search_slot+0x351/0xd30
[ 4702.135250]  btrfs_lookup_csum+0x63/0x150
[ 4702.135256]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.135266]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.135270]  submit_one_bio+0xc4/0xe0
[ 4702.135275]  ? extent_readahead+0xb7/0x6f0
[ 4702.135277]  extent_readahead+0x6d3/0x6f0
[ 4702.135281]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.135294]  read_pages+0x7a/0x300
[ 4702.135300]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.135307]  filemap_get_pages+0x40e/0x6b0
[ 4702.135313]  ? lock_is_held_type+0xe8/0x140
[ 4702.135321]  filemap_read+0xd7/0x330
[ 4702.135335]  vfs_read+0x243/0x310
[ 4702.135344]  __x64_sys_pread64+0x79/0xb0
[ 4702.135349]  do_syscall_64+0x5b/0x80
[ 4702.135353]  ? lock_is_held_type+0xe8/0x140
[ 4702.135358]  ? do_syscall_64+0x67/0x80
[ 4702.135361]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.135365]  ? do_syscall_64+0x67/0x80
[ 4702.135369]  ? do_syscall_64+0x67/0x80
[ 4702.135372]  ? do_syscall_64+0x67/0x80
[ 4702.135375]  ? do_syscall_64+0x67/0x80
[ 4702.135379]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.135382]  ? do_syscall_64+0x67/0x80
[ 4702.135385]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.135389]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.135392] RIP: 0033:0x7f3a6211cac7
[ 4702.135397] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.135399] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.135402] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.135404] RDX: 0000000000001000 RSI: 00005601362e61f8 RDI: 0000000000000008
[ 4702.135406] RBP: 00000000065fe000 R08: 00005601362e61f8 R09: 000029391a44e0fc
[ 4702.135408] R10: 00000000065fe000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.135410] R13: 00005601362e61f8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.135420]  </TASK>
[ 4702.135422] irq event stamp: 524771
[ 4702.135424] hardirqs last  enabled at (524779): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.135427] hardirqs last disabled at (524786): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.135429] softirqs last  enabled at (521134): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.135432] softirqs last disabled at (521129): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.135435] ---[ end trace 0000000000000000 ]---
[ 4702.328491] ------------[ cut here ]------------
[ 4702.328501] WARNING: CPU: 8 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.328510] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.328635]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.328690] CPU: 8 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.328693] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.328696] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.328699] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.328702] RSP: 0018:ffffa7991fab73f8 EFLAGS: 00010246
[ 4702.328706] RAX: 0000000000000000 RBX: ffff8fa20b2c55d0 RCX: 0000000000000000
[ 4702.328708] RDX: 0000000000000000 RSI: ffff8fa20b2c5550 RDI: ffffa7991fab7420
[ 4702.328710] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.328712] R10: ffff8fa20b2c55d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.328714] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.328717] FS:  00007f3a6276d740(0000) GS:ffff8fa5d8200000(0000) knlGS:0000000000000000
[ 4702.328719] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.328721] CR2: 00007f3a5045a000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.328724] PKRU: 55555554
[ 4702.328726] Call Trace:
[ 4702.328728]  <TASK>
[ 4702.328735]  submit_one_bio+0xd4/0xe0
[ 4702.328765]  submit_extent_page+0x142/0x550
[ 4702.328787]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.328794]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.328799]  ? folio_unlock+0x1d/0x50
[ 4702.328805]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.328810]  read_tree_block+0x43/0xa0
[ 4702.328814]  read_block_for_search+0x266/0x370
[ 4702.328826]  btrfs_search_slot+0x351/0xd30
[ 4702.328836]  btrfs_lookup_csum+0x63/0x150
[ 4702.328844]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.328854]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.328859]  submit_one_bio+0xc4/0xe0
[ 4702.328865]  submit_extent_page+0x142/0x550
[ 4702.328869]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.328879]  btrfs_do_readpage+0x305/0x770
[ 4702.328884]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.328892]  ? extent_readahead+0xb7/0x6f0
[ 4702.328894]  extent_readahead+0x3f7/0x6f0
[ 4702.328898]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.328911]  read_pages+0x7a/0x300
[ 4702.328919]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.328926]  filemap_get_pages+0x11e/0x6b0
[ 4702.328932]  ? lock_is_held_type+0xe8/0x140
[ 4702.328942]  filemap_read+0xd7/0x330
[ 4702.328956]  vfs_read+0x243/0x310
[ 4702.328966]  __x64_sys_pread64+0x79/0xb0
[ 4702.328972]  do_syscall_64+0x5b/0x80
[ 4702.328976]  ? do_syscall_64+0x67/0x80
[ 4702.328979]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.328983]  ? do_syscall_64+0x67/0x80
[ 4702.328986]  ? do_syscall_64+0x67/0x80
[ 4702.328989]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.328992]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.328996] RIP: 0033:0x7f3a6211cac7
[ 4702.329017] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.329020] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.329023] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.329025] RDX: 0000000000001000 RSI: 00005601363e9b28 RDI: 0000000000000008
[ 4702.329027] RBP: 000000000861c000 R08: 00005601363e9b28 R09: 000029391a317070
[ 4702.329029] R10: 000000000861c000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.329032] R13: 00005601363e9b28 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.329041]  </TASK>
[ 4702.329044] irq event stamp: 656431
[ 4702.329046] hardirqs last  enabled at (656439): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.329050] hardirqs last disabled at (656446): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.329053] softirqs last  enabled at (656086): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.329056] softirqs last disabled at (656081): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.329059] ---[ end trace 0000000000000000 ]---
[ 4702.329253] BTRFS error (device nvme0n1p3): level verify failed on logical 5446230327296 mirror 1 wanted 0 found 1
[ 4702.329258] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5446230327296 mirror 1
[ 4702.329261] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4702.329279] BTRFS error (device nvme0n1p3): read failed, bytenr=5446230327296 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 5998631714816) level=1 size=40
[ 4702.329286] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.329290] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.329292] Call Trace:
[ 4702.329295]  <TASK>
[ 4702.329298]  dump_stack_lvl+0x5b/0x77
[ 4702.329305]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.329316]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.329324]  ? folio_unlock+0x1d/0x50
[ 4702.329334]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.329343]  read_tree_block+0x43/0xa0
[ 4702.329349]  read_block_for_search+0x266/0x370
[ 4702.329368]  btrfs_search_slot+0x351/0xd30
[ 4702.329386]  btrfs_lookup_csum+0x63/0x150
[ 4702.329397]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.329407]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.329411]  submit_one_bio+0xc4/0xe0
[ 4702.329417]  submit_extent_page+0x142/0x550
[ 4702.329422]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.329431]  btrfs_do_readpage+0x305/0x770
[ 4702.329435]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.329443]  ? extent_readahead+0xb7/0x6f0
[ 4702.329445]  extent_readahead+0x3f7/0x6f0
[ 4702.329449]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.329462]  read_pages+0x7a/0x300
[ 4702.329468]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.329475]  filemap_get_pages+0x11e/0x6b0
[ 4702.329481]  ? lock_is_held_type+0xe8/0x140
[ 4702.329489]  filemap_read+0xd7/0x330
[ 4702.329502]  vfs_read+0x243/0x310
[ 4702.329511]  __x64_sys_pread64+0x79/0xb0
[ 4702.329516]  do_syscall_64+0x5b/0x80
[ 4702.329519]  ? do_syscall_64+0x67/0x80
[ 4702.329522]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.329526]  ? do_syscall_64+0x67/0x80
[ 4702.329529]  ? do_syscall_64+0x67/0x80
[ 4702.329531]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.329535]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.329538] RIP: 0033:0x7f3a6211cac7
[ 4702.329549] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.329552] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.329555] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.329557] RDX: 0000000000001000 RSI: 00005601363e9b28 RDI: 0000000000000008
[ 4702.329559] RBP: 000000000861c000 R08: 00005601363e9b28 R09: 000029391a317070
[ 4702.329561] R10: 000000000861c000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.329563] R13: 00005601363e9b28 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.329572]  </TASK>
[ 4702.329575] BTRFS error (device nvme0n1p3): read failed, bytenr=5446230327296 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 5998631714816) level=1 size=40
[ 4702.329580] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.329584] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.329588] Call Trace:
[ 4702.329591]  <TASK>
[ 4702.329595]  dump_stack_lvl+0x5b/0x77
[ 4702.329601]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.329611]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.329618]  ? folio_unlock+0x1d/0x50
[ 4702.329628]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.329637]  read_tree_block+0x43/0xa0
[ 4702.329644]  read_block_for_search+0x266/0x370
[ 4702.329663]  btrfs_search_slot+0x351/0xd30
[ 4702.329675]  btrfs_lookup_csum+0x63/0x150
[ 4702.329682]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.329692]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.329695]  submit_one_bio+0xc4/0xe0
[ 4702.329700]  submit_extent_page+0x142/0x550
[ 4702.329705]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.329714]  btrfs_do_readpage+0x305/0x770
[ 4702.329718]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.329726]  ? extent_readahead+0xb7/0x6f0
[ 4702.329728]  extent_readahead+0x3f7/0x6f0
[ 4702.329732]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.329745]  read_pages+0x7a/0x300
[ 4702.329751]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.329757]  filemap_get_pages+0x11e/0x6b0
[ 4702.329763]  ? lock_is_held_type+0xe8/0x140
[ 4702.329771]  filemap_read+0xd7/0x330
[ 4702.329784]  vfs_read+0x243/0x310
[ 4702.329793]  __x64_sys_pread64+0x79/0xb0
[ 4702.329798]  do_syscall_64+0x5b/0x80
[ 4702.329801]  ? do_syscall_64+0x67/0x80
[ 4702.329804]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.329807]  ? do_syscall_64+0x67/0x80
[ 4702.329810]  ? do_syscall_64+0x67/0x80
[ 4702.329813]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.329816]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.329819] RIP: 0033:0x7f3a6211cac7
[ 4702.329824] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.329826] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.329829] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.329830] RDX: 0000000000001000 RSI: 00005601363e9b28 RDI: 0000000000000008
[ 4702.329832] RBP: 000000000861c000 R08: 00005601363e9b28 R09: 000029391a317070
[ 4702.329834] R10: 000000000861c000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.329836] R13: 00005601363e9b28 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.329845]  </TASK>
[ 4702.329947] BTRFS error (device nvme0n1p3): read failed, bytenr=5446230327296 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 5998631714816) level=1 size=40
[ 4702.329951] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.329953] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.329955] Call Trace:
[ 4702.329957]  <TASK>
[ 4702.329959]  dump_stack_lvl+0x5b/0x77
[ 4702.329963]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.329968]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.329972]  ? folio_unlock+0x1d/0x50
[ 4702.329977]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.329982]  read_tree_block+0x43/0xa0
[ 4702.329986]  read_block_for_search+0x266/0x370
[ 4702.329996]  btrfs_search_slot+0x351/0xd30
[ 4702.330005]  btrfs_lookup_csum+0x63/0x150
[ 4702.330012]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.330021]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.330025]  submit_one_bio+0xc4/0xe0
[ 4702.330030]  submit_extent_page+0x142/0x550
[ 4702.330035]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.330044]  btrfs_do_readpage+0x305/0x770
[ 4702.330048]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.330056]  ? extent_readahead+0xb7/0x6f0
[ 4702.330058]  extent_readahead+0x3f7/0x6f0
[ 4702.330062]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.330074]  read_pages+0x7a/0x300
[ 4702.330080]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.330087]  filemap_get_pages+0x11e/0x6b0
[ 4702.330092]  ? lock_is_held_type+0xe8/0x140
[ 4702.330100]  filemap_read+0xd7/0x330
[ 4702.330113]  vfs_read+0x243/0x310
[ 4702.330122]  __x64_sys_pread64+0x79/0xb0
[ 4702.330127]  do_syscall_64+0x5b/0x80
[ 4702.330130]  ? do_syscall_64+0x67/0x80
[ 4702.330133]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.330136]  ? do_syscall_64+0x67/0x80
[ 4702.330139]  ? do_syscall_64+0x67/0x80
[ 4702.330142]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.330145]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.330148] RIP: 0033:0x7f3a6211cac7
[ 4702.330152] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.330154] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.330156] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.330158] RDX: 0000000000001000 RSI: 00005601363e9b28 RDI: 0000000000000008
[ 4702.330160] RBP: 000000000861c000 R08: 00005601363e9b28 R09: 000029391a317070
[ 4702.330162] R10: 000000000861c000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.330164] R13: 00005601363e9b28 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.330173]  </TASK>
[ 4702.330175] BTRFS error (device nvme0n1p3): read failed, bytenr=5446230327296 check owner_root=7 transid=652056 has_first_key=1 first_key=(18446744073709551606 128 5998631714816) level=1 size=40
[ 4702.330178] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.330180] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.330182] Call Trace:
[ 4702.330183]  <TASK>
[ 4702.330185]  dump_stack_lvl+0x5b/0x77
[ 4702.330189]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.330194]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.330198]  ? folio_unlock+0x1d/0x50
[ 4702.330203]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.330208]  read_tree_block+0x43/0xa0
[ 4702.330211]  read_block_for_search+0x266/0x370
[ 4702.330221]  btrfs_search_slot+0x351/0xd30
[ 4702.330231]  btrfs_lookup_csum+0x63/0x150
[ 4702.330237]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.330247]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.330250]  submit_one_bio+0xc4/0xe0
[ 4702.330255]  submit_extent_page+0x142/0x550
[ 4702.330259]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.330269]  btrfs_do_readpage+0x305/0x770
[ 4702.330273]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.330280]  ? extent_readahead+0xb7/0x6f0
[ 4702.330283]  extent_readahead+0x3f7/0x6f0
[ 4702.330286]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.330299]  read_pages+0x7a/0x300
[ 4702.330305]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.330311]  filemap_get_pages+0x11e/0x6b0
[ 4702.330317]  ? lock_is_held_type+0xe8/0x140
[ 4702.330325]  filemap_read+0xd7/0x330
[ 4702.330338]  vfs_read+0x243/0x310
[ 4702.330346]  __x64_sys_pread64+0x79/0xb0
[ 4702.330351]  do_syscall_64+0x5b/0x80
[ 4702.330354]  ? do_syscall_64+0x67/0x80
[ 4702.330357]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.330360]  ? do_syscall_64+0x67/0x80
[ 4702.330363]  ? do_syscall_64+0x67/0x80
[ 4702.330366]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.330369]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.330372] RIP: 0033:0x7f3a6211cac7
[ 4702.330375] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.330377] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.330379] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.330381] RDX: 0000000000001000 RSI: 00005601363e9b28 RDI: 0000000000000008
[ 4702.330383] RBP: 000000000861c000 R08: 00005601363e9b28 R09: 000029391a317070
[ 4702.330385] R10: 000000000861c000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.330387] R13: 00005601363e9b28 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.330396]  </TASK>
[ 4702.341792] ------------[ cut here ]------------
[ 4702.341801] WARNING: CPU: 14 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.341808] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.341887]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.341961] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.341965] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.341967] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.341970] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.341973] RSP: 0018:ffffa7991fab73c8 EFLAGS: 00010246
[ 4702.341976] RAX: 0000000000000000 RBX: ffff8f97183eb710 RCX: 0000000000000000
[ 4702.341979] RDX: 0000000000000000 RSI: ffff8f97183eb690 RDI: ffffa7991fab73f0
[ 4702.341981] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.341983] R10: ffff8f97183eb710 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.341985] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.341987] FS:  00007f3a6276d740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4702.341989] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.341992] CR2: 00000000beafa000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.341994] PKRU: 55555554
[ 4702.341996] Call Trace:
[ 4702.341998]  <TASK>
[ 4702.342005]  submit_one_bio+0xd4/0xe0
[ 4702.342012]  submit_extent_page+0x142/0x550
[ 4702.342024]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.342031]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342035]  ? folio_unlock+0x1d/0x50
[ 4702.342042]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.342047]  read_tree_block+0x43/0xa0
[ 4702.342051]  read_block_for_search+0x266/0x370
[ 4702.342062]  btrfs_search_slot+0x351/0xd30
[ 4702.342072]  btrfs_lookup_csum+0x63/0x150
[ 4702.342079]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.342089]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.342094]  submit_one_bio+0xc4/0xe0
[ 4702.342099]  submit_extent_page+0x142/0x550
[ 4702.342103]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.342113]  btrfs_do_readpage+0x305/0x770
[ 4702.342118]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.342126]  ? extent_readahead+0xb7/0x6f0
[ 4702.342128]  extent_readahead+0x3f7/0x6f0
[ 4702.342132]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342145]  read_pages+0x7a/0x300
[ 4702.342153]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.342159]  filemap_get_pages+0x40e/0x6b0
[ 4702.342165]  ? lock_is_held_type+0xe8/0x140
[ 4702.342175]  filemap_read+0xd7/0x330
[ 4702.342189]  vfs_read+0x243/0x310
[ 4702.342199]  __x64_sys_pread64+0x79/0xb0
[ 4702.342204]  do_syscall_64+0x5b/0x80
[ 4702.342208]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342212]  ? do_syscall_64+0x67/0x80
[ 4702.342216]  ? do_syscall_64+0x67/0x80
[ 4702.342219]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342223]  ? do_syscall_64+0x67/0x80
[ 4702.342226]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342229]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.342234] RIP: 0033:0x7f3a6211cac7
[ 4702.342255] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.342258] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.342261] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.342263] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.342265] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.342267] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.342269] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.342278]  </TASK>
[ 4702.342280] irq event stamp: 666249
[ 4702.342282] hardirqs last  enabled at (666257): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.342287] hardirqs last disabled at (666264): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.342289] softirqs last  enabled at (665650): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.342293] softirqs last disabled at (665633): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.342295] ---[ end trace 0000000000000000 ]---
[ 4702.342429] BTRFS error (device nvme0n1p3): level verify failed on logical 3949436108800 mirror 1 wanted 0 found 1
[ 4702.342436] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 3949436108800 mirror 1
[ 4702.342439] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4702.342455] BTRFS error (device nvme0n1p3): read failed, bytenr=3949436108800 check owner_root=7 transid=651630 has_first_key=1 first_key=(18446744073709551606 128 6814323310592) level=1 size=40
[ 4702.342460] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.342464] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.342466] Call Trace:
[ 4702.342468]  <TASK>
[ 4702.342471]  dump_stack_lvl+0x5b/0x77
[ 4702.342475]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.342482]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342486]  ? folio_unlock+0x1d/0x50
[ 4702.342492]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.342497]  read_tree_block+0x43/0xa0
[ 4702.342501]  read_block_for_search+0x266/0x370
[ 4702.342512]  btrfs_search_slot+0x351/0xd30
[ 4702.342521]  btrfs_lookup_csum+0x63/0x150
[ 4702.342528]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.342537]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.342541]  submit_one_bio+0xc4/0xe0
[ 4702.342547]  submit_extent_page+0x142/0x550
[ 4702.342551]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.342561]  btrfs_do_readpage+0x305/0x770
[ 4702.342565]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.342573]  ? extent_readahead+0xb7/0x6f0
[ 4702.342575]  extent_readahead+0x3f7/0x6f0
[ 4702.342579]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342592]  read_pages+0x7a/0x300
[ 4702.342598]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.342605]  filemap_get_pages+0x40e/0x6b0
[ 4702.342611]  ? lock_is_held_type+0xe8/0x140
[ 4702.342618]  filemap_read+0xd7/0x330
[ 4702.342632]  vfs_read+0x243/0x310
[ 4702.342641]  __x64_sys_pread64+0x79/0xb0
[ 4702.342646]  do_syscall_64+0x5b/0x80
[ 4702.342649]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342653]  ? do_syscall_64+0x67/0x80
[ 4702.342656]  ? do_syscall_64+0x67/0x80
[ 4702.342659]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342663]  ? do_syscall_64+0x67/0x80
[ 4702.342666]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342669]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.342672] RIP: 0033:0x7f3a6211cac7
[ 4702.342680] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.342682] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.342685] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.342687] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.342689] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.342690] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.342692] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.342702]  </TASK>
[ 4702.342704] BTRFS error (device nvme0n1p3): read failed, bytenr=3949436108800 check owner_root=7 transid=651630 has_first_key=1 first_key=(18446744073709551606 128 6814323310592) level=1 size=40
[ 4702.342707] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.342710] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.342711] Call Trace:
[ 4702.342713]  <TASK>
[ 4702.342715]  dump_stack_lvl+0x5b/0x77
[ 4702.342719]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.342724]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342728]  ? folio_unlock+0x1d/0x50
[ 4702.342733]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.342738]  read_tree_block+0x43/0xa0
[ 4702.342741]  read_block_for_search+0x266/0x370
[ 4702.342759]  btrfs_search_slot+0x351/0xd30
[ 4702.342770]  btrfs_lookup_csum+0x63/0x150
[ 4702.342777]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.342787]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.342790]  submit_one_bio+0xc4/0xe0
[ 4702.342795]  submit_extent_page+0x142/0x550
[ 4702.342800]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.342809]  btrfs_do_readpage+0x305/0x770
[ 4702.342813]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.342821]  ? extent_readahead+0xb7/0x6f0
[ 4702.342823]  extent_readahead+0x3f7/0x6f0
[ 4702.342827]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342840]  read_pages+0x7a/0x300
[ 4702.342845]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.342852]  filemap_get_pages+0x40e/0x6b0
[ 4702.342858]  ? lock_is_held_type+0xe8/0x140
[ 4702.342866]  filemap_read+0xd7/0x330
[ 4702.342879]  vfs_read+0x243/0x310
[ 4702.342887]  __x64_sys_pread64+0x79/0xb0
[ 4702.342892]  do_syscall_64+0x5b/0x80
[ 4702.342895]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342899]  ? do_syscall_64+0x67/0x80
[ 4702.342902]  ? do_syscall_64+0x67/0x80
[ 4702.342905]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342908]  ? do_syscall_64+0x67/0x80
[ 4702.342912]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.342915]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.342917] RIP: 0033:0x7f3a6211cac7
[ 4702.342921] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.342923] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.342926] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.342927] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.342929] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.342931] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.342933] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.342942]  </TASK>
[ 4702.342956] BTRFS error (device nvme0n1p3): read failed, bytenr=3949436108800 check owner_root=7 transid=651630 has_first_key=1 first_key=(18446744073709551606 128 6814323310592) level=1 size=40
[ 4702.342960] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.342962] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.342964] Call Trace:
[ 4702.342965]  <TASK>
[ 4702.342967]  dump_stack_lvl+0x5b/0x77
[ 4702.342971]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.342976]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.342980]  ? folio_unlock+0x1d/0x50
[ 4702.342985]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.342990]  read_tree_block+0x43/0xa0
[ 4702.342993]  read_block_for_search+0x266/0x370
[ 4702.343003]  btrfs_search_slot+0x351/0xd30
[ 4702.343013]  btrfs_lookup_csum+0x63/0x150
[ 4702.343019]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.343029]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.343033]  submit_one_bio+0xc4/0xe0
[ 4702.343038]  submit_extent_page+0x142/0x550
[ 4702.343042]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.343051]  btrfs_do_readpage+0x305/0x770
[ 4702.343055]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.343063]  ? extent_readahead+0xb7/0x6f0
[ 4702.343065]  extent_readahead+0x3f7/0x6f0
[ 4702.343069]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.343082]  read_pages+0x7a/0x300
[ 4702.343087]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.343094]  filemap_get_pages+0x40e/0x6b0
[ 4702.343099]  ? lock_is_held_type+0xe8/0x140
[ 4702.343107]  filemap_read+0xd7/0x330
[ 4702.343120]  vfs_read+0x243/0x310
[ 4702.343129]  __x64_sys_pread64+0x79/0xb0
[ 4702.343134]  do_syscall_64+0x5b/0x80
[ 4702.343137]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343140]  ? do_syscall_64+0x67/0x80
[ 4702.343144]  ? do_syscall_64+0x67/0x80
[ 4702.343147]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343150]  ? do_syscall_64+0x67/0x80
[ 4702.343153]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343157]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.343159] RIP: 0033:0x7f3a6211cac7
[ 4702.343162] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.343164] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.343167] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.343169] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.343170] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.343172] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.343174] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.343183]  </TASK>
[ 4702.343185] BTRFS error (device nvme0n1p3): read failed, bytenr=3949436108800 check owner_root=7 transid=651630 has_first_key=1 first_key=(18446744073709551606 128 6814323310592) level=1 size=40
[ 4702.343188] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.343190] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.343191] Call Trace:
[ 4702.343193]  <TASK>
[ 4702.343195]  dump_stack_lvl+0x5b/0x77
[ 4702.343198]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.343203]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.343207]  ? folio_unlock+0x1d/0x50
[ 4702.343212]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.343217]  read_tree_block+0x43/0xa0
[ 4702.343220]  read_block_for_search+0x266/0x370
[ 4702.343231]  btrfs_search_slot+0x351/0xd30
[ 4702.343240]  btrfs_lookup_csum+0x63/0x150
[ 4702.343246]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.343256]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.343260]  submit_one_bio+0xc4/0xe0
[ 4702.343265]  submit_extent_page+0x142/0x550
[ 4702.343269]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.343278]  btrfs_do_readpage+0x305/0x770
[ 4702.343282]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.343290]  ? extent_readahead+0xb7/0x6f0
[ 4702.343292]  extent_readahead+0x3f7/0x6f0
[ 4702.343296]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.343309]  read_pages+0x7a/0x300
[ 4702.343314]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.343321]  filemap_get_pages+0x40e/0x6b0
[ 4702.343327]  ? lock_is_held_type+0xe8/0x140
[ 4702.343334]  filemap_read+0xd7/0x330
[ 4702.343348]  vfs_read+0x243/0x310
[ 4702.343356]  __x64_sys_pread64+0x79/0xb0
[ 4702.343361]  do_syscall_64+0x5b/0x80
[ 4702.343364]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343367]  ? do_syscall_64+0x67/0x80
[ 4702.343371]  ? do_syscall_64+0x67/0x80
[ 4702.343374]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343377]  ? do_syscall_64+0x67/0x80
[ 4702.343380]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343384]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.343386] RIP: 0033:0x7f3a6211cac7
[ 4702.343389] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.343391] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.343394] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.343395] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.343397] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.343399] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.343401] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.343410]  </TASK>
[ 4702.343600] ------------[ cut here ]------------
[ 4702.343604] WARNING: CPU: 14 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.343608] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.343683]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.343734] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.343737] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.343739] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.343752] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.343756] RSP: 0018:ffffa7991fab73c8 EFLAGS: 00010246
[ 4702.343760] RAX: 0000000000000000 RBX: ffff8f97183e8d10 RCX: 0000000000000000
[ 4702.343762] RDX: 0000000000000000 RSI: ffff8f97183e8c90 RDI: ffffa7991fab73f0
[ 4702.343764] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.343766] R10: ffff8f97183e8d10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.343768] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.343770] FS:  00007f3a6276d740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4702.343772] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.343774] CR2: 00000000beafa000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.343777] PKRU: 55555554
[ 4702.343778] Call Trace:
[ 4702.343780]  <TASK>
[ 4702.343786]  submit_one_bio+0xd4/0xe0
[ 4702.343792]  submit_extent_page+0x142/0x550
[ 4702.343803]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.343810]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.343815]  ? folio_unlock+0x1d/0x50
[ 4702.343820]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.343825]  read_tree_block+0x43/0xa0
[ 4702.343829]  read_block_for_search+0x266/0x370
[ 4702.343839]  btrfs_search_slot+0x351/0xd30
[ 4702.343849]  btrfs_lookup_csum+0x63/0x150
[ 4702.343856]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.343866]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.343870]  submit_one_bio+0xc4/0xe0
[ 4702.343875]  submit_extent_page+0x142/0x550
[ 4702.343880]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.343889]  btrfs_do_readpage+0x305/0x770
[ 4702.343893]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.343901]  ? extent_readahead+0xb7/0x6f0
[ 4702.343903]  extent_readahead+0x3f7/0x6f0
[ 4702.343908]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.343920]  read_pages+0x7a/0x300
[ 4702.343927]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.343933]  filemap_get_pages+0x40e/0x6b0
[ 4702.343939]  ? lock_is_held_type+0xe8/0x140
[ 4702.343948]  filemap_read+0xd7/0x330
[ 4702.343961]  vfs_read+0x243/0x310
[ 4702.343971]  __x64_sys_pread64+0x79/0xb0
[ 4702.343976]  do_syscall_64+0x5b/0x80
[ 4702.343979]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343983]  ? do_syscall_64+0x67/0x80
[ 4702.343986]  ? do_syscall_64+0x67/0x80
[ 4702.343990]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.343993]  ? do_syscall_64+0x67/0x80
[ 4702.343996]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.344000]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.344003] RIP: 0033:0x7f3a6211cac7
[ 4702.344010] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.344012] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.344015] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.344017] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.344019] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.344021] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.344023] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.344033]  </TASK>
[ 4702.344035] irq event stamp: 667779
[ 4702.344037] hardirqs last  enabled at (667787): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.344041] hardirqs last disabled at (667794): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.344043] softirqs last  enabled at (666354): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.344047] softirqs last disabled at (666347): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.344049] ---[ end trace 0000000000000000 ]---
[ 4702.344589] ------------[ cut here ]------------
[ 4702.344595] WARNING: CPU: 2 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.344601] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.344701]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.344802] CPU: 2 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.344806] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.344809] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.344812] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.344815] RSP: 0018:ffffa7991fab73c8 EFLAGS: 00010246
[ 4702.344818] RAX: 0000000000000000 RBX: ffff8f9722bc80d0 RCX: 0000000000000000
[ 4702.344820] RDX: 0000000000000000 RSI: ffff8f9722bc8050 RDI: ffffa7991fab73f0
[ 4702.344823] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.344825] R10: ffff8f9722bc80d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.344827] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.344829] FS:  00007f3a6276d740(0000) GS:ffff8fa5d6a00000(0000) knlGS:0000000000000000
[ 4702.344831] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.344833] CR2: 00000000b73fa000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.344836] PKRU: 55555554
[ 4702.344838] Call Trace:
[ 4702.344840]  <TASK>
[ 4702.344846]  submit_one_bio+0xd4/0xe0
[ 4702.344852]  submit_extent_page+0x142/0x550
[ 4702.344864]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.344871]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.344875]  ? folio_unlock+0x1d/0x50
[ 4702.344880]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.344885]  read_tree_block+0x43/0xa0
[ 4702.344889]  read_block_for_search+0x266/0x370
[ 4702.344900]  btrfs_search_slot+0x351/0xd30
[ 4702.344910]  btrfs_lookup_csum+0x63/0x150
[ 4702.344917]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.344927]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.344931]  submit_one_bio+0xc4/0xe0
[ 4702.344936]  submit_extent_page+0x142/0x550
[ 4702.344941]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.344953]  btrfs_do_readpage+0x305/0x770
[ 4702.344960]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.344968]  ? extent_readahead+0xb7/0x6f0
[ 4702.344971]  extent_readahead+0x3f7/0x6f0
[ 4702.344975]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.344988]  read_pages+0x7a/0x300
[ 4702.344994]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.345001]  filemap_get_pages+0x40e/0x6b0
[ 4702.345007]  ? lock_is_held_type+0xe8/0x140
[ 4702.345015]  filemap_read+0xd7/0x330
[ 4702.345029]  vfs_read+0x243/0x310
[ 4702.345038]  __x64_sys_pread64+0x79/0xb0
[ 4702.345043]  do_syscall_64+0x5b/0x80
[ 4702.345047]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.345050]  ? do_syscall_64+0x67/0x80
[ 4702.345054]  ? do_syscall_64+0x67/0x80
[ 4702.345057]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.345061]  ? do_syscall_64+0x67/0x80
[ 4702.345064]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.345068]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.345071] RIP: 0033:0x7f3a6211cac7
[ 4702.345082] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.345084] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.345089] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.345092] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.345096] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.345100] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.345103] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.345121]  </TASK>
[ 4702.345125] irq event stamp: 669347
[ 4702.345128] hardirqs last  enabled at (669355): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.345133] hardirqs last disabled at (669362): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.345137] softirqs last  enabled at (668684): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.345142] softirqs last disabled at (668679): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.345146] ---[ end trace 0000000000000000 ]---
[ 4702.352481] ------------[ cut here ]------------
[ 4702.352495] WARNING: CPU: 14 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.352506] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.352601]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.352665] CPU: 14 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.352668] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.352672] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.352676] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.352678] RSP: 0018:ffffa7991fab73c8 EFLAGS: 00010246
[ 4702.352682] RAX: 0000000000000000 RBX: ffff8f97183e95d0 RCX: 0000000000000000
[ 4702.352684] RDX: 0000000000000000 RSI: ffff8f97183e9550 RDI: ffffa7991fab73f0
[ 4702.352686] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.352689] R10: ffff8f97183e95d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.352691] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.352693] FS:  00007f3a6276d740(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4702.352696] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.352698] CR2: 00000000beafa000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.352700] PKRU: 55555554
[ 4702.352702] Call Trace:
[ 4702.352705]  <TASK>
[ 4702.352712]  submit_one_bio+0xd4/0xe0
[ 4702.352721]  submit_extent_page+0x142/0x550
[ 4702.352734]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.352742]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.352765]  ? folio_unlock+0x1d/0x50
[ 4702.352774]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.352780]  read_tree_block+0x43/0xa0
[ 4702.352784]  read_block_for_search+0x266/0x370
[ 4702.352796]  btrfs_search_slot+0x351/0xd30
[ 4702.352808]  btrfs_lookup_csum+0x63/0x150
[ 4702.352818]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.352829]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.352833]  submit_one_bio+0xc4/0xe0
[ 4702.352838]  submit_extent_page+0x142/0x550
[ 4702.352843]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.352853]  btrfs_do_readpage+0x305/0x770
[ 4702.352857]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.352866]  ? extent_readahead+0xb7/0x6f0
[ 4702.352868]  extent_readahead+0x3f7/0x6f0
[ 4702.352872]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.352885]  read_pages+0x7a/0x300
[ 4702.352892]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.352899]  filemap_get_pages+0x40e/0x6b0
[ 4702.352906]  ? lock_is_held_type+0xe8/0x140
[ 4702.352915]  filemap_read+0xd7/0x330
[ 4702.352929]  vfs_read+0x243/0x310
[ 4702.352939]  __x64_sys_pread64+0x79/0xb0
[ 4702.352944]  do_syscall_64+0x5b/0x80
[ 4702.352948]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.352952]  ? do_syscall_64+0x67/0x80
[ 4702.352956]  ? do_syscall_64+0x67/0x80
[ 4702.352959]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.352963]  ? do_syscall_64+0x67/0x80
[ 4702.352966]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.352969]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.352973] RIP: 0033:0x7f3a6211cac7
[ 4702.352993] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.352995] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.352999] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.353001] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.353003] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.353005] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.353007] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.353016]  </TASK>
[ 4702.353018] irq event stamp: 680587
[ 4702.353020] hardirqs last  enabled at (680595): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.353025] hardirqs last disabled at (680602): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.353027] softirqs last  enabled at (680254): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.353031] softirqs last disabled at (680247): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.353033] ---[ end trace 0000000000000000 ]---
[ 4702.353158] BTRFS error (device nvme0n1p3): level verify failed on logical 875937792 mirror 1 wanted 0 found 1
[ 4702.353169] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 875937792 mirror 1
[ 4702.353178] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4702.353211] BTRFS error (device nvme0n1p3): read failed, bytenr=875937792 check owner_root=7 transid=650153 has_first_key=1 first_key=(18446744073709551606 128 6827655364608) level=1 size=40
[ 4702.353221] CPU: 2 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.353228] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.353232] Call Trace:
[ 4702.353237]  <TASK>
[ 4702.353244]  dump_stack_lvl+0x5b/0x77
[ 4702.353254]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.353264]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.353269]  ? folio_unlock+0x1d/0x50
[ 4702.353276]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.353284]  read_tree_block+0x43/0xa0
[ 4702.353288]  read_block_for_search+0x266/0x370
[ 4702.353302]  btrfs_search_slot+0x351/0xd30
[ 4702.353315]  btrfs_lookup_csum+0x63/0x150
[ 4702.353323]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.353336]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.353341]  submit_one_bio+0xc4/0xe0
[ 4702.353348]  submit_extent_page+0x142/0x550
[ 4702.353353]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.353365]  btrfs_do_readpage+0x305/0x770
[ 4702.353371]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.353380]  ? extent_readahead+0xb7/0x6f0
[ 4702.353383]  extent_readahead+0x3f7/0x6f0
[ 4702.353388]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.353407]  read_pages+0x7a/0x300
[ 4702.353418]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.353433]  filemap_get_pages+0x40e/0x6b0
[ 4702.353447]  ? lock_is_held_type+0xe8/0x140
[ 4702.353468]  filemap_read+0xd7/0x330
[ 4702.353504]  vfs_read+0x243/0x310
[ 4702.353524]  __x64_sys_pread64+0x79/0xb0
[ 4702.353538]  do_syscall_64+0x5b/0x80
[ 4702.353548]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.353559]  ? do_syscall_64+0x67/0x80
[ 4702.353569]  ? do_syscall_64+0x67/0x80
[ 4702.353578]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.353588]  ? do_syscall_64+0x67/0x80
[ 4702.353596]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.353604]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.353611] RIP: 0033:0x7f3a6211cac7
[ 4702.353642] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.353647] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.353655] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.353661] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.353667] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.353672] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.353678] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.353706]  </TASK>
[ 4702.353713] BTRFS error (device nvme0n1p3): read failed, bytenr=875937792 check owner_root=7 transid=650153 has_first_key=1 first_key=(18446744073709551606 128 6827655364608) level=1 size=40
[ 4702.353721] CPU: 2 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.353725] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.353728] Call Trace:
[ 4702.353731]  <TASK>
[ 4702.353734]  dump_stack_lvl+0x5b/0x77
[ 4702.353739]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.353752]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.353765]  ? folio_unlock+0x1d/0x50
[ 4702.353781]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.353797]  read_tree_block+0x43/0xa0
[ 4702.353807]  read_block_for_search+0x266/0x370
[ 4702.353842]  btrfs_search_slot+0x351/0xd30
[ 4702.353870]  btrfs_lookup_csum+0x63/0x150
[ 4702.353887]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.353908]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.353914]  submit_one_bio+0xc4/0xe0
[ 4702.353922]  submit_extent_page+0x142/0x550
[ 4702.353929]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.353947]  btrfs_do_readpage+0x305/0x770
[ 4702.353961]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.353985]  ? extent_readahead+0xb7/0x6f0
[ 4702.353992]  extent_readahead+0x3f7/0x6f0
[ 4702.354003]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.354037]  read_pages+0x7a/0x300
[ 4702.354046]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.354057]  filemap_get_pages+0x40e/0x6b0
[ 4702.354066]  ? lock_is_held_type+0xe8/0x140
[ 4702.354078]  filemap_read+0xd7/0x330
[ 4702.354100]  vfs_read+0x243/0x310
[ 4702.354124]  __x64_sys_pread64+0x79/0xb0
[ 4702.354138]  do_syscall_64+0x5b/0x80
[ 4702.354146]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354156]  ? do_syscall_64+0x67/0x80
[ 4702.354165]  ? do_syscall_64+0x67/0x80
[ 4702.354174]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354182]  ? do_syscall_64+0x67/0x80
[ 4702.354188]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354198]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.354200] RIP: 0033:0x7f3a6211cac7
[ 4702.354200] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.354200] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.354200] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.354200] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.354200] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.354200] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.354200] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.354200]  </TASK>
[ 4702.354458] BTRFS error (device nvme0n1p3): read failed, bytenr=875937792 check owner_root=7 transid=650153 has_first_key=1 first_key=(18446744073709551606 128 6827655364608) level=1 size=40
[ 4702.354466] CPU: 2 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.354470] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.354473] Call Trace:
[ 4702.354476]  <TASK>
[ 4702.354479]  dump_stack_lvl+0x5b/0x77
[ 4702.354485]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.354494]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.354500]  ? folio_unlock+0x1d/0x50
[ 4702.354508]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.354517]  read_tree_block+0x43/0xa0
[ 4702.354522]  read_block_for_search+0x266/0x370
[ 4702.354539]  btrfs_search_slot+0x351/0xd30
[ 4702.354554]  btrfs_lookup_csum+0x63/0x150
[ 4702.354563]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.354573]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.354577]  submit_one_bio+0xc4/0xe0
[ 4702.354582]  submit_extent_page+0x142/0x550
[ 4702.354587]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.354596]  btrfs_do_readpage+0x305/0x770
[ 4702.354600]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.354608]  ? extent_readahead+0xb7/0x6f0
[ 4702.354610]  extent_readahead+0x3f7/0x6f0
[ 4702.354614]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.354627]  read_pages+0x7a/0x300
[ 4702.354633]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.354640]  filemap_get_pages+0x40e/0x6b0
[ 4702.354646]  ? lock_is_held_type+0xe8/0x140
[ 4702.354654]  filemap_read+0xd7/0x330
[ 4702.354667]  vfs_read+0x243/0x310
[ 4702.354676]  __x64_sys_pread64+0x79/0xb0
[ 4702.354681]  do_syscall_64+0x5b/0x80
[ 4702.354684]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354688]  ? do_syscall_64+0x67/0x80
[ 4702.354691]  ? do_syscall_64+0x67/0x80
[ 4702.354694]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354698]  ? do_syscall_64+0x67/0x80
[ 4702.354701]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354704]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.354707] RIP: 0033:0x7f3a6211cac7
[ 4702.354717] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.354719] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.354722] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.354723] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.354725] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.354727] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.354729] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.354738]  </TASK>
[ 4702.354740] BTRFS error (device nvme0n1p3): read failed, bytenr=875937792 check owner_root=7 transid=650153 has_first_key=1 first_key=(18446744073709551606 128 6827655364608) level=1 size=40
[ 4702.354755] CPU: 2 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.354758] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.354760] Call Trace:
[ 4702.354761]  <TASK>
[ 4702.354763]  dump_stack_lvl+0x5b/0x77
[ 4702.354767]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4702.354772]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.354776]  ? folio_unlock+0x1d/0x50
[ 4702.354781]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.354786]  read_tree_block+0x43/0xa0
[ 4702.354789]  read_block_for_search+0x266/0x370
[ 4702.354799]  btrfs_search_slot+0x351/0xd30
[ 4702.354809]  btrfs_lookup_csum+0x63/0x150
[ 4702.354815]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.354825]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.354829]  submit_one_bio+0xc4/0xe0
[ 4702.354834]  submit_extent_page+0x142/0x550
[ 4702.354838]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.354847]  btrfs_do_readpage+0x305/0x770
[ 4702.354852]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.354859]  ? extent_readahead+0xb7/0x6f0
[ 4702.354861]  extent_readahead+0x3f7/0x6f0
[ 4702.354865]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.354878]  read_pages+0x7a/0x300
[ 4702.354883]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.354893]  filemap_get_pages+0x40e/0x6b0
[ 4702.354903]  ? lock_is_held_type+0xe8/0x140
[ 4702.354917]  filemap_read+0xd7/0x330
[ 4702.354941]  vfs_read+0x243/0x310
[ 4702.354957]  __x64_sys_pread64+0x79/0xb0
[ 4702.354966]  do_syscall_64+0x5b/0x80
[ 4702.354970]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354976]  ? do_syscall_64+0x67/0x80
[ 4702.354982]  ? do_syscall_64+0x67/0x80
[ 4702.354987]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.354992]  ? do_syscall_64+0x67/0x80
[ 4702.354997]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.355002]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.355006] RIP: 0033:0x7f3a6211cac7
[ 4702.355012] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.355015] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.355019] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.355022] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.355026] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.355029] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.355032] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.355050]  </TASK>
[ 4702.356588] ------------[ cut here ]------------
[ 4702.356595] WARNING: CPU: 0 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.356601] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.356690]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.356764] CPU: 0 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.356769] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.356771] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.356775] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.356778] RSP: 0018:ffffa7991fab73c8 EFLAGS: 00010246
[ 4702.356781] RAX: 0000000000000000 RBX: ffff8fa33e89b010 RCX: 0000000000000000
[ 4702.356783] RDX: 0000000000000000 RSI: ffff8fa33e89af90 RDI: ffffa7991fab73f0
[ 4702.356785] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.356787] R10: ffff8fa33e89b010 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.356789] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.356792] FS:  00007f3a6276d740(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4702.356794] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.356796] CR2: 00001f6100aec000 CR3: 0000000e15f02000 CR4: 0000000000750ef0
[ 4702.356798] PKRU: 55555554
[ 4702.356800] Call Trace:
[ 4702.356803]  <TASK>
[ 4702.356809]  submit_one_bio+0xd4/0xe0
[ 4702.356816]  submit_extent_page+0x142/0x550
[ 4702.356829]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.356835]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.356840]  ? folio_unlock+0x1d/0x50
[ 4702.356845]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.356851]  read_tree_block+0x43/0xa0
[ 4702.356855]  read_block_for_search+0x266/0x370
[ 4702.356866]  btrfs_search_slot+0x351/0xd30
[ 4702.356876]  btrfs_lookup_csum+0x63/0x150
[ 4702.356882]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.356893]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.356897]  submit_one_bio+0xc4/0xe0
[ 4702.356902]  submit_extent_page+0x142/0x550
[ 4702.356907]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.356916]  btrfs_do_readpage+0x305/0x770
[ 4702.356921]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.356929]  ? extent_readahead+0xb7/0x6f0
[ 4702.356931]  extent_readahead+0x3f7/0x6f0
[ 4702.356935]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.356948]  read_pages+0x7a/0x300
[ 4702.356955]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.356962]  filemap_get_pages+0x40e/0x6b0
[ 4702.356968]  ? lock_is_held_type+0xe8/0x140
[ 4702.356977]  filemap_read+0xd7/0x330
[ 4702.356990]  vfs_read+0x243/0x310
[ 4702.357000]  __x64_sys_pread64+0x79/0xb0
[ 4702.357005]  do_syscall_64+0x5b/0x80
[ 4702.357008]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.357012]  ? do_syscall_64+0x67/0x80
[ 4702.357016]  ? do_syscall_64+0x67/0x80
[ 4702.357019]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.357023]  ? do_syscall_64+0x67/0x80
[ 4702.357026]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.357030]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.357033] RIP: 0033:0x7f3a6211cac7
[ 4702.357046] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.357048] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.357051] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.357053] RDX: 0000000000001000 RSI: 0000560136295f78 RDI: 0000000000000008
[ 4702.357055] RBP: 00000000091e2000 R08: 0000560136295f78 R09: 0000000000000005
[ 4702.357057] R10: 00000000091e2000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.357059] R13: 0000560136295f78 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.357069]  </TASK>
[ 4702.357071] irq event stamp: 683045
[ 4702.357073] hardirqs last  enabled at (683053): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.357077] hardirqs last disabled at (683060): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.357080] softirqs last  enabled at (681398): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.357084] softirqs last disabled at (681393): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.357086] ---[ end trace 0000000000000000 ]---
[ 4702.384475] ------------[ cut here ]------------
[ 4702.384485] WARNING: CPU: 5 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.384494] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.384633]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.384729] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.384734] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.384738] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.384965] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.384970] RSP: 0018:ffffa7991fab7590 EFLAGS: 00010246
[ 4702.384976] RAX: 0000000000000000 RBX: ffff8f9dbcacae50 RCX: 0000000000000000
[ 4702.384980] RDX: 0000000000000000 RSI: ffff8f9dbcacadd0 RDI: ffffa7991fab75b8
[ 4702.384984] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.384987] R10: ffff8f9dbcacae50 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.384991] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.384995] FS:  00007f3a6276d740(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 4702.384999] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.385003] CR2: 00007f3a50f73000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.385007] PKRU: 55555554
[ 4702.385011] Call Trace:
[ 4702.385014]  <TASK>
[ 4702.385025]  submit_one_bio+0xd4/0xe0
[ 4702.385036]  submit_extent_page+0x142/0x550
[ 4702.385058]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.385071]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.385079]  ? folio_unlock+0x1d/0x50
[ 4702.385089]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.385099]  read_tree_block+0x43/0xa0
[ 4702.385105]  read_block_for_search+0x266/0x370
[ 4702.385125]  btrfs_search_slot+0x351/0xd30
[ 4702.385139]  ? rcu_read_lock_sched_held+0x3f/0x80
[ 4702.385149]  btrfs_lookup_file_extent+0x37/0x40
[ 4702.385156]  btrfs_get_extent+0x12a/0x940
[ 4702.385162]  ? asm_common_interrupt+0x22/0x40
[ 4702.385181]  btrfs_do_readpage+0x1d8/0x770
[ 4702.385187]  ? btrfs_lookup_ordered_range+0xe6/0x270
[ 4702.385202]  ? extent_readahead+0xb7/0x6f0
[ 4702.385206]  extent_readahead+0x3f7/0x6f0
[ 4702.385213]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.385238]  read_pages+0x7a/0x300
[ 4702.385249]  page_cache_ra_unbounded+0x109/0x1b0
[ 4702.385262]  filemap_get_pages+0x40e/0x6b0
[ 4702.385273]  ? lock_is_held_type+0xe8/0x140
[ 4702.385288]  filemap_read+0xd7/0x330
[ 4702.385314]  vfs_read+0x243/0x310
[ 4702.385332]  __x64_sys_pread64+0x79/0xb0
[ 4702.385341]  do_syscall_64+0x5b/0x80
[ 4702.385348]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.385354]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.385359] RIP: 0033:0x7f3a6211cac7
[ 4702.385383] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.385387] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.385393] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.385397] RDX: 0000000000001000 RSI: 0000560136394da8 RDI: 0000000000000008
[ 4702.385400] RBP: 00000000079fb000 R08: 0000560136394da8 R09: 0000000000000005
[ 4702.385404] R10: 00000000079fb000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.385408] R13: 0000560136394da8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.385426]  </TASK>
[ 4702.385429] irq event stamp: 697821
[ 4702.385433] hardirqs last  enabled at (697829): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.385439] hardirqs last disabled at (697836): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.385443] softirqs last  enabled at (697406): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.385449] softirqs last disabled at (696653): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.385453] ---[ end trace 0000000000000000 ]---
[ 4702.492022] ------------[ cut here ]------------
[ 4702.492031] WARNING: CPU: 5 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.492038] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.492118]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.492173] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.492176] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.492179] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.492182] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.492184] RSP: 0018:ffffa7991fab7508 EFLAGS: 00010246
[ 4702.492188] RAX: 0000000000000000 RBX: ffff8f9dbcaca050 RCX: 0000000000000000
[ 4702.492190] RDX: 0000000000000000 RSI: ffff8f9dbcac9fd0 RDI: ffffa7991fab7530
[ 4702.492192] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.492194] R10: ffff8f9dbcaca050 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.492196] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.492199] FS:  00007f3a6276d740(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 4702.492201] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.492203] CR2: 00007f3a50d4c000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.492205] PKRU: 55555554
[ 4702.492207] Call Trace:
[ 4702.492210]  <TASK>
[ 4702.492217]  submit_one_bio+0xd4/0xe0
[ 4702.492223]  submit_extent_page+0x142/0x550
[ 4702.492235]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.492242]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.492246]  ? folio_unlock+0x1d/0x50
[ 4702.492252]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.492258]  read_tree_block+0x43/0xa0
[ 4702.492261]  read_block_for_search+0x266/0x370
[ 4702.492273]  btrfs_search_slot+0x351/0xd30
[ 4702.492283]  btrfs_lookup_csum+0x63/0x150
[ 4702.492290]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.492300]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.492304]  submit_one_bio+0xc4/0xe0
[ 4702.492309]  ? extent_readahead+0xb7/0x6f0
[ 4702.492311]  extent_readahead+0x6d3/0x6f0
[ 4702.492316]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.492328]  read_pages+0x7a/0x300
[ 4702.492336]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.492343]  filemap_get_pages+0x40e/0x6b0
[ 4702.492349]  ? lock_is_held_type+0xe8/0x140
[ 4702.492358]  filemap_read+0xd7/0x330
[ 4702.492372]  vfs_read+0x243/0x310
[ 4702.492381]  __x64_sys_pread64+0x79/0xb0
[ 4702.492387]  do_syscall_64+0x5b/0x80
[ 4702.492391]  ? do_syscall_64+0x67/0x80
[ 4702.492394]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.492398]  ? do_syscall_64+0x67/0x80
[ 4702.492401]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.492405]  ? do_syscall_64+0x67/0x80
[ 4702.492408]  ? do_syscall_64+0x67/0x80
[ 4702.492411]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.492414]  ? do_syscall_64+0x67/0x80
[ 4702.492417]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.492421]  ? do_syscall_64+0x67/0x80
[ 4702.492424]  ? do_syscall_64+0x67/0x80
[ 4702.492427]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.492430]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.492434] RIP: 0033:0x7f3a6211cac7
[ 4702.492456] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.492458] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.492462] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.492464] RDX: 0000000000001000 RSI: 00005601363bdf18 RDI: 0000000000000008
[ 4702.492466] RBP: 00000000056ad000 R08: 00005601363bdf18 R09: 000029391a5a9180
[ 4702.492468] R10: 00000000056ad000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.492470] R13: 00005601363bdf18 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.492479]  </TASK>
[ 4702.492481] irq event stamp: 771211
[ 4702.492483] hardirqs last  enabled at (771219): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.492488] hardirqs last disabled at (771226): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.492490] softirqs last  enabled at (768088): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.492494] softirqs last disabled at (768083): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.492496] ---[ end trace 0000000000000000 ]---
[ 4702.498850] ------------[ cut here ]------------
[ 4702.498856] WARNING: CPU: 5 PID: 14321 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.498862] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.498940]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.498993] CPU: 5 PID: 14321 Comm: dnf Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.498996] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.498998] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.499001] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.499004] RSP: 0018:ffffa7991fab7410 EFLAGS: 00010246
[ 4702.499007] RAX: 0000000000000000 RBX: ffff8f9dbcaca910 RCX: 0000000000000000
[ 4702.499009] RDX: 0000000000000000 RSI: ffff8f9dbcaca890 RDI: ffffa7991fab7438
[ 4702.499011] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.499013] R10: ffff8f9dbcaca910 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.499015] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.499018] FS:  00007f3a6276d740(0000) GS:ffff8fa5d7600000(0000) knlGS:0000000000000000
[ 4702.499020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4702.499022] CR2: 00007f3a505e6000 CR3: 0000000e15f02000 CR4: 0000000000750ee0
[ 4702.499024] PKRU: 55555554
[ 4702.499026] Call Trace:
[ 4702.499029]  <TASK>
[ 4702.499035]  submit_one_bio+0xd4/0xe0
[ 4702.499041]  submit_extent_page+0x142/0x550
[ 4702.499053]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.499060]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.499064]  ? folio_unlock+0x1d/0x50
[ 4702.499070]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.499076]  read_tree_block+0x43/0xa0
[ 4702.499079]  read_block_for_search+0x266/0x370
[ 4702.499091]  btrfs_search_slot+0x351/0xd30
[ 4702.499100]  btrfs_lookup_csum+0x63/0x150
[ 4702.499107]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.499117]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.499121]  submit_one_bio+0xc4/0xe0
[ 4702.499126]  submit_extent_page+0x142/0x550
[ 4702.499131]  ? btrfs_get_extent+0x4c1/0x940
[ 4702.499140]  btrfs_do_readpage+0x305/0x770
[ 4702.499145]  ? btrfs_lookup_ordered_range+0xe0/0x270
[ 4702.499153]  ? extent_readahead+0xb7/0x6f0
[ 4702.499155]  extent_readahead+0x3f7/0x6f0
[ 4702.499160]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.499172]  read_pages+0x7a/0x300
[ 4702.499179]  page_cache_ra_unbounded+0x131/0x1b0
[ 4702.499186]  filemap_get_pages+0x40e/0x6b0
[ 4702.499192]  ? lock_is_held_type+0xe8/0x140
[ 4702.499202]  filemap_read+0xd7/0x330
[ 4702.499215]  vfs_read+0x243/0x310
[ 4702.499226]  __x64_sys_pread64+0x79/0xb0
[ 4702.499231]  do_syscall_64+0x5b/0x80
[ 4702.499237]  ? asm_exc_page_fault+0x22/0x30
[ 4702.499240]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.499244]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 4702.499247] RIP: 0033:0x7f3a6211cac7
[ 4702.499266] Code: 48 e8 bd a9 f2 ff 41 b8 02 00 00 00 e9 38 f6 ff ff 66 90 f3 0f 1e fa 80 3d 1d 1b 0e 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 59 c3 48 83 ec 28 48 89 54 24 10 48 89 74 24
[ 4702.499268] RSP: 002b:00007ffdeac74068 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
[ 4702.499271] RAX: ffffffffffffffda RBX: 0000000000001000 RCX: 00007f3a6211cac7
[ 4702.499274] RDX: 0000000000001000 RSI: 00005601363551a8 RDI: 0000000000000008
[ 4702.499276] RBP: 00000000080c3000 R08: 00005601363551a8 R09: 000029391a3e3180
[ 4702.499278] R10: 00000000080c3000 R11: 0000000000000202 R12: 0000000000001000
[ 4702.499280] R13: 00005601363551a8 R14: 0000000000001000 R15: 0000560135fb1f08
[ 4702.499289]  </TASK>
[ 4702.499291] irq event stamp: 775301
[ 4702.499293] hardirqs last  enabled at (775309): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.499298] hardirqs last disabled at (775316): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.499301] softirqs last  enabled at (773288): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.499304] softirqs last disabled at (773283): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.499307] ---[ end trace 0000000000000000 ]---
[ 4702.958101] ------------[ cut here ]------------
[ 4702.958109] WARNING: CPU: 10 PID: 14199 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4702.958117] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4702.958205]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4702.958285] CPU: 10 PID: 14199 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4702.958289] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4702.958292] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4702.958295] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4702.958298] RSP: 0018:ffffa7991fe9f678 EFLAGS: 00010246
[ 4702.958302] RAX: 0000000000000000 RBX: ffff8f972a825e90 RCX: 0000000000000000
[ 4702.958304] RDX: 0000000000000000 RSI: ffff8f972a825e10 RDI: ffffa7991fe9f6a0
[ 4702.958306] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4702.958308] R10: ffff8f972a825e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4702.958311] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4702.958313] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000b69f7b40
[ 4702.958316] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4702.958318] CR2: 00003bcc00f4c004 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4702.958320] PKRU: 55555554
[ 4702.958322] Call Trace:
[ 4702.958325]  <TASK>
[ 4702.958333]  submit_one_bio+0xd4/0xe0
[ 4702.958340]  submit_extent_page+0x142/0x550
[ 4702.958353]  read_extent_buffer_pages+0x584/0x9c0
[ 4702.958360]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.958365]  ? folio_unlock+0x1d/0x50
[ 4702.958372]  btrfs_read_extent_buffer+0x98/0x150
[ 4702.958377]  read_tree_block+0x43/0xa0
[ 4702.958381]  read_block_for_search+0x266/0x370
[ 4702.958393]  btrfs_search_slot+0x351/0xd30
[ 4702.958404]  btrfs_lookup_csum+0x63/0x150
[ 4702.958411]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4702.958417]  ? btrfs_do_readpage+0x305/0x770
[ 4702.958424]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4702.958429]  submit_one_bio+0xc4/0xe0
[ 4702.958434]  btrfs_read_folio+0x79/0x90
[ 4702.958438]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4702.958441]  prepare_uptodate_page+0x8c/0x210
[ 4702.958446]  prepare_pages.constprop.0+0xa2/0x300
[ 4702.958453]  btrfs_buffered_write+0x2ca/0x940
[ 4702.958467]  btrfs_do_write_iter+0x384/0x5d0
[ 4702.958471]  ? lock_is_held_type+0xe8/0x140
[ 4702.958478]  vfs_write+0x269/0x4f0
[ 4702.958489]  ksys_write+0x64/0xe0
[ 4702.958494]  __do_fast_syscall_32+0x88/0xf0
[ 4702.958499]  ? lock_is_held_type+0xe8/0x140
[ 4702.958505]  ? __do_fast_syscall_32+0x94/0xf0
[ 4702.958509]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4702.958512]  ? __do_fast_syscall_32+0x94/0xf0
[ 4702.958515]  ? __do_fast_syscall_32+0x94/0xf0
[ 4702.958518]  ? __do_fast_syscall_32+0x94/0xf0
[ 4702.958523]  do_fast_syscall_32+0x2f/0x70
[ 4702.958527]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4702.958532] RIP: 0023:0xf7fc0579
[ 4702.958554] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4702.958556] RSP: 002b:00000000b69f5ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4702.958560] RAX: ffffffffffffffda RBX: 00000000000000aa RCX: 00000000b63f2010
[ 4702.958562] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4702.958564] RBP: 00000000000000aa R08: 00000000b69f5ae0 R09: 0000000000000000
[ 4702.958566] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4702.958568] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4702.958578]  </TASK>
[ 4702.958581] irq event stamp: 2752461
[ 4702.958583] hardirqs last  enabled at (2752469): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4702.958587] hardirqs last disabled at (2752476): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4702.958590] softirqs last  enabled at (2748422): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.958593] softirqs last disabled at (2748417): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4702.958596] ---[ end trace 0000000000000000 ]---
[ 4707.426086] ------------[ cut here ]------------
[ 4707.426094] WARNING: CPU: 13 PID: 14333 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4707.426102] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4707.426191]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4707.426252] CPU: 13 PID: 14333 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4707.426255] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4707.426258] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4707.426261] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4707.426264] RSP: 0018:ffffa7991ffaf6b0 EFLAGS: 00010246
[ 4707.426267] RAX: 0000000000000000 RBX: ffff8fa13a48c0d0 RCX: 0000000000000000
[ 4707.426270] RDX: 0000000000000000 RSI: ffff8fa13a48c050 RDI: ffffa7991ffaf6d8
[ 4707.426272] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4707.426274] R10: ffff8fa13a48c0d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4707.426277] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4707.426279] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b58e6b40
[ 4707.426281] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4707.426284] CR2: 0000351000a6fedc CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4707.426286] PKRU: 55555554
[ 4707.426289] Call Trace:
[ 4707.426291]  <TASK>
[ 4707.426298]  submit_one_bio+0xd4/0xe0
[ 4707.426305]  submit_extent_page+0x142/0x550
[ 4707.426318]  read_extent_buffer_pages+0x584/0x9c0
[ 4707.426325]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4707.426330]  ? folio_unlock+0x1d/0x50
[ 4707.426337]  btrfs_read_extent_buffer+0x98/0x150
[ 4707.426343]  read_tree_block+0x43/0xa0
[ 4707.426346]  read_block_for_search+0x266/0x370
[ 4707.426359]  btrfs_search_slot+0x351/0xd30
[ 4707.426370]  btrfs_lookup_csum+0x63/0x150
[ 4707.426377]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4707.426383]  ? btrfs_do_readpage+0x305/0x770
[ 4707.426390]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4707.426395]  submit_one_bio+0xc4/0xe0
[ 4707.426400]  btrfs_read_folio+0x79/0x90
[ 4707.426404]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4707.426407]  prepare_uptodate_page+0x8c/0x210
[ 4707.426412]  prepare_pages.constprop.0+0x134/0x300
[ 4707.426420]  btrfs_buffered_write+0x2ca/0x940
[ 4707.426433]  btrfs_do_write_iter+0x384/0x5d0
[ 4707.426437]  ? lock_is_held_type+0xe8/0x140
[ 4707.426445]  vfs_write+0x269/0x4f0
[ 4707.426456]  ksys_write+0x64/0xe0
[ 4707.426461]  __do_fast_syscall_32+0x88/0xf0
[ 4707.426467]  ? __do_fast_syscall_32+0x94/0xf0
[ 4707.426471]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4707.426475]  ? __do_fast_syscall_32+0x94/0xf0
[ 4707.426478]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4707.426481]  ? __do_fast_syscall_32+0x94/0xf0
[ 4707.426486]  do_fast_syscall_32+0x2f/0x70
[ 4707.426490]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4707.426495] RIP: 0023:0xf7fc0579
[ 4707.426518] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4707.426521] RSP: 002b:00000000b58e4ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4707.426524] RAX: ffffffffffffffda RBX: 00000000000000b9 RCX: 00000000c63ff010
[ 4707.426527] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4707.426529] RBP: 00000000000000b9 R08: 00000000b58e4ae0 R09: 0000000000000000
[ 4707.426531] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4707.426533] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4707.426544]  </TASK>
[ 4707.426546] irq event stamp: 152727
[ 4707.426548] hardirqs last  enabled at (152735): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4707.426553] hardirqs last disabled at (152742): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4707.426556] softirqs last  enabled at (150300): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4707.426560] softirqs last disabled at (150295): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4707.426562] ---[ end trace 0000000000000000 ]---
[ 4708.616104] ------------[ cut here ]------------
[ 4708.616115] WARNING: CPU: 14 PID: 14254 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4708.616126] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4708.616276]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4708.616372] CPU: 14 PID: 14254 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4708.616376] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4708.616378] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4708.616383] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4708.616386] RSP: 0018:ffffa7991fb1f618 EFLAGS: 00010246
[ 4708.616390] RAX: 0000000000000000 RBX: ffff8f9791274290 RCX: 0000000000000000
[ 4708.616392] RDX: 0000000000000000 RSI: ffff8f9791274210 RDI: ffffa7991fb1f640
[ 4708.616394] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4708.616397] R10: ffff8f9791274290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4708.616399] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4708.616402] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000b83feb40
[ 4708.616404] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4708.616406] CR2: 00000000de4de000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4708.616409] PKRU: 55555554
[ 4708.616411] Call Trace:
[ 4708.616414]  <TASK>
[ 4708.616421]  submit_one_bio+0xd4/0xe0
[ 4708.616428]  submit_extent_page+0x142/0x550
[ 4708.616441]  read_extent_buffer_pages+0x584/0x9c0
[ 4708.616449]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4708.616453]  ? folio_unlock+0x1d/0x50
[ 4708.616460]  btrfs_read_extent_buffer+0x98/0x150
[ 4708.616466]  read_tree_block+0x43/0xa0
[ 4708.616473]  read_block_for_search+0x266/0x370
[ 4708.616497]  btrfs_search_slot+0x351/0xd30
[ 4708.616515]  btrfs_lookup_csum+0x63/0x150
[ 4708.616528]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4708.616540]  ? btrfs_do_readpage+0x305/0x770
[ 4708.616552]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4708.616560]  submit_one_bio+0xc4/0xe0
[ 4708.616569]  btrfs_read_folio+0x79/0x90
[ 4708.616576]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4708.616582]  prepare_uptodate_page+0x8c/0x210
[ 4708.616590]  prepare_pages.constprop.0+0x134/0x300
[ 4708.616604]  btrfs_buffered_write+0x2ca/0x940
[ 4708.616628]  btrfs_do_write_iter+0x384/0x5d0
[ 4708.616635]  ? lock_is_held_type+0xe8/0x140
[ 4708.616647]  vfs_write+0x269/0x4f0
[ 4708.616665]  ksys_write+0x64/0xe0
[ 4708.616675]  __do_fast_syscall_32+0x88/0xf0
[ 4708.616684]  ? __do_fast_syscall_32+0x94/0xf0
[ 4708.616690]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4708.616696]  ? __do_fast_syscall_32+0x94/0xf0
[ 4708.616705]  ? lock_is_held_type+0xe8/0x140
[ 4708.616715]  ? __do_fast_syscall_32+0x94/0xf0
[ 4708.616720]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4708.616726]  ? __do_fast_syscall_32+0x94/0xf0
[ 4708.616731]  ? __do_fast_syscall_32+0x94/0xf0
[ 4708.616739]  do_fast_syscall_32+0x2f/0x70
[ 4708.616768]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4708.616775] RIP: 0023:0xf7fc0579
[ 4708.616800] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4708.616803] RSP: 002b:00000000b83fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4708.616807] RAX: ffffffffffffffda RBX: 00000000000000bb RCX: 00000000b5fee010
[ 4708.616809] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4708.616811] RBP: 00000000000000bb R08: 00000000b83fcae0 R09: 0000000000000000
[ 4708.616813] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4708.616816] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4708.616826]  </TASK>
[ 4708.616829] irq event stamp: 53271
[ 4708.616831] hardirqs last  enabled at (53279): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4708.616835] hardirqs last disabled at (53286): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4708.616838] softirqs last  enabled at (53182): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4708.616842] softirqs last disabled at (53177): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4708.616844] ---[ end trace 0000000000000000 ]---
[ 4709.213512] ------------[ cut here ]------------
[ 4709.213521] WARNING: CPU: 13 PID: 14202 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4709.213530] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4709.213653]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4709.213783] CPU: 13 PID: 14202 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4709.213788] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4709.213793] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4709.213800] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4709.213805] RSP: 0018:ffffa7991feb7710 EFLAGS: 00010246
[ 4709.213811] RAX: 0000000000000000 RBX: ffff8fa13a48cd10 RCX: 0000000000000000
[ 4709.213815] RDX: 0000000000000000 RSI: ffff8fa13a48cc90 RDI: ffffa7991feb7738
[ 4709.213819] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4709.213823] R10: ffff8fa13a48cd10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4709.213827] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4709.213831] FS:  0000000000000000(0000) GS:ffff8fa5d9600000(0063) knlGS:00000000b61efb40
[ 4709.213836] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4709.213840] CR2: 00000000b71f8000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4709.213844] PKRU: 55555554
[ 4709.213848] Call Trace:
[ 4709.213852]  <TASK>
[ 4709.213864]  submit_one_bio+0xd4/0xe0
[ 4709.213875]  submit_extent_page+0x142/0x550
[ 4709.213899]  read_extent_buffer_pages+0x584/0x9c0
[ 4709.213912]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4709.213920]  ? folio_unlock+0x1d/0x50
[ 4709.213931]  btrfs_read_extent_buffer+0x98/0x150
[ 4709.213943]  read_tree_block+0x43/0xa0
[ 4709.213949]  read_block_for_search+0x266/0x370
[ 4709.213971]  btrfs_search_slot+0x351/0xd30
[ 4709.213989]  btrfs_lookup_csum+0x63/0x150
[ 4709.214002]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4709.214013]  ? btrfs_do_readpage+0x305/0x770
[ 4709.214025]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4709.214034]  submit_one_bio+0xc4/0xe0
[ 4709.214040]  btrfs_read_folio+0x79/0x90
[ 4709.214044]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4709.214047]  prepare_uptodate_page+0x8c/0x210
[ 4709.214051]  prepare_pages.constprop.0+0xa2/0x300
[ 4709.214059]  btrfs_buffered_write+0x2ca/0x940
[ 4709.214082]  btrfs_do_write_iter+0x384/0x5d0
[ 4709.214090]  ? lock_is_held_type+0xe8/0x140
[ 4709.214103]  vfs_write+0x269/0x4f0
[ 4709.214121]  ksys_write+0x64/0xe0
[ 4709.214129]  __do_fast_syscall_32+0x88/0xf0
[ 4709.214137]  do_fast_syscall_32+0x2f/0x70
[ 4709.214141]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4709.214146] RIP: 0023:0xf7fc0579
[ 4709.214171] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4709.214175] RSP: 002b:00000000b61edae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4709.214181] RAX: ffffffffffffffda RBX: 00000000000000ae RCX: 00000000b5dec010
[ 4709.214185] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4709.214189] RBP: 00000000000000ae R08: 00000000b61edae0 R09: 0000000000000000
[ 4709.214193] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4709.214196] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4709.214207]  </TASK>
[ 4709.214209] irq event stamp: 2650849
[ 4709.214211] hardirqs last  enabled at (2650857): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4709.214216] hardirqs last disabled at (2650864): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4709.214219] softirqs last  enabled at (2650394): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4709.214222] softirqs last disabled at (2650389): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4709.214225] ---[ end trace 0000000000000000 ]---
[ 4710.106696] ------------[ cut here ]------------
[ 4710.106705] WARNING: CPU: 0 PID: 14254 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4710.106712] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4710.106826]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4710.106885] CPU: 0 PID: 14254 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4710.106888] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4710.106891] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4710.106895] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4710.106898] RSP: 0018:ffffa7991fb1f6c0 EFLAGS: 00010246
[ 4710.106901] RAX: 0000000000000000 RBX: ffff8f9c4d8af390 RCX: 0000000000000000
[ 4710.106904] RDX: 0000000000000000 RSI: ffff8f9c4d8af310 RDI: ffffa7991fb1f6e8
[ 4710.106906] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4710.106909] R10: ffff8f9c4d8af390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4710.106911] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4710.106913] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0063) knlGS:00000000b83feb40
[ 4710.106916] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4710.106918] CR2: 00000000b73fa000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4710.106921] PKRU: 55555554
[ 4710.106923] Call Trace:
[ 4710.106926]  <TASK>
[ 4710.106935]  submit_one_bio+0xd4/0xe0
[ 4710.106943]  submit_extent_page+0x142/0x550
[ 4710.106957]  read_extent_buffer_pages+0x584/0x9c0
[ 4710.106964]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4710.106969]  ? folio_unlock+0x1d/0x50
[ 4710.106976]  btrfs_read_extent_buffer+0x98/0x150
[ 4710.106982]  read_tree_block+0x43/0xa0
[ 4710.106986]  read_block_for_search+0x266/0x370
[ 4710.106999]  btrfs_search_slot+0x351/0xd30
[ 4710.107010]  btrfs_lookup_csum+0x63/0x150
[ 4710.107018]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4710.107025]  ? btrfs_do_readpage+0x305/0x770
[ 4710.107031]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4710.107038]  submit_one_bio+0xc4/0xe0
[ 4710.107043]  btrfs_read_folio+0x79/0x90
[ 4710.107048]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4710.107051]  prepare_uptodate_page+0x8c/0x210
[ 4710.107057]  prepare_pages.constprop.0+0xa2/0x300
[ 4710.107065]  btrfs_buffered_write+0x2ca/0x940
[ 4710.107079]  btrfs_do_write_iter+0x384/0x5d0
[ 4710.107084]  ? lock_is_held_type+0xe8/0x140
[ 4710.107096]  vfs_write+0x269/0x4f0
[ 4710.107109]  ksys_write+0x64/0xe0
[ 4710.107114]  __do_fast_syscall_32+0x88/0xf0
[ 4710.107120]  ? __do_fast_syscall_32+0x94/0xf0
[ 4710.107124]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4710.107128]  ? __do_fast_syscall_32+0x94/0xf0
[ 4710.107131]  ? __do_fast_syscall_32+0x94/0xf0
[ 4710.107136]  do_fast_syscall_32+0x2f/0x70
[ 4710.107140]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4710.107146] RIP: 0023:0xf7fc0579
[ 4710.107181] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4710.107184] RSP: 002b:00000000b83fcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4710.107187] RAX: ffffffffffffffda RBX: 00000000000000bb RCX: 00000000c63ff010
[ 4710.107190] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4710.107192] RBP: 00000000000000bb R08: 00000000b83fcae0 R09: 0000000000000000
[ 4710.107194] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4710.107196] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4710.107207]  </TASK>
[ 4710.107209] irq event stamp: 158543
[ 4710.107211] hardirqs last  enabled at (158551): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4710.107217] hardirqs last disabled at (158558): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4710.107220] softirqs last  enabled at (157436): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4710.107225] softirqs last disabled at (157429): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4710.107228] ---[ end trace 0000000000000000 ]---
[ 4711.840995] ------------[ cut here ]------------
[ 4711.841004] WARNING: CPU: 1 PID: 14269 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4711.841011] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4711.841097]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4711.841155] CPU: 1 PID: 14269 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4711.841159] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4711.841161] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4711.841165] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4711.841167] RSP: 0018:ffffa7991ff3f620 EFLAGS: 00010246
[ 4711.841171] RAX: 0000000000000000 RBX: ffff8f9a78351b10 RCX: 0000000000000000
[ 4711.841174] RDX: 0000000000000000 RSI: ffff8f9a78351a90 RDI: ffffa7991ff3f648
[ 4711.841176] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4711.841178] R10: ffff8f9a78351b10 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4711.841180] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4711.841183] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b78ffb40
[ 4711.841185] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4711.841188] CR2: 0000014900403000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4711.841190] PKRU: 55555554
[ 4711.841193] Call Trace:
[ 4711.841195]  <TASK>
[ 4711.841202]  submit_one_bio+0xd4/0xe0
[ 4711.841209]  submit_extent_page+0x142/0x550
[ 4711.841222]  read_extent_buffer_pages+0x584/0x9c0
[ 4711.841230]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4711.841234]  ? folio_unlock+0x1d/0x50
[ 4711.841241]  btrfs_read_extent_buffer+0x98/0x150
[ 4711.841247]  read_tree_block+0x43/0xa0
[ 4711.841251]  read_block_for_search+0x266/0x370
[ 4711.841263]  btrfs_search_slot+0x351/0xd30
[ 4711.841274]  btrfs_lookup_csum+0x63/0x150
[ 4711.841281]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4711.841287]  ? btrfs_do_readpage+0x305/0x770
[ 4711.841294]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4711.841299]  submit_one_bio+0xc4/0xe0
[ 4711.841304]  btrfs_read_folio+0x79/0x90
[ 4711.841308]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4711.841311]  prepare_uptodate_page+0x8c/0x210
[ 4711.841316]  prepare_pages.constprop.0+0xa2/0x300
[ 4711.841323]  btrfs_buffered_write+0x2ca/0x940
[ 4711.841337]  btrfs_do_write_iter+0x384/0x5d0
[ 4711.841341]  ? lock_is_held_type+0xe8/0x140
[ 4711.841349]  vfs_write+0x269/0x4f0
[ 4711.841359]  ksys_write+0x64/0xe0
[ 4711.841364]  __do_fast_syscall_32+0x88/0xf0
[ 4711.841369]  ? lock_release+0x14b/0x440
[ 4711.841377]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4711.841383]  ? lock_is_held_type+0xe8/0x140
[ 4711.841389]  ? __do_fast_syscall_32+0x94/0xf0
[ 4711.841392]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4711.841396]  ? __do_fast_syscall_32+0x94/0xf0
[ 4711.841400]  ? __do_fast_syscall_32+0x94/0xf0
[ 4711.841404]  do_fast_syscall_32+0x2f/0x70
[ 4711.841408]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4711.841413] RIP: 0023:0xf7fc0579
[ 4711.841435] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4711.841438] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4711.841441] RAX: ffffffffffffffda RBX: 00000000000000b4 RCX: 00000000c63ff010
[ 4711.841443] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4711.841446] RBP: 00000000000000b4 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4711.841448] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4711.841450] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4711.841460]  </TASK>
[ 4711.841462] irq event stamp: 78221
[ 4711.841464] hardirqs last  enabled at (78229): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4711.841468] hardirqs last disabled at (78236): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4711.841471] softirqs last  enabled at (76028): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4711.841475] softirqs last disabled at (76023): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4711.841478] ---[ end trace 0000000000000000 ]---
[ 4712.831301] ------------[ cut here ]------------
[ 4712.831310] WARNING: CPU: 14 PID: 14249 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4712.831318] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4712.831410]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4712.831475] CPU: 14 PID: 14249 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4712.831480] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4712.831482] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4712.831486] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4712.831489] RSP: 0018:ffffa7991feff618 EFLAGS: 00010246
[ 4712.831493] RAX: 0000000000000000 RBX: ffff8f9791275e90 RCX: 0000000000000000
[ 4712.831495] RDX: 0000000000000000 RSI: ffff8f9791275e10 RDI: ffffa7991feff640
[ 4712.831497] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4712.831499] R10: ffff8f9791275e90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4712.831502] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4712.831504] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0063) knlGS:00000000bbba3b40
[ 4712.831506] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4712.831509] CR2: 00000000b71f8000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4712.831511] PKRU: 55555554
[ 4712.831513] Call Trace:
[ 4712.831516]  <TASK>
[ 4712.831524]  submit_one_bio+0xd4/0xe0
[ 4712.831532]  submit_extent_page+0x142/0x550
[ 4712.831545]  read_extent_buffer_pages+0x584/0x9c0
[ 4712.831553]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4712.831557]  ? folio_unlock+0x1d/0x50
[ 4712.831564]  btrfs_read_extent_buffer+0x98/0x150
[ 4712.831570]  read_tree_block+0x43/0xa0
[ 4712.831574]  read_block_for_search+0x266/0x370
[ 4712.831587]  btrfs_search_slot+0x351/0xd30
[ 4712.831597]  btrfs_lookup_csum+0x63/0x150
[ 4712.831605]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4712.831611]  ? btrfs_do_readpage+0x305/0x770
[ 4712.831618]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4712.831623]  submit_one_bio+0xc4/0xe0
[ 4712.831628]  btrfs_read_folio+0x79/0x90
[ 4712.831632]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4712.831635]  prepare_uptodate_page+0x8c/0x210
[ 4712.831640]  prepare_pages.constprop.0+0xa2/0x300
[ 4712.831648]  btrfs_buffered_write+0x2ca/0x940
[ 4712.831661]  btrfs_do_write_iter+0x384/0x5d0
[ 4712.831665]  ? lock_is_held_type+0xe8/0x140
[ 4712.831673]  vfs_write+0x269/0x4f0
[ 4712.831684]  ksys_write+0x64/0xe0
[ 4712.831689]  __do_fast_syscall_32+0x88/0xf0
[ 4712.831696]  ? __mutex_unlock_slowpath+0x2a/0x260
[ 4712.831701]  ? lock_is_held_type+0xe8/0x140
[ 4712.831707]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831710]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4712.831714]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831718]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831721]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831724]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831727]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831730]  ? __do_fast_syscall_32+0x94/0xf0
[ 4712.831735]  do_fast_syscall_32+0x2f/0x70
[ 4712.831739]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4712.831769] RIP: 0023:0xf7fc0579
[ 4712.831792] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4712.831795] RSP: 002b:00000000bbba1ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4712.831799] RAX: ffffffffffffffda RBX: 00000000000000b8 RCX: 00000000b73fb010
[ 4712.831801] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4712.831803] RBP: 00000000000000b8 R08: 00000000bbba1ae0 R09: 0000000000000000
[ 4712.831805] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4712.831807] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4712.831818]  </TASK>
[ 4712.831820] irq event stamp: 115049
[ 4712.831822] hardirqs last  enabled at (115057): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4712.831827] hardirqs last disabled at (115064): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4712.831830] softirqs last  enabled at (114964): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4712.831833] softirqs last disabled at (114951): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4712.831836] ---[ end trace 0000000000000000 ]---
[ 4713.574062] ------------[ cut here ]------------
[ 4713.574074] WARNING: CPU: 11 PID: 14197 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4713.574086] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4713.574275]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4713.574407] CPU: 11 PID: 14197 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4713.574414] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4713.574420] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4713.574427] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4713.574433] RSP: 0018:ffffa7991fe776d0 EFLAGS: 00010246
[ 4713.574441] RAX: 0000000000000000 RBX: ffff8fa1d78ce590 RCX: 0000000000000000
[ 4713.574446] RDX: 0000000000000000 RSI: ffff8fa1d78ce510 RDI: ffffa7991fe776f8
[ 4713.574452] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4713.574457] R10: ffff8fa1d78ce590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4713.574462] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4713.574466] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0063) knlGS:00000000bacfeb40
[ 4713.574472] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4713.574477] CR2: 0000560136d3e550 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4713.574483] PKRU: 55555554
[ 4713.574487] Call Trace:
[ 4713.574493]  <TASK>
[ 4713.574508]  submit_one_bio+0xd4/0xe0
[ 4713.574523]  submit_extent_page+0x142/0x550
[ 4713.574552]  read_extent_buffer_pages+0x584/0x9c0
[ 4713.574569]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4713.574579]  ? folio_unlock+0x1d/0x50
[ 4713.574592]  btrfs_read_extent_buffer+0x98/0x150
[ 4713.574605]  read_tree_block+0x43/0xa0
[ 4713.574614]  read_block_for_search+0x266/0x370
[ 4713.574641]  btrfs_search_slot+0x351/0xd30
[ 4713.574666]  btrfs_lookup_csum+0x63/0x150
[ 4713.574682]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4713.574696]  ? btrfs_do_readpage+0x305/0x770
[ 4713.574712]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4713.574723]  submit_one_bio+0xc4/0xe0
[ 4713.574735]  btrfs_read_folio+0x79/0x90
[ 4713.574776]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4713.574784]  prepare_uptodate_page+0x8c/0x210
[ 4713.574794]  prepare_pages.constprop.0+0xa2/0x300
[ 4713.574812]  btrfs_buffered_write+0x2ca/0x940
[ 4713.574844]  btrfs_do_write_iter+0x384/0x5d0
[ 4713.574854]  ? lock_is_held_type+0xe8/0x140
[ 4713.574870]  vfs_write+0x269/0x4f0
[ 4713.574893]  ksys_write+0x64/0xe0
[ 4713.574904]  __do_fast_syscall_32+0x88/0xf0
[ 4713.574912]  ? __do_fast_syscall_32+0x94/0xf0
[ 4713.574920]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4713.574928]  ? __do_fast_syscall_32+0x94/0xf0
[ 4713.574936]  ? __do_fast_syscall_32+0x94/0xf0
[ 4713.574942]  ? __do_fast_syscall_32+0x94/0xf0
[ 4713.574952]  do_fast_syscall_32+0x2f/0x70
[ 4713.574961]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4713.574969] RIP: 0023:0xf7fc0579
[ 4713.575006] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4713.575012] RSP: 002b:00000000bacfcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4713.575018] RAX: ffffffffffffffda RBX: 00000000000000bc RCX: 00000000c63ff010
[ 4713.575022] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4713.575026] RBP: 00000000000000bc R08: 00000000bacfcae0 R09: 0000000000000000
[ 4713.575030] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4713.575034] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4713.575057]  </TASK>
[ 4713.575062] irq event stamp: 1966211
[ 4713.575066] hardirqs last  enabled at (1966219): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4713.575074] hardirqs last disabled at (1966226): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4713.575079] softirqs last  enabled at (1964496): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4713.575087] softirqs last disabled at (1964489): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4713.575093] ---[ end trace 0000000000000000 ]---
[ 4714.117630] ------------[ cut here ]------------
[ 4714.117642] WARNING: CPU: 10 PID: 14249 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4714.117654] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4714.117837]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4714.117958] CPU: 10 PID: 14249 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4714.117965] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4714.117970] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4714.117977] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4714.117982] RSP: 0018:ffffa7991feff6e8 EFLAGS: 00010246
[ 4714.117989] RAX: 0000000000000000 RBX: ffff8f972a826210 RCX: 0000000000000000
[ 4714.117995] RDX: 0000000000000000 RSI: ffff8f972a826190 RDI: ffffa7991feff710
[ 4714.117999] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4714.118004] R10: ffff8f972a826210 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4714.118009] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4714.118014] FS:  0000000000000000(0000) GS:ffff8fa5d8a00000(0063) knlGS:00000000bbba3b40
[ 4714.118019] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4714.118025] CR2: 0000013403ded040 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4714.118030] PKRU: 55555554
[ 4714.118035] Call Trace:
[ 4714.118040]  <TASK>
[ 4714.118052]  submit_one_bio+0xd4/0xe0
[ 4714.118065]  submit_extent_page+0x142/0x550
[ 4714.118092]  read_extent_buffer_pages+0x584/0x9c0
[ 4714.118109]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4714.118120]  ? folio_unlock+0x1d/0x50
[ 4714.118133]  btrfs_read_extent_buffer+0x98/0x150
[ 4714.118146]  read_tree_block+0x43/0xa0
[ 4714.118155]  read_block_for_search+0x266/0x370
[ 4714.118181]  btrfs_search_slot+0x351/0xd30
[ 4714.118206]  btrfs_lookup_csum+0x63/0x150
[ 4714.118221]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4714.118236]  ? btrfs_do_readpage+0x305/0x770
[ 4714.118252]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4714.118261]  submit_one_bio+0xc4/0xe0
[ 4714.118273]  btrfs_read_folio+0x79/0x90
[ 4714.118281]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4714.118288]  prepare_uptodate_page+0x8c/0x210
[ 4714.118297]  prepare_pages.constprop.0+0x134/0x300
[ 4714.118314]  btrfs_buffered_write+0x2ca/0x940
[ 4714.118345]  btrfs_do_write_iter+0x384/0x5d0
[ 4714.118355]  ? lock_is_held_type+0xe8/0x140
[ 4714.118371]  vfs_write+0x269/0x4f0
[ 4714.118393]  ksys_write+0x64/0xe0
[ 4714.118404]  __do_fast_syscall_32+0x88/0xf0
[ 4714.118413]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4714.118421]  ? __do_fast_syscall_32+0x94/0xf0
[ 4714.118432]  do_fast_syscall_32+0x2f/0x70
[ 4714.118441]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4714.118449] RIP: 0023:0xf7fc0579
[ 4714.118477] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4714.118482] RSP: 002b:00000000bbba1ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4714.118491] RAX: ffffffffffffffda RBX: 00000000000000b8 RCX: 00000000b5fee010
[ 4714.118496] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4714.118501] RBP: 00000000000000b8 R08: 00000000bbba1ae0 R09: 0000000000000000
[ 4714.118506] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4714.118510] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4714.118534]  </TASK>
[ 4714.118539] irq event stamp: 189315
[ 4714.118544] hardirqs last  enabled at (189323): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4714.118552] hardirqs last disabled at (189330): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4714.118558] softirqs last  enabled at (188368): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4714.118565] softirqs last disabled at (188363): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4714.118571] ---[ end trace 0000000000000000 ]---
[ 4715.369407] ------------[ cut here ]------------
[ 4715.369426] WARNING: CPU: 1 PID: 14333 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4715.369440] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4715.369607]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4715.369719] CPU: 1 PID: 14333 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4715.369725] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4715.369731] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4715.369738] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4715.369782] RSP: 0018:ffffa7991ffaf700 EFLAGS: 00010246
[ 4715.369789] RAX: 0000000000000000 RBX: ffff8f9a78352590 RCX: 0000000000000000
[ 4715.369794] RDX: 0000000000000000 RSI: ffff8f9a78352510 RDI: ffffa7991ffaf728
[ 4715.369798] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4715.369802] R10: ffff8f9a78352590 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4715.369806] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4715.369811] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b58e6b40
[ 4715.369815] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4715.369820] CR2: 00007faa96664fc8 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4715.369824] PKRU: 55555554
[ 4715.369828] Call Trace:
[ 4715.369833]  <TASK>
[ 4715.369846]  submit_one_bio+0xd4/0xe0
[ 4715.369858]  submit_extent_page+0x142/0x550
[ 4715.369882]  read_extent_buffer_pages+0x584/0x9c0
[ 4715.369896]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4715.369905]  ? folio_unlock+0x1d/0x50
[ 4715.369917]  btrfs_read_extent_buffer+0x98/0x150
[ 4715.369928]  read_tree_block+0x43/0xa0
[ 4715.369935]  read_block_for_search+0x266/0x370
[ 4715.369960]  btrfs_search_slot+0x351/0xd30
[ 4715.369980]  btrfs_lookup_csum+0x63/0x150
[ 4715.369994]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4715.370006]  ? btrfs_do_readpage+0x305/0x770
[ 4715.370019]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4715.370028]  submit_one_bio+0xc4/0xe0
[ 4715.370038]  btrfs_read_folio+0x79/0x90
[ 4715.370045]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4715.370051]  prepare_uptodate_page+0x8c/0x210
[ 4715.370060]  prepare_pages.constprop.0+0x134/0x300
[ 4715.370075]  btrfs_buffered_write+0x2ca/0x940
[ 4715.370101]  btrfs_do_write_iter+0x384/0x5d0
[ 4715.370109]  ? lock_is_held_type+0xe8/0x140
[ 4715.370123]  vfs_write+0x269/0x4f0
[ 4715.370143]  ksys_write+0x64/0xe0
[ 4715.370152]  __do_fast_syscall_32+0x88/0xf0
[ 4715.370160]  ? __do_fast_syscall_32+0x94/0xf0
[ 4715.370165]  ? __do_fast_syscall_32+0x94/0xf0
[ 4715.370173]  do_fast_syscall_32+0x2f/0x70
[ 4715.370180]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4715.370188] RIP: 0023:0xf7fc0579
[ 4715.370229] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4715.370233] RSP: 002b:00000000b58e4ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4715.370240] RAX: ffffffffffffffda RBX: 00000000000000b9 RCX: 00000000b73fb010
[ 4715.370244] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4715.370248] RBP: 00000000000000b9 R08: 00000000b58e4ae0 R09: 0000000000000000
[ 4715.370252] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4715.370256] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4715.370276]  </TASK>
[ 4715.370280] irq event stamp: 566405
[ 4715.370284] hardirqs last  enabled at (566413): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4715.370292] hardirqs last disabled at (566420): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4715.370297] softirqs last  enabled at (565994): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4715.370305] softirqs last disabled at (565989): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4715.370309] ---[ end trace 0000000000000000 ]---
[ 4715.617162] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4715.617196] [drm] PSP is resuming...
[ 4715.693152] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4715.794675] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4715.808471] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4715.808480] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4715.808488] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4715.808492] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4715.808546] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4715.863409] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4715.864815] [drm] DMUB hardware initialized: version=0x02020017
[ 4715.903060] [drm] kiq ring mec 2 pipe 1 q 0
[ 4715.908513] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4715.908677] [drm] JPEG decode initialized successfully.
[ 4715.908707] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4715.908712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4715.908716] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4715.908720] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4715.908724] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4715.908727] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4715.908731] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4715.908734] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4715.908738] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4715.908760] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4715.908764] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4715.908768] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4715.908773] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4715.908776] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4715.908780] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4715.908784] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4715.912820] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4717.296447] ------------[ cut here ]------------
[ 4717.296459] WARNING: CPU: 1 PID: 14218 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4717.296470] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4717.296635]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4717.296789] CPU: 1 PID: 14218 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4717.296796] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4717.296801] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4717.296809] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4717.296815] RSP: 0018:ffffa7991feef6e0 EFLAGS: 00010246
[ 4717.296822] RAX: 0000000000000000 RBX: ffff8f9a78352c90 RCX: 0000000000000000
[ 4717.296828] RDX: 0000000000000000 RSI: ffff8f9a78352c10 RDI: ffffa7991feef708
[ 4717.296833] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4717.296838] R10: ffff8f9a78352c90 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4717.296843] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4717.296848] FS:  0000000000000000(0000) GS:ffff8fa5d6600000(0063) knlGS:00000000b50deb40
[ 4717.296854] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4717.296859] CR2: 00001f6100ac7008 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4717.296864] PKRU: 55555554
[ 4717.296869] Call Trace:
[ 4717.296874]  <TASK>
[ 4717.296889]  submit_one_bio+0xd4/0xe0
[ 4717.296902]  submit_extent_page+0x142/0x550
[ 4717.296931]  read_extent_buffer_pages+0x584/0x9c0
[ 4717.296948]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4717.296958]  ? folio_unlock+0x1d/0x50
[ 4717.296971]  btrfs_read_extent_buffer+0x98/0x150
[ 4717.296984]  read_tree_block+0x43/0xa0
[ 4717.296992]  read_block_for_search+0x266/0x370
[ 4717.297019]  btrfs_search_slot+0x351/0xd30
[ 4717.297044]  btrfs_lookup_csum+0x63/0x150
[ 4717.297061]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4717.297075]  ? btrfs_do_readpage+0x305/0x770
[ 4717.297091]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4717.297101]  submit_one_bio+0xc4/0xe0
[ 4717.297113]  btrfs_read_folio+0x79/0x90
[ 4717.297122]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4717.297129]  prepare_uptodate_page+0x8c/0x210
[ 4717.297139]  prepare_pages.constprop.0+0x134/0x300
[ 4717.297157]  btrfs_buffered_write+0x2ca/0x940
[ 4717.297189]  btrfs_do_write_iter+0x384/0x5d0
[ 4717.297198]  ? lock_is_held_type+0xe8/0x140
[ 4717.297214]  vfs_write+0x269/0x4f0
[ 4717.297238]  ksys_write+0x64/0xe0
[ 4717.297249]  __do_fast_syscall_32+0x88/0xf0
[ 4717.297257]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4717.297266]  ? __do_fast_syscall_32+0x94/0xf0
[ 4717.297273]  ? __do_fast_syscall_32+0x94/0xf0
[ 4717.297284]  do_fast_syscall_32+0x2f/0x70
[ 4717.297292]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4717.297301] RIP: 0023:0xf7fc0579
[ 4717.297330] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4717.297336] RSP: 002b:00000000b50dcae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4717.297343] RAX: ffffffffffffffda RBX: 0000000000000099 RCX: 00000000c63ff010
[ 4717.297349] RDX: 00000000000db4fe RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4717.297354] RBP: 0000000000000099 R08: 00000000b50dcae0 R09: 0000000000000000
[ 4717.297359] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4717.297364] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4717.297390]  </TASK>
[ 4717.297395] irq event stamp: 127823
[ 4717.297399] hardirqs last  enabled at (127831): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4717.297408] hardirqs last disabled at (127838): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4717.297414] softirqs last  enabled at (127338): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4717.297421] softirqs last disabled at (127333): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4717.297427] ---[ end trace 0000000000000000 ]---
[ 4724.589462] ------------[ cut here ]------------
[ 4724.589470] WARNING: CPU: 6 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4724.589477] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4724.589571]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4724.589637] CPU: 6 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4724.589641] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4724.589644] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4724.589647] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4724.589650] RSP: 0018:ffffa7990487f758 EFLAGS: 00010246
[ 4724.589654] RAX: 0000000000000000 RBX: ffff8f97361a7390 RCX: 0000000000000000
[ 4724.589657] RDX: 0000000000000000 RSI: ffff8f97361a7310 RDI: ffffa7990487f780
[ 4724.589659] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4724.589661] R10: ffff8f97361a7390 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4724.589664] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4724.589666] FS:  0000000000000000(0000) GS:ffff8fa5d7a00000(0000) knlGS:0000000000000000
[ 4724.589669] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4724.589672] CR2: 000038a309d43000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4724.589674] PKRU: 55555554
[ 4724.589677] Call Trace:
[ 4724.589680]  <TASK>
[ 4724.589687]  submit_one_bio+0xd4/0xe0
[ 4724.589695]  submit_extent_page+0x142/0x550
[ 4724.589710]  read_extent_buffer_pages+0x584/0x9c0
[ 4724.589718]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4724.589723]  ? folio_unlock+0x1d/0x50
[ 4724.589730]  btrfs_read_extent_buffer+0x98/0x150
[ 4724.589736]  read_tree_block+0x43/0xa0
[ 4724.589740]  read_block_for_search+0x266/0x370
[ 4724.589780]  btrfs_search_slot+0x351/0xd30
[ 4724.589789]  ? _raw_read_unlock+0x29/0x50
[ 4724.589797]  lookup_inline_extent_backref+0x15c/0x6e0
[ 4724.589803]  ? lock_is_held_type+0xe8/0x140
[ 4724.589812]  lookup_extent_backref+0x41/0xd0
[ 4724.589821]  __btrfs_free_extent+0xfb/0x7c0
[ 4724.589827]  ? sched_clock_cpu+0x20/0xc0
[ 4724.589837]  __btrfs_run_delayed_refs+0x303/0x1260
[ 4724.589854]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4724.589862]  btrfs_commit_transaction+0x93/0xed0
[ 4724.589874]  transaction_kthread+0x142/0x1b0
[ 4724.589880]  ? __pfx_transaction_kthread+0x10/0x10
[ 4724.589883]  kthread+0xf5/0x120
[ 4724.589887]  ? __pfx_kthread+0x10/0x10
[ 4724.589892]  ret_from_fork+0x2c/0x50
[ 4724.589905]  </TASK>
[ 4724.589907] irq event stamp: 40454127
[ 4724.589909] hardirqs last  enabled at (40454135): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4724.589914] hardirqs last disabled at (40454142): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4724.589917] softirqs last  enabled at (40453992): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4724.589921] softirqs last disabled at (40453985): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4724.589924] ---[ end trace 0000000000000000 ]---
[ 4726.685421] ------------[ cut here ]------------
[ 4726.685430] WARNING: CPU: 8 PID: 14269 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4726.685437] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4726.685525]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4726.685584] CPU: 8 PID: 14269 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4726.685588] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4726.685591] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4726.685594] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4726.685597] RSP: 0018:ffffa7991ff3f6a0 EFLAGS: 00010246
[ 4726.685601] RAX: 0000000000000000 RBX: ffff8fa50136f710 RCX: 0000000000000000
[ 4726.685604] RDX: 0000000000000000 RSI: ffff8fa50136f690 RDI: ffffa7991ff3f6c8
[ 4726.685606] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4726.685608] R10: ffff8fa50136f710 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4726.685610] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4726.685613] FS:  0000000000000000(0000) GS:ffff8fa5d8200000(0063) knlGS:00000000b78ffb40
[ 4726.685615] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4726.685617] CR2: 00000000cc418000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4726.685621] PKRU: 55555554
[ 4726.685623] Call Trace:
[ 4726.685627]  <TASK>
[ 4726.685639]  submit_one_bio+0xd4/0xe0
[ 4726.685650]  submit_extent_page+0x142/0x550
[ 4726.685666]  read_extent_buffer_pages+0x584/0x9c0
[ 4726.685675]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4726.685680]  ? folio_unlock+0x1d/0x50
[ 4726.685691]  btrfs_read_extent_buffer+0x98/0x150
[ 4726.685697]  read_tree_block+0x43/0xa0
[ 4726.685702]  read_block_for_search+0x266/0x370
[ 4726.685720]  btrfs_search_slot+0x351/0xd30
[ 4726.685732]  btrfs_lookup_csum+0x63/0x150
[ 4726.685740]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4726.685765]  ? btrfs_do_readpage+0x305/0x770
[ 4726.685772]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4726.685779]  submit_one_bio+0xc4/0xe0
[ 4726.685784]  btrfs_read_folio+0x79/0x90
[ 4726.685789]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4726.685792]  prepare_uptodate_page+0x8c/0x210
[ 4726.685799]  prepare_pages.constprop.0+0xa2/0x300
[ 4726.685806]  btrfs_buffered_write+0x2ca/0x940
[ 4726.685820]  btrfs_do_write_iter+0x384/0x5d0
[ 4726.685825]  ? lock_is_held_type+0xe8/0x140
[ 4726.685835]  vfs_write+0x269/0x4f0
[ 4726.685847]  ksys_write+0x64/0xe0
[ 4726.685853]  __do_fast_syscall_32+0x88/0xf0
[ 4726.685860]  ? __do_fast_syscall_32+0x94/0xf0
[ 4726.685863]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4726.685867]  ? __do_fast_syscall_32+0x94/0xf0
[ 4726.685871]  ? __do_fast_syscall_32+0x94/0xf0
[ 4726.685874]  ? __do_fast_syscall_32+0x94/0xf0
[ 4726.685880]  do_fast_syscall_32+0x2f/0x70
[ 4726.685884]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4726.685892] RIP: 0023:0xf7fc0579
[ 4726.685931] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4726.685933] RSP: 002b:00000000b78fdae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4726.685937] RAX: ffffffffffffffda RBX: 00000000000000b4 RCX: 00000000c16fe010
[ 4726.685939] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4726.685942] RBP: 00000000000000b4 R08: 00000000b78fdae0 R09: 0000000000000000
[ 4726.685944] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4726.685946] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4726.685956]  </TASK>
[ 4726.685958] irq event stamp: 220687
[ 4726.685961] hardirqs last  enabled at (220695): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4726.685966] hardirqs last disabled at (220702): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4726.685969] softirqs last  enabled at (217780): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4726.685974] softirqs last disabled at (217771): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4726.685976] ---[ end trace 0000000000000000 ]---
[ 4727.129597] ------------[ cut here ]------------
[ 4727.129611] WARNING: CPU: 7 PID: 14213 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4727.129622] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4727.129784]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4727.129888] CPU: 7 PID: 14213 Comm: CGenericAsyncFi Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4727.129894] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4727.129899] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4727.129905] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4727.129910] RSP: 0018:ffffa7991fedf6a8 EFLAGS: 00010246
[ 4727.129916] RAX: 0000000000000000 RBX: ffff8f9731111250 RCX: 0000000000000000
[ 4727.129921] RDX: 0000000000000000 RSI: ffff8f97311111d0 RDI: ffffa7991fedf6d0
[ 4727.129924] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4727.129928] R10: ffff8f9731111250 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4727.129932] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4727.129937] FS:  0000000000000000(0000) GS:ffff8fa5d7e00000(0063) knlGS:00000000b5debb40
[ 4727.129941] CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
[ 4727.129945] CR2: 00007f0828a20000 CR3: 000000013a24a000 CR4: 0000000000750ee0
[ 4727.129949] PKRU: 55555554
[ 4727.129953] Call Trace:
[ 4727.129957]  <TASK>
[ 4727.129968]  submit_one_bio+0xd4/0xe0
[ 4727.129980]  submit_extent_page+0x142/0x550
[ 4727.130003]  read_extent_buffer_pages+0x584/0x9c0
[ 4727.130016]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4727.130025]  ? folio_unlock+0x1d/0x50
[ 4727.130036]  btrfs_read_extent_buffer+0x98/0x150
[ 4727.130047]  read_tree_block+0x43/0xa0
[ 4727.130054]  read_block_for_search+0x266/0x370
[ 4727.130076]  btrfs_search_slot+0x351/0xd30
[ 4727.130095]  btrfs_lookup_csum+0x63/0x150
[ 4727.130109]  btrfs_lookup_bio_sums+0x258/0x5b0
[ 4727.130120]  ? btrfs_do_readpage+0x305/0x770
[ 4727.130132]  btrfs_submit_data_read_bio+0x4e/0x90
[ 4727.130141]  submit_one_bio+0xc4/0xe0
[ 4727.130150]  btrfs_read_folio+0x79/0x90
[ 4727.130157]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4727.130163]  prepare_uptodate_page+0x8c/0x210
[ 4727.130170]  prepare_pages.constprop.0+0xa2/0x300
[ 4727.130184]  btrfs_buffered_write+0x2ca/0x940
[ 4727.130210]  btrfs_do_write_iter+0x384/0x5d0
[ 4727.130217]  ? lock_is_held_type+0xe8/0x140
[ 4727.130230]  vfs_write+0x269/0x4f0
[ 4727.130249]  ksys_write+0x64/0xe0
[ 4727.130257]  __do_fast_syscall_32+0x88/0xf0
[ 4727.130263]  ? __do_fast_syscall_32+0x94/0xf0
[ 4727.130270]  ? __do_fast_syscall_32+0x94/0xf0
[ 4727.130276]  ? lockdep_hardirqs_on+0x7d/0x100
[ 4727.130282]  ? __do_fast_syscall_32+0x94/0xf0
[ 4727.130289]  ? __do_fast_syscall_32+0x94/0xf0
[ 4727.130294]  ? __do_fast_syscall_32+0x94/0xf0
[ 4727.130303]  do_fast_syscall_32+0x2f/0x70
[ 4727.130310]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[ 4727.130316] RIP: 0023:0xf7fc0579
[ 4727.130348] Code: 03 74 c0 01 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 51 52 55 89 cd 0f 05 cd 80 <5d> 5a 59 c3 cc 90 90 90 8d b4 26 00 00 00 00 8d b4 26 00 00 00 00
[ 4727.130352] RSP: 002b:00000000b5de9ae0 EFLAGS: 00000286 ORIG_RAX: 0000000000000004
[ 4727.130359] RAX: ffffffffffffffda RBX: 000000000000008c RCX: 00000000de114010
[ 4727.130363] RDX: 0000000000100000 RSI: 00000000f7d7fff4 RDI: 0000000000000000
[ 4727.130367] RBP: 000000000000008c R08: 00000000b5de9ae0 R09: 0000000000000000
[ 4727.130371] R10: 0000000000000000 R11: 0000000000000286 R12: 0000000000000000
[ 4727.130374] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 4727.130393]  </TASK>
[ 4727.130397] irq event stamp: 80987
[ 4727.130401] hardirqs last  enabled at (80995): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4727.130408] hardirqs last disabled at (81002): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4727.130413] softirqs last  enabled at (76992): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4727.130419] softirqs last disabled at (76983): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4727.130423] ---[ end trace 0000000000000000 ]---
[ 4735.795473] ------------[ cut here ]------------
[ 4735.795483] WARNING: CPU: 12 PID: 101 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4735.795493] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4735.795663]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4735.795800] CPU: 12 PID: 101 Comm: kworker/u32:2 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4735.795806] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4735.795811] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4735.795819] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4735.795825] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4735.795830] RSP: 0018:ffffa799004db860 EFLAGS: 00010246
[ 4735.795837] RAX: 0000000000000000 RBX: ffff8f9719021090 RCX: 0000000000000000
[ 4735.795842] RDX: 0000000000000000 RSI: ffff8f9719021010 RDI: ffffa799004db888
[ 4735.795846] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4735.795851] R10: ffff8f9719021090 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4735.795855] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4735.795860] FS:  0000000000000000(0000) GS:ffff8fa5d9200000(0000) knlGS:0000000000000000
[ 4735.795864] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4735.795869] CR2: 00000000bf2ff000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4735.795874] PKRU: 55555554
[ 4735.795878] Call Trace:
[ 4735.795883]  <TASK>
[ 4735.795896]  submit_one_bio+0xd4/0xe0
[ 4735.795907]  submit_extent_page+0x142/0x550
[ 4735.795933]  read_extent_buffer_pages+0x584/0x9c0
[ 4735.795948]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4735.795957]  ? folio_unlock+0x1d/0x50
[ 4735.795969]  btrfs_read_extent_buffer+0x98/0x150
[ 4735.795981]  read_tree_block+0x43/0xa0
[ 4735.795988]  read_block_for_search+0x266/0x370
[ 4735.796012]  btrfs_search_slot+0x351/0xd30
[ 4735.796027]  ? lock_is_held_type+0xe8/0x140
[ 4735.796040]  btrfs_lookup_csum+0x63/0x150
[ 4735.796054]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4735.796060]  ? sched_clock_cpu+0x9f/0xc0
[ 4735.796069]  ? lock_release+0x14b/0x440
[ 4735.796082]  ? _raw_read_unlock+0x29/0x50
[ 4735.796093]  btrfs_finish_ordered_io+0x441/0x860
[ 4735.796120]  btrfs_work_helper+0xfe/0x400
[ 4735.796126]  ? lock_is_held_type+0xe8/0x140
[ 4735.796139]  process_one_work+0x294/0x5b0
[ 4735.796157]  worker_thread+0x4f/0x3a0
[ 4735.796167]  ? __pfx_worker_thread+0x10/0x10
[ 4735.796172]  kthread+0xf5/0x120
[ 4735.796178]  ? __pfx_kthread+0x10/0x10
[ 4735.796187]  ret_from_fork+0x2c/0x50
[ 4735.796210]  </TASK>
[ 4735.796214] irq event stamp: 66174537
[ 4735.796218] hardirqs last  enabled at (66174545): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4735.796225] hardirqs last disabled at (66174552): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4735.796230] softirqs last  enabled at (66174088): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4735.796236] softirqs last disabled at (66174083): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4735.796241] ---[ end trace 0000000000000000 ]---
[ 4745.530136] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4745.530169] [drm] PSP is resuming...
[ 4745.606125] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4745.706998] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4745.720884] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4745.720893] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4745.720900] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4745.720904] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4745.720960] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4745.774664] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4745.776067] [drm] DMUB hardware initialized: version=0x02020017
[ 4745.812806] [drm] kiq ring mec 2 pipe 1 q 0
[ 4745.818653] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4745.819163] [drm] JPEG decode initialized successfully.
[ 4745.819187] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4745.819190] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4745.819192] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4745.819194] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4745.819196] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4745.819198] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4745.819200] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4745.819202] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4745.819204] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4745.819207] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4745.819209] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4745.819211] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4745.819213] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4745.819215] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4745.819217] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4745.819219] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4745.822822] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4775.569228] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4775.569271] [drm] PSP is resuming...
[ 4775.645225] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4775.746773] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4775.760581] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4775.760588] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4775.760595] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4775.760599] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4775.760653] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4775.814727] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4775.816161] [drm] DMUB hardware initialized: version=0x02020017
[ 4775.854208] [drm] kiq ring mec 2 pipe 1 q 0
[ 4775.859505] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4775.859669] [drm] JPEG decode initialized successfully.
[ 4775.859692] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4775.859696] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4775.859699] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4775.859701] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4775.859703] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4775.859705] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4775.859707] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4775.859709] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4775.859711] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4775.859713] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4775.859715] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4775.859717] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4775.859719] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4775.859722] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4775.859724] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4775.859726] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4775.863682] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4805.569146] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4805.569179] [drm] PSP is resuming...
[ 4805.645114] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4805.746341] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4805.760011] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4805.760022] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4805.760032] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4805.760038] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4805.760099] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4805.814606] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4805.815899] [drm] DMUB hardware initialized: version=0x02020017
[ 4805.853848] [drm] kiq ring mec 2 pipe 1 q 0
[ 4805.858820] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4805.859288] [drm] JPEG decode initialized successfully.
[ 4805.859313] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4805.859316] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4805.859319] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4805.859321] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4805.859323] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4805.859325] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4805.859329] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4805.859332] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4805.859335] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4805.859340] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4805.859343] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4805.859347] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4805.859351] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4805.859356] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4805.859360] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4805.859364] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4805.862791] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4825.078038] ------------[ cut here ]------------
[ 4825.078049] WARNING: CPU: 4 PID: 4166 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4825.078057] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4825.078176]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4825.078256] CPU: 4 PID: 4166 Comm: kworker/u32:17 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4825.078261] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4825.078265] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4825.078271] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4825.078275] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4825.078279] RSP: 0018:ffffa79906f6b860 EFLAGS: 00010246
[ 4825.078284] RAX: 0000000000000000 RBX: ffff8f9d683a9410 RCX: 0000000000000000
[ 4825.078287] RDX: 0000000000000000 RSI: ffff8f9d683a9390 RDI: ffffa79906f6b888
[ 4825.078290] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4825.078293] R10: ffff8f9d683a9410 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4825.078296] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4825.078299] FS:  0000000000000000(0000) GS:ffff8fa5d7200000(0000) knlGS:0000000000000000
[ 4825.078303] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4825.078306] CR2: 000001490081ba68 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4825.078309] PKRU: 55555554
[ 4825.078312] Call Trace:
[ 4825.078316]  <TASK>
[ 4825.078325]  submit_one_bio+0xd4/0xe0
[ 4825.078333]  submit_extent_page+0x142/0x550
[ 4825.078351]  read_extent_buffer_pages+0x584/0x9c0
[ 4825.078361]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4825.078368]  ? folio_unlock+0x1d/0x50
[ 4825.078376]  btrfs_read_extent_buffer+0x98/0x150
[ 4825.078384]  read_tree_block+0x43/0xa0
[ 4825.078389]  read_block_for_search+0x266/0x370
[ 4825.078406]  btrfs_search_slot+0x351/0xd30
[ 4825.078416]  ? lock_is_held_type+0xe8/0x140
[ 4825.078426]  btrfs_lookup_csum+0x63/0x150
[ 4825.078436]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4825.078441]  ? sched_clock_cpu+0x9f/0xc0
[ 4825.078447]  ? lock_release+0x14b/0x440
[ 4825.078456]  ? _raw_read_unlock+0x29/0x50
[ 4825.078465]  btrfs_finish_ordered_io+0x441/0x860
[ 4825.078483]  btrfs_work_helper+0xfe/0x400
[ 4825.078487]  ? lock_is_held_type+0xe8/0x140
[ 4825.078496]  process_one_work+0x294/0x5b0
[ 4825.078509]  worker_thread+0x4f/0x3a0
[ 4825.078516]  ? __pfx_worker_thread+0x10/0x10
[ 4825.078520]  kthread+0xf5/0x120
[ 4825.078524]  ? __pfx_kthread+0x10/0x10
[ 4825.078530]  ret_from_fork+0x2c/0x50
[ 4825.078546]  </TASK>
[ 4825.078549] irq event stamp: 81188319
[ 4825.078552] hardirqs last  enabled at (81188327): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4825.078557] hardirqs last disabled at (81188334): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4825.078561] softirqs last  enabled at (81186990): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4825.078566] softirqs last disabled at (81186988): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4825.078570] ---[ end trace 0000000000000000 ]---
[ 4835.561209] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4835.561246] [drm] PSP is resuming...
[ 4835.637118] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4835.738465] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4835.752244] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4835.752254] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4835.752262] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4835.752266] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4835.752320] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4835.806488] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4835.807873] [drm] DMUB hardware initialized: version=0x02020017
[ 4835.845989] [drm] kiq ring mec 2 pipe 1 q 0
[ 4835.850931] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4835.851144] [drm] JPEG decode initialized successfully.
[ 4835.851168] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4835.851171] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4835.851174] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4835.851176] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4835.851178] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4835.851180] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4835.851182] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4835.851184] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4835.851186] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4835.851188] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4835.851190] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4835.851192] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4835.851194] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4835.851196] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4835.851199] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4835.851201] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4835.854770] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4865.577239] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4865.577282] [drm] PSP is resuming...
[ 4865.653236] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4865.753466] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4865.767248] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4865.767256] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4865.767264] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4865.767268] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4865.767329] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4865.822361] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4865.823759] [drm] DMUB hardware initialized: version=0x02020017
[ 4865.862141] [drm] kiq ring mec 2 pipe 1 q 0
[ 4865.867648] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4865.867811] [drm] JPEG decode initialized successfully.
[ 4865.867843] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4865.867849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4865.867852] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4865.867856] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4865.867860] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4865.867863] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4865.867867] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4865.867871] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4865.867875] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4865.867879] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4865.867884] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4865.867888] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4865.867892] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4865.867896] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4865.867900] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4865.867905] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4865.871956] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4895.585386] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4895.585439] [drm] PSP is resuming...
[ 4895.661589] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4895.763439] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4895.777246] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4895.777254] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4895.777262] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4895.777266] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4895.777322] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4895.831514] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4895.832895] [drm] DMUB hardware initialized: version=0x02020017
[ 4895.871138] [drm] kiq ring mec 2 pipe 1 q 0
[ 4895.876461] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4895.876670] [drm] JPEG decode initialized successfully.
[ 4895.876694] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4895.876698] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4895.876700] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4895.876702] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4895.876704] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4895.876706] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4895.876708] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4895.876710] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4895.876712] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4895.876715] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4895.876717] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4895.876719] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4895.876721] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4895.876723] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4895.876725] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4895.876727] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4895.880163] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4918.094016] ------------[ cut here ]------------
[ 4918.094025] WARNING: CPU: 0 PID: 631 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4918.094032] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4918.094125]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4918.094188] CPU: 0 PID: 631 Comm: btrfs-transacti Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4918.094192] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4918.094194] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4918.094198] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4918.094201] RSP: 0018:ffffa7990487f880 EFLAGS: 00010246
[ 4918.094205] RAX: 0000000000000000 RBX: ffff8f9a9f36c450 RCX: 0000000000000000
[ 4918.094207] RDX: 0000000000000000 RSI: ffff8f9a9f36c3d0 RDI: ffffa7990487f8a8
[ 4918.094210] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4918.094212] R10: ffff8f9a9f36c450 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4918.094214] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4918.094217] FS:  0000000000000000(0000) GS:ffff8fa5d6200000(0000) knlGS:0000000000000000
[ 4918.094219] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4918.094222] CR2: 000020e7b601e000 CR3: 000000013a24a000 CR4: 0000000000750ef0
[ 4918.094224] PKRU: 55555554
[ 4918.094227] Call Trace:
[ 4918.094229]  <TASK>
[ 4918.094237]  submit_one_bio+0xd4/0xe0
[ 4918.094244]  submit_extent_page+0x142/0x550
[ 4918.094258]  read_extent_buffer_pages+0x584/0x9c0
[ 4918.094266]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4918.094271]  ? folio_unlock+0x1d/0x50
[ 4918.094278]  btrfs_read_extent_buffer+0x98/0x150
[ 4918.094285]  read_tree_block+0x43/0xa0
[ 4918.094289]  read_block_for_search+0x266/0x370
[ 4918.094302]  btrfs_search_slot+0x351/0xd30
[ 4918.094313]  btrfs_insert_empty_items+0x31/0x70
[ 4918.094318]  __btrfs_run_delayed_refs+0xa77/0x1260
[ 4918.094334]  btrfs_run_delayed_refs+0x89/0x1d0
[ 4918.094341]  btrfs_start_dirty_block_groups+0x2fb/0x520
[ 4918.094352]  btrfs_commit_transaction+0xe0/0xed0
[ 4918.094364]  transaction_kthread+0x142/0x1b0
[ 4918.094371]  ? __pfx_transaction_kthread+0x10/0x10
[ 4918.094374]  kthread+0xf5/0x120
[ 4918.094377]  ? __pfx_kthread+0x10/0x10
[ 4918.094382]  ret_from_fork+0x2c/0x50
[ 4918.094394]  </TASK>
[ 4918.094397] irq event stamp: 41398897
[ 4918.094399] hardirqs last  enabled at (41398905): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4918.094403] hardirqs last disabled at (41398912): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4918.094406] softirqs last  enabled at (41397596): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4918.094410] softirqs last disabled at (41397591): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4918.094413] ---[ end trace 0000000000000000 ]---
[ 4925.609185] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4925.609217] [drm] PSP is resuming...
[ 4925.685780] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4925.787450] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4925.801278] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4925.801287] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4925.801295] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4925.801299] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4925.801352] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4925.856274] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4925.857670] [drm] DMUB hardware initialized: version=0x02020017
[ 4925.895910] [drm] kiq ring mec 2 pipe 1 q 0
[ 4925.900996] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4925.901201] [drm] JPEG decode initialized successfully.
[ 4925.901225] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4925.901229] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4925.901231] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4925.901233] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4925.901235] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4925.901237] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4925.901239] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4925.901241] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4925.901243] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4925.901245] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4925.901248] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4925.901250] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4925.901252] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4925.901254] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4925.901256] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4925.901258] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4925.904799] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4951.404177] ------------[ cut here ]------------
[ 4951.404188] WARNING: CPU: 14 PID: 530 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4951.404197] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4951.404312]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4951.404391] CPU: 14 PID: 530 Comm: kworker/u32:4 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4951.404396] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4951.404399] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4951.404406] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4951.404410] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4951.404414] RSP: 0018:ffffa799034f3860 EFLAGS: 00010246
[ 4951.404419] RAX: 0000000000000000 RBX: ffff8fa3630df1d0 RCX: 0000000000000000
[ 4951.404422] RDX: 0000000000000000 RSI: ffff8fa3630df150 RDI: ffffa799034f3888
[ 4951.404425] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4951.404428] R10: ffff8fa3630df1d0 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4951.404431] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4951.404434] FS:  0000000000000000(0000) GS:ffff8fa5d9a00000(0000) knlGS:0000000000000000
[ 4951.404438] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4951.404441] CR2: 0000014900108000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4951.404444] PKRU: 55555554
[ 4951.404447] Call Trace:
[ 4951.404450]  <TASK>
[ 4951.404460]  submit_one_bio+0xd4/0xe0
[ 4951.404468]  submit_extent_page+0x142/0x550
[ 4951.404487]  read_extent_buffer_pages+0x584/0x9c0
[ 4951.404497]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4951.404503]  ? folio_unlock+0x1d/0x50
[ 4951.404512]  btrfs_read_extent_buffer+0x98/0x150
[ 4951.404520]  read_tree_block+0x43/0xa0
[ 4951.404525]  read_block_for_search+0x266/0x370
[ 4951.404542]  btrfs_search_slot+0x351/0xd30
[ 4951.404552]  ? lock_is_held_type+0xe8/0x140
[ 4951.404562]  btrfs_lookup_csum+0x63/0x150
[ 4951.404571]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4951.404576]  ? sched_clock_cpu+0x9f/0xc0
[ 4951.404583]  ? lock_release+0x14b/0x440
[ 4951.404591]  ? _raw_read_unlock+0x29/0x50
[ 4951.404600]  btrfs_finish_ordered_io+0x441/0x860
[ 4951.404618]  btrfs_work_helper+0xfe/0x400
[ 4951.404622]  ? lock_is_held_type+0xe8/0x140
[ 4951.404631]  process_one_work+0x294/0x5b0
[ 4951.404644]  worker_thread+0x4f/0x3a0
[ 4951.404651]  ? __pfx_worker_thread+0x10/0x10
[ 4951.404654]  kthread+0xf5/0x120
[ 4951.404659]  ? __pfx_kthread+0x10/0x10
[ 4951.404665]  ret_from_fork+0x2c/0x50
[ 4951.404681]  </TASK>
[ 4951.404683] irq event stamp: 74712359
[ 4951.404686] hardirqs last  enabled at (74712367): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4951.404691] hardirqs last disabled at (74712374): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4951.404695] softirqs last  enabled at (74710970): [<ffffffff837ef914>] blkg_async_bio_workfn+0x64/0xd0
[ 4951.404700] softirqs last disabled at (74710968): [<ffffffff837ef8f8>] blkg_async_bio_workfn+0x48/0xd0
[ 4951.404704] ---[ end trace 0000000000000000 ]---
[ 4955.625134] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4955.625169] [drm] PSP is resuming...
[ 4955.701115] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4955.801559] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4955.815370] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4955.815382] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4955.815392] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4955.815398] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4955.815455] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4955.870247] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4955.871653] [drm] DMUB hardware initialized: version=0x02020017
[ 4955.909827] [drm] kiq ring mec 2 pipe 1 q 0
[ 4955.914976] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4955.915177] [drm] JPEG decode initialized successfully.
[ 4955.915202] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4955.915205] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4955.915208] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4955.915210] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4955.915212] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4955.915215] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4955.915217] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4955.915219] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4955.915221] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4955.915223] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4955.915226] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4955.915228] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4955.915230] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4955.915232] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4955.915234] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4955.915237] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4955.918817] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes
[ 4957.502131] ------------[ cut here ]------------
[ 4957.502294] WARNING: CPU: 11 PID: 8681 at fs/btrfs/disk-io.c:851 btrfs_submit_metadata_bio+0x109/0x120
[ 4957.502304] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink snd_hda_codec_realtek qrtr snd_hda_codec_generic snd_hda_codec_hdmi bnep snd_sof_amd_rembrandt snd_sof_amd_renoir snd_sof_amd_acp snd_sof_pci snd_sof_xtensa_dsp snd_sof mt7921e sunrpc snd_sof_utils mt7921_common mt76_connac_lib intel_rapl_msr snd_soc_core intel_rapl_common mt76 snd_hda_intel snd_compress snd_intel_dspcfg snd_intel_sdw_acpi ac97_bus snd_hda_codec btusb snd_pcm_dmaengine btrtl snd_pci_ps mac80211 snd_hda_core btbcm edac_mce_amd snd_rpl_pci_acp6x snd_pci_acp6x snd_hwdep binfmt_misc btintel kvm_amd btmtk snd_seq libarc4 snd_seq_device kvm vfat bluetooth irqbypass fat snd_pcm snd_pci_acp5x cfg80211 rapl snd_rn_pci_acp3x asus_nb_wmi snd_timer snd_acp_config
[ 4957.502472]  snd_soc_acpi pcspkr wmi_bmof k10temp snd i2c_piix4 snd_pci_acp3x soundcore joydev acpi_cpufreq amd_pmc asus_wireless zram amdgpu drm_ttm_helper hid_asus ttm asus_wmi crct10dif_pclmul crc32_pclmul ledtrig_audio crc32c_intel polyval_clmulni sparse_keymap iommu_v2 platform_profile polyval_generic drm_buddy gpu_sched drm_display_helper rfkill nvme ghash_clmulni_intel ucsi_acpi hid_multitouch sha512_ssse3 typec_ucsi nvme_core ccp serio_raw sp5100_tco r8169 cec nvme_common typec video i2c_hid_acpi i2c_hid wmi ip6_tables ip_tables fuse
[ 4957.502587] CPU: 11 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4957.502593] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4957.502598] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4957.502606] RIP: 0010:btrfs_submit_metadata_bio+0x109/0x120
[ 4957.502612] Code: 74 a8 88 43 18 48 8b 43 a0 48 83 c4 28 48 8d bb 30 ff ff ff 5b 5d 41 5c e9 64 54 a6 00 cc 83 fa 0d 74 a1 0f 0b e9 64 ff ff ff <0f> 0b e9 79 ff ff ff 48 83 c4 28 5b 5d 41 5c c3 cc cc cc cc 0f 1f
[ 4957.502617] RSP: 0018:ffffa7991926b860 EFLAGS: 00010246
[ 4957.502624] RAX: 0000000000000000 RBX: ffff8f9b0b9c0290 RCX: 0000000000000000
[ 4957.502629] RDX: 0000000000000000 RSI: ffff8f9b0b9c0210 RDI: ffffa7991926b888
[ 4957.502633] RBP: 0000000000000000 R08: 0000000000001000 R09: 0000000000000000
[ 4957.502637] R10: ffff8f9b0b9c0290 R11: 0000000000010000 R12: ffff8f97bcd24000
[ 4957.502642] R13: ffff8f9714b55ca8 R14: ffff8f9714b557c0 R15: 0000000000000000
[ 4957.502646] FS:  0000000000000000(0000) GS:ffff8fa5d8e00000(0000) knlGS:0000000000000000
[ 4957.502651] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 4957.502656] CR2: 00000000bf2ff000 CR3: 0000000b7e428000 CR4: 0000000000750ee0
[ 4957.502660] PKRU: 55555554
[ 4957.502665] Call Trace:
[ 4957.502669]  <TASK>
[ 4957.502682]  submit_one_bio+0xd4/0xe0
[ 4957.502694]  submit_extent_page+0x142/0x550
[ 4957.502719]  read_extent_buffer_pages+0x584/0x9c0
[ 4957.502734]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4957.502771]  ? folio_unlock+0x1d/0x50
[ 4957.502783]  btrfs_read_extent_buffer+0x98/0x150
[ 4957.502794]  read_tree_block+0x43/0xa0
[ 4957.502802]  read_block_for_search+0x266/0x370
[ 4957.502826]  btrfs_search_slot+0x351/0xd30
[ 4957.502842]  ? lock_is_held_type+0xe8/0x140
[ 4957.502854]  btrfs_lookup_csum+0x63/0x150
[ 4957.502868]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4957.502875]  ? sched_clock_cpu+0x9f/0xc0
[ 4957.502883]  ? lock_release+0x14b/0x440
[ 4957.502896]  ? _raw_read_unlock+0x29/0x50
[ 4957.502908]  btrfs_finish_ordered_io+0x441/0x860
[ 4957.502934]  btrfs_work_helper+0xfe/0x400
[ 4957.502940]  ? lock_is_held_type+0xe8/0x140
[ 4957.502953]  process_one_work+0x294/0x5b0
[ 4957.502971]  worker_thread+0x4f/0x3a0
[ 4957.502981]  ? __pfx_worker_thread+0x10/0x10
[ 4957.502986]  kthread+0xf5/0x120
[ 4957.502992]  ? __pfx_kthread+0x10/0x10
[ 4957.503001]  ret_from_fork+0x2c/0x50
[ 4957.503023]  </TASK>
[ 4957.503028] irq event stamp: 33561445
[ 4957.503032] hardirqs last  enabled at (33561453): [<ffffffff831a956e>] __up_console_sem+0x5e/0x70
[ 4957.503038] hardirqs last disabled at (33561460): [<ffffffff831a9553>] __up_console_sem+0x43/0x70
[ 4957.503043] softirqs last  enabled at (33561276): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4957.503049] softirqs last disabled at (33561269): [<ffffffff83110ecd>] __irq_exit_rcu+0xed/0x160
[ 4957.503054] ---[ end trace 0000000000000000 ]---
[ 4957.503174] BTRFS error (device nvme0n1p3): level verify failed on logical 5446121209856 mirror 1 wanted 0 found 1
[ 4957.503183] BTRFS error (device nvme0n1p3): read time tree block corruption detected on logical 5446121209856 mirror 1
[ 4957.503187] BTRFS error (device nvme0n1p3): check owner_root=0 transid=0 first_key=(0 0 0) has_first_key=0 level=0
[ 4957.503205] BTRFS error (device nvme0n1p3): read failed, bytenr=5446121209856 check owner_root=7 transid=652055 has_first_key=1 first_key=(18446744073709551606 128 4774332780544) level=1 size=40
[ 4957.503213] CPU: 11 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4957.503218] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4957.503222] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4957.503229] Call Trace:
[ 4957.503233]  <TASK>
[ 4957.503238]  dump_stack_lvl+0x5b/0x77
[ 4957.503246]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4957.503258]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4957.503267]  ? folio_unlock+0x1d/0x50
[ 4957.503278]  btrfs_read_extent_buffer+0x98/0x150
[ 4957.503289]  read_tree_block+0x43/0xa0
[ 4957.503296]  read_block_for_search+0x266/0x370
[ 4957.503319]  btrfs_search_slot+0x351/0xd30
[ 4957.503333]  ? lock_is_held_type+0xe8/0x140
[ 4957.503343]  btrfs_lookup_csum+0x63/0x150
[ 4957.503356]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4957.503362]  ? sched_clock_cpu+0x9f/0xc0
[ 4957.503369]  ? lock_release+0x14b/0x440
[ 4957.503381]  ? _raw_read_unlock+0x29/0x50
[ 4957.503391]  btrfs_finish_ordered_io+0x441/0x860
[ 4957.503417]  btrfs_work_helper+0xfe/0x400
[ 4957.503422]  ? lock_is_held_type+0xe8/0x140
[ 4957.503434]  process_one_work+0x294/0x5b0
[ 4957.503451]  worker_thread+0x4f/0x3a0
[ 4957.503461]  ? __pfx_worker_thread+0x10/0x10
[ 4957.503465]  kthread+0xf5/0x120
[ 4957.503470]  ? __pfx_kthread+0x10/0x10
[ 4957.503478]  ret_from_fork+0x2c/0x50
[ 4957.503500]  </TASK>
[ 4957.503504] BTRFS error (device nvme0n1p3): read failed, bytenr=5446121209856 check owner_root=7 transid=652055 has_first_key=1 first_key=(18446744073709551606 128 4774332780544) level=1 size=40
[ 4957.503511] CPU: 11 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4957.503515] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4957.503519] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4957.503525] Call Trace:
[ 4957.503528]  <TASK>
[ 4957.503533]  dump_stack_lvl+0x5b/0x77
[ 4957.503539]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4957.503550]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4957.503559]  ? folio_unlock+0x1d/0x50
[ 4957.503568]  btrfs_read_extent_buffer+0x98/0x150
[ 4957.503579]  read_tree_block+0x43/0xa0
[ 4957.503586]  read_block_for_search+0x266/0x370
[ 4957.503608]  btrfs_search_slot+0x351/0xd30
[ 4957.503622]  ? lock_is_held_type+0xe8/0x140
[ 4957.503633]  btrfs_lookup_csum+0x63/0x150
[ 4957.503646]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4957.503651]  ? sched_clock_cpu+0x9f/0xc0
[ 4957.503658]  ? lock_release+0x14b/0x440
[ 4957.503669]  ? _raw_read_unlock+0x29/0x50
[ 4957.503680]  btrfs_finish_ordered_io+0x441/0x860
[ 4957.503705]  btrfs_work_helper+0xfe/0x400
[ 4957.503710]  ? lock_is_held_type+0xe8/0x140
[ 4957.503722]  process_one_work+0x294/0x5b0
[ 4957.503738]  worker_thread+0x4f/0x3a0
[ 4957.503747]  ? __pfx_worker_thread+0x10/0x10
[ 4957.503752]  kthread+0xf5/0x120
[ 4957.503756]  ? __pfx_kthread+0x10/0x10
[ 4957.503765]  ret_from_fork+0x2c/0x50
[ 4957.503786]  </TASK>
[ 4957.503812] BTRFS error (device nvme0n1p3): read failed, bytenr=5446121209856 check owner_root=7 transid=652055 has_first_key=1 first_key=(18446744073709551606 128 4774332780544) level=1 size=40
[ 4957.503819] CPU: 11 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4957.503823] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4957.503827] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4957.503833] Call Trace:
[ 4957.503837]  <TASK>
[ 4957.503841]  dump_stack_lvl+0x5b/0x77
[ 4957.503848]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4957.503858]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4957.503867]  ? folio_unlock+0x1d/0x50
[ 4957.503877]  btrfs_read_extent_buffer+0x98/0x150
[ 4957.503888]  read_tree_block+0x43/0xa0
[ 4957.503894]  read_block_for_search+0x266/0x370
[ 4957.503916]  btrfs_search_slot+0x351/0xd30
[ 4957.503930]  ? lock_is_held_type+0xe8/0x140
[ 4957.503941]  btrfs_lookup_csum+0x63/0x150
[ 4957.503954]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4957.503959]  ? sched_clock_cpu+0x9f/0xc0
[ 4957.503966]  ? lock_release+0x14b/0x440
[ 4957.503977]  ? _raw_read_unlock+0x29/0x50
[ 4957.503988]  btrfs_finish_ordered_io+0x441/0x860
[ 4957.504013]  btrfs_work_helper+0xfe/0x400
[ 4957.504018]  ? lock_is_held_type+0xe8/0x140
[ 4957.504030]  process_one_work+0x294/0x5b0
[ 4957.504046]  worker_thread+0x4f/0x3a0
[ 4957.504056]  ? __pfx_worker_thread+0x10/0x10
[ 4957.504060]  kthread+0xf5/0x120
[ 4957.504064]  ? __pfx_kthread+0x10/0x10
[ 4957.504072]  ret_from_fork+0x2c/0x50
[ 4957.504094]  </TASK>
[ 4957.504098] BTRFS error (device nvme0n1p3): read failed, bytenr=5446121209856 check owner_root=7 transid=652055 has_first_key=1 first_key=(18446744073709551606 128 4774332780544) level=1 size=40
[ 4957.504104] CPU: 11 PID: 8681 Comm: kworker/u32:13 Tainted: G        W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-debug5+ #6
[ 4957.504108] Hardware name: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.320 09/07/2022
[ 4957.504112] Workqueue: btrfs-endio-write btrfs_work_helper
[ 4957.504118] Call Trace:
[ 4957.504121]  <TASK>
[ 4957.504126]  dump_stack_lvl+0x5b/0x77
[ 4957.504132]  read_extent_buffer_pages.cold+0x63/0xa2
[ 4957.504143]  ? __pfx_end_bio_extent_readpage+0x10/0x10
[ 4957.504151]  ? folio_unlock+0x1d/0x50
[ 4957.504161]  btrfs_read_extent_buffer+0x98/0x150
[ 4957.504172]  read_tree_block+0x43/0xa0
[ 4957.504178]  read_block_for_search+0x266/0x370
[ 4957.504200]  btrfs_search_slot+0x351/0xd30
[ 4957.504214]  ? lock_is_held_type+0xe8/0x140
[ 4957.504224]  btrfs_lookup_csum+0x63/0x150
[ 4957.504237]  btrfs_csum_file_blocks+0x197/0x6c0
[ 4957.504243]  ? sched_clock_cpu+0x9f/0xc0
[ 4957.504250]  ? lock_release+0x14b/0x440
[ 4957.504261]  ? _raw_read_unlock+0x29/0x50
[ 4957.504271]  btrfs_finish_ordered_io+0x441/0x860
[ 4957.504296]  btrfs_work_helper+0xfe/0x400
[ 4957.504301]  ? lock_is_held_type+0xe8/0x140
[ 4957.504313]  process_one_work+0x294/0x5b0
[ 4957.504330]  worker_thread+0x4f/0x3a0
[ 4957.504339]  ? __pfx_worker_thread+0x10/0x10
[ 4957.504344]  kthread+0xf5/0x120
[ 4957.504348]  ? __pfx_kthread+0x10/0x10
[ 4957.504356]  ret_from_fork+0x2c/0x50
[ 4957.504377]  </TASK>
[ 4957.504713] BTRFS error (device nvme0n1p3: state A): Transaction aborted (error -5)
[ 4957.504841] BTRFS: error (device nvme0n1p3: state A) in btrfs_finish_ordered_io:3343: errno=-5 IO failure
[ 4957.504848] BTRFS info (device nvme0n1p3: state EA): forced readonly
[ 4985.617258] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4985.617292] [drm] PSP is resuming...
[ 4985.693336] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4985.793774] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4985.807582] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4985.807587] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4985.807594] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413900 (65.57.0)
[ 4985.807598] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4985.807651] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[ 4985.861605] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 4985.862896] [drm] DMUB hardware initialized: version=0x02020017
[ 4985.902092] [drm] kiq ring mec 2 pipe 1 q 0
[ 4985.907059] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 4985.907320] [drm] JPEG decode initialized successfully.
[ 4985.907343] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[ 4985.907346] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[ 4985.907349] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[ 4985.907351] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[ 4985.907353] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[ 4985.907355] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[ 4985.907357] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[ 4985.907359] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[ 4985.907361] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[ 4985.907363] amdgpu 0000:03:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[ 4985.907365] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[ 4985.907367] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[ 4985.907369] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[ 4985.907371] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[ 4985.907373] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[ 4985.907375] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 1
[ 4985.910937] amdgpu 0000:03:00.0: [drm] Cannot find any crtc or sizes

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-27 13:11                               ` Mikhail Gavrilov
@ 2022-12-28  1:08                                 ` Qu Wenruo
  2022-12-28 14:12                                   ` Mikhail Gavrilov
  0 siblings, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-28  1:08 UTC (permalink / raw)
  To: Mikhail Gavrilov, Qu Wenruo
  Cc: dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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



On 2022/12/27 21:11, Mikhail Gavrilov wrote:
> On Tue, Dec 27, 2022 at 4:03 PM Qu Wenruo <wqu@suse.com> wrote:
>>
>> I have a similar laptop (G14), only GPU is different (RTX3060), and I
>> failed to reproduce this so far...
>>
>> My gcc is only a small version behind (12.2.0).
>>
>> Thus none of the hardware seems suspicious at all...
>>
>> Anyway I have attached my last struggle for the weird problem.
>> For now, I have no idea why this can even happen...
> 
> The new Kernel log is attached.
> This time, the main difference was that the file system did not
> immediately switch to readonly.
> The Steam client stopped a couple of times with a write error, but
> after pressing the resume button, it resumed downloading. For the
> third or fourth time refused to download.
> 
I'm a total idiot.

 From the very first dmesg with calltrack, it already shows the 
submit_one_bio() is called from submit_extent_page(), which means cases 
cross stripe boundary, and has no parent_check populated at all.

And since you're using RAID0 on two NVMEs, it matches the symptom, while 
most tests done here are using single device (DUP and SINGLE), thus no 
stripe boundary cases at all.
(In fact it should still be possible to trigger on SINGLE, but way too 
hard to trigger)

With proper root cause found, this version should mostly handle the 
regression correctly.

This version should mostly be the formal one I'd later send to the 
mailing list.

I can not thank you more for all the testing you have provided, it not 
only pinned down the bug, but also proves I'm a total idiot...

Thanks,
Qu

[-- Attachment #2: 0001-btrfs-fix-the-false-alert-on-bad-tree-level.patch --]
[-- Type: text/x-patch, Size: 5723 bytes --]

From cc05d22c04507440c644384d3b68def65653b0de Mon Sep 17 00:00:00 2001
Message-Id: <cc05d22c04507440c644384d3b68def65653b0de.1672189568.git.wqu@suse.com>
From: Qu Wenruo <wqu@suse.com>
Date: Wed, 28 Dec 2022 08:44:18 +0800
Subject: [PATCH] btrfs: fix the false alert on bad tree level

[BUG]
There is a bug report that on a RAID0 nvme btrfs system, under heavy
write load the fs can flip RO randomly.

With extra debug, it shows some tree blocks failed to pass its level
checks, and if that happens at critical path of a transaction, we abort
the transacation:

 BTRFS error (device nvme0n1p3): level verify failed on logical 5446121209856 mirror 1 wanted 0 found 1
 BTRFS error (device nvme0n1p3: state A): Transaction aborted (error -5)
 BTRFS: error (device nvme0n1p3: state A) in btrfs_finish_ordered_io:3343: errno=-5 IO failure
 BTRFS info (device nvme0n1p3: state EA): forced readonly

[CAUSE]
The reporter has already bisected to commit 947a629988f1 ("btrfs: move
tree block parentness check into validate_extent_buffer()").

And with extra debug, it shows we can have btrfs_tree_parent_check
filled with all zero in the following call trace:

  <TASK>
  submit_one_bio+0xd4/0xe0
  submit_extent_page+0x142/0x550
  read_extent_buffer_pages+0x584/0x9c0
  ? __pfx_end_bio_extent_readpage+0x10/0x10
  ? folio_unlock+0x1d/0x50
  btrfs_read_extent_buffer+0x98/0x150
  read_tree_block+0x43/0xa0
  read_block_for_search+0x266/0x370
  btrfs_search_slot+0x351/0xd30
  ? lock_is_held_type+0xe8/0x140
  btrfs_lookup_csum+0x63/0x150
  btrfs_csum_file_blocks+0x197/0x6c0
  ? sched_clock_cpu+0x9f/0xc0
  ? lock_release+0x14b/0x440
  ? _raw_read_unlock+0x29/0x50
  btrfs_finish_ordered_io+0x441/0x860
  btrfs_work_helper+0xfe/0x400
  ? lock_is_held_type+0xe8/0x140
  process_one_work+0x294/0x5b0
  worker_thread+0x4f/0x3a0
  ? __pfx_worker_thread+0x10/0x10
  kthread+0xf5/0x120
  ? __pfx_kthread+0x10/0x10
  ret_from_fork+0x2c/0x50
  </TASK>

Currently we only copy the btrfs_tree_parent_check structure into bbio
at read_extent_buffer_pages() after we have assembled the bbio.

But as shown in the above call trace, submit_extent_page() itself can
already submit the bbio, leaving the bbio->parent_check uninitialized,
and cause the false alert.

[FIX]
Instead of copying @check into bbio after bbio is assembled, we pass
@check in btrfs_bio_ctrl::parent_check, and copy the content of
parent_check in submit_one_bio() for metadata read.

By this, we should be able to pass the needed info for metadata endio
verification, and fix the false alert.

Reported-by: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
Link: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
Fixes: 947a629988f1 ("btrfs: move tree block parentness check into validate_extent_buffer()")
Signed-off-by: Qu Wenruo <wqu@suse.com>
---
 fs/btrfs/extent_io.c | 31 ++++++++++++++++++++++++++-----
 1 file changed, 26 insertions(+), 5 deletions(-)

diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 83dd3aa59663..b11332482d57 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -103,6 +103,16 @@ struct btrfs_bio_ctrl {
 	u32 len_to_oe_boundary;
 	btrfs_bio_end_io_t end_io_func;
 
+	/*
+	 * This is for metadata read, to provide the extra needed
+	 * verification info.
+	 * This has to be provided for submit_one_bio(), as submit_one_bio()
+	 * can submit a bio if it ends at stripe boundary.
+	 * If no such parent_check provided, the metadata can hit false alert
+	 * at endio time.
+	 */
+	struct btrfs_tree_parent_check *parent_check;
+
 	/*
 	 * Tell writepage not to lock the state bits for this range, it still
 	 * does the unlocking.
@@ -133,13 +143,24 @@ static void submit_one_bio(struct btrfs_bio_ctrl *bio_ctrl)
 
 	btrfs_bio(bio)->file_offset = page_offset(bv->bv_page) + bv->bv_offset;
 
-	if (!is_data_inode(&inode->vfs_inode))
+	if (!is_data_inode(&inode->vfs_inode)) {
+		if (btrfs_op(bio) != BTRFS_MAP_WRITE) {
+			/*
+			 * For metadata read, we should have the parent_check,
+			 * and copy it to bbio for metadata verification.
+			 */
+			ASSERT(bio_ctrl->parent_check);
+			memcpy(&btrfs_bio(bio)->parent_check,
+			       bio_ctrl->parent_check,
+			       sizeof(struct btrfs_tree_parent_check));
+		}
 		btrfs_submit_metadata_bio(inode, bio, mirror_num);
-	else if (btrfs_op(bio) == BTRFS_MAP_WRITE)
+	} else if (btrfs_op(bio) == BTRFS_MAP_WRITE) {
 		btrfs_submit_data_write_bio(inode, bio, mirror_num);
-	else
+	} else {
 		btrfs_submit_data_read_bio(inode, bio, mirror_num,
 					   bio_ctrl->compress_type);
+	}
 
 	/* The bio is owned by the end_io handler now */
 	bio_ctrl->bio = NULL;
@@ -4829,6 +4850,7 @@ static int read_extent_buffer_subpage(struct extent_buffer *eb, int wait,
 	struct extent_state *cached_state = NULL;
 	struct btrfs_bio_ctrl bio_ctrl = {
 		.mirror_num = mirror_num,
+		.parent_check = check,
 	};
 	int ret = 0;
 
@@ -4878,7 +4900,6 @@ static int read_extent_buffer_subpage(struct extent_buffer *eb, int wait,
 		 */
 		atomic_dec(&eb->io_pages);
 	}
-	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check, sizeof(*check));
 	submit_one_bio(&bio_ctrl);
 	if (ret || wait != WAIT_COMPLETE) {
 		free_extent_state(cached_state);
@@ -4905,6 +4926,7 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 	unsigned long num_reads = 0;
 	struct btrfs_bio_ctrl bio_ctrl = {
 		.mirror_num = mirror_num,
+		.parent_check = check,
 	};
 
 	if (test_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags))
@@ -4996,7 +5018,6 @@ int read_extent_buffer_pages(struct extent_buffer *eb, int wait, int mirror_num,
 		}
 	}
 
-	memcpy(&btrfs_bio(bio_ctrl.bio)->parent_check, check, sizeof(*check));
 	submit_one_bio(&bio_ctrl);
 
 	if (ret || wait != WAIT_COMPLETE)
-- 
2.39.0


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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-28  1:08                                 ` Qu Wenruo
@ 2022-12-28 14:12                                   ` Mikhail Gavrilov
  2022-12-28 23:24                                     ` Qu Wenruo
  2022-12-28 23:31                                     ` Qu Wenruo
  0 siblings, 2 replies; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-28 14:12 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Wed, Dec 28, 2022 at 6:08 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
>  From the very first dmesg with calltrack, it already shows the
> submit_one_bio() is called from submit_extent_page(), which means cases
> cross stripe boundary, and has no parent_check populated at all.
>
> And since you're using RAID0 on two NVMEs, it matches the symptom, while
> most tests done here are using single device (DUP and SINGLE), thus no
> stripe boundary cases at all.
> (In fact it should still be possible to trigger on SINGLE, but way too
> hard to trigger)
>
> With proper root cause found, this version should mostly handle the
> regression correctly.
>
> This version should mostly be the formal one I'd later send to the
> mailing list.
>
> I can not thank you more for all the testing you have provided, it not
> only pinned down the bug, but also proves I'm a total idiot...

I have already written over 1.6Tb of data to disk and there are no
hints of errors.
For me, this is a sign that the problem has been fixed.
Tested-by: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>

❯ dmesg | grep -i btrfs
[    0.000000] Linux version
6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
(mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat
12.2.1-4), GNU ld version 2.39-6.fc38) #7 SMP PREEMPT_DYNAMIC Wed Dec
28 10:00:39 +05 2022
[    0.000000] Command line:
BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro
rootflags=subvol=@root
resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M
sysrq_always_enabled=1 nmi_watchdog=1
amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.154567] Kernel command line:
BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro
rootflags=subvol=@root
resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M
sysrq_always_enabled=1 nmi_watchdog=1
amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.154654] Unknown kernel command line parameters
"BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+",
will be passed to user space.
[    4.496766] usb usb2: Manufacturer: Linux
6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
[    4.498963] usb usb1: Manufacturer: Linux
6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
[    4.500665] usb usb3: Manufacturer: Linux
6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
[    4.501851] usb usb4: Manufacturer: Linux
6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
[    4.735212] Btrfs loaded, crc32c=crc32c-generic, assert=on,
zoned=yes, fsverity=yes
[    5.223368]
BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
[    6.923453] BTRFS: device label fedora_localhost-live devid 2
transid 652981 /dev/nvme1n1p1 scanned by systemd-udevd (448)
[    6.974412] BTRFS: device label fedora_localhost-live devid 1
transid 652981 /dev/nvme0n1p3 scanned by systemd-udevd (484)
[   11.113437] CPU: 15 PID: 478 Comm: systemd-udevd Tainted: G
    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
#7
[   11.221359] CPU: 15 PID: 478 Comm: systemd-udevd Tainted: G
W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
#7
[   13.731015] BTRFS info (device nvme0n1p3): using crc32c
(crc32c-intel) checksum algorithm
[   13.731147] BTRFS info (device nvme0n1p3): using free space tree
[   14.328439] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[   14.328469] BTRFS info (device nvme0n1p3): auto enabling async discard
[   16.592713] BTRFS info (device nvme0n1p3: state M): use zstd
compression, level 1
[11691.071176] CPU: 11 PID: 2068 Comm: gnome-shell Tainted: G        W
   L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
#7


<OFFTOPIC>
As I mentioned at the first message I also have a computer where the
btrfs partition is located on a slow HDD.
When I update the container (podman pull), the system becomes
unresposible for half an hour, which is how long it takes to update
the container.
I do not expect any super-speed from the HDD, I just would like to do
something else with this computer. Yes, at least watching videos on
youtube. Is there anything that can be done here or is there nothing
that we can do?
[46944.301588] INFO: task btrfs-transacti:1184 blocked for more than
122 seconds.
[46944.301825]       Tainted: G        W    L    -------  ---
6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.301829] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[46944.301832] task:btrfs-transacti state:D stack:12000 pid:1184
ppid:2      flags:0x00004000
[46944.301840] Call Trace:
[46944.301843]  <TASK>
[46944.301851]  __schedule+0x50c/0x1780
[46944.301863]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.301876]  schedule+0x5d/0xe0
[46944.301881]  wait_current_trans+0x110/0x170
[46944.301888]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.301895]  start_transaction+0x36c/0x680
[46944.301904]  transaction_kthread+0xb6/0x1b0
[46944.301912]  ? __pfx_transaction_kthread+0x10/0x10
[46944.301916]  kthread+0xf5/0x120
[46944.301920]  ? __pfx_kthread+0x10/0x10
[46944.301926]  ret_from_fork+0x2c/0x50
[46944.301941]  </TASK>


I attached a full kernel log from this machine.
I can start a separate thread if it makes sense.
Sorry for oftop.
</OFFTOPIC>

--
Best Regards,
Mike Gavrilov.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dmesg-btrfs-on-hdd.txt --]
[-- Type: text/plain; charset="US-ASCII"; name="dmesg-btrfs-on-hdd.txt", Size: 303399 bytes --]

[    0.000000] Linux version 6.2.0-0.rc1.14.fc38.x86_64+debug (mockbuild@c1d8608aeef148b3b78a0fbe349e14fe) (gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4), GNU ld version 2.39-6.fc38) #1 SMP PREEMPT_DYNAMIC Tue Dec 27 01:07:18 +05 2022
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc1.14.fc38.x86_64+debug root=UUID=eb7c87da-2256-444a-9b43-58e4c15e0b9e ro rootflags=subvol=@root resume=UUID=03815046-e1f3-48e7-ae3d-f260dc5a786b log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a210fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a211000-0x00000000c327afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c327b000-0x00000000c327bfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c327c000-0x00000000ca139fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca13a000-0x00000000ca540fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca541000-0x00000000ca6aafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca6ab000-0x00000000caa1ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000caa20000-0x00000000cb9fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000102f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000102f300000-0x000000102fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xbdd95018-0xbdda6067] usable ==> usable
[    0.000000] e820: update [mem 0xbdd95018-0xbdda6067] usable ==> usable
[    0.000000] e820: update [mem 0xbdd77018-0xbdd94e57] usable ==> usable
[    0.000000] e820: update [mem 0xbdd77018-0xbdd94e57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009d1efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009d1f000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a210fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a211000-0x00000000bdd77017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdd77018-0x00000000bdd94e57] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdd94e58-0x00000000bdd95017] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdd95018-0x00000000bdda6067] usable
[    0.000000] reserve setup_data: [mem 0x00000000bdda6068-0x00000000c327afff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c327b000-0x00000000c327bfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000c327c000-0x00000000ca139fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ca13a000-0x00000000ca540fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca541000-0x00000000ca6aafff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ca6ab000-0x00000000caa1ffff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000caa20000-0x00000000cb9fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd400000-0x00000000fd5fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000102f2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000102f300000-0x000000102fffffff] reserved
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xca6aa000 ACPI 2.0=0xca6aa014 TPMFinalLog=0xca9d3000 SMBIOS=0xcb7ea000 SMBIOS 3.0=0xcb7e9000 MEMATTR=0xc6b1f018 ESRT=0xc8daf018 MOKvar=0xcb849000 RNG=0xca68dc18 TPMEventLog=0xbdda7018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem72: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem73: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem74: MMIO range=[0xfd400000-0xfd5fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd400000-0xfd5fffff] reserved
[    0.000000] efi: Not removing mem75: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem76: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem77: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem78: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem79: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem80: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem81: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem82: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem83: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3500.012 MHz processor
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000017] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000026] last_pfn = 0x102f300 max_arch_pfn = 0x400000000
[    0.000031] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000722] e820: update [mem 0xca760000-0xca76ffff] usable ==> reserved
[    0.000730] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000737] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.004715] esrt: Reserving ESRT space from 0x00000000c8daf018 to 0x00000000c8daf0a0.
[    0.004725] e820: update [mem 0xc8daf000-0xc8daffff] usable ==> reserved
[    0.004747] Using GB pages for direct mapping
[    0.014089] printk: log_buf_len: 16777216 bytes
[    0.014094] printk: early log buf free: 253432(96%)
[    0.014096] secureboot: Secure boot disabled
[    0.014097] RAMDISK: [mem 0xbddb0000-0xc0e58fff]
[    0.014101] ACPI: Early table checksum verification disabled
[    0.014105] ACPI: RSDP 0x00000000CA6AA014 000024 (v02 ALASKA)
[    0.014110] ACPI: XSDT 0x00000000CA6A9728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.014116] ACPI: FACP 0x00000000CA6A2000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.014123] ACPI: DSDT 0x00000000CA693000 00E274 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.014127] ACPI: FACS 0x00000000CAA03000 000040
[    0.014130] ACPI: SSDT 0x00000000CA6A8000 00092A (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.014135] ACPI: SSDT 0x00000000CA6A4000 003B86 (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.014139] ACPI: SSDT 0x00000000CA6A3000 0001CC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.014142] ACPI: FIDT 0x00000000CA692000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014146] ACPI: FPDT 0x00000000CA589000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.014150] ACPI: MCFG 0x00000000CA690000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.014154] ACPI: HPET 0x00000000CA68F000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.014158] ACPI: SSDT 0x00000000CA68E000 000024 (v01 AMD    BIXBY    00001000 INTL 20120913)
[    0.014163] ACPI: IVRS 0x00000000CA68C000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.014167] ACPI: VFCT 0x00000000CA681000 00AC84 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.014170] ACPI: WPBT 0x00000000CA5A2000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.014174] ACPI: TPM2 0x00000000CA5A1000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.014178] ACPI: PCCT 0x00000000CA5A0000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.014182] ACPI: SSDT 0x00000000CA597000 008033 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.014186] ACPI: CRAT 0x00000000CA595000 001DD0 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.014190] ACPI: CDIT 0x00000000CA594000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.014194] ACPI: SSDT 0x00000000CA593000 0002C2 (v01 AMD    QOGIRDGP 00000001 INTL 20120913)
[    0.014198] ACPI: SSDT 0x00000000CA591000 0010B4 (v01 AMD    QOGIRTPX 00000001 INTL 20120913)
[    0.014202] ACPI: SSDT 0x00000000CA590000 00052C (v01 AMD    QOGIRNOI 00000001 INTL 20120913)
[    0.014206] ACPI: SSDT 0x00000000CA58C000 003E42 (v01 AMD    QOGIRN   00000001 INTL 20120913)
[    0.014210] ACPI: WSMT 0x00000000CA58B000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014213] ACPI: APIC 0x00000000CA58A000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.014217] ACPI: Reserving FACP table memory at [mem 0xca6a2000-0xca6a2113]
[    0.014219] ACPI: Reserving DSDT table memory at [mem 0xca693000-0xca6a1273]
[    0.014220] ACPI: Reserving FACS table memory at [mem 0xcaa03000-0xcaa0303f]
[    0.014221] ACPI: Reserving SSDT table memory at [mem 0xca6a8000-0xca6a8929]
[    0.014223] ACPI: Reserving SSDT table memory at [mem 0xca6a4000-0xca6a7b85]
[    0.014224] ACPI: Reserving SSDT table memory at [mem 0xca6a3000-0xca6a31cb]
[    0.014225] ACPI: Reserving FIDT table memory at [mem 0xca692000-0xca69209b]
[    0.014226] ACPI: Reserving FPDT table memory at [mem 0xca589000-0xca589043]
[    0.014227] ACPI: Reserving MCFG table memory at [mem 0xca690000-0xca69003b]
[    0.014229] ACPI: Reserving HPET table memory at [mem 0xca68f000-0xca68f037]
[    0.014230] ACPI: Reserving SSDT table memory at [mem 0xca68e000-0xca68e023]
[    0.014231] ACPI: Reserving IVRS table memory at [mem 0xca68c000-0xca68c0cf]
[    0.014232] ACPI: Reserving VFCT table memory at [mem 0xca681000-0xca68bc83]
[    0.014233] ACPI: Reserving WPBT table memory at [mem 0xca5a2000-0xca5a203b]
[    0.014235] ACPI: Reserving TPM2 table memory at [mem 0xca5a1000-0xca5a104b]
[    0.014236] ACPI: Reserving PCCT table memory at [mem 0xca5a0000-0xca5a006d]
[    0.014237] ACPI: Reserving SSDT table memory at [mem 0xca597000-0xca59f032]
[    0.014238] ACPI: Reserving CRAT table memory at [mem 0xca595000-0xca596dcf]
[    0.014240] ACPI: Reserving CDIT table memory at [mem 0xca594000-0xca594028]
[    0.014241] ACPI: Reserving SSDT table memory at [mem 0xca593000-0xca5932c1]
[    0.014242] ACPI: Reserving SSDT table memory at [mem 0xca591000-0xca5920b3]
[    0.014243] ACPI: Reserving SSDT table memory at [mem 0xca590000-0xca59052b]
[    0.014244] ACPI: Reserving SSDT table memory at [mem 0xca58c000-0xca58fe41]
[    0.014246] ACPI: Reserving WSMT table memory at [mem 0xca58b000-0xca58b027]
[    0.014247] ACPI: Reserving APIC table memory at [mem 0xca58a000-0xca58a15d]
[    0.014294] No NUMA configuration found
[    0.014296] Faking a node at [mem 0x0000000000000000-0x000000102f2fffff]
[    0.014304] NODE_DATA(0) allocated [mem 0x102aad4000-0x102aafffff]
[    0.086137] Zone ranges:
[    0.086140]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.086143]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.086145]   Normal   [mem 0x0000000100000000-0x000000102f2fffff]
[    0.086147]   Device   empty
[    0.086149] Movable zone start for each node
[    0.086152] Early memory node ranges
[    0.086153]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.086155]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.086157]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.086158]   node   0: [mem 0x000000000a211000-0x00000000c327afff]
[    0.086159]   node   0: [mem 0x00000000c327c000-0x00000000ca139fff]
[    0.086161]   node   0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[    0.086162]   node   0: [mem 0x0000000100000000-0x000000102f2fffff]
[    0.086169] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f2fffff]
[    0.086175] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.086195] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.086369] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.089823] On node 0, zone DMA32: 17 pages in unavailable ranges
[    0.089978] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.090052] On node 0, zone DMA32: 6341 pages in unavailable ranges
[    0.166019] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.166048] On node 0, zone Normal: 3328 pages in unavailable ranges
[    0.166651] ACPI: PM-Timer IO Port: 0x808
[    0.166660] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.166677] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.166682] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.166685] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.166687] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.166691] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.166692] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.166698] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[    0.166748] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.166751] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.166754] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.166756] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a210fff]
[    0.166759] PM: hibernation: Registered nosave memory: [mem 0xbdd77000-0xbdd77fff]
[    0.166761] PM: hibernation: Registered nosave memory: [mem 0xbdd94000-0xbdd94fff]
[    0.166762] PM: hibernation: Registered nosave memory: [mem 0xbdd95000-0xbdd95fff]
[    0.166765] PM: hibernation: Registered nosave memory: [mem 0xbdda6000-0xbdda6fff]
[    0.166767] PM: hibernation: Registered nosave memory: [mem 0xc327b000-0xc327bfff]
[    0.166770] PM: hibernation: Registered nosave memory: [mem 0xc8daf000-0xc8daffff]
[    0.166773] PM: hibernation: Registered nosave memory: [mem 0xca13a000-0xca540fff]
[    0.166774] PM: hibernation: Registered nosave memory: [mem 0xca541000-0xca6aafff]
[    0.166775] PM: hibernation: Registered nosave memory: [mem 0xca6ab000-0xcaa1ffff]
[    0.166776] PM: hibernation: Registered nosave memory: [mem 0xcaa20000-0xcb9fefff]
[    0.166778] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
[    0.166779] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe9fffff]
[    0.166780] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.166781] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.166782] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.166784] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.166785] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.166786] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.166787] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.166788] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.166789] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.166790] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.166791] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.166792] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.166793] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.166794] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.166797] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[    0.166799] Booting paravirtualized kernel on bare hardware
[    0.166803] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.171924] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.187085] percpu: Embedded 514 pages/cpu s2068480 r8192 d28672 u4194304
[    0.187097] pcpu-alloc: s2068480 r8192 d28672 u4194304 alloc=2*2097152
[    0.187100] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.187117] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.187133] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 
[    0.187148] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 
[    0.187216] Fallback order for Node 0: 0 
[    0.187230] Built 1 zonelists, mobility grouping on.  Total pages: 16492458
[    0.187232] Policy zone: Normal
[    0.187238] Kernel command line: BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc1.14.fc38.x86_64+debug root=UUID=eb7c87da-2256-444a-9b43-58e4c15e0b9e ro rootflags=subvol=@root resume=UUID=03815046-e1f3-48e7-ae3d-f260dc5a786b log_buf_len=16M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1
[    0.187324] sysrq: sysrq always enabled.
[    0.187354] Unknown kernel command line parameters "BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc1.14.fc38.x86_64+debug", will be passed to user space.
[    0.191450] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.193500] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.193760] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.193792] software IO TLB: area num 32.
[    2.996400] Memory: 65437308K/67017628K available (20480K kernel code, 4064K rwdata, 14632K rodata, 6300K init, 30736K bss, 1580060K reserved, 0K cma-reserved)
[    2.997550] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    2.997553] kmemleak: Kernel memory leak detector disabled
[    2.997756] ftrace: allocating 52363 entries in 205 pages
[    3.004888] ftrace: allocated 205 pages with 5 groups
[    3.006633] Dynamic Preempt: voluntary
[    3.006955] Running RCU self tests
[    3.007012] rcu: Preemptible hierarchical RCU implementation.
[    3.007013] rcu: 	RCU event tracing is enabled.
[    3.007014] rcu: 	RCU lockdep checking is enabled.
[    3.007015] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    3.007016] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    3.007017] 	Trampoline variant of Tasks RCU enabled.
[    3.007018] 	Rude variant of Tasks RCU enabled.
[    3.007018] 	Tracing variant of Tasks RCU enabled.
[    3.007019] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    3.007021] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    3.011524] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    3.011773] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    3.012068] Console: colour dummy device 80x25
[    3.012084] printk: console [tty0] enabled
[    3.015060] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    3.015075] ... MAX_LOCKDEP_SUBCLASSES:  8
[    3.015083] ... MAX_LOCK_DEPTH:          48
[    3.015091] ... MAX_LOCKDEP_KEYS:        8192
[    3.015099] ... CLASSHASH_SIZE:          4096
[    3.015108] ... MAX_LOCKDEP_ENTRIES:     65536
[    3.015116] ... MAX_LOCKDEP_CHAINS:      262144
[    3.015125] ... CHAINHASH_SIZE:          131072
[    3.015133]  memory used by lock dependency info: 17577 kB
[    3.015143]  memory used for stack traces: 4224 kB
[    3.015152]  per task-struct memory footprint: 2688 bytes
[    3.015222] ACPI: Core revision 20221020
[    3.015613] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    3.015660] APIC: Switch to symmetric I/O mode setup
[    3.016590] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    3.189640] x2apic: IRQ remapping doesn't support X2APIC mode
[    3.189683] Switched APIC routing to physical flat.
[    3.190402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    3.194655] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x32735c0a760, max_idle_ns: 440795228189 ns
[    3.194688] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.02 BogoMIPS (lpj=3500012)
[    3.194710] pid_max: default: 32768 minimum: 301
[    3.211663] ---[ User Space ]---
[    3.211682] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    3.211716] 0x0000000000001000-0x000000000009f000         632K                               pte
[    3.211738] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    3.211776] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    3.211797] 0x0000000000200000-0x0000000001000000          14M                               pmd
[    3.211822] 0x0000000001000000-0x0000000001080000         512K                               pte
[    3.211855] 0x0000000001080000-0x0000000001200000        1536K                               pte
[    3.211885] 0x0000000001200000-0x0000000040000000        1006M                               pmd
[    3.211907] 0x0000000040000000-0x00000000c0000000           2G                               pud
[    3.211931] 0x00000000c0000000-0x00000000c1400000          20M                               pmd
[    3.211971] 0x00000000c1400000-0x00000000c15e9000        1956K                               pte
[    3.212003] 0x00000000c15e9000-0x00000000c1753000        1448K                               pte
[    3.212024] 0x00000000c1753000-0x00000000c1754000           4K                               pte
[    3.212059] 0x00000000c1754000-0x00000000c213a000       10136K                               pte
[    3.212086] 0x00000000c213a000-0x00000000c2200000         792K                               pte
[    3.212108] 0x00000000c2200000-0x00000000c6000000          62M                               pmd
[    3.212143] 0x00000000c6000000-0x00000000c61c9000        1828K                               pte
[    3.212166] 0x00000000c61c9000-0x00000000c620b000         264K                               pte
[    3.212186] 0x00000000c620b000-0x00000000c620f000          16K                               pte
[    3.212211] 0x00000000c620f000-0x00000000c628f000         512K                               pte
[    3.212232] 0x00000000c628f000-0x00000000c62a6000          92K                               pte
[    3.212253] 0x00000000c62a6000-0x00000000c62b3000          52K                               pte
[    3.212275] 0x00000000c62b3000-0x00000000c62d0000         116K                               pte
[    3.212313] 0x00000000c62d0000-0x00000000c650c000        2288K                               pte
[    3.212334] 0x00000000c650c000-0x00000000c650d000           4K                               pte
[    3.212361] 0x00000000c650d000-0x00000000c65e5000         864K                               pte
[    3.212382] 0x00000000c65e5000-0x00000000c65e6000           4K                               pte
[    3.212403] 0x00000000c65e6000-0x00000000c65f0000          40K                               pte
[    3.212423] 0x00000000c65f0000-0x00000000c65f1000           4K                               pte
[    3.212444] 0x00000000c65f1000-0x00000000c6600000          60K     RW                     NX pte
[    3.212472] 0x00000000c6600000-0x00000000c6a00000           4M     RW         PSE         NX pmd
[    3.212509] 0x00000000c6a00000-0x00000000c6b20000        1152K     RW                     NX pte
[    3.212537] 0x00000000c6b20000-0x00000000c6b21000           4K                               pte
[    3.212578] 0x00000000c6b21000-0x00000000c8daf000       35384K                               pte
[    3.212599] 0x00000000c8daf000-0x00000000c8db0000           4K     RW                     NX pte
[    3.212639] 0x00000000c8db0000-0x00000000ca13a000       20008K                               pte
[    3.212666] 0x00000000ca13a000-0x00000000ca200000         792K                               pte
[    3.212682] 0x00000000ca200000-0x00000000caa00000           8M                               pmd
[    3.212703] 0x00000000caa00000-0x00000000caa20000         128K                               pte
[    3.212739] 0x00000000caa20000-0x00000000cac00000        1920K     RW                     NX pte
[    3.212767] 0x00000000cac00000-0x00000000cb800000          12M     RW         PSE         NX pmd
[    3.212806] 0x00000000cb800000-0x00000000cb978000        1504K     RW                     NX pte
[    3.212834] 0x00000000cb978000-0x00000000cb97b000          12K     ro                     x  pte
[    3.212861] 0x00000000cb97b000-0x00000000cb980000          20K     RW                     NX pte
[    3.212889] 0x00000000cb980000-0x00000000cb981000           4K     ro                     x  pte
[    3.212917] 0x00000000cb981000-0x00000000cb986000          20K     RW                     NX pte
[    3.212945] 0x00000000cb986000-0x00000000cb98a000          16K     ro                     x  pte
[    3.212972] 0x00000000cb98a000-0x00000000cb98f000          20K     RW                     NX pte
[    3.213000] 0x00000000cb98f000-0x00000000cb990000           4K     ro                     x  pte
[    3.213028] 0x00000000cb990000-0x00000000cb994000          16K     RW                     NX pte
[    3.213056] 0x00000000cb994000-0x00000000cb99b000          28K     ro                     x  pte
[    3.213083] 0x00000000cb99b000-0x00000000cb9a0000          20K     RW                     NX pte
[    3.213111] 0x00000000cb9a0000-0x00000000cb9ae000          56K     ro                     x  pte
[    3.213139] 0x00000000cb9ae000-0x00000000cb9b4000          24K     RW                     NX pte
[    3.213167] 0x00000000cb9b4000-0x00000000cb9b7000          12K     ro                     x  pte
[    3.213195] 0x00000000cb9b7000-0x00000000cb9bc000          20K     RW                     NX pte
[    3.213222] 0x00000000cb9bc000-0x00000000cb9bd000           4K     ro                     x  pte
[    3.213250] 0x00000000cb9bd000-0x00000000cb9c2000          20K     RW                     NX pte
[    3.213278] 0x00000000cb9c2000-0x00000000cb9c4000           8K     ro                     x  pte
[    3.213306] 0x00000000cb9c4000-0x00000000cb9c9000          20K     RW                     NX pte
[    3.213333] 0x00000000cb9c9000-0x00000000cb9ca000           4K     ro                     x  pte
[    3.213361] 0x00000000cb9ca000-0x00000000cb9cf000          20K     RW                     NX pte
[    3.213389] 0x00000000cb9cf000-0x00000000cb9d0000           4K     ro                     x  pte
[    3.213416] 0x00000000cb9d0000-0x00000000cb9d5000          20K     RW                     NX pte
[    3.213444] 0x00000000cb9d5000-0x00000000cb9d6000           4K     ro                     x  pte
[    3.213472] 0x00000000cb9d6000-0x00000000cb9da000          16K     RW                     NX pte
[    3.213500] 0x00000000cb9da000-0x00000000cb9e5000          44K     ro                     x  pte
[    3.213528] 0x00000000cb9e5000-0x00000000cb9ec000          28K     RW                     NX pte
[    3.213555] 0x00000000cb9ec000-0x00000000cb9f1000          20K     ro                     x  pte
[    3.213583] 0x00000000cb9f1000-0x00000000cb9f6000          20K     RW                     NX pte
[    3.213611] 0x00000000cb9f6000-0x00000000cb9fa000          16K     ro                     x  pte
[    3.213639] 0x00000000cb9fa000-0x00000000cb9ff000          20K     RW                     NX pte
[    3.213681] 0x00000000cb9ff000-0x00000000cbe00000        4100K                               pte
[    3.213718] 0x00000000cbe00000-0x00000000cbfea000        1960K                               pte
[    3.213747] 0x00000000cbfea000-0x00000000cc0ea000           1M                               pte
[    3.213769] 0x00000000cc0ea000-0x00000000cc123000         228K                               pte
[    3.213792] 0x00000000cc123000-0x00000000cc16c000         292K                               pte
[    3.213813] 0x00000000cc16c000-0x00000000cc18e000         136K                               pte
[    3.213835] 0x00000000cc18e000-0x00000000cc1a8000         104K                               pte
[    3.213856] 0x00000000cc1a8000-0x00000000cc1af000          28K                               pte
[    3.213877] 0x00000000cc1af000-0x00000000cc1bf000          64K                               pte
[    3.213898] 0x00000000cc1bf000-0x00000000cc1cc000          52K                               pte
[    3.213933] 0x00000000cc1cc000-0x00000000ccf8e000       14088K                               pte
[    3.213953] 0x00000000ccf8e000-0x00000000ccf91000          12K                               pte
[    3.213975] 0x00000000ccf91000-0x00000000ccfa4000          76K                               pte
[    3.213996] 0x00000000ccfa4000-0x00000000ccfa6000           8K                               pte
[    3.214019] 0x00000000ccfa6000-0x00000000ccfb7000          68K                               pte
[    3.214040] 0x00000000ccfb7000-0x00000000ccfbb000          16K                               pte
[    3.214061] 0x00000000ccfbb000-0x00000000ccfcf000          80K                               pte
[    3.214081] 0x00000000ccfcf000-0x00000000ccfd3000          16K                               pte
[    3.214102] 0x00000000ccfd3000-0x00000000ccfe7000          80K                               pte
[    3.214123] 0x00000000ccfe7000-0x00000000ccff2000          44K                               pte
[    3.214144] 0x00000000ccff2000-0x00000000ccffa000          32K                               pte
[    3.214165] 0x00000000ccffa000-0x00000000cd000000          24K                               pte
[    3.214191] 0x00000000cd000000-0x00000000f0000000         560M                               pmd
[    3.214214] 0x00000000f0000000-0x00000000f8000000         128M     RW         PSE         NX pmd
[    3.214242] 0x00000000f8000000-0x00000000fd200000          82M                               pmd
[    3.214270] 0x00000000fd200000-0x00000000fd300000           1M     RW     PCD             NX pte
[    3.214306] 0x00000000fd300000-0x00000000fd400000           1M                               pte
[    3.214327] 0x00000000fd400000-0x00000000fd600000           2M     RW     PCD PSE         NX pmd
[    3.214354] 0x00000000fd600000-0x00000000fea00000          20M                               pmd
[    3.214376] 0x00000000fea00000-0x00000000fea10000          64K     RW     PCD             NX pte
[    3.214415] 0x00000000fea10000-0x00000000feb80000        1472K                               pte
[    3.214439] 0x00000000feb80000-0x00000000fec02000         520K     RW     PCD             NX pte
[    3.214467] 0x00000000fec02000-0x00000000fec10000          56K                               pte
[    3.214488] 0x00000000fec10000-0x00000000fec11000           4K     RW     PCD             NX pte
[    3.214523] 0x00000000fec11000-0x00000000fed00000         956K                               pte
[    3.214544] 0x00000000fed00000-0x00000000fed01000           4K     RW     PCD             NX pte
[    3.214573] 0x00000000fed01000-0x00000000fed40000         252K                               pte
[    3.214594] 0x00000000fed40000-0x00000000fed45000          20K     RW     PCD             NX pte
[    3.214623] 0x00000000fed45000-0x00000000fed80000         236K                               pte
[    3.214644] 0x00000000fed80000-0x00000000fed90000          64K     RW     PCD             NX pte
[    3.214673] 0x00000000fed90000-0x00000000fedc2000         200K                               pte
[    3.214699] 0x00000000fedc2000-0x00000000fedd0000          56K     RW     PCD             NX pte
[    3.214727] 0x00000000fedd0000-0x00000000fedd4000          16K                               pte
[    3.214747] 0x00000000fedd4000-0x00000000fedd6000           8K     RW     PCD             NX pte
[    3.214776] 0x00000000fedd6000-0x00000000fee00000         168K                               pte
[    3.214797] 0x00000000fee00000-0x00000000ff000000           2M                               pmd
[    3.214818] 0x00000000ff000000-0x0000000100000000          16M     RW     PCD PSE         NX pmd
[    3.214845] 0x0000000100000000-0x0000000100200000           2M                               pmd
[    3.214868] 0x0000000100200000-0x0000000100230000         192K                               pte
[    3.214888] 0x0000000100230000-0x0000000100232000           8K     RW                     NX pte
[    3.214930] 0x0000000100232000-0x0000000100400000        1848K                               pte
[    3.214961] 0x0000000100400000-0x0000000140000000        1020M                               pmd
[    3.214991] 0x0000000140000000-0x0000008000000000         507G                               pud
[    3.215024] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    3.215045] ---[ Kernel Space ]---
[    3.215053] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    3.215073] ---[ LDT remap ]---
[    3.215081] 0xffff888000000000-0xffff890000000000         512G                               pgd
[    3.215102] ---[ Low Kernel Mapping ]---
[    3.215111] 0xffff890000000000-0xffff898000000000         512G                               pgd
[    3.215131] ---[ vmalloc() Area ]---
[    3.215140] 0xffff898000000000-0xffff8a0000000000         512G                               pgd
[    3.215160] ---[ Vmemmap ]---
[    3.215169] 0xffff8a0000000000-0xffff9e8000000000       20992G                               pgd
[    3.215193] 0xffff9e8000000000-0xffff9e9ec0000000         123G                               pud
[    3.215229] 0xffff9e9ec0000000-0xffff9e9ec0200000           2M     RW                 GLB NX pte
[    3.215260] 0xffff9e9ec0200000-0xffff9e9ec9c00000         154M     RW         PSE     GLB NX pmd
[    3.215296] 0xffff9e9ec9c00000-0xffff9e9ec9d1f000        1148K     RW                 GLB NX pte
[    3.215331] 0xffff9e9ec9d1f000-0xffff9e9ec9e00000         900K                               pte
[    3.215351] 0xffff9e9ec9e00000-0xffff9e9eca000000           2M                               pmd
[    3.215372] 0xffff9e9eca000000-0xffff9e9eca200000           2M     RW         PSE     GLB NX pmd
[    3.215400] 0xffff9e9eca200000-0xffff9e9eca211000          68K                               pte
[    3.215436] 0xffff9e9eca211000-0xffff9e9eca400000        1980K     RW                 GLB NX pte
[    3.215479] 0xffff9e9eca400000-0xffff9e9f00000000         860M     RW         PSE     GLB NX pmd
[    3.215507] 0xffff9e9f00000000-0xffff9e9f80000000           2G     RW         PSE     GLB NX pud
[    3.215535] 0xffff9e9f80000000-0xffff9e9f83200000          50M     RW         PSE     GLB NX pmd
[    3.215567] 0xffff9e9f83200000-0xffff9e9f8327b000         492K     RW                 GLB NX pte
[    3.215594] 0xffff9e9f8327b000-0xffff9e9f8327c000           4K                               pte
[    3.215627] 0xffff9e9f8327c000-0xffff9e9f83400000        1552K     RW                 GLB NX pte
[    3.215656] 0xffff9e9f83400000-0xffff9e9f8a000000         108M     RW         PSE     GLB NX pmd
[    3.215691] 0xffff9e9f8a000000-0xffff9e9f8a13a000        1256K     RW                 GLB NX pte
[    3.215725] 0xffff9e9f8a13a000-0xffff9e9f8a200000         792K                               pte
[    3.215746] 0xffff9e9f8a200000-0xffff9e9f8b800000          22M                               pmd
[    3.215782] 0xffff9e9f8b800000-0xffff9e9f8b9ff000        2044K                               pte
[    3.215803] 0xffff9e9f8b9ff000-0xffff9e9f8ba00000           4K     RW                 GLB NX pte
[    3.215831] 0xffff9e9f8ba00000-0xffff9e9f8d000000          22M     RW         PSE     GLB NX pmd
[    3.215867] 0xffff9e9f8d000000-0xffff9e9fc0000000         816M                               pmd
[    3.215889] 0xffff9e9fc0000000-0xffff9eadc0000000          56G     RW         PSE     GLB NX pud
[    3.215925] 0xffff9eadc0000000-0xffff9eaddb200000         434M     RW         PSE     GLB NX pmd
[    3.215968] 0xffff9eaddb200000-0xffff9eaddb3ff000        2044K     RW                 GLB NX pte
[    3.215996] 0xffff9eaddb3ff000-0xffff9eaddb400000           4K     ro                 GLB NX pte
[    3.216034] 0xffff9eaddb400000-0xffff9eae00000000         588M     RW         PSE     GLB NX pmd
[    3.216061] 0xffff9eae00000000-0xffff9eaec0000000           3G     RW         PSE     GLB NX pud
[    3.216102] 0xffff9eaec0000000-0xffff9eaeef200000         754M     RW         PSE     GLB NX pmd
[    3.216138] 0xffff9eaeef200000-0xffff9eaeef300000           1M     RW                 GLB NX pte
[    3.216173] 0xffff9eaeef300000-0xffff9eaeef400000           1M                               pte
[    3.216196] 0xffff9eaeef400000-0xffff9eaf00000000         268M                               pmd
[    3.216223] 0xffff9eaf00000000-0xffff9f0000000000         324G                               pud
[    3.216247] 0xffff9f0000000000-0xffffbd0000000000          30T                               pgd
[    3.216268] 0xffffbd0000000000-0xffffbd0d40000000          53G                               pud
[    3.216289] 0xffffbd0d40000000-0xffffbd0d40004000          16K     RW                 GLB NX pte
[    3.216317] 0xffffbd0d40004000-0xffffbd0d40005000           4K                               pte
[    3.216337] 0xffffbd0d40005000-0xffffbd0d40006000           4K     RW                 GLB NX pte
[    3.216365] 0xffffbd0d40006000-0xffffbd0d40007000           4K                               pte
[    3.216385] 0xffffbd0d40007000-0xffffbd0d40008000           4K     RW                 GLB NX pte
[    3.216413] 0xffffbd0d40008000-0xffffbd0d40009000           4K                               pte
[    3.216433] 0xffffbd0d40009000-0xffffbd0d4000a000           4K     RW                 GLB NX pte
[    3.216461] 0xffffbd0d4000a000-0xffffbd0d4000b000           4K                               pte
[    3.216482] 0xffffbd0d4000b000-0xffffbd0d4000c000           4K     RW                 GLB NX pte
[    3.216509] 0xffffbd0d4000c000-0xffffbd0d4000d000           4K                               pte
[    3.216530] 0xffffbd0d4000d000-0xffffbd0d4000e000           4K     RW                 GLB NX pte
[    3.216557] 0xffffbd0d4000e000-0xffffbd0d40010000           8K                               pte
[    3.216578] 0xffffbd0d40010000-0xffffbd0d4001f000          60K     RW                 GLB NX pte
[    3.216606] 0xffffbd0d4001f000-0xffffbd0d40020000           4K                               pte
[    3.216626] 0xffffbd0d40020000-0xffffbd0d40024000          16K     RW                 GLB NX pte
[    3.216654] 0xffffbd0d40024000-0xffffbd0d40025000           4K                               pte
[    3.216681] 0xffffbd0d40025000-0xffffbd0d40026000           4K     RW                 GLB NX pte
[    3.216709] 0xffffbd0d40026000-0xffffbd0d40027000           4K                               pte
[    3.216729] 0xffffbd0d40027000-0xffffbd0d40028000           4K     RW                 GLB NX pte
[    3.216757] 0xffffbd0d40028000-0xffffbd0d40029000           4K                               pte
[    3.216778] 0xffffbd0d40029000-0xffffbd0d4002a000           4K     RW                 GLB NX pte
[    3.216805] 0xffffbd0d4002a000-0xffffbd0d4002b000           4K                               pte
[    3.216826] 0xffffbd0d4002b000-0xffffbd0d4002c000           4K     RW                 GLB NX pte
[    3.216853] 0xffffbd0d4002c000-0xffffbd0d4002d000           4K                               pte
[    3.216874] 0xffffbd0d4002d000-0xffffbd0d4002e000           4K     RW                 GLB NX pte
[    3.216901] 0xffffbd0d4002e000-0xffffbd0d40030000           8K                               pte
[    3.216922] 0xffffbd0d40030000-0xffffbd0d4003b000          44K     RW                 GLB NX pte
[    3.216950] 0xffffbd0d4003b000-0xffffbd0d4003c000           4K                               pte
[    3.216970] 0xffffbd0d4003c000-0xffffbd0d4003d000           4K     RW                 GLB NX pte
[    3.216998] 0xffffbd0d4003d000-0xffffbd0d4003e000           4K                               pte
[    3.217019] 0xffffbd0d4003e000-0xffffbd0d4003f000           4K     RW                 GLB NX pte
[    3.217046] 0xffffbd0d4003f000-0xffffbd0d40040000           4K                               pte
[    3.217067] 0xffffbd0d40040000-0xffffbd0d40041000           4K     RW                 GLB NX pte
[    3.217094] 0xffffbd0d40041000-0xffffbd0d40042000           4K                               pte
[    3.217115] 0xffffbd0d40042000-0xffffbd0d40044000           8K     RW                 GLB NX pte
[    3.217142] 0xffffbd0d40044000-0xffffbd0d40045000           4K                               pte
[    3.217163] 0xffffbd0d40045000-0xffffbd0d40046000           4K     RW                 GLB NX pte
[    3.217190] 0xffffbd0d40046000-0xffffbd0d40047000           4K                               pte
[    3.217211] 0xffffbd0d40047000-0xffffbd0d40048000           4K     RW                 GLB NX pte
[    3.217239] 0xffffbd0d40048000-0xffffbd0d4004a000           8K                               pte
[    3.217259] 0xffffbd0d4004a000-0xffffbd0d4004c000           8K     RW                 GLB NX pte
[    3.217287] 0xffffbd0d4004c000-0xffffbd0d4004d000           4K                               pte
[    3.217307] 0xffffbd0d4004d000-0xffffbd0d4004e000           4K     RW                 GLB NX pte
[    3.217335] 0xffffbd0d4004e000-0xffffbd0d40050000           8K                               pte
[    3.217356] 0xffffbd0d40050000-0xffffbd0d40059000          36K     RW                 GLB NX pte
[    3.217383] 0xffffbd0d40059000-0xffffbd0d4005a000           4K                               pte
[    3.217404] 0xffffbd0d4005a000-0xffffbd0d4005b000           4K     RW                 GLB NX pte
[    3.217431] 0xffffbd0d4005b000-0xffffbd0d4005c000           4K                               pte
[    3.217452] 0xffffbd0d4005c000-0xffffbd0d40060000          16K     RW                 GLB NX pte
[    3.217480] 0xffffbd0d40060000-0xffffbd0d40061000           4K                               pte
[    3.217500] 0xffffbd0d40061000-0xffffbd0d40062000           4K     RW                 GLB NX pte
[    3.217528] 0xffffbd0d40062000-0xffffbd0d40063000           4K                               pte
[    3.217548] 0xffffbd0d40063000-0xffffbd0d40064000           4K     RW     PCD         GLB NX pte
[    3.217577] 0xffffbd0d40064000-0xffffbd0d40080000         112K                               pte
[    3.217601] 0xffffbd0d40080000-0xffffbd0d40100000         512K     RW     PCD         GLB NX pte
[    3.217637] 0xffffbd0d40100000-0xffffbd0d40200000           1M                               pte
[    3.217667] 0xffffbd0d40200000-0xffffbd0d80000000        1022M                               pmd
[    3.218356] 0xffffbd0d80000000-0xffffdd8000000000       33226G                               pud
[    3.218377] 0xffffdd8000000000-0xffffe40000000000        6656G                               pgd
[    3.218407] 0xffffe40000000000-0xffffe470c0000000         451G                               pud
[    3.218428] 0xffffe470c0000000-0xffffe470c3400000          52M     RW         PSE     GLB NX pmd
[    3.218456] 0xffffe470c3400000-0xffffe470c4000000          12M                               pmd
[    3.218493] 0xffffe470c4000000-0xffffe47100c00000         972M     RW         PSE     GLB NX pmd
[    3.218531] 0xffffe47100c00000-0xffffe47140000000        1012M                               pmd
[    3.218553] 0xffffe47140000000-0xffffe48000000000          59G                               pud
[    3.218576] 0xffffe48000000000-0xfffffe0000000000       26112G                               pgd
[    3.218597] ---[ CPU entry Area ]---
[    3.218605] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    3.218649] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    3.218684] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    3.218705] 0xfffffe0040000000-0xfffffe0100000000           3G                               pud
[    3.218735] 0xfffffe0100000000-0xfffffe0137200000         882M                               pmd
[    3.218769] 0xfffffe0137200000-0xfffffe01373be000        1784K                               pte
[    3.218790] 0xfffffe01373be000-0xfffffe01373bf000           4K     ro                 GLB NX pte
[    3.218818] 0xfffffe01373bf000-0xfffffe01373c0000           4K     RW                 GLB NX pte
[    3.218846] 0xfffffe01373c0000-0xfffffe01373c5000          20K     ro                 GLB NX pte
[    3.218873] 0xfffffe01373c5000-0xfffffe01373c6000           4K                               pte
[    3.218894] 0xfffffe01373c6000-0xfffffe01373c8000           8K     RW                 GLB NX pte
[    3.218922] 0xfffffe01373c8000-0xfffffe01373c9000           4K                               pte
[    3.218943] 0xfffffe01373c9000-0xfffffe01373cb000           8K     RW                 GLB NX pte
[    3.218970] 0xfffffe01373cb000-0xfffffe01373cc000           4K                               pte
[    3.218991] 0xfffffe01373cc000-0xfffffe01373ce000           8K     RW                 GLB NX pte
[    3.219019] 0xfffffe01373ce000-0xfffffe01373cf000           4K                               pte
[    3.219040] 0xfffffe01373cf000-0xfffffe01373d1000           8K     RW                 GLB NX pte
[    3.219069] 0xfffffe01373d1000-0xfffffe0137400000         188K                               pte
[    3.219091] 0xfffffe0137400000-0xfffffe0140000000         140M                               pmd
[    3.219112] 0xfffffe0140000000-0xfffffe0540000000          16G                               pud
[    3.219136] 0xfffffe0540000000-0xfffffe0552600000         294M                               pmd
[    3.219171] 0xfffffe0552600000-0xfffffe05527d0000        1856K                               pte
[    3.219192] 0xfffffe05527d0000-0xfffffe05527d1000           4K     ro                 GLB NX pte
[    3.219219] 0xfffffe05527d1000-0xfffffe05527d2000           4K     RW                 GLB NX pte
[    3.219247] 0xfffffe05527d2000-0xfffffe05527d7000          20K     ro                 GLB NX pte
[    3.219275] 0xfffffe05527d7000-0xfffffe05527d8000           4K                               pte
[    3.219296] 0xfffffe05527d8000-0xfffffe05527da000           8K     RW                 GLB NX pte
[    3.219323] 0xfffffe05527da000-0xfffffe05527db000           4K                               pte
[    3.219344] 0xfffffe05527db000-0xfffffe05527dd000           8K     RW                 GLB NX pte
[    3.219372] 0xfffffe05527dd000-0xfffffe05527de000           4K                               pte
[    3.219393] 0xfffffe05527de000-0xfffffe05527e0000           8K     RW                 GLB NX pte
[    3.219420] 0xfffffe05527e0000-0xfffffe05527e1000           4K                               pte
[    3.219441] 0xfffffe05527e1000-0xfffffe05527e3000           8K     RW                 GLB NX pte
[    3.219470] 0xfffffe05527e3000-0xfffffe0552800000         116K                               pte
[    3.219497] 0xfffffe0552800000-0xfffffe0580000000         728M                               pmd
[    3.219518] 0xfffffe0580000000-0xfffffe07c0000000           9G                               pud
[    3.219546] 0xfffffe07c0000000-0xfffffe07ea400000         676M                               pmd
[    3.219567] 0xfffffe07ea400000-0xfffffe07ea40b000          44K                               pte
[    3.219588] 0xfffffe07ea40b000-0xfffffe07ea40c000           4K     ro                 GLB NX pte
[    3.219615] 0xfffffe07ea40c000-0xfffffe07ea40d000           4K     RW                 GLB NX pte
[    3.219643] 0xfffffe07ea40d000-0xfffffe07ea412000          20K     ro                 GLB NX pte
[    3.219671] 0xfffffe07ea412000-0xfffffe07ea413000           4K                               pte
[    3.219681] 0xfffffe07ea413000-0xfffffe07ea415000           8K     RW                 GLB NX pte
[    3.219709] 0xfffffe07ea415000-0xfffffe07ea416000           4K                               pte
[    3.219730] 0xfffffe07ea416000-0xfffffe07ea418000           8K     RW                 GLB NX pte
[    3.219758] 0xfffffe07ea418000-0xfffffe07ea419000           4K                               pte
[    3.219778] 0xfffffe07ea419000-0xfffffe07ea41b000           8K     RW                 GLB NX pte
[    3.219806] 0xfffffe07ea41b000-0xfffffe07ea41c000           4K                               pte
[    3.219827] 0xfffffe07ea41c000-0xfffffe07ea41e000           8K     RW                 GLB NX pte
[    3.219870] 0xfffffe07ea41e000-0xfffffe07ea600000        1928K                               pte
[    3.219894] 0xfffffe07ea600000-0xfffffe0800000000         346M                               pmd
[    3.219915] 0xfffffe0800000000-0xfffffe0d40000000          21G                               pud
[    3.219942] 0xfffffe0d40000000-0xfffffe0d65e00000         606M                               pmd
[    3.219974] 0xfffffe0d65e00000-0xfffffe0d65f74000        1488K                               pte
[    3.219995] 0xfffffe0d65f74000-0xfffffe0d65f75000           4K     ro                 GLB NX pte
[    3.220022] 0xfffffe0d65f75000-0xfffffe0d65f76000           4K     RW                 GLB NX pte
[    3.220050] 0xfffffe0d65f76000-0xfffffe0d65f7b000          20K     ro                 GLB NX pte
[    3.220078] 0xfffffe0d65f7b000-0xfffffe0d65f7c000           4K                               pte
[    3.220099] 0xfffffe0d65f7c000-0xfffffe0d65f7e000           8K     RW                 GLB NX pte
[    3.220127] 0xfffffe0d65f7e000-0xfffffe0d65f7f000           4K                               pte
[    3.220147] 0xfffffe0d65f7f000-0xfffffe0d65f81000           8K     RW                 GLB NX pte
[    3.220175] 0xfffffe0d65f81000-0xfffffe0d65f82000           4K                               pte
[    3.220196] 0xfffffe0d65f82000-0xfffffe0d65f84000           8K     RW                 GLB NX pte
[    3.220223] 0xfffffe0d65f84000-0xfffffe0d65f85000           4K                               pte
[    3.220244] 0xfffffe0d65f85000-0xfffffe0d65f87000           8K     RW                 GLB NX pte
[    3.220276] 0xfffffe0d65f87000-0xfffffe0d66000000         484K                               pte
[    3.220300] 0xfffffe0d66000000-0xfffffe0d80000000         416M                               pmd
[    3.220321] 0xfffffe0d80000000-0xfffffe10c0000000          13G                               pud
[    3.220349] 0xfffffe10c0000000-0xfffffe10ea000000         672M                               pmd
[    3.220379] 0xfffffe10ea000000-0xfffffe10ea137000        1244K                               pte
[    3.220400] 0xfffffe10ea137000-0xfffffe10ea138000           4K     ro                 GLB NX pte
[    3.220428] 0xfffffe10ea138000-0xfffffe10ea139000           4K     RW                 GLB NX pte
[    3.220456] 0xfffffe10ea139000-0xfffffe10ea13e000          20K     ro                 GLB NX pte
[    3.220484] 0xfffffe10ea13e000-0xfffffe10ea13f000           4K                               pte
[    3.220504] 0xfffffe10ea13f000-0xfffffe10ea141000           8K     RW                 GLB NX pte
[    3.220532] 0xfffffe10ea141000-0xfffffe10ea142000           4K                               pte
[    3.220553] 0xfffffe10ea142000-0xfffffe10ea144000           8K     RW                 GLB NX pte
[    3.220580] 0xfffffe10ea144000-0xfffffe10ea145000           4K                               pte
[    3.220601] 0xfffffe10ea145000-0xfffffe10ea147000           8K     RW                 GLB NX pte
[    3.220629] 0xfffffe10ea147000-0xfffffe10ea148000           4K                               pte
[    3.220650] 0xfffffe10ea148000-0xfffffe10ea14a000           8K     RW                 GLB NX pte
[    3.220687] 0xfffffe10ea14a000-0xfffffe10ea200000         728K                               pte
[    3.220711] 0xfffffe10ea200000-0xfffffe1100000000         350M                               pmd
[    3.220732] 0xfffffe1100000000-0xfffffe1700000000          24G                               pud
[    3.220761] 0xfffffe1700000000-0xfffffe1732200000         802M                               pmd
[    3.220790] 0xfffffe1732200000-0xfffffe17322fa000        1000K                               pte
[    3.220810] 0xfffffe17322fa000-0xfffffe17322fb000           4K     ro                 GLB NX pte
[    3.220838] 0xfffffe17322fb000-0xfffffe17322fc000           4K     RW                 GLB NX pte
[    3.220866] 0xfffffe17322fc000-0xfffffe1732301000          20K     ro                 GLB NX pte
[    3.220894] 0xfffffe1732301000-0xfffffe1732302000           4K                               pte
[    3.220914] 0xfffffe1732302000-0xfffffe1732304000           8K     RW                 GLB NX pte
[    3.220942] 0xfffffe1732304000-0xfffffe1732305000           4K                               pte
[    3.220963] 0xfffffe1732305000-0xfffffe1732307000           8K     RW                 GLB NX pte
[    3.220991] 0xfffffe1732307000-0xfffffe1732308000           4K                               pte
[    3.221014] 0xfffffe1732308000-0xfffffe173230a000           8K     RW                 GLB NX pte
[    3.221042] 0xfffffe173230a000-0xfffffe173230b000           4K                               pte
[    3.221062] 0xfffffe173230b000-0xfffffe173230d000           8K     RW                 GLB NX pte
[    3.221097] 0xfffffe173230d000-0xfffffe1732400000         972K                               pte
[    3.221120] 0xfffffe1732400000-0xfffffe1740000000         220M                               pmd
[    3.221141] 0xfffffe1740000000-0xfffffe1880000000           5G                               pud
[    3.221161] 0xfffffe1880000000-0xfffffe1880800000           8M                               pmd
[    3.221192] 0xfffffe1880800000-0xfffffe188094f000        1340K                               pte
[    3.221213] 0xfffffe188094f000-0xfffffe1880950000           4K     ro                 GLB NX pte
[    3.221241] 0xfffffe1880950000-0xfffffe1880951000           4K     RW                 GLB NX pte
[    3.221268] 0xfffffe1880951000-0xfffffe1880956000          20K     ro                 GLB NX pte
[    3.221296] 0xfffffe1880956000-0xfffffe1880957000           4K                               pte
[    3.221317] 0xfffffe1880957000-0xfffffe1880959000           8K     RW                 GLB NX pte
[    3.221344] 0xfffffe1880959000-0xfffffe188095a000           4K                               pte
[    3.221365] 0xfffffe188095a000-0xfffffe188095c000           8K     RW                 GLB NX pte
[    3.221392] 0xfffffe188095c000-0xfffffe188095d000           4K                               pte
[    3.221413] 0xfffffe188095d000-0xfffffe188095f000           8K     RW                 GLB NX pte
[    3.221440] 0xfffffe188095f000-0xfffffe1880960000           4K                               pte
[    3.221461] 0xfffffe1880960000-0xfffffe1880962000           8K     RW                 GLB NX pte
[    3.221493] 0xfffffe1880962000-0xfffffe1880a00000         632K                               pte
[    3.221524] 0xfffffe1880a00000-0xfffffe18c0000000        1014M                               pmd
[    3.221545] 0xfffffe18c0000000-0xfffffe1dc0000000          20G                               pud
[    3.221567] 0xfffffe1dc0000000-0xfffffe1dc9600000         150M                               pmd
[    3.221597] 0xfffffe1dc9600000-0xfffffe1dc972a000        1192K                               pte
[    3.221618] 0xfffffe1dc972a000-0xfffffe1dc972b000           4K     ro                 GLB NX pte
[    3.221645] 0xfffffe1dc972b000-0xfffffe1dc972c000           4K     RW                 GLB NX pte
[    3.221681] 0xfffffe1dc972c000-0xfffffe1dc9731000          20K     ro                 GLB NX pte
[    3.221709] 0xfffffe1dc9731000-0xfffffe1dc9732000           4K                               pte
[    3.221730] 0xfffffe1dc9732000-0xfffffe1dc9734000           8K     RW                 GLB NX pte
[    3.221757] 0xfffffe1dc9734000-0xfffffe1dc9735000           4K                               pte
[    3.221778] 0xfffffe1dc9735000-0xfffffe1dc9737000           8K     RW                 GLB NX pte
[    3.221805] 0xfffffe1dc9737000-0xfffffe1dc9738000           4K                               pte
[    3.221826] 0xfffffe1dc9738000-0xfffffe1dc973a000           8K     RW                 GLB NX pte
[    3.221854] 0xfffffe1dc973a000-0xfffffe1dc973b000           4K                               pte
[    3.221874] 0xfffffe1dc973b000-0xfffffe1dc973d000           8K     RW                 GLB NX pte
[    3.221908] 0xfffffe1dc973d000-0xfffffe1dc9800000         780K                               pte
[    3.221937] 0xfffffe1dc9800000-0xfffffe1e00000000         872M                               pmd
[    3.221958] 0xfffffe1e00000000-0xfffffe2200000000          16G                               pud
[    3.221991] 0xfffffe2200000000-0xfffffe2238600000         902M                               pmd
[    3.222026] 0xfffffe2238600000-0xfffffe22387a4000        1680K                               pte
[    3.222047] 0xfffffe22387a4000-0xfffffe22387a5000           4K     ro                 GLB NX pte
[    3.222074] 0xfffffe22387a5000-0xfffffe22387a6000           4K     RW                 GLB NX pte
[    3.222102] 0xfffffe22387a6000-0xfffffe22387ab000          20K     ro                 GLB NX pte
[    3.222130] 0xfffffe22387ab000-0xfffffe22387ac000           4K                               pte
[    3.222150] 0xfffffe22387ac000-0xfffffe22387ae000           8K     RW                 GLB NX pte
[    3.222178] 0xfffffe22387ae000-0xfffffe22387af000           4K                               pte
[    3.222199] 0xfffffe22387af000-0xfffffe22387b1000           8K     RW                 GLB NX pte
[    3.222226] 0xfffffe22387b1000-0xfffffe22387b2000           4K                               pte
[    3.222247] 0xfffffe22387b2000-0xfffffe22387b4000           8K     RW                 GLB NX pte
[    3.222274] 0xfffffe22387b4000-0xfffffe22387b5000           4K                               pte
[    3.222295] 0xfffffe22387b5000-0xfffffe22387b7000           8K     RW                 GLB NX pte
[    3.222325] 0xfffffe22387b7000-0xfffffe2238800000         292K                               pte
[    3.222346] 0xfffffe2238800000-0xfffffe2240000000         120M                               pmd
[    3.222368] 0xfffffe2240000000-0xfffffe2cc0000000          42G                               pud
[    3.222396] 0xfffffe2cc0000000-0xfffffe2cee600000         742M                               pmd
[    3.222428] 0xfffffe2cee600000-0xfffffe2cee771000        1476K                               pte
[    3.222449] 0xfffffe2cee771000-0xfffffe2cee772000           4K     ro                 GLB NX pte
[    3.222476] 0xfffffe2cee772000-0xfffffe2cee773000           4K     RW                 GLB NX pte
[    3.222504] 0xfffffe2cee773000-0xfffffe2cee778000          20K     ro                 GLB NX pte
[    3.222531] 0xfffffe2cee778000-0xfffffe2cee779000           4K                               pte
[    3.222552] 0xfffffe2cee779000-0xfffffe2cee77b000           8K     RW                 GLB NX pte
[    3.222580] 0xfffffe2cee77b000-0xfffffe2cee77c000           4K                               pte
[    3.222600] 0xfffffe2cee77c000-0xfffffe2cee77e000           8K     RW                 GLB NX pte
[    3.222628] 0xfffffe2cee77e000-0xfffffe2cee77f000           4K                               pte
[    3.222648] 0xfffffe2cee77f000-0xfffffe2cee781000           8K     RW                 GLB NX pte
[    3.222681] 0xfffffe2cee781000-0xfffffe2cee782000           4K                               pte
[    3.222702] 0xfffffe2cee782000-0xfffffe2cee784000           8K     RW                 GLB NX pte
[    3.222733] 0xfffffe2cee784000-0xfffffe2cee800000         496K                               pte
[    3.222764] 0xfffffe2cee800000-0xfffffe2d2fc00000        1044M                               pmd
[    3.222799] 0xfffffe2d2fc00000-0xfffffe2d2fdc5000        1812K                               pte
[    3.222820] 0xfffffe2d2fdc5000-0xfffffe2d2fdc6000           4K     ro                 GLB NX pte
[    3.222847] 0xfffffe2d2fdc6000-0xfffffe2d2fdc7000           4K     RW                 GLB NX pte
[    3.222875] 0xfffffe2d2fdc7000-0xfffffe2d2fdcc000          20K     ro                 GLB NX pte
[    3.222903] 0xfffffe2d2fdcc000-0xfffffe2d2fdcd000           4K                               pte
[    3.222923] 0xfffffe2d2fdcd000-0xfffffe2d2fdcf000           8K     RW                 GLB NX pte
[    3.222951] 0xfffffe2d2fdcf000-0xfffffe2d2fdd0000           4K                               pte
[    3.222972] 0xfffffe2d2fdd0000-0xfffffe2d2fdd2000           8K     RW                 GLB NX pte
[    3.223004] 0xfffffe2d2fdd2000-0xfffffe2d2fdd3000           4K                               pte
[    3.223024] 0xfffffe2d2fdd3000-0xfffffe2d2fdd5000           8K     RW                 GLB NX pte
[    3.223052] 0xfffffe2d2fdd5000-0xfffffe2d2fdd6000           4K                               pte
[    3.223073] 0xfffffe2d2fdd6000-0xfffffe2d2fdd8000           8K     RW                 GLB NX pte
[    3.223101] 0xfffffe2d2fdd8000-0xfffffe2d2fe00000         160K                               pte
[    3.223125] 0xfffffe2d2fe00000-0xfffffe2d40000000         258M                               pmd
[    3.223146] 0xfffffe2d40000000-0xfffffe3540000000          32G                               pud
[    3.223169] 0xfffffe3540000000-0xfffffe3550a00000         266M                               pmd
[    3.223295] 0xfffffe3550a00000-0xfffffe3550b49000        1316K                               pte
[    3.223316] 0xfffffe3550b49000-0xfffffe3550b4a000           4K     ro                 GLB NX pte
[    3.223344] 0xfffffe3550b4a000-0xfffffe3550b4b000           4K     RW                 GLB NX pte
[    3.223372] 0xfffffe3550b4b000-0xfffffe3550b50000          20K     ro                 GLB NX pte
[    3.223399] 0xfffffe3550b50000-0xfffffe3550b51000           4K                               pte
[    3.223420] 0xfffffe3550b51000-0xfffffe3550b53000           8K     RW                 GLB NX pte
[    3.223448] 0xfffffe3550b53000-0xfffffe3550b54000           4K                               pte
[    3.223469] 0xfffffe3550b54000-0xfffffe3550b56000           8K     RW                 GLB NX pte
[    3.223497] 0xfffffe3550b56000-0xfffffe3550b57000           4K                               pte
[    3.223517] 0xfffffe3550b57000-0xfffffe3550b59000           8K     RW                 GLB NX pte
[    3.223545] 0xfffffe3550b59000-0xfffffe3550b5a000           4K                               pte
[    3.223566] 0xfffffe3550b5a000-0xfffffe3550b5c000           8K     RW                 GLB NX pte
[    3.223599] 0xfffffe3550b5c000-0xfffffe3550c00000         656K                               pte
[    3.223627] 0xfffffe3550c00000-0xfffffe3580000000         756M                               pmd
[    3.223648] 0xfffffe3580000000-0xfffffe36c0000000           5G                               pud
[    3.223689] 0xfffffe36c0000000-0xfffffe36f1800000         792M                               pmd
[    3.223722] 0xfffffe36f1800000-0xfffffe36f1983000        1548K                               pte
[    3.223742] 0xfffffe36f1983000-0xfffffe36f1984000           4K     ro                 GLB NX pte
[    3.223770] 0xfffffe36f1984000-0xfffffe36f1985000           4K     RW                 GLB NX pte
[    3.223798] 0xfffffe36f1985000-0xfffffe36f198a000          20K     ro                 GLB NX pte
[    3.223825] 0xfffffe36f198a000-0xfffffe36f198b000           4K                               pte
[    3.223846] 0xfffffe36f198b000-0xfffffe36f198d000           8K     RW                 GLB NX pte
[    3.223873] 0xfffffe36f198d000-0xfffffe36f198e000           4K                               pte
[    3.223894] 0xfffffe36f198e000-0xfffffe36f1990000           8K     RW                 GLB NX pte
[    3.223924] 0xfffffe36f1990000-0xfffffe36f1991000           4K                               pte
[    3.223948] 0xfffffe36f1991000-0xfffffe36f1993000           8K     RW                 GLB NX pte
[    3.223978] 0xfffffe36f1993000-0xfffffe36f1994000           4K                               pte
[    3.223998] 0xfffffe36f1994000-0xfffffe36f1996000           8K     RW                 GLB NX pte
[    3.224030] 0xfffffe36f1996000-0xfffffe36f1a00000         424K                               pte
[    3.224052] 0xfffffe36f1a00000-0xfffffe3700000000         230M                               pmd
[    3.224073] 0xfffffe3700000000-0xfffffe3a00000000          12G                               pud
[    3.224095] 0xfffffe3a00000000-0xfffffe3a08800000         136M                               pmd
[    3.224132] 0xfffffe3a08800000-0xfffffe3a089ef000        1980K                               pte
[    3.224152] 0xfffffe3a089ef000-0xfffffe3a089f0000           4K     ro                 GLB NX pte
[    3.224180] 0xfffffe3a089f0000-0xfffffe3a089f1000           4K     RW                 GLB NX pte
[    3.224208] 0xfffffe3a089f1000-0xfffffe3a089f6000          20K     ro                 GLB NX pte
[    3.224236] 0xfffffe3a089f6000-0xfffffe3a089f7000           4K                               pte
[    3.224256] 0xfffffe3a089f7000-0xfffffe3a089f9000           8K     RW                 GLB NX pte
[    3.224284] 0xfffffe3a089f9000-0xfffffe3a089fa000           4K                               pte
[    3.224305] 0xfffffe3a089fa000-0xfffffe3a089fc000           8K     RW                 GLB NX pte
[    3.224332] 0xfffffe3a089fc000-0xfffffe3a089fd000           4K                               pte
[    3.224353] 0xfffffe3a089fd000-0xfffffe3a089ff000           8K     RW                 GLB NX pte
[    3.224381] 0xfffffe3a089ff000-0xfffffe3a08a00000           4K                               pte
[    3.224402] 0xfffffe3a08a00000-0xfffffe3a08a02000           8K     RW                 GLB NX pte
[    3.224445] 0xfffffe3a08a02000-0xfffffe3a08c00000        2040K                               pte
[    3.224475] 0xfffffe3a08c00000-0xfffffe3a40000000         884M                               pmd
[    3.224496] 0xfffffe3a40000000-0xfffffe3d00000000          11G                               pud
[    3.224517] 0xfffffe3d00000000-0xfffffe3d01800000          24M                               pmd
[    3.224548] 0xfffffe3d01800000-0xfffffe3d0195e000        1400K                               pte
[    3.224569] 0xfffffe3d0195e000-0xfffffe3d0195f000           4K     ro                 GLB NX pte
[    3.224597] 0xfffffe3d0195f000-0xfffffe3d01960000           4K     RW                 GLB NX pte
[    3.224624] 0xfffffe3d01960000-0xfffffe3d01965000          20K     ro                 GLB NX pte
[    3.224652] 0xfffffe3d01965000-0xfffffe3d01966000           4K                               pte
[    3.224673] 0xfffffe3d01966000-0xfffffe3d01968000           8K     RW                 GLB NX pte
[    3.224706] 0xfffffe3d01968000-0xfffffe3d01969000           4K                               pte
[    3.224727] 0xfffffe3d01969000-0xfffffe3d0196b000           8K     RW                 GLB NX pte
[    3.224755] 0xfffffe3d0196b000-0xfffffe3d0196c000           4K                               pte
[    3.224775] 0xfffffe3d0196c000-0xfffffe3d0196e000           8K     RW                 GLB NX pte
[    3.224803] 0xfffffe3d0196e000-0xfffffe3d0196f000           4K                               pte
[    3.224824] 0xfffffe3d0196f000-0xfffffe3d01971000           8K     RW                 GLB NX pte
[    3.224856] 0xfffffe3d01971000-0xfffffe3d01a00000         572K                               pte
[    3.224887] 0xfffffe3d01a00000-0xfffffe3d40000000         998M                               pmd
[    3.224907] 0xfffffe3d40000000-0xfffffe3f00000000           7G                               pud
[    3.224937] 0xfffffe3f00000000-0xfffffe3f36000000         864M                               pmd
[    3.224969] 0xfffffe3f36000000-0xfffffe3f36170000        1472K                               pte
[    3.224990] 0xfffffe3f36170000-0xfffffe3f36171000           4K     ro                 GLB NX pte
[    3.225018] 0xfffffe3f36171000-0xfffffe3f36172000           4K     RW                 GLB NX pte
[    3.225045] 0xfffffe3f36172000-0xfffffe3f36177000          20K     ro                 GLB NX pte
[    3.225073] 0xfffffe3f36177000-0xfffffe3f36178000           4K                               pte
[    3.225094] 0xfffffe3f36178000-0xfffffe3f3617a000           8K     RW                 GLB NX pte
[    3.225121] 0xfffffe3f3617a000-0xfffffe3f3617b000           4K                               pte
[    3.225142] 0xfffffe3f3617b000-0xfffffe3f3617d000           8K     RW                 GLB NX pte
[    3.225170] 0xfffffe3f3617d000-0xfffffe3f3617e000           4K                               pte
[    3.225191] 0xfffffe3f3617e000-0xfffffe3f36180000           8K     RW                 GLB NX pte
[    3.225218] 0xfffffe3f36180000-0xfffffe3f36181000           4K                               pte
[    3.225239] 0xfffffe3f36181000-0xfffffe3f36183000           8K     RW                 GLB NX pte
[    3.225270] 0xfffffe3f36183000-0xfffffe3f36200000         500K                               pte
[    3.225293] 0xfffffe3f36200000-0xfffffe3f40000000         158M                               pmd
[    3.225313] 0xfffffe3f40000000-0xfffffe4040000000           4G                               pud
[    3.225335] 0xfffffe4040000000-0xfffffe4046e00000         110M                               pmd
[    3.225366] 0xfffffe4046e00000-0xfffffe4046f35000        1236K                               pte
[    3.225386] 0xfffffe4046f35000-0xfffffe4046f36000           4K     ro                 GLB NX pte
[    3.225414] 0xfffffe4046f36000-0xfffffe4046f37000           4K     RW                 GLB NX pte
[    3.225442] 0xfffffe4046f37000-0xfffffe4046f3c000          20K     ro                 GLB NX pte
[    3.225470] 0xfffffe4046f3c000-0xfffffe4046f3d000           4K                               pte
[    3.225490] 0xfffffe4046f3d000-0xfffffe4046f3f000           8K     RW                 GLB NX pte
[    3.225518] 0xfffffe4046f3f000-0xfffffe4046f40000           4K                               pte
[    3.225539] 0xfffffe4046f40000-0xfffffe4046f42000           8K     RW                 GLB NX pte
[    3.225566] 0xfffffe4046f42000-0xfffffe4046f43000           4K                               pte
[    3.225587] 0xfffffe4046f43000-0xfffffe4046f45000           8K     RW                 GLB NX pte
[    3.225615] 0xfffffe4046f45000-0xfffffe4046f46000           4K                               pte
[    3.225635] 0xfffffe4046f46000-0xfffffe4046f48000           8K     RW                 GLB NX pte
[    3.225669] 0xfffffe4046f48000-0xfffffe4047000000         736K                               pte
[    3.225695] 0xfffffe4047000000-0xfffffe409a400000        1332M                               pmd
[    3.225728] 0xfffffe409a400000-0xfffffe409a59f000        1660K                               pte
[    3.225749] 0xfffffe409a59f000-0xfffffe409a5a0000           4K     ro                 GLB NX pte
[    3.225777] 0xfffffe409a5a0000-0xfffffe409a5a1000           4K     RW                 GLB NX pte
[    3.225805] 0xfffffe409a5a1000-0xfffffe409a5a6000          20K     ro                 GLB NX pte
[    3.225832] 0xfffffe409a5a6000-0xfffffe409a5a7000           4K                               pte
[    3.225853] 0xfffffe409a5a7000-0xfffffe409a5a9000           8K     RW                 GLB NX pte
[    3.225881] 0xfffffe409a5a9000-0xfffffe409a5aa000           4K                               pte
[    3.225901] 0xfffffe409a5aa000-0xfffffe409a5ac000           8K     RW                 GLB NX pte
[    3.225929] 0xfffffe409a5ac000-0xfffffe409a5ad000           4K                               pte
[    3.225950] 0xfffffe409a5ad000-0xfffffe409a5af000           8K     RW                 GLB NX pte
[    3.225977] 0xfffffe409a5af000-0xfffffe409a5b0000           4K                               pte
[    3.225998] 0xfffffe409a5b0000-0xfffffe409a5b2000           8K     RW                 GLB NX pte
[    3.226028] 0xfffffe409a5b2000-0xfffffe409a600000         312K                               pte
[    3.226055] 0xfffffe409a600000-0xfffffe40c0000000         602M                               pmd
[    3.226076] 0xfffffe40c0000000-0xfffffe4880000000          31G                               pud
[    3.226100] 0xfffffe4880000000-0xfffffe4890a00000         266M                               pmd
[    3.226134] 0xfffffe4890a00000-0xfffffe4890bb7000        1756K                               pte
[    3.226155] 0xfffffe4890bb7000-0xfffffe4890bb8000           4K     ro                 GLB NX pte
[    3.226182] 0xfffffe4890bb8000-0xfffffe4890bb9000           4K     RW                 GLB NX pte
[    3.226210] 0xfffffe4890bb9000-0xfffffe4890bbe000          20K     ro                 GLB NX pte
[    3.226238] 0xfffffe4890bbe000-0xfffffe4890bbf000           4K                               pte
[    3.226259] 0xfffffe4890bbf000-0xfffffe4890bc1000           8K     RW                 GLB NX pte
[    3.226286] 0xfffffe4890bc1000-0xfffffe4890bc2000           4K                               pte
[    3.226307] 0xfffffe4890bc2000-0xfffffe4890bc4000           8K     RW                 GLB NX pte
[    3.226335] 0xfffffe4890bc4000-0xfffffe4890bc5000           4K                               pte
[    3.226355] 0xfffffe4890bc5000-0xfffffe4890bc7000           8K     RW                 GLB NX pte
[    3.226383] 0xfffffe4890bc7000-0xfffffe4890bc8000           4K                               pte
[    3.226404] 0xfffffe4890bc8000-0xfffffe4890bca000           8K     RW                 GLB NX pte
[    3.226433] 0xfffffe4890bca000-0xfffffe4890c00000         216K                               pte
[    3.226461] 0xfffffe4890c00000-0xfffffe48c0000000         756M                               pmd
[    3.226482] 0xfffffe48c0000000-0xfffffe4ac0000000           8G                               pud
[    3.226513] 0xfffffe4ac0000000-0xfffffe4afe600000         998M                               pmd
[    3.226543] 0xfffffe4afe600000-0xfffffe4afe735000        1236K                               pte
[    3.226564] 0xfffffe4afe735000-0xfffffe4afe736000           4K     ro                 GLB NX pte
[    3.226592] 0xfffffe4afe736000-0xfffffe4afe737000           4K     RW                 GLB NX pte
[    3.226619] 0xfffffe4afe737000-0xfffffe4afe73c000          20K     ro                 GLB NX pte
[    3.226647] 0xfffffe4afe73c000-0xfffffe4afe73d000           4K                               pte
[    3.226681] 0xfffffe4afe73d000-0xfffffe4afe73f000           8K     RW                 GLB NX pte
[    3.226709] 0xfffffe4afe73f000-0xfffffe4afe740000           4K                               pte
[    3.226730] 0xfffffe4afe740000-0xfffffe4afe742000           8K     RW                 GLB NX pte
[    3.226757] 0xfffffe4afe742000-0xfffffe4afe743000           4K                               pte
[    3.226778] 0xfffffe4afe743000-0xfffffe4afe745000           8K     RW                 GLB NX pte
[    3.226806] 0xfffffe4afe745000-0xfffffe4afe746000           4K                               pte
[    3.226826] 0xfffffe4afe746000-0xfffffe4afe748000           8K     RW                 GLB NX pte
[    3.226860] 0xfffffe4afe748000-0xfffffe4afe800000         736K                               pte
[    3.226881] 0xfffffe4afe800000-0xfffffe4b00000000          24M                               pmd
[    3.226902] 0xfffffe4b00000000-0xfffffe4dc0000000          11G                               pud
[    3.226926] 0xfffffe4dc0000000-0xfffffe4dd3a00000         314M                               pmd
[    3.226950] 0xfffffe4dd3a00000-0xfffffe4dd3a63000         396K                               pte
[    3.226970] 0xfffffe4dd3a63000-0xfffffe4dd3a64000           4K     ro                 GLB NX pte
[    3.226998] 0xfffffe4dd3a64000-0xfffffe4dd3a65000           4K     RW                 GLB NX pte
[    3.227026] 0xfffffe4dd3a65000-0xfffffe4dd3a6a000          20K     ro                 GLB NX pte
[    3.227054] 0xfffffe4dd3a6a000-0xfffffe4dd3a6b000           4K                               pte
[    3.227074] 0xfffffe4dd3a6b000-0xfffffe4dd3a6d000           8K     RW                 GLB NX pte
[    3.227102] 0xfffffe4dd3a6d000-0xfffffe4dd3a6e000           4K                               pte
[    3.227123] 0xfffffe4dd3a6e000-0xfffffe4dd3a70000           8K     RW                 GLB NX pte
[    3.227150] 0xfffffe4dd3a70000-0xfffffe4dd3a71000           4K                               pte
[    3.227171] 0xfffffe4dd3a71000-0xfffffe4dd3a73000           8K     RW                 GLB NX pte
[    3.227199] 0xfffffe4dd3a73000-0xfffffe4dd3a74000           4K                               pte
[    3.227219] 0xfffffe4dd3a74000-0xfffffe4dd3a76000           8K     RW                 GLB NX pte
[    3.227259] 0xfffffe4dd3a76000-0xfffffe4dd3c00000        1576K                               pte
[    3.227286] 0xfffffe4dd3c00000-0xfffffe4df9c00000         608M                               pmd
[    3.227318] 0xfffffe4df9c00000-0xfffffe4df9d5c000        1392K                               pte
[    3.227338] 0xfffffe4df9d5c000-0xfffffe4df9d5d000           4K     ro                 GLB NX pte
[    3.227366] 0xfffffe4df9d5d000-0xfffffe4df9d5e000           4K     RW                 GLB NX pte
[    3.227394] 0xfffffe4df9d5e000-0xfffffe4df9d63000          20K     ro                 GLB NX pte
[    3.227422] 0xfffffe4df9d63000-0xfffffe4df9d64000           4K                               pte
[    3.227442] 0xfffffe4df9d64000-0xfffffe4df9d66000           8K     RW                 GLB NX pte
[    3.227470] 0xfffffe4df9d66000-0xfffffe4df9d67000           4K                               pte
[    3.227491] 0xfffffe4df9d67000-0xfffffe4df9d69000           8K     RW                 GLB NX pte
[    3.227518] 0xfffffe4df9d69000-0xfffffe4df9d6a000           4K                               pte
[    3.227539] 0xfffffe4df9d6a000-0xfffffe4df9d6c000           8K     RW                 GLB NX pte
[    3.227567] 0xfffffe4df9d6c000-0xfffffe4df9d6d000           4K                               pte
[    3.227587] 0xfffffe4df9d6d000-0xfffffe4df9d6f000           8K     RW                 GLB NX pte
[    3.227619] 0xfffffe4df9d6f000-0xfffffe4df9e00000         580K                               pte
[    3.227641] 0xfffffe4df9e00000-0xfffffe4e00000000          98M                               pmd
[    3.227662] 0xfffffe4e00000000-0xfffffe5200000000          16G                               pud
[    3.227689] 0xfffffe5200000000-0xfffffe5230e00000         782M                               pmd
[    3.227719] 0xfffffe5230e00000-0xfffffe5230f28000        1184K                               pte
[    3.227740] 0xfffffe5230f28000-0xfffffe5230f29000           4K     ro                 GLB NX pte
[    3.227767] 0xfffffe5230f29000-0xfffffe5230f2a000           4K     RW                 GLB NX pte
[    3.227795] 0xfffffe5230f2a000-0xfffffe5230f2f000          20K     ro                 GLB NX pte
[    3.227823] 0xfffffe5230f2f000-0xfffffe5230f30000           4K                               pte
[    3.227844] 0xfffffe5230f30000-0xfffffe5230f32000           8K     RW                 GLB NX pte
[    3.227871] 0xfffffe5230f32000-0xfffffe5230f33000           4K                               pte
[    3.227892] 0xfffffe5230f33000-0xfffffe5230f35000           8K     RW                 GLB NX pte
[    3.227920] 0xfffffe5230f35000-0xfffffe5230f36000           4K                               pte
[    3.227940] 0xfffffe5230f36000-0xfffffe5230f38000           8K     RW                 GLB NX pte
[    3.227968] 0xfffffe5230f38000-0xfffffe5230f39000           4K                               pte
[    3.227989] 0xfffffe5230f39000-0xfffffe5230f3b000           8K     RW                 GLB NX pte
[    3.228025] 0xfffffe5230f3b000-0xfffffe5231000000         788K                               pte
[    3.228048] 0xfffffe5231000000-0xfffffe5240000000         240M                               pmd
[    3.228069] 0xfffffe5240000000-0xfffffe5380000000           5G                               pud
[    3.228092] 0xfffffe5380000000-0xfffffe5394200000         322M                               pmd
[    3.228113] 0xfffffe5394200000-0xfffffe539420e000          56K                               pte
[    3.228134] 0xfffffe539420e000-0xfffffe539420f000           4K     ro                 GLB NX pte
[    3.228162] 0xfffffe539420f000-0xfffffe5394210000           4K     RW                 GLB NX pte
[    3.228189] 0xfffffe5394210000-0xfffffe5394215000          20K     ro                 GLB NX pte
[    3.228217] 0xfffffe5394215000-0xfffffe5394216000           4K                               pte
[    3.228237] 0xfffffe5394216000-0xfffffe5394218000           8K     RW                 GLB NX pte
[    3.228265] 0xfffffe5394218000-0xfffffe5394219000           4K                               pte
[    3.228285] 0xfffffe5394219000-0xfffffe539421b000           8K     RW                 GLB NX pte
[    3.228313] 0xfffffe539421b000-0xfffffe539421c000           4K                               pte
[    3.228334] 0xfffffe539421c000-0xfffffe539421e000           8K     RW                 GLB NX pte
[    3.228361] 0xfffffe539421e000-0xfffffe539421f000           4K                               pte
[    3.228382] 0xfffffe539421f000-0xfffffe5394221000           8K     RW                 GLB NX pte
[    3.228424] 0xfffffe5394221000-0xfffffe5394400000        1916K                               pte
[    3.228451] 0xfffffe5394400000-0xfffffe53c0000000         700M                               pmd
[    3.228473] 0xfffffe53c0000000-0xfffffe6080000000          51G                               pud
[    3.228502] 0xfffffe6080000000-0xfffffe60b5c00000         860M                               pmd
[    3.228533] 0xfffffe60b5c00000-0xfffffe60b5d50000        1344K                               pte
[    3.228554] 0xfffffe60b5d50000-0xfffffe60b5d51000           4K     ro                 GLB NX pte
[    3.228581] 0xfffffe60b5d51000-0xfffffe60b5d52000           4K     RW                 GLB NX pte
[    3.228609] 0xfffffe60b5d52000-0xfffffe60b5d57000          20K     ro                 GLB NX pte
[    3.228636] 0xfffffe60b5d57000-0xfffffe60b5d58000           4K                               pte
[    3.228657] 0xfffffe60b5d58000-0xfffffe60b5d5a000           8K     RW                 GLB NX pte
[    3.228698] 0xfffffe60b5d5a000-0xfffffe60b5d5b000           4K                               pte
[    3.228719] 0xfffffe60b5d5b000-0xfffffe60b5d5d000           8K     RW                 GLB NX pte
[    3.228746] 0xfffffe60b5d5d000-0xfffffe60b5d5e000           4K                               pte
[    3.228767] 0xfffffe60b5d5e000-0xfffffe60b5d60000           8K     RW                 GLB NX pte
[    3.228794] 0xfffffe60b5d60000-0xfffffe60b5d61000           4K                               pte
[    3.228815] 0xfffffe60b5d61000-0xfffffe60b5d63000           8K     RW                 GLB NX pte
[    3.228847] 0xfffffe60b5d63000-0xfffffe60b5e00000         628K                               pte
[    3.228869] 0xfffffe60b5e00000-0xfffffe60c0000000         162M                               pmd
[    3.228890] 0xfffffe60c0000000-0xfffffe6180000000           3G                               pud
[    3.228919] 0xfffffe6180000000-0xfffffe61b7c00000         892M                               pmd
[    3.228953] 0xfffffe61b7c00000-0xfffffe61b7db3000        1740K                               pte
[    3.228974] 0xfffffe61b7db3000-0xfffffe61b7db4000           4K     ro                 GLB NX pte
[    3.229006] 0xfffffe61b7db4000-0xfffffe61b7db5000           4K     RW                 GLB NX pte
[    3.229034] 0xfffffe61b7db5000-0xfffffe61b7dba000          20K     ro                 GLB NX pte
[    3.229062] 0xfffffe61b7dba000-0xfffffe61b7dbb000           4K                               pte
[    3.229083] 0xfffffe61b7dbb000-0xfffffe61b7dbd000           8K     RW                 GLB NX pte
[    3.229110] 0xfffffe61b7dbd000-0xfffffe61b7dbe000           4K                               pte
[    3.229131] 0xfffffe61b7dbe000-0xfffffe61b7dc0000           8K     RW                 GLB NX pte
[    3.229158] 0xfffffe61b7dc0000-0xfffffe61b7dc1000           4K                               pte
[    3.229179] 0xfffffe61b7dc1000-0xfffffe61b7dc3000           8K     RW                 GLB NX pte
[    3.229206] 0xfffffe61b7dc3000-0xfffffe61b7dc4000           4K                               pte
[    3.229227] 0xfffffe61b7dc4000-0xfffffe61b7dc6000           8K     RW                 GLB NX pte
[    3.229256] 0xfffffe61b7dc6000-0xfffffe61b7e00000         232K                               pte
[    3.229278] 0xfffffe61b7e00000-0xfffffe61c0000000         130M                               pmd
[    3.229299] 0xfffffe61c0000000-0xfffffe67c0000000          24G                               pud
[    3.229321] 0xfffffe67c0000000-0xfffffe67ca200000         162M                               pmd
[    3.229351] 0xfffffe67ca200000-0xfffffe67ca31f000        1148K                               pte
[    3.229371] 0xfffffe67ca31f000-0xfffffe67ca320000           4K     ro                 GLB NX pte
[    3.229399] 0xfffffe67ca320000-0xfffffe67ca321000           4K     RW                 GLB NX pte
[    3.229427] 0xfffffe67ca321000-0xfffffe67ca326000          20K     ro                 GLB NX pte
[    3.229454] 0xfffffe67ca326000-0xfffffe67ca327000           4K                               pte
[    3.229475] 0xfffffe67ca327000-0xfffffe67ca329000           8K     RW                 GLB NX pte
[    3.229502] 0xfffffe67ca329000-0xfffffe67ca32a000           4K                               pte
[    3.229523] 0xfffffe67ca32a000-0xfffffe67ca32c000           8K     RW                 GLB NX pte
[    3.229551] 0xfffffe67ca32c000-0xfffffe67ca32d000           4K                               pte
[    3.229571] 0xfffffe67ca32d000-0xfffffe67ca32f000           8K     RW                 GLB NX pte
[    3.229599] 0xfffffe67ca32f000-0xfffffe67ca330000           4K                               pte
[    3.229619] 0xfffffe67ca330000-0xfffffe67ca332000           8K     RW                 GLB NX pte
[    3.229653] 0xfffffe67ca332000-0xfffffe67ca400000         824K                               pte
[    3.229686] 0xfffffe67ca400000-0xfffffe6800000000         860M                               pmd
[    3.229707] 0xfffffe6800000000-0xfffffe6b00000000          12G                               pud
[    3.229729] 0xfffffe6b00000000-0xfffffe6b04000000          64M                               pmd
[    3.229759] 0xfffffe6b04000000-0xfffffe6b04147000        1308K                               pte
[    3.229780] 0xfffffe6b04147000-0xfffffe6b04148000           4K     ro                 GLB NX pte
[    3.229808] 0xfffffe6b04148000-0xfffffe6b04149000           4K     RW                 GLB NX pte
[    3.229835] 0xfffffe6b04149000-0xfffffe6b0414e000          20K     ro                 GLB NX pte
[    3.229863] 0xfffffe6b0414e000-0xfffffe6b0414f000           4K                               pte
[    3.229883] 0xfffffe6b0414f000-0xfffffe6b04151000           8K     RW                 GLB NX pte
[    3.229911] 0xfffffe6b04151000-0xfffffe6b04152000           4K                               pte
[    3.229932] 0xfffffe6b04152000-0xfffffe6b04154000           8K     RW                 GLB NX pte
[    3.229959] 0xfffffe6b04154000-0xfffffe6b04155000           4K                               pte
[    3.229980] 0xfffffe6b04155000-0xfffffe6b04157000           8K     RW                 GLB NX pte
[    3.230007] 0xfffffe6b04157000-0xfffffe6b04158000           4K                               pte
[    3.230028] 0xfffffe6b04158000-0xfffffe6b0415a000           8K     RW                 GLB NX pte
[    3.230061] 0xfffffe6b0415a000-0xfffffe6b04200000         664K                               pte
[    3.230091] 0xfffffe6b04200000-0xfffffe6b40000000         958M                               pmd
[    3.230111] 0xfffffe6b40000000-0xfffffe6bc0000000           2G                               pud
[    3.230139] 0xfffffe6bc0000000-0xfffffe6bee000000         736M                               pmd
[    3.230170] 0xfffffe6bee000000-0xfffffe6bee13e000        1272K                               pte
[    3.230190] 0xfffffe6bee13e000-0xfffffe6bee13f000           4K     ro                 GLB NX pte
[    3.230218] 0xfffffe6bee13f000-0xfffffe6bee140000           4K     RW                 GLB NX pte
[    3.230245] 0xfffffe6bee140000-0xfffffe6bee145000          20K     ro                 GLB NX pte
[    3.230273] 0xfffffe6bee145000-0xfffffe6bee146000           4K                               pte
[    3.230294] 0xfffffe6bee146000-0xfffffe6bee148000           8K     RW                 GLB NX pte
[    3.230321] 0xfffffe6bee148000-0xfffffe6bee149000           4K                               pte
[    3.230342] 0xfffffe6bee149000-0xfffffe6bee14b000           8K     RW                 GLB NX pte
[    3.230369] 0xfffffe6bee14b000-0xfffffe6bee14c000           4K                               pte
[    3.230390] 0xfffffe6bee14c000-0xfffffe6bee14e000           8K     RW                 GLB NX pte
[    3.230418] 0xfffffe6bee14e000-0xfffffe6bee14f000           4K                               pte
[    3.230438] 0xfffffe6bee14f000-0xfffffe6bee151000           8K     RW                 GLB NX pte
[    3.230471] 0xfffffe6bee151000-0xfffffe6bee200000         700K                               pte
[    3.230494] 0xfffffe6bee200000-0xfffffe6c00000000         286M                               pmd
[    3.230515] 0xfffffe6c00000000-0xfffffe6cc0000000           3G                               pud
[    3.230538] 0xfffffe6cc0000000-0xfffffe6cd1e00000         286M                               pmd
[    3.230564] 0xfffffe6cd1e00000-0xfffffe6cd1e91000         580K                               pte
[    3.230584] 0xfffffe6cd1e91000-0xfffffe6cd1e92000           4K     ro                 GLB NX pte
[    3.230612] 0xfffffe6cd1e92000-0xfffffe6cd1e93000           4K     RW                 GLB NX pte
[    3.230639] 0xfffffe6cd1e93000-0xfffffe6cd1e98000          20K     ro                 GLB NX pte
[    3.230667] 0xfffffe6cd1e98000-0xfffffe6cd1e99000           4K                               pte
[    3.230681] 0xfffffe6cd1e99000-0xfffffe6cd1e9b000           8K     RW                 GLB NX pte
[    3.230709] 0xfffffe6cd1e9b000-0xfffffe6cd1e9c000           4K                               pte
[    3.230730] 0xfffffe6cd1e9c000-0xfffffe6cd1e9e000           8K     RW                 GLB NX pte
[    3.230757] 0xfffffe6cd1e9e000-0xfffffe6cd1e9f000           4K                               pte
[    3.230778] 0xfffffe6cd1e9f000-0xfffffe6cd1ea1000           8K     RW                 GLB NX pte
[    3.230805] 0xfffffe6cd1ea1000-0xfffffe6cd1ea2000           4K                               pte
[    3.230826] 0xfffffe6cd1ea2000-0xfffffe6cd1ea4000           8K     RW                 GLB NX pte
[    3.230864] 0xfffffe6cd1ea4000-0xfffffe6cd2000000        1392K                               pte
[    3.230892] 0xfffffe6cd2000000-0xfffffe6d00000000         736M                               pmd
[    3.230914] 0xfffffe6d00000000-0xfffffe7dc0000000          67G                               pud
[    3.230944] 0xfffffe7dc0000000-0xfffffe7dfd400000         980M                               pmd
[    3.230976] 0xfffffe7dfd400000-0xfffffe7dfd56a000        1448K                               pte
[    3.230997] 0xfffffe7dfd56a000-0xfffffe7dfd56b000           4K     ro                 GLB NX pte
[    3.231024] 0xfffffe7dfd56b000-0xfffffe7dfd56c000           4K     RW                 GLB NX pte
[    3.231052] 0xfffffe7dfd56c000-0xfffffe7dfd571000          20K     ro                 GLB NX pte
[    3.231080] 0xfffffe7dfd571000-0xfffffe7dfd572000           4K                               pte
[    3.231100] 0xfffffe7dfd572000-0xfffffe7dfd574000           8K     RW                 GLB NX pte
[    3.231128] 0xfffffe7dfd574000-0xfffffe7dfd575000           4K                               pte
[    3.231149] 0xfffffe7dfd575000-0xfffffe7dfd577000           8K     RW                 GLB NX pte
[    3.231176] 0xfffffe7dfd577000-0xfffffe7dfd578000           4K                               pte
[    3.231197] 0xfffffe7dfd578000-0xfffffe7dfd57a000           8K     RW                 GLB NX pte
[    3.231224] 0xfffffe7dfd57a000-0xfffffe7dfd57b000           4K                               pte
[    3.231245] 0xfffffe7dfd57b000-0xfffffe7dfd57d000           8K     RW                 GLB NX pte
[    3.231276] 0xfffffe7dfd57d000-0xfffffe7dfd600000         524K                               pte
[    3.231297] 0xfffffe7dfd600000-0xfffffe7dff800000          34M                               pmd
[    3.231327] 0xfffffe7dff800000-0xfffffe7dff923000        1164K                               pte
[    3.231348] 0xfffffe7dff923000-0xfffffe7dff924000           4K     ro                 GLB NX pte
[    3.231375] 0xfffffe7dff924000-0xfffffe7dff925000           4K     RW                 GLB NX pte
[    3.231403] 0xfffffe7dff925000-0xfffffe7dff92a000          20K     ro                 GLB NX pte
[    3.231430] 0xfffffe7dff92a000-0xfffffe7dff92b000           4K                               pte
[    3.231451] 0xfffffe7dff92b000-0xfffffe7dff92d000           8K     RW                 GLB NX pte
[    3.231479] 0xfffffe7dff92d000-0xfffffe7dff92e000           4K                               pte
[    3.231499] 0xfffffe7dff92e000-0xfffffe7dff930000           8K     RW                 GLB NX pte
[    3.231527] 0xfffffe7dff930000-0xfffffe7dff931000           4K                               pte
[    3.231547] 0xfffffe7dff931000-0xfffffe7dff933000           8K     RW                 GLB NX pte
[    3.231575] 0xfffffe7dff933000-0xfffffe7dff934000           4K                               pte
[    3.231595] 0xfffffe7dff934000-0xfffffe7dff936000           8K     RW                 GLB NX pte
[    3.231629] 0xfffffe7dff936000-0xfffffe7dffa00000         808K                               pte
[    3.231650] 0xfffffe7dffa00000-0xfffffe7e00000000           6M                               pmd
[    3.231681] 0xfffffe7e00000000-0xfffffe8000000000           8G                               pud
[    3.231702] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    3.231723] ---[ ESPfix Area ]---
[    3.231734] 0xffffff0000000000-0xffffff2900000000         164G                               pud
[    3.231755] 0xffffff2900000000-0xffffff290000a000          40K                               pte
[    3.231775] 0xffffff290000a000-0xffffff290000b000           4K     ro                 GLB NX pte
[    3.231803] 0xffffff290000b000-0xffffff290001a000          60K                               pte
[    3.231824] 0xffffff290001a000-0xffffff290001b000           4K     ro                 GLB NX pte
[    3.231852] 0xffffff290001b000-0xffffff290002a000          60K                               pte
[    3.231873] 0xffffff290002a000-0xffffff290002b000           4K     ro                 GLB NX pte
[    3.231901] 0xffffff290002b000-0xffffff290003a000          60K                               pte
[    3.231921] 0xffffff290003a000-0xffffff290003b000           4K     ro                 GLB NX pte
[    3.231949] 0xffffff290003b000-0xffffff290004a000          60K                               pte
[    3.231970] 0xffffff290004a000-0xffffff290004b000           4K     ro                 GLB NX pte
[    3.231998] 0xffffff290004b000-0xffffff290005a000          60K                               pte
[    3.232018] 0xffffff290005a000-0xffffff290005b000           4K     ro                 GLB NX pte
[    3.232047] 0xffffff290005b000-0xffffff290006a000          60K                               pte
[    3.232067] 0xffffff290006a000-0xffffff290006b000           4K     ro                 GLB NX pte
[    3.232095] 0xffffff290006b000-0xffffff290007a000          60K                               pte
[    3.265651] ... 131059 entries skipped ... 
[    3.265661] ---[ EFI Runtime Services ]---
[    3.265671] 0xffffffef00000000-0xfffffffec0000000          63G                               pud
[    3.265689] 0xfffffffec0000000-0xfffffffeef200000         754M                               pmd
[    3.265714] 0xfffffffeef200000-0xfffffffeef29f000         636K                               pte
[    3.265734] 0xfffffffeef29f000-0xfffffffeef2a0000           4K     RW                     NX pte
[    3.265772] 0xfffffffeef2a0000-0xfffffffeef400000        1408K                               pte
[    3.265796] 0xfffffffeef400000-0xfffffffeef480000         512K                               pte
[    3.265827] 0xfffffffeef480000-0xfffffffeef5e9000        1444K                               pte
[    3.265859] 0xfffffffeef5e9000-0xfffffffeef753000        1448K                               pte
[    3.265879] 0xfffffffeef753000-0xfffffffeef754000           4K                               pte
[    3.265914] 0xfffffffeef754000-0xfffffffef013a000       10136K                               pte
[    3.265938] 0xfffffffef013a000-0xfffffffef01c9000         572K                               pte
[    3.265961] 0xfffffffef01c9000-0xfffffffef020b000         264K                               pte
[    3.265981] 0xfffffffef020b000-0xfffffffef020f000          16K                               pte
[    3.266005] 0xfffffffef020f000-0xfffffffef028f000         512K                               pte
[    3.266026] 0xfffffffef028f000-0xfffffffef02a6000          92K                               pte
[    3.266046] 0xfffffffef02a6000-0xfffffffef02b3000          52K                               pte
[    3.266067] 0xfffffffef02b3000-0xfffffffef02d0000         116K                               pte
[    3.266105] 0xfffffffef02d0000-0xfffffffef050c000        2288K                               pte
[    3.266125] 0xfffffffef050c000-0xfffffffef050d000           4K                               pte
[    3.266152] 0xfffffffef050d000-0xfffffffef05e5000         864K                               pte
[    3.266172] 0xfffffffef05e5000-0xfffffffef05e6000           4K                               pte
[    3.266192] 0xfffffffef05e6000-0xfffffffef05f0000          40K                               pte
[    3.266213] 0xfffffffef05f0000-0xfffffffef05f1000           4K                               pte
[    3.266233] 0xfffffffef05f1000-0xfffffffef0600000          60K     RW                     NX pte
[    3.266260] 0xfffffffef0600000-0xfffffffef0a00000           4M     RW         PSE         NX pmd
[    3.266296] 0xfffffffef0a00000-0xfffffffef0b20000        1152K     RW                     NX pte
[    3.266323] 0xfffffffef0b20000-0xfffffffef0b21000           4K                               pte
[    3.266364] 0xfffffffef0b21000-0xfffffffef2daf000       35384K                               pte
[    3.266384] 0xfffffffef2daf000-0xfffffffef2db0000           4K     RW                     NX pte
[    3.266423] 0xfffffffef2db0000-0xfffffffef413a000       20008K                               pte
[    3.266451] 0xfffffffef413a000-0xfffffffef4220000         920K                               pte
[    3.266485] 0xfffffffef4220000-0xfffffffef4400000        1920K     RW                     NX pte
[    3.266513] 0xfffffffef4400000-0xfffffffef5000000          12M     RW         PSE         NX pmd
[    3.266551] 0xfffffffef5000000-0xfffffffef5178000        1504K     RW                     NX pte
[    3.266579] 0xfffffffef5178000-0xfffffffef517b000          12K     ro                     x  pte
[    3.266606] 0xfffffffef517b000-0xfffffffef5180000          20K     RW                     NX pte
[    3.266633] 0xfffffffef5180000-0xfffffffef5181000           4K     ro                     x  pte
[    3.266660] 0xfffffffef5181000-0xfffffffef5186000          20K     RW                     NX pte
[    3.266706] 0xfffffffef5186000-0xfffffffef518a000          16K     ro                     x  pte
[    3.266733] 0xfffffffef518a000-0xfffffffef518f000          20K     RW                     NX pte
[    3.266760] 0xfffffffef518f000-0xfffffffef5190000           4K     ro                     x  pte
[    3.266788] 0xfffffffef5190000-0xfffffffef5194000          16K     RW                     NX pte
[    3.266815] 0xfffffffef5194000-0xfffffffef519b000          28K     ro                     x  pte
[    3.266842] 0xfffffffef519b000-0xfffffffef51a0000          20K     RW                     NX pte
[    3.266870] 0xfffffffef51a0000-0xfffffffef51ae000          56K     ro                     x  pte
[    3.266897] 0xfffffffef51ae000-0xfffffffef51b4000          24K     RW                     NX pte
[    3.266924] 0xfffffffef51b4000-0xfffffffef51b7000          12K     ro                     x  pte
[    3.266951] 0xfffffffef51b7000-0xfffffffef51bc000          20K     RW                     NX pte
[    3.266979] 0xfffffffef51bc000-0xfffffffef51bd000           4K     ro                     x  pte
[    3.267006] 0xfffffffef51bd000-0xfffffffef51c2000          20K     RW                     NX pte
[    3.267033] 0xfffffffef51c2000-0xfffffffef51c4000           8K     ro                     x  pte
[    3.267060] 0xfffffffef51c4000-0xfffffffef51c9000          20K     RW                     NX pte
[    3.267087] 0xfffffffef51c9000-0xfffffffef51ca000           4K     ro                     x  pte
[    3.267115] 0xfffffffef51ca000-0xfffffffef51cf000          20K     RW                     NX pte
[    3.267142] 0xfffffffef51cf000-0xfffffffef51d0000           4K     ro                     x  pte
[    3.267169] 0xfffffffef51d0000-0xfffffffef51d5000          20K     RW                     NX pte
[    3.267196] 0xfffffffef51d5000-0xfffffffef51d6000           4K     ro                     x  pte
[    3.267223] 0xfffffffef51d6000-0xfffffffef51da000          16K     RW                     NX pte
[    3.267251] 0xfffffffef51da000-0xfffffffef51e5000          44K     ro                     x  pte
[    3.267278] 0xfffffffef51e5000-0xfffffffef51ec000          28K     RW                     NX pte
[    3.267305] 0xfffffffef51ec000-0xfffffffef51f1000          20K     ro                     x  pte
[    3.267333] 0xfffffffef51f1000-0xfffffffef51f6000          20K     RW                     NX pte
[    3.267360] 0xfffffffef51f6000-0xfffffffef51fa000          16K     ro                     x  pte
[    3.267387] 0xfffffffef51fa000-0xfffffffef51ff000          20K     RW                     NX pte
[    3.267414] 0xfffffffef51ff000-0xfffffffef5600000        4100K                               pte
[    3.267450] 0xfffffffef5600000-0xfffffffef57ea000        1960K                               pte
[    3.267478] 0xfffffffef57ea000-0xfffffffef58ea000           1M                               pte
[    3.267500] 0xfffffffef58ea000-0xfffffffef5923000         228K                               pte
[    3.267522] 0xfffffffef5923000-0xfffffffef596c000         292K                               pte
[    3.267543] 0xfffffffef596c000-0xfffffffef598e000         136K                               pte
[    3.267564] 0xfffffffef598e000-0xfffffffef59a8000         104K                               pte
[    3.267585] 0xfffffffef59a8000-0xfffffffef59af000          28K                               pte
[    3.267605] 0xfffffffef59af000-0xfffffffef59bf000          64K                               pte
[    3.267626] 0xfffffffef59bf000-0xfffffffef59cc000          52K                               pte
[    3.267660] 0xfffffffef59cc000-0xfffffffef678e000       14088K                               pte
[    3.267681] 0xfffffffef678e000-0xfffffffef6791000          12K                               pte
[    3.267702] 0xfffffffef6791000-0xfffffffef67a4000          76K                               pte
[    3.267722] 0xfffffffef67a4000-0xfffffffef67a6000           8K                               pte
[    3.267743] 0xfffffffef67a6000-0xfffffffef67b7000          68K                               pte
[    3.267763] 0xfffffffef67b7000-0xfffffffef67bb000          16K                               pte
[    3.267784] 0xfffffffef67bb000-0xfffffffef67cf000          80K                               pte
[    3.267804] 0xfffffffef67cf000-0xfffffffef67d3000          16K                               pte
[    3.267825] 0xfffffffef67d3000-0xfffffffef67e7000          80K                               pte
[    3.267845] 0xfffffffef67e7000-0xfffffffef67f2000          44K                               pte
[    3.267866] 0xfffffffef67f2000-0xfffffffef67fa000          32K                               pte
[    3.267886] 0xfffffffef67fa000-0xfffffffef6800000          24K                               pte
[    3.267909] 0xfffffffef6800000-0xfffffffefe800000         128M     RW         PSE         NX pmd
[    3.267943] 0xfffffffefe800000-0xfffffffefe900000           1M     RW     PCD             NX pte
[    3.267979] 0xfffffffefe900000-0xfffffffefea00000           1M                               pte
[    3.267999] 0xfffffffefea00000-0xfffffffefec00000           2M     RW     PCD PSE         NX pmd
[    3.268027] 0xfffffffefec00000-0xfffffffefec10000          64K     RW     PCD             NX pte
[    3.268065] 0xfffffffefec10000-0xfffffffefed80000        1472K                               pte
[    3.268089] 0xfffffffefed80000-0xfffffffefee02000         520K     RW     PCD             NX pte
[    3.268117] 0xfffffffefee02000-0xfffffffefee10000          56K                               pte
[    3.268137] 0xfffffffefee10000-0xfffffffefee11000           4K     RW     PCD             NX pte
[    3.268172] 0xfffffffefee11000-0xfffffffefef00000         956K                               pte
[    3.268192] 0xfffffffefef00000-0xfffffffefef01000           4K     RW     PCD             NX pte
[    3.268221] 0xfffffffefef01000-0xfffffffefef40000         252K                               pte
[    3.268241] 0xfffffffefef40000-0xfffffffefef45000          20K     RW     PCD             NX pte
[    3.268270] 0xfffffffefef45000-0xfffffffefef80000         236K                               pte
[    3.268291] 0xfffffffefef80000-0xfffffffefef90000          64K     RW     PCD             NX pte
[    3.268319] 0xfffffffefef90000-0xfffffffefefc2000         200K                               pte
[    3.268340] 0xfffffffefefc2000-0xfffffffefefd0000          56K     RW     PCD             NX pte
[    3.268367] 0xfffffffefefd0000-0xfffffffefefd4000          16K                               pte
[    3.268387] 0xfffffffefefd4000-0xfffffffefefd6000           8K     RW     PCD             NX pte
[    3.268416] 0xfffffffefefd6000-0xfffffffeff000000         168K                               pte
[    3.268436] 0xfffffffeff000000-0xffffffff00000000          16M     RW     PCD PSE         NX pmd
[    3.268464] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    3.268484] ---[ High Kernel Mapping ]---
[    3.268497] 0xffffffff80000000-0xffffffff9c000000         448M                               pmd
[    3.268518] 0xffffffff9c000000-0xffffffff9f200000          50M     RW         PSE     GLB x  pmd
[    3.268561] 0xffffffff9f200000-0xffffffff9f3ff000        2044K     RW                 GLB x  pte
[    3.268588] 0xffffffff9f3ff000-0xffffffff9f400000           4K     ro                 GLB x  pte
[    3.268616] 0xffffffff9f400000-0xffffffffa1400000          32M     RW         PSE     GLB x  pmd
[    3.268648] 0xffffffffa1400000-0xffffffffc0000000         492M                               pmd
[    3.268668] ---[ Modules ]---
[    3.268691] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    3.268712] ---[ End Modules ]---
[    3.268719] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    3.268767] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    3.268787] ---[ Fixmap Area ]---
[    3.268799] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    3.268819] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    3.268862] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    3.268883] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    3.268963] LSM: initializing lsm=lockdown,capability,yama,integrity,selinux,bpf,landlock
[    3.269005] Yama: becoming mindful.
[    3.269027] SELinux:  Initializing.
[    3.269098] LSM support for eBPF active
[    3.269108] landlock: Up and running.
[    3.269255] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    3.269336] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    3.270099] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    3.270163] LVT offset 1 assigned for vector 0xf9
[    3.270300] LVT offset 2 assigned for vector 0xf4
[    3.270345] process: using mwait in idle threads
[    3.270355] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    3.270367] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    3.270385] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    3.270403] Spectre V2 : Mitigation: Retpolines
[    3.270412] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    3.270428] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    3.270441] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    3.270454] RETBleed: Mitigation: untrained return thunk
[    3.270467] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    3.270483] Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
[    3.270499] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    3.270513] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    3.278144] Freeing SMP alternatives memory: 44K
[    3.381730] smpboot: CPU0: AMD Ryzen 9 3950X 16-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
[    3.382268] cblist_init_generic: Setting adjustable number of callback queues.
[    3.382337] cblist_init_generic: Setting shift to 5 and lim to 1.
[    3.382431] cblist_init_generic: Setting shift to 5 and lim to 1.
[    3.382534] cblist_init_generic: Setting shift to 5 and lim to 1.
[    3.382606] Running RCU-tasks wait API self tests
[    3.483826] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    3.483857] ... version:                0
[    3.483870] ... bit width:              48
[    3.483884] ... generic registers:      6
[    3.483897] ... value mask:             0000ffffffffffff
[    3.483913] ... max period:             00007fffffffffff
[    3.483930] ... fixed-purpose events:   0
[    3.483943] ... event mask:             000000000000003f
[    3.484334] rcu: Hierarchical SRCU implementation.
[    3.484350] rcu: 	Max phase no-delay instances is 400.
[    3.485449] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    3.486348] smp: Bringing up secondary CPUs ...
[    3.486804] x86: Booting SMP configuration:
[    3.486825] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    3.495821] Callback from call_rcu_tasks_trace() invoked.
[    3.496962]   #7  #8  #9 #10 #11 #12 #13 #14 #15 #16
[    3.512913] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    3.513102]  #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
[    3.536820] smp: Brought up 1 node, 32 CPUs
[    3.536820] smpboot: Max logical packages: 1
[    3.536820] smpboot: Total of 32 processors activated (224000.76 BogoMIPS)
[    3.559386] allocated 268435456 bytes of page_ext
[    3.560146] devtmpfs: initialized
[    3.560695] x86/mm: Memory block size: 2048MB
[    3.563213] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a210fff] (69632 bytes)
[    3.563213] ACPI: PM: Registering ACPI NVS region [mem 0xca6ab000-0xcaa1ffff] (3624960 bytes)
[    3.567857] DMA-API: preallocated 65536 debug entries
[    3.567874] DMA-API: debugging enabled by kernel config
[    3.567890] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    3.567923] futex hash table entries: 8192 (order: 8, 1048576 bytes, linear)
[    3.568478] pinctrl core: initialized pinctrl subsystem

[    3.569033] *************************************************************
[    3.569052] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    3.569070] **                                                         **
[    3.569088] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    3.569106] **                                                         **
[    3.569124] ** This means that this kernel is built to expose internal **
[    3.569143] ** IOMMU data structures, which may compromise security on **
[    3.569161] ** your system.                                            **
[    3.569179] **                                                         **
[    3.569197] ** If you see this message and you are not debugging the   **
[    3.569215] ** kernel, report this immediately to your vendor!         **
[    3.569233] **                                                         **
[    3.569252] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    3.569270] *************************************************************
[    3.569317] PM: RTC time: 22:32:29, date: 2022-12-27
[    3.570452] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    3.571061] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    3.571095] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    3.571128] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    3.571184] audit: initializing netlink subsys (disabled)
[    3.571280] audit: type=2000 audit(1672180349.383:1): state=initialized audit_enabled=0 res=1
[    3.571700] thermal_sys: Registered thermal governor 'fair_share'
[    3.571704] thermal_sys: Registered thermal governor 'bang_bang'
[    3.571722] thermal_sys: Registered thermal governor 'step_wise'
[    3.571740] thermal_sys: Registered thermal governor 'user_space'
[    3.571856] cpuidle: using governor menu
[    3.572001] Detected 1 PCC Subspaces
[    3.572015] Registering PCC driver as Mailbox controller
[    3.572412] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.572412] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    3.572412] PCI: not using MMCONFIG
[    3.572412] PCI: Using configuration type 1 for base access
[    3.572412] PCI: Using configuration type 1 for extended access
[    3.577416] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    3.577964] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    3.577964] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    3.577964] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    3.577964] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    3.578934] cryptd: max_cpu_qlen set to 1000
[    3.579044] raid6: skipped pq benchmark and selected avx2x4
[    3.579044] raid6: using avx2x2 recovery algorithm
[    3.579059] fbcon: Taking over console
[    3.579230] ACPI: Added _OSI(Module Device)
[    3.579244] ACPI: Added _OSI(Processor Device)
[    3.579258] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.579274] ACPI: Added _OSI(Processor Aggregator Device)
[    3.598430] Callback from call_rcu_tasks_rude() invoked.
[    3.622262] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    3.633526] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    3.637763] ACPI: EC: EC started
[    3.637783] ACPI: EC: interrupt blocked
[    3.638514] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.638531] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    3.638552] ACPI: Interpreter enabled
[    3.638627] ACPI: PM: (supports S0 S3 S4 S5)
[    3.638646] ACPI: Using IOAPIC for interrupt routing
[    3.641289] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    3.641436] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    3.641472] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.641496] PCI: Using E820 reservations for host bridge windows
[    3.642965] ACPI: Enabled 2 GPEs in block 00 to 1F
[    3.696362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.696397] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.696847] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    3.697644] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    3.697743] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    3.699833] Callback from call_rcu_tasks() invoked.
[    3.700334] PCI host bridge to bus 0000:00
[    3.700350] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.700370] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.700390] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    3.700410] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.700434] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    3.700456] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    3.700477] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window]
[    3.700501] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.700601] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    3.701096] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
[    3.701448] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    3.701635] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    3.701765] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    3.702257] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    3.702307] pci 0000:00:01.2: enabling Extended Tags
[    3.702390] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    3.703052] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    3.703242] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    3.703428] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    3.703544] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    3.703968] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    3.704152] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    3.704337] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    3.704522] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    3.704567] pci 0000:00:07.1: enabling Extended Tags
[    3.704638] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    3.705078] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    3.705274] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    3.705322] pci 0000:00:08.1: enabling Extended Tags
[    3.705397] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.705918] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    3.706282] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    3.706743] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    3.706909] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    3.707074] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    3.707234] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    3.707394] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    3.707552] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    3.707722] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    3.707885] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    3.708179] pci 0000:01:00.0: [8086:2700] type 00 class 0x010802
[    3.708213] pci 0000:01:00.0: reg 0x10: [mem 0xfcf10000-0xfcf13fff 64bit]
[    3.708266] pci 0000:01:00.0: reg 0x30: [mem 0xfcf00000-0xfcf0ffff pref]
[    3.708597] pci 0000:00:01.1: PCI bridge to [bus 01]
[    3.708617] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    3.708796] pci 0000:02:00.0: [1022:57ad] type 01 class 0x060400
[    3.708874] pci 0000:02:00.0: enabling Extended Tags
[    3.708996] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    3.709114] pci 0000:02:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 126.024 Gb/s with 16.0 GT/s PCIe x8 link)
[    3.709698] pci 0000:00:01.2: PCI bridge to [bus 02-08]
[    3.709717] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    3.709736] pci 0000:00:01.2:   bridge window [mem 0xfc200000-0xfc7fffff]
[    3.710333] pci 0000:03:03.0: [1022:57a3] type 01 class 0x060400
[    3.710450] pci 0000:03:03.0: enabling Extended Tags
[    3.710749] pci 0000:03:03.0: PME# supported from D0 D3hot D3cold
[    3.711504] pci 0000:03:05.0: [1022:57a3] type 01 class 0x060400
[    3.711596] pci 0000:03:05.0: enabling Extended Tags
[    3.711896] pci 0000:03:05.0: PME# supported from D0 D3hot D3cold
[    3.712642] pci 0000:03:08.0: [1022:57a4] type 01 class 0x060400
[    3.712737] pci 0000:03:08.0: enabling Extended Tags
[    3.712944] pci 0000:03:08.0: PME# supported from D0 D3hot D3cold
[    3.713543] pci 0000:03:09.0: [1022:57a4] type 01 class 0x060400
[    3.713634] pci 0000:03:09.0: enabling Extended Tags
[    3.713840] pci 0000:03:09.0: PME# supported from D0 D3hot D3cold
[    3.714197] pci 0000:03:0a.0: [1022:57a4] type 01 class 0x060400
[    3.714288] pci 0000:03:0a.0: enabling Extended Tags
[    3.714511] pci 0000:03:0a.0: PME# supported from D0 D3hot D3cold
[    3.714890] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[    3.714911] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    3.714931] pci 0000:02:00.0:   bridge window [mem 0xfc200000-0xfc7fffff]
[    3.715161] pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
[    3.715212] pci 0000:04:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    3.715440] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    3.715933] pci 0000:03:03.0: PCI bridge to [bus 04]
[    3.715958] pci 0000:03:03.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    3.716193] pci 0000:05:00.0: [8086:1539] type 00 class 0x020000
[    3.716242] pci 0000:05:00.0: reg 0x10: [mem 0xfc600000-0xfc61ffff]
[    3.716293] pci 0000:05:00.0: reg 0x18: [io  0xf000-0xf01f]
[    3.716327] pci 0000:05:00.0: reg 0x1c: [mem 0xfc620000-0xfc623fff]
[    3.716561] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    3.717064] pci 0000:03:05.0: PCI bridge to [bus 05]
[    3.717085] pci 0000:03:05.0:   bridge window [io  0xf000-0xffff]
[    3.717105] pci 0000:03:05.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    3.717355] pci 0000:06:00.0: [1022:1485] type 00 class 0x130000
[    3.717444] pci 0000:06:00.0: enabling Extended Tags
[    3.717665] pci 0000:06:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    3.717990] pci 0000:06:00.1: [1022:149c] type 00 class 0x0c0330
[    3.718311] pci 0000:06:00.1: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    3.719108] pci 0000:06:00.1: enabling Extended Tags
[    3.719702] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    3.720394] pci 0000:06:00.3: [1022:149c] type 00 class 0x0c0330
[    3.720438] pci 0000:06:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    3.720521] pci 0000:06:00.3: enabling Extended Tags
[    3.720641] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    3.721136] pci 0000:03:08.0: PCI bridge to [bus 06]
[    3.721160] pci 0000:03:08.0:   bridge window [mem 0xfc200000-0xfc3fffff]
[    3.721330] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    3.721423] pci 0000:07:00.0: reg 0x24: [mem 0xfc500000-0xfc5007ff]
[    3.721461] pci 0000:07:00.0: enabling Extended Tags
[    3.721604] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    3.721716] pci 0000:07:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    3.721970] pci 0000:03:09.0: PCI bridge to [bus 07]
[    3.721994] pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    3.722162] pci 0000:08:00.0: [1022:7901] type 00 class 0x010601
[    3.722254] pci 0000:08:00.0: reg 0x24: [mem 0xfc400000-0xfc4007ff]
[    3.722292] pci 0000:08:00.0: enabling Extended Tags
[    3.722436] pci 0000:08:00.0: PME# supported from D3hot D3cold
[    3.722542] pci 0000:08:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    3.722807] pci 0000:03:0a.0: PCI bridge to [bus 08]
[    3.722831] pci 0000:03:0a.0:   bridge window [mem 0xfc400000-0xfc4fffff]
[    3.723068] pci 0000:09:00.0: [1002:1478] type 01 class 0x060400
[    3.723100] pci 0000:09:00.0: reg 0x10: [mem 0xfcb00000-0xfcb03fff]
[    3.723250] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    3.723760] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    3.723779] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    3.723797] pci 0000:00:03.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    3.723819] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.724005] pci 0000:0a:00.0: [1002:1479] type 01 class 0x060400
[    3.724173] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    3.726509] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    3.726531] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    3.726551] pci 0000:09:00.0:   bridge window [mem 0xfc800000-0xfcafffff]
[    3.726574] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.726800] pci 0000:0b:00.0: [1002:73bf] type 00 class 0x030000
[    3.726837] pci 0000:0b:00.0: reg 0x10: [mem 0x7800000000-0x7bffffffff 64bit pref]
[    3.726871] pci 0000:0b:00.0: reg 0x18: [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    3.726901] pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    3.726925] pci 0000:0b:00.0: reg 0x24: [mem 0xfc900000-0xfc9fffff]
[    3.726951] pci 0000:0b:00.0: reg 0x30: [mem 0xfca00000-0xfca1ffff pref]
[    3.727102] pci 0000:0b:00.0: PME# supported from D1 D2 D3hot D3cold
[    3.727546] pci 0000:0b:00.1: [1002:ab28] type 00 class 0x040300
[    3.727576] pci 0000:0b:00.1: reg 0x10: [mem 0xfca24000-0xfca27fff]
[    3.727726] pci 0000:0b:00.1: PME# supported from D1 D2 D3hot D3cold
[    3.728086] pci 0000:0b:00.2: [1002:73a6] type 00 class 0x0c0330
[    3.728123] pci 0000:0b:00.2: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
[    3.728279] pci 0000:0b:00.2: PME# supported from D0 D3hot D3cold
[    3.728512] pci 0000:0b:00.3: [1002:73a4] type 00 class 0x0c8000
[    3.728546] pci 0000:0b:00.3: reg 0x10: [mem 0xfca20000-0xfca23fff 64bit]
[    3.728695] pci 0000:0b:00.3: PME# supported from D0 D3hot
[    3.728996] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    3.729015] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    3.729035] pci 0000:0a:00.0:   bridge window [mem 0xfc800000-0xfcafffff]
[    3.729059] pci 0000:0a:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.729223] pci 0000:0c:00.0: [1022:148a] type 00 class 0x130000
[    3.729272] pci 0000:0c:00.0: enabling Extended Tags
[    3.729686] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    3.729894] pci 0000:0d:00.0: [1022:1485] type 00 class 0x130000
[    3.729947] pci 0000:0d:00.0: enabling Extended Tags
[    3.730229] pci 0000:0d:00.1: [1022:1486] type 00 class 0x108000
[    3.730263] pci 0000:0d:00.1: reg 0x18: [mem 0xfcd00000-0xfcdfffff]
[    3.730293] pci 0000:0d:00.1: reg 0x24: [mem 0xfce08000-0xfce09fff]
[    3.730319] pci 0000:0d:00.1: enabling Extended Tags
[    3.730579] pci 0000:0d:00.3: [1022:149c] type 00 class 0x0c0330
[    3.730609] pci 0000:0d:00.3: reg 0x10: [mem 0xfcc00000-0xfccfffff 64bit]
[    3.730660] pci 0000:0d:00.3: enabling Extended Tags
[    3.730746] pci 0000:0d:00.3: PME# supported from D0 D3hot D3cold
[    3.731141] pci 0000:0d:00.4: [1022:1487] type 00 class 0x040300
[    3.731167] pci 0000:0d:00.4: reg 0x10: [mem 0xfce00000-0xfce07fff]
[    3.731213] pci 0000:0d:00.4: enabling Extended Tags
[    3.731288] pci 0000:0d:00.4: PME# supported from D0 D3hot D3cold
[    3.731696] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    3.731715] pci 0000:00:08.1:   bridge window [mem 0xfcc00000-0xfcefffff]
[    3.733486] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.733708] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.733901] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.734112] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.734310] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.734482] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.734652] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.734834] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.737734] ACPI: EC: interrupt unblocked
[    3.737755] ACPI: EC: event unblocked
[    3.737773] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.737789] ACPI: EC: GPE=0x2
[    3.737800] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    3.737822] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    3.738117] iommu: Default domain type: Translated 
[    3.738117] iommu: DMA domain TLB invalidation policy: lazy mode 
[    3.738197] SCSI subsystem initialized
[    3.738747] libata version 3.00 loaded.
[    3.738808] ACPI: bus type USB registered
[    3.738857] usbcore: registered new interface driver usbfs
[    3.738900] usbcore: registered new interface driver hub
[    3.738983] usbcore: registered new device driver usb
[    3.739095] pps_core: LinuxPPS API ver. 1 registered
[    3.739109] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.739141] PTP clock support registered
[    3.739275] EDAC MC: Ver: 3.0.0
[    3.739781] Registered efivars operations
[    3.742180] NetLabel: Initializing
[    3.742193] NetLabel:  domain hash size = 128
[    3.742206] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.742261] NetLabel:  unlabeled traffic allowed by default
[    3.742283] mctp: management component transport protocol core
[    3.742300] NET: Registered PF_MCTP protocol family
[    3.742333] PCI: Using ACPI for IRQ routing
[    3.746611] PCI: pci_cache_line_size set to 64 bytes
[    3.746754] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    3.746761] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    3.746764] e820: reserve RAM buffer [mem 0xbdd77018-0xbfffffff]
[    3.746766] e820: reserve RAM buffer [mem 0xbdd95018-0xbfffffff]
[    3.746769] e820: reserve RAM buffer [mem 0xc327b000-0xc3ffffff]
[    3.746771] e820: reserve RAM buffer [mem 0xc8daf000-0xcbffffff]
[    3.746774] e820: reserve RAM buffer [mem 0xca13a000-0xcbffffff]
[    3.746777] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    3.746779] e820: reserve RAM buffer [mem 0x102f300000-0x102fffffff]
[    3.747266] pci 0000:0b:00.0: vgaarb: setting as boot VGA device
[    3.747266] pci 0000:0b:00.0: vgaarb: bridge control possible
[    3.747266] pci 0000:0b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    3.747266] vgaarb: loaded
[    3.747266] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    3.747266] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    3.750107] clocksource: Switched to clocksource tsc-early
[    3.849397] VFS: Disk quotas dquot_6.6.0
[    3.849450] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.849806] pnp: PnP ACPI init
[    3.850202] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    3.850833] system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
[    3.851484] system 00:03: [io  0x0290-0x029f] has been reserved
[    3.851504] system 00:03: [io  0x0200-0x021f] has been reserved
[    3.852431] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    3.852451] system 00:04: [io  0x040b] has been reserved
[    3.852468] system 00:04: [io  0x04d6] has been reserved
[    3.852485] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    3.852503] system 00:04: [io  0x0c14] has been reserved
[    3.852519] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    3.852538] system 00:04: [io  0x0c52] has been reserved
[    3.852554] system 00:04: [io  0x0c6c] has been reserved
[    3.852571] system 00:04: [io  0x0c6f] has been reserved
[    3.852587] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    3.852611] system 00:04: [io  0x0800-0x089f] has been reserved
[    3.852629] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    3.852647] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    3.852665] system 00:04: [io  0x0900-0x090f] has been reserved
[    3.852683] system 00:04: [io  0x0910-0x091f] has been reserved
[    3.852702] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    3.852727] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    3.852749] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    3.852770] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    3.852790] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    3.852812] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    3.852833] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    3.854889] pnp: PnP ACPI: found 5 devices
[    3.865259] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.865421] NET: Registered PF_INET protocol family
[    3.865661] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    3.868439] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    3.868901] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    3.868963] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    3.869520] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    3.871192] TCP: Hash tables configured (established 524288 bind 65536)
[    3.871950] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    3.872898] UDP hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    3.873813] UDP-Lite hash table entries: 32768 (order: 10, 6291456 bytes, vmalloc hugepage)
[    3.874999] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    3.875038] NET: Registered PF_XDP protocol family
[    3.875070] pci 0000:00:01.1: PCI bridge to [bus 01]
[    3.875090] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    3.875114] pci 0000:03:03.0: PCI bridge to [bus 04]
[    3.875133] pci 0000:03:03.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    3.875161] pci 0000:03:05.0: PCI bridge to [bus 05]
[    3.875177] pci 0000:03:05.0:   bridge window [io  0xf000-0xffff]
[    3.875198] pci 0000:03:05.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    3.875226] pci 0000:03:08.0: PCI bridge to [bus 06]
[    3.875245] pci 0000:03:08.0:   bridge window [mem 0xfc200000-0xfc3fffff]
[    3.875273] pci 0000:03:09.0: PCI bridge to [bus 07]
[    3.875292] pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    3.875319] pci 0000:03:0a.0: PCI bridge to [bus 08]
[    3.875338] pci 0000:03:0a.0:   bridge window [mem 0xfc400000-0xfc4fffff]
[    3.875366] pci 0000:02:00.0: PCI bridge to [bus 03-08]
[    3.875382] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    3.875406] pci 0000:02:00.0:   bridge window [mem 0xfc200000-0xfc7fffff]
[    3.875436] pci 0000:00:01.2: PCI bridge to [bus 02-08]
[    3.875452] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    3.875471] pci 0000:00:01.2:   bridge window [mem 0xfc200000-0xfc7fffff]
[    3.875496] pci 0000:0a:00.0: PCI bridge to [bus 0b]
[    3.875512] pci 0000:0a:00.0:   bridge window [io  0xe000-0xefff]
[    3.875532] pci 0000:0a:00.0:   bridge window [mem 0xfc800000-0xfcafffff]
[    3.875553] pci 0000:0a:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.875580] pci 0000:09:00.0: PCI bridge to [bus 0a-0b]
[    3.875601] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    3.875621] pci 0000:09:00.0:   bridge window [mem 0xfc800000-0xfcafffff]
[    3.875642] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.875669] pci 0000:00:03.1: PCI bridge to [bus 09-0b]
[    3.875684] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    3.875704] pci 0000:00:03.1:   bridge window [mem 0xfc800000-0xfcbfffff]
[    3.875726] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.875752] pci 0000:00:07.1: PCI bridge to [bus 0c]
[    3.875772] pci 0000:00:08.1: PCI bridge to [bus 0d]
[    3.875788] pci 0000:00:08.1:   bridge window [mem 0xfcc00000-0xfcefffff]
[    3.875812] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.875830] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.875848] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    3.875865] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    3.875882] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    3.875901] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    3.875920] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    3.875941] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    3.875958] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    3.875974] pci_bus 0000:02: resource 1 [mem 0xfc200000-0xfc7fffff]
[    3.875991] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    3.876007] pci_bus 0000:03: resource 1 [mem 0xfc200000-0xfc7fffff]
[    3.876024] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    3.876042] pci_bus 0000:05: resource 0 [io  0xf000-0xffff]
[    3.876058] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc6fffff]
[    3.876075] pci_bus 0000:06: resource 1 [mem 0xfc200000-0xfc3fffff]
[    3.876092] pci_bus 0000:07: resource 1 [mem 0xfc500000-0xfc5fffff]
[    3.876110] pci_bus 0000:08: resource 1 [mem 0xfc400000-0xfc4fffff]
[    3.876127] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    3.876143] pci_bus 0000:09: resource 1 [mem 0xfc800000-0xfcbfffff]
[    3.876160] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.876181] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    3.876197] pci_bus 0000:0a: resource 1 [mem 0xfc800000-0xfcafffff]
[    3.876214] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.876235] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    3.876251] pci_bus 0000:0b: resource 1 [mem 0xfc800000-0xfcafffff]
[    3.876268] pci_bus 0000:0b: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    3.876289] pci_bus 0000:0d: resource 1 [mem 0xfcc00000-0xfcefffff]
[    3.877829] pci 0000:0b:00.1: D0 power state depends on 0000:0b:00.0
[    3.878050] pci 0000:0b:00.2: D0 power state depends on 0000:0b:00.0
[    3.878653] pci 0000:0b:00.3: D0 power state depends on 0000:0b:00.0
[    3.879226] PCI: CLS 64 bytes, default 64
[    3.879283] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    3.879586] pci 0000:00:01.0: Adding to iommu group 0
[    3.879596] Trying to unpack rootfs image as initramfs...
[    3.879675] pci 0000:00:01.1: Adding to iommu group 1
[    3.879748] pci 0000:00:01.2: Adding to iommu group 2
[    3.879848] pci 0000:00:02.0: Adding to iommu group 3
[    3.879945] pci 0000:00:03.0: Adding to iommu group 4
[    3.880014] pci 0000:00:03.1: Adding to iommu group 5
[    3.880112] pci 0000:00:04.0: Adding to iommu group 6
[    3.880208] pci 0000:00:05.0: Adding to iommu group 7
[    3.880305] pci 0000:00:07.0: Adding to iommu group 8
[    3.880376] pci 0000:00:07.1: Adding to iommu group 9
[    3.880477] pci 0000:00:08.0: Adding to iommu group 10
[    3.880546] pci 0000:00:08.1: Adding to iommu group 11
[    3.880676] pci 0000:00:14.0: Adding to iommu group 12
[    3.880744] pci 0000:00:14.3: Adding to iommu group 12
[    3.881038] pci 0000:00:18.0: Adding to iommu group 13
[    3.881104] pci 0000:00:18.1: Adding to iommu group 13
[    3.881176] pci 0000:00:18.2: Adding to iommu group 13
[    3.881243] pci 0000:00:18.3: Adding to iommu group 13
[    3.881309] pci 0000:00:18.4: Adding to iommu group 13
[    3.881376] pci 0000:00:18.5: Adding to iommu group 13
[    3.881443] pci 0000:00:18.6: Adding to iommu group 13
[    3.881509] pci 0000:00:18.7: Adding to iommu group 13
[    3.881578] pci 0000:01:00.0: Adding to iommu group 14
[    3.881661] pci 0000:02:00.0: Adding to iommu group 15
[    3.881758] pci 0000:03:03.0: Adding to iommu group 16
[    3.881850] pci 0000:03:05.0: Adding to iommu group 17
[    3.881951] pci 0000:03:08.0: Adding to iommu group 18
[    3.882049] pci 0000:03:09.0: Adding to iommu group 19
[    3.882146] pci 0000:03:0a.0: Adding to iommu group 20
[    3.882238] pci 0000:04:00.0: Adding to iommu group 21
[    3.882333] pci 0000:05:00.0: Adding to iommu group 22
[    3.882363] pci 0000:06:00.0: Adding to iommu group 18
[    3.882395] pci 0000:06:00.1: Adding to iommu group 18
[    3.882424] pci 0000:06:00.3: Adding to iommu group 18
[    3.882455] pci 0000:07:00.0: Adding to iommu group 19
[    3.882484] pci 0000:08:00.0: Adding to iommu group 20
[    3.882554] pci 0000:09:00.0: Adding to iommu group 23
[    3.882627] pci 0000:0a:00.0: Adding to iommu group 24
[    3.882704] pci 0000:0b:00.0: Adding to iommu group 25
[    3.882779] pci 0000:0b:00.1: Adding to iommu group 26
[    3.882852] pci 0000:0b:00.2: Adding to iommu group 27
[    3.882925] pci 0000:0b:00.3: Adding to iommu group 28
[    3.882994] pci 0000:0c:00.0: Adding to iommu group 29
[    3.883065] pci 0000:0d:00.0: Adding to iommu group 30
[    3.883139] pci 0000:0d:00.1: Adding to iommu group 31
[    3.883210] pci 0000:0d:00.3: Adding to iommu group 32
[    3.883281] pci 0000:0d:00.4: Adding to iommu group 33
[    3.901845] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    3.901868] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    3.901899] AMD-Vi: Interrupt remapping enabled
[    3.902251] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.902272] software IO TLB: mapped [mem 0x00000000b9d77000-0x00000000bdd77000] (64MB)
[    3.902382] LVT offset 0 assigned for vector 0x400
[    3.903035] perf: AMD IBS detected (0x000003ff)
[    3.903070] amd_uncore: 4  amd_df counters detected
[    3.903104] amd_uncore: 6  amd_l3 counters detected
[    3.904154] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    3.915914] Initialise system trusted keyrings
[    3.915996] Key type blacklist registered
[    3.916135] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    3.916211] zbud: loaded
[    3.917731] integrity: Platform Keyring initialized
[    3.917756] integrity: Machine keyring initialized
[    3.920145] NET: Registered PF_ALG protocol family
[    3.920181] xor: automatically using best checksumming function   avx       
[    3.920201] Key type asymmetric registered
[    3.920223] Asymmetric key parser 'x509' registered
[    4.393402] Freeing initrd memory: 49828K
[    4.399376] modprobe (232) used greatest stack depth: 13080 bytes left
[    4.405076] modprobe (234) used greatest stack depth: 13056 bytes left
[    4.406257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    4.406499] io scheduler mq-deadline registered
[    4.406514] io scheduler kyber registered
[    4.406550] io scheduler bfq registered
[    4.408791] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.410996] pcieport 0000:00:01.1: AER: enabled with IRQ 29
[    4.411462] pcieport 0000:00:01.2: AER: enabled with IRQ 30
[    4.411886] pcieport 0000:00:03.1: AER: enabled with IRQ 31
[    4.412619] pcieport 0000:00:07.1: AER: enabled with IRQ 33
[    4.413047] pcieport 0000:00:08.1: AER: enabled with IRQ 34
[    4.415809] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    4.416275] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    4.416397] ACPI: button: Power Button [PWRB]
[    4.416546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    4.416812] ACPI: button: Power Button [PWRF]
[    4.417813] Estimated ratio of average max frequency by base frequency (times 1024): 1208
[    4.417896] Monitor-Mwait will be used to enter C-1 state
[    4.417913] ACPI: \_PR_.C000: Found 2 idle states
[    4.418347] ACPI: \_PR_.C002: Found 2 idle states
[    4.418730] ACPI: \_PR_.C004: Found 2 idle states
[    4.419106] ACPI: \_PR_.C006: Found 2 idle states
[    4.419506] ACPI: \_PR_.C008: Found 2 idle states
[    4.419897] ACPI: \_PR_.C00A: Found 2 idle states
[    4.420260] ACPI: \_PR_.C00C: Found 2 idle states
[    4.420619] ACPI: \_PR_.C00E: Found 2 idle states
[    4.421004] ACPI: \_PR_.C010: Found 2 idle states
[    4.421362] ACPI: \_PR_.C012: Found 2 idle states
[    4.421728] ACPI: \_PR_.C014: Found 2 idle states
[    4.422088] ACPI: \_PR_.C016: Found 2 idle states
[    4.422453] ACPI: \_PR_.C018: Found 2 idle states
[    4.422819] ACPI: \_PR_.C01A: Found 2 idle states
[    4.423177] ACPI: \_PR_.C01C: Found 2 idle states
[    4.423536] ACPI: \_PR_.C01E: Found 2 idle states
[    4.423898] ACPI: \_PR_.C001: Found 2 idle states
[    4.424248] ACPI: \_PR_.C003: Found 2 idle states
[    4.424617] ACPI: \_PR_.C005: Found 2 idle states
[    4.424982] ACPI: \_PR_.C007: Found 2 idle states
[    4.425327] ACPI: \_PR_.C009: Found 2 idle states
[    4.425697] ACPI: \_PR_.C00B: Found 2 idle states
[    4.426046] ACPI: \_PR_.C00D: Found 2 idle states
[    4.426398] ACPI: \_PR_.C00F: Found 2 idle states
[    4.426758] ACPI: \_PR_.C011: Found 2 idle states
[    4.427123] ACPI: \_PR_.C013: Found 2 idle states
[    4.427481] ACPI: \_PR_.C015: Found 2 idle states
[    4.427850] ACPI: \_PR_.C017: Found 2 idle states
[    4.428204] ACPI: \_PR_.C019: Found 2 idle states
[    4.428556] ACPI: \_PR_.C01B: Found 2 idle states
[    4.428922] ACPI: \_PR_.C01D: Found 2 idle states
[    4.429278] ACPI: \_PR_.C01F: Found 2 idle states
[    4.430370] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.430570] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.438091] Non-volatile memory driver v1.3
[    4.438120] Linux agpgart interface v0.103
[    4.471267] ACPI: bus type drm_connector registered
[    4.479297] ahci 0000:07:00.0: version 3.0
[    4.479590] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    4.479615] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    4.480452] scsi host0: ahci
[    4.480704] ata1: SATA max UDMA/133 abar m2048@0xfc500000 port 0xfc500100 irq 43
[    4.481702] ahci 0000:08:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x10 impl SATA mode
[    4.481727] ahci 0000:08:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    4.483466] scsi host1: ahci
[    4.483865] scsi host2: ahci
[    4.484240] scsi host3: ahci
[    4.484609] scsi host4: ahci
[    4.484967] scsi host5: ahci
[    4.485141] ata2: DUMMY
[    4.485150] ata3: DUMMY
[    4.485159] ata4: DUMMY
[    4.485167] ata5: DUMMY
[    4.485177] ata6: SATA max UDMA/133 abar m2048@0xfc400000 port 0xfc400300 irq 48
[    4.486464] usbcore: registered new interface driver usbserial_generic
[    4.486597] usbserial: USB Serial support registered for generic
[    4.486715] i8042: PNP: No PS/2 controller found.
[    4.486860] mousedev: PS/2 mouse device common for all mice
[    4.487460] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    4.487460] xhci_hcd 0000:06:00.1: xHCI Host Controller
[    4.487521] xhci_hcd 0000:0d:00.3: xHCI Host Controller
[    4.487573] rtc_cmos 00:02: RTC can wake from S4
[    4.487575] xhci_hcd 0000:0b:00.2: xHCI Host Controller
[    4.488158] xhci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 3
[    4.488158] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 1
[    4.488159] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 2
[    4.488160] xhci_hcd 0000:0b:00.2: new USB bus registered, assigned bus number 4
[    4.488461] rtc_cmos 00:02: registered as rtc0
[    4.488517] xhci_hcd 0000:0b:00.2: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000010
[    4.488534] xhci_hcd 0000:0d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    4.488543] rtc_cmos 00:02: setting system clock to 2022-12-27T22:32:30 UTC (1672180350)
[    4.488552] xhci_hcd 0000:06:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    4.488564] xhci_hcd 0000:06:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    4.488716] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    4.488883] i2c-designware-pci 0000:0b:00.3: enabling device (0000 -> 0002)
[    4.489616] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.489656] device-mapper: uevent: version 1.0.3
[    4.489848] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.489961] xhci_hcd 0000:06:00.1: xHCI Host Controller
[    4.490222] xhci_hcd 0000:06:00.1: new USB bus registered, assigned bus number 5
[    4.490250] xhci_hcd 0000:06:00.1: Host supports USB 3.1 Enhanced SuperSpeed
[    4.490509] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.490510] xhci_hcd 0000:0b:00.2: xHCI Host Controller
[    4.490559] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.490583] usb usb3: Product: xHCI Host Controller
[    4.490599] usb usb3: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.490623] usb usb3: SerialNumber: 0000:06:00.1
[    4.490652] xhci_hcd 0000:0d:00.3: xHCI Host Controller
[    4.490781] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    4.491662] hub 3-0:1.0: USB hub found
[    4.491789] hub 3-0:1.0: 6 ports detected
[    4.492794] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    4.497762] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.497844] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.497847] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.497848] usb usb5: Product: xHCI Host Controller
[    4.497850] usb usb5: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.497852] usb usb5: SerialNumber: 0000:06:00.1
[    4.497858] xhci_hcd 0000:0b:00.2: new USB bus registered, assigned bus number 6
[    4.497868] xhci_hcd 0000:0b:00.2: Host supports USB 3.1 Enhanced SuperSpeed
[    4.498289] hub 5-0:1.0: USB hub found
[    4.498350] hub 5-0:1.0: 4 ports detected
[    4.500981] Console: switching to colour frame buffer device 128x48
[    4.502029] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.502032] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.502034] usb usb4: Product: xHCI Host Controller
[    4.502036] usb usb4: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.502038] usb usb4: SerialNumber: 0000:0b:00.2
[    4.502040] xhci_hcd 0000:0d:00.3: new USB bus registered, assigned bus number 7
[    4.502047] xhci_hcd 0000:0d:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.502057] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 8
[    4.502064] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.502469] hub 4-0:1.0: USB hub found
[    4.502494] hub 4-0:1.0: 2 ports detected
[    4.502910] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.502993] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.502995] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.502997] usb usb6: Product: xHCI Host Controller
[    4.502998] usb usb6: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.503000] usb usb6: SerialNumber: 0000:0b:00.2
[    4.503360] hub 6-0:1.0: USB hub found
[    4.503384] hub 6-0:1.0: 1 port detected
[    4.503777] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.503780] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.503782] usb usb2: Product: xHCI Host Controller
[    4.503784] usb usb2: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.503785] usb usb2: SerialNumber: 0000:0d:00.3
[    4.504232] hub 2-0:1.0: USB hub found
[    4.504260] hub 2-0:1.0: 4 ports detected
[    4.505187] usb usb7: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.505310] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.505904] usb usb7: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.511221] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.511702] usb usb7: Product: xHCI Host Controller
[    4.512052] usb usb7: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.512396] usb usb7: SerialNumber: 0000:0d:00.3
[    4.513011] hid: raw HID events driver (C) Jiri Kosina
[    4.513219] hub 7-0:1.0: USB hub found
[    4.513584] usbcore: registered new interface driver usbhid
[    4.513968] hub 7-0:1.0: 4 ports detected
[    4.514397] usbhid: USB HID core driver
[    4.515869] drop_monitor: Initializing network drop monitor service
[    4.515973] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02
[    4.516671] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.517151] usb usb1: Product: xHCI Host Controller
[    4.517537] usb usb1: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.517882] usb usb1: SerialNumber: 0000:06:00.3
[    4.518665] hub 1-0:1.0: USB hub found
[    4.519044] hub 1-0:1.0: 6 ports detected
[    4.524883] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.525809] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.02
[    4.526333] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.526557] Initializing XFRM netlink socket
[    4.526731] usb usb8: Product: xHCI Host Controller
[    4.527253] NET: Registered PF_INET6 protocol family
[    4.527611] usb usb8: Manufacturer: Linux 6.2.0-0.rc1.14.fc38.x86_64+debug xhci-hcd
[    4.528488] usb usb8: SerialNumber: 0000:06:00.3
[    4.529279] hub 8-0:1.0: USB hub found
[    4.529795] hub 8-0:1.0: 4 ports detected
[    4.540445] Segment Routing with IPv6
[    4.540931] RPL Segment Routing with IPv6
[    4.542760] In-situ OAM (IOAM) with IPv6
[    4.543261] mip6: Mobile IPv6
[    4.543609] NET: Registered PF_PACKET protocol family
[    4.553033] microcode: CPU1: patch_level=0x08701021
[    4.553035] microcode: CPU2: patch_level=0x08701021
[    4.553037] microcode: CPU3: patch_level=0x08701021
[    4.553043] microcode: CPU4: patch_level=0x08701021
[    4.553047] microcode: CPU5: patch_level=0x08701021
[    4.553049] microcode: CPU6: patch_level=0x08701021
[    4.553052] microcode: CPU7: patch_level=0x08701021
[    4.553056] microcode: CPU8: patch_level=0x08701021
[    4.553058] microcode: CPU9: patch_level=0x08701021
[    4.553060] microcode: CPU10: patch_level=0x08701021
[    4.553063] microcode: CPU11: patch_level=0x08701021
[    4.553068] microcode: CPU13: patch_level=0x08701021
[    4.553068] microcode: CPU12: patch_level=0x08701021
[    4.553072] microcode: CPU14: patch_level=0x08701021
[    4.553075] microcode: CPU15: patch_level=0x08701021
[    4.553082] microcode: CPU17: patch_level=0x08701021
[    4.553083] microcode: CPU16: patch_level=0x08701021
[    4.553085] microcode: CPU18: patch_level=0x08701021
[    4.553088] microcode: CPU19: patch_level=0x08701021
[    4.553091] microcode: CPU20: patch_level=0x08701021
[    4.553092] microcode: CPU21: patch_level=0x08701021
[    4.553099] microcode: CPU22: patch_level=0x08701021
[    4.553102] microcode: CPU23: patch_level=0x08701021
[    4.553105] microcode: CPU24: patch_level=0x08701021
[    4.553105] microcode: CPU25: patch_level=0x08701021
[    4.553111] microcode: CPU26: patch_level=0x08701021
[    4.553113] microcode: CPU27: patch_level=0x08701021
[    4.553118] microcode: CPU28: patch_level=0x08701021
[    4.553120] microcode: CPU29: patch_level=0x08701021
[    4.553123] microcode: CPU30: patch_level=0x08701021
[    4.553125] microcode: CPU31: patch_level=0x08701021
[    4.553172] microcode: CPU0: patch_level=0x08701021
[    4.561012] microcode: Microcode Update Driver: v2.2.
[    4.562086] resctrl: L3 allocation detected
[    4.562496] resctrl: MB allocation detected
[    4.562646] resctrl: L3 monitoring detected
[    4.562816] IPI shorthand broadcast: enabled
[    4.562978] AVX2 version of gcm_enc/dec engaged.
[    4.563217] AES CTR mode by8 optimization enabled
[    4.573001] sched_clock: Marking stable (4396802436, 175879923)->(4712165435, -139483076)
[    4.580103] registered taskstats version 1
[    4.583304] Loading compiled-in X.509 certificates
[    4.592486] Loaded X.509 cert 'Fedora kernel signing key: f9de3d3e41f247edb22a4fb424d1927bf5983b86'
[    4.598944] zswap: loaded using pool lzo/zbud
[    4.614937] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    4.733702] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[    4.740698] usb 4-2: new full-speed USB device number 2 using xhci_hcd
[    4.740698] usb 2-2: new full-speed USB device number 2 using xhci_hcd
[    4.764698] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    4.791963] ata1: SATA link down (SStatus 0 SControl 300)
[    4.856981] page_owner is disabled
[    4.858044] Key type .fscrypt registered
[    4.858310] Key type fscrypt-provisioning registered
[    4.860034] Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes, fsverity=yes
[    4.860377] Key type big_key registered
[    4.860843] Key type trusted registered
[    4.862729] usb 2-2: device descriptor read/64, error -71
[    4.871433] modprobe (299) used greatest stack depth: 13048 bytes left
[    4.872115] Key type encrypted registered
[    4.872556] integrity: Loading X.509 certificate: UEFI:db
[    4.878476] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    4.878804] integrity: Loading X.509 certificate: UEFI:db
[    4.879990] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    4.880490] integrity: Loading X.509 certificate: UEFI:db
[    4.880983] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    4.881510] integrity: Loading X.509 certificate: UEFI:db
[    4.882001] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    4.882484] integrity: Loading X.509 certificate: UEFI:db
[    4.883160] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    4.887864] Loading compiled-in module X.509 certificates
[    4.889187] Loaded X.509 cert 'Fedora kernel signing key: f9de3d3e41f247edb22a4fb424d1927bf5983b86'
[    4.889746] ima: Allocated hash algorithm: sha256
[    4.899878] usb 4-2: New USB device found, idVendor=2516, idProduct=014d, bcdDevice= 1.04
[    4.900362] usb 4-2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    4.900728] usb 4-2: Product: ARES
[    4.900809] ima: No architecture policies found
[    4.901051] usb 4-2: Manufacturer: Cooler Master Technology Inc.
[    4.901561] evm: Initialising EVM extended attributes:
[    4.902402] evm: security.selinux
[    4.902760] evm: security.SMACK64 (disabled)
[    4.903097] evm: security.SMACK64EXEC (disabled)
[    4.903576] evm: security.SMACK64TRANSMUTE (disabled)
[    4.903952] evm: security.SMACK64MMAP (disabled)
[    4.904291] evm: security.apparmor (disabled)
[    4.904625] evm: security.ima
[    4.904945] evm: security.capability
[    4.905252] evm: HMAC attrs: 0x1
[    4.910674] modprobe (307) used greatest stack depth: 12984 bytes left
[    4.914123] usb 1-1: New USB device found, idVendor=2516, idProduct=0123, bcdDevice= 1.10
[    4.914569] usb 1-1: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    4.914936] usb 1-1: Product: SK650 White
[    4.915267] usb 1-1: Manufacturer: Cooler Master Technology Inc.
[    4.920781] input: Cooler Master Technology Inc. ARES as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.2/usb4/4-2/4-2:1.0/0003:2516:014D.0001/input/input2
[    4.933644] input: Cooler Master Technology Inc. SK650 White as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb1/1-1/1-1:1.0/0003:2516:0123.0002/input/input3
[    4.938264] modprobe (316) used greatest stack depth: 12976 bytes left
[    4.946773] tsc: Refined TSC clocksource calibration: 3500.000 MHz
[    4.947248] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3273517a200, max_idle_ns: 440795369676 ns
[    4.947806] clocksource: Switched to clocksource tsc
[    4.973672] hid-generic 0003:2516:014D.0001: input,hidraw0: USB HID v1.11 Keyboard [Cooler Master Technology Inc. ARES] on usb-0000:0b:00.2-2/input0
[    4.980618] hid-generic 0003:2516:014D.0003: hiddev96,hidraw1: USB HID v1.11 Device [Cooler Master Technology Inc. ARES] on usb-0000:0b:00.2-2/input1
[    4.986261] input: Cooler Master Technology Inc. ARES System Control as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.2/usb4/4-2/4-2:1.2/0003:2516:014D.0004/input/input4
[    5.015378] alg: No test for 842 (842-scomp)
[    5.015982] alg: No test for 842 (842-generic)
[    5.025259] hid-generic 0003:2516:0123.0002: input,hidraw2: USB HID v1.11 Keyboard [Cooler Master Technology Inc. SK650 White] on usb-0000:06:00.3-1/input0
[    5.033387] cryptomgr_test (399) used greatest stack depth: 12888 bytes left
[    5.033910] hid-generic 0003:2516:0123.0005: hiddev97,hidraw3: USB HID v1.11 Device [Cooler Master Technology Inc. SK650 White] on usb-0000:06:00.3-1/input1
[    5.039627] input: Cooler Master Technology Inc. SK650 White System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb1/1-1/1-1:1.2/0003:2516:0123.0006/input/input6
[    5.077940] input: Cooler Master Technology Inc. ARES Consumer Control as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.2/usb4/4-2/4-2:1.2/0003:2516:014D.0004/input/input5
[    5.091725] usb 2-2: device descriptor read/64, error -71
[    5.101172] PM:   Magic number: 2:879:553
[    5.101705] tty ttyS29: hash matches
[    5.102130] clockevents clockevent4: hash matches
[    5.102531] acpi PNP0C0F:04: hash matches
[    5.103237] RAS: Correctable Errors collector initialized.
[    5.129970] input: Cooler Master Technology Inc. SK650 White Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb1/1-1/1-1:1.2/0003:2516:0123.0006/input/input7
[    5.130090] hid-generic 0003:2516:014D.0004: input,hidraw4: USB HID v1.11 Device [Cooler Master Technology Inc. ARES] on usb-0000:0b:00.2-2/input2
[    5.131142] input: Cooler Master Technology Inc. SK650 White Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb1/1-1/1-1:1.2/0003:2516:0123.0006/input/input8
[    5.133312] input: Cooler Master Technology Inc. SK650 White Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.3/usb1/1-1/1-1:1.2/0003:2516:0123.0006/input/input9
[    5.134519] hid-generic 0003:2516:0123.0006: input,hidraw5: USB HID v1.11 Mouse [Cooler Master Technology Inc. SK650 White] on usb-0000:06:00.3-1/input2
[    5.154714] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.249699] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[    5.262117] ata6.00: ATA-11: WDC  WUH721818ALE6L4, PCGNW232, max UDMA/133
[    5.270789] ata6.00: 35156656128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    5.271625] ata6.00: Features: NCQ-sndrcv NCQ-prio
[    5.283057] ata6.00: configured for UDMA/133
[    5.286555] scsi 5:0:0:0: Direct-Access     ATA      WDC  WUH721818AL W232 PQ: 0 ANSI: 5
[    5.288500] sd 5:0:0:0: Attached scsi generic sg0 type 0
[    5.289112] sd 5:0:0:0: [sda] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB)
[    5.289934] sd 5:0:0:0: [sda] 4096-byte physical blocks
[    5.290555] sd 5:0:0:0: [sda] Write Protect is off
[    5.291149] sd 5:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.291184] sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.291733] sd 5:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    5.308701] usb 2-2: new full-speed USB device number 3 using xhci_hcd
[    5.364020]  sda: sda1
[    5.365191] sd 5:0:0:0: [sda] Attached SCSI disk
[    5.372427] Freeing unused decrypted memory: 2036K
[    5.376934] Freeing unused kernel image (initmem) memory: 6300K
[    5.386706] Write protecting the kernel read-only data: 36864k
[    5.389027] Freeing unused kernel image (rodata/data gap) memory: 1752K
[    5.391146] usb 1-5: config 1 has an invalid interface number: 2 but max is 1
[    5.391678] usb 1-5: config 1 has no interface number 1
[    5.403145] usb 1-5: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
[    5.403714] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.404144] usb 1-5: Product: AURA LED Controller
[    5.404552] usb 1-5: Manufacturer: AsusTek Computer Inc.
[    5.404960] usb 1-5: SerialNumber: 9876543210
[    5.423155] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.423632] rodata_test: all tests were successful
[    5.423692] hid-generic 0003:0B05:18F3.0007: hiddev98,hidraw6: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:06:00.3-5/input2
[    5.424073] Run /init as init process
[    5.425935]   with arguments:
[    5.425938]     /init
[    5.425940]   with environment:
[    5.425943]     HOME=/
[    5.425945]     TERM=linux
[    5.425947]     BOOT_IMAGE=(hd1,gpt2)/@root/boot/vmlinuz-6.2.0-0.rc1.14.fc38.x86_64+debug
[    5.432726] usb 2-2: device descriptor read/64, error -71
[    5.456313] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    5.457693] systemd[1]: Detected architecture x86-64.
[    5.458106] systemd[1]: Running in initrd.
[    5.461189] systemd[1]: Hostname set to <primary-ws>.
[    5.538701] usb 1-6: new full-speed USB device number 4 using xhci_hcd
[    5.659721] usb 2-2: device descriptor read/64, error -71
[    5.690150] usb 1-6: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
[    5.690663] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.762942] usb usb2-port2: attempt power cycle
[    5.838732] systemd[1]: bpf-lsm: LSM BPF program attached
[    5.947178] dracut-rootfs-g (412) used greatest stack depth: 12840 bytes left
[    5.976612] systemd[1]: Queued start job for default target initrd.target.
[    5.977427] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    5.979904] systemd[1]: Reached target local-fs.target - Local File Systems.
[    5.981941] systemd[1]: Reached target slices.target - Slice Units.
[    5.984026] systemd[1]: Reached target swap.target - Swaps.
[    5.985962] systemd[1]: Reached target timers.target - Timer Units.
[    5.988435] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    5.990942] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[    5.993385] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.995965] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.998580] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    6.000900] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    6.003127] systemd[1]: Reached target sockets.target - Socket Units.
[    6.019834] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    6.021869] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    6.028152] systemd[1]: Starting systemd-journald.service - Journal Service...
[    6.034996] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    6.041720] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    6.048659] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    6.062572] fuse: init (API version 7.38)
[    6.067508] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    6.070715] audit: type=1130 audit(1672180352.080:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.094130] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    6.095516] audit: type=1130 audit(1672180352.105:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.113385] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    6.141131] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    6.143013] audit: type=1130 audit(1672180352.153:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.150697] usb 2-2: new full-speed USB device number 4 using xhci_hcd
[    6.153940] usb 2-2: Device not responding to setup address.
[    6.159378] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    6.160891] audit: type=1130 audit(1672180352.171:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.182444] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    6.184915] audit: type=1130 audit(1672180352.195:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.204002] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
[    6.208625] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    6.245212] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    6.248509] audit: type=1130 audit(1672180352.258:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.269312] systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
[    6.271031] audit: type=1130 audit(1672180352.281:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.271285] systemd[1]: Started systemd-journald.service - Journal Service.
[    6.273815] audit: type=1130 audit(1672180352.284:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.352392] audit: type=1130 audit(1672180352.362:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.362761] usb 2-2: Device not responding to setup address.
[    6.571694] usb 2-2: device not accepting address 4, error -71
[    6.693699] usb 2-2: new full-speed USB device number 5 using xhci_hcd
[    6.694384] usb 2-2: Device not responding to setup address.
[    6.899209] usb 2-2: Device not responding to setup address.
[    7.106699] usb 2-2: device not accepting address 5, error -71
[    7.107521] usb usb2-port2: unable to enumerate USB device
[    7.250659] dca service started, version 1.12.1
[    7.271677] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    7.272872] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    7.276695] ccp 0000:0d:00.1: enabling device (0000 -> 0002)
[    7.276888] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    7.277793] ccp 0000:0d:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    7.278844] ccp 0000:0d:00.1: psp enabled
[    7.289224] nvme nvme0: pci function 0000:01:00.0
[    7.301610] modprobe (680) used greatest stack depth: 12816 bytes left
[    7.302577] ucsi_ccg 0-0008: failed to get FW build information
[    7.304924] igb: Intel(R) Gigabit Ethernet Network Driver
[    7.304967] igb: Copyright (c) 2007-2014 Intel Corporation.
[    7.311648] nvme nvme0: 31/0/0 default/read/poll queues
[    7.326636]  nvme0n1: p1 p2 p3
[    7.338379] pps pps0: new PPS source ptp0
[    7.340301] igb 0000:05:00.0: added PHC on eth0
[    7.340304] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    7.340306] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) a8:5e:45:50:a6:9e
[    7.340308] igb 0000:05:00.0: eth0: PBA No: FFFFFF-0FF
[    7.340310] igb 0000:05:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    7.346696] igb 0000:05:00.0 enp5s0: renamed from eth0
[    7.350369] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    7.365405] BTRFS: device label fedora_localhost-live devid 1 transid 115218 /dev/nvme0n1p2 scanned by systemd-udevd (659)
[    7.408537] BTRFS: device fsid a58e75c0-2631-49e1-bbc3-c7879f4d2405 devid 1 transid 421386 /dev/sda1 scanned by systemd-udevd (662)
[    9.624188] [drm] amdgpu kernel modesetting enabled.
[    9.654173] amdgpu: Ignoring ACPI CRAT on non-APU system
[    9.654761] amdgpu: Virtual CRAT table created for CPU
[    9.655000] amdgpu: Topology: Add CPU node
[    9.660471] Console: switching to colour dummy device 80x25
[    9.674222] amdgpu 0000:0b:00.0: vgaarb: deactivate vga console
[    9.674505] amdgpu 0000:0b:00.0: enabling device (0006 -> 0007)
[    9.674657] [drm] initializing kernel modesetting (SIENNA_CICHLID 0x1002:0x73BF 0x1002:0x0E3A 0xC0).
[    9.674720] [drm] register mmio base: 0xFC900000
[    9.674733] [drm] register mmio size: 1048576
[    9.674906] amdgpu 0000:0b:00.0: amdgpu: lockup timeout disabled
[    9.674923] amdgpu 0000:0b:00.0: amdgpu: lockup timeout disabled
[    9.674938] amdgpu 0000:0b:00.0: amdgpu: lockup timeout disabled
[    9.674954] amdgpu 0000:0b:00.0: amdgpu: lockup timeout disabled
[    9.678432] [drm] add ip block number 0 <nv_common>
[    9.678447] [drm] add ip block number 1 <gmc_v10_0>
[    9.678460] [drm] add ip block number 2 <navi10_ih>
[    9.678473] [drm] add ip block number 3 <psp>
[    9.678486] [drm] add ip block number 4 <smu>
[    9.678500] [drm] add ip block number 5 <dm>
[    9.678514] [drm] add ip block number 6 <gfx_v10_0>
[    9.678528] [drm] add ip block number 7 <sdma_v5_2>
[    9.678541] [drm] add ip block number 8 <vcn_v3_0>
[    9.678553] [drm] add ip block number 9 <jpeg_v3_0>
[    9.678608] amdgpu 0000:0b:00.0: amdgpu: Fetched VBIOS from VFCT
[    9.678626] amdgpu: ATOM BIOS: 113-D4120100-100
[    9.678648] [drm] VCN(0) decode is enabled in VM mode
[    9.678662] [drm] VCN(1) decode is enabled in VM mode
[    9.678675] [drm] VCN(0) encode is enabled in VM mode
[    9.678700] [drm] VCN(1) encode is enabled in VM mode
[    9.678715] [drm] JPEG decode is enabled in VM mode
[    9.678728] amdgpu 0000:0b:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    9.678863] amdgpu 0000:0b:00.0: amdgpu: MEM ECC is not presented.
[    9.678879] amdgpu 0000:0b:00.0: amdgpu: SRAM ECC is not presented.
[    9.678924] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    9.678952] amdgpu 0000:0b:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
[    9.678976] amdgpu 0000:0b:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    9.678997] amdgpu 0000:0b:00.0: amdgpu: AGP: 267894784M 0x0000008400000000 - 0x0000FFFFFFFFFFFF
[    9.679028] [drm] Detected VRAM RAM=16368M, BAR=16384M
[    9.679042] [drm] RAM width 256bits GDDR6
[    9.679779] [drm] amdgpu: 16368M of VRAM memory ready
[    9.679795] [drm] amdgpu: 32026M of GTT memory ready.
[    9.679925] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    9.680189] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[    9.697184] amdgpu 0000:0b:00.0: amdgpu: PSP runtime database doesn't exist
[    9.697205] amdgpu 0000:0b:00.0: amdgpu: PSP runtime database doesn't exist
[    9.924847] usb 3-2: device descriptor read/64, error -110
[   11.189935] amdgpu 0000:0b:00.0: amdgpu: STB initialized to 2048 entries
[   11.198007] [drm] Loading DMUB firmware via PSP: version=0x02020017
[   11.241098] [drm] use_doorbell being set to: [true]
[   11.241161] [drm] use_doorbell being set to: [true]
[   11.241210] [drm] use_doorbell being set to: [true]
[   11.241257] [drm] use_doorbell being set to: [true]
[   11.266233] [drm] Found VCN firmware Version ENC: 1.26 DEC: 2 VEP: 0 Revision: 0
[   11.266305] amdgpu 0000:0b:00.0: amdgpu: Will use PSP to load VCN firmware
[   11.331925] [drm] reserve 0xa00000 from 0x8001000000 for PSP TMR
[   11.475924] amdgpu 0000:0b:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[   11.476042] amdgpu 0000:0b:00.0: amdgpu: smu driver if version = 0x00000040, smu fw if version = 0x00000041, smu fw program = 0, version = 0x003a5600 (58.86.0)
[   11.476077] amdgpu 0000:0b:00.0: amdgpu: SMU driver if version not matched
[   11.476126] amdgpu 0000:0b:00.0: amdgpu: use vbios provided pptable
[   11.551069] amdgpu 0000:0b:00.0: amdgpu: SMU is initialized successfully!
[   11.551115] BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274
[   11.551136] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 599, name: systemd-udevd
[   11.551157] preempt_count: 1, expected: 0
[   11.551169] RCU nest depth: 0, expected: 0
[   11.551180] 1 lock held by systemd-udevd/599:
[   11.551192]  #0: ffff9e9fd475f1c0 (&dev->mutex){....}-{3:3}, at: __driver_attach+0xc7/0x1c0
[   11.551223] Preemption disabled at:
[   11.551224] [<ffffffffc0a30ce9>] dc_fpu_begin+0x19/0x90 [amdgpu]
[   11.551639] CPU: 12 PID: 599 Comm: systemd-udevd Tainted: G             L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[   11.551667] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[   11.551691] Call Trace:
[   11.551699]  <TASK>
[   11.551707]  dump_stack_lvl+0x5b/0x77
[   11.551721]  __might_resched.cold+0xff/0x13b
[   11.551738]  __kmem_cache_alloc_node+0x25b/0x3c0
[   11.551753]  ? dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.552097]  kmalloc_trace+0x26/0x60
[   11.552111]  dcn30_clock_source_create+0x34/0xc0 [amdgpu]
[   11.552452]  dcn30_create_resource_pool+0x321/0x12b0 [amdgpu]
[   11.552798]  dc_create_resource_pool+0x155/0x280 [amdgpu]
[   11.553130]  dc_create+0x1fe/0x5d0 [amdgpu]
[   11.553463]  amdgpu_dm_init.isra.0+0x286/0x380 [amdgpu]
[   11.553823]  ? __wake_up_klogd.part.0+0x56/0x80
[   11.553838]  ? vprintk_emit+0x120/0x360
[   11.553855]  ? dev_vprintk_emit+0x173/0x19b
[   11.553888]  dm_hw_init+0xe/0x20 [amdgpu]
[   11.554237]  amdgpu_device_init.cold+0x1b03/0x201d [amdgpu]
[   11.554566]  ? _raw_spin_unlock_irqrestore+0x40/0x60
[   11.554588]  amdgpu_driver_load_kms+0x15/0x110 [amdgpu]
[   11.554872]  amdgpu_pci_probe+0x164/0x370 [amdgpu]
[   11.555151]  local_pci_probe+0x41/0x80
[   11.555166]  pci_device_probe+0xb3/0x220
[   11.555181]  really_probe+0xde/0x380
[   11.555193]  ? pm_runtime_barrier+0x50/0x90
[   11.555207]  __driver_probe_device+0x78/0x170
[   11.555221]  driver_probe_device+0x1f/0x90
[   11.555235]  __driver_attach+0xd2/0x1c0
[   11.555247]  ? __pfx___driver_attach+0x10/0x10
[   11.555260]  bus_for_each_dev+0x76/0xa0
[   11.555274]  bus_add_driver+0x1b1/0x200
[   11.555288]  driver_register+0x89/0xe0
[   11.555300]  ? __pfx_init_module+0x10/0x10 [amdgpu]
[   11.555574]  do_one_initcall+0x6e/0x330
[   11.555593]  do_init_module+0x4a/0x200
[   11.555609]  __do_sys_init_module+0x16a/0x1a0
[   11.555637]  do_syscall_64+0x5b/0x80
[   11.555651]  ? asm_exc_page_fault+0x22/0x30
[   11.555664]  ? lockdep_hardirqs_on+0x7d/0x100
[   11.555678]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[   11.555693] RIP: 0033:0x7fb6cb1bd00e
[   11.555707] Code: 48 8b 0d fd 4d 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ca 4d 0c 00 f7 d8 64 89 01 48
[   11.555749] RSP: 002b:00007ffd07eec0b8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[   11.555770] RAX: ffffffffffffffda RBX: 000055b2ac104340 RCX: 00007fb6cb1bd00e
[   11.555787] RDX: 000055b2ac128750 RSI: 000000000178479e RDI: 00007fb6c7570010
[   11.555804] RBP: 000055b2ac128750 R08: 000055b2ac122c70 R09: 00007ffd07ee86fe
[   11.555822] R10: 0000000000000005 R11: 0000000000000246 R12: 0000000000020000
[   11.555839] R13: 000055b2ac12a1d0 R14: 0000000000000000 R15: 000055b2ac12a4c0
[   11.555866]  </TASK>
[   11.556209] [drm] Display Core initialized with v3.2.215!
[   11.557489] [drm] DMUB hardware initialized: version=0x02020017
[   11.713225] [drm] kiq ring mec 2 pipe 1 q 0
[   11.721355] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[   11.721659] [drm] JPEG decode initialized successfully.
[   11.724977] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   11.725231] amdgpu: sdma_bitmap: ffff
[   11.777352] memmap_init_zone_device initialised 4194304 pages in 26ms
[   11.777381] amdgpu: HMM registered 16368MB device memory
[   11.778060] amdgpu: SRAT table not found
[   11.778094] amdgpu: Virtual CRAT table created for GPU
[   11.779499] amdgpu: Topology: Add dGPU node [0x73bf:0x1002]
[   11.779531] kfd kfd: amdgpu: added device 1002:73bf
[   11.779574] amdgpu 0000:0b:00.0: amdgpu: SE 4, SH per SE 2, CU per SH 10, active_cu_number 80
[   11.780037] amdgpu 0000:0b:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   11.780058] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   11.780078] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   11.780098] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[   11.780117] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[   11.780137] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[   11.780156] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[   11.780176] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[   11.780195] amdgpu 0000:0b:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[   11.780215] amdgpu 0000:0b:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[   11.780234] amdgpu 0000:0b:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   11.780253] amdgpu 0000:0b:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   11.780272] amdgpu 0000:0b:00.0: amdgpu: ring sdma2 uses VM inv eng 14 on hub 0
[   11.780291] amdgpu 0000:0b:00.0: amdgpu: ring sdma3 uses VM inv eng 15 on hub 0
[   11.780310] amdgpu 0000:0b:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 1
[   11.780329] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 1
[   11.780349] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 1
[   11.780368] amdgpu 0000:0b:00.0: amdgpu: ring vcn_dec_1 uses VM inv eng 5 on hub 1
[   11.780388] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_1.0 uses VM inv eng 6 on hub 1
[   11.780408] amdgpu 0000:0b:00.0: amdgpu: ring vcn_enc_1.1 uses VM inv eng 7 on hub 1
[   11.780427] amdgpu 0000:0b:00.0: amdgpu: ring jpeg_dec uses VM inv eng 8 on hub 1
[   11.781925] amdgpu 0000:0b:00.0: amdgpu: Using BACO for runtime pm
[   11.786515] [drm] Initialized amdgpu 3.49.0 20150101 for 0000:0b:00.0 on minor 0
[   11.808100] fbcon: amdgpudrmfb (fb0) is primary device
[   11.808987] [drm] DSC precompute is not needed.
[   11.920678] Console: switching to colour frame buffer device 480x135
[   11.940447] amdgpu 0000:0b:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   11.974634] setfont (747) used greatest stack depth: 10688 bytes left
[   25.797238] usb 3-2: device descriptor read/64, error -110
[   26.013844] usb 3-2: new high-speed USB device number 3 using xhci_hcd
[   31.429240] usb 3-2: device descriptor read/64, error -110
[   47.300906] usb 3-2: device descriptor read/64, error -110
[   47.403462] usb usb3-port2: attempt power cycle
[   47.518153] usb 5-1: new SuperSpeed USB device number 2 using xhci_hcd
[   47.530633] usb 5-1: config 2 interface 1 altsetting 0 endpoint 0x82 has an invalid bInterval 32, changing to 9
[   47.531077] usb 5-1: New USB device found, idVendor=0fd9, idProduct=0068, bcdDevice= 4.04
[   47.531110] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   47.531138] usb 5-1: Product: Game Capture 4K60 S+
[   47.531158] usb 5-1: Manufacturer: Elgato
[   47.531176] usb 5-1: SerialNumber: 9200804094621934
[   47.846845] usb 3-2: new high-speed USB device number 4 using xhci_hcd
[   53.331309] usb 3-2: device descriptor read/8, error -110
[   58.450951] usb 3-2: device descriptor read/8, error -110
[   58.670225] usb 3-2: new high-speed USB device number 5 using xhci_hcd
[   64.082950] usb 3-2: device descriptor read/8, error -110
[   69.203288] usb 3-2: device descriptor read/8, error -110
[   69.307439] usb usb3-port2: unable to enumerate USB device
[   69.422273] usb 5-3: new SuperSpeed USB device number 3 using xhci_hcd
[   69.437569] usb 5-3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.34
[   69.437612] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   69.437641] usb 5-3: Product: USB3.0 Hub             
[   69.437662] usb 5-3: Manufacturer: VIA Labs, Inc.         
[   69.466677] hub 5-3:1.0: USB hub found
[   69.467040] hub 5-3:1.0: 4 ports detected
[   69.549846] usb 3-3: new high-speed USB device number 6 using xhci_hcd
[   69.682489] usb 3-3: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.34
[   69.682540] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   69.682573] usb 3-3: Product: USB2.0 Hub             
[   69.682598] usb 3-3: Manufacturer: VIA Labs, Inc.         
[   69.739423] hub 3-3:1.0: USB hub found
[   69.739859] hub 3-3:1.0: 4 ports detected
[   69.961456] kauditd_printk_skb: 7 callbacks suppressed
[   69.961459] audit: type=1130 audit(1672180415.972:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.013322] audit: type=1130 audit(1672180416.023:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.042169] BTRFS info (device nvme0n1p2): using crc32c (crc32c-intel) checksum algorithm
[   70.042378] BTRFS info (device nvme0n1p2): using free space tree
[   70.055144] BTRFS info (device nvme0n1p2): enabling ssd optimizations
[   70.055184] BTRFS info (device nvme0n1p2): auto enabling async discard
[   70.116390] audit: type=1130 audit(1672180416.126:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.116402] audit: type=1131 audit(1672180416.126:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.261299] audit: type=1130 audit(1672180416.271:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.320992] audit: type=1131 audit(1672180416.331:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.330971] audit: type=1131 audit(1672180416.341:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.347073] audit: type=1131 audit(1672180416.357:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.355455] audit: type=1131 audit(1672180416.365:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.368004] audit: type=1131 audit(1672180416.378:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   70.394315] systemd-udevd (599) used greatest stack depth: 10080 bytes left
[   70.412839] usb 5-3.3: new SuperSpeed USB device number 4 using xhci_hcd
[   70.426784] usb 5-3.3: New USB device found, idVendor=2109, idProduct=0817, bcdDevice= 0.50
[   70.426820] usb 5-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   70.426849] usb 5-3.3: Product: USB3.0 Hub             
[   70.426871] usb 5-3.3: Manufacturer: VIA Labs, Inc.         
[   70.458057] hub 5-3.3:1.0: USB hub found
[   70.458303] hub 5-3.3:1.0: 4 ports detected
[   70.551706] usb 3-3.2: new high-speed USB device number 7 using xhci_hcd
[   70.696582] usb 3-3.2: New USB device found, idVendor=2752, idProduct=0029, bcdDevice= 6.e0
[   70.698237] usb 3-3.2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[   70.699535] usb 3-3.2: Product: IL-DSP
[   70.700758] usb 3-3.2: Manufacturer: miniDSP
[   70.796585] input: miniDSP IL-DSP as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.2/3-3.2:1.4/0003:2752:0029.0008/input/input10
[   70.812323] systemd-journald[451]: Received SIGTERM from PID 1 (systemd).
[   70.850511] hid-generic 0003:2752:0029.0008: input,hidraw7: USB HID v1.10 Device [miniDSP IL-DSP] on usb-0000:06:00.1-3.2/input4
[   70.980702] usb 3-3.3: new high-speed USB device number 8 using xhci_hcd
[   71.122316] SELinux:  policy capability network_peer_controls=1
[   71.124094] SELinux:  policy capability open_perms=1
[   71.125374] SELinux:  policy capability extended_socket_class=1
[   71.126204] usb 3-3.3: New USB device found, idVendor=2109, idProduct=2817, bcdDevice= 0.50
[   71.126577] SELinux:  policy capability always_check_network=0
[   71.128240] usb 3-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   71.129844] SELinux:  policy capability cgroup_seclabel=1
[   71.131493] usb 3-3.3: Product: USB2.0 Hub             
[   71.131494] usb 3-3.3: Manufacturer: VIA Labs, Inc.         
[   71.133118] SELinux:  policy capability nnp_nosuid_transition=1
[   71.137720] SELinux:  policy capability genfs_seclabel_symlinks=1
[   71.138969] SELinux:  policy capability ioctl_skip_cloexec=0
[   71.178320] hub 3-3.3:1.0: USB hub found
[   71.181791] hub 3-3.3:1.0: 4 ports detected
[   71.284812] systemd[1]: Successfully loaded SELinux policy in 287.647ms.
[   71.353780] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 52.449ms.
[   71.360717] systemd[1]: systemd 252.4-598.fc38 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[   71.363267] systemd[1]: Detected architecture x86-64.
[   71.491707] usb 3-3.4: new high-speed USB device number 9 using xhci_hcd
[   71.636602] usb 3-3.4: New USB device found, idVendor=31e9, idProduct=0002, bcdDevice= 0.72
[   71.638157] usb 3-3.4: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[   71.639429] usb 3-3.4: Product: SSL 2+
[   71.640667] usb 3-3.4: Manufacturer: Solid State Logic
[   71.750732] systemd[1]: bpf-lsm: LSM BPF program attached
[   71.903025] systemd-sysv-generator[830]: SysV service '/etc/rc.d/init.d/livesys' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   71.905650] systemd-sysv-generator[830]: SysV service '/etc/rc.d/init.d/livesys-late' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[   71.933548] zram: Added device: zram0
[   71.946708] usb 3-3.3.1: new full-speed USB device number 10 using xhci_hcd
[   72.111838] usb 3-3.3.1: New USB device found, idVendor=045e, idProduct=02ea, bcdDevice= 5.0f
[   72.113639] usb 3-3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   72.115006] usb 3-3.3.1: Product: Controller
[   72.116325] usb 3-3.3.1: Manufacturer: Microsoft
[   72.117633] usb 3-3.3.1: SerialNumber: 30334F5230303734323033383330
[   72.156055] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   72.170269] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   72.173462] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   72.175545] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   72.182125] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   72.188814] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   72.200161] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   72.212543] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   72.219775] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   72.226911] systemd[1]: Created slice user.slice - User and Session Slice.
[   72.237795] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   72.239936] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   72.255188] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   72.261331] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   72.263345] systemd[1]: Reached target getty.target - Login Prompts.
[   72.273673] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   72.276007] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   72.288997] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   72.291806] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   72.305725] systemd[1]: Reached target slices.target - Slice Units.
[   72.313381] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   72.327151] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   72.331701] usb 3-3.3.2: new full-speed USB device number 11 using xhci_hcd
[   72.339402] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   72.351753] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   72.365179] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   72.373201] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   72.385453] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   72.402366] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   72.445960] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   72.463819] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   72.472485] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   72.483772] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   72.493843] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   72.497798] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   72.513098] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   72.514833] usb 3-3.3.2: New USB device found, idVendor=19f7, idProduct=001a, bcdDevice= 1.20
[   72.514837] usb 3-3.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   72.514839] usb 3-3.3.2: Product: RØDE VideoMic NTG
[   72.514841] usb 3-3.3.2: Manufacturer: RØDE Microphones
[   72.514842] usb 3-3.3.2: SerialNumber: 1EDEC413
[   72.535779] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   72.546816] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   72.560383] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   72.563874] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   72.567749] hid-generic 0003:19F7:001A.0009: hiddev99,hidraw8: USB HID v1.11 Device [RØDE Microphones RØDE VideoMic NTG] on usb-0000:06:00.1-3.3.2/input3
[   72.582811] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   72.585342] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   72.596813] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   72.599963] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   72.633166] systemd[1]: Starting systemd-journald.service - Journal Service...
[   72.639782] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   72.647237] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   72.658377] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   72.662173] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   72.665922] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   72.680610] systemd[1]: Started systemd-journald.service - Journal Service.
[   72.681938] BTRFS info (device nvme0n1p2: state M): use zstd compression, level 1
[   72.694711] usb 3-3.3.3: new full-speed USB device number 12 using xhci_hcd
[   72.856838] usb 3-3.3.3: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.04
[   72.856842] usb 3-3.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   72.856844] usb 3-3.3.3: Product: USB Receiver
[   72.856846] usb 3-3.3.3: Manufacturer: Logitech
[   72.938831] systemd-journald[845]: Received client request to flush runtime journal.
[   72.982029] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.0/0003:046D:C539.000A/input/input11
[   73.034797] hid-generic 0003:046D:C539.000A: input,hidraw9: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:06:00.1-3.3.3/input0
[   73.041564] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.1/0003:046D:C539.000B/input/input12
[   73.045954] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.1/0003:046D:C539.000B/input/input13
[   73.100026] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.1/0003:046D:C539.000B/input/input14
[   73.104334] hid-generic 0003:046D:C539.000B: input,hiddev100,hidraw10: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:06:00.1-3.3.3/input1
[   73.110425] hid-generic 0003:046D:C539.000C: hiddev101,hidraw11: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:06:00.1-3.3.3/input2
[   73.237708] usb 3-3.3.4: new high-speed USB device number 13 using xhci_hcd
[   73.374088] usb 3-3.3.4: New USB device found, idVendor=045e, idProduct=02fe, bcdDevice= 1.00
[   73.374094] usb 3-3.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   73.374097] usb 3-3.3.4: Product: XBOX ACC
[   73.374099] usb 3-3.3.4: Manufacturer: Microsoft Inc.
[   73.374101] usb 3-3.3.4: SerialNumber: 072144
[   73.392333] acpi_cpufreq: overriding BIOS provided _PSD data
[   73.449914] zram0: detected capacity change from 0 to 16777216
[   73.461274] Adding 67108860k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:67108860k SSFS
[   73.485090] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   73.486912] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   73.495771] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   73.538614] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   73.540430] RAPL PMU: hw unit of domain package 2^-16 Joules
[   73.584751] asus-ec-sensors asus-ec-sensors: board has 7 EC sensors that span 10 registers
[   73.605884] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   73.679239] logitech-djreceiver 0003:046D:C539.000A: hidraw9: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:06:00.1-3.3.3/input0
[   73.745263] mc: Linux media interface: v0.10
[   73.789798] asus_wmi: ASUS WMI generic driver loaded
[   73.805138] asus_wmi: Initialization: 0x0
[   73.808023] asus_wmi: BIOS WMI version: 0.9
[   73.811384] asus_wmi: SFUN value: 0x0
[   73.812988] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[   73.815966] SVM: TSC scaling supported
[   73.817863] kvm: Nested Virtualization enabled
[   73.819734] SVM: kvm: Nested Paging enabled
[   73.820160] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input16
[   73.821716] SEV supported: 509 ASIDs
[   73.821789] SVM: Virtual VMLOAD VMSAVE supported
[   73.821790] SVM: Virtual GIF supported
[   73.821791] SVM: LBR virtualization supported
[   73.841325] usb 3-3.2: 1:3 : unsupported format bits 0x100000000
[   73.846084] snd_hda_intel 0000:0b:00.1: enabling device (0000 -> 0002)
[   73.849064] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client
[   73.850927] snd_hda_intel 0000:0b:00.1: Force to non-snoop mode
[   73.854145] snd_hda_intel 0000:0d:00.4: enabling device (0000 -> 0002)
[   73.875739] asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -61
[   73.879224] asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -61
[   73.889385] MCE: In-kernel MCE decoding enabled.
[   73.895814] snd_hda_intel 0000:0b:00.1: bound 0000:0b:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   73.906313] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   73.906919] logitech-djreceiver 0003:046D:C539.000B: hiddev100,hidraw10: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:06:00.1-3.3.3/input1
[   73.907969] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   73.911430] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   73.912840] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   73.914341] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   73.915887] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[   73.917868] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[   73.920182] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[   73.933458] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input17
[   73.936259] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input18
[   73.940085] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input19
[   73.943766] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input20
[   73.944753] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card2/input23
[   73.949018] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input21
[   73.949264] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card2/input24
[   73.954555] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:09:00.0/0000:0a:00.0/0000:0b:00.1/sound/card1/input22
[   73.954635] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card2/input25
[   73.960390] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card2/input26
[   73.964622] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0d:00.4/sound/card2/input27
[   73.965116] logitech-djreceiver 0003:046D:C539.000C: hiddev101,hidraw11: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:06:00.1-3.3.3/input2
[   73.983921] usbcore: registered new interface driver snd-usb-audio
[   74.014791] intel_rapl_common: Found RAPL domain package
[   74.016787] intel_rapl_common: Found RAPL domain core
[   74.025062] logitech-djreceiver 0003:046D:C539.000C: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
[   74.031788] input: Logitech Wireless Mouse PID:4087 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.2/0003:046D:C539.000C/0003:046D:4087.000D/input/input28
[   74.038874] input: Logitech Wireless Mouse PID:4087 Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.2/0003:046D:C539.000C/0003:046D:4087.000D/input/input29
[   74.044907] hid-generic 0003:046D:4087.000D: input,hidraw12: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4087] on usb-0000:06:00.1-3.3.3/input2:1
[   74.321287] input: Microsoft X-Box One S pad as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.1/3-3.3.1:1.0/input/input33
[   74.322071] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   74.326014] usbcore: registered new interface driver xpad
[   74.327280] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   74.339758] Bluetooth: Core ver 2.22
[   74.342783] NET: Registered PF_BLUETOOTH protocol family
[   74.345308] Bluetooth: HCI device and connection manager initialized
[   74.348788] Bluetooth: HCI socket layer initialized
[   74.350853] Bluetooth: L2CAP socket layer initialized
[   74.350923] Bluetooth: SCO socket layer initialized
[   74.357157] BTRFS info (device sda1): using crc32c (crc32c-intel) checksum algorithm
[   74.357166] BTRFS info (device sda1): enabling auto defrag
[   74.357169] BTRFS info (device sda1): using free space tree
[   74.407490] Intel(R) Wireless WiFi driver for Linux
[   74.409645] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[   74.454952] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
[   74.456696] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[   74.459092] iwlwifi 0000:04:00.0: loaded firmware version 72.daa05125.0 cc-a0-72.ucode op_mode iwlmvm
[   74.471711] usbcore: registered new interface driver btusb
[   74.522738] Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
[   74.524723] Bluetooth: hci0: Boot Address: 0x24800
[   74.526082] Bluetooth: hci0: Firmware Version: 106-39.22
[   74.527338] Bluetooth: hci0: Firmware already loaded
[   74.569183] input: Logitech G903 LS as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/0000:03:08.0/0000:06:00.1/usb3/3-3/3-3.3/3-3.3.3/3-3.3.3:1.2/0003:046D:C539.000C/0003:046D:4087.000D/input/input34
[   74.570396] logitech-hidpp-device 0003:046D:4087.000D: input,hidraw12: USB HID v1.11 Keyboard [Logitech G903 LS] on usb-0000:06:00.1-3.3.3/input2:1
[   74.650360] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[   74.655234] thermal thermal_zone0: failed to read out thermal zone (-61)
[   74.799307] iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
[   74.825452] usb 3-3.3.4: reset high-speed USB device number 13 using xhci_hcd
[   74.866429] iwlwifi 0000:04:00.0: base HW address: 50:eb:71:79:02:57
[   74.904842] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[   74.972705] mt76x2u 3-3.3.4:1.0: ASIC revision: 76320044
[   75.215066] BTRFS info (device sda1): bdev /dev/sda1 errs: wr 0, rd 1, flush 0, corrupt 39, gen 0
[   76.285414] mt76x2u 3-3.3.4:1.0: could not get hardware semaphore for ROM PATCH
[   76.855561] mt76x2u: probe of 3-3.3.4:1.0 failed with error -110
[   76.858482] usbcore: registered new interface driver mt76x2u
[   79.963845] kauditd_printk_skb: 105 callbacks suppressed
[   79.963851] audit: type=1131 audit(1672180425.974:131): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.711941] audit: type=1130 audit(1672180471.722:132): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.730701] audit: type=1130 audit(1672180471.740:133): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.743925] audit: type=1130 audit(1672180471.754:134): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.786361] audit: type=1130 audit(1672180471.796:135): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.926869] audit: type=1130 audit(1672180471.937:136): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  125.977874] audit: type=1334 audit(1672180471.988:137): prog-id=54 op=LOAD
[  125.990188] audit: type=1305 audit(1672180472.000:138): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[  125.990205] audit: type=1300 audit(1672180472.000:138): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7fff62aec330 a2=3c a3=0 items=0 ppid=1210 pid=1211 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/sbin/auditd" subj=system_u:system_r:auditd_t:s0 key=(null)
[  125.990220] audit: type=1327 audit(1672180472.000:138): proctitle="/sbin/auditd"
[  126.051219] RPC: Registered named UNIX socket transport module.
[  126.053458] RPC: Registered udp transport module.
[  126.054928] RPC: Registered tcp transport module.
[  126.056289] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  127.247685] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  127.247701] Bluetooth: BNEP filters: protocol multicast
[  127.247711] Bluetooth: BNEP socket layer initialized
[  127.251056] Bluetooth: MGMT ver 1.22
[  127.594848] NET: Registered PF_QIPCRTR protocol family
[  133.713778] igb 0000:05:00.0 enp5s0: igb: enp5s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[  134.027219] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[  136.820083] rfkill: input handler disabled
[  138.607600] usb 3-3.3.2: 1:1: cannot get freq at ep 0x81
[  138.671598] usb 3-3.3.2: 1:1: cannot get freq at ep 0x81
[  138.735599] usb 3-3.3.2: 2:1: cannot get freq at ep 0x2
[  140.959784] Bluetooth: RFCOMM TTY layer initialized
[  140.959808] Bluetooth: RFCOMM socket layer initialized
[  140.959832] Bluetooth: RFCOMM ver 1.11
[  164.053874] rfkill: input handler enabled
[  174.063272] rfkill: input handler disabled
[  181.848589] logitech-hidpp-device 0003:046D:4087.000D: HID++ 4.2 device connected.
[  221.903937] hrtimer: interrupt took 3100375 ns
[  750.502478] gldriverquery[7172]: segfault at 1 ip 00007f1b24bc07fd sp 00007ffd879b8c70 error 4 in libLLVM-15.so[7f1b2483e000+33d4000] likely on CPU 31 (core 15, socket 0)
[  750.502567] Code: 56 ff 44 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 <48> 8b 03 4c 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14
[ 1674.473605] xdg-desktop-por[3076]: segfault at 0 ip 00007f9ebea75226 sp 00007ffd48bc1e80 error 4 in libpango-1.0.so.0.5000.12[7f9ebea5d000+37000] likely on CPU 31 (core 15, socket 0)
[ 1674.473646] Code: 55 89 f5 53 48 83 ec 70 64 48 8b 04 25 28 00 00 00 48 89 44 24 68 31 c0 49 89 e4 4c 89 e6 e8 61 b0 00 00 48 8b 5c 24 10 31 c0 <48> 83 3b 00 75 43 e9 df 00 00 00 0f 1f 80 00 00 00 00 4c 89 ea 31
[ 1760.082876] gnome-shell[2344]: segfault at 42b00000f7d ip 00007f4eedaf8dbd sp 00007fffacf81990 error 4 in libgobject-2.0.so.0.7400.1[7f4eedace000+35000] likely on CPU 3 (core 3, socket 0)
[ 1760.082905] Code: 11 45 28 48 83 c4 08 5b 5d c3 0f 1f 00 f3 0f 1e fa 48 83 ec 08 48 85 ff 0f 84 8f 00 00 00 48 8b 07 48 85 c0 0f 84 a3 00 00 00 <48> 8b 10 48 81 fa fc 03 00 00 77 57 48 89 d1 48 8d 05 4d 73 02 00
[ 1766.857105] rfkill: input handler enabled
[ 1770.751635] rfkill: input handler disabled
[ 1777.164715] rfkill: input handler enabled
[ 1779.707544] rfkill: input handler disabled
[ 1802.229710] ------------[ cut here ]------------
[ 1802.229866] WARNING: CPU: 16 PID: 13795 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[ 1802.229881] Modules linked in: uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp i2c_piix4 snd_timer
[ 1802.230105]  hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[ 1802.230204] CPU: 16 PID: 13795 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[ 1802.230213] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[ 1802.230219] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[ 1802.230228] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[ 1802.230235] RSP: 0018:ffffbd0d45103c08 EFLAGS: 00010282
[ 1802.230244] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[ 1802.230250] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d45103c88
[ 1802.230257] RBP: ffffbd0d45103c88 R08: 0000000000000001 R09: 0000000000000001
[ 1802.230262] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9e9fdfcfc300
[ 1802.230268] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 1802.230274] FS:  00007fce4dbfa5c0(0000) GS:ffff9eaea6a00000(0000) knlGS:0000000000000000
[ 1802.230281] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1802.230287] CR2: 00007fce4cd5e000 CR3: 000000054a48a000 CR4: 0000000000350ee0
[ 1802.230294] Call Trace:
[ 1802.230299]  <TASK>
[ 1802.230309]  drm_mode_atomic_ioctl+0x3ba/0xb20
[ 1802.230352]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[ 1802.230418]  drm_ioctl_kernel+0xac/0x160
[ 1802.230440]  drm_ioctl+0x1e7/0x450
[ 1802.230516]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[ 1802.230549]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[ 1802.231025]  __x64_sys_ioctl+0x90/0xd0
[ 1802.231040]  do_syscall_64+0x5b/0x80
[ 1802.231051]  ? do_syscall_64+0x67/0x80
[ 1802.231057]  ? do_syscall_64+0x67/0x80
[ 1802.231065]  ? do_syscall_64+0x67/0x80
[ 1802.231071]  ? do_syscall_64+0x67/0x80
[ 1802.231078]  ? do_syscall_64+0x67/0x80
[ 1802.231086]  ? lockdep_hardirqs_on+0x7d/0x100
[ 1802.231096]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[ 1802.231105] RIP: 0033:0x7fce5332465f
[ 1802.231133] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[ 1802.231140] RSP: 002b:00007ffc765bdca0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[ 1802.231150] RAX: ffffffffffffffda RBX: 0000556dc443cc10 RCX: 00007fce5332465f
[ 1802.231155] RDX: 00007ffc765bdd40 RSI: 00000000c03864bc RDI: 000000000000000a
[ 1802.231161] RBP: 00007ffc765bdd40 R08: 0000000000000000 R09: 0000000000000000
[ 1802.231167] R10: 0000556dc3fbd010 R11: 0000000000000246 R12: 00000000c03864bc
[ 1802.231173] R13: 000000000000000a R14: 0000556dc4466af0 R15: 0000556dc8be7ea0
[ 1802.231202]  </TASK>
[ 1802.231208] irq event stamp: 2564697
[ 1802.231213] hardirqs last  enabled at (2564705): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[ 1802.231222] hardirqs last disabled at (2564712): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[ 1802.231230] softirqs last  enabled at (2563588): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[ 1802.231238] softirqs last disabled at (2563443): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[ 1802.231245] ---[ end trace 0000000000000000 ]---
[ 1815.382223] gldriverquery[15481]: segfault at 20 ip 00007f6e283c0800 sp 00007ffe6c024570 error 4 in libLLVM-15.so[7f6e2803e000+33d4000] likely on CPU 27 (core 11, socket 0)
[ 1815.383050] Code: 21 d1 48 89 ca 48 c1 e2 04 49 8d 04 13 49 8b 2c 13 49 39 ef 75 72 4c 89 70 08 48 83 c3 08 4c 39 e3 0f 84 49 01 00 00 48 8b 03 <4c> 8b 78 20 85 f6 75 b8 31 c0 41 8b 8d d8 00 00 00 8d 14 8d 04 00
[ 2131.300963] process 'Downloads/reaper_linux_x86_64/REAPER/reaper' started with executable stack
[ 2143.064334] traps: reaper[19462] trap invalid opcode ip:7f4f1c24c777 sp:7fff86fb7540 error:0 in Tunefish4.so[7f4f1c000000+a8c000]
[ 5440.188916] TAL-Dub-X.clap[37147]: segfault at 40bc6 ip 0000000000040bc6 sp 00007ffd96191a20 error 14 in TAL-Dub-X.clap[7fef69a00000+384000] likely on CPU 1 (core 1, socket 0)
[ 5440.188964] Code: Unable to access opcode bytes at 0x40b9c.
[ 7710.359321] traps: Chrome_ChildIOT[47374] trap invalid opcode ip:55b5cac9667c sp:7fd5e8bfaa70 error:0 in chrome[55b5ca825000+a20a000]
[ 7733.335949] traps: Chrome_ChildIOT[47439] trap invalid opcode ip:55b5cac9667c sp:7fd5e8bfaa70 error:0 in chrome[55b5ca825000+a20a000]
[25943.457909] gnome-shell[13795]: segfault at 40d00000e9a ip 00007fce54916dbd sp 00007ffc765b7ed0 error 4 in libgobject-2.0.so.0.7400.1[7fce548ec000+35000] likely on CPU 29 (core 13, socket 0)
[25943.457946] Code: 11 45 28 48 83 c4 08 5b 5d c3 0f 1f 00 f3 0f 1e fa 48 83 ec 08 48 85 ff 0f 84 8f 00 00 00 48 8b 07 48 85 c0 0f 84 a3 00 00 00 <48> 8b 10 48 81 fa fc 03 00 00 77 57 48 89 d1 48 8d 05 4d 73 02 00
[25955.347917] rfkill: input handler enabled
[25960.179892] rfkill: input handler disabled
[25966.730421] rfkill: input handler enabled
[25970.075362] rfkill: input handler disabled
[26075.393865] gldriverquery[996850]: segfault at 0 ip 00007fcbba5c040e sp 00007ffd99e17060 error 4 in libLLVM-15.so[7fcbba23e000+33d4000] likely on CPU 4 (core 4, socket 0)
[26075.393891] Code: dd 48 89 e8 48 c1 e0 04 48 8d 0c 02 48 8b 04 02 49 39 c7 0f 85 97 00 00 00 4c 89 71 08 48 83 c3 08 4c 39 e3 0f 84 7a 01 00 00 <48> 8b 03 4c 8b 78 20 45 8b 95 80 01 00 00 41 f6 c2 01 49 8b 95 88
[28200.533394] ------------[ cut here ]------------
[28200.533407] WARNING: CPU: 30 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[28200.533422] Modules linked in: crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp i2c_piix4
[28200.533647]  snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[28200.533780] CPU: 30 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[28200.533788] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[28200.533795] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[28200.533804] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[28200.533811] RSP: 0018:ffffbd0d450d3b60 EFLAGS: 00010282
[28200.533820] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[28200.533826] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3be0
[28200.533832] RBP: ffffbd0d450d3be0 R08: 0000000000000001 R09: 0000000000000001
[28200.533838] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9ea03cfcb680
[28200.533844] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[28200.533850] FS:  00007f370527a5c0(0000) GS:ffff9eaeaa200000(0000) knlGS:0000000000000000
[28200.533857] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[28200.533863] CR2: 000009c10070c000 CR3: 000000081deee000 CR4: 0000000000350ee0
[28200.533870] Call Trace:
[28200.533876]  <TASK>
[28200.533888]  drm_mode_atomic_ioctl+0x3ba/0xb20
[28200.533931]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28200.533942]  drm_ioctl_kernel+0xac/0x160
[28200.533958]  drm_ioctl+0x1e7/0x450
[28200.533972]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28200.534009]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[28200.534570]  __x64_sys_ioctl+0x90/0xd0
[28200.534592]  do_syscall_64+0x5b/0x80
[28200.534619]  ? __pm_runtime_suspend+0x7b/0x130
[28200.534638]  ? lock_is_held_type+0xe8/0x140
[28200.534662]  ? do_syscall_64+0x67/0x80
[28200.534674]  ? lockdep_hardirqs_on+0x7d/0x100
[28200.534689]  ? do_syscall_64+0x67/0x80
[28200.534699]  ? do_syscall_64+0x67/0x80
[28200.534732]  ? asm_exc_page_fault+0x22/0x30
[28200.534742]  ? lockdep_hardirqs_on+0x7d/0x100
[28200.534753]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[28200.534761] RIP: 0033:0x7f3708d2465f
[28200.534788] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[28200.534795] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[28200.534806] RAX: ffffffffffffffda RBX: 0000559f6d5fa940 RCX: 00007f3708d2465f
[28200.534812] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[28200.534819] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[28200.534826] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[28200.534836] R13: 000000000000000a R14: 0000559f6d044270 R15: 0000559f712d4310
[28200.534880]  </TASK>
[28200.534889] irq event stamp: 59709803
[28200.534898] hardirqs last  enabled at (59709811): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[28200.534908] hardirqs last disabled at (59709818): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[28200.534919] softirqs last  enabled at (59709360): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[28200.534932] softirqs last disabled at (59709353): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[28200.534942] ---[ end trace 0000000000000000 ]---
[28204.128692] ------------[ cut here ]------------
[28204.128708] WARNING: CPU: 31 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[28204.128752] Modules linked in: crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp i2c_piix4
[28204.128959]  snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[28204.129053] CPU: 31 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[28204.129061] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[28204.129066] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[28204.129074] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[28204.129081] RSP: 0018:ffffbd0d450d3ba8 EFLAGS: 00010282
[28204.129088] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[28204.129094] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3c28
[28204.129100] RBP: ffffbd0d450d3c28 R08: 0000000000000001 R09: 0000000000000001
[28204.129105] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9ea03aa07c80
[28204.129110] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[28204.129115] FS:  00007f370527a5c0(0000) GS:ffff9eaeaa600000(0000) knlGS:0000000000000000
[28204.129121] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[28204.129126] CR2: 00007fce090ba000 CR3: 000000081deee000 CR4: 0000000000350ee0
[28204.129130] Call Trace:
[28204.129136]  <TASK>
[28204.129147]  drm_mode_atomic_ioctl+0x3ba/0xb20
[28204.129185]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28204.129195]  drm_ioctl_kernel+0xac/0x160
[28204.129209]  drm_ioctl+0x1e7/0x450
[28204.129220]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28204.129248]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[28204.129677]  __x64_sys_ioctl+0x90/0xd0
[28204.129689]  do_syscall_64+0x5b/0x80
[28204.129701]  ? do_syscall_64+0x67/0x80
[28204.129706]  ? lockdep_hardirqs_on+0x7d/0x100
[28204.129734]  ? do_syscall_64+0x67/0x80
[28204.129740]  ? lockdep_hardirqs_on+0x7d/0x100
[28204.129748]  ? do_syscall_64+0x67/0x80
[28204.129754]  ? do_syscall_64+0x67/0x80
[28204.129762]  ? do_syscall_64+0x67/0x80
[28204.129769]  ? lockdep_hardirqs_on+0x7d/0x100
[28204.129777]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[28204.129785] RIP: 0033:0x7f3708d2465f
[28204.129814] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[28204.129820] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[28204.129829] RAX: ffffffffffffffda RBX: 0000559f710f6560 RCX: 00007f3708d2465f
[28204.129834] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[28204.129839] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[28204.129844] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[28204.129848] R13: 000000000000000a R14: 0000559f6ed3cdc0 R15: 0000559f6dc99750
[28204.129876]  </TASK>
[28204.129880] irq event stamp: 59949965
[28204.129885] hardirqs last  enabled at (59949973): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[28204.129894] hardirqs last disabled at (59949980): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[28204.129901] softirqs last  enabled at (59947756): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[28204.129907] softirqs last disabled at (59947751): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[28204.129913] ---[ end trace 0000000000000000 ]---
[30509.679134] BTRFS info (device sda1): read error corrected: ino 0 off 12054860742656 (dev /dev/sda1 sector 23175567520)
[30509.690571] BTRFS info (device sda1): read error corrected: ino 0 off 12054860746752 (dev /dev/sda1 sector 23175567528)
[30509.713111] BTRFS info (device sda1): read error corrected: ino 0 off 12054860750848 (dev /dev/sda1 sector 23175567536)
[30509.727990] BTRFS info (device sda1): read error corrected: ino 0 off 12054860754944 (dev /dev/sda1 sector 23175567544)
[32804.380351] ------------[ cut here ]------------
[32804.380365] WARNING: CPU: 11 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[32804.380379] Modules linked in: crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp i2c_piix4
[32804.380603]  snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[32804.380704] CPU: 11 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[32804.380712] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[32804.380718] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[32804.380727] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[32804.380734] RSP: 0018:ffffbd0d450d3c28 EFLAGS: 00010282
[32804.380743] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[32804.380750] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3ca8
[32804.380756] RBP: ffffbd0d450d3ca8 R08: 0000000000000001 R09: 0000000000000001
[32804.380762] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9e9fdee586c0
[32804.380767] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[32804.380773] FS:  00007f370527a5c0(0000) GS:ffff9eaea5600000(0000) knlGS:0000000000000000
[32804.380780] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[32804.380786] CR2: 00007ed600415006 CR3: 000000081deee000 CR4: 0000000000350ee0
[32804.380793] Call Trace:
[32804.380800]  <TASK>
[32804.380812]  drm_mode_atomic_ioctl+0x3ba/0xb20
[32804.380854]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[32804.380865]  drm_ioctl_kernel+0xac/0x160
[32804.380881]  drm_ioctl+0x1e7/0x450
[32804.380894]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[32804.380927]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[32804.381393]  __x64_sys_ioctl+0x90/0xd0
[32804.381408]  do_syscall_64+0x5b/0x80
[32804.381417]  ? do_syscall_64+0x67/0x80
[32804.381425]  ? do_syscall_64+0x67/0x80
[32804.381432]  ? do_syscall_64+0x67/0x80
[32804.381439]  ? lockdep_hardirqs_on+0x7d/0x100
[32804.381451]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[32804.381459] RIP: 0033:0x7f3708d2465f
[32804.381488] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[32804.381494] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[32804.381504] RAX: ffffffffffffffda RBX: 0000559f71c43ae0 RCX: 00007f3708d2465f
[32804.381510] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[32804.381515] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[32804.381522] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[32804.381531] R13: 000000000000000a R14: 0000559f71bbebd0 R15: 0000559f70fec320
[32804.381574]  </TASK>
[32804.381585] irq event stamp: 191851011
[32804.381593] hardirqs last  enabled at (191851019): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[32804.381605] hardirqs last disabled at (191851026): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[32804.381616] softirqs last  enabled at (191850870): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[32804.381627] softirqs last disabled at (191850863): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[32804.381636] ---[ end trace 0000000000000000 ]---
[33013.275043] igb 0000:05:00.0 enp5s0: igb: enp5s0 NIC Link is Down
[33016.942466] igb 0000:05:00.0 enp5s0: igb: enp5s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[36151.566194] ------------[ cut here ]------------
[36151.566208] WARNING: CPU: 5 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[36151.566223] Modules linked in: crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp i2c_piix4
[36151.566450]  snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[36151.566553] CPU: 5 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[36151.566562] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[36151.566568] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[36151.566577] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[36151.566584] RSP: 0018:ffffbd0d450d3c40 EFLAGS: 00010282
[36151.566593] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[36151.566599] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3cc0
[36151.566606] RBP: ffffbd0d450d3cc0 R08: 0000000000000001 R09: 0000000000000001
[36151.566612] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9ea00b611bc0
[36151.566617] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[36151.566624] FS:  00007f370527a5c0(0000) GS:ffff9eaea3e00000(0000) knlGS:0000000000000000
[36151.566630] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[36151.566637] CR2: 00007f36d8864000 CR3: 000000081deee000 CR4: 0000000000350ee0
[36151.566644] Call Trace:
[36151.566650]  <TASK>
[36151.566662]  drm_mode_atomic_ioctl+0x3ba/0xb20
[36151.566706]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[36151.566717]  drm_ioctl_kernel+0xac/0x160
[36151.566734]  drm_ioctl+0x1e7/0x450
[36151.566747]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[36151.566781]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[36151.567253]  __x64_sys_ioctl+0x90/0xd0
[36151.567268]  do_syscall_64+0x5b/0x80
[36151.567277]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[36151.567287]  ? lockdep_hardirqs_on+0x7d/0x100
[36151.567298]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[36151.567306] RIP: 0033:0x7f3708d2465f
[36151.567332] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[36151.567338] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[36151.567348] RAX: ffffffffffffffda RBX: 0000559f702cc1c0 RCX: 00007f3708d2465f
[36151.567354] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[36151.567360] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[36151.567366] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[36151.567371] R13: 000000000000000a R14: 0000559f71988380 R15: 0000559f6ca07dc0
[36151.567401]  </TASK>
[36151.567407] irq event stamp: 430753461
[36151.567413] hardirqs last  enabled at (430753469): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[36151.567422] hardirqs last disabled at (430753476): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[36151.567429] softirqs last  enabled at (430753336): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[36151.567438] softirqs last disabled at (430753331): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[36151.567445] ---[ end trace 0000000000000000 ]---
[37026.343324] tun: Universal TUN/TAP device driver, 1.6
[38953.266543] ------------[ cut here ]------------
[38953.266559] WARNING: CPU: 21 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[38953.266574] Modules linked in: tun crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp
[38953.266827]  i2c_piix4 snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[38953.266928] CPU: 21 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[38953.266932] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[38953.266936] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[38953.266941] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[38953.266945] RSP: 0018:ffffbd0d450d3be8 EFLAGS: 00010282
[38953.266949] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[38953.266953] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3c68
[38953.266956] RBP: ffffbd0d450d3c68 R08: 0000000000000001 R09: 0000000000000001
[38953.266959] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9ea018692840
[38953.266962] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[38953.266965] FS:  00007f370527a5c0(0000) GS:ffff9eaea7e00000(0000) knlGS:0000000000000000
[38953.266969] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[38953.266972] CR2: 0000300d01725000 CR3: 000000081deee000 CR4: 0000000000350ee0
[38953.266975] Call Trace:
[38953.266979]  <TASK>
[38953.266985]  drm_mode_atomic_ioctl+0x3ba/0xb20
[38953.267008]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[38953.267014]  drm_ioctl_kernel+0xac/0x160
[38953.267023]  drm_ioctl+0x1e7/0x450
[38953.267030]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[38953.267047]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[38953.267320]  __x64_sys_ioctl+0x90/0xd0
[38953.267329]  do_syscall_64+0x5b/0x80
[38953.267337]  ? lock_is_held_type+0xe8/0x140
[38953.267345]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[38953.267351]  ? lockdep_hardirqs_on+0x7d/0x100
[38953.267356]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[38953.267360] RIP: 0033:0x7f3708d2465f
[38953.267381] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[38953.267384] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[38953.267389] RAX: ffffffffffffffda RBX: 0000559f725c1720 RCX: 00007f3708d2465f
[38953.267393] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[38953.267396] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[38953.267399] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[38953.267402] R13: 000000000000000a R14: 0000559f7237ac00 R15: 0000559f6e1c5d20
[38953.267417]  </TASK>
[38953.267420] irq event stamp: 568066917
[38953.267423] hardirqs last  enabled at (568066925): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[38953.267428] hardirqs last disabled at (568066932): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[38953.267432] softirqs last  enabled at (568066784): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[38953.267436] softirqs last disabled at (568066777): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[38953.267440] ---[ end trace 0000000000000000 ]---
[40090.507287] ------------[ cut here ]------------
[40090.507299] WARNING: CPU: 0 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[40090.507316] Modules linked in: tun crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp
[40090.507546]  i2c_piix4 snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[40090.507653] CPU: 0 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[40090.507662] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[40090.507668] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[40090.507678] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[40090.507685] RSP: 0018:ffffbd0d450d3c38 EFLAGS: 00010282
[40090.507694] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[40090.507700] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3cb8
[40090.507707] RBP: ffffbd0d450d3cb8 R08: 0000000000000001 R09: 0000000000000001
[40090.507713] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9ea00bf5a0c0
[40090.507718] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[40090.507725] FS:  00007f370527a5c0(0000) GS:ffff9eaea2a00000(0000) knlGS:0000000000000000
[40090.507731] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[40090.507738] CR2: 0000140007e4e020 CR3: 000000081deee000 CR4: 0000000000350ef0
[40090.507744] Call Trace:
[40090.507751]  <TASK>
[40090.507763]  drm_mode_atomic_ioctl+0x3ba/0xb20
[40090.507806]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[40090.507818]  drm_ioctl_kernel+0xac/0x160
[40090.507834]  drm_ioctl+0x1e7/0x450
[40090.507848]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[40090.507882]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[40090.508376]  __x64_sys_ioctl+0x90/0xd0
[40090.508392]  do_syscall_64+0x5b/0x80
[40090.508400]  ? do_syscall_64+0x67/0x80
[40090.508407]  ? do_syscall_64+0x67/0x80
[40090.508413]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[40090.508423]  ? lockdep_hardirqs_on+0x7d/0x100
[40090.508434]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[40090.508442] RIP: 0033:0x7f3708d2465f
[40090.508469] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[40090.508476] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[40090.508485] RAX: ffffffffffffffda RBX: 0000559f6e34ab40 RCX: 00007f3708d2465f
[40090.508492] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[40090.508498] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[40090.508504] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[40090.508510] R13: 000000000000000a R14: 0000559f71aea350 R15: 0000559f6d898d10
[40090.508539]  </TASK>
[40090.508545] irq event stamp: 642656623
[40090.508550] hardirqs last  enabled at (642656631): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[40090.508560] hardirqs last disabled at (642656638): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[40090.508568] softirqs last  enabled at (642656482): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[40090.508575] softirqs last disabled at (642656475): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[40090.508582] ---[ end trace 0000000000000000 ]---
[44097.633490] ------------[ cut here ]------------
[44097.633503] WARNING: CPU: 31 PID: 993146 at drivers/gpu/drm/drm_modeset_lock.c:276 drm_modeset_drop_locks+0x63/0x70
[44097.633519] Modules linked in: tun crypto_user uinput rfcomm snd_seq_dummy snd_hrtimer nf_conntrack_netbios_ns nf_conntrack_broadcast nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 ip_set nf_tables nfnetlink qrtr bnep sunrpc binfmt_misc mt76x2u mt76x2_common mt76x02_usb iwlmvm mt76_usb mt76x02_lib mt76 btusb mac80211 btrtl btbcm btintel iwlwifi libarc4 btmtk hid_logitech_hidpp xpad bluetooth cfg80211 ff_memless joydev intel_rapl_msr intel_rapl_common snd_hda_codec_realtek snd_seq_midi snd_hda_codec_generic snd_seq_midi_event snd_hda_codec_hdmi edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_usb_audio eeepc_wmi kvm_amd snd_hda_codec snd_usbmidi_lib asus_wmi snd_rawmidi ledtrig_audio sparse_keymap snd_hda_core platform_profile mc snd_hwdep kvm snd_seq snd_seq_device vfat fat asus_ec_sensors irqbypass rapl snd_pcm rfkill wmi_bmof k10temp
[44097.633745]  i2c_piix4 snd_timer hid_logitech_dj snd soundcore acpi_cpufreq zram amdgpu drm_ttm_helper ttm video crct10dif_pclmul crc32_pclmul iommu_v2 crc32c_intel drm_buddy polyval_clmulni gpu_sched polyval_generic drm_display_helper igb ucsi_ccg nvme typec_ucsi ghash_clmulni_intel typec ccp nvme_core cec sp5100_tco sha512_ssse3 dca nvme_common wmi ip6_tables ip_tables fuse
[44097.633902] CPU: 31 PID: 993146 Comm: gnome-shell Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[44097.633910] Hardware name: System manufacturer System Product Name/ROG STRIX X570-I GAMING, BIOS 4408 10/28/2022
[44097.633917] RIP: 0010:drm_modeset_drop_locks+0x63/0x70
[44097.633926] Code: 42 08 48 89 10 48 89 1b 48 8d bb 50 ff ff ff 48 89 5b 08 e8 9f 06 5c 00 48 8b 45 78 49 39 c4 75 c6 5b 5d 41 5c e9 9d a5 5c 00 <0f> 0b eb ac 66 0f 1f 84 00 00 00 00 00 90 90 90 90 90 90 90 90 90
[44097.633933] RSP: 0018:ffffbd0d450d3c08 EFLAGS: 00010282
[44097.633943] RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000002
[44097.633949] RDX: 00000000000002e4 RSI: ffffffff9da93089 RDI: ffffbd0d450d3c88
[44097.633955] RBP: ffffbd0d450d3c88 R08: 0000000000000001 R09: 0000000000000001
[44097.633961] R10: 0000000000000001 R11: 0000000000000000 R12: ffff9e9fda59c480
[44097.633967] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[44097.633973] FS:  00007f370527a5c0(0000) GS:ffff9eaeaa600000(0000) knlGS:0000000000000000
[44097.633979] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[44097.633986] CR2: 000026e00f150000 CR3: 000000081deee000 CR4: 0000000000350ee0
[44097.633993] Call Trace:
[44097.634000]  <TASK>
[44097.634012]  drm_mode_atomic_ioctl+0x3ba/0xb20
[44097.634056]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[44097.634067]  drm_ioctl_kernel+0xac/0x160
[44097.634083]  drm_ioctl+0x1e7/0x450
[44097.634097]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[44097.634131]  amdgpu_drm_ioctl+0x4a/0x80 [amdgpu]
[44097.634576]  __x64_sys_ioctl+0x90/0xd0
[44097.634591]  do_syscall_64+0x5b/0x80
[44097.634601]  ? do_syscall_64+0x67/0x80
[44097.634608]  ? lockdep_hardirqs_on+0x7d/0x100
[44097.634619]  ? do_syscall_64+0x67/0x80
[44097.634625]  ? do_syscall_64+0x67/0x80
[44097.634632]  ? asm_exc_page_fault+0x22/0x30
[44097.634641]  ? lockdep_hardirqs_on+0x7d/0x100
[44097.634651]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[44097.634659] RIP: 0033:0x7f3708d2465f
[44097.634688] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00
[44097.634695] RSP: 002b:00007fff7102d130 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[44097.634704] RAX: ffffffffffffffda RBX: 0000559f70ca8640 RCX: 00007f3708d2465f
[44097.634710] RDX: 00007fff7102d1d0 RSI: 00000000c03864bc RDI: 000000000000000a
[44097.634716] RBP: 00007fff7102d1d0 R08: 0000000000000000 R09: 0000000000000000
[44097.634722] R10: 0000559f6c2dc010 R11: 0000000000000246 R12: 00000000c03864bc
[44097.634727] R13: 000000000000000a R14: 0000559f6dc91040 R15: 0000559f724b8f10
[44097.634787]  </TASK>
[44097.634793] irq event stamp: 946647259
[44097.634798] hardirqs last  enabled at (946647267): [<ffffffff9c1a956e>] __up_console_sem+0x5e/0x70
[44097.634808] hardirqs last disabled at (946647274): [<ffffffff9c1a9553>] __up_console_sem+0x43/0x70
[44097.634815] softirqs last  enabled at (946646704): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[44097.634823] softirqs last disabled at (946646697): [<ffffffff9c110ecd>] __irq_exit_rcu+0xed/0x160
[44097.634830] ---[ end trace 0000000000000000 ]---
[46944.301588] INFO: task btrfs-transacti:1184 blocked for more than 122 seconds.
[46944.301825]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.301829] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.301832] task:btrfs-transacti state:D stack:12000 pid:1184  ppid:2      flags:0x00004000
[46944.301840] Call Trace:
[46944.301843]  <TASK>
[46944.301851]  __schedule+0x50c/0x1780
[46944.301863]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.301876]  schedule+0x5d/0xe0
[46944.301881]  wait_current_trans+0x110/0x170
[46944.301888]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.301895]  start_transaction+0x36c/0x680
[46944.301904]  transaction_kthread+0xb6/0x1b0
[46944.301912]  ? __pfx_transaction_kthread+0x10/0x10
[46944.301916]  kthread+0xf5/0x120
[46944.301920]  ? __pfx_kthread+0x10/0x10
[46944.301926]  ret_from_fork+0x2c/0x50
[46944.301941]  </TASK>
[46944.302011] INFO: task CFileWriterThre:996737 blocked for more than 122 seconds.
[46944.302014]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.302017] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.302020] task:CFileWriterThre state:D stack:11696 pid:996737 ppid:996299 flags:0x20000002
[46944.302026] Call Trace:
[46944.302029]  <TASK>
[46944.302035]  __schedule+0x50c/0x1780
[46944.302042]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.302052]  schedule+0x5d/0xe0
[46944.302057]  wait_current_trans+0x110/0x170
[46944.302062]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.302068]  start_transaction+0x26f/0x680
[46944.302078]  btrfs_create_common+0x92/0x120
[46944.302093]  lookup_open.isra.0+0x653/0x6e0
[46944.302116]  path_openat+0x32a/0xc80
[46944.302127]  do_filp_open+0x9e/0x130
[46944.302149]  do_sys_openat2+0x96/0x150
[46944.302156]  __ia32_compat_sys_openat+0x4f/0x70
[46944.302162]  __do_fast_syscall_32+0x88/0xf0
[46944.302166]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.302171]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302175]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302179]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302182]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302185]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302191]  do_fast_syscall_32+0x2f/0x70
[46944.302195]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[46944.302200] RIP: 0023:0xf7fbb569
[46944.302220] RSP: 002b:00000000dcefca10 EFLAGS: 00200286 ORIG_RAX: 0000000000000127
[46944.302225] RAX: ffffffffffffffda RBX: 00000000ffffff9c RCX: 00000000dcefca78
[46944.302228] RDX: 0000000000008241 RSI: 00000000000001ff RDI: 0000000000008241
[46944.302231] RBP: 00000000f7d7aff4 R08: 00000000dcefca10 R09: 0000000000000000
[46944.302234] R10: 0000000000000000 R11: 0000000000200286 R12: 0000000000000000
[46944.302237] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[46944.302252]  </TASK>
[46944.302256] INFO: task CFileWriterThre:996875 blocked for more than 122 seconds.
[46944.302259]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.302262] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.302265] task:CFileWriterThre state:D stack:11488 pid:996875 ppid:996299 flags:0x20004002
[46944.302271] Call Trace:
[46944.302273]  <TASK>
[46944.302279]  __schedule+0x50c/0x1780
[46944.302287]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.302297]  schedule+0x5d/0xe0
[46944.302302]  wait_current_trans+0x110/0x170
[46944.302307]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.302313]  start_transaction+0x26f/0x680
[46944.302323]  btrfs_sync_file+0x364/0x600
[46944.302339]  __ia32_sys_fdatasync+0x4b/0x90
[46944.302345]  __do_fast_syscall_32+0x88/0xf0
[46944.302348]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.302353]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302359]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302363]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.302368]  ? __do_fast_syscall_32+0x94/0xf0
[46944.302374]  do_fast_syscall_32+0x2f/0x70
[46944.302378]  entry_SYSCALL_compat_after_hwframe+0x71/0x79
[46944.302382] RIP: 0023:0xf7fbb569
[46944.302387] RSP: 002b:00000000de8fdc70 EFLAGS: 00200286 ORIG_RAX: 0000000000000094
[46944.302391] RAX: ffffffffffffffda RBX: 000000000000007c RCX: 00000000de8ffb40
[46944.302394] RDX: 0000000000000000 RSI: 00000000f7d7aff4 RDI: 000000000000007c
[46944.302397] RBP: 00000000de8fdce8 R08: 00000000de8fdc70 R09: 0000000000000000
[46944.302400] R10: 0000000000000000 R11: 0000000000200286 R12: 0000000000000000
[46944.302403] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[46944.302416]  </TASK>
[46944.302469] INFO: task Timer-1:3351505 blocked for more than 122 seconds.
[46944.302472]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.302475] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.302477] task:Timer-1         state:D stack:12800 pid:3351505 ppid:3351414 flags:0x00000002
[46944.302484] Call Trace:
[46944.302486]  <TASK>
[46944.302492]  __schedule+0x50c/0x1780
[46944.302500]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.302510]  schedule+0x5d/0xe0
[46944.302514]  wait_current_trans+0x110/0x170
[46944.302519]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.302525]  start_transaction+0x26f/0x680
[46944.302555]  btrfs_setattr+0x1ed/0x8a0
[46944.302565]  ? selinux_inode_setattr+0xbc/0x160
[46944.302577]  notify_change+0x29b/0x5b0
[46944.302582]  ? find_held_lock+0x32/0x90
[46944.302593]  ? do_truncate+0x83/0xc0
[46944.302597]  do_truncate+0x83/0xc0
[46944.302608]  path_openat+0xa1d/0xc80
[46944.302619]  do_filp_open+0x9e/0x130
[46944.302640]  do_sys_openat2+0x96/0x150
[46944.302646]  __x64_sys_openat+0x5c/0x80
[46944.302651]  do_syscall_64+0x5b/0x80
[46944.302658]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[46944.302662]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.302667]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.302671] RIP: 0033:0x7fd9a7f07ba1
[46944.302676] RSP: 002b:00007fd6b895e390 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[46944.302680] RAX: ffffffffffffffda RBX: 0000000000000241 RCX: 00007fd9a7f07ba1
[46944.302684] RDX: 0000000000000241 RSI: 00007fd698004b00 RDI: 00000000ffffff9c
[46944.302686] RBP: 00007fd6b895e400 R08: 0000000000000000 R09: 0000100bfd800158
[46944.302689] R10: 00000000000001b6 R11: 0000000000000293 R12: 00007fd698004b00
[46944.302692] R13: 0000000000000241 R14: 00007fd698004b00 R15: 00007fd698004b00
[46944.302706]  </TASK>
[46944.302775] INFO: task ThreadPoolForeg:3395000 blocked for more than 122 seconds.
[46944.302778]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.302780] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.302783] task:ThreadPoolForeg state:D stack:11800 pid:3395000 ppid:994547 flags:0x00004002
[46944.302789] Call Trace:
[46944.302791]  <TASK>
[46944.302797]  __schedule+0x50c/0x1780
[46944.302805]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.302815]  schedule+0x5d/0xe0
[46944.302820]  wait_current_trans+0x110/0x170
[46944.302824]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.302831]  start_transaction+0x26f/0x680
[46944.302852]  btrfs_sync_file+0x364/0x600
[46944.302889]  __x64_sys_fdatasync+0x4b/0x90
[46944.302899]  do_syscall_64+0x5b/0x80
[46944.302907]  ? asm_sysvec_apic_timer_interrupt+0x16/0x20
[46944.302916]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.302926]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.302933] RIP: 0033:0x7f5a15e5161a
[46944.302942] RSP: 002b:00007f5a02ffae60 EFLAGS: 00000293 ORIG_RAX: 000000000000004b
[46944.302950] RAX: ffffffffffffffda RBX: 00007f5a02ffb040 RCX: 00007f5a15e5161a
[46944.302956] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000000001e7
[46944.302961] RBP: 00007f5a02ffaf20 R08: 0000000000000000 R09: 0000000000000001
[46944.302967] R10: 00007ffd5d5a8080 R11: 0000000000000293 R12: 00002e244a6e00a8
[46944.302972] R13: 000000000040bc28 R14: 00007f5a02ffae90 R15: 000055a5d5e09a10
[46944.303000]  </TASK>
[46944.303006] INFO: task ThreadPoolForeg:3395012 blocked for more than 122 seconds.
[46944.303011]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.303017] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.303022] task:ThreadPoolForeg state:D stack:12152 pid:3395012 ppid:994547 flags:0x00000002
[46944.303033] Call Trace:
[46944.303038]  <TASK>
[46944.303049]  __schedule+0x50c/0x1780
[46944.303064]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.303084]  schedule+0x5d/0xe0
[46944.303093]  wait_current_trans+0x110/0x170
[46944.303102]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.303114]  start_transaction+0x26f/0x680
[46944.303133]  btrfs_sync_file+0x364/0x600
[46944.303164]  __x64_sys_fdatasync+0x4b/0x90
[46944.303173]  do_syscall_64+0x5b/0x80
[46944.303185]  ? asm_exc_page_fault+0x22/0x30
[46944.303193]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.303203]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.303210] RIP: 0033:0x7f5a15e5161a
[46944.303218] RSP: 002b:00007f59fb9fba80 EFLAGS: 00000293 ORIG_RAX: 000000000000004b
[46944.303227] RAX: ffffffffffffffda RBX: 00002e240713f1c0 RCX: 00007f5a15e5161a
[46944.303232] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000000000b8
[46944.303238] RBP: 00007f59fb9fbad0 R08: 0000000000000000 R09: 0000000000000002
[46944.303243] R10: 0000000000005400 R11: 0000000000000293 R12: 0000000000005400
[46944.303249] R13: 000055a5cec44f10 R14: 00002e2405647180 R15: 0000000000001000
[46944.303276]  </TASK>
[46944.303282] INFO: task ThreadPoolForeg:3400419 blocked for more than 122 seconds.
[46944.303287]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.303293] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.303297] task:ThreadPoolForeg state:D stack:12432 pid:3400419 ppid:994547 flags:0x00004002
[46944.303309] Call Trace:
[46944.303313]  <TASK>
[46944.303325]  __schedule+0x50c/0x1780
[46944.303339]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.303359]  schedule+0x5d/0xe0
[46944.303368]  wait_current_trans+0x110/0x170
[46944.303377]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.303389]  start_transaction+0x26f/0x680
[46944.303408]  btrfs_sync_file+0x364/0x600
[46944.303439]  __x64_sys_fdatasync+0x4b/0x90
[46944.303448]  do_syscall_64+0x5b/0x80
[46944.303459]  ? lock_is_held_type+0xe8/0x140
[46944.303474]  ? do_syscall_64+0x67/0x80
[46944.303481]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.303491]  ? do_syscall_64+0x67/0x80
[46944.303497]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.303506]  ? do_syscall_64+0x67/0x80
[46944.303512]  ? do_syscall_64+0x67/0x80
[46944.303518]  ? do_syscall_64+0x67/0x80
[46944.303525]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.303549]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.303556] RIP: 0033:0x7f5a15e5161a
[46944.303565] RSP: 002b:00007f59f99f7fc0 EFLAGS: 00000293 ORIG_RAX: 000000000000004b
[46944.303573] RAX: ffffffffffffffda RBX: 00002e246a8d98c0 RCX: 00007f5a15e5161a
[46944.303579] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000000000a7
[46944.303584] RBP: 00007f59f99f8080 R08: 000000000000fffe R09: 000055a5cdac99a0
[46944.303590] R10: 00007ffd5d5a8080 R11: 0000000000000293 R12: 0000000000000100
[46944.303595] R13: 00002e246a8d98c0 R14: 00007f59f99f7ff0 R15: 000055a5d5e09a10
[46944.303623]  </TASK>
[46944.303628] INFO: task ThreadPoolForeg:3401761 blocked for more than 122 seconds.
[46944.303633]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.303639] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.303644] task:ThreadPoolForeg state:D stack:12480 pid:3401761 ppid:994547 flags:0x00004002
[46944.303654] Call Trace:
[46944.303659]  <TASK>
[46944.303670]  __schedule+0x50c/0x1780
[46944.303685]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.303705]  schedule+0x5d/0xe0
[46944.303714]  wait_current_trans+0x110/0x170
[46944.303724]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.303735]  start_transaction+0x26f/0x680
[46944.303754]  btrfs_sync_file+0x364/0x600
[46944.303785]  __x64_sys_fdatasync+0x4b/0x90
[46944.303795]  do_syscall_64+0x5b/0x80
[46944.303802]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.303812]  ? do_syscall_64+0x67/0x80
[46944.303823]  ? asm_exc_page_fault+0x22/0x30
[46944.303831]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.303841]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.303848] RIP: 0033:0x7f5a15e5161a
[46944.303856] RSP: 002b:00007f59f89f5340 EFLAGS: 00000293 ORIG_RAX: 000000000000004b
[46944.303864] RAX: ffffffffffffffda RBX: 00002e246057e300 RCX: 00007f5a15e5161a
[46944.303870] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 00000000000001d9
[46944.303875] RBP: 00007f59f89f5400 R08: 000000000000fffe R09: 00000000001002f1
[46944.303881] R10: 00007ffd5d5a8080 R11: 0000000000000293 R12: 00002e246057e2e0
[46944.303886] R13: 000055a5d5e09a10 R14: 00007f59f89f5370 R15: 000055a5d5e09a10
[46944.303913]  </TASK>
[46944.303918] INFO: task ThreadPoolForeg:3401928 blocked for more than 122 seconds.
[46944.303924]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.303929] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.303934] task:ThreadPoolForeg state:D stack:12560 pid:3401928 ppid:994547 flags:0x00000002
[46944.303945] Call Trace:
[46944.303950]  <TASK>
[46944.303961]  __schedule+0x50c/0x1780
[46944.303976]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.303995]  schedule+0x5d/0xe0
[46944.304004]  wait_current_trans+0x110/0x170
[46944.304014]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.304025]  start_transaction+0x26f/0x680
[46944.304044]  btrfs_create_common+0x92/0x120
[46944.304072]  lookup_open.isra.0+0x653/0x6e0
[46944.304092]  ? __wake_up_common_lock+0x57/0xa0
[46944.304119]  path_openat+0x32a/0xc80
[46944.304139]  do_filp_open+0x9e/0x130
[46944.304182]  do_sys_openat2+0x96/0x150
[46944.304194]  __x64_sys_openat+0x5c/0x80
[46944.304204]  do_syscall_64+0x5b/0x80
[46944.304210]  ? do_syscall_64+0x67/0x80
[46944.304216]  ? do_syscall_64+0x67/0x80
[46944.304223]  ? up_read+0x17/0x20
[46944.304234]  ? lock_is_held_type+0xe8/0x140
[46944.304248]  ? asm_exc_page_fault+0x22/0x30
[46944.304256]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.304266]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.304273] RIP: 0033:0x7f5a15e4a890
[46944.304282] RSP: 002b:00007f59d65fdd20 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[46944.304290] RAX: ffffffffffffffda RBX: 0000000000000241 RCX: 00007f5a15e4a890
[46944.304295] RDX: 0000000000000241 RSI: 00002e2458b1b790 RDI: 00000000ffffff9c
[46944.304301] RBP: 00002e2458b1b790 R08: 0000000000000000 R09: 002f4f77ff1a0a40
[46944.304307] R10: 0000000000000180 R11: 0000000000000293 R12: 00007f59d65fdda8
[46944.304312] R13: 0000000000000241 R14: 0000000000008048 R15: 00002e2412be3b78
[46944.304339]  </TASK>
[46944.304345] INFO: task chrome_crashpad:3394982 blocked for more than 122 seconds.
[46944.304350]       Tainted: G        W    L    -------  ---  6.2.0-0.rc1.14.fc38.x86_64+debug #1
[46944.304356] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[46944.304361] task:chrome_crashpad state:D stack:13056 pid:3394982 ppid:2125   flags:0x00000002
[46944.304372] Call Trace:
[46944.304377]  <TASK>
[46944.304389]  __schedule+0x50c/0x1780
[46944.304403]  ? _raw_spin_unlock_irqrestore+0x30/0x60
[46944.304423]  schedule+0x5d/0xe0
[46944.304432]  wait_current_trans+0x110/0x170
[46944.304442]  ? __pfx_autoremove_wake_function+0x10/0x10
[46944.304454]  start_transaction+0x26f/0x680
[46944.304472]  btrfs_create_common+0x92/0x120
[46944.304501]  lookup_open.isra.0+0x653/0x6e0
[46944.304521]  ? __wake_up_common_lock+0x57/0xa0
[46944.304561]  path_openat+0x32a/0xc80
[46944.304581]  do_filp_open+0x9e/0x130
[46944.304624]  do_sys_openat2+0x96/0x150
[46944.304636]  __x64_sys_openat+0x5c/0x80
[46944.304646]  do_syscall_64+0x5b/0x80
[46944.304656]  ? lock_is_held_type+0xe8/0x140
[46944.304671]  ? do_syscall_64+0x67/0x80
[46944.304678]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.304688]  ? do_syscall_64+0x67/0x80
[46944.304695]  ? lockdep_hardirqs_on+0x7d/0x100
[46944.304704]  entry_SYSCALL_64_after_hwframe+0x72/0xdc
[46944.304711] RIP: 0033:0x7f5456e6d890
[46944.304720] RSP: 002b:00007ffe214bd990 EFLAGS: 00000293 ORIG_RAX: 0000000000000101
[46944.304728] RAX: ffffffffffffffda RBX: 00000000000801c1 RCX: 00007f5456e6d890
[46944.304734] RDX: 00000000000801c1 RSI: 0000040400250580 RDI: 00000000ffffff9c
[46944.304739] RBP: 0000040400250580 R08: 0000000000000000 R09: 0000040400250580
[46944.304745] R10: 0000000000000180 R11: 0000000000000293 R12: 00007ffe214bdbe8
[46944.304750] R13: 00007ffe214bdc00 R14: 00000000000801c1 R15: 0000000000000180
[46944.304777]  </TASK>
[46944.304850] 
               Showing all locks held in the system:
[46944.304859] 1 lock held by rcu_tasks_kthre/11:
[46944.304865]  #0: ffffffff9e5664c0 (rcu_tasks.tasks_gp_mutex){+.+.}-{3:3}, at: rcu_tasks_one_gp+0x2b/0x3e0
[46944.304888] 1 lock held by rcu_tasks_rude_/12:
[46944.304893]  #0: ffffffff9e566200 (rcu_tasks_rude.tasks_gp_mutex){+.+.}-{3:3}, at: rcu_tasks_one_gp+0x2b/0x3e0
[46944.304913] 1 lock held by rcu_tasks_trace/13:
[46944.304918]  #0: ffffffff9e565f00 (rcu_tasks_trace.tasks_gp_mutex){+.+.}-{3:3}, at: rcu_tasks_one_gp+0x2b/0x3e0
[46944.304949] 1 lock held by khungtaskd/182:
[46944.304954]  #0: ffffffff9e566fc0 (rcu_read_lock){....}-{1:2}, at: debug_show_all_locks+0x15/0x16b
[46944.304987] 4 locks held by systemd-journal/845:
[46944.304996] 1 lock held by btrfs-transacti/1184:
[46944.305002]  #0: ffff9ea00d35c878 (&fs_info->transaction_kthread_mutex){+.+.}-{3:3}, at: transaction_kthread+0x57/0x1b0
[46944.305079] 2 locks held by htop/994536:
[46944.305085]  #0: ffff9ea6da8e8960 (&p->lock){+.+.}-{3:3}, at: seq_read_iter+0x55/0x460
[46944.305104]  #1: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: m_start+0x76/0x1d0
[46944.305136] 3 locks held by CFileWriterThre/996737:
[46944.305142]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.305163]  #1: ffff9ea432ef3708 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.305183]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.305205] 3 locks held by CFileWriterThre/996875:
[46944.305211]  #0: ffff9e9ed4d1ca88 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.305232]  #1: ffff9e9ed4d1c8f8 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.305250]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.305290] 3 locks held by sublime_merge/1061403:
[46944.305296]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.305317]  #1: ffff9ea1982d7b48 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.305337]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.305375] 3 locks held by Telegram/3403125:
[46944.305381]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.305401]  #1: ffff9ea27a5940c8 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.305421]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.305442] 4 locks held by kworker/u64:8/3062434:
[46944.305447]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305470]  #1: ffffbd0d58b6be78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305488]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.305508]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.305555] 3 locks held by Timer-1/3351505:
[46944.305561]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x964/0xc80
[46944.305582]  #1: ffff9ea1dd0867c8 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: do_truncate+0x73/0xc0
[46944.305603]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_setattr+0x1ed/0x8a0
[46944.305661] 4 locks held by kworker/u64:3/3369498:
[46944.305666]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305688]  #1: ffffbd0d5e75be78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305707]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.305726]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.305767] 4 locks held by kworker/u64:9/3386346:
[46944.305773]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305794]  #1: ffffbd0d5ae63e78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305812]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.305831]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.305856] 2 locks held by kworker/u64:5/3390189:
[46944.305862]  #0: ffff9e9fc0059d48 ((wq_completion)events_unbound){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305881]  #1: ffffbd0d6042be78 ((work_completion)(&state->commit_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.305902] 3 locks held by kworker/14:2/3393840:
[46944.305909] 1 lock held by chrome/3394975:
[46944.305915]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_user_addr_fault+0x429/0x6b0
[46944.305935] 1 lock held by ThreadPoolServi/3394998:
[46944.305941]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_mprotect_pkey+0xef/0x410
[46944.305962] 3 locks held by ThreadPoolForeg/3395000:
[46944.305967]  #0: ffff9ea2a2f640c8 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.305988]  #1: ffff9ea2a2f63f38 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.306007]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.306027] 1 lock held by ThreadPoolForeg/3395001:
[46944.306032]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: vm_mmap_pgoff+0x92/0x160
[46944.306053] 1 lock held by Chrome_IOThread/3395004:
[46944.306059]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_user_addr_fault+0x429/0x6b0
[46944.306078] 3 locks held by ThreadPoolForeg/3395012:
[46944.306083]  #0: ffff9ea380bd9008 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.306104]  #1: ffff9ea380bd8e78 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.306122]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.306142] 3 locks held by CacheThread_Blo/3395017:
[46944.306147]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_user_addr_fault+0x429/0x6b0
[46944.306165]  #1: ffff9e9fc1e1c5a8 (sb_pagefaults){.+.+}-{0:0}, at: do_page_mkwrite+0x49/0x120
[46944.306185]  #2: ffff9ea04d41abb8 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_page_mkwrite+0x2cc/0x7e0
[46944.306206] 3 locks held by ThreadPoolForeg/3400419:
[46944.306212]  #0: ffff9e9ecb3a2d48 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.306232]  #1: ffff9e9ecb3a2bb8 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.306250]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.306270] 8 locks held by ThreadPoolForeg/3401233:
[46944.306275]  #0: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.306293]  #1: ffff9ea00d35e718 (btrfs_trans_completed){++++}-{0:0}, at: btrfs_commit_transaction+0x388/0xed0
[46944.306313]  #2: ffff9ea00d35e6e8 (btrfs_trans_super_committed){++++}-{0:0}, at: btrfs_commit_transaction+0x388/0xed0
[46944.306332]  #3: ffff9ea00d35e6b8 (btrfs_trans_unblocked){++++}-{0:0}, at: btrfs_commit_transaction+0x388/0xed0
[46944.306351]  #4: ffff9ea00d35cde0 (&fs_info->reloc_mutex){+.+.}-{3:3}, at: btrfs_commit_transaction+0x435/0xed0
[46944.306371]  #5: ffff9ea11be07268 (&head_ref->mutex){+.+.}-{3:3}, at: btrfs_delayed_ref_lock+0x2b/0x150
[46944.306391]  #6: ffff9ead3069bd98 (btrfs-extent-01){++++}-{3:3}, at: __btrfs_tree_lock+0x21/0x100
[46944.306411]  #7: ffff9ea0111a09f0 (btrfs-extent-00){++++}-{3:3}, at: __btrfs_tree_lock+0x21/0x100
[46944.306431] 3 locks held by ThreadPoolForeg/3401761:
[46944.306437]  #0: ffff9ea1429efb48 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.306458]  #1: ffff9ea1429ef9b8 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.306476]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.306495] 3 locks held by ThreadPoolForeg/3401928:
[46944.306501]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.306521]  #1: ffff9ea0e4eaca88 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.306552]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.306573] 1 lock held by ThreadPoolForeg/3401943:
[46944.306578]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_user_addr_fault+0x429/0x6b0
[46944.306597] 1 lock held by ThreadPoolForeg/3402745:
[46944.306603]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_user_addr_fault+0x429/0x6b0
[46944.306622] 1 lock held by ThreadPoolForeg/3402978:
[46944.306628]  #0: ffff9ea32bfbc770 (&mm->mmap_lock){++++}-{3:3}, at: do_user_addr_fault+0x429/0x6b0
[46944.306648] 3 locks held by chrome_crashpad/3394982:
[46944.306653]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.306673]  #1: ffff9ea0eee0ca88 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.306694]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.306718] 3 locks held by ThreadPoolForeg/3395026:
[46944.306723]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: do_syscall_64+0x5b/0x80
[46944.306744]  #1: ffff9ea680fcb708 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: do_truncate+0x73/0xc0
[46944.306765]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_setattr+0x1ed/0x8a0
[46944.306786] 3 locks held by ThreadPoolForeg/3395028:
[46944.306792]  #0: ffff9ea2a3c23708 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.306812]  #1: ffff9ea2a3c23578 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.306831]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.306851] 3 locks held by ThreadPoolForeg/3400517:
[46944.306856]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: do_syscall_64+0x5b/0x80
[46944.306876]  #1: ffff9ea6712f4a88 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: do_truncate+0x73/0xc0
[46944.306897]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_setattr+0x1ed/0x8a0
[46944.306918] 3 locks held by ThreadPoolForeg/3401947:
[46944.306923]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: do_syscall_64+0x5b/0x80
[46944.306943]  #1: ffff9ea6e4a6c0c8 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: do_truncate+0x73/0xc0
[46944.306965]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_setattr+0x1ed/0x8a0
[46944.306985] 3 locks held by ThreadPoolForeg/3401966:
[46944.306991]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: do_syscall_64+0x5b/0x80
[46944.307011]  #1: ffff9ea543b48648 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: do_truncate+0x73/0xc0
[46944.307032]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_setattr+0x1ed/0x8a0
[46944.307053] 3 locks held by ThreadPoolForeg/3401970:
[46944.307058]  #0: ffff9ea284167b48 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.307079]  #1: ffff9ea2841679b8 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.307097]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.307116] 3 locks held by ThreadPoolForeg/3401971:
[46944.307122]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307143]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307163]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.307185] 2 locks held by ThreadPoolForeg/3402831:
[46944.307191]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307211]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307235] 2 locks held by ThreadPoolForeg/3402832:
[46944.307240]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307261]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307284] 2 locks held by ThreadPoolForeg/3402888:
[46944.307289]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307309]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307331] 2 locks held by ThreadPoolForeg/3402979:
[46944.307337]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307357]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307378] 2 locks held by ThreadPoolForeg/3402991:
[46944.307383]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307403]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307425] 2 locks held by ThreadPoolForeg/3402992:
[46944.307430]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: do_unlinkat+0xc4/0x300
[46944.307451]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6/1){+.+.}-{3:3}, at: do_unlinkat+0x1cb/0x300
[46944.307476] 3 locks held by ThreadPoolForeg/3402993:
[46944.307481]  #0: ffff9ea2d28c9008 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.307502]  #1: ffff9ea2d28c8e78 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.307520]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.307553] 3 locks held by ThreadPoolForeg/3403006:
[46944.307558]  #0: ffff9ea15a7c3708 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: btrfs_inode_lock+0x3c/0x70
[46944.307579]  #1: ffff9ea15a7c3578 (&ei->i_mmap_lock){++++}-{3:3}, at: btrfs_inode_lock+0x4d/0x70
[46944.307598]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_sync_file+0x364/0x600
[46944.307617] 2 locks held by ThreadPoolForeg/3403023:
[46944.307623]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307643]  #1: ffff9ea1365fa388 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307665] 3 locks held by ThreadPoolForeg/3403047:
[46944.307671]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.307691]  #1: ffff9ea1e5c9b708 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.307711]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.307770] 2 locks held by kworker/u64:0/3397787:
[46944.307776]  #0: ffff9e9fd2f47148 ((wq_completion)blkcg_punt_bio){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.307795]  #1: ffffbd0d47ba7e78 ((work_completion)(&blkg->async_bio_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.307817] 4 locks held by kworker/u64:11/3398389:
[46944.307822]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.307843]  #1: ffffbd0d55c03e78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.307862]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.307887]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.307912] 4 locks held by kworker/u64:6/3401104:
[46944.307918]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.307939]  #1: ffffbd0d58cabe78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.307958]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.307977]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.308002] 2 locks held by kworker/u64:12/3401566:
[46944.308008]  #0: ffff9e9fd2f47148 ((wq_completion)blkcg_punt_bio){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308027]  #1: ffffbd0d47447e78 ((work_completion)(&blkg->async_bio_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308047] 4 locks held by kworker/u64:13/3401990:
[46944.308053]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308074]  #1: ffffbd0d549a7e78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308093]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.308112]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.308133] 4 locks held by kworker/u64:14/3402022:
[46944.308138]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308159]  #1: ffffbd0d54fcfe78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308178]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.308197]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.308217] 4 locks held by kworker/u64:15/3402023:
[46944.308223]  #0: ffff9e9fc1240948 ((wq_completion)btrfs-endio-write#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308244]  #1: ffffbd0d46f7fe78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308263]  #2: ffff9ea00d35e778 (btrfs_ordered_extent){++++}-{0:0}, at: btrfs_finish_ordered_io+0x314/0x860
[46944.308282]  #3: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_finish_ordered_io+0x387/0x860
[46944.308303] 3 locks held by exe/3402687:
[46944.308309]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: path_openat+0x781/0xc80
[46944.308329]  #1: ffff9ea2431afb48 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x311/0xc80
[46944.308350]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_create_common+0x92/0x120
[46944.308376] 3 locks held by dnf/3403081:
[46944.308381]  #0: ffff9e9fc1e1c498 (sb_writers#15){.+.+}-{0:0}, at: __x64_sys_fsetxattr+0x66/0xe0
[46944.308404]  #1: ffff9eaa9a204a88 (&sb->s_type->i_mutex_key#19){++++}-{3:3}, at: vfs_setxattr+0x6c/0x160
[46944.308425]  #2: ffff9e9fc1e1c6b8 (sb_internal){.+.+}-{0:0}, at: btrfs_setxattr_trans+0x117/0x1a0
[46944.308446] 2 locks held by kworker/u64:21/3403084:
[46944.308451]  #0: ffff9e9fc1e25d48 ((wq_completion)btrfs-worker#2){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0
[46944.308473]  #1: ffffbd0d570fbe78 ((work_completion)(&work->normal_work)){+.+.}-{0:0}, at: process_one_work+0x20b/0x5b0

[46944.308499] =============================================

[47255.592635] BTRFS info (device sda1): read error corrected: ino 0 off 9785289654272 (dev /dev/sda1 sector 19107715936)
[47255.593996] BTRFS info (device sda1): read error corrected: ino 0 off 9785289658368 (dev /dev/sda1 sector 19107715944)
[47255.594489] BTRFS info (device sda1): read error corrected: ino 0 off 9785289662464 (dev /dev/sda1 sector 19107715952)
[47255.594907] BTRFS info (device sda1): read error corrected: ino 0 off 9785289666560 (dev /dev/sda1 sector 19107715960)
[47372.365930] BTRFS info (device sda1): read error corrected: ino 0 off 11491952214016 (dev /dev/sda1 sector 21698649440)
[47372.368619] BTRFS info (device sda1): read error corrected: ino 0 off 11491952218112 (dev /dev/sda1 sector 21698649448)
[47372.369133] BTRFS info (device sda1): read error corrected: ino 0 off 11491952222208 (dev /dev/sda1 sector 21698649456)
[47372.369572] BTRFS info (device sda1): read error corrected: ino 0 off 11491952226304 (dev /dev/sda1 sector 21698649464)
[47407.691617] BTRFS info (device sda1): read error corrected: ino 0 off 12053542486016 (dev /dev/sda1 sector 23170895648)
[47407.717378] BTRFS info (device sda1): read error corrected: ino 0 off 12053542490112 (dev /dev/sda1 sector 23170895656)
[47407.718664] BTRFS info (device sda1): read error corrected: ino 0 off 12053542494208 (dev /dev/sda1 sector 23170895664)
[47407.742882] BTRFS info (device sda1): read error corrected: ino 0 off 12053542498304 (dev /dev/sda1 sector 23170895672)
[47409.226139] BTRFS info (device sda1): read error corrected: ino 0 off 11492277272576 (dev /dev/sda1 sector 21699284320)
[47409.226560] BTRFS info (device sda1): read error corrected: ino 0 off 11492277276672 (dev /dev/sda1 sector 21699284328)
[47409.226999] BTRFS info (device sda1): read error corrected: ino 0 off 11492277280768 (dev /dev/sda1 sector 21699284336)
[47409.227412] BTRFS info (device sda1): read error corrected: ino 0 off 11492277284864 (dev /dev/sda1 sector 21699284344)
[47828.837432] BTRFS info (device sda1): read error corrected: ino 0 off 11188479213568 (dev /dev/sda1 sector 21758143008)
[47828.838044] BTRFS info (device sda1): read error corrected: ino 0 off 11188479217664 (dev /dev/sda1 sector 21758143016)
[47828.838366] BTRFS info (device sda1): read error corrected: ino 0 off 11188479221760 (dev /dev/sda1 sector 21758143024)
[47828.838654] BTRFS info (device sda1): read error corrected: ino 0 off 11188479225856 (dev /dev/sda1 sector 21758143032)
[47847.190249] BTRFS info (device sda1): read error corrected: ino 0 off 10843005009920 (dev /dev/sda1 sector 21171469088)
[47847.192764] BTRFS info (device sda1): read error corrected: ino 0 off 10843005014016 (dev /dev/sda1 sector 21171469096)
[47847.193591] BTRFS info (device sda1): read error corrected: ino 0 off 10843005018112 (dev /dev/sda1 sector 21171469104)
[47847.194361] BTRFS info (device sda1): read error corrected: ino 0 off 10843005022208 (dev /dev/sda1 sector 21171469112)
[47879.378914] BTRFS info (device sda1): read error corrected: ino 0 off 10843490729984 (dev /dev/sda1 sector 21172417760)
[47879.380014] BTRFS info (device sda1): read error corrected: ino 0 off 10843490734080 (dev /dev/sda1 sector 21172417768)
[47879.380748] BTRFS info (device sda1): read error corrected: ino 0 off 10843490738176 (dev /dev/sda1 sector 21172417776)
[47879.381521] BTRFS info (device sda1): read error corrected: ino 0 off 10843490742272 (dev /dev/sda1 sector 21172417784)
[47938.931767] BTRFS info (device sda1): read error corrected: ino 0 off 2778633158656 (dev /dev/sda1 sector 5435422880)
[47938.933067] BTRFS info (device sda1): read error corrected: ino 0 off 2778633162752 (dev /dev/sda1 sector 5435422888)
[47938.935255] BTRFS info (device sda1): read error corrected: ino 0 off 2778633166848 (dev /dev/sda1 sector 5435422896)
[47938.939637] BTRFS info (device sda1): read error corrected: ino 0 off 2778633170944 (dev /dev/sda1 sector 5435422904)
[48129.161249] BTRFS info (device sda1): read error corrected: ino 0 off 11190878142464 (dev /dev/sda1 sector 21624416384)
[48129.162380] BTRFS info (device sda1): read error corrected: ino 0 off 11190878146560 (dev /dev/sda1 sector 21624416392)
[48129.163486] BTRFS info (device sda1): read error corrected: ino 0 off 11190878150656 (dev /dev/sda1 sector 21624416400)
[48129.164611] BTRFS info (device sda1): read error corrected: ino 0 off 11190878154752 (dev /dev/sda1 sector 21624416408)
[48158.092121] BTRFS info (device sda1): read error corrected: ino 0 off 2778336526336 (dev /dev/sda1 sector 5434843520)
[48158.093307] BTRFS info (device sda1): read error corrected: ino 0 off 2778336530432 (dev /dev/sda1 sector 5434843528)
[48158.094000] BTRFS info (device sda1): read error corrected: ino 0 off 2778336534528 (dev /dev/sda1 sector 5434843536)
[48158.094654] BTRFS info (device sda1): read error corrected: ino 0 off 2778336538624 (dev /dev/sda1 sector 5434843544)
[49368.260916] overlayfs: failed to set xattr on upper
[49368.261128] overlayfs: try mounting with 'userxattr' option
[52633.303516] BTRFS info (device sda1): read error corrected: ino 0 off 549803114496 (dev /dev/sda1 sector 1075947744)
[52633.304061] BTRFS info (device sda1): read error corrected: ino 0 off 549803118592 (dev /dev/sda1 sector 1075947752)
[52633.304604] BTRFS info (device sda1): read error corrected: ino 0 off 549803122688 (dev /dev/sda1 sector 1075947760)
[52633.304998] BTRFS info (device sda1): read error corrected: ino 0 off 549803126784 (dev /dev/sda1 sector 1075947768)
[52800.165424] BTRFS info (device sda1): read error corrected: ino 0 off 10842890715136 (dev /dev/sda1 sector 21171245856)
[52800.166042] BTRFS info (device sda1): read error corrected: ino 0 off 10842890719232 (dev /dev/sda1 sector 21171245864)
[52800.166747] BTRFS info (device sda1): read error corrected: ino 0 off 10842890723328 (dev /dev/sda1 sector 21171245872)
[52800.167421] BTRFS info (device sda1): read error corrected: ino 0 off 10842890727424 (dev /dev/sda1 sector 21171245880)
[52862.595619] BTRFS info (device sda1): read error corrected: ino 0 off 1214904303616 (dev /dev/sda1 sector 2379167808)
[52862.595935] BTRFS info (device sda1): read error corrected: ino 0 off 1214904307712 (dev /dev/sda1 sector 2379167816)
[52862.596253] BTRFS info (device sda1): read error corrected: ino 0 off 1214904311808 (dev /dev/sda1 sector 2379167824)
[52862.596554] BTRFS info (device sda1): read error corrected: ino 0 off 1214904315904 (dev /dev/sda1 sector 2379167832)
[53199.340794] BTRFS info (device sda1): read error corrected: ino 0 off 1215306055680 (dev /dev/sda1 sector 2379952480)
[53199.341198] BTRFS info (device sda1): read error corrected: ino 0 off 1215306059776 (dev /dev/sda1 sector 2379952488)
[53199.342418] BTRFS info (device sda1): read error corrected: ino 0 off 1215306063872 (dev /dev/sda1 sector 2379952496)
[53199.342838] BTRFS info (device sda1): read error corrected: ino 0 off 1215306067968 (dev /dev/sda1 sector 2379952504)

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-28 14:12                                   ` Mikhail Gavrilov
@ 2022-12-28 23:24                                     ` Qu Wenruo
  2022-12-28 23:42                                       ` Mikhail Gavrilov
  2022-12-28 23:31                                     ` Qu Wenruo
  1 sibling, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-28 23:24 UTC (permalink / raw)
  To: Mikhail Gavrilov
  Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/28 22:12, Mikhail Gavrilov wrote:
> On Wed, Dec 28, 2022 at 6:08 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>>   From the very first dmesg with calltrack, it already shows the
>> submit_one_bio() is called from submit_extent_page(), which means cases
>> cross stripe boundary, and has no parent_check populated at all.
>>
>> And since you're using RAID0 on two NVMEs, it matches the symptom, while
>> most tests done here are using single device (DUP and SINGLE), thus no
>> stripe boundary cases at all.
>> (In fact it should still be possible to trigger on SINGLE, but way too
>> hard to trigger)
>>
>> With proper root cause found, this version should mostly handle the
>> regression correctly.
>>
>> This version should mostly be the formal one I'd later send to the
>> mailing list.
>>
>> I can not thank you more for all the testing you have provided, it not
>> only pinned down the bug, but also proves I'm a total idiot...
> 
> I have already written over 1.6Tb of data to disk and there are no
> hints of errors.
> For me, this is a sign that the problem has been fixed.
> Tested-by: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>

Just one last thing to confirm, mind to provide the following dump?

  # btrfs ins dump-tree -t chunk <device>

If the fix works, it means you have some tree block crossing stripe 
boundary, which is not the ideal situation.

But on the other hand, you have provided "btrfs check" output, which 
shows no such sign.
I'm not sure if it's a bug in newer check.

Thanks for your comprehensive testing and detailed report!
Qu

> 
> ❯ dmesg | grep -i btrfs
> [    0.000000] Linux version
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat
> 12.2.1-4), GNU ld version 2.39-6.fc38) #7 SMP PREEMPT_DYNAMIC Wed Dec
> 28 10:00:39 +05 2022
> [    0.000000] Command line:
> BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro
> rootflags=subvol=@root
> resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M
> sysrq_always_enabled=1 nmi_watchdog=1
> amdgpu.lockup_timeout=-1,-1,-1,-1
> [    0.154567] Kernel command line:
> BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro
> rootflags=subvol=@root
> resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M
> sysrq_always_enabled=1 nmi_watchdog=1
> amdgpu.lockup_timeout=-1,-1,-1,-1
> [    0.154654] Unknown kernel command line parameters
> "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+",
> will be passed to user space.
> [    4.496766] usb usb2: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.498963] usb usb1: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.500665] usb usb3: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.501851] usb usb4: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.735212] Btrfs loaded, crc32c=crc32c-generic, assert=on,
> zoned=yes, fsverity=yes
> [    5.223368]
> BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> [    6.923453] BTRFS: device label fedora_localhost-live devid 2
> transid 652981 /dev/nvme1n1p1 scanned by systemd-udevd (448)
> [    6.974412] BTRFS: device label fedora_localhost-live devid 1
> transid 652981 /dev/nvme0n1p3 scanned by systemd-udevd (484)
> [   11.113437] CPU: 15 PID: 478 Comm: systemd-udevd Tainted: G
>      L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> #7
> [   11.221359] CPU: 15 PID: 478 Comm: systemd-udevd Tainted: G
> W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> #7
> [   13.731015] BTRFS info (device nvme0n1p3): using crc32c
> (crc32c-intel) checksum algorithm
> [   13.731147] BTRFS info (device nvme0n1p3): using free space tree
> [   14.328439] BTRFS info (device nvme0n1p3): enabling ssd optimizations
> [   14.328469] BTRFS info (device nvme0n1p3): auto enabling async discard
> [   16.592713] BTRFS info (device nvme0n1p3: state M): use zstd
> compression, level 1
> [11691.071176] CPU: 11 PID: 2068 Comm: gnome-shell Tainted: G        W
>     L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> #7
> 
> 
> <OFFTOPIC>
> As I mentioned at the first message I also have a computer where the
> btrfs partition is located on a slow HDD.
> When I update the container (podman pull), the system becomes
> unresposible for half an hour, which is how long it takes to update
> the container.
> I do not expect any super-speed from the HDD, I just would like to do
> something else with this computer. Yes, at least watching videos on
> youtube. Is there anything that can be done here or is there nothing
> that we can do?
> [46944.301588] INFO: task btrfs-transacti:1184 blocked for more than
> 122 seconds.
> [46944.301825]       Tainted: G        W    L    -------  ---
> 6.2.0-0.rc1.14.fc38.x86_64+debug #1
> [46944.301829] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
> disables this message.
> [46944.301832] task:btrfs-transacti state:D stack:12000 pid:1184
> ppid:2      flags:0x00004000
> [46944.301840] Call Trace:
> [46944.301843]  <TASK>
> [46944.301851]  __schedule+0x50c/0x1780
> [46944.301863]  ? _raw_spin_unlock_irqrestore+0x30/0x60
> [46944.301876]  schedule+0x5d/0xe0
> [46944.301881]  wait_current_trans+0x110/0x170
> [46944.301888]  ? __pfx_autoremove_wake_function+0x10/0x10
> [46944.301895]  start_transaction+0x36c/0x680
> [46944.301904]  transaction_kthread+0xb6/0x1b0
> [46944.301912]  ? __pfx_transaction_kthread+0x10/0x10
> [46944.301916]  kthread+0xf5/0x120
> [46944.301920]  ? __pfx_kthread+0x10/0x10
> [46944.301926]  ret_from_fork+0x2c/0x50
> [46944.301941]  </TASK>
> 
> 
> I attached a full kernel log from this machine.
> I can start a separate thread if it makes sense.
> Sorry for oftop.
> </OFFTOPIC>
> 
> --
> Best Regards,
> Mike Gavrilov.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-28 14:12                                   ` Mikhail Gavrilov
  2022-12-28 23:24                                     ` Qu Wenruo
@ 2022-12-28 23:31                                     ` Qu Wenruo
  2022-12-29  0:08                                       ` Mikhail Gavrilov
  1 sibling, 1 reply; 29+ messages in thread
From: Qu Wenruo @ 2022-12-28 23:31 UTC (permalink / raw)
  To: Mikhail Gavrilov
  Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/28 22:12, Mikhail Gavrilov wrote:
> On Wed, Dec 28, 2022 at 6:08 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>>   From the very first dmesg with calltrack, it already shows the
>> submit_one_bio() is called from submit_extent_page(), which means cases
>> cross stripe boundary, and has no parent_check populated at all.
>>
>> And since you're using RAID0 on two NVMEs, it matches the symptom, while
>> most tests done here are using single device (DUP and SINGLE), thus no
>> stripe boundary cases at all.
>> (In fact it should still be possible to trigger on SINGLE, but way too
>> hard to trigger)
>>
>> With proper root cause found, this version should mostly handle the
>> regression correctly.
>>
>> This version should mostly be the formal one I'd later send to the
>> mailing list.
>>
>> I can not thank you more for all the testing you have provided, it not
>> only pinned down the bug, but also proves I'm a total idiot...
> 
> I have already written over 1.6Tb of data to disk and there are no
> hints of errors.
> For me, this is a sign that the problem has been fixed.
> Tested-by: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
> 
> ❯ dmesg | grep -i btrfs
> [    0.000000] Linux version
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> (mikhail@mikhail-laptop) (gcc (GCC) 12.2.1 20221121 (Red Hat
> 12.2.1-4), GNU ld version 2.39-6.fc38) #7 SMP PREEMPT_DYNAMIC Wed Dec
> 28 10:00:39 +05 2022
> [    0.000000] Command line:
> BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro
> rootflags=subvol=@root
> resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M
> sysrq_always_enabled=1 nmi_watchdog=1
> amdgpu.lockup_timeout=-1,-1,-1,-1
> [    0.154567] Kernel command line:
> BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> root=UUID=40e0b5d2-df54-46e0-b6f4-2f868296271d ro
> rootflags=subvol=@root
> resume=UUID=db79988f-6b70-4b52-84f5-3e505471c85e log_buf_len=16M
> sysrq_always_enabled=1 nmi_watchdog=1
> amdgpu.lockup_timeout=-1,-1,-1,-1
> [    0.154654] Unknown kernel command line parameters
> "BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+",
> will be passed to user space.
> [    4.496766] usb usb2: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.498963] usb usb1: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.500665] usb usb3: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.501851] usb usb4: Manufacturer: Linux
> 6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+ xhci-hcd
> [    4.735212] Btrfs loaded, crc32c=crc32c-generic, assert=on,
> zoned=yes, fsverity=yes
> [    5.223368]
> BOOT_IMAGE=(hd0,gpt1)/@root/boot/vmlinuz-6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> [    6.923453] BTRFS: device label fedora_localhost-live devid 2
> transid 652981 /dev/nvme1n1p1 scanned by systemd-udevd (448)
> [    6.974412] BTRFS: device label fedora_localhost-live devid 1
> transid 652981 /dev/nvme0n1p3 scanned by systemd-udevd (484)
> [   11.113437] CPU: 15 PID: 478 Comm: systemd-udevd Tainted: G
>      L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> #7
> [   11.221359] CPU: 15 PID: 478 Comm: systemd-udevd Tainted: G
> W    L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> #7
> [   13.731015] BTRFS info (device nvme0n1p3): using crc32c
> (crc32c-intel) checksum algorithm
> [   13.731147] BTRFS info (device nvme0n1p3): using free space tree
> [   14.328439] BTRFS info (device nvme0n1p3): enabling ssd optimizations
> [   14.328469] BTRFS info (device nvme0n1p3): auto enabling async discard
> [   16.592713] BTRFS info (device nvme0n1p3: state M): use zstd
> compression, level 1
> [11691.071176] CPU: 11 PID: 2068 Comm: gnome-shell Tainted: G        W
>     L     6.2.0-rc1-1b929c02afd37871d5afb9d498426f83432e71c2-btrfs-fix+
> #7
> 
> 
> <OFFTOPIC>
> As I mentioned at the first message I also have a computer where the
> btrfs partition is located on a slow HDD.
> When I update the container (podman pull), the system becomes
> unresposible for half an hour, which is how long it takes to update
> the container.
> I do not expect any super-speed from the HDD, I just would like to do
> something else with this computer. Yes, at least watching videos on
> youtube. Is there anything that can be done here or is there nothing
> that we can do?

Are you using qgroup? If so it may be worthy trying disabling qgroup.

But for newer kernel, qgroup hang should only happen when dropping large 
snapshot, I don't know if podman pull would cause older snapshots to be 
deleted...

Thanks,
Qu

> [46944.301588] INFO: task btrfs-transacti:1184 blocked for more than
> 122 seconds.
> [46944.301825]       Tainted: G        W    L    -------  ---
> 6.2.0-0.rc1.14.fc38.x86_64+debug #1
> [46944.301829] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
> disables this message.
> [46944.301832] task:btrfs-transacti state:D stack:12000 pid:1184
> ppid:2      flags:0x00004000
> [46944.301840] Call Trace:
> [46944.301843]  <TASK>
> [46944.301851]  __schedule+0x50c/0x1780
> [46944.301863]  ? _raw_spin_unlock_irqrestore+0x30/0x60
> [46944.301876]  schedule+0x5d/0xe0
> [46944.301881]  wait_current_trans+0x110/0x170
> [46944.301888]  ? __pfx_autoremove_wake_function+0x10/0x10
> [46944.301895]  start_transaction+0x36c/0x680
> [46944.301904]  transaction_kthread+0xb6/0x1b0
> [46944.301912]  ? __pfx_transaction_kthread+0x10/0x10
> [46944.301916]  kthread+0xf5/0x120
> [46944.301920]  ? __pfx_kthread+0x10/0x10
> [46944.301926]  ret_from_fork+0x2c/0x50
> [46944.301941]  </TASK>
> 
> 
> I attached a full kernel log from this machine.
> I can start a separate thread if it makes sense.
> Sorry for oftop.
> </OFFTOPIC>
> 
> --
> Best Regards,
> Mike Gavrilov.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-28 23:24                                     ` Qu Wenruo
@ 2022-12-28 23:42                                       ` Mikhail Gavrilov
  2022-12-29  0:00                                         ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-28 23:42 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

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

On Thu, Dec 29, 2022 at 4:24 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
> Just one last thing to confirm, mind to provide the following dump?
>
>   # btrfs ins dump-tree -t chunk <device>
>
> If the fix works, it means you have some tree block crossing stripe
> boundary, which is not the ideal situation.

I attached this dump.
The only thing that I did from a working system I hope it is not
affected to result?

-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: dump.tar.xz --]
[-- Type: application/x-xz, Size: 68540 bytes --]

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-28 23:42                                       ` Mikhail Gavrilov
@ 2022-12-29  0:00                                         ` Qu Wenruo
  0 siblings, 0 replies; 29+ messages in thread
From: Qu Wenruo @ 2022-12-29  0:00 UTC (permalink / raw)
  To: Mikhail Gavrilov
  Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/29 07:42, Mikhail Gavrilov wrote:
> On Thu, Dec 29, 2022 at 4:24 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>> Just one last thing to confirm, mind to provide the following dump?
>>
>>    # btrfs ins dump-tree -t chunk <device>
>>
>> If the fix works, it means you have some tree block crossing stripe
>> boundary, which is not the ideal situation.
> 
> I attached this dump.
> The only thing that I did from a working system I hope it is not
> affected to result?
> 
For small dumps like chunk tree, it's completely fine to dump from live 
systems.

And your dumps (along with your previous debug output) shows no metadata 
crossing stripe boundaries.

I'd need dig deeper why btrfs is splitting extent buffers unnecessarily.

Thanks,
Qu

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-28 23:31                                     ` Qu Wenruo
@ 2022-12-29  0:08                                       ` Mikhail Gavrilov
  2022-12-29  3:05                                         ` Qu Wenruo
  0 siblings, 1 reply; 29+ messages in thread
From: Mikhail Gavrilov @ 2022-12-29  0:08 UTC (permalink / raw)
  To: Qu Wenruo; +Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing

On Thu, Dec 29, 2022 at 4:31 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>
> Are you using qgroup? If so it may be worthy trying disabling qgroup.

I do not use quota.
And looks like my distro does not use quita by default.
❯ btrfs qgroup show -f /
ERROR: can't list qgroups: quotas not enabled

> But for newer kernel, qgroup hang should only happen when dropping large
> snapshot, I don't know if podman pull would cause older snapshots to be
> deleted...

It is not a regression, it also happened on older kernels.
But it is really annoying when the browser process waits when "podman
pull" writes changes to disk.
In fact, I have been waiting for 5 years for caching of slow HDDs by
using the cache on the SSD, but apparently I can’t wait.
And I started slowly buying expensive large SSDs to replace the big
HDD. I still can’t find time to connect D5 P5316 30.72 Tb to the
primary workstation.
I want to make a video review of it. I understand this is an expensive
solution and not suitable for everyone, unlike an affordable SDD
cache.

-- 
Best Regards,
Mike Gavrilov.

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-29  0:08                                       ` Mikhail Gavrilov
@ 2022-12-29  3:05                                         ` Qu Wenruo
  0 siblings, 0 replies; 29+ messages in thread
From: Qu Wenruo @ 2022-12-29  3:05 UTC (permalink / raw)
  To: Mikhail Gavrilov
  Cc: Qu Wenruo, dsterba, Btrfs BTRFS, Linux List Kernel Mailing



On 2022/12/29 08:08, Mikhail Gavrilov wrote:
> On Thu, Dec 29, 2022 at 4:31 AM Qu Wenruo <quwenruo.btrfs@gmx.com> wrote:
>>
>> Are you using qgroup? If so it may be worthy trying disabling qgroup.
> 
> I do not use quota.
> And looks like my distro does not use quita by default.
> ❯ btrfs qgroup show -f /
> ERROR: can't list qgroups: quotas not enabled
> 
>> But for newer kernel, qgroup hang should only happen when dropping large
>> snapshot, I don't know if podman pull would cause older snapshots to be
>> deleted...
> 
> It is not a regression, it also happened on older kernels.
> But it is really annoying when the browser process waits when "podman
> pull" writes changes to disk.
> In fact, I have been waiting for 5 years for caching of slow HDDs by
> using the cache on the SSD, but apparently I can’t wait.
> And I started slowly buying expensive large SSDs to replace the big
> HDD. I still can’t find time to connect D5 P5316 30.72 Tb to the
> primary workstation.
> I want to make a video review of it. I understand this is an expensive
> solution and not suitable for everyone, unlike an affordable SDD
> cache.
> 
This is really sad to hear that.

For now, I only have several guesses on how this could happen.

- Extra seeks between metadata and data chunks
   You can try with mixed block groups, but this needs mkfs time tuning.

- Extra inlined extents causing too much metadata overhead
   You can disable inline extents using max_inline=0 as mount options.
   But that only affects newly created files, not the existing ones.

Otherwise, using bcache may be a solution.

For now I'm not aware of any HDD specific tests, other than zoned 
devices, thus the performance problem can be really hard to debug.

Thanks,
Qu

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

* Re: [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes
  2022-12-26  7:25       ` David Arendt
  2022-12-26  7:31         ` Write time corrupting for log tree Qu Wenruo
@ 2023-01-03 10:41         ` Filipe Manana
  1 sibling, 0 replies; 29+ messages in thread
From: Filipe Manana @ 2023-01-03 10:41 UTC (permalink / raw)
  To: David Arendt
  Cc: Qu Wenruo, Mikhail Gavrilov, wqu, dsterba, Btrfs BTRFS,
	Linux List Kernel Mailing

On Mon, Dec 26, 2022 at 7:50 AM David Arendt <admin@prnet.org> wrote:
>
> Hi,
>
> I am experiencing I similiar issue using kernel 6.1.1. The problem has
> started in kernel 6.1. It never happend before.
>
> A btrfs scrub and a btrfs check --readonly returned 0 errors.
>
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS critical
> (device sda2): corrupt leaf: root=18446744073709551610
> block=203366612992 slot=73, bad key order, prev (484119 96 1312873)
> current (484119 96 1312849)
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS info
> (device sda2): leaf 203366612992 gen 5068802 total ptrs 105 free space
> 10820 owner 18446744073709551610
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 0 key
> (484119 1 0) itemoff 16123 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode
> generation 45 size 2250 mode 40700
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 1 key
> (484119 12 484118) itemoff 16097 itemsize 26
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 2 key
> (484119 72 15) itemoff 16089 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 3 key
> (484119 72 20) itemoff 16081 itemsize 8
> ...

You've removed the most interesting part of the message.

Can you paste it without any cuts (...)?

Thanks.

> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 82 key
> (484119 96 1312873) itemoff 14665 itemsize 51
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 83 key
> (484119 96 1312877) itemoff 14609 itemsize 56
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 84 key
> (484128 1 0) itemoff 14449 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode
> generation 45 size 98304 mode 100644
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 85 key
> (484128 108 0) itemoff 14396 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10674830381056 nr 65536
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 65536 ram 65536
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 86 key
> (484129 1 0) itemoff 14236 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode
> generation 45 size 26214400 mode 100644
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 87 key
> (484129 108 589824) itemoff 14183 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665699962880 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 88 key
> (484129 108 2850816) itemoff 14130 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665848733696 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 89 key
> (484129 108 11042816) itemoff 14077 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10660869349376 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 90 key
> (484129 108 13402112) itemoff 14024 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10660207378432 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 91 key
> (484129 108 19628032) itemoff 13971 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665835618304 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 92 key
> (484129 108 21266432) itemoff 13918 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10661222666240 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 93 key
> (484129 108 22740992) itemoff 13865 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665565814784 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 94 key
> (484129 108 23101440) itemoff 13812 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665836371968 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 95 key
> (484129 108 24084480) itemoff 13759 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665836404736 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 96 key
> (484129 108 24150016) itemoff 13706 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665849159680 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 97 key
> (484129 108 24313856) itemoff 13653 itemsize 53
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data disk bytenr 10665849192448 nr 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09extent
> data offset 0 nr 32768 ram 32768
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 98 key
> (484147 1 0) itemoff 13493 itemsize 160
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09\x09inode
> generation 45 size 886 mode 40755
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 99 key
> (484147 72 4) itemoff 13485 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 100 key
> (484147 72 27) itemoff 13477 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 101 key
> (484147 72 35) itemoff 13469 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 102 key
> (484147 72 40) itemoff 13461 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 103 key
> (484147 72 45) itemoff 13453 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - \x09item 104 key
> (484147 72 52) itemoff 13445 itemsize 8
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS error
> (device sda2): block=203366612992 write time tree block corruption detected
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS: error
> (device sda2: state AL) in free_log_tree:3284: errno=-5 IO failure
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS info
> (device sda2: state EAL): forced readonly
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS warning
> (device sda2: state EAL): Skipping commit of aborted transaction.
> 2022-12-26T07:44:45.000000+01:00 server02 kernel - - - BTRFS: error
> (device sda2: state EAL) in cleanup_transaction:1958: errno=-5 IO failure
>
>
> There are no SSD access errors in the kernel logs. Smart data for the
> SSD is normal. I also did a 12 hour memtest to rule out bad RAM.
>
> The filesystem consists of a single 480GB SATA SSD (Corsair Neutron
> XTI). Like for the original poster, the problems occurs only on one
> machine.
>
> The error appears about every few days and seems to be triggered by a
> combination specially under high cpu utilization combined with some disk
> IO. CPU temperature never exceeds 60 degrees.
>
>
> On 26/12/2022 04:29, Qu Wenruo wrote:
> >
> >
> > On 2022/12/26 10:47, Mikhail Gavrilov wrote:
> >> On Mon, Dec 26, 2022 at 5:15 AM Qu Wenruo <quwenruo.btrfs@gmx.com>
> >> wrote:
> >>>
> >>> Thanks a lot for the full kernel log.
> >>>
> >>> It indeed shows something is wrong in the run_one_delayed_ref().
> >>> But surprisingly, if there is something wrong, I'd expect more output
> >>> from btrfs, as normally if one tree block failed to pass whatever the
> >>> checks, it should cause an error message at least.
> >>>
> >>> Since you can reproduce the bug (although I don't think this is easy to
> >>> reproduce), mind to apply the extra debug patch and then try to
> >>> reproduce?
> >>
> >> Of course I am still able to reproduce.
> >> The number of messages foreshadowing readonly has become somewhat more:
> >> [ 2295.155437] BTRFS error (device nvme0n1p3): level check failed on
> >> logical 4957418700800 mirror 1 wanted 0 found 1
> >
> > OK, indeed a level mismatch.
> >
> > From the remaining lines, it shows we're failing at
> > do_free_extent_accounting(), which failed at the btrfs_del_csums().
> >
> > And inside btrfs_del_csums(), what we do are all regular btree
> > operations, thus the tree level check should work without problem.
> >
> > Thus it seems to be a corrupted csum tree.
> >
> >> [ 2295.155831] BTRFS error (device nvme0n1p3: state A): Transaction
> >> aborted (error -5)
> >> [ 2295.155946] BTRFS: error (device nvme0n1p3: state A) in
> >> do_free_extent_accounting:2849: errno=-5 IO failure
> >> [ 2295.155978] BTRFS info (device nvme0n1p3: state EA): forced readonly
> >> [ 2295.155985] BTRFS error (device nvme0n1p3: state EA):
> >> run_one_delayed_ref returned -5
> >> [ 2295.156051] BTRFS: error (device nvme0n1p3: state EA) in
> >> btrfs_run_delayed_refs:2153: errno=-5 IO failure
> >>
> >> Of course full logs are also attached.
> >>
> >>> Another thing is, mind to run "btrfs check --readonly" on the fs?
> >> Result of check attached too.
> >>
> > Could you please run "btrfs check --readonly" from a liveCD?
> > There are tons of possible false alerts if ran on a RW mounted fs.
> >
> > Thanks,
> > Qu
>
>

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

end of thread, other threads:[~2023-01-03 10:42 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-25 21:32 [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes Mikhail Gavrilov
2022-12-26  0:14 ` Qu Wenruo
2022-12-26  2:47   ` Mikhail Gavrilov
2022-12-26  3:29     ` Qu Wenruo
2022-12-26  7:25       ` David Arendt
2022-12-26  7:31         ` Write time corrupting for log tree Qu Wenruo
2023-01-03 10:41         ` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes Filipe Manana
2022-12-26  8:15       ` Mikhail Gavrilov
2022-12-26  8:47         ` Qu Wenruo
2022-12-26 11:14           ` Mikhail Gavrilov
2022-12-26 12:11             ` Qu Wenruo
2022-12-26 12:15               ` Mikhail Gavrilov
2022-12-26 23:36                 ` Qu Wenruo
2022-12-26 23:52                   ` Mikhail Gavrilov
2022-12-27  0:18                     ` Qu Wenruo
2022-12-27  1:35                       ` Mikhail Gavrilov
2022-12-27  5:13                         ` Qu Wenruo
2022-12-27 10:19                           ` Mikhail Gavrilov
2022-12-27 11:02                             ` Qu Wenruo
2022-12-27 13:11                               ` Mikhail Gavrilov
2022-12-28  1:08                                 ` Qu Wenruo
2022-12-28 14:12                                   ` Mikhail Gavrilov
2022-12-28 23:24                                     ` Qu Wenruo
2022-12-28 23:42                                       ` Mikhail Gavrilov
2022-12-29  0:00                                         ` Qu Wenruo
2022-12-28 23:31                                     ` Qu Wenruo
2022-12-29  0:08                                       ` Mikhail Gavrilov
2022-12-29  3:05                                         ` Qu Wenruo
2022-12-26 13:37 ` [6.2][regression] after commit 947a629988f191807d2d22ba63ae18259bb645c5 btrfs volume periodical forced switch to readonly after a lot of disk writes #forregzbot Thorsten Leemhuis

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.