RAID1 write-mostly+write-behind lockup bug, reproduced under 6.7-rc5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

After assembling raid1 consisting from two NVMe disks/partitions where
one of the NVMes is slower than the other one using such command:
mdadm --homehost=any --create --verbose --level=1 --metadata=1.2
--raid-devices=2 /dev/md77 /dev/nvme2n1p9 --bitmap=internal
--write-mostly --write-behind=8192 /dev/nvme1n1p2

I noticed some I/O freezing/lockup issues when doing distro builds
using yocto. The idea of building write-mostly raid1 came from URL
[0]. I suspected that massive and long IO operations led to that and
while trying to narrow it down I can see that it doesn't survive
through rebuilding linux kernel (just simple make -j33).

After enabling some lock checks in kernel and lockup detectors I think
this is the main blocked task message:

[  984.138650] INFO: task kworker/u65:5:288 blocked for more than 491 seconds.
[  984.138682]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  984.138694] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
[  984.138702] task:kworker/u65:5   state:D stack:0     pid:288
tgid:288   ppid:2      flags:0x00004000
[  984.138728] Workqueue: writeback wb_workfn (flush-9:77)
[  984.138760] Call Trace:
[  984.138770]  <TASK>
[  984.138785]  __schedule+0x3a5/0x1600
[  984.138807]  ? schedule+0x99/0x120
[  984.138818]  ? find_held_lock+0x2b/0x80
[  984.138840]  schedule+0x48/0x120
[  984.138851]  ? schedule+0x99/0x120
[  984.138861]  wait_for_serialization+0xd2/0x110
[  984.138880]  ? destroy_sched_domains_rcu+0x30/0x30
[  984.138897]  raid1_make_request+0x838/0xdb0
[  984.138913]  ? raid1_make_request+0x1e5/0xdb0
[  984.138935]  ? lock_release+0x136/0x270
[  984.138947]  ? lock_is_held_type+0xbe/0x110
[  984.138963]  ? md_handle_request+0x1b/0x490
[  984.138978]  md_handle_request+0x1b5/0x490
[  984.138990]  ? md_handle_request+0x1b/0x490
[  984.139001]  ? lock_is_held_type+0xbe/0x110
[  984.139019]  __submit_bio+0x6f/0xb0
[  984.139038]  submit_bio_noacct_nocheck+0x134/0x380
...
and:
                        Showing all locks held in the system:
[  615.502946] 1 lock held by khungtaskd/214:
[  615.502952]  #0: ffffffff824bd240 (rcu_read_lock){....}-{1:2}, at:
debug_show_all_locks+0x2e/0x1e0
[  615.502982] 5 locks held by kworker/u65:5/288:
[  615.502989]  #0: ffff888101393538
((wq_completion)writeback){+.+.}-{0:0}, at:
process_one_work+0x15c/0x480
[  615.503012]  #1: ffff88810d08be60
((work_completion)(&(&wb->dwork)->work)){+.+.}-{0:0}, at:
process_one_work+0x15c/0x480
[  615.503034]  #2: ffff88810d7250e0
(&type->s_umount_key#25){++++}-{3:3}, at:
super_trylock_shared+0x21/0x70
[  615.503060]  #3: ffff88810d720b98
(&sbi->s_writepages_rwsem){++++}-{0:0}, at: do_writepages+0xbe/0x190
[  615.503084]  #4: ffff88810d7223f0
(&journal->j_checkpoint_mutex){+.+.}-{3:3}, at:
jbd2_log_do_checkpoint+0x29a/0x300
[  615.503111] no locks held by systemd-journal/605.
[  615.503126] 1 lock held by sudo/6735:
[  615.503139] 4 locks held by cli-update-thre/177767:
[  615.503145]  #0: ffff888174e208c8 (&f->f_pos_lock){+.+.}-{3:3}, at:
__fdget_pos+0x4b/0x70
[  615.503169]  #1: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at:
ksys_write+0x6a/0xf0
[  615.503192]  #2: ffff8886e6285938
(&sb->s_type->i_mutex_key#11){++++}-{3:3}, at:
ext4_buffered_write_iter+0x45/0x110
[  615.503215]  #3: ffff88810d7223f0
(&journal->j_checkpoint_mutex){+.+.}-{3:3}, at:
jbd2_log_do_checkpoint+0x29a/0x300
[  615.503242] 3 locks held by py3-cmd/186209:
[  615.503247]  #0: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at:
path_openat+0x683/0xb00
[  615.503271]  #1: ffff888750d40400
(&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x273/0xb00
[  615.503296]  #2: ffff88810d7223f0
(&journal->j_checkpoint_mutex){+.+.}-{3:3}, at:
jbd2_log_do_checkpoint+0x29a/0x300

I will attach the full dmesg.

1. This was also observed in 6.6 debian disto kernel and I just
reproduced it under 6.7-rc5. I think under 6.6 kernel the blocked
tasks logs were the same or similar.
2. It has simple ext4 and after emergency reboot fsck is able to
repair the filesystem.
3. Disks worked fine when were not used in software raid1 and other
distributions using other non-raid partitions don't experience any
freezes or lockups. I don't think that this is hw fault.
4. This system also has raid1 (not write-mostly, just simple raid1)
and raid10 devices that work fine with the same workloads.

I can test patches or specific commits if you have any suggestions and
I can try to collect more debug data. Or maybe some sysfs files can
tuned to test if there are some conditions when lockup isn't
happening? If required I can also backup and re-assemble it as simple
raid1, for instance, and check the same workloads.

Thanks,
Alexey Klimov

[0]: https://raid.wiki.kernel.org/index.php/Write-mostly
[    0.000000] Linux version 6.7.0-rc5-00047-g5bd7ef53ffe5 (reimers@tux) (gcc (Debian 13.2.0-8) 13.2.0, GNU ld (GNU Binutils for Debian) 2.41.50.20231206) #1 SMP PREEMPT Wed Dec 13 22:28:47 GMT 2023
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-6.7.0-rc5-00047-g5bd7ef53ffe5 root=UUID=263712d0-b01f-4c8a-be0e-e82dde7ab4d3 ro sysrq_always_enabled ignore_loglevel nr_cpus=32 zswap.enabled=0 mitigations=off cgroup_no_v1=all amd_pstate.shared_mem=1 amd_pstate=passive systemd.show_status=1
[    0.000000] KERNEL supported cpus:
[    0.000000]   AMD AuthenticAMD
[    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-0x0000000009afefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b021000-0x000000006db24fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006db25000-0x0000000074370fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000074371000-0x000000007454efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007454f000-0x000000007654efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007654f000-0x0000000079c7efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079c7f000-0x0000000079dfefff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000079dff000-0x000000007bff8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bff9000-0x000000007bffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bffe000-0x000000007bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007cffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007d7f3000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000107de7ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000107eec0000-0x00000010a01fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.8 by American Megatrends
[    0.000000] efi: ACPI=0x7454e000 ACPI 2.0=0x7454e014 TPMFinalLog=0x76505000 SMBIOS=0x792b9000 SMBIOS 3.0=0x792b8000 MEMATTR=0x6027f698 ESRT=0x6a098c98 
[    0.000000] efi: Remove mem54: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Remove mem55: MMIO range=[0xfd000000-0xfedfffff] (30MB) from e820 map
[    0.000000] e820: remove [mem 0xfd000000-0xfedfffff] reserved
[    0.000000] efi: Not removing mem56: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem57: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[    0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[    0.000000] efi: Remove mem59: MMIO range=[0x1080000000-0x10a01fffff] (514MB) from e820 map
[    0.000000] e820: remove [mem 0x1080000000-0x10a01fffff] reserved
[    0.000000] SMBIOS 3.5.0 present.
[    0.000000] DMI: PCSpecialist Amd Am5/ROG STRIX X670E-A GAMING WIFI, BIOS 1709 09/28/2023
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4199.827 MHz processor
[    0.000120] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000122] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000127] last_pfn = 0x107de80 max_arch_pfn = 0x400000000
[    0.000131] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[    0.000132] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000463] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000469] last_pfn = 0x7c000 max_arch_pfn = 0x400000000
[    0.002672] esrt: Reserving ESRT space from 0x000000006a098c98 to 0x000000006a098d20.
[    0.002676] e820: update [mem 0x6a098000-0x6a098fff] usable ==> reserved
[    0.002684] Using GB pages for direct mapping
[    0.003028] Secure boot disabled
[    0.003029] RAMDISK: [mem 0x35781000-0x36bb7fff]
[    0.003032] ACPI: Early table checksum verification disabled
[    0.003034] ACPI: RSDP 0x000000007454E014 000024 (v02 ALASKA)
[    0.003036] ACPI: XSDT 0x000000007454D728 0000F4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003040] ACPI: FACP 0x0000000074543000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003043] ACPI: DSDT 0x000000007451E000 0116DB (v145 ALASKA A M I    01072009 INTL 20230331)
[    0.003044] ACPI: FACS 0x0000000076535000 000040
[    0.003046] ACPI: SSDT 0x0000000074545000 007F64 (v02 AMD    Splinter 00000002 MSFT 04000000)
[    0.003048] ACPI: SSDT 0x0000000074544000 0003F1 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003049] ACPI: FIDT 0x0000000074536000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003050] ACPI: MCFG 0x0000000074534000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003052] ACPI: HPET 0x0000000074533000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003053] ACPI: WDRT 0x0000000074532000 000047 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003055] ACPI: FPDT 0x0000000074530000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003056] ACPI: VFCT 0x0000000074538000 00AA84 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.003058] ACPI: WPBT 0x00000000743F6000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.003059] ACPI: TPM2 0x00000000743F5000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003061] ACPI: SSDT 0x00000000743EB000 009BAE (v02 AMD    AMD CPU  00000001 AMD  00000001)
[    0.003062] ACPI: SSDT 0x00000000743E9000 001615 (v02 AMD    CPMTBASL 00000001 INTL 20230331)
[    0.003064] ACPI: SSDT 0x00000000743E8000 0008BA (v02 AMD    CPMDFDG2 00000001 INTL 20230331)
[    0.003065] ACPI: SSDT 0x00000000743E7000 000788 (v02 AMD    CPMDFIG5 00000001 INTL 20230331)
[    0.003066] ACPI: SSDT 0x00000000743DD000 009828 (v02 AMD    CPMCMN   00000001 INTL 20230331)
[    0.003068] ACPI: SSDT 0x00000000743DA000 0022EE (v02 AMD    AOD      00000001 INTL 20230331)
[    0.003069] ACPI: WSMT 0x00000000743D9000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003071] ACPI: APIC 0x00000000743D8000 00015E (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.003072] ACPI: IVRS 0x00000000743D7000 0000C8 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003074] ACPI: SSDT 0x00000000743D6000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20230331)
[    0.003075] ACPI: SSDT 0x00000000743D5000 00097F (v02 AMD    CPMMSOSC 00000001 INTL 20230331)
[    0.003077] ACPI: SSDT 0x00000000743D4000 00047C (v02 AMD    AMDWOV   00000001 INTL 20230331)
[    0.003078] ACPI: SSDT 0x00000000743D3000 00053E (v01 AMD    CPMAPMFD 00000001 INTL 20230331)
[    0.003080] ACPI: SSDT 0x00000000743D2000 00044E (v02 AMD    AmdTable 00000001 INTL 20230331)
[    0.003081] ACPI: SSDT 0x00000000743D1000 000771 (v02 AMD    AmdTable 00000001 INTL 20230331)
[    0.003082] ACPI: Reserving FACP table memory at [mem 0x74543000-0x74543113]
[    0.003083] ACPI: Reserving DSDT table memory at [mem 0x7451e000-0x7452f6da]
[    0.003083] ACPI: Reserving FACS table memory at [mem 0x76535000-0x7653503f]
[    0.003084] ACPI: Reserving SSDT table memory at [mem 0x74545000-0x7454cf63]
[    0.003084] ACPI: Reserving SSDT table memory at [mem 0x74544000-0x745443f0]
[    0.003085] ACPI: Reserving FIDT table memory at [mem 0x74536000-0x7453609b]
[    0.003085] ACPI: Reserving MCFG table memory at [mem 0x74534000-0x7453403b]
[    0.003085] ACPI: Reserving HPET table memory at [mem 0x74533000-0x74533037]
[    0.003086] ACPI: Reserving WDRT table memory at [mem 0x74532000-0x74532046]
[    0.003086] ACPI: Reserving FPDT table memory at [mem 0x74530000-0x74530043]
[    0.003087] ACPI: Reserving VFCT table memory at [mem 0x74538000-0x74542a83]
[    0.003087] ACPI: Reserving WPBT table memory at [mem 0x743f6000-0x743f603f]
[    0.003087] ACPI: Reserving TPM2 table memory at [mem 0x743f5000-0x743f504b]
[    0.003088] ACPI: Reserving SSDT table memory at [mem 0x743eb000-0x743f4bad]
[    0.003088] ACPI: Reserving SSDT table memory at [mem 0x743e9000-0x743ea614]
[    0.003089] ACPI: Reserving SSDT table memory at [mem 0x743e8000-0x743e88b9]
[    0.003089] ACPI: Reserving SSDT table memory at [mem 0x743e7000-0x743e7787]
[    0.003089] ACPI: Reserving SSDT table memory at [mem 0x743dd000-0x743e6827]
[    0.003090] ACPI: Reserving SSDT table memory at [mem 0x743da000-0x743dc2ed]
[    0.003090] ACPI: Reserving WSMT table memory at [mem 0x743d9000-0x743d9027]
[    0.003091] ACPI: Reserving APIC table memory at [mem 0x743d8000-0x743d815d]
[    0.003091] ACPI: Reserving IVRS table memory at [mem 0x743d7000-0x743d70c7]
[    0.003091] ACPI: Reserving SSDT table memory at [mem 0x743d6000-0x743d64ff]
[    0.003092] ACPI: Reserving SSDT table memory at [mem 0x743d5000-0x743d597e]
[    0.003092] ACPI: Reserving SSDT table memory at [mem 0x743d4000-0x743d447b]
[    0.003093] ACPI: Reserving SSDT table memory at [mem 0x743d3000-0x743d353d]
[    0.003093] ACPI: Reserving SSDT table memory at [mem 0x743d2000-0x743d244d]
[    0.003094] ACPI: Reserving SSDT table memory at [mem 0x743d1000-0x743d1770]
[    0.003135] No NUMA configuration found
[    0.003135] Faking a node at [mem 0x0000000000000000-0x000000107de7ffff]
[    0.003137] NODE_DATA(0) allocated [mem 0x107de7d000-0x107de7ffff]
[    0.003175] Zone ranges:
[    0.003175]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003176]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003177]   Normal   [mem 0x0000000100000000-0x000000107de7ffff]
[    0.003178] Movable zone start for each node
[    0.003179] Early memory node ranges
[    0.003179]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003180]   node   0: [mem 0x0000000000100000-0x0000000009afefff]
[    0.003180]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003181]   node   0: [mem 0x000000000a210000-0x000000000affffff]
[    0.003181]   node   0: [mem 0x000000000b021000-0x000000006db24fff]
[    0.003182]   node   0: [mem 0x0000000079dff000-0x000000007bff8fff]
[    0.003182]   node   0: [mem 0x000000007bffe000-0x000000007bffffff]
[    0.003182]   node   0: [mem 0x0000000100000000-0x000000107de7ffff]
[    0.003184] Initmem setup node 0 [mem 0x0000000000001000-0x000000107de7ffff]
[    0.003187] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003194] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003252] On node 0, zone DMA32: 1281 pages in unavailable ranges
[    0.003258] On node 0, zone DMA32: 16 pages in unavailable ranges
[    0.003852] On node 0, zone DMA32: 33 pages in unavailable ranges
[    0.003908] On node 0, zone DMA32: 17114 pages in unavailable ranges
[    0.003909] On node 0, zone DMA32: 5 pages in unavailable ranges
[    0.039010] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.039034] On node 0, zone Normal: 8576 pages in unavailable ranges
[    0.040344] ACPI: PM-Timer IO Port: 0x808
[    0.040350] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.040364] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.040368] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.040369] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.040371] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.040373] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.040374] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.040376] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[    0.040389] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.040390] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.040391] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[    0.040392] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[    0.040393] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[    0.040393] PM: hibernation: Registered nosave memory: [mem 0x6a098000-0x6a098fff]
[    0.040394] PM: hibernation: Registered nosave memory: [mem 0x6db25000-0x74370fff]
[    0.040395] PM: hibernation: Registered nosave memory: [mem 0x74371000-0x7454efff]
[    0.040395] PM: hibernation: Registered nosave memory: [mem 0x7454f000-0x7654efff]
[    0.040395] PM: hibernation: Registered nosave memory: [mem 0x7654f000-0x79c7efff]
[    0.040396] PM: hibernation: Registered nosave memory: [mem 0x79c7f000-0x79dfefff]
[    0.040397] PM: hibernation: Registered nosave memory: [mem 0x7bff9000-0x7bffdfff]
[    0.040397] PM: hibernation: Registered nosave memory: [mem 0x7c000000-0x7cffffff]
[    0.040398] PM: hibernation: Registered nosave memory: [mem 0x7d000000-0x7d7f2fff]
[    0.040398] PM: hibernation: Registered nosave memory: [mem 0x7d7f3000-0x7fffffff]
[    0.040399] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfedfffff]
[    0.040399] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.040399] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.040401] [mem 0x80000000-0xfedfffff] available for PCI devices
[    0.040403] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.042733] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.043210] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.043213] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.043214] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.043221] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.043233] Kernel command line: BOOT_IMAGE=/vmlinuz-6.7.0-rc5-00047-g5bd7ef53ffe5 root=UUID=263712d0-b01f-4c8a-be0e-e82dde7ab4d3 ro sysrq_always_enabled ignore_loglevel nr_cpus=32 zswap.enabled=0 mitigations=off cgroup_no_v1=all amd_pstate.shared_mem=1 amd_pstate=passive systemd.show_status=1
[    0.043249] sysrq: sysrq always enabled.
[    0.043274] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-6.7.0-rc5-00047-g5bd7ef53ffe5", will be passed to user space.
[    0.043481] random: crng init done
[    0.043482] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.043483] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.043483] printk: log_buf_len min size: 131072 bytes
[    0.043543] printk: log_buf_len: 262144 bytes
[    0.043543] printk: early log buf free: 116976(89%)
[    0.045909] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.047037] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.047087] Fallback order for Node 0: 0 
[    0.047090] Built 1 zonelists, mobility grouping on.  Total pages: 16439829
[    0.047091] Policy zone: Normal
[    0.047095] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.047130] software IO TLB: area num 32.
[    0.097030] Memory: 65439548K/66803768K available (16384K kernel code, 1890K rwdata, 3980K rodata, 1860K init, 15036K bss, 1363964K reserved, 0K cma-reserved)
[    0.097369] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.097407] ftrace: allocating 42954 entries in 168 pages
[    0.102762] ftrace: allocated 168 pages with 3 groups
[    0.102932] Running RCU self tests
[    0.102933] Running RCU synchronous self tests
[    0.102941] rcu: Preemptible hierarchical RCU implementation.
[    0.102942] rcu: 	RCU event tracing is enabled.
[    0.102942] rcu: 	RCU lockdep checking is enabled.
[    0.102943] 	Trampoline variant of Tasks RCU enabled.
[    0.102943] 	Rude variant of Tasks RCU enabled.
[    0.102943] 	Tracing variant of Tasks RCU enabled.
[    0.102944] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.102969] Running RCU synchronous self tests
[    0.103436] NR_IRQS: 4352, nr_irqs: 1224, preallocated irqs: 16
[    0.103623] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.103786] Console: colour dummy device 80x25
[    0.103795] printk: legacy console [tty0] enabled
[    0.104765] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.104771] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.104775] ... MAX_LOCK_DEPTH:          48
[    0.104778] ... MAX_LOCKDEP_KEYS:        8192
[    0.104781] ... CLASSHASH_SIZE:          4096
[    0.104785] ... MAX_LOCKDEP_ENTRIES:     32768
[    0.104788] ... MAX_LOCKDEP_CHAINS:      65536
[    0.104791] ... CHAINHASH_SIZE:          32768
[    0.104795]  memory used by lock dependency info: 6493 kB
[    0.104798]  memory used for stack traces: 4224 kB
[    0.104802]  per task-struct memory footprint: 1920 bytes
[    0.104845] ACPI: Core revision 20230628
[    0.105048] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.105078] APIC: Switch to symmetric I/O mode setup
[    0.105544] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[    0.105780] APIC: Switched APIC routing to: physical flat
[    0.106428] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.111079] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c89bd94b35, max_idle_ns: 440795291482 ns
[    0.111093] Calibrating delay loop (skipped), value calculated using timer frequency.. 8399.65 BogoMIPS (lpj=4199827)
[    0.111108] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.111153] LVT offset 1 assigned for vector 0xf9
[    0.111280] LVT offset 2 assigned for vector 0xf4
[    0.111320] process: using mwait in idle threads
[    0.111324] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.111328] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[    0.111335] Spectre V2 : User space: Vulnerable
[    0.111339] Speculative Store Bypass: Vulnerable
[    0.111347] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.111353] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.111357] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.111361] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.111366] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.111370] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.111374] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.111380] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.111385] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.111389] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.111394] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.111398] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.111402] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.111406] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
[    0.111411] x86/fpu: Enabled xstate features 0xae7, context size is 2456 bytes, using 'compacted' format.
[    0.120794] Freeing SMP alternatives memory: 40K
[    0.120799] pid_max: default: 32768 minimum: 301
[    0.123132] LSM: initializing lsm=capability
[    0.123213] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.123259] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.123525] cgroup: Disabling cpuset control group subsystem in v1 mounts
[    0.123539] cgroup: Disabling cpu control group subsystem in v1 mounts
[    0.123545] cgroup: Disabling cpuacct control group subsystem in v1 mounts
[    0.123556] cgroup: Disabling blkio control group subsystem in v1 mounts
[    0.123587] cgroup: Disabling memory control group subsystem in v1 mounts
[    0.123598] cgroup: Disabling devices control group subsystem in v1 mounts
[    0.123609] cgroup: Disabling freezer control group subsystem in v1 mounts
[    0.123614] cgroup: Disabling net_cls control group subsystem in v1 mounts
[    0.123621] cgroup: Disabling perf_event control group subsystem in v1 mounts
[    0.123626] cgroup: Disabling net_prio control group subsystem in v1 mounts
[    0.123632] cgroup: Disabling hugetlb control group subsystem in v1 mounts
[    0.123637] cgroup: Disabling pids control group subsystem in v1 mounts
[    0.123642] cgroup: Disabling misc control group subsystem in v1 mounts
[    0.124091] Running RCU synchronous self tests
[    0.124095] Running RCU synchronous self tests
[    0.226503] smpboot: CPU0: AMD Ryzen 9 7950X3D 16-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
[    0.226700] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.226726] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.226749] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
[    0.226771] Running RCU Tasks wait API self tests
[    0.330117] Running RCU Tasks Rude wait API self tests
[    0.330164] Running RCU Tasks Trace wait API self tests
[    0.330195] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[    0.330235] ... version:                2
[    0.330239] ... bit width:              48
[    0.330243] ... generic registers:      6
[    0.330247] ... value mask:             0000ffffffffffff
[    0.330253] ... max period:             00007fffffffffff
[    0.330258] ... fixed-purpose events:   0
[    0.330262] ... event mask:             000000000000003f
[    0.330361] signal: max sigframe size: 3376
[    0.330411] rcu: Hierarchical SRCU implementation.
[    0.330416] rcu: 	Max phase no-delay instances is 400.
[    0.330729] smp: Bringing up secondary CPUs ...
[    0.330867] smpboot: x86: Booting SMP configuration:
[    0.330875] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.342130] Callback from call_rcu_tasks_trace() invoked.
[    0.351186]  #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
[    0.372120] smp: Brought up 1 node, 32 CPUs
[    0.372123] smpboot: Max logical packages: 1
[    0.372127] smpboot: Total of 32 processors activated (268788.92 BogoMIPS)
[    0.374091] devtmpfs: initialized
[    0.374484] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[    0.374484] ACPI: PM: Registering ACPI NVS region [mem 0x7454f000-0x7654efff] (33554432 bytes)
[    0.375412] Running RCU synchronous self tests
[    0.375412] Running RCU synchronous self tests
[    0.375418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.375418] futex hash table entries: 8192 (order: 8, 1048576 bytes, linear)
[    0.375418] pinctrl core: initialized pinctrl subsystem
[    0.375580] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.376206] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.376214] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.376222] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.376371] thermal_sys: Registered thermal governor 'bang_bang'
[    0.376372] thermal_sys: Registered thermal governor 'step_wise'
[    0.376376] thermal_sys: Registered thermal governor 'user_space'
[    0.376413] cpuidle: using governor ladder
[    0.376438] cpuidle: using governor menu
[    0.376469] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.376469] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.376469] PCI: not using MMCONFIG
[    0.376469] PCI: Using configuration type 1 for base access
[    0.376469] PCI: Using configuration type 1 for extended access
[    0.379135] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.379135] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.379211] cryptd: max_cpu_qlen set to 1000
[    0.379211] fbcon: Taking over console
[    0.379247] ACPI: Added _OSI(Module Device)
[    0.379251] ACPI: Added _OSI(Processor Device)
[    0.379255] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.379259] ACPI: Added _OSI(Processor Aggregator Device)
[    0.392571] ACPI: 15 ACPI AML tables successfully acquired and loaded
[    0.395455] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.397819] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.398659] ACPI: EC: EC started
[    0.398667] ACPI: EC: interrupt blocked
[    0.398715] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.398720] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    0.398726] ACPI: Interpreter enabled
[    0.398754] ACPI: PM: (supports S0 S3 S4 S5)
[    0.398758] ACPI: Using IOAPIC for interrupt routing
[    0.401129] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.401165] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.401176] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.401183] PCI: Ignoring E820 reservations for host bridge windows
[    0.401702] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.405864] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    0.405943] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    0.406025] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    0.417479] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.417488] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.417614] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability LTR]
[    0.418356] PCI host bridge to bus 0000:00
[    0.418361] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.418367] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.418372] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.418377] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.418382] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.418388] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.418394] pci_bus 0000:00: root bus resource [mem 0x1080000000-0xffffffffff window]
[    0.418400] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.418437] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000
[    0.418605] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600
[    0.418715] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000
[    0.418802] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400
[    0.418874] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.419043] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400
[    0.419115] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.419250] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000
[    0.419336] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400
[    0.419361] pci 0000:00:02.1: enabling Extended Tags
[    0.419414] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.419672] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400
[    0.419742] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.419879] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000
[    0.419972] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000
[    0.420073] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000
[    0.420161] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400
[    0.420182] pci 0000:00:08.1: enabling Extended Tags
[    0.420212] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.420347] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400
[    0.420368] pci 0000:00:08.3: enabling Extended Tags
[    0.420397] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    0.420521] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.420658] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.420811] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000
[    0.420856] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000
[    0.420902] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000
[    0.420947] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000
[    0.420993] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000
[    0.421037] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000
[    0.421085] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000
[    0.421131] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000
[    0.421250] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400
[    0.421265] pci 0000:01:00.0: reg 0x10: [mem 0xdd200000-0xdd203fff]
[    0.421351] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.421541] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    0.421548] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.421554] pci 0000:00:01.1:   bridge window [mem 0xdd000000-0xdd2fffff]
[    0.421561] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.421623] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400
[    0.421719] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.422064] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.422072] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[    0.422078] pci 0000:01:00.0:   bridge window [mem 0xdd000000-0xdd1fffff]
[    0.422090] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.422156] pci 0000:03:00.0: [1002:73df] type 00 class 0x030000
[    0.422174] pci 0000:03:00.0: reg 0x10: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    0.422188] pci 0000:03:00.0: reg 0x18: [mem 0xfc00000000-0xfc0fffffff 64bit pref]
[    0.422199] pci 0000:03:00.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.422209] pci 0000:03:00.0: reg 0x24: [mem 0xdd000000-0xdd0fffff]
[    0.422219] pci 0000:03:00.0: reg 0x30: [mem 0xdd100000-0xdd11ffff pref]
[    0.422244] pci 0000:03:00.0: BAR 0: assigned to efifb
[    0.422300] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.422462] pci 0000:03:00.1: [1002:ab28] type 00 class 0x040300
[    0.422475] pci 0000:03:00.1: reg 0x10: [mem 0xdd120000-0xdd123fff]
[    0.422554] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.422688] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.422695] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    0.422701] pci 0000:02:00.0:   bridge window [mem 0xdd000000-0xdd1fffff]
[    0.422709] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.422971] pci 0000:04:00.0: [1bb1:5018] type 00 class 0x010802
[    0.423016] pci 0000:04:00.0: reg 0x10: [mem 0xdd500000-0xdd503fff 64bit]
[    0.423925] pci 0000:00:01.2: PCI bridge to [bus 04]
[    0.423932] pci 0000:00:01.2:   bridge window [mem 0xdd500000-0xdd5fffff]
[    0.424016] pci 0000:05:00.0: [1022:43f4] type 01 class 0x060400
[    0.424050] pci 0000:05:00.0: enabling Extended Tags
[    0.424101] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.424392] pci 0000:00:02.1: PCI bridge to [bus 05-6c]
[    0.424400] pci 0000:00:02.1:   bridge window [mem 0xa8000000-0xdcafffff]
[    0.424407] pci 0000:00:02.1:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.424555] pci 0000:06:00.0: [1022:43f5] type 01 class 0x060400
[    0.424590] pci 0000:06:00.0: enabling Extended Tags
[    0.424642] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.424802] pci 0000:06:08.0: [1022:43f5] type 01 class 0x060400
[    0.424837] pci 0000:06:08.0: enabling Extended Tags
[    0.424888] pci 0000:06:08.0: PME# supported from D0 D3hot D3cold
[    0.425118] pci 0000:06:0c.0: [1022:43f5] type 01 class 0x060400
[    0.425153] pci 0000:06:0c.0: enabling Extended Tags
[    0.425191] pci 0000:06:0c.0: PME# supported from D0 D3hot D3cold
[    0.425344] pci 0000:06:0d.0: [1022:43f5] type 01 class 0x060400
[    0.425379] pci 0000:06:0d.0: enabling Extended Tags
[    0.425417] pci 0000:06:0d.0: PME# supported from D0 D3hot D3cold
[    0.425535] pci 0000:05:00.0: PCI bridge to [bus 06-6c]
[    0.425543] pci 0000:05:00.0:   bridge window [mem 0xa8000000-0xdcafffff]
[    0.425551] pci 0000:05:00.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.425621] pci 0000:07:00.0: [8086:1136] type 01 class 0x060400
[    0.425682] pci 0000:07:00.0: enabling Extended Tags
[    0.425800] pci 0000:07:00.0: supports D1 D2
[    0.425804] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.426103] pci 0000:06:00.0: PCI bridge to [bus 07-60]
[    0.426112] pci 0000:06:00.0:   bridge window [mem 0xa8000000-0xdc0fffff]
[    0.426119] pci 0000:06:00.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.426201] pci 0000:08:00.0: [8086:1136] type 01 class 0x060400
[    0.426264] pci 0000:08:00.0: enabling Extended Tags
[    0.426386] pci 0000:08:00.0: supports D1 D2
[    0.426389] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.426614] pci 0000:08:01.0: [8086:1136] type 01 class 0x060400
[    0.426677] pci 0000:08:01.0: enabling Extended Tags
[    0.426801] pci 0000:08:01.0: supports D1 D2
[    0.426805] pci 0000:08:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.427027] pci 0000:08:02.0: [8086:1136] type 01 class 0x060400
[    0.427103] pci 0000:08:02.0: enabling Extended Tags
[    0.427219] pci 0000:08:02.0: supports D1 D2
[    0.427222] pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.427433] pci 0000:08:03.0: [8086:1136] type 01 class 0x060400
[    0.427496] pci 0000:08:03.0: enabling Extended Tags
[    0.427620] pci 0000:08:03.0: supports D1 D2
[    0.427624] pci 0000:08:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.427858] pci 0000:07:00.0: PCI bridge to [bus 08-60]
[    0.427869] pci 0000:07:00.0:   bridge window [mem 0xa8000000-0xdc0fffff]
[    0.427879] pci 0000:07:00.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.427962] pci 0000:09:00.0: [8086:1137] type 00 class 0x0c0340
[    0.427994] pci 0000:09:00.0: reg 0x10: [mem 0xfc75100000-0xfc7513ffff 64bit pref]
[    0.428017] pci 0000:09:00.0: reg 0x18: [mem 0xfc75140000-0xfc75140fff 64bit pref]
[    0.428065] pci 0000:09:00.0: enabling Extended Tags
[    0.428190] pci 0000:09:00.0: supports D1 D2
[    0.428194] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.428418] pci 0000:08:00.0: PCI bridge to [bus 09]
[    0.428430] pci 0000:08:00.0:   bridge window [mem 0xdc000000-0xdc0fffff]
[    0.428440] pci 0000:08:00.0:   bridge window [mem 0xfc75100000-0xfc751fffff 64bit pref]
[    0.428494] pci 0000:08:01.0: PCI bridge to [bus 0a-34]
[    0.428505] pci 0000:08:01.0:   bridge window [mem 0xc0000000-0xd6efffff]
[    0.428516] pci 0000:08:01.0:   bridge window [mem 0xfc50000000-0xfc74ffffff 64bit pref]
[    0.428596] pci 0000:35:00.0: [8086:1138] type 00 class 0x0c0330
[    0.428625] pci 0000:35:00.0: reg 0x10: [mem 0xd8000000-0xd800ffff 64bit]
[    0.428692] pci 0000:35:00.0: enabling Extended Tags
[    0.428779] pci 0000:35:00.0: PME# supported from D3hot D3cold
[    0.428903] pci 0000:08:02.0: PCI bridge to [bus 35]
[    0.428915] pci 0000:08:02.0:   bridge window [mem 0xd8000000-0xd80fffff]
[    0.428976] pci 0000:08:03.0: PCI bridge to [bus 36-60]
[    0.428988] pci 0000:08:03.0:   bridge window [mem 0xa8000000-0xbeffffff]
[    0.428998] pci 0000:08:03.0:   bridge window [mem 0xfc20000000-0xfc44ffffff 64bit pref]
[    0.429086] pci 0000:61:00.0: [1022:43f4] type 01 class 0x060400
[    0.429136] pci 0000:61:00.0: enabling Extended Tags
[    0.429212] pci 0000:61:00.0: PME# supported from D0 D3hot D3cold
[    0.429501] pci 0000:06:08.0: PCI bridge to [bus 61-6a]
[    0.429509] pci 0000:06:08.0:   bridge window [mem 0xdc200000-0xdc8fffff]
[    0.429517] pci 0000:06:08.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.429691] pci 0000:62:00.0: [1022:43f5] type 01 class 0x060400
[    0.429743] pci 0000:62:00.0: enabling Extended Tags
[    0.429822] pci 0000:62:00.0: PME# supported from D0 D3hot D3cold
[    0.430019] pci 0000:62:04.0: [1022:43f5] type 01 class 0x060400
[    0.430072] pci 0000:62:04.0: enabling Extended Tags
[    0.430155] pci 0000:62:04.0: PME# supported from D0 D3hot D3cold
[    0.430347] pci 0000:62:05.0: [1022:43f5] type 01 class 0x060400
[    0.430399] pci 0000:62:05.0: enabling Extended Tags
[    0.430479] pci 0000:62:05.0: PME# supported from D0 D3hot D3cold
[    0.430672] pci 0000:62:06.0: [1022:43f5] type 01 class 0x060400
[    0.430724] pci 0000:62:06.0: enabling Extended Tags
[    0.430807] pci 0000:62:06.0: PME# supported from D0 D3hot D3cold
[    0.431002] pci 0000:62:07.0: [1022:43f5] type 01 class 0x060400
[    0.431054] pci 0000:62:07.0: enabling Extended Tags
[    0.431137] pci 0000:62:07.0: PME# supported from D0 D3hot D3cold
[    0.431331] pci 0000:62:08.0: [1022:43f5] type 01 class 0x060400
[    0.431383] pci 0000:62:08.0: enabling Extended Tags
[    0.431462] pci 0000:62:08.0: PME# supported from D0 D3hot D3cold
[    0.431660] pci 0000:62:0c.0: [1022:43f5] type 01 class 0x060400
[    0.431711] pci 0000:62:0c.0: enabling Extended Tags
[    0.431768] pci 0000:62:0c.0: PME# supported from D0 D3hot D3cold
[    0.431945] pci 0000:62:0d.0: [1022:43f5] type 01 class 0x060400
[    0.431997] pci 0000:62:0d.0: enabling Extended Tags
[    0.432054] pci 0000:62:0d.0: PME# supported from D0 D3hot D3cold
[    0.432200] pci 0000:61:00.0: PCI bridge to [bus 62-6a]
[    0.432210] pci 0000:61:00.0:   bridge window [mem 0xdc200000-0xdc8fffff]
[    0.432219] pci 0000:61:00.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.432292] pci 0000:63:00.0: [1e4b:1202] type 00 class 0x010802
[    0.432322] pci 0000:63:00.0: reg 0x10: [mem 0xdc800000-0xdc803fff 64bit]
[    0.432494] pci 0000:63:00.0: PME# supported from D0 D3hot D3cold
[    0.432747] pci 0000:62:00.0: PCI bridge to [bus 63]
[    0.432758] pci 0000:62:00.0:   bridge window [mem 0xdc800000-0xdc8fffff]
[    0.432846] pci 0000:64:00.0: [14c3:0616] type 00 class 0x028000
[    0.432878] pci 0000:64:00.0: reg 0x10: [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.432900] pci 0000:64:00.0: reg 0x18: [mem 0xdc700000-0xdc707fff 64bit]
[    0.432943] pci 0000:64:00.0: enabling Extended Tags
[    0.433053] pci 0000:64:00.0: PME# supported from D0 D3hot D3cold
[    0.433312] pci 0000:62:04.0: PCI bridge to [bus 64]
[    0.433322] pci 0000:62:04.0:   bridge window [mem 0xdc700000-0xdc7fffff]
[    0.433331] pci 0000:62:04.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.433420] pci 0000:65:00.0: [8086:15f3] type 00 class 0x020000
[    0.433447] pci 0000:65:00.0: reg 0x10: [mem 0xdc200000-0xdc2fffff]
[    0.433488] pci 0000:65:00.0: reg 0x1c: [mem 0xdc300000-0xdc303fff]
[    0.433647] pci 0000:65:00.0: PME# supported from D0 D3hot D3cold
[    0.434140] pci 0000:62:05.0: PCI bridge to [bus 65]
[    0.434140] pci 0000:62:05.0:   bridge window [mem 0xdc200000-0xdc3fffff]
[    0.434140] pci 0000:62:06.0: PCI bridge to [bus 66]
[    0.434504] Callback from call_rcu_tasks_rude() invoked.
[    0.434147] pci 0000:62:07.0: PCI bridge to [bus 67]
[    0.434238] pci 0000:68:00.0: [1987:5021] type 00 class 0x010802
[    0.434281] pci 0000:68:00.0: reg 0x10: [mem 0xdc600000-0xdc603fff 64bit]
[    0.434378] pci 0000:68:00.0: enabling Extended Tags
[    0.434944] pci 0000:62:08.0: PCI bridge to [bus 68]
[    0.434955] pci 0000:62:08.0:   bridge window [mem 0xdc600000-0xdc6fffff]
[    0.435026] pci 0000:69:00.0: [1022:43f7] type 00 class 0x0c0330
[    0.435049] pci 0000:69:00.0: reg 0x10: [mem 0xdc500000-0xdc507fff 64bit]
[    0.435098] pci 0000:69:00.0: enabling Extended Tags
[    0.435160] pci 0000:69:00.0: PME# supported from D0 D3hot D3cold
[    0.435339] pci 0000:62:0c.0: PCI bridge to [bus 69]
[    0.435347] pci 0000:62:0c.0:   bridge window [mem 0xdc500000-0xdc5fffff]
[    0.435447] pci 0000:6a:00.0: [1022:43f6] type 00 class 0x010601
[    0.435501] pci 0000:6a:00.0: reg 0x24: [mem 0xdc480000-0xdc4803ff]
[    0.435513] pci 0000:6a:00.0: reg 0x30: [mem 0xdc400000-0xdc47ffff pref]
[    0.435524] pci 0000:6a:00.0: enabling Extended Tags
[    0.435576] pci 0000:6a:00.0: PME# supported from D0 D3hot D3cold
[    0.435709] pci 0000:62:0d.0: PCI bridge to [bus 6a]
[    0.435717] pci 0000:62:0d.0:   bridge window [mem 0xdc400000-0xdc4fffff]
[    0.435814] pci 0000:6b:00.0: [1022:43f7] type 00 class 0x0c0330
[    0.435830] pci 0000:6b:00.0: reg 0x10: [mem 0xdca00000-0xdca07fff 64bit]
[    0.435862] pci 0000:6b:00.0: enabling Extended Tags
[    0.435903] pci 0000:6b:00.0: PME# supported from D0 D3hot D3cold
[    0.436056] pci 0000:06:0c.0: PCI bridge to [bus 6b]
[    0.436063] pci 0000:06:0c.0:   bridge window [mem 0xdca00000-0xdcafffff]
[    0.436119] pci 0000:6c:00.0: [1022:43f6] type 00 class 0x010601
[    0.436156] pci 0000:6c:00.0: reg 0x24: [mem 0xdc980000-0xdc9803ff]
[    0.436165] pci 0000:6c:00.0: reg 0x30: [mem 0xdc900000-0xdc97ffff pref]
[    0.436174] pci 0000:6c:00.0: enabling Extended Tags
[    0.436209] pci 0000:6c:00.0: PME# supported from D0 D3hot D3cold
[    0.436314] pci 0000:06:0d.0: PCI bridge to [bus 6c]
[    0.436321] pci 0000:06:0d.0:   bridge window [mem 0xdc900000-0xdc9fffff]
[    0.436625] pci 0000:6d:00.0: [1bb1:5018] type 00 class 0x010802
[    0.436669] pci 0000:6d:00.0: reg 0x10: [mem 0xdd400000-0xdd403fff 64bit]
[    0.437595] pci 0000:00:02.2: PCI bridge to [bus 6d]
[    0.437602] pci 0000:00:02.2:   bridge window [mem 0xdd400000-0xdd4fffff]
[    0.437695] pci 0000:6e:00.0: [1022:14de] type 00 class 0x130000
[    0.437719] pci 0000:6e:00.0: enabling Extended Tags
[    0.437842] pci 0000:6e:00.2: [1022:1649] type 00 class 0x108000
[    0.437875] pci 0000:6e:00.2: reg 0x18: [mem 0xdce00000-0xdcefffff]
[    0.437886] pci 0000:6e:00.2: reg 0x24: [mem 0xdcf00000-0xdcf01fff]
[    0.437895] pci 0000:6e:00.2: enabling Extended Tags
[    0.438001] pci 0000:6e:00.3: [1022:15b6] type 00 class 0x0c0330
[    0.438013] pci 0000:6e:00.3: reg 0x10: [mem 0xdcd00000-0xdcdfffff 64bit]
[    0.438035] pci 0000:6e:00.3: enabling Extended Tags
[    0.438063] pci 0000:6e:00.3: PME# supported from D0 D3hot D3cold
[    0.438161] pci 0000:6e:00.4: [1022:15b7] type 00 class 0x0c0330
[    0.438172] pci 0000:6e:00.4: reg 0x10: [mem 0xdcc00000-0xdccfffff 64bit]
[    0.438194] pci 0000:6e:00.4: enabling Extended Tags
[    0.438223] pci 0000:6e:00.4: PME# supported from D0 D3hot D3cold
[    0.438327] pci 0000:00:08.1: PCI bridge to [bus 6e]
[    0.438333] pci 0000:00:08.1:   bridge window [mem 0xdcc00000-0xdcffffff]
[    0.438382] pci 0000:6f:00.0: [1022:15b8] type 00 class 0x0c0330
[    0.438397] pci 0000:6f:00.0: reg 0x10: [mem 0xdd300000-0xdd3fffff 64bit]
[    0.438424] pci 0000:6f:00.0: enabling Extended Tags
[    0.438458] pci 0000:6f:00.0: PME# supported from D0 D3hot D3cold
[    0.438561] pci 0000:00:08.3: PCI bridge to [bus 6f]
[    0.438567] pci 0000:00:08.3:   bridge window [mem 0xdd300000-0xdd3fffff]
[    0.439312] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.439360] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.439399] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.439443] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.439483] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.439518] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.439553] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.439588] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.440869] ACPI: EC: interrupt unblocked
[    0.440875] ACPI: EC: event unblocked
[    0.440882] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.440888] ACPI: EC: GPE=0x4
[    0.440891] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    0.440897] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.440950] iommu: Default domain type: Translated
[    0.440955] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.441143] SCSI subsystem initialized
[    0.441164] libata version 3.00 loaded.
[    0.441164] ACPI: bus type USB registered
[    0.441164] usbcore: registered new interface driver usbfs
[    0.441164] usbcore: registered new interface driver hub
[    0.441170] usbcore: registered new device driver usb
[    0.441212] EDAC MC: Ver: 3.0.0
[    0.442133] efivars: Registered efivars operations
[    0.442328] NetLabel: Initializing
[    0.442332] NetLabel:  domain hash size = 128
[    0.442336] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.442353] NetLabel:  unlabeled traffic allowed by default
[    0.442357] PCI: Using ACPI for IRQ routing
[    0.450026] PCI: pci_cache_line_size set to 64 bytes
[    0.450032] pci 0000:00:02.1: can't claim BAR 14 [mem 0xa8000000-0xdcafffff]: address conflict with AMDIF031:00 [mem 0xdc400000-0xdc400fff]
[    0.450041] pci 0000:05:00.0: can't claim BAR 14 [mem 0xa8000000-0xdcafffff]: no compatible bridge window
[    0.450048] pci 0000:06:00.0: can't claim BAR 14 [mem 0xa8000000-0xdc0fffff]: no compatible bridge window
[    0.450055] pci 0000:07:00.0: can't claim BAR 14 [mem 0xa8000000-0xdc0fffff]: no compatible bridge window
[    0.450061] pci 0000:08:00.0: can't claim BAR 14 [mem 0xdc000000-0xdc0fffff]: no compatible bridge window
[    0.450067] pci 0000:08:01.0: can't claim BAR 14 [mem 0xc0000000-0xd6efffff]: no compatible bridge window
[    0.450074] pci 0000:08:02.0: can't claim BAR 14 [mem 0xd8000000-0xd80fffff]: no compatible bridge window
[    0.450080] pci 0000:08:03.0: can't claim BAR 14 [mem 0xa8000000-0xbeffffff]: no compatible bridge window
[    0.450087] pci 0000:06:08.0: can't claim BAR 14 [mem 0xdc200000-0xdc8fffff]: no compatible bridge window
[    0.450090] pci 0000:61:00.0: can't claim BAR 14 [mem 0xdc200000-0xdc8fffff]: no compatible bridge window
[    0.450097] pci 0000:62:00.0: can't claim BAR 14 [mem 0xdc800000-0xdc8fffff]: no compatible bridge window
[    0.450103] pci 0000:62:04.0: can't claim BAR 14 [mem 0xdc700000-0xdc7fffff]: no compatible bridge window
[    0.450109] pci 0000:62:05.0: can't claim BAR 14 [mem 0xdc200000-0xdc3fffff]: no compatible bridge window
[    0.450116] pci 0000:62:08.0: can't claim BAR 14 [mem 0xdc600000-0xdc6fffff]: no compatible bridge window
[    0.450122] pci 0000:62:0c.0: can't claim BAR 14 [mem 0xdc500000-0xdc5fffff]: no compatible bridge window
[    0.450129] pci 0000:62:0d.0: can't claim BAR 14 [mem 0xdc400000-0xdc4fffff]: no compatible bridge window
[    0.450135] pci 0000:06:0c.0: can't claim BAR 14 [mem 0xdca00000-0xdcafffff]: no compatible bridge window
[    0.450141] pci 0000:06:0d.0: can't claim BAR 14 [mem 0xdc900000-0xdc9fffff]: no compatible bridge window
[    0.450336] pci 0000:35:00.0: can't claim BAR 0 [mem 0xd8000000-0xd800ffff 64bit]: no compatible bridge window
[    0.450352] pci 0000:63:00.0: can't claim BAR 0 [mem 0xdc800000-0xdc803fff 64bit]: no compatible bridge window
[    0.450365] pci 0000:65:00.0: can't claim BAR 0 [mem 0xdc200000-0xdc2fffff]: no compatible bridge window
[    0.450372] pci 0000:65:00.0: can't claim BAR 3 [mem 0xdc300000-0xdc303fff]: no compatible bridge window
[    0.450383] pci 0000:68:00.0: can't claim BAR 0 [mem 0xdc600000-0xdc603fff 64bit]: no compatible bridge window
[    0.450392] pci 0000:69:00.0: can't claim BAR 0 [mem 0xdc500000-0xdc507fff 64bit]: no compatible bridge window
[    0.450402] pci 0000:6a:00.0: can't claim BAR 5 [mem 0xdc480000-0xdc4803ff]: no compatible bridge window
[    0.450410] pci 0000:6b:00.0: can't claim BAR 0 [mem 0xdca00000-0xdca07fff 64bit]: no compatible bridge window
[    0.450419] pci 0000:6c:00.0: can't claim BAR 5 [mem 0xdc980000-0xdc9803ff]: no compatible bridge window
[    0.450825] pci 0000:64:00.0: can't claim BAR 2 [mem 0xdc700000-0xdc707fff 64bit]: no compatible bridge window
[    0.451054] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[    0.451059] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.451064] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.451068] e820: reserve RAM buffer [mem 0x6a098000-0x6bffffff]
[    0.451072] e820: reserve RAM buffer [mem 0x6db25000-0x6fffffff]
[    0.451077] e820: reserve RAM buffer [mem 0x7bff9000-0x7bffffff]
[    0.451081] e820: reserve RAM buffer [mem 0x107de80000-0x107fffffff]
[    0.451171] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    0.451171] pci 0000:03:00.0: vgaarb: bridge control possible
[    0.451171] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.451171] vgaarb: loaded
[    0.451173] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.451173] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.453206] clocksource: Switched to clocksource tsc-early
[    0.453508] VFS: Disk quotas dquot_6.6.0
[    0.453532] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.453634] pnp: PnP ACPI init
[    0.453788] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.453834] system 00:01: [mem 0x1000000000000 window] could not be reserved
[    0.454209] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.454219] system 00:03: [io  0x0200-0x023f] has been reserved
[    0.454585] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.454595] system 00:04: [io  0x040b] has been reserved
[    0.454604] system 00:04: [io  0x04d6] has been reserved
[    0.454612] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.454621] system 00:04: [io  0x0c14] has been reserved
[    0.454630] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.454639] system 00:04: [io  0x0c52] has been reserved
[    0.454647] system 00:04: [io  0x0c6c] has been reserved
[    0.454656] system 00:04: [io  0x0c6f] has been reserved
[    0.454664] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.454673] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.454685] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.454694] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.454703] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.454712] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.454721] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.454732] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.454743] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.454754] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.454764] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.454775] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.454788] system 00:04: [mem 0xfeb00000-0xfeb00fff] has been reserved
[    0.454798] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.455605] pnp: PnP ACPI: found 5 devices
[    0.461819] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.461876] NET: Registered PF_INET protocol family
[    0.461957] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.463462] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2359296 bytes, linear)
[    0.463720] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.463729] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.463936] TCP bind hash table entries: 65536 (order: 11, 9437184 bytes, vmalloc hugepage)
[    0.464931] TCP: Hash tables configured (established 524288 bind 65536)
[    0.464999] UDP hash table entries: 32768 (order: 10, 5242880 bytes, vmalloc hugepage)
[    0.465502] UDP-Lite hash table entries: 32768 (order: 10, 5242880 bytes, vmalloc hugepage)
[    0.466072] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.466087] pci 0000:6a:00.0: can't claim BAR 6 [mem 0xdc400000-0xdc47ffff pref]: no compatible bridge window
[    0.466095] pci 0000:6c:00.0: can't claim BAR 6 [mem 0xdc900000-0xdc97ffff pref]: no compatible bridge window
[    0.466103] pci 0000:08:01.0: bridge window [io  0x1000-0x0fff] to [bus 0a-34] add_size 1000
[    0.466110] pci 0000:08:01.0: bridge window [mem 0x00100000-0x000fffff] to [bus 0a-34] add_size 200000 add_align 100000
[    0.466119] pci 0000:08:03.0: bridge window [io  0x1000-0x0fff] to [bus 36-60] add_size 1000
[    0.466125] pci 0000:08:03.0: bridge window [mem 0x00100000-0x000fffff] to [bus 36-60] add_size 200000 add_align 100000
[    0.466133] pci 0000:07:00.0: bridge window [io  0x1000-0x0fff] to [bus 08-60] add_size 2000
[    0.466139] pci 0000:07:00.0: bridge window [mem 0x00100000-0x003fffff] to [bus 08-60] add_size 400000 add_align 100000
[    0.466147] pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to [bus 07-60] add_size 2000
[    0.466153] pci 0000:06:00.0: bridge window [mem 0x00100000-0x003fffff] to [bus 07-60] add_size 400000 add_align 100000
[    0.466163] pci 0000:05:00.0: bridge window [io  0x1000-0x0fff] to [bus 06-6c] add_size 2000
[    0.466169] pci 0000:05:00.0: bridge window [mem 0x00100000-0x00cfffff] to [bus 06-6c] add_size 400000 add_align 100000
[    0.466177] pci 0000:00:02.1: bridge window [io  0x1000-0x0fff] to [bus 05-6c] add_size 3000
[    0.466183] pci 0000:00:02.1: bridge window [mem 0x00100000-0x00cfffff] to [bus 05-6c] add_size 400000 add_align 100000
[    0.466194] pci 0000:00:02.1: BAR 14: assigned [mem 0x80000000-0x80ffffff]
[    0.466200] pci 0000:00:02.1: BAR 13: assigned [io  0x1000-0x3fff]
[    0.466205] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.466210] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    0.466217] pci 0000:02:00.0:   bridge window [mem 0xdd000000-0xdd1fffff]
[    0.466223] pci 0000:02:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.466232] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    0.466237] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[    0.466246] pci 0000:01:00.0:   bridge window [mem 0xdd000000-0xdd1fffff]
[    0.466252] pci 0000:01:00.0:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.466261] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    0.466266] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.466272] pci 0000:00:01.1:   bridge window [mem 0xdd000000-0xdd2fffff]
[    0.466277] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.466292] pci 0000:00:01.2: PCI bridge to [bus 04]
[    0.466297] pci 0000:00:01.2:   bridge window [mem 0xdd500000-0xdd5fffff]
[    0.466312] pci 0000:05:00.0: BAR 14: assigned [mem 0x80000000-0x80ffffff]
[    0.466317] pci 0000:05:00.0: BAR 13: assigned [io  0x1000-0x2fff]
[    0.466324] pci 0000:06:00.0: BAR 14: assigned [mem 0x80000000-0x806fffff]
[    0.466329] pci 0000:06:08.0: BAR 14: assigned [mem 0x80700000-0x80dfffff]
[    0.466334] pci 0000:06:0c.0: BAR 14: assigned [mem 0x80e00000-0x80efffff]
[    0.466339] pci 0000:06:0d.0: BAR 14: assigned [mem 0x80f00000-0x80ffffff]
[    0.466344] pci 0000:06:00.0: BAR 13: assigned [io  0x1000-0x2fff]
[    0.466350] pci 0000:07:00.0: BAR 14: assigned [mem 0x80000000-0x806fffff]
[    0.466355] pci 0000:07:00.0: BAR 13: assigned [io  0x1000-0x2fff]
[    0.466361] pci 0000:08:01.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[    0.466366] pci 0000:08:02.0: BAR 14: assigned [mem 0x80200000-0x802fffff]
[    0.466371] pci 0000:08:03.0: BAR 14: assigned [mem 0x80300000-0x804fffff]
[    0.466376] pci 0000:08:01.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.466381] pci 0000:08:03.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.466386] pci 0000:08:00.0: PCI bridge to [bus 09]
[    0.466401] pci 0000:08:00.0:   bridge window [mem 0xfc75100000-0xfc751fffff 64bit pref]
[    0.466412] pci 0000:08:01.0: PCI bridge to [bus 0a-34]
[    0.466417] pci 0000:08:01.0:   bridge window [io  0x1000-0x1fff]
[    0.466425] pci 0000:08:01.0:   bridge window [mem 0x80000000-0x801fffff]
[    0.466433] pci 0000:08:01.0:   bridge window [mem 0xfc50000000-0xfc74ffffff 64bit pref]
[    0.466444] pci 0000:35:00.0: BAR 0: assigned [mem 0x80200000-0x8020ffff 64bit]
[    0.466461] pci 0000:08:02.0: PCI bridge to [bus 35]
[    0.466469] pci 0000:08:02.0:   bridge window [mem 0x80200000-0x802fffff]
[    0.466482] pci 0000:08:03.0: PCI bridge to [bus 36-60]
[    0.466487] pci 0000:08:03.0:   bridge window [io  0x2000-0x2fff]
[    0.466496] pci 0000:08:03.0:   bridge window [mem 0x80300000-0x804fffff]
[    0.466503] pci 0000:08:03.0:   bridge window [mem 0xfc20000000-0xfc44ffffff 64bit pref]
[    0.466514] pci 0000:07:00.0: PCI bridge to [bus 08-60]
[    0.466519] pci 0000:07:00.0:   bridge window [io  0x1000-0x2fff]
[    0.466528] pci 0000:07:00.0:   bridge window [mem 0x80000000-0x806fffff]
[    0.466535] pci 0000:07:00.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.466546] pci 0000:06:00.0: PCI bridge to [bus 07-60]
[    0.466550] pci 0000:06:00.0:   bridge window [io  0x1000-0x2fff]
[    0.466557] pci 0000:06:00.0:   bridge window [mem 0x80000000-0x806fffff]
[    0.466563] pci 0000:06:00.0:   bridge window [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.466572] pci 0000:61:00.0: BAR 14: assigned [mem 0x80700000-0x80dfffff]
[    0.466578] pci 0000:62:00.0: BAR 14: assigned [mem 0x80700000-0x807fffff]
[    0.466583] pci 0000:62:04.0: BAR 14: assigned [mem 0x80800000-0x808fffff]
[    0.466588] pci 0000:62:05.0: BAR 14: assigned [mem 0x80900000-0x80afffff]
[    0.466593] pci 0000:62:08.0: BAR 14: assigned [mem 0x80b00000-0x80bfffff]
[    0.466598] pci 0000:62:0c.0: BAR 14: assigned [mem 0x80c00000-0x80cfffff]
[    0.466603] pci 0000:62:0d.0: BAR 14: assigned [mem 0x80d00000-0x80dfffff]
[    0.466608] pci 0000:63:00.0: BAR 0: assigned [mem 0x80700000-0x80703fff 64bit]
[    0.466629] pci 0000:62:00.0: PCI bridge to [bus 63]
[    0.466635] pci 0000:62:00.0:   bridge window [mem 0x80700000-0x807fffff]
[    0.466647] pci 0000:64:00.0: BAR 2: assigned [mem 0x80800000-0x80807fff 64bit]
[    0.466665] pci 0000:62:04.0: PCI bridge to [bus 64]
[    0.466672] pci 0000:62:04.0:   bridge window [mem 0x80800000-0x808fffff]
[    0.466679] pci 0000:62:04.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.466691] pci 0000:65:00.0: BAR 0: assigned [mem 0x80900000-0x809fffff]
[    0.466700] pci 0000:65:00.0: BAR 3: assigned [mem 0x80a00000-0x80a03fff]
[    0.466708] pci 0000:62:05.0: PCI bridge to [bus 65]
[    0.466715] pci 0000:62:05.0:   bridge window [mem 0x80900000-0x80afffff]
[    0.466726] pci 0000:62:06.0: PCI bridge to [bus 66]
[    0.466739] pci 0000:62:07.0: PCI bridge to [bus 67]
[    0.466752] pci 0000:68:00.0: BAR 0: assigned [mem 0x80b00000-0x80b03fff 64bit]
[    0.466773] pci 0000:62:08.0: PCI bridge to [bus 68]
[    0.466780] pci 0000:62:08.0:   bridge window [mem 0x80b00000-0x80bfffff]
[    0.466791] pci 0000:69:00.0: BAR 0: assigned [mem 0x80c00000-0x80c07fff 64bit]
[    0.466804] pci 0000:62:0c.0: PCI bridge to [bus 69]
[    0.466811] pci 0000:62:0c.0:   bridge window [mem 0x80c00000-0x80cfffff]
[    0.466822] pci 0000:6a:00.0: BAR 6: assigned [mem 0x80d00000-0x80d7ffff pref]
[    0.466828] pci 0000:6a:00.0: BAR 5: assigned [mem 0x80d80000-0x80d803ff]
[    0.466835] pci 0000:62:0d.0: PCI bridge to [bus 6a]
[    0.466842] pci 0000:62:0d.0:   bridge window [mem 0x80d00000-0x80dfffff]
[    0.466853] pci 0000:61:00.0: PCI bridge to [bus 62-6a]
[    0.466860] pci 0000:61:00.0:   bridge window [mem 0x80700000-0x80dfffff]
[    0.466867] pci 0000:61:00.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.466876] pci 0000:06:08.0: PCI bridge to [bus 61-6a]
[    0.466882] pci 0000:06:08.0:   bridge window [mem 0x80700000-0x80dfffff]
[    0.466888] pci 0000:06:08.0:   bridge window [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.466897] pci 0000:6b:00.0: BAR 0: assigned [mem 0x80e00000-0x80e07fff 64bit]
[    0.466907] pci 0000:06:0c.0: PCI bridge to [bus 6b]
[    0.466913] pci 0000:06:0c.0:   bridge window [mem 0x80e00000-0x80efffff]
[    0.466922] pci 0000:6c:00.0: BAR 6: assigned [mem 0x80f00000-0x80f7ffff pref]
[    0.466927] pci 0000:6c:00.0: BAR 5: assigned [mem 0x80f80000-0x80f803ff]
[    0.466934] pci 0000:06:0d.0: PCI bridge to [bus 6c]
[    0.466940] pci 0000:06:0d.0:   bridge window [mem 0x80f00000-0x80ffffff]
[    0.466948] pci 0000:05:00.0: PCI bridge to [bus 06-6c]
[    0.466953] pci 0000:05:00.0:   bridge window [io  0x1000-0x2fff]
[    0.466959] pci 0000:05:00.0:   bridge window [mem 0x80000000-0x80ffffff]
[    0.466966] pci 0000:05:00.0:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.466974] pci 0000:00:02.1: PCI bridge to [bus 05-6c]
[    0.466978] pci 0000:00:02.1:   bridge window [io  0x1000-0x3fff]
[    0.466984] pci 0000:00:02.1:   bridge window [mem 0x80000000-0x80ffffff]
[    0.466990] pci 0000:00:02.1:   bridge window [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.467005] pci 0000:00:02.2: PCI bridge to [bus 6d]
[    0.467010] pci 0000:00:02.2:   bridge window [mem 0xdd400000-0xdd4fffff]
[    0.467024] pci 0000:00:08.1: PCI bridge to [bus 6e]
[    0.467033] pci 0000:00:08.1:   bridge window [mem 0xdcc00000-0xdcffffff]
[    0.467041] pci 0000:00:08.3: PCI bridge to [bus 6f]
[    0.467046] pci 0000:00:08.3:   bridge window [mem 0xdd300000-0xdd3fffff]
[    0.467053] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.467058] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.467062] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.467067] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.467071] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.467076] pci_bus 0000:00: resource 9 [mem 0x80000000-0xdfffffff window]
[    0.467081] pci_bus 0000:00: resource 10 [mem 0x1080000000-0xffffffffff window]
[    0.467087] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.467091] pci_bus 0000:01: resource 1 [mem 0xdd000000-0xdd2fffff]
[    0.467096] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.467101] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.467106] pci_bus 0000:02: resource 1 [mem 0xdd000000-0xdd1fffff]
[    0.467110] pci_bus 0000:02: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.467116] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.467120] pci_bus 0000:03: resource 1 [mem 0xdd000000-0xdd1fffff]
[    0.467124] pci_bus 0000:03: resource 2 [mem 0xf800000000-0xfc0fffffff 64bit pref]
[    0.467130] pci_bus 0000:04: resource 1 [mem 0xdd500000-0xdd5fffff]
[    0.467135] pci_bus 0000:05: resource 0 [io  0x1000-0x3fff]
[    0.467139] pci_bus 0000:05: resource 1 [mem 0x80000000-0x80ffffff]
[    0.467143] pci_bus 0000:05: resource 2 [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.467149] pci_bus 0000:06: resource 0 [io  0x1000-0x2fff]
[    0.467153] pci_bus 0000:06: resource 1 [mem 0x80000000-0x80ffffff]
[    0.467157] pci_bus 0000:06: resource 2 [mem 0xfc20000000-0xfc753fffff 64bit pref]
[    0.467163] pci_bus 0000:07: resource 0 [io  0x1000-0x2fff]
[    0.467167] pci_bus 0000:07: resource 1 [mem 0x80000000-0x806fffff]
[    0.467172] pci_bus 0000:07: resource 2 [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.467177] pci_bus 0000:08: resource 0 [io  0x1000-0x2fff]
[    0.467181] pci_bus 0000:08: resource 1 [mem 0x80000000-0x806fffff]
[    0.467186] pci_bus 0000:08: resource 2 [mem 0xfc20000000-0xfc751fffff 64bit pref]
[    0.467191] pci_bus 0000:09: resource 2 [mem 0xfc75100000-0xfc751fffff 64bit pref]
[    0.467197] pci_bus 0000:0a: resource 0 [io  0x1000-0x1fff]
[    0.467201] pci_bus 0000:0a: resource 1 [mem 0x80000000-0x801fffff]
[    0.467206] pci_bus 0000:0a: resource 2 [mem 0xfc50000000-0xfc74ffffff 64bit pref]
[    0.467211] pci_bus 0000:35: resource 1 [mem 0x80200000-0x802fffff]
[    0.467216] pci_bus 0000:36: resource 0 [io  0x2000-0x2fff]
[    0.467220] pci_bus 0000:36: resource 1 [mem 0x80300000-0x804fffff]
[    0.467224] pci_bus 0000:36: resource 2 [mem 0xfc20000000-0xfc44ffffff 64bit pref]
[    0.467230] pci_bus 0000:61: resource 1 [mem 0x80700000-0x80dfffff]
[    0.467234] pci_bus 0000:61: resource 2 [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.467240] pci_bus 0000:62: resource 1 [mem 0x80700000-0x80dfffff]
[    0.467246] pci_bus 0000:62: resource 2 [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.467251] pci_bus 0000:63: resource 1 [mem 0x80700000-0x807fffff]
[    0.467256] pci_bus 0000:64: resource 1 [mem 0x80800000-0x808fffff]
[    0.467260] pci_bus 0000:64: resource 2 [mem 0xfc75300000-0xfc753fffff 64bit pref]
[    0.467266] pci_bus 0000:65: resource 1 [mem 0x80900000-0x80afffff]
[    0.467271] pci_bus 0000:68: resource 1 [mem 0x80b00000-0x80bfffff]
[    0.467275] pci_bus 0000:69: resource 1 [mem 0x80c00000-0x80cfffff]
[    0.467280] pci_bus 0000:6a: resource 1 [mem 0x80d00000-0x80dfffff]
[    0.467284] pci_bus 0000:6b: resource 1 [mem 0x80e00000-0x80efffff]
[    0.467289] pci_bus 0000:6c: resource 1 [mem 0x80f00000-0x80ffffff]
[    0.467293] pci_bus 0000:6d: resource 1 [mem 0xdd400000-0xdd4fffff]
[    0.467298] pci_bus 0000:6e: resource 1 [mem 0xdcc00000-0xdcffffff]
[    0.467303] pci_bus 0000:6f: resource 1 [mem 0xdd300000-0xdd3fffff]
[    0.467509] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    0.467761] pci 0000:07:00.0: CLS mismatch (64 != 128), using 64 bytes
[    0.468498] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.468621] Trying to unpack rootfs image as initramfs...
[    0.468657] pci 0000:00:01.0: Adding to iommu group 0
[    0.468716] pci 0000:00:01.1: Adding to iommu group 1
[    0.468760] pci 0000:00:01.2: Adding to iommu group 2
[    0.468828] pci 0000:00:02.0: Adding to iommu group 3
[    0.468872] pci 0000:00:02.1: Adding to iommu group 4
[    0.468915] pci 0000:00:02.2: Adding to iommu group 5
[    0.468980] pci 0000:00:03.0: Adding to iommu group 6
[    0.469043] pci 0000:00:04.0: Adding to iommu group 7
[    0.469112] pci 0000:00:08.0: Adding to iommu group 8
[    0.469155] pci 0000:00:08.1: Adding to iommu group 9
[    0.469198] pci 0000:00:08.3: Adding to iommu group 10
[    0.469285] pci 0000:00:14.0: Adding to iommu group 11
[    0.469327] pci 0000:00:14.3: Adding to iommu group 11
[    0.469557] pci 0000:00:18.0: Adding to iommu group 12
[    0.469602] pci 0000:00:18.1: Adding to iommu group 12
[    0.469647] pci 0000:00:18.2: Adding to iommu group 12
[    0.469694] pci 0000:00:18.3: Adding to iommu group 12
[    0.469738] pci 0000:00:18.4: Adding to iommu group 12
[    0.469781] pci 0000:00:18.5: Adding to iommu group 12
[    0.469824] pci 0000:00:18.6: Adding to iommu group 12
[    0.469868] pci 0000:00:18.7: Adding to iommu group 12
[    0.469912] pci 0000:01:00.0: Adding to iommu group 13
[    0.469957] pci 0000:02:00.0: Adding to iommu group 14
[    0.470006] pci 0000:03:00.0: Adding to iommu group 15
[    0.470054] pci 0000:03:00.1: Adding to iommu group 16
[    0.470097] pci 0000:04:00.0: Adding to iommu group 17
[    0.470141] pci 0000:05:00.0: Adding to iommu group 18
[    0.470185] pci 0000:06:00.0: Adding to iommu group 19
[    0.470230] pci 0000:06:08.0: Adding to iommu group 20
[    0.470273] pci 0000:06:0c.0: Adding to iommu group 21
[    0.470319] pci 0000:06:0d.0: Adding to iommu group 22
[    0.470334] pci 0000:07:00.0: Adding to iommu group 19
[    0.470349] pci 0000:08:00.0: Adding to iommu group 19
[    0.470364] pci 0000:08:01.0: Adding to iommu group 19
[    0.470379] pci 0000:08:02.0: Adding to iommu group 19
[    0.470393] pci 0000:08:03.0: Adding to iommu group 19
[    0.470415] pci 0000:09:00.0: Adding to iommu group 19
[    0.470432] pci 0000:35:00.0: Adding to iommu group 19
[    0.470449] pci 0000:61:00.0: Adding to iommu group 20
[    0.470464] pci 0000:62:00.0: Adding to iommu group 20
[    0.470478] pci 0000:62:04.0: Adding to iommu group 20
[    0.470493] pci 0000:62:05.0: Adding to iommu group 20
[    0.470508] pci 0000:62:06.0: Adding to iommu group 20
[    0.470522] pci 0000:62:07.0: Adding to iommu group 20
[    0.470537] pci 0000:62:08.0: Adding to iommu group 20
[    0.470556] pci 0000:62:0c.0: Adding to iommu group 20
[    0.470571] pci 0000:62:0d.0: Adding to iommu group 20
[    0.470586] pci 0000:63:00.0: Adding to iommu group 20
[    0.470601] pci 0000:64:00.0: Adding to iommu group 20
[    0.470615] pci 0000:65:00.0: Adding to iommu group 20
[    0.470630] pci 0000:68:00.0: Adding to iommu group 20
[    0.470643] pci 0000:69:00.0: Adding to iommu group 20
[    0.470658] pci 0000:6a:00.0: Adding to iommu group 20
[    0.470672] pci 0000:6b:00.0: Adding to iommu group 21
[    0.470690] pci 0000:6c:00.0: Adding to iommu group 22
[    0.470734] pci 0000:6d:00.0: Adding to iommu group 23
[    0.470786] pci 0000:6e:00.0: Adding to iommu group 24
[    0.470836] pci 0000:6e:00.2: Adding to iommu group 25
[    0.470882] pci 0000:6e:00.3: Adding to iommu group 26
[    0.470928] pci 0000:6e:00.4: Adding to iommu group 27
[    0.470970] pci 0000:6f:00.0: Adding to iommu group 28
[    0.478218] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.478229] pci 0000:00:00.2: PCI INT A: not connected
[    0.478320] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[    0.478340] AMD-Vi: Interrupt remapping enabled
[    0.537461] Callback from call_rcu_tasks() invoked.
[    0.564473] Freeing initrd memory: 20700K
[    0.617316] AMD-Vi: Virtual APIC enabled
[    0.617325] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.617330] software IO TLB: mapped [mem 0x0000000066098000-0x000000006a098000] (64MB)
[    0.617346] LVT offset 0 assigned for vector 0x400
[    0.617569] perf: AMD IBS detected (0x00000bff)
[    0.617777] amd_uncore: 16 amd_df counters detected
[    0.617795] amd_uncore: 6 amd_l3 counters detected
[    0.617805] amd_uncore: 4 amd_umc_0 counters detected
[    0.617814] amd_uncore: 4 amd_umc_1 counters detected
[    0.618033] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.619015] Initialise system trusted keyrings
[    0.619067] workingset: timestamp_bits=44 max_order=24 bucket_order=0
[    0.624187] NET: Registered PF_ALG protocol family
[    0.624204] Key type asymmetric registered
[    0.624215] Asymmetric key parser 'x509' registered
[    0.624222] Asymmetric key parser 'pkcs8' registered
[    0.624236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.624313] io scheduler mq-deadline registered
[    0.624317] io scheduler kyber registered
[    0.624333] io scheduler bfq registered
[    0.625611] pcieport 0000:00:01.1: PME: Signaling with IRQ 28
[    0.625769] pcieport 0000:00:01.2: PME: Signaling with IRQ 29
[    0.625925] pcieport 0000:00:02.1: PME: Signaling with IRQ 30
[    0.625950] pcieport 0000:00:02.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.626179] pcieport 0000:00:02.2: PME: Signaling with IRQ 31
[    0.626330] pcieport 0000:00:08.1: PME: Signaling with IRQ 32
[    0.626471] pcieport 0000:00:08.3: PME: Signaling with IRQ 33
[    0.627542] pcieport 0000:08:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.628039] pcieport 0000:08:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.629422] efifb: probing for efifb
[    0.629441] efifb: No BGRT, not showing boot graphics
[    0.629445] efifb: framebuffer at 0xf800000000, using 5120k, total 5120k
[    0.629450] efifb: mode is 1280x1024x32, linelength=5120, pages=1
[    0.629454] efifb: scrolling: redraw
[    0.629457] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.629556] Console: switching to colour frame buffer device 160x64
[    0.629984] fb0: EFI VGA frame buffer device
[    0.630100] Estimated ratio of average max frequency by base frequency (times 1024): 1214
[    0.630131] Monitor-Mwait will be used to enter C-1 state
[    0.630147] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.630300] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.630404] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.630506] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.630608] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.630709] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.630816] ACPI: \_SB_.PLTF.C00C: Found 3 idle states
[    0.630918] ACPI: \_SB_.PLTF.C00E: Found 3 idle states
[    0.631026] ACPI: \_SB_.PLTF.C010: Found 3 idle states
[    0.631133] ACPI: \_SB_.PLTF.C012: Found 3 idle states
[    0.631239] ACPI: \_SB_.PLTF.C014: Found 3 idle states
[    0.631350] ACPI: \_SB_.PLTF.C016: Found 3 idle states
[    0.631456] ACPI: \_SB_.PLTF.C018: Found 3 idle states
[    0.631575] ACPI: \_SB_.PLTF.C01A: Found 3 idle states
[    0.631675] ACPI: \_SB_.PLTF.C01C: Found 3 idle states
[    0.631781] ACPI: \_SB_.PLTF.C01E: Found 3 idle states
[    0.631883] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.631994] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.632095] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.632194] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.632291] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.632389] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.632484] ACPI: \_SB_.PLTF.C00D: Found 3 idle states
[    0.632578] ACPI: \_SB_.PLTF.C00F: Found 3 idle states
[    0.632679] ACPI: \_SB_.PLTF.C011: Found 3 idle states
[    0.632781] ACPI: \_SB_.PLTF.C013: Found 3 idle states
[    0.632883] ACPI: \_SB_.PLTF.C015: Found 3 idle states
[    0.632985] ACPI: \_SB_.PLTF.C017: Found 3 idle states
[    0.633093] ACPI: \_SB_.PLTF.C019: Found 3 idle states
[    0.633198] ACPI: \_SB_.PLTF.C01B: Found 3 idle states
[    0.633314] ACPI: \_SB_.PLTF.C01D: Found 3 idle states
[    0.633415] ACPI: \_SB_.PLTF.C01F: Found 3 idle states
[    0.633568] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.633802] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.634230] Linux agpgart interface v0.103
[    0.634281] ACPI: bus type drm_connector registered
[    0.638504] brd: module loaded
[    0.642003] loop: module loaded
[    0.642487] i8042: PNP: No PS/2 controller found.
[    0.642511] nvme nvme0: pci function 0000:04:00.0
[    0.642512] nvme nvme3: pci function 0000:6d:00.0
[    0.642512] nvme nvme2: pci function 0000:68:00.0
[    0.642513] nvme nvme1: pci function 0000:63:00.0
[    0.642735] mousedev: PS/2 mouse device common for all mice
[    0.643377] rtc_cmos 00:02: RTC can wake from S4
[    0.655469] rtc_cmos 00:02: registered as rtc0
[    0.661169] rtc_cmos 00:02: setting system clock to 2023-12-13T22:48:29 UTC (1702507709)
[    0.665439] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.668809] device-mapper: uevent: version 1.0.3
[    0.669160] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxx
[    0.671121] device-mapper: multipath round-robin: version 1.2.0 loaded
[    0.671243] device-mapper: multipath queue-length: version 0.2.0 loaded
[    0.671363] device-mapper: multipath service-time: version 0.3.0 loaded
[    0.672773] nvme nvme1: missing or invalid SUBNQN field.
[    0.674535] hid: raw HID events driver (C) Jiri Kosina
[    0.674754] usbcore: registered new interface driver usbhid
[    0.674940] usbhid: USB HID core driver
[    0.675307] NET: Registered PF_INET6 protocol family
[    0.675783] Segment Routing with IPv6
[    0.675896] In-situ OAM (IOAM) with IPv6
[    0.676013] mip6: Mobile IPv6
[    0.676121] NET: Registered PF_PACKET protocol family
[    0.676263] Key type dns_resolver registered
[    0.679546] nvme nvme1: allocated 32 MiB host memory buffer.
[    0.679584] microcode: Current revision: 0x0a601206
[    0.679644] nvme nvme3: missing or invalid SUBNQN field.
[    0.679646] nvme nvme0: missing or invalid SUBNQN field.
[    0.679670] nvme nvme3: Shutdown timeout set to 10 seconds
[    0.679688] nvme nvme0: Shutdown timeout set to 10 seconds
[    0.680771] resctrl: L3 allocation detected
[    0.680885] resctrl: MB allocation detected
[    0.681005] resctrl: SMBA allocation detected
[    0.681120] resctrl: L3 monitoring detected
[    0.681285] IPI shorthand broadcast: enabled
[    0.681406] AVX2 version of gcm_enc/dec engaged.
[    0.681675] AES CTR mode by8 optimization enabled
[    0.683848] sched_clock: Marking stable (680612094, 2435236)->(739379495, -56332165)
[    0.684126] registered taskstats version 1
[    0.684452] Loading compiled-in X.509 certificates
[    0.684726] nvme nvme0: 32/0/0 default/read/poll queues
[    0.685100] nvme nvme3: 32/0/0 default/read/poll queues
[    0.687500] Key type .fscrypt registered
[    0.687702] Key type fscrypt-provisioning registered
[    0.688636] nvme nvme2: allocated 64 MiB host memory buffer.
[    0.690017]  nvme0n1: p1 p2 p3 p4
[    0.690029]  nvme3n1: p1 p2 p3 p4
[    0.692979] nvme nvme1: 8/0/0 default/read/poll queues
[    0.696485] nvme nvme1: Ignoring bogus Namespace Identifiers
[    0.699472]  nvme1n1: p1 p2
[    0.705403] Key type encrypted registered
[    0.705960] clk: Disabling unused clocks
[    0.754420] nvme nvme2: 32/0/0 default/read/poll queues
[    0.766007]  nvme2n1: p1 p2 p3 p4 p5 p6 p7 p8 p9
[    0.767583] Freeing unused decrypted memory: 2044K
[    0.767931] Freeing unused kernel image (initmem) memory: 1860K
[    0.772657] Write protecting the kernel read-only data: 20480k
[    0.773008] Freeing unused kernel image (rodata/data gap) memory: 116K
[    0.773162] rodata_test: all tests were successful
[    0.773309] kallsyms_selftest: start
[    0.773311] Run /init as init process
[    0.773601]   with arguments:
[    0.773745]     /init
[    0.773890]   with environment:
[    0.774032]     HOME=/
[    0.774176]     TERM=linux
[    0.774318]     BOOT_IMAGE=/vmlinuz-6.7.0-rc5-00047-g5bd7ef53ffe5
[    0.891852] ccp 0000:6e:00.2: enabling device (0000 -> 0002)
[    0.893762] ccp 0000:6e:00.2: tee enabled
[    0.894210] ccp 0000:6e:00.2: psp enabled
[    0.899833] ACPI: bus type thunderbolt registered
[    0.900252] Intel(R) 2.5G Ethernet Linux Driver
[    0.900413] Copyright(c) 2018 Intel Corporation.
[    0.900682] igc 0000:65:00.0: PCIe PTM not supported by PCIe bus/controller
[    0.900882] xhci_hcd 0000:35:00.0: xHCI Host Controller
[    0.901149] xhci_hcd 0000:35:00.0: new USB bus registered, assigned bus number 1
[    0.901642] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    0.901827] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    0.901905] ahci 0000:6a:00.0: version 3.0
[    0.902058] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    0.902272] ahci 0000:6a:00.0: SSS flag set, parallel bus scan disabled
[    0.902517] ahci 0000:6a:00.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0xf impl SATA mode
[    0.902620] xhci_hcd 0000:35:00.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810
[    0.902672] ahci 0000:6a:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.903672] scsi host0: ahci
[    0.903769] xhci_hcd 0000:35:00.0: xHCI Host Controller
[    0.903990] xhci_hcd 0000:35:00.0: new USB bus registered, assigned bus number 2
[    0.904018] scsi host1: ahci
[    0.904147] xhci_hcd 0000:35:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.904712] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    0.904952] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.905013] scsi host2: ahci
[    0.905179] usb usb1: Product: xHCI Host Controller
[    0.905522] scsi host3: ahci
[    0.905533] usb usb1: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    0.905899] usb usb1: SerialNumber: 0000:35:00.0
[    0.905927] scsi host4: ahci
[    0.906546] scsi host5: ahci
[    0.906625] hub 1-0:1.0: USB hub found
[    0.906788] ata1: SATA max UDMA/133 abar m1024@0x80d80000 port 0x80d80100 irq 178 lpm-pol 0
[    0.906991] hub 1-0:1.0: 2 ports detected
[    0.907115] ata2: SATA max UDMA/133 abar m1024@0x80d80000 port 0x80d80180 irq 178 lpm-pol 0
[    0.907540] ata3: SATA max UDMA/133 abar m1024@0x80d80000 port 0x80d80200 irq 178 lpm-pol 0
[    0.907723] ata4: SATA max UDMA/133 abar m1024@0x80d80000 port 0x80d80280 irq 178 lpm-pol 0
[    0.907899] ata5: DUMMY
[    0.908077] ata6: DUMMY
[    0.908424] ahci 0000:6c:00.0: SSS flag set, parallel bus scan disabled
[    0.908436] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    0.908693] ahci 0000:6c:00.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0xf impl SATA mode
[    0.908893] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.909132] ahci 0000:6c:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.909374] usb usb2: Product: xHCI Host Controller
[    0.909815] usb usb2: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    0.910013] usb usb2: SerialNumber: 0000:35:00.0
[    0.910201] scsi host6: ahci
[    0.910414] hub 2-0:1.0: USB hub found
[    0.910535] scsi host7: ahci
[    0.910683] hub 2-0:1.0: 2 ports detected
[    0.911013] scsi host8: ahci
[    0.911382] xhci_hcd 0000:69:00.0: xHCI Host Controller
[    0.911390] scsi host9: ahci
[    0.911667] xhci_hcd 0000:69:00.0: new USB bus registered, assigned bus number 3
[    0.911930] scsi host10: ahci
[    0.912329] scsi host11: ahci
[    0.912552] ata7: SATA max UDMA/133 abar m1024@0x80f80000 port 0x80f80100 irq 180 lpm-pol 0
[    0.912766] ata8: SATA max UDMA/133 abar m1024@0x80f80000 port 0x80f80180 irq 180 lpm-pol 0
[    0.912956] ata9: SATA max UDMA/133 abar m1024@0x80f80000 port 0x80f80200 irq 180 lpm-pol 0
[    0.913141] ata10: SATA max UDMA/133 abar m1024@0x80f80000 port 0x80f80280 irq 180 lpm-pol 0
[    0.913328] ata11: DUMMY
[    0.913509] ata12: DUMMY
[    0.956907] igc 0000:65:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[    0.957121] igc 0000:65:00.0 eth0: MAC: c8:7f:54:67:70:ac
[    0.968046] xhci_hcd 0000:69:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    0.968827] xhci_hcd 0000:69:00.0: xHCI Host Controller
[    0.969021] xhci_hcd 0000:69:00.0: new USB bus registered, assigned bus number 4
[    0.969213] xhci_hcd 0000:69:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    0.969457] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    0.969652] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.969847] usb usb3: Product: xHCI Host Controller
[    0.970037] usb usb3: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    0.970228] usb usb3: SerialNumber: 0000:69:00.0
[    0.970629] hub 3-0:1.0: USB hub found
[    0.970839] hub 3-0:1.0: 12 ports detected
[    0.973889] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.974097] md/raid1:md77: active with 2 out of 2 mirrors
[    0.974124] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    0.974514] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.974704] usb usb4: Product: xHCI Host Controller
[    0.974886] usb usb4: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    0.975069] usb usb4: SerialNumber: 0000:69:00.0
[    0.975400] hub 4-0:1.0: USB hub found
[    0.975626] hub 4-0:1.0: 5 ports detected
[    0.975655] md77: detected capacity change from 0 to 3998433280
[    0.977147] xhci_hcd 0000:6b:00.0: xHCI Host Controller
[    0.977338] xhci_hcd 0000:6b:00.0: new USB bus registered, assigned bus number 5
[    0.982941] md/raid10:md17: active with 2 out of 2 devices
[    0.983140] md17: detected capacity change from 0 to 104857344
[    0.995088] md/raid10:md42: active with 2 out of 2 devices
[    0.996939] md42: detected capacity change from 0 to 3798339584
[    1.033561] xhci_hcd 0000:6b:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.034270] xhci_hcd 0000:6b:00.0: xHCI Host Controller
[    1.034455] xhci_hcd 0000:6b:00.0: new USB bus registered, assigned bus number 6
[    1.034644] xhci_hcd 0000:6b:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.034933] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    1.035122] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.035304] usb usb5: Product: xHCI Host Controller
[    1.035487] usb usb5: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.035676] usb usb5: SerialNumber: 0000:6b:00.0
[    1.036011] hub 5-0:1.0: USB hub found
[    1.036210] hub 5-0:1.0: 12 ports detected
[    1.039219] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.039443] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    1.039631] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.039816] usb usb6: Product: xHCI Host Controller
[    1.039996] usb usb6: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.040175] usb usb6: SerialNumber: 0000:6b:00.0
[    1.040471] hub 6-0:1.0: USB hub found
[    1.040662] hub 6-0:1.0: 5 ports detected
[    1.042138] xhci_hcd 0000:6e:00.3: xHCI Host Controller
[    1.042324] xhci_hcd 0000:6e:00.3: new USB bus registered, assigned bus number 7
[    1.042851] xhci_hcd 0000:6e:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[    1.043467] xhci_hcd 0000:6e:00.3: xHCI Host Controller
[    1.043649] xhci_hcd 0000:6e:00.3: new USB bus registered, assigned bus number 8
[    1.043833] xhci_hcd 0000:6e:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.044074] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    1.044259] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.044441] usb usb7: Product: xHCI Host Controller
[    1.044619] usb usb7: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.044801] usb usb7: SerialNumber: 0000:6e:00.3
[    1.045106] hub 7-0:1.0: USB hub found
[    1.045303] hub 7-0:1.0: 2 ports detected
[    1.046046] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.046267] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    1.046454] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.046640] usb usb8: Product: xHCI Host Controller
[    1.046878] usb usb8: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.047058] usb usb8: SerialNumber: 0000:6e:00.3
[    1.047354] hub 8-0:1.0: USB hub found
[    1.047545] hub 8-0:1.0: 2 ports detected
[    1.048337] xhci_hcd 0000:6e:00.4: xHCI Host Controller
[    1.048525] xhci_hcd 0000:6e:00.4: new USB bus registered, assigned bus number 9
[    1.049071] xhci_hcd 0000:6e:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000410
[    1.049711] xhci_hcd 0000:6e:00.4: xHCI Host Controller
[    1.049890] xhci_hcd 0000:6e:00.4: new USB bus registered, assigned bus number 10
[    1.050066] xhci_hcd 0000:6e:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.050296] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    1.050478] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.050657] usb usb9: Product: xHCI Host Controller
[    1.050834] usb usb9: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.051011] usb usb9: SerialNumber: 0000:6e:00.4
[    1.051304] hub 9-0:1.0: USB hub found
[    1.051494] hub 9-0:1.0: 2 ports detected
[    1.052192] usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.052408] usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    1.052590] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.052772] usb usb10: Product: xHCI Host Controller
[    1.052948] usb usb10: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.053127] usb usb10: SerialNumber: 0000:6e:00.4
[    1.053445] hub 10-0:1.0: USB hub found
[    1.053632] hub 10-0:1.0: 2 ports detected
[    1.054360] xhci_hcd 0000:6f:00.0: xHCI Host Controller
[    1.054543] xhci_hcd 0000:6f:00.0: new USB bus registered, assigned bus number 11
[    1.056011] xhci_hcd 0000:6f:00.0: USB3 root hub has no ports
[    1.056186] xhci_hcd 0000:6f:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000410
[    1.056791] xhci_hcd 0000:6f:00.0: xHCI Host Controller
[    1.056966] xhci_hcd 0000:6f:00.0: new USB bus registered, assigned bus number 12
[    1.057139] xhci_hcd 0000:6f:00.0: Host supports USB 3.0 SuperSpeed
[    1.057367] usb usb11: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
[    1.057544] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.057721] usb usb11: Product: xHCI Host Controller
[    1.057896] usb usb11: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.058072] usb usb11: SerialNumber: 0000:6f:00.0
[    1.058359] hub 11-0:1.0: USB hub found
[    1.058544] hub 11-0:1.0: 1 port detected
[    1.058980] usb usb12: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.059192] usb usb12: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
[    1.059370] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.059546] usb usb12: Product: xHCI Host Controller
[    1.059720] usb usb12: Manufacturer: Linux 6.7.0-rc5-00047-g5bd7ef53ffe5 xhci-hcd
[    1.059899] usb usb12: SerialNumber: 0000:6f:00.0
[    1.060190] hub 12-0:1.0: USB hub found
[    1.060365] hub 12-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    1.215523] ata1: SATA link down (SStatus 0 SControl 330)
[    1.223791] ata7: SATA link down (SStatus 0 SControl 300)
[    1.274479] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    1.284469] usb 7-1: new low-speed USB device number 2 using xhci_hcd
[    1.292467] usb 9-2: new high-speed USB device number 2 using xhci_hcd
[    1.338466] usb 5-4: new full-speed USB device number 2 using xhci_hcd
[    1.429066] usb 7-1: New USB device found, idVendor=30fa, idProduct=1701, bcdDevice= 1.00
[    1.429422] usb 7-1: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    1.429763] usb 7-1: Product: USB GAMING MOUSE 
[    1.430089] usb 7-1: Manufacturer: INSTANT
[    1.519984] ata2: SATA link down (SStatus 0 SControl 330)
[    1.548458] usb 3-2: not running at top speed; connect to a high speed hub
[    1.564459] usb 3-2: New USB device found, idVendor=1e7d, idProduct=307a, bcdDevice= 1.00
[    1.564800] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.565130] usb 3-2: Product: ROCCAT Vulcan 100 AIMO
[    1.565460] usb 3-2: Manufacturer: ROCCAT
[    1.572824] usb 9-2: New USB device found, idVendor=0bda, idProduct=58b0, bcdDevice= 7.01
[    1.573165] usb 9-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.573505] usb 9-2: Product: FULL HD 1080P Webcam
[    1.573830] usb 9-2: Manufacturer: Generic
[    1.574151] usb 9-2: SerialNumber: 200901010001
[    1.624123] usb 5-4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
[    1.624475] usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.624794] usb 5-4: Product: USB-Serial Controller D
[    1.625081] usb 5-4: Manufacturer: Prolific Technology Inc. 
[    1.674561] tsc: Refined TSC clocksource calibration: 4199.996 MHz
[    1.674948] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a5dbeece, max_idle_ns: 440795356272 ns
[    1.675420] clocksource: Switched to clocksource tsc
[    1.786462] usb 3-9: new high-speed USB device number 3 using xhci_hcd
[    1.815460] usb 5-6: new high-speed USB device number 3 using xhci_hcd
[    1.831989] ata3: SATA link down (SStatus 0 SControl 330)
[    2.006710] usb 3-9: New USB device found, idVendor=0489, idProduct=e0e2, bcdDevice= 1.00
[    2.007031] usb 3-9: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    2.007336] usb 3-9: Product: Wireless_Device
[    2.007641] usb 3-9: Manufacturer: MediaTek Inc.
[    2.007935] usb 3-9: SerialNumber: 000000000
[    2.143982] ata4: SATA link down (SStatus 0 SControl 330)
[    2.455969] ata8: SATA link down (SStatus 0 SControl 300)
[    2.767967] ata9: SATA link down (SStatus 0 SControl 300)
[    3.071969] ata10: SATA link down (SStatus 0 SControl 300)
[    3.082107] igc 0000:65:00.0 eno1: renamed from eth0
[    3.084888] input: INSTANT USB GAMING MOUSE  as /devices/pci0000:00/0000:00:08.1/0000:6e:00.3/usb7/7-1/7-1:1.0/0003:30FA:1701.0001/input/input0
[    3.085411] hid-generic 0003:30FA:1701.0001: input,hidraw0: USB HID v1.10 Mouse [INSTANT USB GAMING MOUSE ] on usb-0000:6e:00.3-1/input0
[    3.085734] input: INSTANT USB GAMING MOUSE  Keyboard as /devices/pci0000:00/0000:00:08.1/0000:6e:00.3/usb7/7-1/7-1:1.1/0003:30FA:1701.0002/input/input1
[    3.137653] hid-generic 0003:30FA:1701.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [INSTANT USB GAMING MOUSE ] on usb-0000:6e:00.3-1/input1
[    3.138023] input: ROCCAT ROCCAT Vulcan 100 AIMO as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:08.0/0000:61:00.0/0000:62:0c.0/0000:69:00.0/usb3/3-2/3-2:1.0/0003:1E7D:307A.0003/input/input3
[    3.189715] hid-generic 0003:1E7D:307A.0003: input,hidraw2: USB HID v1.11 Keyboard [ROCCAT ROCCAT Vulcan 100 AIMO] on usb-0000:69:00.0-2/input0
[    3.190044] input: ROCCAT ROCCAT Vulcan 100 AIMO Mouse as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:08.0/0000:61:00.0/0000:62:0c.0/0000:69:00.0/usb3/3-2/3-2:1.1/0003:1E7D:307A.0004/input/input4
[    3.190516] input: ROCCAT ROCCAT Vulcan 100 AIMO Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:08.0/0000:61:00.0/0000:62:0c.0/0000:69:00.0/usb3/3-2/3-2:1.1/0003:1E7D:307A.0004/input/input5
[    3.242488] input: ROCCAT ROCCAT Vulcan 100 AIMO System Control as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:08.0/0000:61:00.0/0000:62:0c.0/0000:69:00.0/usb3/3-2/3-2:1.1/0003:1E7D:307A.0004/input/input6
[    3.243010] hid-generic 0003:1E7D:307A.0004: input,hiddev1,hidraw3: USB HID v1.11 Mouse [ROCCAT ROCCAT Vulcan 100 AIMO] on usb-0000:69:00.0-2/input1
[    3.243301] input: ROCCAT ROCCAT Vulcan 100 AIMO as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:08.0/0000:61:00.0/0000:62:0c.0/0000:69:00.0/usb3/3-2/3-2:1.2/0003:1E7D:307A.0005/input/input8
[    3.295496] hid-generic 0003:1E7D:307A.0005: input,hidraw4: USB HID v1.11 Keypad [ROCCAT ROCCAT Vulcan 100 AIMO] on usb-0000:69:00.0-2/input2
[    3.295810] input: ROCCAT ROCCAT Vulcan 100 AIMO as /devices/pci0000:00/0000:00:02.1/0000:05:00.0/0000:06:08.0/0000:61:00.0/0000:62:0c.0/0000:69:00.0/usb3/3-2/3-2:1.3/0003:1E7D:307A.0006/input/input9
[    3.347668] hid-generic 0003:1E7D:307A.0006: input,hidraw5: USB HID v1.11 Device [ROCCAT ROCCAT Vulcan 100 AIMO] on usb-0000:69:00.0-2/input3
[    3.732369] usb 5-6: New USB device found, idVendor=0b05, idProduct=1a52, bcdDevice= 0.03
[    3.732811] usb 5-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    3.733230] usb 5-6: Product: USB Audio
[    3.733643] usb 5-6: Manufacturer: Generic
[    3.798901] hid-generic 0003:0B05:1A52.0007: hiddev2,hidraw6: USB HID v1.11 Device [Generic USB Audio] on usb-0000:6b:00.0-6/input7
[    3.975462] usb 5-7: new full-speed USB device number 4 using xhci_hcd
[    4.333158] usb 5-7: config 1 has an invalid interface number: 2 but max is 1
[    4.333601] usb 5-7: config 1 has no interface number 1
[    4.345143] usb 5-7: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
[    4.345592] usb 5-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.346019] usb 5-7: Product: AURA LED Controller
[    4.346444] usb 5-7: Manufacturer: AsusTek Computer Inc.
[    4.346867] usb 5-7: SerialNumber: 9876543210
[    4.363106] hid-generic 0003:0B05:19AF.0008: hiddev3,hidraw7: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:6b:00.0-7/input2
[    4.427649] kallsyms_selftest:  ---------------------------------------------------------
[    4.427933] kallsyms_selftest: | nr_symbols | compressed size | original size | ratio(%) |
[    4.428199] kallsyms_selftest: |---------------------------------------------------------|
[    4.428467] kallsyms_selftest: |      86646 |       1018202   |      1812161  |  56.18   |
[    4.428734] kallsyms_selftest:  ---------------------------------------------------------
[    4.539463] usb 5-9: new full-speed USB device number 5 using xhci_hcd
[    4.810374] kallsyms_selftest: kallsyms_lookup_name() looked up 86646 symbols
[    4.810664] kallsyms_selftest: The time spent on each symbol is (ns): min=710, max=61070, avg=4284
[    4.815074] kallsyms_selftest: kallsyms_on_each_symbol() traverse all: 4137364 ns
[    4.815349] kallsyms_selftest: kallsyms_on_each_match_symbol() traverse all: 3700 ns
[    4.815619] kallsyms_selftest: finish
[    4.830157] usb 5-9: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[    4.830639] usb 5-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.831088] usb 5-9: Product: CP2102 USB to UART Bridge Controller
[    4.831537] usb 5-9: Manufacturer: Silicon Labs
[    4.831973] usb 5-9: SerialNumber: 0001
[    4.875355] raid6: skipped pq benchmark and selected avx512x4
[    4.875797] raid6: using avx512x2 recovery algorithm
[    4.876587] async_tx: api initialized (async)
[    4.877351] xor: automatically using best checksumming function   avx       
[    5.080757] EXT4-fs (md17): mounted filesystem 263712d0-b01f-4c8a-be0e-e82dde7ab4d3 ro with ordered data mode. Quota mode: none.
[    5.164887] systemd[1]: systemd 255-1 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.166298] systemd[1]: Detected architecture x86-64.
[    5.312917] systemd[1]: getty.target: Wants dependency dropin /etc/systemd/system/getty.target.wants/getty@tty1.service target /lib/systemd/system/autovt@.service has different name
[    5.346574] systemd[1]: Queued start job for default target graphical.target.
[    5.366884] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[    5.368361] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[    5.369628] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[    5.370783] systemd[1]: Created slice user.slice - User and Session Slice.
[    5.371639] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[    5.372469] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[    5.373593] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[    5.374468] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[    5.375264] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[    5.376083] systemd[1]: Reached target slices.target - Slice Units.
[    5.376889] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[    5.377767] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[    5.378727] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[    5.386837] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[    5.388953] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[    5.389990] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[    5.390985] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[    5.392170] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    5.393265] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    5.394236] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.395427] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    5.396522] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    5.398916] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[    5.400851] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[    5.402813] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[    5.404798] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[    5.405889] systemd[1]: Finished blk-availability.service - Availability of block devices.
[    5.409929] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[    5.411948] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    5.413871] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.415887] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[    5.417916] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[    5.419855] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[    5.421544] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[    5.423207] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[    5.424964] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[    5.425938] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[    5.428372] systemd[1]: Starting systemd-journald.service - Journal Service...
[    5.430465] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    5.431311] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.432866] fuse: init (API version 7.39)
[    5.433004] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[    5.434179] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.435830] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[    5.438366] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[    5.439489] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[    5.440629] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[    5.441485] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[    5.441997] lp: driver loaded but no devices found
[    5.442173] systemd-journald[605]: Collecting audit messages is disabled.
[    5.443656] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    5.444909] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    5.445080] ppdev: user-space parallel port driver
[    5.445528] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[    5.446920] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    5.447527] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[    5.448543] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    5.449045] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[    5.450035] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[    5.450531] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[    5.451464] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    5.451951] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[    5.452961] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    5.453457] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[    5.454381] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    5.456068] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[    5.457499] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[    5.458241] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[    5.459348] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    5.461273] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    5.462335] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[    5.463301] EXT4-fs (md17): re-mounted 263712d0-b01f-4c8a-be0e-e82dde7ab4d3 r/w. Quota mode: none.
[    5.464012] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[    5.465216] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[    5.466629] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[    5.467691] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    5.468059] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    5.469269] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[    5.469982] systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    5.471481] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    5.478898] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    5.479582] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
[    5.480485] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    5.485519] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
[    5.486438] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    5.490730] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    5.491395] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
[    5.492024] systemd[1]: var-lib-machines.mount - Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
[    5.492620] systemd[1]: Reached target machines.target - Containers.
[    5.493960] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
[    5.531846] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
[    5.534611] systemd[1]: Started systemd-journald.service - Journal Service.
[    5.571069] systemd-journald[605]: Received client request to flush runtime journal.
[    5.572247] systemd-journald[605]: Failed to open system journal: Is a directory
[    5.611526] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10
[    5.614232] ACPI: button: Power Button [PWRB]
[    5.616303] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input11
[    5.623681] ACPI: button: Power Button [PWRF]
[    5.625535] acpi PNP0C14:04: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:00)
[    5.648504] tpm_crb MSFT0101:00: Disabling hwrng
[    5.658631] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    5.659934] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    5.660846] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    5.664450] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input12
[    5.664729] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[    5.680124] mc: Linux media interface: v0.10
[    5.691527] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    5.692043] RAPL PMU: hw unit of domain package 2^-16 Joules
[    5.704029] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.709068] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.711799] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    5.713658] videodev: Linux video capture interface: v2.00
[    5.714754] usbcore: registered new interface driver usbserial_generic
[    5.715848] usbserial: USB Serial support registered for generic
[    5.717118] usbcore: registered new interface driver cp210x
[    5.717815] usbserial: USB Serial support registered for cp210x
[    5.718243] cp210x 5-9:1.0: cp210x converter detected
[    5.719705] usbcore: registered new interface driver pl2303
[    5.720046] usbserial: USB Serial support registered for pl2303
[    5.720365] pl2303 5-4:1.0: pl2303 converter detected
[    5.725434] usb 5-9: cp210x converter now attached to ttyUSB0
[    5.738267] Bluetooth: Core ver 2.22
[    5.738588] NET: Registered PF_BLUETOOTH protocol family
[    5.738870] Bluetooth: HCI device and connection manager initialized
[    5.739162] Bluetooth: HCI socket layer initialized
[    5.739444] Bluetooth: L2CAP socket layer initialized
[    5.739726] Bluetooth: SCO socket layer initialized
[    5.747065] usb 5-4: pl2303 converter now attached to ttyUSB1
[    5.756485] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[    5.756898] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[    5.760278] kvm_amd: TSC scaling supported
[    5.760557] kvm_amd: Nested Virtualization enabled
[    5.760820] kvm_amd: Nested Paging enabled
[    5.761079] kvm_amd: Virtual VMLOAD VMSAVE supported
[    5.761339] kvm_amd: Virtual GIF supported
[    5.761594] kvm_amd: Virtual NMI enabled
[    5.761836] kvm_amd: LBR virtualization supported
[    5.763117] usbcore: registered new interface driver btusb
[    5.763980] mt7921e 0000:64:00.0: enabling device (0000 -> 0002)
[    5.767737] 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/card1/input13
[    5.768346] 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/card1/input14
[    5.768751] 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/card1/input15
[    5.769217] 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/card1/input16
[    5.769457] mt7921e 0000:64:00.0: ASIC revision: 79220010
[    5.769693] 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/card1/input17
[    5.770215] 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/card1/input18
[    5.772814] MCE: In-kernel MCE decoding enabled.
[    5.772848] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20230530123531
[    5.785556] Adding 100663292k swap on /dev/nvme2n1p8.  Priority:-2 extents:1 across:100663292k SS
[    5.808827] EXT4-fs (nvme0n1p2): mounted filesystem 44ee4055-3b1f-41dc-b785-a3b89dee1ce8 r/w with ordered data mode. Quota mode: none.
[    5.847526] mt7921e 0000:64:00.0: HW/SW Version: 0x8a108a10, Build Time: 20230530123154a

[    5.850142] EXT4-fs (md42): mounted filesystem a4444695-4136-46e0-89b9-3fb7fb77ef45 r/w with ordered data mode. Quota mode: none.
[    5.854183] EXT4-fs (md77): mounted filesystem 052d5f28-099e-4e7d-b982-980dd44a4749 r/w with ordered data mode. Quota mode: none.
[    5.861889] mt7921e 0000:64:00.0: WM Firmware Version: ____000000, Build Time: 20230530123236
[    5.927735] Bluetooth: hci0: Device setup in 160648 usecs
[    5.927981] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[    6.202915] [drm] amdgpu kernel modesetting enabled.
[    6.202996] Bluetooth: hci0: AOSP extensions version v1.00
[    6.203115] FAT-fs (nvme0n1p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    6.203355] amdgpu: Virtual CRAT table created for CPU
[    6.203559] Bluetooth: hci0: AOSP quality report is supported
[    6.203894] amdgpu: Topology: Add CPU node
[    6.205002] amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
[    6.205318] [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x1043:0x05CB 0xC5).
[    6.205596] [drm] register mmio base: 0xDD000000
[    6.205844] [drm] register mmio size: 1048576
[    6.209701] [drm] add ip block number 0 <nv_common>
[    6.209968] [drm] add ip block number 1 <gmc_v10_0>
[    6.209969] [drm] add ip block number 2 <navi10_ih>
[    6.209969] [drm] add ip block number 3 <psp>
[    6.209970] [drm] add ip block number 4 <smu>
[    6.209971] [drm] add ip block number 5 <dm>
[    6.209971] [drm] add ip block number 6 <gfx_v10_0>
[    6.209972] [drm] add ip block number 7 <sdma_v5_2>
[    6.209973] [drm] add ip block number 8 <vcn_v3_0>
[    6.209973] [drm] add ip block number 9 <jpeg_v3_0>
[    6.209986] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
[    6.212569] amdgpu: ATOM BIOS: 115-D512BS0-100
[    6.217026] [drm] VCN(0) decode is enabled in VM mode
[    6.217268] [drm] VCN(0) encode is enabled in VM mode
[    6.217996] [drm] JPEG decode is enabled in VM mode
[    6.218839] Console: switching to colour dummy device 80x25
[    6.219358] amdgpu 0000:03:00.0: vgaarb: deactivate vga console
[    6.219365] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    6.219528] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    6.219539] amdgpu 0000:03:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
[    6.219546] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    6.219559] [drm] Detected VRAM RAM=12272M, BAR=16384M
[    6.219563] [drm] RAM width 192bits GDDR6
[    6.220145] [drm] amdgpu: 12272M of VRAM memory ready
[    6.220151] [drm] amdgpu: 32004M of GTT memory ready.
[    6.220204] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    6.220353] [drm] PCIE GART of 512M enabled (table at 0x0000008000500000).
[    6.308079] intel_rapl_common: Found RAPL domain package
[    6.308091] intel_rapl_common: Found RAPL domain core
[    6.544274] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.544283] Bluetooth: BNEP filters: protocol multicast
[    6.544290] Bluetooth: BNEP socket layer initialized
[    6.545844] Bluetooth: MGMT ver 1.22
[    8.167595] amdgpu 0000:03:00.0: amdgpu: STB initialized to 2048 entries
[    8.167770] [drm] Loading DMUB firmware via PSP: version=0x0202001E
[    8.168064] [drm] use_doorbell being set to: [true]
[    8.168088] [drm] use_doorbell being set to: [true]
[    8.168103] [drm] Found VCN firmware Version ENC: 1.27 DEC: 2 VEP: 0 Revision: 0
[    8.168114] amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
[    8.232976] [drm] reserve 0xa00000 from 0x82fd000000 for PSP TMR
[    8.338555] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    8.353351] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    8.353424] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413a00 (65.58.0)
[    8.353453] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[    8.353516] amdgpu 0000:03:00.0: amdgpu: use vbios provided pptable
[    8.410105] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[    8.410417] [drm] Display Core v3.2.259 initialized on DCN 3.0
[    8.410422] [drm] DP-HDMI FRL PCON supported
[    8.411783] [drm] DMUB hardware initialized: version=0x0202001E
[    8.413961] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    8.775262] [drm] kiq ring mec 2 pipe 1 q 0
[    8.780288] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    8.780700] [drm] JPEG decode initialized successfully.
[    8.782613] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    8.782641] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    8.783284] amdgpu: Virtual CRAT table created for GPU
[    8.783936] amdgpu: Topology: Add dGPU node [0x73df:0x1002]
[    8.783954] kfd kfd: amdgpu: added device 1002:73df
[    8.783977] amdgpu 0000:03:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
[    8.783998] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    8.784005] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    8.784012] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    8.784018] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    8.784024] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    8.784031] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    8.784037] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    8.784043] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    8.784049] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    8.784056] amdgpu 0000:03:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
[    8.784062] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[    8.784068] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[    8.784074] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[    8.784081] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[    8.784087] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[    8.784093] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[    8.785301] amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
[    8.786954] [drm] Initialized amdgpu 3.56.0 20150101 for 0000:03:00.0 on minor 0
[    8.799660] fbcon: amdgpudrmfb (fb0) is primary device
[    8.799961] [drm] DSC precompute is not needed.
[    8.977480] Console: switching to colour frame buffer device 320x90
[    8.996284] amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   10.014950] igc 0000:65:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   10.618752] Bluetooth: RFCOMM TTY layer initialized
[   10.618758] Bluetooth: RFCOMM socket layer initialized
[   10.618765] Bluetooth: RFCOMM ver 1.11
[   11.320645] warning: `telegram-deskto' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   12.170958] Initializing XFRM netlink socket
[   13.449404] usb 9-2: Found UVC 1.00 device FULL HD 1080P Webcam (0bda:58b0)
[   13.473310] usbcore: registered new interface driver uvcvideo
[   19.420063] usbcore: registered new interface driver snd-usb-audio
[   36.677577] systemd-journald[605]: Time jumped backwards, rotating.
[  615.499080] INFO: task kworker/u65:5:288 blocked for more than 122 seconds.
[  615.499209]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  615.499222] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  615.499231] task:kworker/u65:5   state:D stack:0     pid:288   tgid:288   ppid:2      flags:0x00004000
[  615.499258] Workqueue: writeback wb_workfn (flush-9:77)
[  615.499291] Call Trace:
[  615.499299]  <TASK>
[  615.499315]  __schedule+0x3a5/0x1600
[  615.499338]  ? schedule+0x99/0x120
[  615.499349]  ? find_held_lock+0x2b/0x80
[  615.499370]  schedule+0x48/0x120
[  615.499381]  ? schedule+0x99/0x120
[  615.499391]  wait_for_serialization+0xd2/0x110
[  615.499410]  ? destroy_sched_domains_rcu+0x30/0x30
[  615.499427]  raid1_make_request+0x838/0xdb0
[  615.499540]  ? raid1_make_request+0x1e5/0xdb0
[  615.499578]  ? lock_release+0x136/0x270
[  615.499598]  ? lock_is_held_type+0xbe/0x110
[  615.499622]  ? md_handle_request+0x1b/0x490
[  615.499644]  md_handle_request+0x1b5/0x490
[  615.499663]  ? md_handle_request+0x1b/0x490
[  615.499680]  ? lock_is_held_type+0xbe/0x110
[  615.499709]  __submit_bio+0x6f/0xb0
[  615.499736]  submit_bio_noacct_nocheck+0x134/0x380
[  615.499766]  __flush_batch+0x3a/0x90
[  615.499797]  jbd2_log_do_checkpoint+0x229/0x300
[  615.499827]  __jbd2_log_wait_for_space+0x76/0x1f0
[  615.499853]  ? add_transaction_credits+0x1cd/0x340
[  615.499877]  add_transaction_credits+0x337/0x340
[  615.499896]  ? add_transaction_credits+0x1cd/0x340
[  615.499923]  start_this_handle+0xfe/0x590
[  615.499948]  ? rcu_is_watching+0xd/0x40
[  615.499971]  ? kmem_cache_alloc+0x21f/0x270
[  615.500000]  jbd2__journal_start+0x123/0x230
[  615.500026]  ext4_do_writepages+0x306/0xcb0
[  615.500059]  ? lock_is_held_type+0xbe/0x110
[  615.500086]  ext4_writepages+0xdf/0x2a0
[  615.500106]  ? do_writepages+0xbe/0x190
[  615.500143]  do_writepages+0xbe/0x190
[  615.500168]  ? lock_release+0x136/0x270
[  615.500194]  __writeback_single_inode+0x68/0x480
[  615.500217]  ? _raw_spin_unlock+0x29/0x50
[  615.500243]  writeback_sb_inodes+0x225/0x510
[  615.500284]  __writeback_inodes_wb+0x4c/0xe0
[  615.500313]  wb_writeback+0x281/0x340
[  615.500342]  wb_workfn+0x3e9/0x580
[  615.500364]  ? lock_acquire+0xfb/0x2f0
[  615.500384]  ? process_one_work+0x15c/0x480
[  615.500413]  ? process_one_work+0x15c/0x480
[  615.500428]  process_one_work+0x1c7/0x480
[  615.500478]  ? process_one_work+0x15c/0x480
[  615.500507]  worker_thread+0x1bc/0x3c0
[  615.500533]  ? wq_sysfs_prep_attrs+0x90/0x90
[  615.500553]  kthread+0xed/0x120
[  615.500575]  ? kthread_complete_and_exit+0x20/0x20
[  615.500599]  ret_from_fork+0x49/0x60
[  615.500618]  ? kthread_complete_and_exit+0x20/0x20
[  615.500638]  ret_from_fork_asm+0x11/0x20
[  615.500676]  </TASK>
[  615.500848] INFO: task cli-update-thre:177767 blocked for more than 122 seconds.
[  615.500864]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  615.500877] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  615.500889] task:cli-update-thre state:D stack:0     pid:177767 tgid:7420  ppid:1      flags:0x00004002
[  615.500918] Call Trace:
[  615.500929]  <TASK>
[  615.500947]  __schedule+0x3a5/0x1600
[  615.500968]  ? schedule+0x99/0x120
[  615.500986]  ? find_held_lock+0x2b/0x80
[  615.501010]  schedule+0x48/0x120
[  615.501022]  ? schedule+0x99/0x120
[  615.501038]  schedule_preempt_disabled+0x14/0x30
[  615.501055]  mutex_lock_io_nested+0x4fd/0xa20
[  615.501073]  ? jbd2_log_do_checkpoint+0x29a/0x300
[  615.501098]  ? _raw_read_unlock+0x29/0x50
[  615.501122]  ? destroy_sched_domains_rcu+0x30/0x30
[  615.501147]  jbd2_log_do_checkpoint+0x29a/0x300
[  615.501174]  __jbd2_log_wait_for_space+0x76/0x1f0
[  615.501200]  ? add_transaction_credits+0x1cd/0x340
[  615.501217]  add_transaction_credits+0x337/0x340
[  615.501232]  ? add_transaction_credits+0x1cd/0x340
[  615.501259]  start_this_handle+0xfe/0x590
[  615.501282]  ? rcu_is_watching+0xd/0x40
[  615.501302]  ? kmem_cache_alloc+0x21f/0x270
[  615.501330]  jbd2__journal_start+0x123/0x230
[  615.501356]  ext4_dirty_inode+0x3a/0x90
[  615.501377]  __mark_inode_dirty+0x98/0x4a0
[  615.501404]  generic_update_time+0x4a/0x60
[  615.501427]  file_modified+0xa9/0xc0
[  615.501480]  ext4_buffered_write_iter+0x65/0x110
[  615.501502]  vfs_write+0x235/0x4e0
[  615.501519]  ? ksys_write+0x6a/0xf0
[  615.501548]  ksys_write+0x6a/0xf0
[  615.501564]  ? lockdep_hardirqs_on+0x88/0x120
[  615.501589]  do_syscall_64+0x3f/0xf0
[  615.501610]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  615.501633] RIP: 0033:0x7f70e015fb3f
[  615.501653] RSP: 002b:00007f6c817fc5d0 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  615.501675] RAX: ffffffffffffffda RBX: 0000000000000068 RCX: 00007f70e015fb3f
[  615.501690] RDX: 0000000000000068 RSI: 00007f6c817fc630 RDI: 0000000000000070
[  615.501704] RBP: 00007f6c817fc620 R08: 0000000000000000 R09: 00000004541817b8
[  615.501719] R10: 00000000000006fe R11: 0000000000000293 R12: 0000000000000068
[  615.501732] R13: 0000000000000042 R14: 00007f6c817fc630 R15: 0000000000000070
[  615.501766]  </TASK>
[  615.501800] INFO: task py3-cmd:186209 blocked for more than 122 seconds.
[  615.501815]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  615.501826] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  615.501836] task:py3-cmd         state:D stack:0     pid:186209 tgid:186209 ppid:186208 flags:0x00004002
[  615.501861] Call Trace:
[  615.501872]  <TASK>
[  615.501890]  __schedule+0x3a5/0x1600
[  615.501912]  ? schedule+0x99/0x120
[  615.501928]  ? find_held_lock+0x2b/0x80
[  615.501955]  schedule+0x48/0x120
[  615.501970]  ? schedule+0x99/0x120
[  615.501987]  schedule_preempt_disabled+0x14/0x30
[  615.502003]  mutex_lock_io_nested+0x4fd/0xa20
[  615.502020]  ? jbd2_log_do_checkpoint+0x29a/0x300
[  615.502042]  ? _raw_read_unlock+0x29/0x50
[  615.502074]  jbd2_log_do_checkpoint+0x29a/0x300
[  615.502102]  __jbd2_log_wait_for_space+0x76/0x1f0
[  615.502128]  ? add_transaction_credits+0x1cd/0x340
[  615.502149]  add_transaction_credits+0x337/0x340
[  615.502168]  ? add_transaction_credits+0x1cd/0x340
[  615.502194]  start_this_handle+0xfe/0x590
[  615.502219]  ? kmem_cache_alloc+0x21f/0x270
[  615.502240]  ? ext4_get_group_info+0x43/0x1a0
[  615.502265]  jbd2__journal_start+0x123/0x230
[  615.502290]  __ext4_new_inode+0xd58/0x18e0
[  615.502329]  ext4_create+0x122/0x1e0
[  615.502361]  lookup_open.isra.0+0x37c/0x5e0
[  615.502393]  ? verify_cpu+0x30/0x100
[  615.502418]  ? verify_cpu+0x30/0x100
[  615.502544]  path_openat+0x28d/0xb00
[  615.502571]  ? __lock_acquire+0x3af/0x2560
[  615.502597]  do_filp_open+0xa5/0x130
[  615.502628]  ? lock_release+0x136/0x270
[  615.502653]  ? _raw_spin_unlock+0x29/0x50
[  615.502673]  ? alloc_fd+0x13e/0x200
[  615.502701]  do_sys_openat2+0x87/0xb0
[  615.502730]  __x64_sys_openat+0x45/0x80
[  615.502755]  do_syscall_64+0x3f/0xf0
[  615.502774]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  615.502793] RIP: 0033:0x7fc5c6a617c1
[  615.502809] RSP: 002b:00007ffd63f19040 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[  615.502829] RAX: ffffffffffffffda RBX: 0000000000080241 RCX: 00007fc5c6a617c1
[  615.502841] RDX: 0000000000080241 RSI: 00007fc5c63b9ef0 RDI: 00000000ffffff9c
[  615.502853] RBP: 00007fc5c63b9ef0 R08: 0000000000000000 R09: 0000000000000000
[  615.502865] R10: 00000000000001b6 R11: 0000000000000202 R12: 00007fc5c6968bc8
[  615.502877] R13: 000055bc37b491c0 R14: 00007fc5c644a330 R15: 00007fc5c63b9ef0
[  615.502905]  </TASK>
[  615.502922] 
               Showing all locks held in the system:
[  615.502946] 1 lock held by khungtaskd/214:
[  615.502952]  #0: ffffffff824bd240 (rcu_read_lock){....}-{1:2}, at: debug_show_all_locks+0x2e/0x1e0
[  615.502982] 5 locks held by kworker/u65:5/288:
[  615.502989]  #0: ffff888101393538 ((wq_completion)writeback){+.+.}-{0:0}, at: process_one_work+0x15c/0x480
[  615.503012]  #1: ffff88810d08be60 ((work_completion)(&(&wb->dwork)->work)){+.+.}-{0:0}, at: process_one_work+0x15c/0x480
[  615.503034]  #2: ffff88810d7250e0 (&type->s_umount_key#25){++++}-{3:3}, at: super_trylock_shared+0x21/0x70
[  615.503060]  #3: ffff88810d720b98 (&sbi->s_writepages_rwsem){++++}-{0:0}, at: do_writepages+0xbe/0x190
[  615.503084]  #4: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  615.503111] no locks held by systemd-journal/605.
[  615.503126] 1 lock held by sudo/6735:
[  615.503139] 4 locks held by cli-update-thre/177767:
[  615.503145]  #0: ffff888174e208c8 (&f->f_pos_lock){+.+.}-{3:3}, at: __fdget_pos+0x4b/0x70
[  615.503169]  #1: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at: ksys_write+0x6a/0xf0
[  615.503192]  #2: ffff8886e6285938 (&sb->s_type->i_mutex_key#11){++++}-{3:3}, at: ext4_buffered_write_iter+0x45/0x110
[  615.503215]  #3: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  615.503242] 3 locks held by py3-cmd/186209:
[  615.503247]  #0: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at: path_openat+0x683/0xb00
[  615.503271]  #1: ffff888750d40400 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x273/0xb00
[  615.503296]  #2: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300

[  615.503325] =============================================

[  738.378650] INFO: task kworker/u65:5:288 blocked for more than 245 seconds.
[  738.378664]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  738.378669] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  738.378672] task:kworker/u65:5   state:D stack:0     pid:288   tgid:288   ppid:2      flags:0x00004000
[  738.378682] Workqueue: writeback wb_workfn (flush-9:77)
[  738.378696] Call Trace:
[  738.378700]  <TASK>
[  738.378708]  __schedule+0x3a5/0x1600
[  738.378717]  ? schedule+0x99/0x120
[  738.378722]  ? find_held_lock+0x2b/0x80
[  738.378731]  schedule+0x48/0x120
[  738.378735]  ? schedule+0x99/0x120
[  738.378739]  wait_for_serialization+0xd2/0x110
[  738.378747]  ? destroy_sched_domains_rcu+0x30/0x30
[  738.378754]  raid1_make_request+0x838/0xdb0
[  738.378760]  ? raid1_make_request+0x1e5/0xdb0
[  738.378768]  ? lock_release+0x136/0x270
[  738.378773]  ? lock_is_held_type+0xbe/0x110
[  738.378779]  ? md_handle_request+0x1b/0x490
[  738.378785]  md_handle_request+0x1b5/0x490
[  738.378790]  ? md_handle_request+0x1b/0x490
[  738.378794]  ? lock_is_held_type+0xbe/0x110
[  738.378800]  __submit_bio+0x6f/0xb0
[  738.378808]  submit_bio_noacct_nocheck+0x134/0x380
[  738.378815]  __flush_batch+0x3a/0x90
[  738.378823]  jbd2_log_do_checkpoint+0x229/0x300
[  738.378830]  __jbd2_log_wait_for_space+0x76/0x1f0
[  738.378836]  ? add_transaction_credits+0x1cd/0x340
[  738.378842]  add_transaction_credits+0x337/0x340
[  738.378847]  ? add_transaction_credits+0x1cd/0x340
[  738.378853]  start_this_handle+0xfe/0x590
[  738.378858]  ? rcu_is_watching+0xd/0x40
[  738.378865]  ? kmem_cache_alloc+0x21f/0x270
[  738.378872]  jbd2__journal_start+0x123/0x230
[  738.378878]  ext4_do_writepages+0x306/0xcb0
[  738.378887]  ? lock_is_held_type+0xbe/0x110
[  738.378893]  ext4_writepages+0xdf/0x2a0
[  738.378898]  ? do_writepages+0xbe/0x190
[  738.378909]  do_writepages+0xbe/0x190
[  738.378915]  ? lock_release+0x136/0x270
[  738.378921]  __writeback_single_inode+0x68/0x480
[  738.378927]  ? _raw_spin_unlock+0x29/0x50
[  738.378933]  writeback_sb_inodes+0x225/0x510
[  738.378942]  __writeback_inodes_wb+0x4c/0xe0
[  738.378949]  wb_writeback+0x281/0x340
[  738.378956]  wb_workfn+0x3e9/0x580
[  738.378962]  ? lock_acquire+0xfb/0x2f0
[  738.378967]  ? process_one_work+0x15c/0x480
[  738.378976]  ? process_one_work+0x15c/0x480
[  738.378980]  process_one_work+0x1c7/0x480
[  738.378985]  ? process_one_work+0x15c/0x480
[  738.378992]  worker_thread+0x1bc/0x3c0
[  738.378998]  ? wq_sysfs_prep_attrs+0x90/0x90
[  738.379003]  kthread+0xed/0x120
[  738.379008]  ? kthread_complete_and_exit+0x20/0x20
[  738.379013]  ret_from_fork+0x49/0x60
[  738.379018]  ? kthread_complete_and_exit+0x20/0x20
[  738.379022]  ret_from_fork_asm+0x11/0x20
[  738.379032]  </TASK>
[  738.379133] INFO: task cli-update-thre:177767 blocked for more than 245 seconds.
[  738.379137]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  738.379140] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  738.379143] task:cli-update-thre state:D stack:0     pid:177767 tgid:7420  ppid:1      flags:0x00004002
[  738.379150] Call Trace:
[  738.379152]  <TASK>
[  738.379156]  __schedule+0x3a5/0x1600
[  738.379161]  ? schedule+0x99/0x120
[  738.379164]  ? find_held_lock+0x2b/0x80
[  738.379171]  schedule+0x48/0x120
[  738.379174]  ? schedule+0x99/0x120
[  738.379178]  schedule_preempt_disabled+0x14/0x30
[  738.379182]  mutex_lock_io_nested+0x4fd/0xa20
[  738.379186]  ? jbd2_log_do_checkpoint+0x29a/0x300
[  738.379192]  ? _raw_read_unlock+0x29/0x50
[  738.379197]  ? destroy_sched_domains_rcu+0x30/0x30
[  738.379203]  jbd2_log_do_checkpoint+0x29a/0x300
[  738.379209]  __jbd2_log_wait_for_space+0x76/0x1f0
[  738.379215]  ? add_transaction_credits+0x1cd/0x340
[  738.379220]  add_transaction_credits+0x337/0x340
[  738.379225]  ? add_transaction_credits+0x1cd/0x340
[  738.379231]  start_this_handle+0xfe/0x590
[  738.379236]  ? rcu_is_watching+0xd/0x40
[  738.379240]  ? kmem_cache_alloc+0x21f/0x270
[  738.379247]  jbd2__journal_start+0x123/0x230
[  738.379252]  ext4_dirty_inode+0x3a/0x90
[  738.379258]  __mark_inode_dirty+0x98/0x4a0
[  738.379265]  generic_update_time+0x4a/0x60
[  738.379271]  file_modified+0xa9/0xc0
[  738.379276]  ext4_buffered_write_iter+0x65/0x110
[  738.379282]  vfs_write+0x235/0x4e0
[  738.379287]  ? ksys_write+0x6a/0xf0
[  738.379293]  ksys_write+0x6a/0xf0
[  738.379296]  ? lockdep_hardirqs_on+0x88/0x120
[  738.379302]  do_syscall_64+0x3f/0xf0
[  738.379308]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  738.379315] RIP: 0033:0x7f70e015fb3f
[  738.379320] RSP: 002b:00007f6c817fc5d0 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  738.379325] RAX: ffffffffffffffda RBX: 0000000000000068 RCX: 00007f70e015fb3f
[  738.379329] RDX: 0000000000000068 RSI: 00007f6c817fc630 RDI: 0000000000000070
[  738.379332] RBP: 00007f6c817fc620 R08: 0000000000000000 R09: 00000004541817b8
[  738.379335] R10: 00000000000006fe R11: 0000000000000293 R12: 0000000000000068
[  738.379338] R13: 0000000000000042 R14: 00007f6c817fc630 R15: 0000000000000070
[  738.379344]  </TASK>
[  738.379359] INFO: task py3-cmd:186209 blocked for more than 245 seconds.
[  738.379362]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  738.379365] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  738.379368] task:py3-cmd         state:D stack:0     pid:186209 tgid:186209 ppid:186208 flags:0x00004002
[  738.379373] Call Trace:
[  738.379376]  <TASK>
[  738.379380]  __schedule+0x3a5/0x1600
[  738.379384]  ? schedule+0x99/0x120
[  738.379388]  ? find_held_lock+0x2b/0x80
[  738.379395]  schedule+0x48/0x120
[  738.379398]  ? schedule+0x99/0x120
[  738.379402]  schedule_preempt_disabled+0x14/0x30
[  738.379405]  mutex_lock_io_nested+0x4fd/0xa20
[  738.379409]  ? jbd2_log_do_checkpoint+0x29a/0x300
[  738.379415]  ? _raw_read_unlock+0x29/0x50
[  738.379422]  jbd2_log_do_checkpoint+0x29a/0x300
[  738.379428]  __jbd2_log_wait_for_space+0x76/0x1f0
[  738.379434]  ? add_transaction_credits+0x1cd/0x340
[  738.379439]  add_transaction_credits+0x337/0x340
[  738.379472]  ? add_transaction_credits+0x1cd/0x340
[  738.379479]  start_this_handle+0xfe/0x590
[  738.379484]  ? kmem_cache_alloc+0x21f/0x270
[  738.379490]  ? ext4_get_group_info+0x43/0x1a0
[  738.379496]  jbd2__journal_start+0x123/0x230
[  738.379502]  __ext4_new_inode+0xd58/0x18e0
[  738.379510]  ext4_create+0x122/0x1e0
[  738.379517]  lookup_open.isra.0+0x37c/0x5e0
[  738.379527]  ? verify_cpu+0x30/0x100
[  738.379533]  ? verify_cpu+0x30/0x100
[  738.379538]  path_openat+0x28d/0xb00
[  738.379544]  ? __lock_acquire+0x3af/0x2560
[  738.379550]  do_filp_open+0xa5/0x130
[  738.379558]  ? lock_release+0x136/0x270
[  738.379564]  ? _raw_spin_unlock+0x29/0x50
[  738.379568]  ? alloc_fd+0x13e/0x200
[  738.379575]  do_sys_openat2+0x87/0xb0
[  738.379584]  __x64_sys_openat+0x45/0x80
[  738.379590]  do_syscall_64+0x3f/0xf0
[  738.379594]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  738.379599] RIP: 0033:0x7fc5c6a617c1
[  738.379602] RSP: 002b:00007ffd63f19040 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[  738.379607] RAX: ffffffffffffffda RBX: 0000000000080241 RCX: 00007fc5c6a617c1
[  738.379610] RDX: 0000000000080241 RSI: 00007fc5c63b9ef0 RDI: 00000000ffffff9c
[  738.379613] RBP: 00007fc5c63b9ef0 R08: 0000000000000000 R09: 0000000000000000
[  738.379616] R10: 00000000000001b6 R11: 0000000000000202 R12: 00007fc5c6968bc8
[  738.379618] R13: 000055bc37b491c0 R14: 00007fc5c644a330 R15: 00007fc5c63b9ef0
[  738.379625]  </TASK>
[  738.379633] 
               Showing all locks held in the system:
[  738.379646] 1 lock held by khungtaskd/214:
[  738.379649]  #0: ffffffff824bd240 (rcu_read_lock){....}-{1:2}, at: debug_show_all_locks+0x2e/0x1e0
[  738.379665] 5 locks held by kworker/u65:5/288:
[  738.379668]  #0: ffff888101393538 ((wq_completion)writeback){+.+.}-{0:0}, at: process_one_work+0x15c/0x480
[  738.379680]  #1: ffff88810d08be60 ((work_completion)(&(&wb->dwork)->work)){+.+.}-{0:0}, at: process_one_work+0x15c/0x480
[  738.379690]  #2: ffff88810d7250e0 (&type->s_umount_key#25){++++}-{3:3}, at: super_trylock_shared+0x21/0x70
[  738.379703]  #3: ffff88810d720b98 (&sbi->s_writepages_rwsem){++++}-{0:0}, at: do_writepages+0xbe/0x190
[  738.379714]  #4: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  738.379736] 4 locks held by cli-update-thre/177767:
[  738.379739]  #0: ffff888174e208c8 (&f->f_pos_lock){+.+.}-{3:3}, at: __fdget_pos+0x4b/0x70
[  738.379750]  #1: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at: ksys_write+0x6a/0xf0
[  738.379761]  #2: ffff8886e6285938 (&sb->s_type->i_mutex_key#11){++++}-{3:3}, at: ext4_buffered_write_iter+0x45/0x110
[  738.379771]  #3: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  738.379784] 1 lock held by cat/12887:
[  738.379789] 3 locks held by py3-cmd/186209:
[  738.379791]  #0: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at: path_openat+0x683/0xb00
[  738.379803]  #1: ffff888750d40400 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x273/0xb00
[  738.379814]  #2: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  738.379826] 2 locks held by less/192621:
[  738.379829]  #0: ffff88811ddd68a0 (&tty->ldisc_sem){++++}-{0:0}, at: tty_ldisc_ref_wait+0x2c/0x70
[  738.379842]  #1: ffffc900023402f0 (&ldata->atomic_read_lock){+.+.}-{3:3}, at: n_tty_read+0x4ed/0x640

[  738.379855] =============================================

[  861.258636] INFO: task kworker/u65:5:288 blocked for more than 368 seconds.
[  861.258665]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  861.258675] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  861.258683] task:kworker/u65:5   state:D stack:0     pid:288   tgid:288   ppid:2      flags:0x00004000
[  861.258705] Workqueue: writeback wb_workfn (flush-9:77)
[  861.258734] Call Trace:
[  861.258741]  <TASK>
[  861.258757]  __schedule+0x3a5/0x1600
[  861.258776]  ? schedule+0x99/0x120
[  861.258786]  ? find_held_lock+0x2b/0x80
[  861.258805]  schedule+0x48/0x120
[  861.258813]  ? schedule+0x99/0x120
[  861.258822]  wait_for_serialization+0xd2/0x110
[  861.258839]  ? destroy_sched_domains_rcu+0x30/0x30
[  861.258853]  raid1_make_request+0x838/0xdb0
[  861.258868]  ? raid1_make_request+0x1e5/0xdb0
[  861.258886]  ? lock_release+0x136/0x270
[  861.258896]  ? lock_is_held_type+0xbe/0x110
[  861.258911]  ? md_handle_request+0x1b/0x490
[  861.258924]  md_handle_request+0x1b5/0x490
[  861.258934]  ? md_handle_request+0x1b/0x490
[  861.258944]  ? lock_is_held_type+0xbe/0x110
[  861.258958]  __submit_bio+0x6f/0xb0
[  861.258974]  submit_bio_noacct_nocheck+0x134/0x380
[  861.258990]  __flush_batch+0x3a/0x90
[  861.259007]  jbd2_log_do_checkpoint+0x229/0x300
[  861.259022]  __jbd2_log_wait_for_space+0x76/0x1f0
[  861.259036]  ? add_transaction_credits+0x1cd/0x340
[  861.259048]  add_transaction_credits+0x337/0x340
[  861.259059]  ? add_transaction_credits+0x1cd/0x340
[  861.259073]  start_this_handle+0xfe/0x590
[  861.259086]  ? rcu_is_watching+0xd/0x40
[  861.259099]  ? kmem_cache_alloc+0x21f/0x270
[  861.259115]  jbd2__journal_start+0x123/0x230
[  861.259129]  ext4_do_writepages+0x306/0xcb0
[  861.259148]  ? lock_is_held_type+0xbe/0x110
[  861.259162]  ext4_writepages+0xdf/0x2a0
[  861.259173]  ? do_writepages+0xbe/0x190
[  861.259195]  do_writepages+0xbe/0x190
[  861.259209]  ? lock_release+0x136/0x270
[  861.259222]  __writeback_single_inode+0x68/0x480
[  861.259235]  ? _raw_spin_unlock+0x29/0x50
[  861.259248]  writeback_sb_inodes+0x225/0x510
[  861.259270]  __writeback_inodes_wb+0x4c/0xe0
[  861.259285]  wb_writeback+0x281/0x340
[  861.259302]  wb_workfn+0x3e9/0x580
[  861.259315]  ? lock_acquire+0xfb/0x2f0
[  861.259326]  ? process_one_work+0x15c/0x480
[  861.259345]  ? process_one_work+0x15c/0x480
[  861.259355]  process_one_work+0x1c7/0x480
[  861.259366]  ? process_one_work+0x15c/0x480
[  861.259381]  worker_thread+0x1bc/0x3c0
[  861.259395]  ? wq_sysfs_prep_attrs+0x90/0x90
[  861.259406]  kthread+0xed/0x120
[  861.259418]  ? kthread_complete_and_exit+0x20/0x20
[  861.259430]  ret_from_fork+0x49/0x60
[  861.259439]  ? kthread_complete_and_exit+0x20/0x20
[  861.259494]  ret_from_fork_asm+0x11/0x20
[  861.259514]  </TASK>
[  861.259675] INFO: task cli-update-thre:177767 blocked for more than 368 seconds.
[  861.259685]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  861.259691] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  861.259697] task:cli-update-thre state:D stack:0     pid:177767 tgid:7420  ppid:1      flags:0x00004002
[  861.259714] Call Trace:
[  861.259719]  <TASK>
[  861.259728]  __schedule+0x3a5/0x1600
[  861.259740]  ? schedule+0x99/0x120
[  861.259749]  ? find_held_lock+0x2b/0x80
[  861.259764]  schedule+0x48/0x120
[  861.259772]  ? schedule+0x99/0x120
[  861.259780]  schedule_preempt_disabled+0x14/0x30
[  861.259789]  mutex_lock_io_nested+0x4fd/0xa20
[  861.259800]  ? jbd2_log_do_checkpoint+0x29a/0x300
[  861.259814]  ? _raw_read_unlock+0x29/0x50
[  861.259827]  ? destroy_sched_domains_rcu+0x30/0x30
[  861.259840]  jbd2_log_do_checkpoint+0x29a/0x300
[  861.259855]  __jbd2_log_wait_for_space+0x76/0x1f0
[  861.259870]  ? add_transaction_credits+0x1cd/0x340
[  861.259881]  add_transaction_credits+0x337/0x340
[  861.259891]  ? add_transaction_credits+0x1cd/0x340
[  861.259905]  start_this_handle+0xfe/0x590
[  861.259918]  ? rcu_is_watching+0xd/0x40
[  861.259928]  ? kmem_cache_alloc+0x21f/0x270
[  861.259943]  jbd2__journal_start+0x123/0x230
[  861.259957]  ext4_dirty_inode+0x3a/0x90
[  861.259970]  __mark_inode_dirty+0x98/0x4a0
[  861.259985]  generic_update_time+0x4a/0x60
[  861.259999]  file_modified+0xa9/0xc0
[  861.260012]  ext4_buffered_write_iter+0x65/0x110
[  861.260023]  vfs_write+0x235/0x4e0
[  861.260033]  ? ksys_write+0x6a/0xf0
[  861.260047]  ksys_write+0x6a/0xf0
[  861.260055]  ? lockdep_hardirqs_on+0x88/0x120
[  861.260069]  do_syscall_64+0x3f/0xf0
[  861.260081]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  861.260095] RIP: 0033:0x7f70e015fb3f
[  861.260107] RSP: 002b:00007f6c817fc5d0 EFLAGS: 00000293 ORIG_RAX: 0000000000000001
[  861.260119] RAX: ffffffffffffffda RBX: 0000000000000068 RCX: 00007f70e015fb3f
[  861.260127] RDX: 0000000000000068 RSI: 00007f6c817fc630 RDI: 0000000000000070
[  861.260133] RBP: 00007f6c817fc620 R08: 0000000000000000 R09: 00000004541817b8
[  861.260141] R10: 00000000000006fe R11: 0000000000000293 R12: 0000000000000068
[  861.260148] R13: 0000000000000042 R14: 00007f6c817fc630 R15: 0000000000000070
[  861.260164]  </TASK>
[  861.260191] INFO: task py3-cmd:186209 blocked for more than 368 seconds.
[  861.260199]       Not tainted 6.7.0-rc5-00047-g5bd7ef53ffe5 #1
[  861.260205] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  861.260211] task:py3-cmd         state:D stack:0     pid:186209 tgid:186209 ppid:186208 flags:0x00004002
[  861.260224] Call Trace:
[  861.260230]  <TASK>
[  861.260238]  __schedule+0x3a5/0x1600
[  861.260249]  ? schedule+0x99/0x120
[  861.260258]  ? find_held_lock+0x2b/0x80
[  861.260274]  schedule+0x48/0x120
[  861.260282]  ? schedule+0x99/0x120
[  861.260290]  schedule_preempt_disabled+0x14/0x30
[  861.260299]  mutex_lock_io_nested+0x4fd/0xa20
[  861.260308]  ? jbd2_log_do_checkpoint+0x29a/0x300
[  861.260321]  ? _raw_read_unlock+0x29/0x50
[  861.260337]  jbd2_log_do_checkpoint+0x29a/0x300
[  861.260352]  __jbd2_log_wait_for_space+0x76/0x1f0
[  861.260366]  ? add_transaction_credits+0x1cd/0x340
[  861.260378]  add_transaction_credits+0x337/0x340
[  861.260388]  ? add_transaction_credits+0x1cd/0x340
[  861.260402]  start_this_handle+0xfe/0x590
[  861.260416]  ? kmem_cache_alloc+0x21f/0x270
[  861.260428]  ? ext4_get_group_info+0x43/0x1a0
[  861.260441]  jbd2__journal_start+0x123/0x230
[  861.260473]  __ext4_new_inode+0xd58/0x18e0
[  861.260493]  ext4_create+0x122/0x1e0
[  861.260510]  lookup_open.isra.0+0x37c/0x5e0
[  861.260527]  ? verify_cpu+0x30/0x100
[  861.260540]  ? verify_cpu+0x30/0x100
[  861.260551]  path_openat+0x28d/0xb00
[  861.260564]  ? __lock_acquire+0x3af/0x2560
[  861.260578]  do_filp_open+0xa5/0x130
[  861.260596]  ? lock_release+0x136/0x270
[  861.260609]  ? _raw_spin_unlock+0x29/0x50
[  861.260621]  ? alloc_fd+0x13e/0x200
[  861.260637]  do_sys_openat2+0x87/0xb0
[  861.260654]  __x64_sys_openat+0x45/0x80
[  861.260668]  do_syscall_64+0x3f/0xf0
[  861.260679]  entry_SYSCALL_64_after_hwframe+0x4b/0x53
[  861.260690] RIP: 0033:0x7fc5c6a617c1
[  861.260699] RSP: 002b:00007ffd63f19040 EFLAGS: 00000202 ORIG_RAX: 0000000000000101
[  861.260709] RAX: ffffffffffffffda RBX: 0000000000080241 RCX: 00007fc5c6a617c1
[  861.260716] RDX: 0000000000080241 RSI: 00007fc5c63b9ef0 RDI: 00000000ffffff9c
[  861.260724] RBP: 00007fc5c63b9ef0 R08: 0000000000000000 R09: 0000000000000000
[  861.260730] R10: 00000000000001b6 R11: 0000000000000202 R12: 00007fc5c6968bc8
[  861.260736] R13: 000055bc37b491c0 R14: 00007fc5c644a330 R15: 00007fc5c63b9ef0
[  861.260752]  </TASK>
[  861.260764] 
               Showing all locks held in the system:
[  861.260781] 2 locks held by kworker/6:0/55:
[  861.260790]  #0: ffff88903d7adf58 (&rq->__lock){-.-.}-{2:2}, at: raw_spin_rq_lock_nested+0x32/0xa0
[  861.260820]  #1: ffff88903d79b508 (&per_cpu_ptr(group->pcpu, cpu)->seq){-.-.}-{0:0}, at: psi_task_switch+0xd5/0x360
[  861.260854] 1 lock held by khungtaskd/214:
[  861.260862]  #0: ffffffff824bd240 (rcu_read_lock){....}-{1:2}, at: debug_show_all_locks+0x2e/0x1e0
[  861.260901] 5 locks held by kworker/u65:5/288:
[  861.260910]  #0: ffff888101393538 ((wq_completion)writeback){+.+.}-{0:0}, at: process_one_work+0x15c/0x480
[  861.260934]  #1: ffff88810d08be60 ((work_completion)(&(&wb->dwork)->work)){+.+.}-{0:0}, at: process_one_work+0x15c/0x480
[  861.260955]  #2: ffff88810d7250e0 (&type->s_umount_key#25){++++}-{3:3}, at: super_trylock_shared+0x21/0x70
[  861.260979]  #3: ffff88810d720b98 (&sbi->s_writepages_rwsem){++++}-{0:0}, at: do_writepages+0xbe/0x190
[  861.261002]  #4: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  861.261027] 3 locks held by kworker/u66:6/416:
[  861.261032]  #0: ffffffff824bd240 (rcu_read_lock){....}-{1:2}, at: raw_spin_rq_lock_nested+0x32/0xa0
[  861.261052]  #1: ffff88903d89b508 (&per_cpu_ptr(group->pcpu, cpu)->seq){-.-.}-{0:0}, at: psi_task_switch+0xd5/0x360
[  861.261069]  #2: ffff88811ddb24b8 (&buf->lock){+.+.}-{3:3}, at: flush_to_ldisc+0x3c/0x1b0
[  861.261092] 6 locks held by kworker/u66:9/436:
[  861.261097]  #0: ffff88903dcedf58 (&rq->__lock){-.-.}-{2:2}, at: newidle_balance+0x17c/0x780
[  861.261118]  #1: ffff88810d45be60 ((work_completion)(&buf->work)){+.+.}-{0:0}, at: psi_task_switch+0xd5/0x360
[  861.261134]  #2: ffff88811ddb24b8 (&buf->lock){+.+.}-{3:3}, at: update_rq_clock+0xe4/0x260
[  861.261155]  #3: ffff888107b508a0 (&tty->ldisc_sem){++++}-{0:0}, at: tty_ldisc_ref+0x22/0x60
[  861.261175]  #4: ffff888107b50ae8 (&tty->termios_rwsem){++++}-{3:3}, at: n_tty_receive_buf_common+0x3b/0x690
[  861.261196]  #5: ffff888107b50d70 (&tty->read_wait){....}-{2:2}, at: __wake_up+0x31/0x80
[  861.261228] 3 locks held by sudo/6735:
[  861.261243] 4 locks held by cli-update-thre/177767:
[  861.261248]  #0: ffff888174e208c8 (&f->f_pos_lock){+.+.}-{3:3}, at: __fdget_pos+0x4b/0x70
[  861.261270]  #1: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at: ksys_write+0x6a/0xf0
[  861.261290]  #2: ffff8886e6285938 (&sb->s_type->i_mutex_key#11){++++}-{3:3}, at: ext4_buffered_write_iter+0x45/0x110
[  861.261310]  #3: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  861.261334] 4 locks held by cat/12887:
[  861.261341] 1 lock held by iotop-c/93591:
[  861.261348] 3 locks held by py3-cmd/186209:
[  861.261354]  #0: ffff88810d725410 (sb_writers#8){.+.+}-{0:0}, at: path_openat+0x683/0xb00
[  861.261376]  #1: ffff888750d40400 (&type->i_mutex_dir_key#6){++++}-{3:3}, at: path_openat+0x273/0xb00
[  861.261397]  #2: ffff88810d7223f0 (&journal->j_checkpoint_mutex){+.+.}-{3:3}, at: jbd2_log_do_checkpoint+0x29a/0x300
[  861.261419] 2 locks held by less/192621:
[  861.261424]  #0: ffff88811ddd68a0 (&tty->ldisc_sem){++++}-{0:0}, at: tty_ldisc_ref_wait+0x2c/0x70
[  861.261457]  #1: ffffc900023402f0 (&ldata->atomic_read_lock){+.+.}-{3:3}, at: n_tty_read+0x4ed/0x640

[  861.261485] =============================================


[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux